:root{color:#141414;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none}button{font:inherit;border:0}main{background:#fff;min-height:100vh}.site-header{z-index:30;color:#fff;background:#050505;border-bottom:1px solid #ffffff1a;position:sticky;top:0}.navbar{grid-template-columns:44px 1fr 76px;align-items:center;gap:10px;min-height:64px;padding:10px 14px;display:grid}.brand-mark,.footer-logo{justify-content:center;align-items:center;display:inline-flex}.brand-mark img,.footer-logo img{object-fit:contain;width:auto;display:block}.brand-mark img{max-width:154px;height:34px}.drawer .brand-mark img{max-width:150px;height:32px}.icon-button,.cart-button{width:42px;height:42px;color:inherit;cursor:pointer;background:0 0;place-items:center;display:inline-grid;position:relative}.nav-actions{justify-content:flex-end;gap:2px;display:flex}.desktop-search{display:none}.mobile-search{color:#ffffffb8;background:#050505;grid-template-columns:22px 1fr;align-items:center;gap:8px;max-height:0;padding:0 14px;transition:max-height .26s,padding .26s;display:grid;overflow:hidden}.site-header.search-open .mobile-search{max-height:66px;padding:0 14px 14px}.mobile-search input,.desktop-search input{color:#fff;background:#ffffff14;border:1px solid #ffffff21;border-radius:2px;outline:none;width:100%;min-width:0;height:42px}.mobile-search input{padding:0 12px}.mobile-search input::placeholder,.desktop-search input::placeholder{color:#ffffff85}.desktop-category-nav{display:none}.cart-button span{color:#fff;background:var(--brand-color);border-radius:999px;place-items:center;min-width:18px;height:18px;padding:0 5px;font-size:.67rem;font-weight:800;display:inline-grid;position:absolute;top:4px;right:3px}.drawer-backdrop{z-index:40;visibility:hidden;opacity:0;background:#0000007a;transition:opacity .22s,visibility .22s;position:fixed;inset:0}.drawer-backdrop.is-open{visibility:visible;opacity:1}.drawer{z-index:50;color:#fff;background:#080808;width:min(88vw,380px);padding:18px;transition:transform .26s;position:fixed;inset:0 auto 0 0;transform:translate(-102%);box-shadow:20px 0 60px #00000040}.drawer.is-open{transform:translate(0)}.drawer-header{border-bottom:1px solid #ffffff1c;justify-content:space-between;align-items:center;padding-bottom:18px;display:flex}.drawer-nav{padding-top:18px}.drawer-category{border-bottom:1px solid #ffffff1a}.drawer-category-button{color:#fff;cursor:pointer;background:0 0;justify-content:space-between;align-items:center;width:100%;min-height:56px;padding:0;font-weight:750;display:flex}.drawer-category-button svg{color:var(--brand-color);transition:transform .18s}.drawer-category-button svg.rotated{transform:rotate(180deg)}.subcategory-list{grid-template-rows:0fr;transition:grid-template-rows .22s;display:grid}.subcategory-list.is-expanded{grid-template-rows:1fr}.subcategory-list>div{overflow:hidden}.subcategory-list a{color:#ffffffb8;padding:0 0 14px 14px;font-size:.95rem;display:block}.hero{color:#fff;background:#050505;min-height:clamp(520px,86vh,760px);position:relative;overflow:hidden}.hero-image{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity 1.4s,transform 8.5s;position:absolute;inset:0;transform:scale(1.03)}.hero-image.is-active{opacity:1;transform:scale(1.08)}.hero-overlay{background:linear-gradient(90deg,#000000d1,#00000057 58%,#0000002e),linear-gradient(#0000 56%,#000000b8);position:absolute;inset:0}.hero-content{z-index:2;min-height:inherit;opacity:0;pointer-events:none;flex-direction:column;justify-content:flex-end;max-width:700px;padding:80px 20px 92px;transition:opacity .9s .24s,transform .9s .24s;display:flex;position:absolute;inset:0;transform:translateY(12px)}.hero-content.is-active{opacity:1;pointer-events:auto;transform:translateY(0)}.hero-content p,.section-heading p{color:var(--brand-color);letter-spacing:.16em;text-transform:uppercase;margin:0 0 12px;font-size:.78rem;font-weight:900}.hero-content h1{letter-spacing:0;max-width:11ch;margin:0;font-size:clamp(2.6rem,11vw,5.8rem);line-height:.98}.hero-content span{color:#ffffffd6;max-width:36rem;margin-top:18px;font-size:1rem;line-height:1.65;display:block}.hero-link{color:#fff;background:var(--brand-color);border-radius:2px;justify-content:center;align-items:center;width:max-content;min-height:48px;margin-top:28px;padding:0 20px;font-weight:850;display:inline-flex}.slider-dots{z-index:3;gap:9px;display:flex;position:absolute;bottom:28px;right:20px}.slider-dots button{cursor:pointer;background:#ffffff7a;border-radius:999px;width:9px;height:9px;padding:0}.slider-dots button.is-active{background:var(--brand-color);width:28px}.category-section{background:#fff;padding:34px 0 0}.section-heading{padding:0 18px 18px}.section-heading h2{color:#101010;margin:0;font-size:clamp(1.9rem,7vw,3.5rem);line-height:1}.category-grid{grid-template-columns:1fr;display:grid}.category-card{aspect-ratio:5/4;color:#fff;--parallax-y:0px;background:#111;display:block;position:relative;overflow:hidden}.category-card img{object-fit:cover;width:100%;height:calc(100% + 48px);transform:translateY(calc(-24px + var(--parallax-y))) scale(1.02);will-change:transform}.category-card:after{content:"";background:linear-gradient(#000000b8,#00000014 48%,#00000052);position:absolute;inset:0}.category-card div{z-index:1;align-items:flex-start;padding:20px;display:flex;position:absolute;inset:0}.category-card span{text-transform:uppercase;font-size:clamp(2rem,10vw,4rem);font-weight:900;line-height:.95}.site-footer{color:#fff;background:#050505}.footer-main{grid-template-columns:1fr 1fr;gap:34px 18px;padding:42px 18px 30px;display:grid}.footer-brand{grid-column:1/-1}.footer-logo{justify-content:flex-start}.footer-logo img{max-width:220px;height:44px}.footer-brand p{color:#ffffffb3;max-width:34rem;margin:18px 0;line-height:1.7}.contact-list{gap:10px;max-width:430px;margin-bottom:20px;display:grid}.contact-card{color:#fff;background:#ffffff12;border:1px solid #ffffff1a;border-radius:4px;grid-template-columns:42px 1fr;align-items:center;gap:12px;min-height:64px;padding:10px 12px;transition:border-color .18s,background .18s,transform .18s;display:grid}.contact-card>span{color:#fff;background:var(--brand-color);border-radius:50%;place-items:center;width:42px;height:42px;display:inline-grid}.contact-card small{color:#ffffff8f;letter-spacing:.12em;text-transform:uppercase;margin-bottom:3px;font-size:.75rem;font-weight:800;display:block}.contact-card strong{color:#fffffff0;font-size:.98rem;line-height:1.25;display:block}.contact-card:hover{background:#ffffff1a;border-color:#673de68c;transform:translateY(-1px)}.facebook-button{color:#fff;background:var(--brand-color);border-radius:2px;align-items:center;gap:8px;min-height:44px;padding:0 16px;font-weight:850;display:inline-flex}.footer-links{flex-direction:column;gap:11px;min-width:0;display:flex}.footer-links h2{color:#fff;margin:0 0 4px;font-size:1.05rem}.footer-links a{color:#ffffffad;font-size:.92rem;line-height:1.3}.footer-links a:hover{color:#fff}.social-buttons{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.social-buttons a{color:#fff;background:#ffffff1a;border-radius:50%;place-items:center;width:38px;height:38px;transition:background .18s,color .18s;display:inline-grid}.social-buttons a:hover{color:#fff;background:var(--brand-color)}.bottom-footer{color:#ffffffa3;background:#000;gap:6px;padding:18px;font-size:.86rem;display:grid}.bottom-footer p{margin:0}.bottom-footer a{color:#fff;font-weight:800}@media (width>=700px){.navbar{grid-template-columns:72px 1fr 112px;min-height:76px;padding:14px 32px}.brand-mark{justify-self:center}.hero-content{padding-inline:48px}.section-heading{padding:0 34px 26px}.footer-main{grid-template-columns:1.4fr .8fr .8fr;gap:44px;padding:58px 34px 42px}.footer-brand{grid-column:auto}.bottom-footer{grid-template-columns:1fr auto;padding:20px 34px}}@media (width>=1100px){.navbar{grid-template-columns:minmax(210px,260px) minmax(360px,1fr) auto;min-height:76px;padding:14px 56px 12px}.menu-button,.mobile-search,.mobile-search-button{display:none}.brand-mark{justify-self:start}.brand-mark img{max-width:174px;height:38px}.nav-actions{align-items:center;gap:8px}.desktop-search{grid-template-columns:0 42px;align-items:center;width:42px;transition:width .26s,grid-template-columns .26s;display:grid;overflow:hidden}.site-header.search-open .desktop-search{grid-template-columns:minmax(260px,360px) 42px;width:408px}.desktop-search input{opacity:0;pointer-events:none;height:42px;padding:0;transition:opacity .18s,padding .18s}.site-header.search-open .desktop-search input{opacity:1;pointer-events:auto;padding:0 12px}.desktop-category-nav{background:0 0;justify-content:center;align-items:center;min-width:0;min-height:48px;padding:0 14px;display:flex}.desktop-category-item{position:relative}.desktop-category-item>a{color:#fff;letter-spacing:.08em;text-transform:uppercase;align-items:center;min-height:46px;padding:0 clamp(10px,1.15vw,19px);font-size:.84rem;font-weight:850;display:inline-flex}.desktop-category-item>a:hover{color:var(--brand-color)}.desktop-submenu{z-index:20;opacity:0;visibility:hidden;background:#fff;min-width:190px;padding:10px 0;transition:opacity .18s,transform .18s,visibility .18s;display:grid;position:absolute;top:100%;left:50%;transform:translate(-50%,8px);box-shadow:0 18px 45px #00000024}.desktop-submenu a{color:#2a2a2a;white-space:nowrap;padding:10px 16px;font-size:.92rem}.desktop-submenu a:hover{color:#fff;background:var(--brand-color)}.desktop-category-item:hover .desktop-submenu,.desktop-category-item:focus-within .desktop-submenu{visibility:visible;opacity:1;transform:translate(-50%)}.hero{min-height:760px}.hero-content{padding:110px 64px 124px}.slider-dots{bottom:52px;right:64px}.category-section{padding-top:54px}.section-heading{padding-inline:56px}.category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.category-grid.category-count-2{grid-template-columns:repeat(2,minmax(0,1fr))}.category-grid.category-count-3{grid-template-columns:repeat(3,minmax(0,1fr))}.category-grid.category-count-4{grid-template-columns:repeat(4,minmax(0,1fr))}.category-card{aspect-ratio:1}.footer-main,.bottom-footer{padding-inline:56px}}
