*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--white: #ffffff;--black: #000000;--dark: #0a0a0a;--gray-100: #f7f7f7;--gray-200: #e5e5e5;--gray-400: #a0a0a0;--gray-600: #666666;--gray-800: #333333;--font-serif: "Playfair Display", Georgia, "Times New Roman", serif;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--nav-height: 72px;--max-width: 1200px;--content-width: 720px;--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-in-out: cubic-bezier(.65, 0, .35, 1)}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{font-family:var(--font-sans);color:var(--gray-800);background-color:var(--white);line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font-family:inherit;border:none;background:none;cursor:pointer}ul,ol{list-style:none}.navbar[data-astro-cid-5blmo7yk]{position:fixed;top:0;left:0;right:0;z-index:100;background-color:var(--white);transition:box-shadow .3s var(--ease-out)}.navbar[data-astro-cid-5blmo7yk].scrolled{box-shadow:0 1px #00000014}.navbar[data-astro-cid-5blmo7yk].menu-open{background-color:var(--dark)}.navbar-inner[data-astro-cid-5blmo7yk]{display:flex;align-items:center;justify-content:space-between;height:var(--nav-height);max-width:var(--max-width);margin:0 auto;padding:0 40px}.logo[data-astro-cid-5blmo7yk]{display:flex;align-items:center}.logo-img[data-astro-cid-5blmo7yk]{height:32px;width:auto;transition:filter .3s var(--ease-out)}.menu-open[data-astro-cid-5blmo7yk] .logo-img[data-astro-cid-5blmo7yk]{filter:invert(1)}.nav-links[data-astro-cid-5blmo7yk]{display:flex;align-items:center;gap:36px}.nav-link[data-astro-cid-5blmo7yk]{font-size:.8125rem;font-weight:400;letter-spacing:.06em;text-transform:uppercase;color:var(--gray-800);position:relative;padding:4px 0;transition:color .2s ease}.nav-link[data-astro-cid-5blmo7yk]:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background-color:var(--black);transition:width .3s var(--ease-out)}.nav-link[data-astro-cid-5blmo7yk]:hover:after,.nav-link[data-astro-cid-5blmo7yk].active:after{width:100%}.nav-link[data-astro-cid-5blmo7yk]:hover,.nav-link[data-astro-cid-5blmo7yk].active{color:var(--black);font-weight:500}.hamburger[data-astro-cid-5blmo7yk]{display:none;flex-direction:column;justify-content:center;align-items:center;width:32px;height:32px;gap:6px;padding:4px;z-index:101}.hamburger-line[data-astro-cid-5blmo7yk]{display:block;width:20px;height:1.5px;background-color:var(--black);transition:all .3s var(--ease-out)}.menu-open[data-astro-cid-5blmo7yk] .hamburger-line[data-astro-cid-5blmo7yk]{background-color:var(--white)}[data-astro-cid-5blmo7yk][aria-expanded=true] .hamburger-line[data-astro-cid-5blmo7yk]:first-child{transform:rotate(45deg) translate(2.5px,2.5px)}[data-astro-cid-5blmo7yk][aria-expanded=true] .hamburger-line[data-astro-cid-5blmo7yk]:last-child{transform:rotate(-45deg) translate(2.5px,-2.5px)}.mobile-menu[data-astro-cid-5blmo7yk]{position:fixed;inset:0;z-index:99;background-color:var(--dark);display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .4s var(--ease-out),visibility .4s}.mobile-menu[data-astro-cid-5blmo7yk][aria-hidden=false]{opacity:1;visibility:visible}.mobile-menu-inner[data-astro-cid-5blmo7yk]{text-align:center}.mobile-nav[data-astro-cid-5blmo7yk]{display:flex;flex-direction:column;gap:32px}.mobile-nav-link[data-astro-cid-5blmo7yk]{font-family:var(--font-serif);font-size:2rem;font-weight:400;color:var(--white);opacity:0;transform:translateY(20px);transition:opacity .4s var(--ease-out),transform .4s var(--ease-out)}.mobile-menu[data-astro-cid-5blmo7yk][aria-hidden=false] .mobile-nav-link[data-astro-cid-5blmo7yk]{opacity:1;transform:translateY(0)}.mobile-menu[data-astro-cid-5blmo7yk][aria-hidden=false] .mobile-nav-link[data-astro-cid-5blmo7yk]:nth-child(1){transition-delay:.1s}.mobile-menu[data-astro-cid-5blmo7yk][aria-hidden=false] .mobile-nav-link[data-astro-cid-5blmo7yk]:nth-child(2){transition-delay:.15s}.mobile-menu[data-astro-cid-5blmo7yk][aria-hidden=false] .mobile-nav-link[data-astro-cid-5blmo7yk]:nth-child(3){transition-delay:.2s}.mobile-menu[data-astro-cid-5blmo7yk][aria-hidden=false] .mobile-nav-link[data-astro-cid-5blmo7yk]:nth-child(4){transition-delay:.25s}.mobile-nav-link[data-astro-cid-5blmo7yk]:hover{opacity:.7}@media(max-width:768px){.nav-links[data-astro-cid-5blmo7yk]{display:none}.hamburger[data-astro-cid-5blmo7yk]{display:flex}.navbar-inner[data-astro-cid-5blmo7yk]{padding:0 24px}}.footer[data-astro-cid-sz7xmlte]{background-color:var(--black);color:var(--white);padding:60px 40px 40px}.footer-inner[data-astro-cid-sz7xmlte]{max-width:var(--max-width);margin:0 auto}.footer-top[data-astro-cid-sz7xmlte]{display:flex;align-items:center;justify-content:space-between;padding-bottom:32px}.footer-logo[data-astro-cid-sz7xmlte]{display:flex;align-items:center}.footer-logo-img[data-astro-cid-sz7xmlte]{height:28px;width:auto;filter:invert(1)}.footer-social[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:20px}.social-link[data-astro-cid-sz7xmlte]{color:var(--gray-400);transition:color .2s ease;display:flex;align-items:center}.social-link[data-astro-cid-sz7xmlte]:hover{color:var(--white)}.footer-divider[data-astro-cid-sz7xmlte]{height:1px;background-color:#ffffff1a;margin-bottom:32px}.footer-middle[data-astro-cid-sz7xmlte]{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:32px}.footer-nav[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:28px}.footer-nav-link[data-astro-cid-sz7xmlte]{font-size:.75rem;font-weight:400;letter-spacing:.06em;text-transform:uppercase;color:var(--gray-400);transition:color .2s ease}.footer-nav-link[data-astro-cid-sz7xmlte]:hover{color:var(--white)}.footer-brands[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:10px;align-items:flex-end}.footer-brands-label[data-astro-cid-sz7xmlte]{font-size:.6875rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-600)}.footer-brands-list[data-astro-cid-sz7xmlte]{display:flex;gap:20px}.footer-brand-link[data-astro-cid-sz7xmlte]{font-size:.8125rem;font-weight:400;color:var(--gray-400);transition:color .2s ease}.footer-brand-link[data-astro-cid-sz7xmlte]:hover{color:var(--white)}.footer-bottom[data-astro-cid-sz7xmlte]{display:flex;align-items:center;justify-content:space-between}.footer-copyright[data-astro-cid-sz7xmlte]{font-size:.75rem;color:var(--gray-600);font-weight:300}.footer-legal[data-astro-cid-sz7xmlte]{display:flex;gap:20px}.footer-legal-link[data-astro-cid-sz7xmlte]{font-size:.6875rem;color:var(--gray-600);transition:color .2s ease}.footer-legal-link[data-astro-cid-sz7xmlte]:hover{color:var(--gray-400)}@media(max-width:768px){.footer[data-astro-cid-sz7xmlte]{padding:48px 24px 32px}.footer-top[data-astro-cid-sz7xmlte]{flex-direction:column;align-items:flex-start;gap:20px}.footer-middle[data-astro-cid-sz7xmlte]{flex-direction:column;gap:24px}.footer-nav[data-astro-cid-sz7xmlte]{flex-wrap:wrap;gap:16px}.footer-brands[data-astro-cid-sz7xmlte]{align-items:flex-start}.footer-brands-list[data-astro-cid-sz7xmlte]{flex-wrap:wrap}.footer-bottom[data-astro-cid-sz7xmlte]{flex-direction:column;align-items:flex-start;gap:16px}.footer-legal[data-astro-cid-sz7xmlte]{flex-wrap:wrap;gap:12px}}
