*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);font-size:calc(16px * var(--body-scale));line-height:1.6;-webkit-font-smoothing:antialiased}img,svg,video,model-viewer{display:block;max-width:100%}img{height:auto}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}a{color:inherit;text-decoration-color:color-mix(in srgb,currentColor 50%,transparent);text-underline-offset:.22em}h1,h2,h3,h4,p{margin-block-start:0}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:400;line-height:1.05;letter-spacing:-.025em}h1{font-size:clamp(2.8rem,7vw,7.5rem)}h2{font-size:clamp(2.1rem,4.8vw,5.2rem)}h3{font-size:clamp(1.35rem,2.1vw,2rem)}.eyebrow{font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;font-weight:600}.rte>*:last-child{margin-bottom:0}.rte p{max-width:68ch}.page-width{width:min(calc(100% - 40px),var(--page-width));margin-inline:auto}.narrow{max-width:780px}.section{padding-block:var(--section-space)}.section--flush{padding-block:0}.section-header{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:clamp(2rem,4vw,4rem)}.section-header h2{margin-bottom:0}.section-header--center{text-align:center;display:block}.section-header--center p{margin-inline:auto}.skip-link{position:fixed;z-index:1000;left:1rem;top:1rem;padding:.8rem 1rem;background:var(--color-text);color:var(--color-bg);transform:translateY(-180%)}.skip-link:focus{transform:none}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}:focus-visible{outline:2px solid var(--color-gold);outline-offset:3px}.button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:.65rem;padding:.8rem 1.45rem;border:1px solid var(--color-text);border-radius:var(--button-radius);background:var(--color-text);color:var(--color-bg);font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;transition:background .2s,color .2s,transform .2s}.button:hover,.button--secondary{background:transparent;color:var(--color-text)}.button--secondary:hover{background:var(--color-text);color:var(--color-bg)}.button--light{border-color:#fff;background:#fff;color:#2e281f}.button--light.button--secondary{background:transparent;color:#fff}.button--full{width:100%}.button[disabled],.button[aria-disabled=true]{cursor:not-allowed;opacity:.48}.text-link{display:inline-flex;align-items:center;gap:.55rem;font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.icon{width:1.45rem;height:1.45rem}.icon-button{display:inline-grid;place-items:center;width:44px;height:44px;border:0;background:none;color:inherit}.badge{display:inline-block;padding:.3rem .55rem;background:var(--color-text);color:var(--color-bg);font-size:.66rem;letter-spacing:.1em;text-transform:uppercase}.badge--sale{background:var(--color-error);color:#fff}.badge--light{background:var(--color-bg);color:var(--color-text)}.price{display:flex;flex-wrap:wrap;align-items:center;gap:.55rem}.price__compare{text-decoration:line-through;color:var(--color-muted)}.field{position:relative}.field input,.field textarea,.field select,.select{width:100%;min-height:50px;border:1px solid var(--color-border);border-radius:0;background:transparent;padding:.85rem 1rem}.field textarea{min-height:140px;resize:vertical}.field label{display:block;margin-bottom:.4rem;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.form-grid .full{grid-column:1/-1}.form-status{padding:1rem;border:1px solid var(--color-accent)}.form-errors{color:var(--color-error)}.announcement{position:relative;z-index:31;background:var(--color-accent);color:var(--color-accent-text);text-align:center;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase}.announcement a,.announcement p{display:block;margin:0;padding:.55rem 2.5rem}.announcement__close{position:absolute;right:.4rem;top:50%;translate:0 -50%;width:36px;height:36px;color:inherit}.site-header{position:relative;z-index:30;border-bottom:1px solid var(--color-border);background:color-mix(in srgb,var(--color-bg) 96%,transparent)}.site-header--sticky{position:sticky;top:0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:84px;gap:2rem}.header__nav{display:flex;gap:1.5rem;align-items:center}.header__nav a{font-size:.75rem;font-weight:550;letter-spacing:.09em;text-transform:uppercase;text-decoration:none}.header__nav details{position:relative}.header__nav summary{list-style:none;cursor:pointer}.header__nav summary::-webkit-details-marker{display:none}.header__submenu{position:absolute;top:calc(100% + 1.3rem);left:-1rem;min-width:230px;padding:1rem;background:var(--color-bg);border:1px solid var(--color-border);box-shadow:0 18px 50px #2e281f1a}.header__submenu a{display:block;padding:.45rem}.header__logo{justify-self:center;text-align:center;text-decoration:none}.header__logo-image{width:min(var(--logo-width),68px);height:auto;max-height:68px;object-fit:contain;transform:translateY(6px) scale(1.55)}.header__wordmark{font-family:var(--font-heading);font-size:1.55rem;letter-spacing:.04em}.header__actions{justify-self:end;display:flex;align-items:center}.cart-count{display:grid;place-items:center;position:absolute;margin-left:20px;margin-top:-22px;min-width:18px;height:18px;padding:0 4px;border-radius:50%;background:var(--color-accent);color:var(--color-accent-text);font-size:.64rem}.mobile-menu-button{display:none}.mobile-menu{position:fixed;inset:0 auto 0 0;z-index:60;width:min(88vw,420px);background:var(--color-bg);transform:translate(-105%);transition:transform .28s ease;padding:1.2rem 1.5rem;overflow:auto}.mobile-menu.is-open{transform:none}.mobile-menu__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.mobile-menu__logo{display:block}.mobile-menu__logo-image{width:76px;height:auto;max-height:76px;object-fit:contain}.mobile-menu nav a,.mobile-menu nav summary{display:block;padding:.8rem 0;font-family:var(--font-heading);font-size:1.6rem;text-decoration:none;list-style:none}.mobile-menu nav ul{list-style:none;margin:0 0 .6rem;padding-left:1rem}.scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:55;border:0;background:#1e1a146b;opacity:0;pointer-events:none;transition:opacity .2s}.scrim.is-open{opacity:1;pointer-events:auto}.hero{position:relative;min-height:var(--hero-height);display:grid;align-items:var(--hero-v);overflow:hidden;background:var(--color-surface)}.hero__media,.hero__media:after{position:absolute;top:0;right:0;bottom:0;left:0}.hero__media:after{content:"";background:linear-gradient(90deg,rgba(20,17,13,var(--overlay)) 0%,rgba(20,17,13,calc(var(--overlay)*.35)) 65%,transparent)}.hero__media img,.hero__media video{width:100%;height:100%;object-fit:cover;object-position:var(--focal)}.hero__mobile{display:none}.hero__content{position:relative;z-index:1;width:min(calc(100% - 40px),var(--page-width));margin-inline:auto;padding-block:5rem;color:var(--hero-text)}.hero__content-inner{max-width:760px;text-align:var(--hero-align)}.hero__content-inner.center{margin-inline:auto}.hero h1{margin-bottom:1.4rem}.hero__copy{max-width:56ch;font-size:clamp(1rem,1.6vw,1.25rem)}.hero__buttons{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:2rem}.hero__content-inner.center .hero__buttons{justify-content:center}.manifesto{text-align:center}.manifesto__mark{display:inline-grid;place-items:center;width:52px;height:52px;margin-bottom:2rem;border:1px solid var(--color-gold);border-radius:50%;color:var(--color-accent)}.manifesto h2{max-width:1050px;margin-inline:auto}.manifesto .rte{max-width:700px;margin:2rem auto 0;color:var(--color-muted)}.split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));min-height:680px;background:var(--color-surface)}.split--reverse .split__media{order:2}.split__media{min-height:480px}.split__media img,.split__media svg{width:100%;height:100%;object-fit:cover}.split__content{display:grid;align-content:center;padding:clamp(3rem,7vw,8rem)}.split__content .rte{color:var(--color-muted)}.campaign{position:relative;min-height:clamp(520px,70vw,900px);display:grid;place-items:center;text-align:center;color:#fff;background:#3b463b;overflow:hidden}.campaign__media,.campaign__media:after{position:absolute;top:0;right:0;bottom:0;left:0}.campaign__media:after{content:"";background:rgba(20,17,13,var(--overlay))}.campaign__media img{width:100%;height:100%;object-fit:cover}.campaign__content{position:relative;z-index:1;max-width:1000px;padding:3rem 20px}.campaign h2{font-size:clamp(3rem,8vw,8rem)}.grid{display:grid;gap:clamp(1.2rem,2.5vw,2.5rem)}.grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.product-card{position:relative}.product-card__media{position:relative;overflow:hidden;background:var(--color-surface)}.ratio-square{aspect-ratio:1}.ratio-portrait{aspect-ratio:4/5}.ratio-adapt{aspect-ratio:var(--ratio,1)}.product-card__media img,.product-card__media svg{width:100%;height:100%;object-fit:cover;transition:transform .45s ease,opacity .35s}.product-card__media:hover img{transform:scale(1.025)}.product-card__secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.product-card__media:hover .product-card__secondary{opacity:1}.product-card__media:hover .product-card__primary:has(+.product-card__secondary){opacity:0}.product-card__badges{position:absolute;z-index:2;left:.7rem;top:.7rem;display:flex;gap:.4rem}.product-card__info{padding-top:1rem}.product-card__vendor{font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:var(--color-muted)}.product-card__title{font-family:var(--font-heading);font-size:1.22rem;text-decoration:none}.product-card__row{display:flex;justify-content:space-between;align-items:start;gap:1rem}.product-card__quick{position:absolute;z-index:2;right:.7rem;bottom:.7rem;width:42px;height:42px;border:0;border-radius:50%;background:var(--color-bg);box-shadow:0 4px 18px #1e191424}.product-card__swatches{display:flex;gap:.3rem;margin-top:.55rem}.swatch-dot{width:14px;height:14px;border-radius:50%;background:var(--swatch);border:1px solid var(--color-border)}.collection-card{position:relative;min-height:500px;overflow:hidden;background:var(--color-surface);color:#fff;text-decoration:none}.collection-card img,.collection-card svg{width:100%;height:100%;object-fit:cover;transition:transform .5s}.collection-card:hover img{transform:scale(1.03)}.collection-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(transparent 35%,#14110da6)}.collection-card__content{position:absolute;z-index:1;inset:auto 2rem 2rem}.collection-card__content h3{font-size:clamp(1.7rem,3vw,3rem);margin-bottom:.5rem}.scroll-row{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(280px,calc((100% - 4.5rem)/4));gap:1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:1rem}.scroll-row>*{scroll-snap-align:start}.values{background:var(--color-accent);color:var(--color-accent-text)}.value{text-align:center;padding:1.5rem}.value__icon{display:grid;place-items:center;width:60px;height:60px;margin:0 auto 1.5rem;border:1px solid color-mix(in srgb,currentColor 55%,transparent);border-radius:50%}.value h3{margin-bottom:.6rem}.quotes{position:relative;max-width:1000px;margin:auto;text-align:center}.quote{padding:1rem}.quote blockquote{margin:0;font-family:var(--font-heading);font-size:clamp(1.8rem,4vw,4rem);line-height:1.2}.quote cite{display:block;margin-top:1.5rem;font-style:normal;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase}.gallery{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.7rem}.gallery__item{aspect-ratio:1;overflow:hidden;background:var(--color-surface)}.gallery__item img,.gallery__item svg{width:100%;height:100%;object-fit:cover;transition:transform .45s}.gallery__item:hover img{transform:scale(1.04)}.newsletter{background:var(--color-surface);text-align:center}.newsletter__form{display:flex;max-width:600px;margin:2rem auto 0;border-bottom:1px solid var(--color-text)}.newsletter__form input{flex:1;min-width:0;border:0;background:transparent;padding:1rem 0}.newsletter__form button{border:0;background:none;padding:1rem;font-size:.72rem;font-weight:600;letter-spacing:.11em;text-transform:uppercase}.product{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(360px,.75fr);gap:clamp(2rem,5vw,6rem);align-items:start}.product__media-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.product__media-item{position:relative;background:var(--color-surface);cursor:zoom-in}.product__media-item:first-child{grid-column:1/-1}.product__media-item img,.product__media-item video,.product__media-item model-viewer{width:100%;height:auto}.product__info{position:sticky;top:110px}.product__title{font-size:clamp(2.5rem,5vw,4.6rem);margin-bottom:1rem}.product__price{font-size:1.1rem;margin-bottom:1.5rem}.product__short{color:var(--color-muted);margin-bottom:2rem}.product-option{border:0;padding:0;margin:0 0 1.5rem}.product-option legend{display:flex;justify-content:space-between;width:100%;margin-bottom:.8rem;font-size:.75rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase}.option-values{display:flex;flex-wrap:wrap;gap:.55rem}.option-value{position:relative}.option-value input{position:absolute;opacity:0}.option-value label{display:grid;place-items:center;min-width:48px;min-height:44px;padding:.5rem .8rem;border:1px solid var(--color-border);cursor:pointer}.option-value input:checked+label{border-color:var(--color-text);box-shadow:inset 0 0 0 1px var(--color-text)}.option-value input:disabled+label{text-decoration:line-through;opacity:.38;cursor:not-allowed}.option-value--swatch label{width:38px;min-width:38px;height:38px;min-height:38px;padding:3px;border-radius:50%}.option-value--swatch span{display:block;width:100%;height:100%;border-radius:50%;background:var(--swatch);background-image:var(--swatch-image);background-size:cover}.quantity{display:inline-grid;grid-template-columns:42px 50px 42px;border:1px solid var(--color-border);margin-bottom:1rem}.quantity button,.quantity input{height:48px;border:0;background:transparent;text-align:center}.quantity input{-moz-appearance:textfield}.quantity input::-webkit-inner-spin-button{display:none}.product-form__buttons{display:grid;gap:.75rem}.shopify-payment-button__button{min-height:50px!important;border-radius:var(--button-radius)!important}.inventory{font-size:.78rem;margin:1rem 0;color:var(--color-accent)}.product-accordions{margin-top:2rem;border-top:1px solid var(--color-border)}.accordion{border-bottom:1px solid var(--color-border)}.accordion summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 0;list-style:none;cursor:pointer;font-size:.78rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase}.accordion summary::-webkit-details-marker{display:none}.accordion__content{padding:0 0 1.3rem;color:var(--color-muted)}.product-share{margin-top:1.5rem}.sticky-atc{display:none;position:fixed;z-index:28;inset:auto 0 0;padding:12px 20px;background:var(--color-bg);border-top:1px solid var(--color-border);box-shadow:0 -10px 30px #1e1a1414}.modal{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:none;place-items:center;padding:20px;background:#14110d9e}.modal.is-open{display:grid}.modal__panel{position:relative;width:min(100%,900px);max-height:88vh;overflow:auto;background:var(--color-bg);padding:clamp(2rem,5vw,4rem)}.modal__close{position:absolute;right:1rem;top:1rem}.lightbox__panel{width:min(95vw,1200px);padding:0;background:transparent}.lightbox__panel img{max-height:88vh;margin:auto}.collection-hero{position:relative;padding:clamp(2.75rem,4.5vw,5.5rem) 0;background:var(--color-surface);border-bottom:1px solid color-mix(in srgb,var(--color-border) 70%,transparent);overflow:hidden}.collection-hero__content{position:relative;z-index:1;max-width:800px}.collection-hero__content .eyebrow{color:var(--color-muted)}.collection-hero h1{max-width:12ch;margin:.7rem 0 0;font-size:clamp(3.5rem,5.4vw,6.5rem)}.collection-hero__content .rte{max-width:60ch;margin-top:1rem;color:var(--color-muted)}.collection-hero__image{position:absolute;top:0;right:0;bottom:0;left:50%}.collection-hero__image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,var(--color-surface),transparent)}.collection-hero__image img{width:100%;height:100%;object-fit:cover}.collection-products{padding-block:clamp(2rem,4vw,4.5rem)}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.collection-toolbar>span{color:var(--color-muted);font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.collection-toolbar>div{display:flex;align-items:center;gap:.65rem}.collection-toolbar .select{min-width:190px}.filter-toggle{display:inline-flex}.filters{display:grid;grid-template-columns:260px 1fr;gap:3rem}.filters__form{position:sticky;top:110px;align-self:start}.filter-group{border-top:1px solid var(--color-border)}.filter-group summary{padding:1rem 0}.filter-list{list-style:none;margin:0;padding:0 0 1.2rem}.filter-list li{margin:.5rem 0}.filter-list label{display:flex;justify-content:space-between;gap:1rem}.active-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.active-filter{padding:.4rem .7rem;border:1px solid var(--color-border);font-size:.75rem;text-decoration:none}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:4rem}.pagination a,.pagination span{display:grid;place-items:center;min-width:42px;height:42px;border:1px solid var(--color-border);text-decoration:none}.pagination .current{background:var(--color-text);color:var(--color-bg)}.empty-state{text-align:center;padding:5rem 1rem}.search-form{display:flex;max-width:760px;margin:2rem auto;border-bottom:1px solid var(--color-text)}.search-form input{flex:1;min-width:0;border:0;background:transparent;padding:1rem 0;font-size:clamp(1.1rem,2vw,1.5rem)}.search-form button{border:0;background:none}.predictive-search{position:absolute;z-index:40;left:0;right:0;top:100%;background:var(--color-bg);border:1px solid var(--color-border);max-height:70vh;overflow:auto}.predictive-search__results{padding:1rem}.predictive-search__item{display:grid;grid-template-columns:60px 1fr;gap:1rem;align-items:center;padding:.55rem;text-decoration:none}.predictive-search__item img{width:60px;height:60px;object-fit:cover}.drawer{position:fixed;z-index:80;inset:0 0 0 auto;width:min(92vw,500px);background:var(--color-bg);transform:translate(105%);transition:transform .28s ease;display:grid;grid-template-rows:auto 1fr auto;box-shadow:-20px 0 60px #1e1a1424}.drawer.is-open{transform:none}.drawer__header,.drawer__footer{padding:1.4rem 1.5rem;border-bottom:1px solid var(--color-border)}.drawer__header{display:flex;align-items:center;justify-content:space-between}.drawer__header h2{font-size:1.7rem;margin:0}.drawer__body{overflow:auto;padding:1rem 1.5rem}.drawer__footer{border-top:1px solid var(--color-border);border-bottom:0}.cart-item{display:grid;grid-template-columns:110px 1fr;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--color-border)}.cart-item__image{aspect-ratio:1;background:var(--color-surface)}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__title{font-family:var(--font-heading);font-size:1.05rem;text-decoration:none}.cart-item__details{color:var(--color-muted);font-size:.78rem}.cart-item__bottom{display:flex;justify-content:space-between;align-items:end;gap:1rem}.cart-item .quantity{grid-template-columns:34px 40px 34px;margin:1rem 0 0}.cart-item .quantity button,.cart-item .quantity input{height:36px}.cart-item__remove{border:0;background:none;padding:0;font-size:.72rem;text-decoration:underline}.cart-summary__row{display:flex;justify-content:space-between;margin-bottom:1rem}.shipping-progress{margin-bottom:1.2rem;font-size:.78rem}.shipping-progress__bar{height:4px;margin-top:.6rem;background:var(--color-border)}.shipping-progress__bar span{display:block;width:var(--progress);height:100%;background:var(--color-accent)}.cart-page{display:grid;grid-template-columns:1fr 380px;gap:5rem}.cart-page__summary{position:sticky;top:110px;align-self:start;padding:2rem;background:var(--color-surface)}.footer{padding:clamp(4rem,8vw,8rem) 0 2rem;background:var(--color-text);color:var(--color-bg)}.footer__grid{display:grid;grid-template-columns:1.7fr repeat(3,1fr);gap:4rem}.footer__brand{max-width:350px}.footer__logo{display:inline-block}.footer__logo-image{width:180px;height:auto;max-height:180px;object-fit:contain}.footer h3{font-family:var(--font-body);font-size:.7rem;letter-spacing:.14em;text-transform:uppercase}.footer ul{list-style:none;padding:0;margin:0}.footer li{margin:.55rem 0}.footer a{text-decoration:none}.footer__bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.5rem;margin-top:5rem;padding-top:1.5rem;border-top:1px solid color-mix(in srgb,currentColor 25%,transparent);font-size:.72rem}.socials{display:flex;gap:1rem}.localization{display:flex;gap:.7rem}.localization select{color:inherit;background:transparent;border:1px solid color-mix(in srgb,currentColor 30%,transparent);padding:.5rem}.page-header{text-align:center;padding:clamp(4rem,8vw,8rem) 20px clamp(2rem,4vw,4rem)}.page-header h1{font-size:clamp(3rem,7vw,7rem)}.faq{max-width:900px;margin:auto}.article-card__image{aspect-ratio:4/3;background:var(--color-surface);overflow:hidden}.article-card__image img,.article-card__image svg{width:100%;height:100%;object-fit:cover}.article-card__meta{margin-top:1rem;font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:var(--color-muted)}.article-card h2,.article-card h3{font-size:clamp(1.5rem,2.4vw,2.4rem);margin:.7rem 0}.article__header{max-width:1000px;margin:auto;text-align:center}.article__image{width:min(100%,1400px);margin:3rem auto}.article__content{max-width:760px;margin:auto;font-size:1.08rem}.article__content img{margin:2rem calc((760px - min(90vw,1200px))/2);max-width:min(90vw,1200px)}.account{max-width:760px}.address-card{padding:1.5rem;border:1px solid var(--color-border)}.gift-card{text-align:center}.gift-card__logo,.password__logo{width:160px;height:auto;max-height:160px;margin:0 auto 1.5rem;object-fit:contain}.gift-card__code{display:inline-block;margin:2rem;padding:1rem 2rem;border:1px dashed var(--color-border);font-family:monospace;font-size:1.4rem;letter-spacing:.12em}.toast{position:fixed;z-index:120;right:1rem;bottom:1rem;max-width:360px;padding:1rem 1.2rem;background:var(--color-text);color:var(--color-bg);box-shadow:0 10px 30px #0000002e}@media(max-width:990px){.header__nav,.header__actions .account-link{display:none}.header__inner{grid-template-columns:1fr auto 1fr;min-height:72px}.mobile-menu-button{display:inline-grid;justify-self:start}.product{grid-template-columns:1fr}.product__info{position:static}.filters{grid-template-columns:1fr}.filters__form{display:none;position:fixed;z-index:90;top:0;right:0;bottom:0;left:0;background:var(--color-bg);padding:2rem;overflow:auto}.filters__form.is-open{display:block}.cart-page{grid-template-columns:1fr;gap:2rem}.cart-page__summary{position:static}.footer__grid{grid-template-columns:repeat(2,1fr)}.gallery{grid-template-columns:repeat(3,1fr)}.scroll-row{grid-auto-columns:minmax(270px,45%)}.sticky-atc.is-visible{display:block}}@media(max-width:700px){.page-width{width:min(calc(100% - 32px),var(--page-width))}.section{padding-block:calc(var(--section-space)*.72)}.grid--2,.grid--3,.grid--4{grid-template-columns:1fr}.section-header{align-items:start;flex-direction:column}.hero{min-height:var(--hero-height-mobile)}.hero__desktop:has(+.hero__mobile){display:none}.hero__mobile{display:block}.hero__media:after{background:rgba(20,17,13,var(--overlay))}.hero__content{padding-block:3rem}.hero h1{font-size:clamp(2.8rem,15vw,5rem)}.split{grid-template-columns:1fr;min-height:0}.split--reverse .split__media{order:0}.split__content{padding:3rem 1.25rem}.product__media-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:.7rem}.product__media-item,.product__media-item:first-child{min-width:88%;scroll-snap-align:start}.product__title{font-size:2.5rem}.collection-hero{padding:2.5rem 0 2rem}.collection-hero h1{margin-top:.45rem;font-size:clamp(2.9rem,14vw,4.3rem)}.collection-hero__image{top:0;right:0;bottom:0;left:0;opacity:.24}.collection-hero__image:after{background:var(--color-surface);opacity:.35}.collection-products{padding-block:1.5rem 2.75rem}.collection-toolbar{align-items:stretch;flex-direction:column;gap:.85rem;margin-bottom:1.25rem}.collection-toolbar>div{display:grid;grid-template-columns:auto minmax(0,1fr)}.collection-toolbar .button{padding-inline:1rem}.collection-toolbar .select{min-width:0}.scroll-row{grid-auto-columns:82%}.gallery{grid-template-columns:repeat(2,1fr)}.footer__grid{grid-template-columns:1fr;gap:2.5rem}.footer__bottom{align-items:start;flex-direction:column}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.cart-item{grid-template-columns:88px 1fr}.article__content img{margin:2rem 0;max-width:100%}}@media(hover:none){.product-card__secondary{display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.icon--reverse{transform:rotate(180deg)}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:1rem;border-bottom:1px solid var(--color-border)}.table-wrapper{overflow-x:auto}.section-header--center{max-width:880px;margin-inline:auto}.section-header--center p{max-width:62ch;margin:1.1rem auto 0;color:var(--color-muted)}.announcement a,.announcement p{padding-block:.45rem}.site-header{box-shadow:0 1px color-mix(in srgb,var(--color-border) 70%,transparent)}.header__inner{min-height:76px}.header__nav{gap:1.85rem}.header__nav a{position:relative}.header__nav>a:after{content:"";position:absolute;left:0;right:100%;bottom:-.35rem;height:1px;background:currentColor;transition:right .2s}.header__nav>a:hover:after{right:0}.mobile-menu__tagline{margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--color-border);color:var(--color-muted);font-size:.82rem;letter-spacing:.08em;text-transform:uppercase}.hero__content-inner{max-width:650px}.hero h1{max-width:9ch;font-size:clamp(3.8rem,7.4vw,7rem)}.hero__copy{max-width:50ch;line-height:1.55}.hero__buttons{margin-top:1.7rem}.collection-editorial .section-header{margin-bottom:2.5rem}.collection-editorial .grid{gap:1rem}.collection-card{min-height:clamp(390px,36vw,560px)}.collection-card:after{background:linear-gradient(transparent 32%,#14110dbd)}.collection-card__content{inset:auto clamp(1.2rem,2vw,2rem) clamp(1.3rem,2vw,2rem)}.collection-card__content h3{font-size:clamp(1.65rem,2.3vw,2.8rem)}.featured-products{background:color-mix(in srgb,var(--color-surface) 48%,var(--color-bg))}.product-card__media{border:1px solid color-mix(in srgb,var(--color-border) 65%,transparent)}.product-card__info{padding-top:.85rem}.product-card__row{align-items:baseline}.product-card__title{line-height:1.2}.editorial-gallery{padding-top:calc(var(--section-space)*.75)}.editorial-gallery .gallery{gap:.45rem}.editorial-gallery .gallery__item{border:1px solid color-mix(in srgb,var(--color-border) 60%,transparent)}.reviews-section{background:var(--color-surface)}.product-section{padding-top:clamp(2rem,4vw,4rem)}.product__breadcrumb{display:flex;gap:.55rem;align-items:center;margin-bottom:1.4rem;color:var(--color-muted);font-size:.72rem;letter-spacing:.1em;text-transform:uppercase}.product__breadcrumb a{text-decoration:none}.product{grid-template-columns:minmax(0,1.35fr) minmax(380px,.65fr);gap:clamp(2rem,5vw,6.5rem)}.product__media{position:relative;min-width:0}.product__media-item{overflow:hidden;border:1px solid color-mix(in srgb,var(--color-border) 72%,transparent)}.product__media-item img{width:100%;aspect-ratio:1/1;object-fit:contain;background:var(--color-surface)}.product__zoom{position:absolute;right:.8rem;bottom:.8rem;border-radius:50%;background:color-mix(in srgb,var(--color-bg) 92%,transparent);box-shadow:0 6px 20px #1e1a141a}.product__media-progress{display:none}.product__info{top:104px}.product__title{font-size:clamp(2.7rem,4.2vw,4.6rem);max-width:12ch}.product__short{font-size:1rem;line-height:1.65}.product-option legend strong{font-weight:600}.option-value label{background:color-mix(in srgb,var(--color-bg) 92%,var(--color-surface));transition:border-color .18s,box-shadow .18s,background .18s}.option-value input:focus-visible+label{outline:2px solid var(--color-gold);outline-offset:3px}.option-value input:checked+label{background:var(--color-bg)}.option-value--swatch label{width:44px;min-width:44px;height:44px;min-height:44px}.product__purchase-row{display:flex;align-items:end;justify-content:space-between;gap:1rem}.product__purchase-row .inventory{margin-bottom:1.7rem}.product-form__buttons .button{min-height:54px}.product__reassurance{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin:1.2rem 0 0;padding:1rem 0;border-block:1px solid var(--color-border);list-style:none}.product__reassurance li{display:flex;gap:.65rem;align-items:start}.product__reassurance .icon{flex:0 0 1rem;width:1rem;height:1rem;margin-top:.15rem;color:var(--color-accent)}.product__reassurance strong,.product__reassurance small{display:block}.product__reassurance strong{font-size:.76rem}.product__reassurance small{margin-top:.1rem;color:var(--color-muted);font-size:.7rem;line-height:1.35}.product-accordions{margin-top:1.4rem}.accordion summary .icon{transition:rotate .2s}.accordion[open] summary .icon{rotate:45deg}.related-products[hidden]{display:none}.sticky-atc{padding:10px max(16px,env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left));align-items:center;justify-content:space-between;gap:1rem}.sticky-atc.is-past-product{display:none!important}.sticky-atc__summary{display:flex;align-items:center;gap:.7rem;min-width:0}.sticky-atc__summary img{width:46px;height:46px;object-fit:cover;background:var(--color-surface)}.sticky-atc__summary span{min-width:0}.sticky-atc__summary strong,.sticky-atc__summary small{display:block}.sticky-atc__summary strong{max-width:38vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:var(--font-heading);font-size:.92rem}.sticky-atc__summary small{font-size:.75rem;color:var(--color-muted)}.sticky-atc form{flex:0 0 auto}.sticky-atc .button{min-height:44px;padding:.65rem 1rem}.footer__closing{margin:4rem 0 0;padding-top:2rem;border-top:1px solid color-mix(in srgb,currentColor 25%,transparent);font-family:var(--font-heading);font-size:clamp(1.5rem,2.4vw,2.35rem)}.footer__bottom{margin-top:2rem}.footer__payments{display:flex;flex-wrap:wrap;gap:.35rem}@media(max-width:990px){.collection-editorial .grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}.product{grid-template-columns:1fr}.product__info{max-width:720px}.sticky-atc.is-visible{display:flex}}@media(max-width:700px){.announcement{font-size:.62rem}.announcement a,.announcement p{padding:.42rem 2.4rem .42rem 1rem}.header__inner{min-height:64px}.header__wordmark{font-size:1.35rem}.hero{min-height:var(--hero-height-mobile);align-items:end}.hero__content{padding-bottom:3.2rem}.hero h1{max-width:8ch;font-size:clamp(3rem,15vw,4.7rem)}.hero__copy{font-size:1rem}.collection-editorial .grid--4{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:.8rem;margin-right:-16px;padding-right:16px;scrollbar-width:none}.collection-editorial .collection-card{flex:0 0 82%;min-height:430px;scroll-snap-align:start}.manifesto h2{font-size:clamp(2.35rem,10vw,3.6rem)}.product-section{padding-top:1.2rem;padding-bottom:calc(var(--section-space)*.55)}.product-section>.page-width{width:100%}.product__breadcrumb,.product__info{width:calc(100% - 32px);margin-inline:auto}.product__breadcrumb{margin-bottom:1rem}.product__media-grid{padding-inline:16px;scroll-padding-inline:16px;scrollbar-width:none}.product__media-grid::-webkit-scrollbar{display:none}.product__media-item,.product__media-item:first-child{min-width:92%;border:0}.product__media-item img{aspect-ratio:1/1}.product__media-progress{display:block;position:absolute;right:28px;bottom:14px;padding:.35rem .65rem;background:color-mix(in srgb,var(--color-bg) 90%,transparent);font-size:.7rem;letter-spacing:.08em}.product__info{padding-top:1.6rem}.product__title{font-size:clamp(2.35rem,11vw,3.2rem);margin-bottom:.7rem}.product__short{margin-bottom:1.6rem}.product-option{margin-bottom:1.25rem}.option-values{gap:.45rem}.option-value label{min-width:50px;min-height:48px}.product__purchase-row{align-items:start}.product__purchase-row .inventory{margin-top:1.8rem}.product__reassurance{grid-template-columns:1fr}.product-share{margin-bottom:1rem}.related-products .grid--4{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:1rem;margin-right:-16px;padding-right:16px}.related-products .product-card{flex:0 0 82%;scroll-snap-align:start}.sticky-atc__summary strong{max-width:32vw}.sticky-atc .button{font-size:.68rem}.footer__closing{margin-top:3rem}}.collection-hero--image{min-height:clamp(360px,38vw,560px);padding:0;background:var(--color-surface);color:#fff;border-bottom:0}.collection-hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.collection-hero__media img{width:100%;height:100%;object-fit:cover}.collection-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#201c1794,#201c170f 62%)}.collection-hero__caption{position:relative;z-index:1;display:flex;min-height:clamp(360px,38vw,560px);flex-direction:column;justify-content:flex-end;padding-block:clamp(2rem,4vw,4rem)}.collection-hero__caption .eyebrow{color:#ffffffd1}.collection-hero__caption h2{max-width:13ch;margin:.55rem 0 0;font-size:clamp(2.6rem,5.5vw,5.8rem);color:#fff}.collection-products.collection-listing{padding:0}.collection-listing>.page-width{width:min(calc(100% - 48px),1720px)}.collection-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:3rem;padding:clamp(2.5rem,5vw,5rem) 0 clamp(2rem,3.5vw,3.5rem);border-bottom:1px solid var(--color-border)}.collection-intro__copy{max-width:720px}.collection-intro .eyebrow{display:block;margin-bottom:.55rem;color:var(--color-muted)}.collection-intro h1{margin:0;font-size:clamp(3.1rem,5vw,5.8rem)}.collection-intro .rte{margin-top:1rem;color:var(--color-muted)}.collection-intro .rte p{margin-bottom:.5rem}.collection-intro__count{display:block;margin-top:1.35rem;color:var(--color-muted);font-size:.78rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase}.collection-intro__actions{display:flex;align-items:center;gap:.75rem}.collection-intro__actions .select{min-width:190px;background:var(--color-bg)}.collection-intro__actions .filter-toggle{display:none}.collection-listing .active-filters{margin:1.25rem 0 0}.collection-layout{display:grid;grid-template-columns:240px minmax(0,1fr);gap:clamp(2rem,3vw,3.75rem);padding:clamp(2rem,3.5vw,3.75rem) 0 clamp(4rem,7vw,7rem)}.collection-layout__products{min-width:0}.collection-layout__products>.grid{gap:clamp(1rem,1.35vw,1.5rem)}.filters__form{top:120px}.filters__form .mobile-menu__head{display:none}.filters__title{margin:0 0 1.25rem;font-family:var(--font-body);font-size:1.45rem;font-weight:500;letter-spacing:-.02em}.filter-group{border-top:1px solid color-mix(in srgb,var(--color-border) 72%,transparent)}.filter-group:last-of-type{border-bottom:1px solid color-mix(in srgb,var(--color-border) 72%,transparent)}.filter-group summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.2rem 0;cursor:pointer;font-size:.88rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;list-style:none}.filter-group summary::-webkit-details-marker{display:none}.filter-group summary .icon{width:1rem;height:1rem;transition:transform .2s}.filter-group[open] summary .icon{transform:rotate(180deg)}.filter-group__content{padding-bottom:.9rem}.filter-list{padding-bottom:.5rem}.filter-list li{margin:.7rem 0}.filter-list label{align-items:center;color:var(--color-muted);font-size:.88rem}.filter-list input{width:16px;height:16px;margin:0 .45rem 0 0;accent-color:var(--color-accent)}.filters__actions{display:grid;gap:1rem;margin-top:1.35rem;text-align:center}.filters__actions .text-link{justify-self:center}.product-card--collection .product-card__media{border-radius:2px;background:#f0ece5}.product-card--collection .product-card__quick{display:grid;right:.75rem;bottom:.75rem;width:40px;height:40px;border:1px solid color-mix(in srgb,var(--color-border) 75%,transparent);border-radius:2px;box-shadow:none;opacity:0;transform:translateY(5px);transition:opacity .2s,transform .2s,background .2s}.product-card--collection:hover .product-card__quick,.product-card--collection .product-card__quick:focus-visible{opacity:1;transform:none}.product-card--collection .product-card__info{padding-top:.7rem}.product-card--collection .product-card__swatches{order:-1;margin:0 0 .65rem}.product-card__swatches{display:flex;align-items:center;flex-wrap:wrap;gap:.38rem}.swatch-dot{display:inline-block;width:19px;height:19px;border:1px solid color-mix(in srgb,var(--color-text) 22%,var(--color-border));border-radius:3px;background-color:var(--swatch-color,var(--color-surface));background-image:var(--swatch-image,none);background-position:center;background-size:cover;box-shadow:inset 0 0 0 1px #ffffff47}.product-card__swatch-more{font-size:.72rem;color:var(--color-muted)}.product-card--collection .product-card__row{display:block}.product-card--collection .product-card__title{display:-webkit-box;overflow:hidden;font-family:var(--font-body);font-size:.84rem;font-weight:650;line-height:1.35;letter-spacing:.035em;text-transform:uppercase;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-card__color-name{margin-top:.25rem;color:var(--color-muted);font-size:.78rem}.product-card__collection-price{margin-top:.18rem;font-size:.84rem;font-weight:600}.product-card__collection-price .price{gap:.4rem}.product-card--collection .badge{border-radius:2px}.collection-listing .pagination{margin-top:clamp(3rem,5vw,5rem)}@media(max-width:1200px){.collection-layout{grid-template-columns:210px minmax(0,1fr);gap:2rem}.collection-layout__products>.grid--4{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:990px){.collection-listing>.page-width{width:min(calc(100% - 40px),var(--page-width))}.collection-intro__actions .filter-toggle{display:inline-flex}.collection-layout{display:block}.collection-layout .filters__form{display:none;position:fixed;z-index:90;top:0;right:0;bottom:0;left:0;background:var(--color-bg);padding:2rem;overflow:auto}.collection-layout .filters__form.is-open{display:block}.collection-layout .filters__form .mobile-menu__head{display:flex}.collection-layout .filters__title{display:none}.collection-layout__products>.grid--4{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:700px){.collection-hero--image,.collection-hero__caption{min-height:430px}.collection-hero__overlay{background:linear-gradient(0deg,#201c17a8,#201c170a 72%)}.collection-hero__caption{padding-bottom:2rem}.collection-hero__caption h2{font-size:clamp(2.5rem,12vw,4rem)}.collection-listing>.page-width{width:calc(100% - 24px)}.collection-intro{align-items:stretch;flex-direction:column;gap:1.5rem;padding:2.25rem 0 1.5rem}.collection-intro h1{font-size:clamp(2.8rem,13vw,4rem)}.collection-intro__count{margin-top:1rem}.collection-intro__actions{display:grid;grid-template-columns:auto minmax(0,1fr)}.collection-intro__actions .button{padding-inline:1rem}.collection-intro__actions .select{min-width:0}.collection-layout{padding:1.25rem 0 4rem}.collection-layout__products>.grid--4{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.55rem .65rem}.product-card--collection .product-card__media{border:0}.product-card--collection .product-card__quick{display:none}.product-card--collection .product-card__info{padding-top:.55rem}.product-card--collection .product-card__swatches{gap:.28rem;margin-bottom:.5rem}.swatch-dot{width:17px;height:17px}.product-card--collection .product-card__title{font-size:.72rem}.product-card__color-name,.product-card__collection-price{font-size:.7rem}}.product-section--apparel{padding-top:clamp(1.5rem,3vw,3rem)}.product--apparel{grid-template-columns:minmax(0,1.18fr) minmax(390px,.82fr);gap:clamp(2.5rem,5vw,6rem)}.product-gallery{min-width:0}.product-gallery__stage{position:relative;overflow:hidden;border:1px solid color-mix(in srgb,var(--color-border) 68%,transparent);background:color-mix(in srgb,var(--color-surface) 72%,var(--color-bg))}.product-gallery__slide[hidden]{display:none}.product-gallery__slide{position:relative;animation:product-media-in .25s ease both}.product-gallery__slide img,.product-gallery__slide video,.product-gallery__slide model-viewer{width:100%;aspect-ratio:1/1;object-fit:contain;background:var(--color-surface)}.product-gallery__zoom{position:absolute;right:1rem;bottom:1rem;border:1px solid color-mix(in srgb,var(--color-border) 80%,transparent);border-radius:50%;background:color-mix(in srgb,var(--color-bg) 94%,transparent);box-shadow:0 8px 24px #1e1a1417}.product-gallery__arrow{position:absolute;z-index:2;top:50%;translate:0 -50%;border:1px solid color-mix(in srgb,var(--color-border) 80%,transparent);border-radius:50%;background:color-mix(in srgb,var(--color-bg) 94%,transparent);box-shadow:0 8px 24px #1e1a1414}.product-gallery__arrow--previous{left:1rem}.product-gallery__arrow--previous .icon{transform:rotate(90deg)}.product-gallery__arrow--next{right:1rem}.product-gallery__arrow--next .icon{transform:rotate(-90deg)}.product-gallery__count{position:absolute;z-index:2;left:1rem;bottom:1rem;min-width:58px;padding:.42rem .7rem;background:color-mix(in srgb,var(--color-bg) 94%,transparent);font-size:.68rem;font-weight:600;letter-spacing:.12em;text-align:center}.product-gallery__thumbnails{display:flex;gap:.65rem;margin-top:.75rem;padding:2px 2px .4rem;overflow-x:auto;scrollbar-width:thin;scrollbar-color:var(--color-border) transparent}.product-gallery__thumbnail{flex:0 0 78px;width:78px;padding:0;border:1px solid transparent;background:var(--color-surface);opacity:.66;transition:opacity .18s,border-color .18s}.product-gallery__thumbnail img{width:100%;aspect-ratio:1/1;object-fit:cover}.product-gallery__thumbnail:hover,.product-gallery__thumbnail.is-active{opacity:1}.product-gallery__thumbnail.is-active{border-color:var(--color-text);box-shadow:0 0 0 1px var(--color-text)}.product__info--apparel{top:96px}.product__info--apparel>.eyebrow{margin-bottom:.8rem;color:var(--color-accent)}.product__info--apparel .product__title{max-width:15ch;margin:0 0 .4rem;font-size:clamp(2.65rem,4.2vw,4.4rem);line-height:.98}.product__subtitle{max-width:38ch;margin:0 0 1.2rem;color:var(--color-muted);font-size:.83rem;letter-spacing:.04em}.product__price-row{display:flex;align-items:center;gap:.8rem;margin-bottom:1rem}.product__price-row .product__price{margin:0;font-size:1.18rem;font-weight:600}.product__short{max-width:52ch;margin-bottom:1rem;color:var(--color-muted);font-size:.97rem;line-height:1.65}.product__facts{display:flex;flex-wrap:wrap;gap:.55rem 1.25rem;margin-bottom:1.6rem;padding-bottom:1.15rem;border-bottom:1px solid var(--color-border);color:var(--color-muted);font-size:.7rem;font-weight:600;letter-spacing:.11em;text-transform:uppercase}.product__facts span{position:relative}.product__facts span+span:before{content:"";position:absolute;left:-.7rem;top:50%;width:3px;height:3px;border-radius:50%;background:var(--color-gold);translate:0 -50%}.product-option--color .option-value--swatch label{display:flex;width:auto;min-width:0;height:auto;min-height:46px;gap:.55rem;padding:.35rem .75rem .35rem .38rem;border-radius:0;background:color-mix(in srgb,var(--color-bg) 86%,var(--color-surface));font-size:.76rem;font-weight:600}.product-option--color .option-value__swatch{display:block;flex:0 0 30px;width:30px;height:30px;border:1px solid color-mix(in srgb,var(--color-border) 85%,transparent);border-radius:50%;background:var(--swatch);background-image:var(--swatch-image);background-size:cover}.product-option--color .option-value__swatch+span{display:block;width:auto;height:auto;border-radius:0;background:none}.product-option__guide{border:0;background:none;padding:0;text-decoration:underline;text-decoration-color:color-mix(in srgb,currentColor 35%,transparent);text-underline-offset:.25em}.product-option--size .option-value label{min-width:52px;min-height:48px}.product__purchase-row{margin-top:.2rem}.product__trust{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem;margin:1.2rem 0 0;padding:1.05rem 0;border-block:1px solid var(--color-border);list-style:none}.product__trust li{display:flex;align-items:center;gap:.5rem;color:var(--color-muted);font-size:.67rem;font-weight:600;line-height:1.35;letter-spacing:.05em;text-transform:uppercase}.product__trust .icon{flex:0 0 16px;width:16px;height:16px;color:var(--color-accent)}.product__info--apparel .product-accordions{margin-top:.6rem;border-top:0}.product__info--apparel .accordion summary{padding:1.2rem 0}.product__info--apparel .accordion__content{font-size:.91rem;line-height:1.65}.product__info--apparel .accordion__content ul{display:grid;gap:.48rem;margin:.2rem 0 0;padding-left:1.1rem}.product-story{display:grid;grid-template-columns:minmax(0,1.06fr) minmax(340px,.94fr);align-items:stretch;margin-top:clamp(4rem,8vw,8rem);background:var(--color-surface)}.product-story__media{min-height:560px}.product-story__media img{width:100%;height:100%;object-fit:cover}.product-story__content{display:grid;align-content:center;padding:clamp(2.5rem,6vw,7rem)}.product-story__content .eyebrow{margin-bottom:1.2rem;color:var(--color-accent)}.product-story__content h2{max-width:9ch;margin-bottom:1.5rem;font-size:clamp(2.5rem,4.8vw,5rem)}.product-story__content .rte{max-width:52ch;color:var(--color-muted)}.size-guide{width:min(92vw,980px);text-align:center}.size-guide>.eyebrow{display:block;margin-bottom:.5rem;color:var(--color-muted)}.size-guide h2{margin-bottom:1.5rem;font-size:clamp(2rem,4vw,3.5rem)}.size-guide img{max-height:65vh;margin-inline:auto;object-fit:contain}.sticky-atc__image{width:46px;height:46px;object-fit:cover}@keyframes product-media-in{0%{opacity:.45}to{opacity:1}}@media(max-width:1100px){.product--apparel{grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:2.5rem}.product__trust{grid-template-columns:1fr;gap:.55rem}}@media(max-width:990px){.product--apparel{grid-template-columns:1fr}.product-gallery,.product__info--apparel{width:min(100%,760px);margin-inline:auto}.product__info--apparel{position:static}.product-story{grid-template-columns:1fr}.product-story__media{min-height:0;aspect-ratio:5/4}.product__trust{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:700px){.product-section--apparel{padding-top:.85rem}.product-section--apparel>.page-width{width:100%}.product-gallery{width:100%}.product-gallery__stage{border-inline:0}.product-gallery__arrow{width:40px;height:40px}.product-gallery__arrow--previous{left:.7rem}.product-gallery__arrow--next{right:.7rem}.product-gallery__zoom{right:.7rem;bottom:.7rem}.product-gallery__count{left:.7rem;bottom:.7rem}.product-gallery__thumbnails{gap:.5rem;margin-top:.6rem;padding:2px 16px .45rem;scroll-padding-inline:16px}.product-gallery__thumbnail{flex-basis:64px;width:64px}.product__info--apparel{width:calc(100% - 32px);padding-top:1.6rem}.product__info--apparel>.eyebrow{margin-bottom:.55rem}.product__info--apparel .product__title{font-size:clamp(2.35rem,11vw,3.15rem)}.product__subtitle{font-size:.78rem}.product__facts{margin-bottom:1.35rem}.product-option--color .option-value--swatch label{min-height:48px}.product-option--size .option-value label{min-width:49px}.product__trust{grid-template-columns:1fr;gap:.6rem}.product-story{width:100%;margin-top:4.5rem}.product-story__media{aspect-ratio:1}.product-story__content{padding:3rem 1.25rem 3.5rem}.product-story__content h2{font-size:clamp(2.5rem,12vw,3.8rem)}.size-guide{width:100%;padding:3.5rem 1rem 1rem}.sticky-atc{gap:.65rem}.sticky-atc__summary img{display:none}.sticky-atc__summary strong{max-width:34vw}.sticky-atc__summary small{max-width:38vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.product-section--apparel>.page-width{width:min(calc(100% - 48px),1720px)}.product--apparel{grid-template-columns:minmax(0,1.25fr) minmax(410px,.75fr);gap:clamp(2rem,3.6vw,4.75rem)}.product-gallery{display:grid;grid-template-columns:88px minmax(0,1fr);grid-template-rows:minmax(0,1fr);gap:.8rem;align-items:start}.product-gallery__stage{grid-column:2;grid-row:1;min-width:0;border:0;border-radius:3px}.product-gallery__slide img,.product-gallery__slide video,.product-gallery__slide model-viewer{aspect-ratio:1/1;object-fit:contain}.product-gallery__thumbnails{grid-column:1;grid-row:1;display:flex;max-height:min(760px,calc(100vh - 150px));flex-direction:column;gap:.7rem;margin:0;padding:2px 5px 2px 2px;overflow-x:hidden;overflow-y:auto}.product-gallery__thumbnail{flex:0 0 auto;width:100%;border-radius:3px}.product-gallery__thumbnail img{aspect-ratio:1/1;object-fit:cover}.product-gallery__count{left:auto;right:1rem;border-radius:2px}.product__info--apparel{top:92px;padding-top:.15rem}.product__badges{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:1.15rem}.product__badges .badge{padding:.42rem .68rem;border-radius:2px;font-size:.62rem;letter-spacing:.12em}.badge--outline{border:1px solid var(--color-border);background:transparent;color:var(--color-text)}.product__info--apparel>.eyebrow{margin-bottom:.65rem}.product__heading-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;margin-bottom:.7rem}.product__heading-row>div:first-child{min-width:0}.product__info--apparel .product__title{max-width:18ch;margin:0 0 .4rem;font-size:clamp(2.3rem,3.3vw,3.75rem)}.product__heading-row .product__subtitle{margin-bottom:0}.product__heading-row .product__price{flex:0 0 auto;margin:.3rem 0 0;font-size:1.08rem;font-weight:650;white-space:nowrap}.product__rating{display:inline-flex;align-items:center;gap:.4rem;margin:0 0 1rem;color:var(--color-text);font-size:.78rem;text-decoration:none}.product__rating>span:first-child{color:var(--color-gold);letter-spacing:.06em}.product__rating small{color:var(--color-muted)}.product__short{margin-bottom:.85rem;font-size:.91rem}.product__facts{margin-bottom:1.35rem;padding-bottom:1rem}.product-option{margin-bottom:1.3rem}.product-option--color .option-values{gap:.55rem}.product-option--color .option-value--swatch label{display:grid;width:42px;min-width:42px;height:42px;min-height:42px;padding:4px;border-radius:3px;background:transparent}.product-option--color .option-value--swatch .swatch-dot{width:100%;height:100%;border-radius:2px;background-color:var(--swatch-color,var(--color-surface));background-image:var(--swatch-image,none)}.product-option--color .option-value input:checked+label{border-color:var(--color-text);box-shadow:inset 0 0 0 1px var(--color-text)}.product-option--size .option-value label{min-width:48px;min-height:44px;border-radius:2px;background:transparent}.product__purchase-row{display:none}.product__purchase-row .quantity{margin-bottom:.75rem}.product__purchase-row .inventory{margin-bottom:1.45rem}.product-form__buttons .button{min-height:58px;border-radius:2px}.product__payment-terms{min-height:24px;margin-top:.85rem;color:var(--color-muted);font-size:.76rem;text-align:center}.product__payment-terms form{margin:0}.product__giving,.cart-giving{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:color-mix(in srgb,var(--color-accent) 7%,var(--color-surface));border:1px solid color-mix(in srgb,var(--color-accent) 22%,var(--color-border))}.product__giving{margin-top:1rem}.product__giving .icon,.cart-giving .icon,.footer__giving .icon{flex:0 0 1rem;width:1rem;height:1rem;margin-top:.15rem;color:var(--color-accent)}.product__giving strong,.product__giving small,.cart-giving strong,.cart-giving small,.footer__giving strong,.footer__giving small{display:block}.product__giving strong,.cart-giving strong,.footer__giving strong{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}.product__giving small,.cart-giving small,.footer__giving small{margin-top:.2rem;color:var(--color-muted);font-size:.72rem;line-height:1.45}.cart-giving{margin-bottom:1.1rem}.footer__giving{display:flex;align-items:flex-start;gap:.8rem;max-width:680px;margin:3rem 0 0;padding:1.15rem 0;border-block:1px solid color-mix(in srgb,currentColor 25%,transparent)}.footer__giving .icon{color:currentColor}.footer__giving small{color:color-mix(in srgb,currentColor 72%,transparent)}.product__decision-support{margin-top:1.5rem;padding-top:1.4rem;border-top:1px solid var(--color-border)}.product__fit-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.product__fit-head strong{font-size:.86rem}.product__fit-head span{color:var(--color-muted);font-size:.72rem;text-align:right}.product__fit-track{height:8px;overflow:hidden;border-radius:99px;background:color-mix(in srgb,var(--color-border) 55%,transparent)}.product__fit-track span{display:block;height:100%;border-radius:inherit;background:var(--color-accent)}.product__fit-labels{display:flex;justify-content:space-between;margin-top:.45rem;color:var(--color-muted);font-size:.68rem}.product__highlights{margin-top:1.35rem;padding-top:1.25rem;border-top:1px solid var(--color-border)}.product__highlights h2{margin-bottom:1rem;font-family:var(--font-body);font-size:.86rem;font-weight:650;letter-spacing:0}.product__highlight-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.product__highlight{display:flex;align-items:flex-start;gap:.45rem}.product__highlight .icon{flex:0 0 15px;width:15px;height:15px;margin-top:.15rem;color:var(--color-accent)}.product__highlight strong,.product__highlight small{display:block}.product__highlight strong{font-size:.69rem;line-height:1.35}.product__highlight small{margin-top:.15rem;color:var(--color-muted);font-size:.63rem;line-height:1.4}.product__trust{margin-top:1.35rem}.product__app-blocks{padding-block:clamp(4rem,7vw,7rem);border-top:1px solid var(--color-border)}.related-products{overflow:hidden;padding-block:clamp(4rem,7vw,7rem)}.related-products>.page-width{width:min(calc(100% - 48px),1720px)}.related-products .section-header{margin-bottom:clamp(1.5rem,2.5vw,2.5rem)}.related-products .section-header h2{font-size:clamp(2.5rem,4.2vw,4.7rem)}.related-products__hint{color:var(--color-muted);font-size:.7rem;font-weight:600;letter-spacing:.11em;text-transform:uppercase}.related-products__rail{display:grid;grid-auto-columns:minmax(220px,300px);grid-auto-flow:column;gap:clamp(.75rem,1.2vw,1.25rem);overflow-x:auto;padding-bottom:1rem;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:var(--color-border) transparent}.related-products__rail .product-card{min-width:0;scroll-snap-align:start}.related-products__rail .product-card__media{background:#f0ece5}@media(max-width:1200px){.product--apparel{grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);gap:2rem}.product-gallery{grid-template-columns:74px minmax(0,1fr)}.product__highlight-grid{grid-template-columns:1fr}}@media(max-width:990px){.product-section--apparel>.page-width{width:min(calc(100% - 40px),var(--page-width))}.product--apparel{grid-template-columns:1fr}.product-gallery,.product__info--apparel{width:min(100%,760px)}.product-gallery{grid-template-columns:78px minmax(0,1fr)}.product-gallery__thumbnails{max-height:680px}.product__highlight-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.related-products__rail{grid-auto-columns:minmax(230px,38vw)}}@media(max-width:700px){.header__logo-image{width:min(var(--logo-width),52px);max-height:52px;transform:translateY(5px) scale(1.5)}.mobile-menu__logo-image{width:68px;max-height:68px}.footer__logo-image{width:150px;max-height:150px}.gift-card__logo,.password__logo{width:132px;max-height:132px}.product-section--apparel>.page-width{width:100%}.product-gallery{display:block;width:100%}.product-gallery__stage{border-radius:0}.product-gallery__thumbnails{display:flex;max-height:none;flex-direction:row;gap:.5rem;margin-top:.6rem;padding:2px 16px .45rem;overflow-x:auto;overflow-y:hidden}.product-gallery__thumbnail{flex:0 0 64px;width:64px}.product__heading-row{gap:1rem}.product__info--apparel .product__title{font-size:clamp(2.15rem,10vw,3rem)}.product__heading-row .product__price{font-size:.98rem}.product__highlight-grid{grid-template-columns:1fr;gap:.8rem}.related-products>.page-width{width:calc(100% - 24px)}.related-products__hint{display:none}.related-products__rail{grid-auto-columns:74vw}}.header__nav a[aria-current=page]:after{right:0}.mobile-menu .header__submenu{position:static;min-width:0;margin:.2rem 0 .75rem;padding:.25rem 0 .25rem 1rem;border:0;border-left:1px solid var(--color-border);background:transparent;box-shadow:none}.mobile-menu .header__submenu a{font-family:var(--font-body);font-size:.9rem;letter-spacing:.06em;text-transform:uppercase}.header__actions{gap:.2rem}.header__actions .icon-button{position:relative;flex:0 0 44px}.header__actions .cart-count{right:-1px;top:0;margin:0;line-height:1}.header__actions .cart-count[hidden]{display:none}.hero--editorial .hero__content-inner>.eyebrow{display:inline-block;margin-bottom:1rem}.hero--editorial .hero__copy p{margin-bottom:0}.featured-products .product-card__title{font-family:var(--font-body);font-size:.86rem;font-weight:650;letter-spacing:.035em;text-transform:uppercase}.featured-products .product-card__row{align-items:flex-start}.featured-products .product-card__row>.price{flex:0 0 auto;font-size:.86rem;font-weight:600}.featured-products .product-card__swatches{margin:.7rem 0 0}.featured-products .swatch-dot{width:18px;height:18px;border-radius:3px}.split__media img{object-position:center top}.newsletter__form{flex-wrap:wrap}.newsletter__form .form-status,.newsletter__form .errors{flex:0 0 100%;margin:.75rem 0;text-align:left}.announcement{background:#4f604c;color:#fff;font-size:.7rem;font-weight:500;letter-spacing:.16em}.announcement a,.announcement p{padding:.38rem 2.5rem}.site-header{background:var(--color-bg);border-bottom:1px solid color-mix(in srgb,var(--color-border) 72%,transparent);box-shadow:none}.header__inner{width:min(calc(100% - 96px),1450px);min-height:60px;gap:2rem}.header__nav{gap:2.1rem}.header__nav a,.header__nav summary{font-size:.68rem;font-weight:550;letter-spacing:.12em;text-transform:uppercase}.header__collections-link{display:inline-flex;align-items:center;gap:.45rem}.header__collections-link .icon{width:.9rem;height:.9rem}.header__logo{display:grid;place-items:center}.header__logo-image{width:min(var(--logo-width),174px);max-height:48px;transform:none;object-fit:contain}.header__actions{gap:1.15rem}.header__actions .icon-button{width:auto;height:44px}.header__actions .icon{width:1.25rem;height:1.25rem;stroke-width:1.6}.header__action{display:inline-flex;align-items:center;gap:.4rem;text-decoration:none}.header__action-label{font-size:.62rem;font-weight:550;letter-spacing:.1em;text-transform:uppercase}.header__actions .cart-count{right:-2px;top:2px}.mobile-menu{background:var(--color-bg)}.mobile-menu__logo-image{width:220px;max-height:78px}.footer{padding:1.25rem 0 .75rem;background:var(--color-bg);color:var(--color-text);border-top:1px solid var(--color-border)}.footer__grid{grid-template-columns:1.5fr repeat(3,1fr);gap:2rem}.footer__brand{max-width:260px}.footer__logo-image{width:min(100%,180px);max-height:54px;transform:none}.footer__brand>p{max-width:32ch;margin:.35rem 0 0;font-size:.68rem;line-height:1.4}.footer__brand .newsletter__form{display:none}.footer h3{margin:0 0 .35rem;font-size:.62rem}.footer li{margin:.18rem 0;font-size:.66rem;line-height:1.35}.footer__giving,.footer__closing{display:none}.footer__bottom{margin-top:.75rem;padding-top:.55rem;font-size:.6rem}.gift-card__logo{width:min(100%,240px);max-height:90px;transform:none}.password__logo{width:min(100%,260px);max-height:100px;transform:none}.worn-hero{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));height:clamp(284px,25.3vw,356px);background:var(--color-bg);border-bottom:1px solid var(--color-border)}.worn-hero__media{grid-column:1/-1;grid-row:1;position:relative;min-width:0;overflow:hidden}.worn-hero__media img{width:100%;height:100%;object-fit:cover;object-position:var(--hero-focal)}.worn-hero--packaged .worn-hero__media{background:#d5cdc5}.worn-hero--packaged .worn-hero__desktop-image{width:auto;max-width:none;height:100%;margin-left:auto;object-fit:contain;object-position:center}.worn-hero__mobile-image{display:none}.worn-hero__content{z-index:1;grid-column:1;grid-row:1;display:grid;align-items:center;padding:2rem clamp(2rem,6.6vw,6rem)}.worn-hero__content-inner{max-width:620px}.worn-hero__content .eyebrow{max-width:none;margin-bottom:.65rem;color:var(--color-text);font-size:.72rem;line-height:1.4;letter-spacing:.2em;white-space:nowrap}.worn-hero h1{max-width:none;margin-bottom:.7rem;font-size:clamp(3rem,4.2vw,4.25rem);line-height:.98;letter-spacing:-.035em;white-space:nowrap}.worn-hero__copy{max-width:42ch;color:#4d4a45;font-size:.94rem;line-height:1.5}.worn-hero__copy p{margin-bottom:0}.worn-hero__buttons{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:1.05rem}.worn-hero__buttons .button{min-width:148px;min-height:40px;padding:.62rem 1.4rem;font-size:.65rem}.worn-hero__primary{border-color:#52634d;background:#52634d;color:#fff}.worn-hero__primary:hover{border-color:var(--color-text);background:transparent;color:var(--color-text)}.worn-hero__secondary--mobile{display:none}.worn-collections{padding:.35rem 0 .75rem;background:var(--color-bg);border-bottom:1px solid var(--color-border)}.worn-collections>.page-width{width:min(calc(100% - 136px),1450px)}.worn-collections__header{margin:0 auto .85rem;text-align:center}.worn-collections__header .eyebrow{margin-bottom:.25rem}.worn-collections__header h2{margin:0;font-family:var(--font-body);font-size:1.12rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase}.worn-collections__header>p:last-child{margin:.4rem auto 0;color:var(--color-muted)}.worn-collections__grid{display:grid;gap:1.15rem}.worn-collections__grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.worn-collections__grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.worn-collections__grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.worn-collections__grid--5{grid-template-columns:repeat(5,minmax(0,1fr))}.worn-collection-card{position:relative;display:block;min-width:0;height:146px;overflow:hidden;border-radius:8px;background:var(--color-surface);color:#fff;text-decoration:none}.worn-collection-card>img,.worn-collection-card>picture,.worn-collection-card picture img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.worn-collection-card:hover>img,.worn-collection-card:hover picture img{transform:scale(1.035)}.worn-collection-card__shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#11140fad,#11140f05 70%)}.worn-collection-card__content{position:absolute;z-index:1;inset:auto .9rem .8rem;display:block;text-align:center}.worn-collection-card__content strong{display:block;font-family:var(--font-body);font-size:.96rem;font-weight:520;letter-spacing:.04em}.worn-collection-card__content>span{display:inline-flex;align-items:center;gap:.35rem;margin-top:.16rem;font-size:.68rem;font-weight:600;letter-spacing:.13em;text-transform:uppercase}.worn-collection-card__content .icon{width:.8rem;height:.8rem}.worn-values{display:grid;min-height:90px;align-items:center;padding:.45rem 0;background:#e9e9e2;color:#1f251e;border-bottom:1px solid var(--color-border)}.worn-values>.page-width{width:min(calc(100% - 100px),1500px)}.worn-values__header{margin-bottom:1.25rem;text-align:center}.worn-values__header h2{margin:0;font-size:2rem}.worn-values__rail{display:grid;grid-template-columns:repeat(var(--value-count,4),minmax(0,1fr))}.worn-value{display:grid;grid-template-columns:52px minmax(0,1fr);align-items:center;gap:1rem;min-width:0;padding:.15rem clamp(1rem,2.2vw,2rem);border-right:1px solid #b9b9b1}.worn-value:last-child{border-right:0}.worn-value__icon{display:grid;place-items:center;color:#53644e}.worn-value__icon .icon{width:2rem;height:2rem;stroke-width:1.35}.worn-value h3{margin:0 0 .16rem;font-family:var(--font-body);font-size:.84rem;font-weight:570;line-height:1.25;letter-spacing:.075em;text-transform:uppercase}.worn-value p{margin:0;font-size:.78rem;line-height:1.38}.featured-products,.newsletter{background:color-mix(in srgb,var(--color-surface) 45%,var(--color-bg))}.featured-products.section{padding-block:.65rem .25rem}.featured-products>.page-width{width:min(calc(100% - 144px),1450px)}.featured-products .section-header{display:block;margin-bottom:.55rem;text-align:center}.featured-products .section-header h2{margin:0;font-family:var(--font-body);font-size:1rem;font-weight:550;letter-spacing:.2em;text-transform:uppercase}.featured-products .section-header .text-link{margin-top:.55rem}.featured-products .grid{gap:1rem}.featured-products .product-card__media{aspect-ratio:2/1}.featured-products .product-card__info{padding-top:.4rem}.featured-products .product-card__title,.featured-products .product-card__row>.price{font-size:.72rem}.featured-products .product-card__media,.editorial-gallery .gallery__item{border-radius:8px}.manifesto,.split,.campaign,.reviews-section,.editorial-gallery,.newsletter{border-top:1px solid color-mix(in srgb,var(--color-border) 72%,transparent)}.split{background:#efeae2}.campaign{width:min(calc(100% - 136px),1450px);min-height:216px;margin:.75rem auto 0;border-radius:8px;place-items:center start;text-align:left}.campaign__media img{object-position:68% center}.campaign__content{max-width:520px;padding:1rem 3.5rem}.campaign h2{max-width:16ch;margin:.3rem 0 .45rem;font-size:2rem;line-height:1}.campaign__content p{max-width:38ch;margin-bottom:.6rem;font-size:.78rem;line-height:1.35}.campaign__content .button{min-height:38px;padding:.52rem 1.15rem;font-size:.62rem}.editorial-gallery.section{padding:0}.editorial-gallery>.page-width{width:100%}.editorial-gallery .gallery{grid-template-columns:repeat(4,minmax(0,1fr));gap:2px}.editorial-gallery .gallery__item{border-radius:0}.editorial-gallery .gallery__item{aspect-ratio:2.35/1}.newsletter.section{padding:.65rem 0;background:#4f604c;color:#fff;text-align:left}.newsletter.section .narrow{display:grid;max-width:900px;grid-template-columns:260px minmax(0,1fr);grid-template-areas:"heading form" "copy form";align-items:center;gap:.1rem 2.5rem}.newsletter.section .eyebrow{display:none}.newsletter.section h2{grid-area:heading;margin:0;font-family:var(--font-body);font-size:.9rem;font-weight:550;letter-spacing:.14em;text-transform:uppercase}.newsletter.section .rte{grid-area:copy;font-size:.72rem;line-height:1.35}.newsletter.section .rte p{margin:0}.newsletter.section .newsletter__form{grid-area:form;width:100%;max-width:none;min-height:40px;margin:0;border:1px solid rgba(255,255,255,.7);background:#fff;color:var(--color-text)}.newsletter.section .newsletter__form input{padding:.55rem .85rem}.newsletter.section .newsletter__form button{min-width:132px;padding:.55rem .85rem;background:#40503d;color:#fff}@media(max-width:1200px){.header__inner{width:min(calc(100% - 144px),var(--page-width))}.header__nav{gap:1.75rem}.worn-hero{grid-template-columns:repeat(2,minmax(0,1fr))}.worn-hero__content{padding-inline:clamp(2rem,5vw,4.5rem)}.worn-hero h1{font-size:clamp(2.85rem,4.2vw,3.55rem)}.worn-collections>.page-width{width:min(calc(100% - 144px),var(--page-width))}.worn-collection-card{height:116px}.worn-values>.page-width{width:min(calc(100% - 144px),var(--page-width))}.worn-value{grid-template-columns:42px minmax(0,1fr);padding-inline:1rem}.worn-value__icon .icon{width:2rem;height:2rem}}@media(max-width:990px){.header__inner{grid-template-columns:1fr auto 1fr;min-height:72px}.header__logo-image{width:min(var(--logo-width),170px);max-height:52px}.header__action-label{display:none}.header__actions{gap:.25rem}.header__actions .icon-button{width:44px}.worn-hero{grid-template-columns:repeat(2,minmax(0,1fr));height:330px}.worn-hero h1{font-size:clamp(2.75rem,5.4vw,3.3rem)}.worn-collections__grid--5{grid-template-columns:repeat(3,minmax(0,1fr))}.worn-collection-card{height:132px}.worn-value{display:block;text-align:center}.worn-value__icon{margin-bottom:.6rem}.campaign{width:calc(100% - 48px);min-height:250px}.campaign__content{padding:2rem 2.5rem}}@media(max-width:749px){.announcement{font-size:.58rem;letter-spacing:.14em}.announcement a,.announcement p{padding:.38rem 1rem}.header__inner{width:calc(100% - 20px);min-height:50px;gap:.35rem}.header__actions{gap:0}.header__actions .icon-button,.mobile-menu-button{width:40px;height:44px}.header__actions .icon{width:1.55rem;height:1.55rem}.header__logo-image{width:min(var(--logo-width),122px);max-height:48px;transform:none}.header__action-label{display:none}.mobile-menu__logo-image{width:190px;max-height:68px;transform:none}.mobile-menu nav a,.mobile-menu nav summary{font-size:1.35rem}.worn-hero{display:flex;height:auto;min-height:0;flex-direction:column;border-bottom:0}.worn-hero__media{order:0;width:100%;height:clamp(210px,54.5vw,290px)}.worn-hero__media img{object-position:70% center}.worn-hero__desktop-image:has(+.worn-hero__mobile-image){display:none}.worn-hero__mobile-image{display:block}.worn-hero--packaged .worn-hero__mobile-image{width:100%;max-width:100%;height:100%;margin:0;object-fit:cover;object-position:70% center}.worn-hero__content{order:1;display:block;padding:1rem 1.6rem .65rem}.worn-hero__content-inner{max-width:none}.worn-hero__content .eyebrow{max-width:none;margin-bottom:.1rem;font-size:.52rem;line-height:1.35;letter-spacing:.15em;white-space:nowrap}.worn-hero h1{max-width:none;margin-bottom:.2rem;font-size:clamp(2rem,8.9vw,2.3rem);line-height:1.03;white-space:nowrap}.worn-hero__copy{font-size:.77rem;line-height:1.45}.worn-hero__buttons{gap:.7rem;margin-top:.72rem}.worn-hero__buttons .button{flex:1 1 0;min-width:0;min-height:42px;padding:.65rem;font-size:.61rem}.worn-hero__secondary--desktop{display:none}.worn-hero__secondary--mobile{display:inline-flex}.worn-collections{padding:.4rem 0 .82rem}.worn-collections>.page-width{width:calc(100% - 52px)}.worn-collections__header{margin-bottom:.55rem}.worn-collections__header h2{font-size:.7rem;letter-spacing:.2em}.worn-collections__grid{grid-template-columns:repeat(3,calc((100% - .5rem)/2));grid-template-rows:repeat(2,73px);grid-auto-flow:row;gap:.5rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.worn-collections__grid::-webkit-scrollbar{display:none}.worn-collection-card{height:auto;border-radius:6px;scroll-snap-align:start}.worn-collection-card:nth-child(1){grid-column:1;grid-row:1}.worn-collection-card:nth-child(2){grid-column:2;grid-row:1}.worn-collection-card:nth-child(3){grid-column:1;grid-row:2}.worn-collection-card:nth-child(4){grid-column:2;grid-row:2}.worn-collection-card:nth-child(5){grid-column:3;grid-row:1 / span 2}.worn-collection-card__content{inset:auto .45rem .42rem}.worn-collection-card__content strong{font-size:.72rem;line-height:1.1}.worn-collection-card__content>span{font-size:.51rem;letter-spacing:.12em}.worn-values{padding:.7rem 0 .78rem;overflow:hidden}.worn-values>.page-width{width:100%}.worn-values__header{padding-inline:1rem}.worn-values__rail{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.worn-values__rail::-webkit-scrollbar{display:none}.worn-value{display:block;flex:0 0 33.333%;padding:.05rem .55rem;text-align:center;border-right:1px solid #b9b9b1;scroll-snap-align:start}.worn-value__icon{margin-bottom:.32rem}.worn-value__icon .icon{width:1.65rem;height:1.65rem}.worn-value h3{margin-bottom:.12rem;font-size:.55rem;line-height:1.15;letter-spacing:.09em}.worn-value p{font-size:.5rem;line-height:1.28}.campaign{width:calc(100% - 32px);min-height:310px;margin:.75rem auto;place-items:end start}.campaign__content{padding:1.5rem}.campaign h2{font-size:2.35rem}.campaign__content p{font-size:.76rem}.newsletter.section .narrow{display:block;text-align:center}.newsletter.section .newsletter__form{margin-top:.8rem}.footer__grid{grid-template-columns:1fr;gap:1.25rem}.footer__logo-image{width:150px;max-height:48px}.footer__bottom{gap:.5rem}}@media(max-width:380px){.header__logo-image{width:116px}.worn-hero h1{white-space:normal}.worn-collections__grid{grid-template-rows:repeat(2,70px)}}.footer .newsletter__form{margin-left:0}.footer .newsletter__form .form-status{border-color:color-mix(in srgb,currentColor 30%,transparent)}.product__model-note{margin:-.25rem 0 1rem;color:var(--color-muted);font-size:.78rem;line-height:1.5}.product__model-note .metafield-rich_text_field>*:last-child,.product-specs .metafield-rich_text_field>*:last-child{margin-bottom:0}.product__purchase-row{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin:.2rem 0 .7rem}.product__purchase-row--inventory-only{display:block;margin-top:-.35rem}.product__purchase-row--inventory-only .inventory{margin:.1rem 0 .8rem}.product-specs{display:grid;gap:1rem}.product-specs>div{display:grid;grid-template-columns:minmax(86px,.3fr) minmax(0,1fr);gap:1rem;padding-bottom:1rem;border-bottom:1px solid color-mix(in srgb,var(--color-border) 65%,transparent)}.product-specs>div:last-child{padding-bottom:0;border-bottom:0}.product-specs strong{font-size:.72rem;letter-spacing:.09em;text-transform:uppercase;color:var(--color-text)}.product-specs .metafield-rich_text_field>*:first-child{margin-top:0}@media(max-width:700px){.hero--editorial{display:block;min-height:0;background:var(--color-bg)}.hero--editorial .hero__media{position:relative;height:clamp(320px,42vh,380px);min-height:0}.hero--editorial .hero__media:after{background:linear-gradient(0deg,rgba(30,26,20,.18),transparent 45%)}.hero--editorial .hero__media img{object-position:70% center}.hero--editorial .hero__content{width:100%;padding:2.5rem 1rem 3rem;background:var(--color-bg);color:var(--color-text)}.hero--editorial .hero__content-inner{max-width:34rem;margin-inline:auto;text-align:left}.hero--editorial .hero__content-inner.center{text-align:center}.hero--editorial h1{max-width:9ch;margin-bottom:1rem;font-size:clamp(3rem,14vw,4.6rem)}.hero--editorial .hero__copy{color:var(--color-muted);font-size:.98rem}.hero--editorial .hero__buttons{margin-top:1.5rem}.hero--editorial .button--light{border-color:var(--color-text);background:var(--color-text);color:var(--color-bg)}.hero--editorial .button--light:hover{background:transparent;color:var(--color-text)}.featured-products .grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.7rem .65rem}.featured-products .product-card__info{padding-top:.65rem}.featured-products .product-card__title,.featured-products .product-card__row>.price{font-size:.72rem;line-height:1.4}.featured-products .product-card__row{display:block}.featured-products .product-card__row>.price{margin-top:.2rem}.featured-products .product-card__quick{display:none}.values .grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0}.values .value{padding:1.4rem .65rem;border-top:1px solid color-mix(in srgb,currentColor 28%,transparent)}.values .value__icon{width:48px;height:48px;margin-bottom:1rem}.values .value h3{font-size:1.15rem}.values .value p{font-size:.78rem;line-height:1.5}.product__purchase-row{align-items:start}.product__purchase-row--inventory-only{margin-top:-.2rem}.product-specs>div{grid-template-columns:1fr;gap:.35rem}.sticky-atc{z-index:45}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
