@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=DM+Sans:opsz,wght@9..40,200;9..40,300;9..40,400;9..40,500&display=swap";:root{--c-bg: #F7F5F1;--c-fg: #0B0B0B;--c-muted: #6E6660;--c-border: #DDD9D2;--c-surface: #EDEBE6;--c-dark: #131210;--c-accent: #B8906A;--c-error: #B83232;--c-success: #1A7A3A;--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "DM Sans", -apple-system, sans-serif;--announce-h: 30px;--header-h: 58px;--site-top-h: 88px;--sticky-bar-h: 68px;--ease: cubic-bezier(.25, .1, .25, 1);--ease-out: cubic-bezier(0, 0, .2, 1);--ease-expo: cubic-bezier(.19, 1, .22, 1);--dur: .35s;--max-w: 1440px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);font-weight:300;font-size:.9375rem;line-height:1.65;color:var(--c-fg);background:var(--c-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}body.is-product{padding-bottom:var(--sticky-bar-h)}@media(min-width:1024px){body.is-product{padding-bottom:0}}img,video,svg{display:block;max-width:100%}img{height:auto;object-fit:cover}a{color:inherit;text-decoration:none;transition:opacity var(--dur)}a:hover{opacity:.65}button{cursor:pointer;border:none;background:none;font:inherit;color:inherit}input,select,textarea{font:inherit}ul,ol{list-style:none}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.skip-link{position:fixed;top:1rem;left:1rem;z-index:9999;background:var(--c-fg);color:var(--c-bg);padding:.75rem 1.5rem}.skip-link:not(:focus){clip:rect(0 0 0 0);height:1px;overflow:hidden;width:1px}h1,h2,h3,h4,.serif{font-family:var(--font-display);font-weight:300;line-height:1;letter-spacing:-.02em}.label,.eyebrow{font-family:var(--font-body);font-size:.625rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase}p{max-width:65ch}.container{width:100%;max-width:var(--max-w);margin:0 auto;padding:0 1.25rem}@media(min-width:768px){.container{padding:0 2.5rem}}@media(min-width:1280px){.container{padding:0 5rem}}.main-content{min-height:60vh;padding-top:var(--site-top-h)}.is-home .main-content{padding-top:0}.site-top{position:fixed;top:0;left:0;right:0;z-index:100}.announcement-bar{background:var(--c-dark);color:#ffffffd9;height:var(--announce-h);display:flex;align-items:center;justify-content:center;overflow:hidden;transition:height .4s var(--ease-expo),opacity .3s}.is-home.is-scrolled .announcement-bar{height:0;opacity:0}.announcement-bar__text{font-size:.5625rem;font-weight:400;letter-spacing:.14em;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 1rem}.site-header{height:var(--header-h);background:var(--c-bg);border-bottom:1px solid var(--c-border);display:flex;align-items:center;transition:background .4s,border-color .4s}.is-home .site-header{background:transparent;border-bottom-color:transparent}.is-home.is-scrolled .site-header{background:#f7f5f1f7;backdrop-filter:saturate(180%) blur(16px);-webkit-backdrop-filter:saturate(180%) blur(16px);border-bottom-color:var(--c-border)}.header-inner{width:100%;max-width:var(--max-w);margin:0 auto;padding:0 1.25rem;display:grid;grid-template-columns:44px 1fr 44px;align-items:center}@media(min-width:768px){.header-inner{padding:0 2.5rem}}@media(min-width:1024px){.header-inner{grid-template-columns:1fr auto 1fr;padding:0 2.5rem}}@media(min-width:1280px){.header-inner{padding:0 5rem}}.header-logo{grid-column:2;justify-self:center;display:flex;align-items:center}.header-logo__text{font-family:var(--font-display);font-size:1.0625rem;font-weight:400;letter-spacing:.3em;text-transform:uppercase;color:var(--c-fg);transition:color .4s;white-space:nowrap}@media(min-width:1024px){.header-logo__text{font-size:1.25rem}}.header-logo__img{height:22px;width:auto}.is-home .header-logo__text{color:#fff}.is-home.is-scrolled .header-logo__text{color:var(--c-fg)}.header-nav{display:none;align-items:center;gap:2.5rem}@media(min-width:1024px){.header-nav{display:flex}}.header-nav__link{font-size:.625rem;font-weight:400;letter-spacing:.14em;text-transform:uppercase;color:var(--c-fg);position:relative;opacity:1}.header-nav__link:after{content:"";position:absolute;bottom:-3px;left:0;width:0;height:1px;background:currentColor;transition:width .3s var(--ease-expo)}.header-nav__link:hover{opacity:1}.header-nav__link:hover:after{width:100%}.is-home .header-nav__link{color:#fff}.is-home.is-scrolled .header-nav__link{color:var(--c-fg)}.header-actions{grid-column:3;justify-self:flex-end;display:flex;align-items:center}.header-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;color:var(--c-fg);position:relative;background:none;border:none;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:opacity var(--dur)}.header-icon:hover{opacity:.5}.header-icon svg{display:block}.header-icon--search,.header-icon--account{display:none}@media(min-width:1024px){.header-icon--search,.header-icon--account{display:flex}}.is-home .header-icon{color:#fff}.is-home.is-scrolled .header-icon{color:var(--c-fg)}.cart-badge{position:absolute;top:7px;right:7px;min-width:15px;height:15px;background:var(--c-accent);color:#fff;border-radius:99px;font-size:.5rem;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 3px}.cart-badge[hidden]{display:none}.header-burger{display:flex;flex-direction:column;gap:5px;width:44px;height:44px;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;-webkit-tap-highlight-color:transparent}.header-burger span{display:block;width:20px;height:1px;background:var(--c-fg);transition:background .4s}.is-home .header-burger span{background:#fff}.is-home.is-scrolled .header-burger span{background:var(--c-fg)}@media(min-width:1024px){.header-burger{display:none}}.mobile-nav{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;pointer-events:none}.mobile-nav__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;opacity:0;transition:opacity .35s}.mobile-nav__panel{position:absolute;top:0;left:0;bottom:0;width:min(300px,82vw);background:var(--c-bg);transform:translate(-100%);transition:transform .45s var(--ease-expo);display:flex;flex-direction:column;padding:1.5rem;gap:0;overflow-y:auto}.mobile-nav.is-open{pointer-events:all}.mobile-nav.is-open .mobile-nav__backdrop{opacity:1}.mobile-nav.is-open .mobile-nav__panel{transform:translate(0)}.mobile-nav__close{align-self:flex-end;width:44px;height:44px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;background:none;border:none;cursor:pointer}.mobile-nav__link{display:block;font-family:var(--font-display);font-size:2rem;font-weight:300;line-height:1;padding:.75rem 0;border-bottom:1px solid var(--c-border);color:var(--c-fg);transition:opacity var(--dur)}.mobile-nav__link:hover{opacity:.5}.hero-banner{position:relative;height:100svh;min-height:600px;display:flex;align-items:flex-end;overflow:hidden;background:var(--c-dark)}.is-home .hero-banner{margin-top:calc(-1 * var(--site-top-h))}.hero-banner__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-banner__media img,.hero-banner__media video{width:100%;height:100%;object-fit:cover;object-position:center top}.hero-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000 20%,#00000040,#000000bf);z-index:1}.hero-banner__content{position:relative;z-index:2;width:100%;padding:2rem 1.25rem 2.5rem;color:#fff}@media(min-width:768px){.hero-banner__content{padding:4rem 2.5rem}}@media(min-width:1280px){.hero-banner__content{padding:6rem 5rem 5rem}}.hero-banner__eyebrow{font-size:.5625rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;opacity:.7;margin-bottom:1rem}.hero-banner__title{font-family:var(--font-display);font-size:clamp(3.5rem,11vw,9rem);font-weight:300;line-height:.92;letter-spacing:-.03em;margin-bottom:2rem;max-width:14ch}.hero-banner__title em{font-style:italic;font-weight:300}.hero-banner__cta{display:inline-flex;align-items:center;gap:.75rem;font-size:.625rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:#fff;opacity:1;border-bottom:1px solid rgba(255,255,255,.4);padding-bottom:4px;transition:gap .3s var(--ease-expo),border-color .3s}.hero-banner__cta:hover{gap:1.25rem;border-color:#fff;opacity:1}.hero-banner__cta svg{width:14px;height:14px;transition:transform .3s var(--ease-expo)}.hero-banner__cta:hover svg{transform:translate(4px)}.marquee-section{background:var(--c-dark);color:var(--c-bg);padding:1.125rem 0;overflow:hidden;border-top:1px solid rgba(255,255,255,.07);border-bottom:1px solid rgba(255,255,255,.07)}.marquee-track{display:flex;width:max-content;animation:marquee-scroll 22s linear infinite}.marquee-track:hover{animation-play-state:paused}.marquee-item{display:flex;align-items:center;gap:2rem;padding-right:2rem;white-space:nowrap;font-family:var(--font-display);font-size:clamp(1.125rem,2.5vw,1.625rem);font-weight:300;letter-spacing:.02em;font-style:italic}.marquee-sep{width:5px;height:5px;border-radius:50%;background:var(--c-accent);flex-shrink:0;display:inline-block}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.featured-collection{padding:5rem 0 4rem}@media(min-width:768px){.featured-collection{padding:7rem 0 5rem}}.section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:2.5rem}@media(min-width:768px){.section-header{margin-bottom:3.5rem}}.section-header__title{font-family:var(--font-display);font-size:clamp(2.25rem,5vw,4.5rem);font-weight:300;line-height:1}.section-header__link{font-size:.625rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;text-decoration:underline;text-underline-offset:4px;white-space:nowrap;flex-shrink:0;opacity:1;transition:opacity var(--dur)}.section-header__link:hover{opacity:.5}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--c-border)}@media(min-width:768px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1200px){.product-grid{grid-template-columns:repeat(4,1fr)}}.product-card{background:var(--c-bg);position:relative}.product-card__link{display:block;-webkit-tap-highlight-color:transparent}.product-card__media{position:relative;aspect-ratio:3/4;overflow:hidden;background:var(--c-surface)}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease-expo),opacity .4s}.product-card__media img.alt-img{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .5s var(--ease-expo)}@media(hover:hover){.product-card:hover .product-card__media img:first-child{opacity:0}.product-card:hover .product-card__media img.alt-img{opacity:1}.product-card:hover .product-card__media img{transform:scale(1.05)}.product-card:hover .product-card__action{transform:translateY(0)}}.product-card__badge{position:absolute;top:.625rem;left:.625rem;background:var(--c-fg);color:var(--c-bg);padding:.2rem .5rem;font-size:.5625rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;z-index:2}.product-card__badge--sale{background:var(--c-error)}.product-card__badge--new{background:var(--c-accent)}.product-card__action{position:absolute;bottom:0;left:0;right:0;background:#0b0b0beb;color:#fff;padding:.875rem;font-size:.5625rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;text-align:center;transform:translateY(100%);transition:transform .35s var(--ease-out);z-index:3}.product-card__info{padding:.75rem .875rem 1rem}.product-card__title{font-size:.875rem;font-weight:400;line-height:1.35;margin-bottom:.25rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media(min-width:768px){.product-card__title{font-size:.9375rem}}.product-card__price{display:flex;gap:.5rem;align-items:baseline;font-size:.875rem;color:var(--c-muted)}.card-price-sale{color:var(--c-error);font-weight:500}.card-price-compare{text-decoration:line-through;font-size:.8125rem}.collection-banners{padding:0 0 5rem}.collection-banners__grid{display:grid;grid-template-columns:1fr;gap:2px;background:var(--c-border)}@media(min-width:768px){.collection-banners__grid{grid-template-columns:1fr 1fr}}.collection-banner{position:relative;aspect-ratio:3/4;overflow:hidden;background:var(--c-surface);display:block;-webkit-tap-highlight-color:transparent}@media(min-width:768px){.collection-banner{aspect-ratio:auto;min-height:600px}}.collection-banner__img{width:100%;height:100%;object-fit:cover;transition:transform .9s var(--ease-expo)}@media(hover:hover){.collection-banner:hover .collection-banner__img{transform:scale(1.04)}}.collection-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.6) 0%,transparent 55%)}.collection-banner__content{position:absolute;bottom:2rem;left:2rem;right:2rem;color:#fff}@media(min-width:768px){.collection-banner__content{bottom:2.5rem;left:2.5rem;right:2.5rem}}.collection-banner__eyebrow{font-size:.5625rem;letter-spacing:.22em;text-transform:uppercase;opacity:.7;margin-bottom:.5rem}.collection-banner__title{font-family:var(--font-display);font-size:clamp(2.5rem,7vw,5rem);font-weight:300;line-height:.95;margin-bottom:1.25rem}.collection-banner__cta{display:inline-flex;align-items:center;gap:.5rem;font-size:.5625rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:#fff;border-bottom:1px solid rgba(255,255,255,.4);padding-bottom:3px;transition:gap .3s,border-color .3s;opacity:1}.collection-banner__cta:hover{gap:.875rem;border-color:#fff;opacity:1}.editorial{padding:5rem 0;overflow:hidden}@media(min-width:768px){.editorial{padding:7rem 0}}.editorial__grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:768px){.editorial__grid{grid-template-columns:1fr 1fr;align-items:center;gap:0}.editorial__grid.reverse .editorial__media{order:2}.editorial__grid.reverse .editorial__text{order:1}}.editorial__media{aspect-ratio:4/5;overflow:hidden;background:var(--c-surface)}.editorial__media img{width:100%;height:100%;object-fit:cover}.editorial__text{padding:2rem 1.25rem}@media(min-width:768px){.editorial__text{padding:4rem 3.5rem}}@media(min-width:1280px){.editorial__text{padding:5rem}}.editorial__eyebrow{color:var(--c-muted);margin-bottom:1rem}.editorial__title{font-family:var(--font-display);font-size:clamp(2rem,4vw,3.5rem);font-weight:300;line-height:1;margin-bottom:1.5rem}.editorial__body{font-size:.9375rem;color:var(--c-muted);line-height:1.75;margin-bottom:2rem}.editorial__body p{max-width:40ch}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:0 2rem;height:52px;font-family:var(--font-body);font-size:.625rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;border:1px solid transparent;transition:background var(--dur),color var(--dur),opacity var(--dur),transform .15s;cursor:pointer;white-space:nowrap;width:100%;-webkit-tap-highlight-color:transparent;min-height:44px}.btn-primary{background:var(--c-fg);color:var(--c-bg);border-color:var(--c-fg)}.btn-primary:hover{background:#222;opacity:1}.btn-primary:active{transform:scale(.99)}.btn-secondary{background:transparent;color:var(--c-fg);border-color:var(--c-fg)}.btn-secondary:hover{background:var(--c-fg);color:var(--c-bg);opacity:1}.btn-outline-white{background:transparent;color:#fff;border-color:#ffffff80}.btn-outline-white:hover{background:#fff;color:var(--c-fg);opacity:1}.btn-ghost{background:transparent;color:var(--c-muted);border-color:transparent;font-size:.75rem;height:40px;text-decoration:underline;text-underline-offset:3px}.btn[disabled]{opacity:.35;cursor:not-allowed}.btn--auto{width:auto}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:200;opacity:0;pointer-events:none;transition:opacity .35s}.cart-overlay.is-open{opacity:1;pointer-events:all}.cart-drawer{position:fixed;bottom:0;left:0;right:0;max-height:92svh;z-index:201;background:var(--c-bg);border-radius:16px 16px 0 0;transform:translateY(100%);transition:transform .45s var(--ease-expo);display:flex;flex-direction:column;box-shadow:0 -8px 48px #0000001f}@media(min-width:640px){.cart-drawer{top:0;bottom:0;left:auto;right:0;width:420px;max-height:none;border-radius:0;transform:translate(100%);box-shadow:-4px 0 48px #0000001a}}.cart-drawer.is-open{transform:translateY(0)}@media(min-width:640px){.cart-drawer.is-open{transform:translate(0)}}.cart-drawer__handle{width:36px;height:4px;background:var(--c-border);border-radius:2px;margin:.75rem auto 0;flex-shrink:0}@media(min-width:640px){.cart-drawer__handle{display:none}}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid var(--c-border);flex-shrink:0}.cart-drawer__title{font-size:.625rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase}.cart-drawer__close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;transition:opacity var(--dur)}.cart-drawer__close:hover{opacity:.4}.cart-drawer__body{flex:1;overflow-y:auto;padding:1.25rem 1.5rem;scrollbar-width:none;-webkit-overflow-scrolling:touch}.cart-drawer__body::-webkit-scrollbar{display:none}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1rem;min-height:250px;color:var(--c-muted)}.cart-empty svg{opacity:.2}.cart-empty p{font-size:.9375rem}.cart-empty__cta{width:auto;height:44px;font-size:.625rem}.cart-item{display:grid;grid-template-columns:72px 1fr;gap:1rem;padding-bottom:1.25rem;margin-bottom:1.25rem;border-bottom:1px solid var(--c-border)}.cart-item:last-child{border-bottom:none}.cart-item__img{width:72px;aspect-ratio:3/4;object-fit:cover;background:var(--c-surface);display:block}.cart-item__info{display:flex;flex-direction:column;gap:.2rem}.cart-item__title{font-size:.875rem;font-weight:400;line-height:1.3}.cart-item__variant{font-size:.75rem;color:var(--c-muted)}.cart-item__price{font-size:.875rem;font-weight:500;margin-top:auto;padding-top:.25rem}.cart-item__qty{display:flex;align-items:center;gap:.625rem;margin-top:.375rem}.cart-item__qty-btn{width:28px;height:28px;border:1px solid var(--c-border);display:flex;align-items:center;justify-content:center;font-size:1rem;line-height:1;transition:border-color var(--dur);background:none;cursor:pointer;-webkit-tap-highlight-color:transparent}.cart-item__qty-btn:hover{border-color:var(--c-fg)}.cart-item__qty-val{font-size:.875rem;min-width:18px;text-align:center}.cart-item__remove{font-size:.5625rem;letter-spacing:.1em;text-transform:uppercase;color:var(--c-muted);text-decoration:underline;text-underline-offset:2px;margin-top:.375rem;background:none;border:none;cursor:pointer;text-align:left;padding:0}.cart-drawer__footer{padding:1rem 1.5rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom));border-top:1px solid var(--c-border);display:flex;flex-direction:column;gap:.75rem;flex-shrink:0}.shipping-bar__track{height:2px;background:var(--c-border);border-radius:99px;overflow:hidden;margin-bottom:.375rem}.shipping-bar__fill{height:100%;background:var(--c-accent);border-radius:99px;transition:width .6s var(--ease-expo)}.shipping-bar__text{font-size:.625rem;color:var(--c-muted);text-align:center;letter-spacing:.04em}.cart-subtotal{display:flex;justify-content:space-between;align-items:center}.cart-subtotal__label{font-size:.625rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--c-muted)}.cart-subtotal__price{font-size:1rem;font-weight:500}.cart-note{font-size:.625rem;color:var(--c-muted);text-align:center}.collection-header{padding:2.5rem 0 2rem;border-bottom:1px solid var(--c-border)}.collection-header .container{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.collection-header__title{font-size:clamp(2rem,5vw,4rem)}.collection-header__count{font-size:.75rem;color:var(--c-muted)}.collection-grid-section{padding:0 0 5rem}.page-hero{background:var(--c-dark);color:#fff;padding:5rem 0 4rem;text-align:center}.page-hero__title{font-family:var(--font-display);font-size:clamp(2.5rem,7vw,6rem);font-weight:300}.page-content{padding:4rem 0 6rem}.page-content .container{max-width:760px}.page-content h2{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2.5rem);font-weight:300;margin-bottom:1rem;margin-top:2.5rem}.page-content p,.page-content li{font-size:.9375rem;color:var(--c-muted);line-height:1.8;margin-bottom:.75rem;max-width:none}.contact-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:768px){.contact-grid{grid-template-columns:1fr 1fr;gap:5rem}}.contact-info__title{font-family:var(--font-display);font-size:clamp(1.75rem,3vw,2.75rem);font-weight:300;margin-bottom:1.5rem}.contact-detail{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1.5rem}.contact-detail__label{font-size:.5625rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--c-muted)}.contact-detail__val{font-size:.9375rem;color:var(--c-fg)}.form-field{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.form-field label{font-size:.5625rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--c-muted)}.form-field input,.form-field textarea,.form-field select{width:100%;padding:.875rem 1rem;border:1px solid var(--c-border);background:var(--c-bg);font-family:var(--font-body);font-size:.9375rem;font-weight:300;color:var(--c-fg);outline:none;transition:border-color var(--dur);border-radius:0;appearance:none;-webkit-appearance:none}.form-field input:focus,.form-field textarea:focus{border-color:var(--c-fg)}.form-field textarea{min-height:140px;resize:vertical}.search-header{padding:3rem 0 2rem;border-bottom:1px solid var(--c-border)}.search-header .container{display:flex;flex-direction:column;gap:1.5rem}.search-form{display:flex;gap:0}.search-input{flex:1;padding:0 1.25rem;height:52px;border:1px solid var(--c-border);border-right:none;font-family:var(--font-body);font-size:.9375rem;background:var(--c-bg);color:var(--c-fg);outline:none}.search-input:focus{border-color:var(--c-fg)}.search-submit{width:52px;height:52px;background:var(--c-fg);color:var(--c-bg);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.search-results-title{font-size:clamp(1.25rem,2.5vw,2rem)}.search-results{padding:3rem 0 5rem}.cart-page{padding:3rem 0 6rem}.cart-page__layout{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:1024px){.cart-page__layout{grid-template-columns:1fr 380px;gap:5rem}}.cart-page__title{font-family:var(--font-display);font-size:clamp(2rem,4vw,3.5rem);font-weight:300;margin-bottom:2rem}.cart-page-item{display:grid;grid-template-columns:100px 1fr;gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid var(--c-border)}.cart-page-item__img{width:100px;aspect-ratio:3/4;object-fit:cover;background:var(--c-surface)}.cart-page-item__title{font-size:.9375rem;font-weight:400;margin-bottom:.25rem}.cart-page-item__variant{font-size:.8125rem;color:var(--c-muted)}.cart-summary{background:var(--c-surface);padding:2rem;height:fit-content;position:sticky;top:calc(var(--site-top-h) + 1rem)}.cart-summary__row{display:flex;justify-content:space-between;align-items:baseline;padding:.75rem 0;border-bottom:1px solid var(--c-border);font-size:.9375rem}.cart-summary__row:last-of-type{border-bottom:none;font-weight:500;font-size:1rem}.not-found{min-height:70vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 1.25rem}.not-found__code{font-family:var(--font-display);font-size:clamp(6rem,20vw,16rem);font-weight:300;line-height:1;color:var(--c-border);margin-bottom:1rem}.not-found__title{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2.5rem);font-weight:300;margin-bottom:1rem}.not-found__text{color:var(--c-muted);margin-bottom:2.5rem}.not-found .btn{width:auto}.site-footer{background:var(--c-dark);color:#ffffffd9;padding:5rem 0 0}.footer-grid{display:grid;grid-template-columns:1fr;gap:3rem;padding-bottom:4rem;border-bottom:1px solid rgba(255,255,255,.08)}@media(min-width:768px){.footer-grid{grid-template-columns:1.8fr 1fr 1fr 1fr;gap:2rem}}.footer-brand__logo{font-family:var(--font-display);font-size:1.5rem;font-weight:300;letter-spacing:.25em;text-transform:uppercase;color:#fff;margin-bottom:1rem}.footer-brand__tagline{font-size:.875rem;opacity:.5;line-height:1.7;max-width:26ch;margin-bottom:2rem}.footer-social{display:flex;gap:.75rem}.footer-social__link{width:36px;height:36px;border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;transition:border-color var(--dur);opacity:1}.footer-social__link:hover{border-color:#ffffff80;opacity:1}.footer-social__link svg{width:15px;height:15px}.footer-col__title{font-size:.5625rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;opacity:.4;margin-bottom:1.25rem}.footer-col ul{display:flex;flex-direction:column;gap:.625rem}.footer-col a{font-size:.875rem;opacity:.6;transition:opacity var(--dur)}.footer-col a:hover{opacity:1}.footer-bottom{padding:1.5rem 0;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;font-size:.625rem;opacity:.35;letter-spacing:.06em}.footer-payments{display:flex;gap:.375rem;align-items:center;flex-wrap:wrap}.payment-icon{display:inline-flex;align-items:center;justify-content:center;height:18px;padding:0 5px;border:1px solid rgba(255,255,255,.2);border-radius:3px;font-size:.4375rem;font-weight:700;letter-spacing:.04em;color:#ffffff80}.footer-newsletter{background:#ffffff0a;padding:3rem 0;margin-bottom:4rem;border-radius:2px}.footer-newsletter .container{display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}@media(min-width:768px){.footer-newsletter .container{flex-direction:row;justify-content:space-between;text-align:left}}.footer-newsletter__text h3{font-family:var(--font-display);font-size:clamp(1.5rem,2.5vw,2rem);font-weight:300;color:#fff;margin-bottom:.25rem}.footer-newsletter__text p{font-size:.875rem;opacity:.5;max-width:30ch}.footer-newsletter__form{display:flex;gap:0;flex-shrink:0}.footer-newsletter__input{width:240px;height:48px;padding:0 1rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.15);border-right:none;color:#fff;font-family:var(--font-body);font-size:.875rem;outline:none}.footer-newsletter__input::placeholder{opacity:.4}.footer-newsletter__input:focus{border-color:#fff6}.footer-newsletter__btn{height:48px;padding:0 1.5rem;background:#fff;color:var(--c-dark);border:none;font-family:var(--font-body);font-size:.5625rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;cursor:pointer;white-space:nowrap;transition:background var(--dur)}.footer-newsletter__btn:hover{background:var(--c-accent);color:#fff}@media(prefers-reduced-motion:no-preference){[data-animate]{opacity:0;transform:translateY(24px);transition:opacity .9s var(--ease-expo),transform .9s var(--ease-expo)}[data-animate=fade]{transform:none}[data-animate=left]{transform:translate(-24px)}[data-animate=right]{transform:translate(24px)}[data-animate=scale]{transform:scale(.95)}[data-animate].is-visible{opacity:1;transform:none}[data-delay="1"]{transition-delay:.1s}[data-delay="2"]{transition-delay:.2s}[data-delay="3"]{transition-delay:.3s}[data-delay="4"]{transition-delay:.4s}}.page-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:99;opacity:0;pointer-events:none;transition:opacity var(--dur)}.page-overlay.is-open{opacity:1;pointer-events:all}.text-center{text-align:center}.text-muted{color:var(--c-muted)}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-4{margin-top:2rem}.product-page__layout{display:grid;grid-template-columns:1fr}@media(min-width:1024px){.product-page__layout{grid-template-columns:minmax(0,1fr) 460px;align-items:start}}@media(min-width:1280px){.product-page__layout{grid-template-columns:minmax(0,1fr) 500px}}.product-gallery{position:relative;background:var(--c-surface)}@media(min-width:1024px){.product-gallery{position:sticky;top:var(--site-top-h,88px);display:grid;grid-template-columns:68px 1fr}}.product-gallery__track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.product-gallery__track::-webkit-scrollbar{display:none}@media(min-width:1024px){.product-gallery__track{display:flex;flex-direction:column;gap:2px;order:2;overflow:visible}}.product-gallery__item{flex:0 0 100%;scroll-snap-align:start;aspect-ratio:4/5;overflow:hidden;background:var(--c-surface)}@media(min-width:1024px){.product-gallery__item{flex:none}}.product-gallery__item img{width:100%;height:100%;object-fit:cover;display:block}.product-gallery__video{width:100%;height:100%;object-fit:cover}.product-gallery__placeholder{width:100%;height:100%}.product-gallery__dots{position:absolute;bottom:12px;left:0;right:0;display:flex;justify-content:center;gap:6px;pointer-events:none}@media(min-width:1024px){.product-gallery__dots{display:none}}.gallery-dot{width:6px;height:6px;border-radius:50%;background:#ffffff80;transition:background .2s,transform .2s;cursor:pointer;pointer-events:all}.gallery-dot.is-active{background:#fff;transform:scale(1.4)}.product-gallery__thumbs{display:none}@media(min-width:1024px){.product-gallery__thumbs{display:flex;flex-direction:column;gap:2px;order:1;width:68px;max-height:80vh;overflow-y:auto;scrollbar-width:none}}.gallery-thumb{width:68px;height:86px;overflow:hidden;background:var(--c-surface);opacity:.6;transition:opacity .2s;cursor:pointer;border:none;padding:0;flex-shrink:0}.gallery-thumb img{width:100%;height:100%;object-fit:cover;display:block}.gallery-thumb.is-active{opacity:1;outline:1.5px solid var(--c-fg)}.product-info{padding:1.125rem 1rem 8rem}@media(min-width:768px){.product-info{padding:1.5rem 1.5rem 5rem}}@media(min-width:1024px){.product-info{padding:0 2.5rem 4rem;position:sticky;top:var(--site-top-h,88px);max-height:calc(100vh - var(--site-top-h,88px));overflow-y:auto;scrollbar-width:none}}.product-info::-webkit-scrollbar{display:none}.product-info__brand{font-size:.625rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--c-muted);margin-bottom:.375rem}.product-info__title{font-family:var(--font-display);font-size:clamp(1.5rem,5vw,2.25rem);font-weight:300;line-height:1.05;margin-bottom:.75rem}.product-info__price{display:flex;align-items:baseline;gap:.625rem;flex-wrap:wrap;margin-bottom:.875rem}.price{font-size:1.25rem;font-weight:500}.price--sale{color:var(--c-error)}.price--compare{font-size:.9375rem;text-decoration:line-through;color:var(--c-muted);font-weight:300}.price-badge{font-size:.5625rem;font-weight:700;letter-spacing:.08em;background:var(--c-error);color:#fff;padding:.2rem .5rem}.product-info__urgency{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--c-muted);margin-bottom:.75rem}.urgency-dot{width:7px;height:7px;border-radius:50%;background:var(--c-success);animation:pulse-dot 2s ease-in-out infinite;flex-shrink:0}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.product-info__stock{font-size:.8125rem;color:var(--c-error);font-weight:500;margin-bottom:.875rem;display:flex;align-items:center;gap:.375rem}.variant-group{margin-bottom:1.125rem}.variant-group__label{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.625rem}.variant-group__name{font-size:.5625rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--c-muted)}.variant-group__val{font-size:.5625rem;font-weight:500;letter-spacing:.1em;color:var(--c-fg)}.size-guide-link{margin-left:auto;font-size:.5625rem;letter-spacing:.12em;text-transform:uppercase;text-decoration:underline;text-underline-offset:3px;color:var(--c-muted);background:none;border:none;cursor:pointer;padding:0}.variant-options{display:flex;flex-wrap:wrap;gap:.5rem}.variant-option input[type=radio]{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.variant-option__btn{display:inline-flex;align-items:center;justify-content:center;min-width:50px;height:50px;padding:0 .875rem;border:1px solid var(--c-border);font-size:.75rem;font-weight:400;cursor:pointer;transition:border-color .2s,background .2s,color .2s}.variant-option input[type=radio]:checked+.variant-option__btn{background:var(--c-fg);color:var(--c-bg);border-color:var(--c-fg)}.variant-option__btn:hover{border-color:var(--c-fg)}.product-form__ctas{display:flex;flex-direction:column;gap:.625rem;margin-bottom:1.25rem}.btn-atc{height:56px;background:var(--c-fg);color:var(--c-bg);border:none;font-family:var(--font-body);font-size:.625rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;-webkit-tap-highlight-color:transparent;transition:background .2s;width:100%;position:relative;overflow:hidden}.btn-atc:hover:not(:disabled){background:#222}.btn-atc:disabled{opacity:.4;cursor:not-allowed}.btn-atc__loader,.btn-atc__check{position:absolute;display:none}.btn-atc__loader svg{width:20px;height:20px;animation:atc-spin .7s linear infinite}@keyframes atc-spin{to{transform:rotate(360deg)}}.btn-atc__check svg{width:20px;height:20px}.btn-atc.is-loading .btn-atc__text{opacity:0}.btn-atc.is-loading .btn-atc__loader{display:flex}.btn-atc.is-success .btn-atc__text{opacity:0}.btn-atc.is-success .btn-atc__check{display:flex}.btn-atc.is-success{background:var(--c-success)}.product-form__express{margin-top:.25rem}.product-form__express .shopify-payment-button__button{height:52px;border-radius:0!important;font-family:var(--font-body)!important;font-size:.625rem!important;font-weight:600!important;letter-spacing:.18em!important}.trust-list{display:grid;grid-template-columns:1fr 1fr;gap:.625rem;padding:1.125rem 0;border-top:1px solid var(--c-border);border-bottom:1px solid var(--c-border);margin-bottom:1.25rem;list-style:none}.trust-item{display:flex;align-items:center;gap:.5rem;font-size:.6875rem;color:var(--c-muted);line-height:1.3}.trust-item svg{width:16px;height:16px;flex-shrink:0;color:var(--c-accent)}.accordion{border-bottom:1px solid var(--c-border)}.accordion__trigger{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;font-size:.8125rem;font-weight:500;letter-spacing:.04em;cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none}.accordion__trigger::-webkit-details-marker{display:none}.accordion__icon{width:16px;height:16px;flex-shrink:0;transition:transform .3s}details[open] .accordion__icon{transform:rotate(180deg)}.accordion__body{padding-bottom:1rem;font-size:.875rem;color:var(--c-muted);line-height:1.75}.accordion__body p{margin-bottom:.5rem;max-width:none}.sticky-bar{position:fixed;bottom:0;left:0;right:0;z-index:90;background:var(--c-bg);border-top:1px solid var(--c-border);display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem}@media(min-width:1024px){.sticky-bar{display:none}}.sticky-bar__sizes{display:flex;gap:.375rem;flex:1;overflow-x:auto;scrollbar-width:none}.sticky-bar__sizes::-webkit-scrollbar{display:none}.sticky-size{height:38px;min-width:38px;padding:0 .625rem;border:1px solid var(--c-border);font-size:.75rem;background:var(--c-bg);cursor:pointer;transition:border-color .2s,background .2s;flex-shrink:0}.sticky-size.is-on{background:var(--c-fg);color:var(--c-bg);border-color:var(--c-fg)}.sticky-bar__right{display:flex;align-items:center;gap:.75rem;flex-shrink:0;margin-left:auto}.sticky-bar__price{font-size:.9375rem;font-weight:600;white-space:nowrap}.sticky-bar__btn{height:44px;min-width:100px;padding:0 1.125rem;background:var(--c-fg);color:var(--c-bg);font-family:var(--font-body);font-size:.6875rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;border:none;cursor:pointer;-webkit-tap-highlight-color:transparent}.sticky-bar__btn:disabled{opacity:.4;cursor:not-allowed}.press-bar{padding:1.75rem 0;border-top:1px solid var(--c-border);border-bottom:1px solid var(--c-border);overflow:hidden}.press-bar__inner{display:flex;align-items:center;justify-content:center}.press-bar__label{font-size:.5rem;letter-spacing:.22em;text-transform:uppercase;color:var(--c-muted);white-space:nowrap;flex-shrink:0;padding-right:2rem;border-right:1px solid var(--c-border);margin-right:0}@media(max-width:767px){.press-bar__label{display:none}}.press-logo{font-family:var(--font-display);font-weight:300;letter-spacing:.1em;text-transform:uppercase;color:var(--c-border);padding:0 1.5rem;white-space:nowrap;line-height:1;transition:color var(--dur);opacity:1}.press-logo:hover{color:var(--c-muted);opacity:1}@media(max-width:767px){.press-logo{padding:0 1rem}}.press-logo--sm{font-size:.875rem}.press-logo--md{font-size:1.25rem}.press-logo--lg{font-size:1.625rem;font-style:italic}.press-logo--xl{font-size:2rem;font-weight:400}.press-divider{width:1px;height:20px;background:var(--c-border);flex-shrink:0}.lookbook{display:grid;grid-template-columns:1fr}@media(min-width:768px){.lookbook{grid-template-columns:1fr 1fr}}.lookbook__media{aspect-ratio:4/5;overflow:hidden;position:relative;background:var(--c-surface)}@media(min-width:768px){.lookbook__media{aspect-ratio:unset;min-height:620px}}.lookbook__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 1.1s var(--ease-expo)}.lookbook__media:hover img{transform:scale(1.04)}.lookbook__content{display:flex;flex-direction:column;justify-content:center;padding:3.5rem 2rem;background:var(--c-dark);color:#fff}@media(min-width:768px){.lookbook__content{padding:4.5rem 3.5rem}}@media(min-width:1280px){.lookbook__content{padding:7rem 6rem}}.lookbook__eyebrow{font-size:.5rem;font-weight:600;letter-spacing:.24em;text-transform:uppercase;color:var(--c-accent);margin-bottom:1.5rem}.lookbook__title{font-family:var(--font-display);font-size:clamp(2.5rem,5vw,5.5rem);font-weight:300;line-height:.92;letter-spacing:-.02em;color:#fff;margin-bottom:1.75rem}.lookbook__text{font-size:.9375rem;line-height:1.85;opacity:.5;max-width:34ch;margin-bottom:2.5rem}.lookbook__cta{display:inline-flex;align-items:center;gap:.75rem;font-size:.5rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:#ffffffa6;width:fit-content;border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:.5rem;transition:color var(--dur),border-color var(--dur),gap var(--dur);opacity:1}.lookbook__cta:hover{color:#fff;border-color:#fff;gap:1.25rem;opacity:1}.testimonials-section{padding:6rem 0;background:var(--c-dark);overflow:hidden}.testimonials__header{text-align:center;margin-bottom:4rem}.testimonials__eyebrow{font-size:.5rem;font-weight:600;letter-spacing:.24em;text-transform:uppercase;color:var(--c-accent);margin-bottom:.75rem}.testimonials__title{font-family:var(--font-display);font-size:clamp(2.25rem,4vw,4rem);font-weight:300;color:#fff;line-height:1.05}.testimonials__grid{display:grid;grid-template-columns:1fr;gap:1px;background:#ffffff0d;border:1px solid rgba(255,255,255,.05)}@media(min-width:768px){.testimonials__grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{background:var(--c-dark);padding:2.5rem}@media(min-width:1024px){.testimonial-card{padding:3rem}}.testimonial-card__stars{display:flex;gap:2px;margin-bottom:1.25rem}.testimonial-card__star{color:var(--c-accent);font-size:.75rem}.testimonial-card__quote{font-family:var(--font-display);font-size:clamp(1.0625rem,1.8vw,1.3rem);font-weight:300;font-style:italic;line-height:1.6;color:#ffffffd1;margin-bottom:2rem}.testimonial-card__author{display:flex;align-items:center;gap:.875rem}.testimonial-card__avatar{width:38px;height:38px;border-radius:50%;overflow:hidden;flex-shrink:0;background:#ffffff0f}.testimonial-card__avatar img{width:100%;height:100%;object-fit:cover;display:block}.testimonial-card__info{line-height:1.4}.testimonial-card__name{font-size:.8125rem;color:#ffffff80}.testimonial-card__verified{display:block;font-size:.5rem;color:var(--c-accent);letter-spacing:.1em;text-transform:uppercase}.testimonials__footer{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:3rem;padding-top:2.5rem;border-top:1px solid rgba(255,255,255,.07)}.testimonials__score{font-family:var(--font-display);font-size:3.5rem;font-weight:300;color:#fff;line-height:1}.testimonials__score-info{color:#fff6;font-size:.8125rem;line-height:1.6}.testimonials__score-stars{color:var(--c-accent);font-size:.875rem;letter-spacing:2px}.product-countdown{display:flex;align-items:center;gap:.625rem;padding:.75rem 1rem;background:#b832320d;border-left:2px solid var(--c-error);margin-bottom:1.25rem;font-size:.75rem;color:var(--c-error)}.countdown-timer{font-variant-numeric:tabular-nums;font-weight:700;font-size:.9375rem;letter-spacing:.04em}.product-reviews-section{padding:3rem 0 2rem;border-top:1px solid var(--c-border);max-width:720px}.product-reviews-section__header{display:flex;align-items:baseline;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.product-reviews-section__title{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2rem);font-weight:300}.product-reviews-section__meta{display:flex;align-items:center;gap:.375rem;font-size:.75rem;color:var(--c-muted)}.product-reviews-section__stars{color:var(--c-accent);letter-spacing:2px;font-size:.6875rem}.review-item{padding:1.5rem 0;border-bottom:1px solid var(--c-border)}.review-item:last-child{border-bottom:none}.review-item__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:.25rem}.review-item__author{font-size:.875rem;font-weight:500}.review-item__date{font-size:.6875rem;color:var(--c-muted)}.review-item__stars{color:var(--c-accent);font-size:.6875rem;letter-spacing:1px;margin-bottom:.5rem}.review-item__text{font-size:.9375rem;color:var(--c-muted);line-height:1.75;max-width:none}.review-item__verified{font-size:.5rem;letter-spacing:.1em;text-transform:uppercase;color:var(--c-success);margin-top:.375rem}.hero-scroll-indicator{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.375rem;color:#ffffff59;font-size:.4375rem;letter-spacing:.2em;text-transform:uppercase}@media(max-width:767px){.hero-scroll-indicator{display:none}}.hero-scroll-indicator__line{width:1px;height:48px;background:linear-gradient(to bottom,rgba(255,255,255,.3),transparent);animation:scroll-line 2s ease-in-out infinite}@keyframes scroll-line{0%,to{opacity:.3;transform:scaleY(1)}50%{opacity:.7;transform:scaleY(.6) translateY(8px)}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/base.css.map */
