*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{background:#070707}body{margin:0;color:#f2f0ea;font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,select{font:inherit}button{cursor:pointer}.mobile-only{display:none}.desktop-only{display:inline-flex}:root{--black:#070707;--ink:#111;--paper:#f1efe8;--muted:#a8a69f;--line:hsla(0,0%,100%,.16);--header:140px}.site-header{position:fixed;inset:0 0 auto 0;height:var(--header);z-index:70;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 28px;color:#fff;border-bottom:0;transition:background .25s ease,-webkit-backdrop-filter .25s ease;transition:background .25s ease,backdrop-filter .25s ease;transition:background .25s ease,backdrop-filter .25s ease,-webkit-backdrop-filter .25s ease}.site-header--solid{background:rgba(7,7,7,.94);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.site-header__left,.site-header__right{display:flex;align-items:center;gap:24px;font-size:10px;font-weight:800;letter-spacing:.16em}.site-header__right{justify-self:end}.site-header__left a,.text-button{opacity:.78;transition:opacity .2s}.site-header__left a:hover,.text-button:hover{opacity:1}.text-button{border:0;background:none;color:inherit;padding:0}.brand-cycler{width:clamp(280px,32vw,480px);height:calc(var(--header) - 4px);display:grid;place-items:center;overflow:hidden}.brand-cycler img{width:100%;height:calc(var(--header) - 4px);min-width:0;min-height:0;max-width:none;max-height:none;object-fit:contain;animation:logoCycle .44s cubic-bezier(.2,.7,.2,1)}@keyframes logoCycle{0%{opacity:0;transform:translateY(7px) scale(.96)}to{opacity:1;transform:none}}.menu-button{width:28px;height:28px;padding:0;border:0;background:none}.menu-button span{display:block;width:22px;height:1px;background:#fff;margin:5px auto}.mobile-nav{display:none}.hero{position:relative;height:100svh;min-height:680px;overflow:hidden;background:#0a0a0a}.hero__video{width:100%;height:100%;object-fit:cover;filter:grayscale(100%) contrast(1.08) brightness(.72)}.hero__veil,.hero__video{position:absolute;inset:0}.hero__veil{background:linear-gradient(180deg,rgba(0,0,0,.28),rgba(0,0,0,.14) 42%,rgba(0,0,0,.72)),radial-gradient(circle at 78% 40%,transparent 0 16%,rgba(0,0,0,.18) 64%,rgba(0,0,0,.52) 100%)}.hero__grain{position:absolute;inset:0;opacity:.08;pointer-events:none;background-image:radial-gradient(circle at 20% 20%,#fff 0 1px,transparent 1px);background-size:4px 4px;mix-blend-mode:soft-light}.hero__content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:calc(var(--header) + 48px) 28px 34px}.hero__index{font-size:9px;letter-spacing:.22em;font-weight:800}.hero__bottom{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(260px,.7fr);align-items:end;grid-gap:40px;gap:40px}.hero__bottom h1{margin:0;font-size:clamp(72px,9vw,168px);line-height:.78;letter-spacing:-.065em;font-weight:900}.hero__aside{justify-self:end;max-width:340px}.hero__aside p{font-size:18px;line-height:1.4;margin:0 0 34px;color:#ddd}.hero__aside a{display:flex;justify-content:space-between;gap:50px;padding:16px 0;border-top:1px solid hsla(0,0%,100%,.5);font-size:10px;font-weight:800;letter-spacing:.16em}.shop{background:var(--paper);color:#111;padding:64px 28px 100px;scroll-margin-top:var(--header)}.shop__body{display:grid;grid-template-columns:220px minmax(0,1fr);grid-gap:34px;gap:34px}.category-rail{position:-webkit-sticky;position:sticky;top:calc(var(--header) + 26px);height:max-content;display:flex;flex-direction:column;border-top:1px solid rgba(0,0,0,.18)}.category-rail button{border:0;border-bottom:1px solid rgba(0,0,0,.14);background:transparent;padding:16px 0;display:flex;justify-content:space-between;text-align:left;font-size:11px;font-weight:700;letter-spacing:.1em;color:#777;transition:color .2s,padding-left .2s}.category-rail button.is-active,.category-rail button:hover{color:#111;padding-left:10px}.product-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));align-content:start;grid-gap:28px 14px;gap:28px 14px;transition:opacity .18s ease,transform .18s ease}.product-grid.is-filtering{opacity:.18;transform:translateY(10px)}.product-card{animation:cardIn .55s cubic-bezier(.16,1,.3,1) both;animation-delay:var(--card-delay)}@keyframes cardIn{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}.product-card__image-wrap{position:relative;aspect-ratio:3/4;overflow:hidden;background:#e7e4dd}.product-card__image-wrap img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.82);transition:transform .6s cubic-bezier(.16,1,.3,1),filter .3s}.product-card:hover img{transform:scale(1.025);filter:saturate(1)}.product-card__view{position:absolute;right:12px;bottom:12px;background:#111;color:#fff;padding:8px 10px;font-size:8px;font-weight:800;letter-spacing:.16em;opacity:0;transform:translateY(5px);transition:.25s}.product-card:hover .product-card__view{opacity:1;transform:none}.product-card__meta{display:flex;flex-direction:column;gap:6px;padding-top:14px;font-size:11px}.product-card__meta div{display:flex;flex-direction:column;gap:5px}.product-card__meta a{font-weight:800}.product-card__meta span{color:#777;font-size:9px;text-transform:uppercase;letter-spacing:.1em}.product-card__meta strong{font-size:11px}.brand-statement{min-height:620px;background:#090909;color:#fff;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:40px;gap:40px;padding:90px 28px;border-top:1px solid #1d1d1d}.brand-statement__line{font-size:8px;letter-spacing:.2em;color:#777;font-weight:800}.brand-statement img{width:min(34vw,440px);max-height:250px;object-fit:contain}.brand-statement p{justify-self:end;max-width:420px;font-size:11px;line-height:1.6;letter-spacing:.12em;color:#9b9b96}.lookbook{background:#0b0b0b;padding:110px 0 120px}.lookbook__heading{padding:0 28px 48px;display:flex;justify-content:space-between;align-items:end}.lookbook__heading span{font-size:8px;letter-spacing:.2em;color:#777;font-weight:800}.lookbook__heading h2{margin:0;font-size:clamp(54px,7vw,112px);line-height:.82;letter-spacing:-.05em}.lifestyle-rail{overflow:hidden}.lifestyle-rail__track{display:flex;width:max-content;gap:16px;animation:railMove 34s linear infinite}.lifestyle-rail:hover .lifestyle-rail__track{animation-play-state:paused}@keyframes railMove{to{transform:translateX(-50%)}}.lifestyle-rail figure{margin:0;width:min(36vw,540px);flex:none}.lifestyle-rail img{width:100%;aspect-ratio:4/5;object-fit:cover;display:block;filter:grayscale(100%)}.lifestyle-rail figcaption{font-size:8px;letter-spacing:.16em;color:#777;padding-top:8px}.lifestyle-rail--compact figure{width:min(30vw,440px)}.store-footer{background:#070707;border-top:1px solid hsla(0,0%,100%,.12);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:30px;gap:30px;padding:40px 28px}.store-footer img{width:96px;max-height:54px;object-fit:contain}.store-footer div{display:flex;gap:28px;font-size:9px;letter-spacing:.16em;font-weight:800}.store-footer small{justify-self:end;font-size:8px;color:#777;letter-spacing:.12em}.product-page{background:var(--paper);color:#111;min-height:100vh;padding-top:var(--header)}.product-layout{display:grid;grid-template-columns:minmax(240px,.78fr) minmax(480px,1.5fr) minmax(260px,.82fr);grid-gap:22px;gap:22px;padding:24px 28px 90px}.product-sticky{position:-webkit-sticky;position:sticky;top:calc(var(--header) + 24px);align-self:start}.product-info{padding:18px 12px 0 0}.eyebrow{font-size:8px;letter-spacing:.18em;font-weight:800;color:#777;margin:0 0 34px}.product-info h1{font-size:clamp(38px,4vw,70px);line-height:.9;letter-spacing:-.045em;margin:0}.product-color{font-size:10px;letter-spacing:.12em;color:#777;text-transform:uppercase;margin:14px 0 36px}.product-description{max-width:390px;font-size:15px;line-height:1.55}.product-accordions{margin-top:48px;border-top:1px solid rgba(0,0,0,.18)}.product-accordions details{border-bottom:1px solid rgba(0,0,0,.18);padding:14px 0}.product-accordions summary{list-style:none;display:flex;justify-content:space-between;font-size:9px;font-weight:800;letter-spacing:.14em;cursor:pointer}.product-accordions summary::-webkit-details-marker{display:none}.product-accordions li,.product-accordions p{font-size:11px;line-height:1.6;color:#666}.product-accordions ul{padding-left:16px}.product-gallery{display:flex;flex-direction:column;gap:10px}.product-gallery figure{margin:0;position:relative;background:#dedbd4}.product-gallery img{display:block;width:100%;aspect-ratio:4/5;object-fit:cover}.product-gallery figcaption{position:absolute;left:12px;bottom:12px;padding:6px 8px;background:hsla(47,24%,93%,.86);font-size:8px;letter-spacing:.14em}.product-buy{padding:18px 0 0 14px}.product-buy__top{display:flex;justify-content:space-between;gap:20px;font-size:12px;padding-bottom:26px;border-bottom:1px solid rgba(0,0,0,.18)}.product-buy>p{font-size:8px;font-weight:800;letter-spacing:.16em;margin:28px 0 12px}.size-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(0,0,0,.18);border-left:1px solid rgba(0,0,0,.18)}.size-grid button{height:48px;border:0;border-right:1px solid rgba(0,0,0,.18);border-bottom:1px solid rgba(0,0,0,.18);background:transparent;font-size:10px}.add-button,.size-grid button.is-selected{background:#111;color:#fff}.add-button{width:100%;height:54px;margin-top:18px;border:0;font-size:9px;font-weight:800;letter-spacing:.16em}.product-buy small{display:block;margin-top:12px;color:#777;font-size:8px}.product-error{display:block;min-height:20px;padding-top:8px;color:#9a3412;font-size:8px;font-weight:800;letter-spacing:.12em}.product-mobile-title{display:none}.recommendations{padding:120px 28px;background:#111;color:#fff}.recommendations__head{display:flex;justify-content:space-between;align-items:end;margin-bottom:42px}.recommendations__head span{font-size:8px;letter-spacing:.2em;color:#777}.recommendations__head h2{font-size:clamp(54px,6vw,98px);line-height:.8;margin:0;letter-spacing:-.05em}.recommendation-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px}.recommendation-grid article img{width:100%;aspect-ratio:3/4;object-fit:cover;filter:grayscale(100%);transition:filter .2s,transform .3s}.recommendation-grid article:hover img{filter:grayscale(0);transform:translateY(-4px)}.recommendation-grid article div{display:flex;justify-content:space-between;padding-top:10px;font-size:10px}.product-lookbook{background:#080808;color:#fff;padding:90px 0}.product-lookbook__head{display:flex;justify-content:space-between;padding:0 28px 36px;font-size:9px;letter-spacing:.16em;color:#777}.mobile-buybar{display:none}.cart-backdrop{position:fixed;inset:0;z-index:88;border:0;background:rgba(0,0,0,.46);opacity:0;pointer-events:none;transition:opacity .3s}.cart-backdrop.is-open{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;z-index:90;top:0;right:0;width:min(460px,94vw);height:100svh;background:#f1efe8;color:#111;transform:translateX(100%);transition:transform .42s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column}.cart-drawer.is-open{transform:none}.cart-drawer__head{height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 22px;border-bottom:1px solid rgba(0,0,0,.18);font-size:10px;font-weight:800;letter-spacing:.16em}.cart-drawer__head button{border:0;background:none;font-size:9px}.cart-drawer__lines{padding:18px 22px;overflow:auto;flex:1 1}.cart-empty{font-size:12px;color:#777}.cart-line{display:grid;grid-template-columns:90px 1fr;grid-gap:14px;gap:14px;padding:0 0 18px;margin-bottom:18px;border-bottom:1px solid rgba(0,0,0,.12)}.cart-line img{width:90px;height:112px;object-fit:cover}.cart-line div{display:flex;flex-direction:column;gap:7px;font-size:10px}.cart-line span{color:#666}.cart-line button{margin-top:auto;align-self:start;border:0;background:none;padding:0;font-size:8px;text-decoration:underline}.cart-drawer__foot{padding:20px 22px;border-top:1px solid rgba(0,0,0,.18)}.cart-drawer__foot>div{display:flex;justify-content:space-between;font-size:11px;margin-bottom:16px}.checkout-button{width:100%;height:50px;border:0;background:#111;color:#fff;font-size:8px;font-weight:800;letter-spacing:.14em}.checkout-button:disabled{opacity:.35}.route-transition{position:fixed;inset:0;z-index:200;pointer-events:none}.route-transition__horizontal,.route-transition__vertical{position:absolute;left:50%;top:50%;background:#050505;transform:translate(-50%,-50%);transition:width .38s cubic-bezier(.7,0,.2,1),height .38s cubic-bezier(.7,0,.2,1)}.route-transition__vertical{width:0;height:100vh}.route-transition__horizontal{height:0;width:100vw}.route-transition__mark{position:absolute;left:50%;top:50%;width:18px;height:18px;opacity:0;transform:translate(-50%,-50%) rotate(45deg)}.route-transition__mark:after,.route-transition__mark:before{content:"";position:absolute;background:#f1efe8}.route-transition__mark:before{left:8px;top:0;width:2px;height:18px}.route-transition__mark:after{top:8px;left:0;width:18px;height:2px}.route-transition--closing{pointer-events:all}.route-transition--closing .route-transition__vertical{width:100vw}.route-transition--closing .route-transition__horizontal{height:100vh}.route-transition--closing .route-transition__mark{opacity:1;transition:opacity .12s .18s}.route-transition--opening .route-transition__vertical{animation:openVertical .44s cubic-bezier(.2,.8,.2,1) both}.route-transition--opening .route-transition__horizontal{animation:openHorizontal .44s cubic-bezier(.2,.8,.2,1) both}@keyframes openVertical{0%{width:100vw}to{width:0}}@keyframes openHorizontal{0%{height:100vh}to{height:0}}@media (max-width:1100px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-layout{grid-template-columns:220px minmax(0,1fr) 250px}.brand-statement{grid-template-columns:1fr}.brand-statement p,.brand-statement__line{justify-self:center;text-align:center}.brand-statement img{justify-self:center;width:min(60vw,460px)}}@media (max-width:760px){:root{--header:120px}.desktop-only{display:none!important}.mobile-only{display:block}.site-header{padding:0 14px}.site-header__left{display:none}.site-header__right{grid-column:3;gap:14px}.site-header__right .text-button{font-size:9px}.brand-cycler{grid-column:1/3;width:min(264px,calc(100vw - 124px));height:calc(var(--header) - 4px)}.mobile-nav{position:absolute;top:var(--header);left:0;right:0;background:#080808;border-bottom:1px solid hsla(0,0%,100%,.14);display:flex;flex-direction:column;padding:18px;gap:0;transform:scaleY(0);transform-origin:top;opacity:0;pointer-events:none;transition:.28s}.mobile-nav.is-open{transform:scaleY(1);opacity:1;pointer-events:auto}.mobile-nav a,.mobile-nav button{border:0;border-bottom:1px solid hsla(0,0%,100%,.12);background:none;color:#fff;text-align:left;padding:16px 0;font-size:10px;font-weight:800;letter-spacing:.14em}.hero{min-height:620px}.hero__content{padding:calc(var(--header) + 28px) 16px 24px}.hero__bottom{grid-template-columns:1fr;gap:28px}.hero__bottom h1{font-size:clamp(64px,21vw,112px)}.hero__aside{justify-self:start;max-width:100%}.hero__aside p{font-size:15px;margin-bottom:20px}.shop{padding:32px 14px 64px}.shop__body{display:block}.category-rail{position:-webkit-sticky;position:sticky;top:var(--header);z-index:30;background:hsla(47,24%,93%,.94);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:row;overflow-x:auto;margin:0 -14px 24px;padding:0 14px;border-top:1px solid rgba(0,0,0,.12);scrollbar-width:none}.category-rail::-webkit-scrollbar{display:none}.category-rail button{flex:0 0 auto;gap:10px;padding:14px 16px 14px 0;margin-right:16px;border-bottom:0}.category-rail button.is-active,.category-rail button:hover{padding-left:0}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px 8px}.product-card__meta{font-size:9px;gap:8px}.product-card__meta span{font-size:8px}.product-card__view{display:none}.brand-statement{min-height:440px;padding:64px 16px;gap:28px}.brand-statement img{width:min(84vw,390px)}.lookbook{padding:78px 0 90px}.lookbook__heading{padding:0 14px 30px}.lookbook__heading h2{font-size:16vw}.lifestyle-rail figure,.lifestyle-rail--compact figure{width:72vw}.store-footer{grid-template-columns:1fr;padding:34px 16px}.store-footer div{flex-wrap:wrap}.store-footer small{justify-self:start}.product-page{padding-top:var(--header);padding-bottom:74px}.product-mobile-title{display:block;padding:28px 14px 16px;background:var(--paper)}.product-mobile-title span{font-size:8px;letter-spacing:.14em;color:#777;text-transform:uppercase}.product-mobile-title h1{font-size:12vw;line-height:.9;margin:8px 0 10px;letter-spacing:-.05em}.product-mobile-title strong{font-size:13px}.product-layout{display:flex;flex-direction:column;padding:0 0 60px;gap:0}.product-gallery{order:1;gap:2px}.product-gallery figcaption{font-size:7px}.product-info{order:2;padding:36px 14px}.product-info .eyebrow,.product-info>.product-color,.product-info>h1{display:none}.product-description{font-size:14px}.product-buy{display:none}.product-sticky{position:static}.recommendations{padding:76px 14px}.recommendations__head{display:block}.recommendations__head h2{font-size:16vw;margin-top:14px}.recommendation-grid{grid-template-columns:repeat(2,1fr);gap:24px 8px}.product-lookbook{padding:72px 0}.product-lookbook__head{padding:0 14px 28px}.mobile-buybar{position:fixed;z-index:60;left:0;right:0;bottom:0;height:68px;background:#0a0a0a;color:#fff;border-top:1px solid hsla(0,0%,100%,.16);display:grid;grid-template-columns:1fr 78px 72px;align-items:center}.mobile-buybar>div{padding-left:12px;display:flex;flex-direction:column;gap:3px}.mobile-buybar span{font-size:8px;text-transform:uppercase;letter-spacing:.08em}.mobile-buybar strong{font-size:10px}.mobile-buybar button,.mobile-buybar select{height:100%;border:0;border-left:1px solid hsla(0,0%,100%,.16);background:#0a0a0a;color:#fff;text-align:center;font-size:9px;font-weight:800}.cart-drawer__head{height:62px}.route-transition__mark{width:16px;height:16px}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.brand-cycler img,.lifestyle-rail__track,.product-card{animation:none!important}.route-transition{display:none}}