*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font-body);font-weight:var(--font-body-weight);font-size:1.7rem;line-height:1.47;letter-spacing:-.011em;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}html{font-size:62.5%}img,video{max-width:100%;height:auto;display:block}a{color:inherit}h1,h2,h3,h4,h5,h6,.h0,.h1,.h2,.h3{font-family:var(--font-heading);font-weight:var(--font-heading-weight);letter-spacing:-.025em;line-height:1.07;margin:0 0 .4em}.h0{font-size:clamp(4rem,8vw,8rem)}h1,.h1{font-size:clamp(3.2rem,6vw,5.6rem)}h2,.h2{font-size:clamp(2.6rem,4.5vw,4.8rem)}h3,.h3{font-size:clamp(2.1rem,3vw,2.8rem)}p{margin:0 0 1.6rem}.text-subtle{color:var(--color-text-subtle)}.text-center{text-align:center}.eyebrow{display:block;font-size:1.4rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent);margin-bottom:1.2rem}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.skip-link:focus{position:fixed;top:1rem;left:1rem;z-index:9999;width:auto;height:auto;margin:0;clip:auto;white-space:normal;background:var(--color-bg);color:var(--color-text);padding:1rem 1.6rem;border-radius:.8rem}.page-width{max-width:var(--page-width);margin:0 auto;padding:0 max(2rem,4vw)}.content-width{max-width:var(--content-width);margin-inline:auto}.copy-width{max-width:64rem;margin-inline:auto}.section{padding:var(--section-gap) 0}.section--flush{padding:0}.section--dark{background:var(--color-dark-bg);color:var(--color-dark-text);--color-text-subtle: color-mix(in srgb, var(--color-dark-text) 65%, transparent);--color-border: color-mix(in srgb, var(--color-dark-text) 15%, transparent)}.section--subtle{background:var(--color-bg-subtle)}.button,button.button{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:1.2rem 2.4rem;font-family:var(--font-body);font-size:1.6rem;font-weight:500;line-height:1;border:none;border-radius:var(--radius-button);background:var(--color-accent);color:var(--color-accent-contrast);text-decoration:none;cursor:pointer;transition:transform .2s ease,opacity .2s ease,background .2s ease}.button:hover{opacity:.88;transform:scale(1.015)}.button:active{transform:scale(.98)}.button:disabled{opacity:.45;cursor:default;transform:none}.button--secondary{background:transparent;color:var(--color-accent);box-shadow:inset 0 0 0 1px var(--color-accent)}.button--pill-lg{padding:1.5rem 3.2rem;font-size:1.7rem}.link-arrow{display:inline-flex;align-items:center;gap:.4rem;color:var(--color-accent);text-decoration:none;font-size:1.7rem;font-weight:500}.link-arrow:after{content:"\203a";font-size:1.2em;transition:transform .2s ease}.link-arrow:hover:after{transform:translate(.3rem)}.reveal{opacity:0;transform:translateY(2.4rem);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.reveal.is-visible{opacity:1;transform:none}.reveal-stagger>*{transition-delay:calc(var(--stagger-i, 0) * 80ms)}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}html{scroll-behavior:auto}}.site-header{position:sticky;top:0;z-index:100;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);background:color-mix(in srgb,var(--color-bg) 78%,transparent);transition:background .3s ease,box-shadow .3s ease}.site-header.is-scrolled{box-shadow:0 1px 0 var(--color-border)}.site-header__inner{display:flex;align-items:center;gap:3.2rem;min-height:5.6rem}.site-header__logo{display:flex;align-items:center;text-decoration:none}.site-header__logo img{max-height:3.6rem;width:auto}.site-header__logo-text{font-size:1.9rem;font-weight:700;letter-spacing:-.02em}.site-nav{display:flex;gap:2.8rem;margin:0 auto;padding:0;list-style:none}.site-nav a{font-size:1.4rem;text-decoration:none;color:var(--color-text-subtle);transition:color .2s ease}.site-nav a:hover,.site-nav a[aria-current=page]{color:var(--color-text)}.site-header__actions{display:flex;align-items:center;gap:2rem;margin-left:auto}.site-header__icon{display:inline-flex;align-items:center;justify-content:center;width:3.6rem;height:3.6rem;color:var(--color-text);background:none;border:none;cursor:pointer;text-decoration:none;position:relative}.site-header__icon svg{width:1.9rem;height:1.9rem}.cart-count{position:absolute;top:.2rem;right:0;min-width:1.6rem;height:1.6rem;padding:0 .4rem;border-radius:.8rem;background:var(--color-accent);color:var(--color-accent-contrast);font-size:1.05rem;font-weight:600;display:flex;align-items:center;justify-content:center}.cart-count:empty{display:none}.menu-toggle{display:none}.mobile-nav{display:none;padding:1rem 0 2.4rem}.mobile-nav ul{list-style:none;margin:0;padding:0}.mobile-nav a{display:block;padding:1.4rem 0;font-size:2.4rem;font-weight:600;letter-spacing:-.02em;text-decoration:none;border-bottom:1px solid var(--color-border)}.site-header.menu-open .mobile-nav{display:block}@media(max-width:860px){.site-nav{display:none}.menu-toggle{display:inline-flex}}.hero{position:relative;overflow:hidden;display:grid;place-items:center;text-align:center;min-height:min(92vh,90rem);isolation:isolate}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.hero__media img,.hero__media video{width:100%;height:100%;object-fit:cover;transform:scale(var(--hero-scale, 1));transition:transform .1s linear}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:rgba(0,0,0,var(--hero-overlay, .25))}.hero__content{padding:8rem max(2rem,4vw);max-width:90rem}.hero__content .eyebrow{color:inherit;opacity:.8}.hero--light-text{color:#fff}.hero--dark-text{color:var(--color-text)}.hero__actions{display:flex;gap:1.6rem;justify-content:center;flex-wrap:wrap;margin-top:2.8rem}.hero__subhead{font-size:clamp(1.9rem,2.4vw,2.6rem);line-height:1.3;letter-spacing:-.015em}.big-statement__text{font-size:clamp(2.8rem,4.6vw,5.2rem);font-family:var(--font-heading);font-weight:var(--font-heading-weight);letter-spacing:-.025em;line-height:1.12}.big-statement__text .accent,.big-statement__text strong{color:var(--color-accent);font-weight:inherit}.big-statement__text p{margin:0}.placeholder-svg{width:100%;height:100%;background:var(--color-bg-subtle);fill:#0003}.scroller{position:relative}.scroller__header{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:3.2rem}.scroller__track{display:flex;gap:2rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-left:max(2rem,calc((100vw - var(--page-width)) / 2 + 4vw));padding:.4rem max(2rem,calc((100vw - var(--page-width)) / 2 + 4vw)) 2.4rem;scrollbar-width:none}.scroller__track::-webkit-scrollbar{display:none}.feature-card{position:relative;flex:0 0 auto;width:min(40rem,82vw);aspect-ratio:3 / 4;border-radius:var(--radius-card);overflow:hidden;scroll-snap-align:start;background:var(--color-bg-subtle);color:var(--color-text);box-shadow:0 2px 12px #0000000f;transition:transform .35s cubic-bezier(.22,1,.36,1)}.feature-card:hover{transform:scale(1.012)}.feature-card__media{position:absolute;top:0;right:0;bottom:0;left:0}.feature-card__media img{width:100%;height:100%;object-fit:cover}.feature-card--text-light{color:#fff}.feature-card__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,rgba(0,0,0,.35) 0%,transparent 40%)}.feature-card--text-dark .feature-card__scrim{background:linear-gradient(to bottom,rgba(255,255,255,.4) 0%,transparent 40%)}.feature-card__copy{position:relative;padding:2.8rem}.feature-card__kicker{font-size:1.3rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;opacity:.75;margin-bottom:.6rem}.feature-card__title{font-size:2.4rem;line-height:1.15;margin:0;letter-spacing:-.02em}.plus-button{position:absolute;bottom:2rem;right:2rem;width:4rem;height:4rem;border:none;border-radius:50%;background:#d2d2d7a3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:#000000b8;font-size:2.2rem;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .25s cubic-bezier(.22,1,.36,1),background .25s ease;z-index:2}.plus-button:hover{transform:scale(1.1)}.plus-button svg{width:1.6rem;height:1.6rem;transition:transform .3s cubic-bezier(.22,1,.36,1)}.plus-button[aria-expanded=true] svg{transform:rotate(45deg)}.info-card{position:absolute;inset:auto 1.2rem 1.2rem;z-index:3;padding:2.4rem;border-radius:calc(var(--radius-card) - 6px);background:#ffffffeb;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);color:#1d1d1f;box-shadow:0 12px 40px #00000038;opacity:0;transform:translateY(1.2rem) scale(.97);pointer-events:none;transition:opacity .3s ease,transform .3s cubic-bezier(.22,1,.36,1)}.info-card.is-open{opacity:1;transform:none;pointer-events:auto}.info-card h4{font-size:1.7rem;margin-bottom:.6rem}.info-card p{font-size:1.4rem;line-height:1.5;margin:0;color:#1d1d1fbf}.scroller__nav{display:flex;gap:1.2rem}.scroller__arrow{width:4rem;height:4rem;border:none;border-radius:50%;background:var(--color-bg-subtle);color:var(--color-text);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,opacity .2s ease,transform .2s ease}.section--dark .scroller__arrow{background:#ffffff24;color:var(--color-dark-text)}.scroller__arrow:hover{transform:scale(1.06)}.scroller__arrow:disabled{opacity:.35;cursor:default;transform:none}.scroller__arrow svg{width:1.6rem;height:1.6rem}.hotspots{position:relative;border-radius:var(--radius-card);overflow:hidden}.hotspots>img{width:100%}.hotspot{position:absolute;transform:translate(-50%,-50%)}.hotspot .plus-button{position:static}.hotspot .info-card{position:absolute;bottom:calc(100% + 1.2rem);left:50%;transform:translate(-50%) translateY(1rem) scale(.97);width:min(30rem,74vw);inset-inline:auto}.hotspot .info-card.is-open{transform:translate(-50%)}.hotspot--flip .info-card{bottom:auto;top:calc(100% + 1.2rem)}.split{display:grid;gap:4rem;align-items:center;grid-template-columns:1fr}@media(min-width:861px){.split{grid-template-columns:1fr 1fr;gap:6.4rem}.split--media-right .split__media{order:2}}.split__media img{border-radius:var(--radius-card);width:100%}.product-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(26rem,1fr))}.product-card{text-decoration:none;display:block}.product-card__media{position:relative;border-radius:var(--radius-card);overflow:hidden;background:var(--color-bg-subtle);aspect-ratio:1}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.22,1,.36,1),opacity .4s ease}.product-card:hover .product-card__media img{transform:scale(1.045)}.product-card__media img.product-card__img--hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.product-card:hover .product-card__img--hover{opacity:1}.product-card__badge{position:absolute;top:1.4rem;left:1.4rem;padding:.5rem 1.1rem;border-radius:2rem;background:var(--color-accent);color:var(--color-accent-contrast);font-size:1.2rem;font-weight:600}.product-card__info{padding:1.6rem .4rem 0}.product-card__title{font-size:1.7rem;font-weight:600;margin:0 0 .3rem;letter-spacing:-.015em}.product-card__price{font-size:1.5rem;color:var(--color-text-subtle)}.price__sale{color:#bf4800}.price__compare{text-decoration:line-through;opacity:.6;margin-right:.6rem}.collection-tiles{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(30rem,1fr))}.collection-tile{position:relative;display:block;border-radius:var(--radius-card);overflow:hidden;aspect-ratio:4 / 3;text-decoration:none;color:#fff;background:var(--color-dark-bg)}.collection-tile img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.22,1,.36,1)}.collection-tile:hover img{transform:scale(1.04)}.collection-tile__label{position:absolute;inset:auto 0 0;padding:2.4rem;background:linear-gradient(to top,rgba(0,0,0,.55),transparent);font-size:2.2rem;font-weight:700;letter-spacing:-.02em}.product-layout{display:grid;gap:4.8rem;grid-template-columns:1fr;align-items:start}@media(min-width:990px){.product-layout{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:6.4rem}.product-gallery{position:sticky;top:8rem}}.product-gallery__main{border-radius:var(--radius-card);overflow:hidden;background:var(--color-bg-subtle);aspect-ratio:1}.product-gallery__main img{width:100%;height:100%;object-fit:contain}.product-gallery__thumbs{display:flex;gap:1rem;margin-top:1.2rem;overflow-x:auto;scrollbar-width:none}.product-gallery__thumbs::-webkit-scrollbar{display:none}.product-gallery__thumb{flex:0 0 auto;width:7.2rem;height:7.2rem;padding:0;border:2px solid transparent;border-radius:1.2rem;overflow:hidden;background:var(--color-bg-subtle);cursor:pointer}.product-gallery__thumb.is-active{border-color:var(--color-accent)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info__vendor{font-size:1.3rem;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-subtle)}.product-info__title{font-size:clamp(2.8rem,4vw,4rem);margin-bottom:1rem}.product-info__price{font-size:2.1rem;font-weight:500;margin-bottom:2.4rem}.product-info__description{color:var(--color-text-subtle);font-size:1.6rem}.variant-fieldset{border:none;padding:0;margin:0 0 2rem}.variant-fieldset legend{font-size:1.4rem;font-weight:600;margin-bottom:1rem;padding:0}.variant-options{display:flex;flex-wrap:wrap;gap:1rem}.variant-option input{position:absolute;opacity:0}.variant-option label{display:inline-flex;align-items:center;justify-content:center;min-width:4.4rem;padding:1rem 1.8rem;border-radius:var(--radius-button);background:var(--color-bg-subtle);font-size:1.5rem;cursor:pointer;box-shadow:inset 0 0 0 1px var(--color-border);transition:box-shadow .15s ease,background .15s ease,color .15s ease}.variant-option input:checked+label{background:var(--color-text);color:var(--color-bg);box-shadow:none}.variant-option input:focus-visible+label{outline:2px solid var(--color-accent);outline-offset:2px}.quantity-input{display:inline-flex;align-items:center;border-radius:var(--radius-button);background:var(--color-bg-subtle);margin-bottom:2rem}.quantity-input button{width:4.4rem;height:4.4rem;border:none;background:none;cursor:pointer;font-size:2rem;color:var(--color-text)}.quantity-input input{width:4rem;text-align:center;border:none;background:none;font-size:1.6rem;font-family:var(--font-body);-moz-appearance:textfield}.quantity-input input::-webkit-inner-spin-button{-webkit-appearance:none}.product-form__buttons{display:grid;gap:1.2rem}.product-form__buttons .button{width:100%;padding:1.6rem;font-size:1.7rem}.product-accordions{margin-top:3.2rem;border-top:1px solid var(--color-border)}.product-accordions details{border-bottom:1px solid var(--color-border)}.product-accordions summary{display:flex;align-items:center;justify-content:space-between;padding:1.8rem 0;font-size:1.6rem;font-weight:600;cursor:pointer;list-style:none}.product-accordions summary::-webkit-details-marker{display:none}.product-accordions summary:after{content:"+";font-size:2rem;font-weight:400;transition:transform .25s ease}.product-accordions details[open] summary:after{transform:rotate(45deg)}.product-accordions .accordion__content{padding:0 0 2rem;color:var(--color-text-subtle);font-size:1.5rem}.sticky-atc{position:fixed;inset:auto 0 0;z-index:90;background:color-mix(in srgb,var(--color-bg) 85%,transparent);backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-top:1px solid var(--color-border);transform:translateY(100%);transition:transform .4s cubic-bezier(.22,1,.36,1)}.sticky-atc.is-visible{transform:none}.sticky-atc__inner{display:flex;align-items:center;gap:2rem;padding:1.2rem max(2rem,4vw)}.sticky-atc__thumb{width:4.8rem;height:4.8rem;border-radius:1rem;object-fit:cover}.sticky-atc__title{font-weight:600;font-size:1.5rem}.sticky-atc__price{font-size:1.4rem;color:var(--color-text-subtle)}.sticky-atc .button{margin-left:auto}.collection-header{padding:calc(var(--section-gap) * .7) 0 3.2rem}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding-bottom:2.4rem;font-size:1.4rem;color:var(--color-text-subtle)}.collection-toolbar select{font-family:var(--font-body);font-size:1.4rem;border:none;background:var(--color-bg-subtle);padding:.9rem 1.4rem;border-radius:var(--radius-button);cursor:pointer}.pagination{display:flex;justify-content:center;gap:.8rem;padding:4.8rem 0 0}.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:4rem;height:4rem;padding:0 1.2rem;border-radius:2rem;text-decoration:none;font-size:1.5rem}.pagination [aria-current=page]{background:var(--color-text);color:var(--color-bg)}.pagination a:hover{background:var(--color-bg-subtle)}.cart-items{border-top:1px solid var(--color-border)}.cart-item{display:grid;grid-template-columns:9.6rem 1fr auto;gap:2rem;align-items:center;padding:2.4rem 0;border-bottom:1px solid var(--color-border)}.cart-item__image{width:9.6rem;height:9.6rem;object-fit:cover;border-radius:1.6rem;background:var(--color-bg-subtle)}.cart-item__title{font-size:1.6rem;font-weight:600;text-decoration:none}.cart-item__meta{font-size:1.4rem;color:var(--color-text-subtle);margin-top:.3rem}.cart-item__remove{font-size:1.3rem;color:var(--color-text-subtle);background:none;border:none;cursor:pointer;text-decoration:underline;padding:0;margin-top:.8rem}.cart-item__line{text-align:right;font-weight:500}.cart-footer{display:grid;gap:3.2rem;padding-top:3.2rem;justify-items:end}.cart-footer__totals{text-align:right}.cart-footer__subtotal{font-size:2.2rem;font-weight:600}.cart-footer__note{font-size:1.4rem;color:var(--color-text-subtle)}.newsletter-form{display:flex;gap:1rem;max-width:46rem;margin:2.4rem auto 0}.newsletter-form input[type=email]{flex:1;padding:1.4rem 2rem;font-size:1.6rem;font-family:var(--font-body);border:1px solid var(--color-border);border-radius:var(--radius-button);background:var(--color-bg);color:var(--color-text)}.section--dark .newsletter-form input[type=email]{background:#ffffff1a;border-color:#fff3;color:var(--color-dark-text)}.site-footer{background:var(--color-bg-subtle);padding:5.6rem 0 3.2rem;font-size:1.4rem;color:var(--color-text-subtle);margin-top:var(--section-gap)}.site-footer__grid{display:grid;gap:4rem;grid-template-columns:repeat(auto-fit,minmax(18rem,1fr));padding-bottom:4rem;border-bottom:1px solid var(--color-border)}.site-footer h4{font-size:1.4rem;margin-bottom:1.4rem;color:var(--color-text)}.site-footer ul{list-style:none;margin:0;padding:0}.site-footer li{margin-bottom:1rem}.site-footer a{text-decoration:none;color:inherit}.site-footer a:hover{color:var(--color-text)}.site-footer__bottom{display:flex;flex-wrap:wrap;gap:1.6rem;justify-content:space-between;padding-top:2.4rem}.social-links{display:flex;gap:1.6rem}.social-links a{display:inline-flex}.social-links svg{width:2rem;height:2rem}.page-content{font-size:1.7rem;line-height:1.6}.page-content img{border-radius:var(--radius-card)}.template-404 .section,.search-empty{text-align:center}.search-form{display:flex;gap:1rem;max-width:56rem;margin:0 auto 4.8rem}.search-form input[type=search]{flex:1;padding:1.4rem 2rem;font-size:1.7rem;font-family:var(--font-body);border:1px solid var(--color-border);border-radius:var(--radius-button)}.customer-form{max-width:44rem;margin:0 auto}.customer-form .field{margin-bottom:1.6rem}.customer-form label{display:block;font-size:1.4rem;font-weight:600;margin-bottom:.6rem}.customer-form input{width:100%;padding:1.3rem 1.6rem;font-size:1.6rem;font-family:var(--font-body);border:1px solid var(--color-border);border-radius:1.2rem}.form-errors{color:#bf4800;font-size:1.4rem;margin-bottom:1.6rem}.article-card{text-decoration:none;display:block}.article-card img{border-radius:var(--radius-card);aspect-ratio:3/2;object-fit:cover;width:100%}.article-card h3{margin:1.6rem 0 .4rem;font-size:2rem}.article-card time{font-size:1.4rem;color:var(--color-text-subtle)}.blog-grid{display:grid;gap:3.2rem;grid-template-columns:repeat(auto-fill,minmax(30rem,1fr))}
/*# sourceMappingURL=/cdn/shop/t/8/assets/base.css.map */
