:root{--color-text: var(--color-fg);--color-heading: var(--color-fg);--color-background: var(--color-bg);--color-soft-bg: var(--color-surface);--color-card-bg: var(--color-surface);--color-accent-text: var(--color-accent-contrast);--color-border-soft: var(--color-border);--color-border-strong: var(--color-fg);--color-link: var(--color-fg);--color-link-hover: var(--color-accent);--color-success: #2d7a4d;--color-error: var(--color-sale);--font-body-family: var(--font-body);--font-heading-family: var(--font-heading);--font-accent-family: var(--font-heading);--font-body-base-size: 16px;--font-body-line-height: 1.6;--font-heading-line-height: 1.15;--font-heading-letter-spacing: var(--heading-tracking);--page-padding: 28px;--anim-duration: .35s;--anim-ease: cubic-bezier(.2,.7,.2,1);--hover-scale: 1.04;--btn-radius: var(--radius);--btn-border-width: 1px;--btn-padding-y: 14px;--btn-padding-x: 28px;--btn-font-size: 12px;--btn-letter-spacing: .14em;--btn-text-transform: uppercase;--btn-primary-bg: var(--color-fg);--btn-primary-text: var(--color-bg);--btn-primary-border: var(--color-fg);--btn-primary-hover-bg: var(--color-accent);--btn-secondary-bg: transparent;--btn-secondary-text: var(--color-fg);--btn-secondary-border: var(--color-fg);--badge-radius: 0px;--badge-padding-y: 4px;--badge-padding-x: 10px;--badge-font-size: 10px;--badge-text-transform: uppercase;--input-radius: var(--radius);--input-border-width: 1px;--input-padding-y: 14px;--input-padding-x: 16px;--card-radius: 0px;--card-shadow: none;--card-border-width: 0px;--card-border-color: var(--color-border);--pcard-aspect: 3/4;--pcard-image-radius: 0px;--pcard-text-align: left;--pcard-info-padding: 12px;--swatch-size: 14px;--swatch-radius: 50%;--swatch-border-width: 1px;--variant-radius: 0px;--variant-padding-y: 10px;--variant-padding-x: 18px;--variant-border-width: 1px;--drawer-width: 440px;--popover-radius: 0px;--popover-shadow: 0 8px 24px rgba(0,0,0,.08);--overlay-color: rgba(0,0,0,.45);--header-padding-y: 20px;--header-bg: var(--color-bg);--header-text: var(--color-fg);--footer-bg: var(--color-fg);--footer-text: var(--color-bg);--section-padding-top: var(--section-spacing);--section-padding-bottom: var(--section-spacing)}.container{width:100%;max-width:var(--page-width);margin:0 auto;padding-inline:var(--page-padding)}.section-spacing{padding-top:var(--section-padding-top, var(--section-spacing));padding-bottom:var(--section-padding-bottom, var(--section-spacing))}.section-spacing-sm{padding-top:calc(var(--section-spacing) * .45);padding-bottom:calc(var(--section-spacing) * .45)}@media(max-width:749px){.section-spacing{padding-top:var(--section-padding-top-mobile, calc(var(--section-spacing) * .7));padding-bottom:var(--section-padding-bottom-mobile, calc(var(--section-spacing) * .7))}}.section-heading{text-align:center;margin-bottom:36px}.section-heading--left{text-align:left}.section-heading__title{font-family:var(--font-heading);font-size:clamp(1.9rem,3.6vw,3rem);line-height:1.05;letter-spacing:var(--heading-tracking);margin:0}.section-heading__subtitle{color:var(--color-muted);margin-top:10px;font-size:1rem}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased}body{margin:0;background:var(--color-bg);color:var(--color-fg);font-family:var(--font-body);font-weight:var(--font-body-weight, 400);font-size:calc(15px * var(--font-body-scale, 1));line-height:1.55;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,svg,video{display:block;max-width:100%;height:auto}button{font:inherit;color:inherit;cursor:pointer;background:none;border:0;padding:0}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline;text-underline-offset:4px}ul,ol{margin:0;padding:0;list-style:none}input,select,textarea{font:inherit;color:inherit}hr{border:0;border-top:1px solid var(--color-border);margin:0}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:var(--font-heading-weight, 500);letter-spacing:var(--heading-tracking);text-transform:var(--heading-transform);line-height:1.1;margin:0}h1{font-size:calc(clamp(2.4rem,5vw,4.4rem) * var(--font-heading-scale, 1))}h2{font-size:calc(clamp(1.9rem,3.6vw,3rem) * var(--font-heading-scale, 1))}h3{font-size:calc(clamp(1.4rem,2.4vw,1.85rem) * var(--font-heading-scale, 1))}h4{font-size:calc(1.15rem * var(--font-heading-scale, 1))}.eyebrow{font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--color-muted);font-weight:500}.text-muted{color:var(--color-muted)}.page-width{max-width:var(--page-width);margin:0 auto;padding:0 28px}@media(max-width:749px){.page-width{padding:0 18px}}.section{padding-block:var(--section-spacing)}.section--tight{padding-block:calc(var(--section-spacing) * .5)}.section--flush{padding-block:0}.skip-link{position:absolute;top:-40px;left:0;background:var(--color-fg);color:var(--color-bg);padding:8px 12px;z-index:9999}.skip-link:focus{top:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-body);font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;font-weight:500;padding:16px 28px;min-height:52px;border:1px solid var(--color-fg);background:var(--color-fg);color:var(--color-bg);border-radius:var(--radius);transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease;cursor:pointer;text-decoration:none}.btn:hover{background:transparent;color:var(--color-fg);text-decoration:none}.btn--secondary{background:transparent;color:var(--color-fg)}.btn--secondary:hover{background:var(--color-fg);color:var(--color-bg)}.btn--accent{background:var(--color-accent);border-color:var(--color-accent);color:var(--color-accent-contrast)}.btn--accent:hover{background:transparent;color:var(--color-accent)}.btn--ghost{background:transparent;border-color:transparent;padding-inline:0;min-height:auto}.btn--ghost:hover{background:transparent;text-decoration:underline;text-underline-offset:6px}.btn--small{padding:10px 18px;min-height:38px;font-size:.7rem}.btn--full{width:100%}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.field__label{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--color-muted)}.field__input,.field__textarea,.field__select{border:1px solid var(--color-border);background:var(--color-surface);padding:14px 16px;font-size:.95rem;border-radius:var(--radius);outline:none;transition:border-color .18s ease;width:100%}.field__textarea{min-height:120px;resize:vertical}.field__error{color:var(--color-sale);font-size:.85rem;margin-top:4px}.header{position:sticky;top:0;z-index:50;background:var(--color-bg);border-bottom:1px solid transparent;transition:border-color .2s ease,background .2s ease}.header.is-scrolled{border-bottom-color:var(--color-border)}.header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:var(--header-height);gap:16px}.header--logo-left .header__inner{grid-template-columns:auto 1fr auto}.header__nav{display:flex;gap:18px;align-items:center}.header--logo-center .header__nav{justify-content:flex-start}.header--logo-left .header__nav{justify-content:center}.header__nav-links{display:flex;gap:32px;align-items:center;list-style:none;margin:0;padding:0}.header__nav-link{font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;font-weight:500;padding:10px 0;position:relative;white-space:nowrap;display:inline-block}.header__nav-link:hover{text-decoration:none}.header__nav-link:after{content:"";position:absolute;left:0;bottom:4px;height:1px;width:100%;background:currentColor;transform:scaleX(0);transform-origin:right;transition:transform .35s cubic-bezier(.4,0,.2,1)}.header__nav-link:hover:after{transform:scaleX(1);transform-origin:left}.header__logo{justify-self:center;display:inline-flex;align-items:center}.header--logo-left .header__logo{justify-self:start}.header__logo-text{font-family:var(--font-heading);font-weight:400;font-size:1.7rem;letter-spacing:.18em;text-transform:uppercase;font-feature-settings:"kern","liga"}.header__actions{display:flex;gap:4px;align-items:center;justify-content:flex-end}.header__action{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;position:relative;transition:opacity .2s ease}.header__action:hover{opacity:.55;text-decoration:none}.header__action svg{width:20px;height:20px}.header__cart-count{position:absolute;top:8px;right:8px;background:var(--color-fg);color:var(--color-bg);font-size:.6rem;min-width:16px;height:16px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;padding:0 4px;font-weight:600}@media(max-width:989px){.header__inner{grid-template-columns:auto 1fr auto}.header__nav{display:none}.header__menu-toggle{display:inline-flex}.header__logo{justify-self:center}.header__logo-text{font-size:1.4rem}}.announcement{background:var(--color-fg);color:var(--color-bg);font-size:.78rem;letter-spacing:.08em;padding:10px 20px;text-align:center}.announcement a{text-decoration:underline;text-underline-offset:4px}.mega-menu{position:absolute;left:0;right:0;top:100%;background:var(--color-bg);border-top:1px solid var(--color-border);padding:40px 0;opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .22s ease,transform .22s ease,visibility .22s}.has-mega-menu:hover .mega-menu,.has-mega-menu:focus-within .mega-menu{opacity:1;visibility:visible;transform:translateY(0)}.mega-menu__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;max-width:var(--page-width);margin:0 auto;padding:0 28px}.mega-menu__col h4{font-family:var(--font-body);font-size:.74rem;letter-spacing:.18em;text-transform:uppercase;color:var(--color-muted);margin-bottom:16px;font-weight:500}.mega-menu__list li{margin-bottom:8px}.mega-menu__list a{font-size:.92rem}.has-mega-menu{position:static}.mobile-drawer{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--color-bg);transform:translate(-100%);transition:transform .34s cubic-bezier(.4,0,.2,1);z-index:100;display:flex;flex-direction:column}.mobile-drawer[aria-hidden=false]{transform:translate(0)}.mobile-drawer__head{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;border-bottom:1px solid var(--color-border)}.mobile-drawer__body{padding:24px 20px;overflow-y:auto;flex:1}.mobile-drawer__nav a{display:block;padding:14px 0;font-size:1.1rem;border-bottom:1px solid var(--color-border)}.mobile-drawer__nav a:hover{text-decoration:none}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:min(440px,100vw);background:var(--color-bg);transform:translate(100%);transition:transform .34s cubic-bezier(.4,0,.2,1);z-index:110;display:flex;flex-direction:column;box-shadow:-20px 0 40px #0000000f}.cart-drawer[aria-hidden=false]{transform:translate(0)}.cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:105;opacity:0;pointer-events:none;transition:opacity .3s ease}.cart-drawer__overlay[aria-hidden=false]{opacity:1;pointer-events:auto}.cart-drawer__head{display:flex;justify-content:space-between;align-items:center;padding:22px 24px;border-bottom:1px solid var(--color-border)}.cart-drawer__title{font-size:1.2rem}.cart-drawer__body{flex:1;overflow-y:auto;padding:8px 24px}.cart-drawer__foot{padding:20px 24px;border-top:1px solid var(--color-border)}.cart-drawer__totals{display:flex;justify-content:space-between;margin-bottom:14px;font-size:1rem}.cart-drawer__totals strong{font-family:var(--font-heading);font-size:1.1rem}.cart-drawer__shipping{margin:12px 0 18px}.cart-drawer__progress{height:3px;background:var(--color-border);margin-top:8px;overflow:hidden}.cart-drawer__progress-bar{height:100%;background:var(--color-accent);transition:width .4s ease}.cart-drawer__empty{text-align:center;padding:60px 20px}.cart-line{display:grid;grid-template-columns:80px 1fr;gap:16px;padding:18px 0;border-bottom:1px solid var(--color-border)}.cart-line__image{aspect-ratio:3/4;overflow:hidden;background:var(--color-border)}.cart-line__image img{width:100%;height:100%;object-fit:cover}.cart-line__info{display:flex;flex-direction:column;gap:4px;min-width:0}.cart-line__title{font-size:.95rem;font-weight:500}.cart-line__variant{font-size:.82rem;color:var(--color-muted)}.cart-line__bottom{display:flex;justify-content:space-between;align-items:center;margin-top:8px}.cart-line__remove{font-size:.74rem;letter-spacing:.1em;text-transform:uppercase;color:var(--color-muted);text-decoration:underline;text-underline-offset:4px}.qty{display:inline-flex;align-items:center;border:1px solid var(--color-border);border-radius:var(--radius)}.qty__btn{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;font-size:1rem}.qty__input{width:44px;height:36px;border:0;background:transparent;text-align:center;-moz-appearance:textfield}.qty__input::-webkit-outer-spin-button,.qty__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.footer{background:var(--color-fg);color:var(--color-bg);padding-block:64px 32px;margin-top:var(--section-spacing)}.footer a{color:inherit}.footer__grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:48px}.footer__brand h2{font-size:1.4rem;margin-bottom:14px}.footer__brand p{opacity:.7;max-width:360px;margin-bottom:20px;font-size:.95rem}.footer__col h4{font-size:.74rem;letter-spacing:.18em;text-transform:uppercase;margin-bottom:18px}.footer__col ul li{margin-bottom:10px;font-size:.92rem;opacity:.78}.footer__col ul li a:hover{opacity:1}.footer__bottom{display:flex;justify-content:space-between;align-items:center;margin-top:56px;padding-top:24px;border-top:1px solid rgba(255,255,255,.12);font-size:.78rem;opacity:.6}.footer__social{display:flex;gap:14px}.footer__social a{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;opacity:.78}.footer__social a:hover{opacity:1}.footer__social svg{width:18px;height:18px}@media(max-width:749px){.footer__grid{grid-template-columns:1fr;gap:36px}.footer__bottom{flex-direction:column;gap:14px;text-align:center}}.newsletter-form{display:flex;gap:0;max-width:420px}.newsletter-form input{flex:1;border:1px solid rgba(255,255,255,.25);background:transparent;color:inherit;padding:14px 16px;font-size:.92rem}.newsletter-form input::placeholder{color:#ffffff80}.newsletter-form button{padding:0 22px;background:var(--color-bg);color:var(--color-fg);font-size:.74rem;letter-spacing:.14em;text-transform:uppercase}.media{position:relative;overflow:hidden;background:var(--color-border)}.media img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1),opacity .4s ease}.media--zoom:hover img{transform:scale(1.04)}.media--ratio-portrait{aspect-ratio:3/4}.media--ratio-square{aspect-ratio:1/1}.media--ratio-landscape{aspect-ratio:4/3}.media--ratio-wide{aspect-ratio:16/9}.product-card{display:flex;flex-direction:column;gap:14px;position:relative}.product-card__media{position:relative;overflow:hidden;background:var(--color-border)}.product-card__media .media{aspect-ratio:3/4}.product-card[data-image-ratio=square] .media{aspect-ratio:1/1}.product-card[data-image-ratio=landscape] .media{aspect-ratio:4/3}.product-card__media img.product-card__image--secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .45s ease}.product-card:hover .product-card__image--secondary{opacity:1}.product-card__badges{position:absolute;top:12px;left:12px;display:flex;gap:6px;z-index:2}.product-card__badge{background:var(--color-bg);color:var(--color-fg);font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;padding:6px 10px;font-weight:500}.product-card__badge--sale{background:var(--color-sale);color:#fff}.product-card__quick-add{position:absolute;left:12px;right:12px;bottom:12px;background:var(--color-bg);color:var(--color-fg);padding:14px;font-size:.74rem;letter-spacing:.14em;text-transform:uppercase;font-weight:500;opacity:0;transform:translateY(10px);transition:opacity .25s,transform .25s;text-align:center}.product-card:hover .product-card__quick-add{opacity:1;transform:translateY(0)}@media(hover:none){.product-card__quick-add{opacity:1;transform:none;position:static;margin-top:8px}}.product-card__info{display:flex;flex-direction:column;gap:4px}.product-card__vendor{font-size:.72rem;color:var(--color-muted);letter-spacing:.1em;text-transform:uppercase}.product-card__title{font-size:.95rem;font-weight:500}.product-card__title a:hover{text-decoration:none;opacity:.7}.product-card__swatches{display:flex;gap:6px;margin-top:6px}.swatch{width:14px;height:14px;border-radius:50%;border:1px solid var(--color-border);display:inline-block}.price{display:inline-flex;gap:8px;align-items:baseline;font-size:.95rem}.price__sale{color:var(--color-sale)}.price__compare{color:var(--color-muted);text-decoration:line-through}.price--large{font-size:1.4rem;font-family:var(--font-heading)}.grid{display:grid;grid-template-columns:repeat(var(--cols, 4),minmax(0,1fr));gap:var(--grid-gap)}@media(max-width:989px){.grid{grid-template-columns:repeat(min(var(--cols, 4),3),minmax(0,1fr))}}@media(max-width:749px){.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:36px;gap:24px;flex-wrap:wrap}.section-head__title{max-width:700px}.section-head .eyebrow{display:block;margin-bottom:10px}.section-head__title h2{line-height:1.05}.section-head__link{font-size:.78rem;letter-spacing:.14em;text-transform:uppercase}.section-head--center{flex-direction:column;align-items:center;text-align:center}.hero{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--color-border)}.hero--small{min-height:60vh}.hero--medium{min-height:75vh}.hero--large{min-height:92vh}.hero__image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__image img{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,var(--overlay-opacity, .18));z-index:1}.hero__content{position:relative;z-index:2;text-align:var(--align, center);color:var(--text-color, #fff);max-width:720px;padding:0 24px}.hero__content--align-left{margin-right:auto;text-align:left}.hero__content--align-right{margin-left:auto;text-align:right}.hero__eyebrow{font-size:.74rem;letter-spacing:.2em;text-transform:uppercase;margin-bottom:18px;opacity:.9}.hero__title{font-size:clamp(2.6rem,6vw,5.2rem);margin-bottom:18px;line-height:1.02}.hero__sub{font-size:1.05rem;max-width:540px;margin:0 auto 28px;opacity:.92}.hero__content--align-left .hero__sub{margin-left:0}.hero__buttons{display:inline-flex;gap:12px;flex-wrap:wrap}.hero__buttons .btn{background:#fff;color:#111;border-color:#fff}.hero__buttons .btn:hover,.hero__buttons .btn--secondary{background:transparent;color:#fff}.hero__buttons .btn--secondary:hover{background:#fff;color:#111}.slideshow{position:relative;overflow:hidden}.slideshow__track{display:flex;will-change:transform}.slideshow__slide{flex:0 0 100%;min-width:100%}.slideshow__nav{position:absolute;bottom:24px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:3}.slideshow__dot{width:28px;height:2px;background:#ffffff73;transition:background .2s}.slideshow__dot[aria-current=true]{background:#fff}.iwt{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:stretch}.iwt--reversed{direction:rtl}.iwt--reversed>*{direction:ltr}.iwt__media{aspect-ratio:4/5}.iwt__content{display:flex;flex-direction:column;justify-content:center;padding:clamp(40px,6vw,96px);background:var(--color-surface)}.iwt__content h2{margin-bottom:18px}.iwt__content p{color:var(--color-muted);margin-bottom:24px;max-width:460px}@media(max-width:749px){.iwt{grid-template-columns:1fr}.iwt--reversed{direction:ltr}.iwt__media{aspect-ratio:4/3}}.lookbook{display:grid;grid-template-columns:repeat(12,1fr);gap:16px}.lookbook__item{position:relative;overflow:hidden}.lookbook__item .media{aspect-ratio:3/4}.lookbook__item--lg{grid-column:span 6}.lookbook__item--md{grid-column:span 4}.lookbook__item--sm{grid-column:span 3}.lookbook__caption{position:absolute;bottom:18px;left:18px;background:var(--color-bg);color:var(--color-fg);padding:10px 14px;font-size:.85rem;font-weight:500}@media(max-width:749px){.lookbook{grid-template-columns:repeat(2,1fr)}.lookbook__item--lg,.lookbook__item--md,.lookbook__item--sm{grid-column:span 1}}.collection-tile{display:block;position:relative;overflow:hidden}.collection-tile .media{aspect-ratio:3/4}.collection-tile__caption{position:absolute;left:24px;bottom:24px;right:24px;color:#fff;z-index:2}.collection-tile__caption h3{margin-bottom:8px;font-size:1.6rem}.collection-tile:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(to top,rgba(0,0,0,.5),transparent 55%)}.collection-tile:hover{text-decoration:none}.multicolumn{display:grid;gap:32px;grid-template-columns:repeat(var(--cols, 3),minmax(0,1fr));text-align:center}.multicolumn__item .media{aspect-ratio:1/1;max-width:80px;margin:0 auto 20px;background:transparent}.multicolumn__item h3{font-size:1.05rem;margin-bottom:8px}.multicolumn__item p{color:var(--color-muted);font-size:.92rem}@media(max-width:749px){.multicolumn{grid-template-columns:repeat(2,1fr);gap:24px}}.marquee{overflow:hidden;background:var(--color-fg);color:var(--color-bg);padding:18px 0;border-block:1px solid var(--color-fg)}.marquee__track{display:flex;gap:60px;white-space:nowrap;animation:marquee var(--marquee-duration, 30s) linear infinite;width:max-content}.marquee__item{font-family:var(--font-heading);font-size:clamp(1.4rem,3vw,2.4rem);letter-spacing:var(--heading-tracking);display:inline-flex;align-items:center;gap:60px}.marquee__item:after{content:"\2726";font-size:1rem;opacity:.6}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.testimonials{display:grid;grid-template-columns:repeat(var(--cols, 3),1fr);gap:32px}.testimonial{padding:32px;background:var(--color-surface);border:1px solid var(--color-border);display:flex;flex-direction:column;gap:18px}.testimonial__quote{font-family:var(--font-heading);font-size:1.15rem;line-height:1.5}.testimonial__author{display:flex;align-items:center;gap:12px;margin-top:auto}.testimonial__avatar{width:44px;height:44px;border-radius:50%;background:var(--color-border);object-fit:cover}.testimonial__name{font-size:.9rem;font-weight:500}.testimonial__location{font-size:.8rem;color:var(--color-muted)}.testimonial__stars{color:var(--color-accent);letter-spacing:2px}@media(max-width:749px){.testimonials{grid-template-columns:1fr}}.rich-text{max-width:720px;margin:0 auto;text-align:center}.rich-text--left{margin:0;text-align:left}.rich-text h2{margin-bottom:18px}.rich-text p{color:var(--color-muted);font-size:1.05rem;line-height:1.7}.rich-text .btn{margin-top:28px}.newsletter-section{background:var(--color-surface);border-block:1px solid var(--color-border);padding-block:80px}.newsletter-section__inner{max-width:560px;margin:0 auto;text-align:center;padding:0 24px}.newsletter-section h2{margin-bottom:12px}.newsletter-section p{color:var(--color-muted);margin-bottom:24px}.newsletter-section .newsletter-form{margin:0 auto;max-width:460px}.newsletter-section .newsletter-form input{border-color:var(--color-border);color:var(--color-fg)}.newsletter-section .newsletter-form input::placeholder{color:var(--color-muted)}.newsletter-section .newsletter-form button{background:var(--color-fg);color:var(--color-bg)}[data-reveal]{opacity:0;transform:translateY(16px);transition:opacity .7s ease,transform .7s ease}@media(prefers-reduced-motion:reduce){[data-reveal]{opacity:1;transform:none;transition:none}}.product{display:grid;grid-template-columns:1.15fr 1fr;gap:48px;align-items:start}.product__gallery{display:grid;gap:8px;grid-template-columns:1fr 1fr}.product__gallery .media{aspect-ratio:3/4}.product__gallery .media:first-child{grid-column:span 2}@media(max-width:749px){.product__gallery{grid-template-columns:1fr}.product__gallery .media:first-child{grid-column:auto}}.product__info{position:sticky;top:calc(var(--header-height) + 24px)}.product__vendor{font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;color:var(--color-muted);margin-bottom:12px}.product__title{margin-bottom:16px}.product__price{margin-bottom:28px}.product__form>*+*{margin-top:22px}.product__option{display:flex;flex-direction:column;gap:10px}.product__option-label{font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:var(--color-muted)}.product__option-value{border:1px solid var(--color-border);background:var(--color-surface);padding:10px 16px;font-size:.85rem;cursor:pointer;min-width:48px;text-align:center}.product__option-value input{position:absolute;opacity:0;pointer-events:none}.product__quantity{display:flex;align-items:center;gap:16px}.product__buy{display:flex;gap:12px;align-items:stretch}.product__add{flex:1}.product__details details{border-top:1px solid var(--color-border);padding:18px 0}.product__details summary{display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:.82rem;letter-spacing:.14em;text-transform:uppercase;font-weight:500;list-style:none}.product__details summary::-webkit-details-marker{display:none}.product__details summary:after{content:"+";font-size:1.2rem}.product__details details[open] summary:after{content:"\2212"}.product__details details>div{padding-top:14px;color:var(--color-muted);line-height:1.7}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;padding-block:18px;border-bottom:1px solid var(--color-border);margin-bottom:36px;font-size:.85rem}.collection-toolbar__count{color:var(--color-muted)}.collection-toolbar select{border:0;background:transparent;padding:6px 0;font-size:.85rem;letter-spacing:.08em;cursor:pointer}.collection-banner{padding-block:56px;text-align:center}.collection-banner h1{margin-bottom:12px}.collection-banner p{color:var(--color-muted);max-width:600px;margin:0 auto}.pagination{display:flex;justify-content:center;gap:4px;margin-top:56px}.pagination a,.pagination span{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;font-size:.85rem}.pagination a:hover{border-color:var(--color-border);text-decoration:none}.pagination .is-current{background:var(--color-fg);color:var(--color-bg)}.breadcrumb{font-size:.78rem;color:var(--color-muted);padding:18px 0;letter-spacing:.04em}.cart-page{padding-block:32px}.cart-page__head{display:flex;justify-content:space-between;align-items:end;margin-bottom:32px}.cart-page__items th{text-align:left;font-size:.74rem;letter-spacing:.14em;text-transform:uppercase;color:var(--color-muted);padding:12px 0;border-bottom:1px solid var(--color-border);font-weight:500}.cart-page__items td{padding:24px 0;vertical-align:top;border-bottom:1px solid var(--color-border)}.cart-page__layout{display:grid;grid-template-columns:2fr 1fr;gap:56px;align-items:start}.cart-page__summary{background:var(--color-surface);padding:28px;border:1px solid var(--color-border);position:sticky;top:calc(var(--header-height) + 24px)}.cart-page__summary h3{margin-bottom:18px}.cart-page__line-total{font-weight:500}@media(max-width:989px){.cart-page__layout{grid-template-columns:1fr}.cart-page__items table{font-size:.9rem}}.article-card{display:flex;flex-direction:column;gap:14px}.article-card .media{aspect-ratio:4/3}.article-card__meta{font-size:.74rem;letter-spacing:.14em;text-transform:uppercase;color:var(--color-muted)}.article-card__title{font-size:1.2rem}.article-card__excerpt{color:var(--color-muted);font-size:.95rem}.article{max-width:760px;margin:0 auto;padding-block:40px}.article__head{text-align:center;margin-bottom:40px}.article__head .eyebrow{margin-bottom:12px}.article__cover{aspect-ratio:16/9;margin-bottom:40px;overflow:hidden}.article__body{font-size:1.05rem;line-height:1.8;color:var(--color-fg)}.article__body h2{margin:32px 0 16px}.article__body p{margin-bottom:18px}.article__body img{margin-block:28px}.search-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200}.search-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073}.search-modal__inner{position:absolute;top:0;left:0;right:0;background:var(--color-bg);padding:24px;max-height:80vh;overflow-y:auto;animation:dropDown .3s ease}.search-modal__close{position:absolute;top:24px;right:24px;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center}@keyframes dropDown{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.predictive-search{max-width:720px;margin:0 auto;padding-top:20px}.predictive-search input{width:100%;border:0;border-bottom:1px solid var(--color-fg);padding:14px 0;font-size:1.4rem;font-family:var(--font-heading);background:transparent;outline:none}.predictive-search__results{margin-top:28px;display:grid;gap:24px;grid-template-columns:1fr 1fr}.predictive-search__group h4{font-size:.74rem;letter-spacing:.14em;text-transform:uppercase;color:var(--color-muted);margin-bottom:12px}.predictive-search__product{display:flex;gap:12px;padding:8px 0}.predictive-search__product img{width:60px;height:75px;object-fit:cover}.predictive-search__product-info{display:flex;flex-direction:column;justify-content:center}@media(max-width:749px){.predictive-search__results{grid-template-columns:1fr}}.error-page{text-align:center;padding-block:120px}.error-page h1{font-size:clamp(4rem,12vw,8rem);margin-bottom:16px}.error-page p{color:var(--color-muted);margin-bottom:32px}.customer{max-width:480px;margin:0 auto;padding-block:60px}.customer h1{text-align:center;margin-bottom:32px}.customer__form{display:flex;flex-direction:column;gap:14px}.customer__form .btn{margin-top:8px}.customer__alt{text-align:center;margin-top:24px;font-size:.9rem;color:var(--color-muted)}.customer__alt a{color:var(--color-fg);text-decoration:underline;text-underline-offset:4px}.account{padding-block:48px;display:grid;grid-template-columns:240px 1fr;gap:56px}@media(max-width:749px){.account{grid-template-columns:1fr;gap:32px}}.account__nav a{display:block;padding:8px 0;font-size:.95rem;color:var(--color-muted)}.account__nav a:hover,.account__nav a.is-active{color:var(--color-fg);text-decoration:none}.account__table{width:100%;border-collapse:collapse;font-size:.92rem}.account__table th,.account__table td{text-align:left;padding:14px 12px;border-bottom:1px solid var(--color-border)}.account__table th{font-weight:500;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:var(--color-muted)}.password{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:32px;text-align:center}.password__logo{font-family:var(--font-heading);font-size:2rem;margin-bottom:32px}.password h1{margin-bottom:16px}.password p{color:var(--color-muted);margin-bottom:28px}.password__form{max-width:400px;margin:0 auto}.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}.text-center{text-align:center}.flex{display:flex}.flex--center{align-items:center;justify-content:center}.gap-sm{gap:8px}.gap-md{gap:16px}.gap-lg{gap:32px}.mt-sm{margin-top:8px}.mt-md{margin-top:16px}.mt-lg{margin-top:32px}.eyebrow,.section-heading__eyebrow{display:inline-flex;align-items:center;gap:12px;font-size:.7rem;letter-spacing:.22em;text-transform:uppercase;color:var(--color-muted);font-weight:500}.eyebrow:before,.section-heading__eyebrow:before{content:"";width:24px;height:1px;background:currentColor;opacity:.5}h1,h2,h3{font-feature-settings:"kern","liga","ss01"}.section-head{display:grid;grid-template-columns:1fr auto;align-items:end;gap:32px;margin-bottom:48px;padding-bottom:28px;border-bottom:1px solid var(--color-border)}.section-head--center{display:flex;flex-direction:column;align-items:center;text-align:center;border-bottom:0;padding-bottom:0;margin-bottom:56px}.section-head__title h2{font-size:clamp(2rem,4vw,3.4rem);line-height:1.02;letter-spacing:-.015em;margin-top:14px}.section-head__link{position:relative;font-size:.74rem;letter-spacing:.18em;text-transform:uppercase;padding-bottom:4px;border-bottom:1px solid currentColor;transition:padding .25s ease,opacity .25s ease}.section-head__link:hover{padding-bottom:8px;text-decoration:none;opacity:.7}.btn{font-size:.74rem;letter-spacing:.2em;padding:18px 32px;min-height:54px;position:relative;overflow:hidden;isolation:isolate}.btn:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--color-accent);transform:translateY(101%);transition:transform .42s cubic-bezier(.7,0,.2,1);z-index:-1}.btn:hover{background:var(--color-fg);color:var(--color-bg);border-color:var(--color-fg)}.btn:hover:before{transform:translateY(0)}.btn--secondary{background:transparent}.btn--secondary:hover{color:var(--color-bg)}.btn--accent:before{background:var(--color-fg)}.btn--accent:hover{background:var(--color-accent);color:var(--color-accent-contrast);border-color:var(--color-accent)}.btn--ghost{background:transparent;border-color:transparent;padding:0;min-height:auto;border-bottom:1px solid currentColor;border-radius:0}.btn--ghost:before{display:none}.btn--ghost:hover{background:transparent;color:var(--color-accent);border-color:var(--color-accent)}.hero{letter-spacing:-.005em}.hero__eyebrow{display:inline-flex;align-items:center;gap:14px;font-size:.72rem;letter-spacing:.28em;margin-bottom:24px;opacity:.95}.hero__eyebrow:before{content:"";width:36px;height:1px;background:currentColor;opacity:.7}.hero__title{font-size:clamp(3rem,7vw,6rem);line-height:.98;letter-spacing:-.025em;margin-bottom:26px;font-weight:400}.hero__sub{font-size:1.1rem;line-height:1.55;max-width:480px;opacity:.92;margin-bottom:36px}.hero__buttons{gap:14px}.hero__buttons .btn{background:#fffffff5;color:#1a1a1a;border-color:#fffffff5;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero__buttons .btn--secondary{background:transparent;color:#fff;border-color:#ffffff8c}.hero__buttons .btn--secondary:hover{background:#fff;color:#1a1a1a;border-color:#fff}.hero:after{content:"Scroll";position:absolute;bottom:28px;left:50%;transform:translate(-50%);color:#ffffffd9;font-size:.68rem;letter-spacing:.28em;text-transform:uppercase;z-index:3;padding-top:28px;background-image:linear-gradient(currentColor,currentColor);background-repeat:no-repeat;background-position:top center;background-size:1px 18px;animation:scrollHint 2.4s ease-in-out infinite;pointer-events:none}@keyframes scrollHint{0%,to{transform:translate(-50%) translateY(0);opacity:.85}50%{transform:translate(-50%) translateY(6px);opacity:.5}}@media(max-width:749px){.hero:after{display:none}}.marquee{background:var(--color-bg);color:var(--color-fg);border-block:1px solid var(--color-border);padding:28px 0}.marquee__item{font-family:var(--font-heading);font-size:clamp(1.6rem,3.4vw,2.6rem);letter-spacing:-.015em;font-weight:400;text-transform:none}.marquee__item:after{content:"\273b";font-size:1.1rem;margin-inline:60px;opacity:.4;vertical-align:middle}.product-card{gap:16px}.product-card__media .media{background:var(--color-border);overflow:hidden}.product-card__media .media img{transition:transform 1s cubic-bezier(.4,0,.2,1),opacity .5s ease}.product-card:hover .product-card__media .media img:not(.product-card__image--secondary){transform:scale(1.03)}.product-card__badges{gap:4px;top:14px;left:14px}.product-card__badge{background:var(--color-bg);font-size:.62rem;letter-spacing:.18em;padding:7px 12px;font-weight:500;border-radius:0}.product-card__quick-add{left:14px;right:14px;bottom:14px;background:var(--color-fg);color:var(--color-bg);padding:15px;font-size:.68rem;letter-spacing:.22em;text-transform:uppercase;border:1px solid var(--color-fg);transition:opacity .3s,transform .3s,background .25s,color .25s}.product-card__quick-add:hover{background:transparent;color:var(--color-fg)}.product-card__info{gap:6px;padding-top:4px}.product-card__vendor{font-size:.68rem;letter-spacing:.18em;font-weight:500}.product-card__title{font-family:var(--font-heading);font-size:1.02rem;font-weight:400;letter-spacing:-.005em;line-height:1.3}.product-card .price{font-size:.92rem;letter-spacing:.02em;font-feature-settings:"tnum"}.product-card .price__compare{font-size:.84rem;opacity:.7}.product-card__swatches{gap:8px;margin-top:10px}.swatch{width:12px;height:12px;border:1px solid var(--color-border);box-shadow:inset 0 0 0 2px var(--color-bg)}.collection-tile{display:block;position:relative;isolation:isolate}.collection-tile .media{aspect-ratio:4/5}.collection-tile:after{background:linear-gradient(to top,rgba(0,0,0,.55) 0%,rgba(0,0,0,.1) 60%,transparent 100%)}.collection-tile__caption{left:28px;bottom:28px;right:28px}.collection-tile__caption h3{font-size:clamp(1.4rem,2.4vw,2rem);font-weight:400;letter-spacing:-.01em;margin-bottom:10px}.collection-tile__caption .eyebrow{font-size:.68rem;letter-spacing:.24em;color:#ffffffd9!important}.collection-tile__caption .eyebrow:before{background:#fff9}.collection-tile .media img{transition:transform 1.1s cubic-bezier(.4,0,.2,1)}.collection-tile:hover .media img{transform:scale(1.05)}.iwt{position:relative;background:var(--color-surface);border-block:1px solid var(--color-border)}.iwt__media .media{aspect-ratio:4/5}.iwt__content{padding:clamp(48px,7vw,110px);position:relative}.iwt__content:before{content:counter(iwt-counter,decimal-leading-zero) " / ";position:absolute;top:clamp(48px,7vw,110px);right:clamp(48px,7vw,110px);font-family:var(--font-heading);font-size:.78rem;letter-spacing:.18em;color:var(--color-muted)}body{counter-reset:iwt-counter}.iwt{counter-increment:iwt-counter}.iwt__content h2{font-size:clamp(2rem,3.6vw,3.2rem);line-height:1.05;letter-spacing:-.02em;margin-bottom:22px;font-weight:400;max-width:12ch}.iwt__content>div p,.iwt__content p{color:var(--color-muted);font-size:1rem;line-height:1.75;max-width:44ch;margin-bottom:32px}.lookbook{gap:12px}.lookbook__item .media{transition:transform 1s ease}.lookbook__item .media img{transition:transform 1.1s cubic-bezier(.4,0,.2,1)}.lookbook__item:hover .media img{transform:scale(1.04)}.lookbook__item--lg .media{aspect-ratio:4/5}.lookbook__item--md .media{aspect-ratio:3/4}.lookbook__item--sm .media{aspect-ratio:1/1}.lookbook__caption{left:24px;bottom:24px;background:var(--color-bg);padding:12px 18px;font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;font-weight:500}.multicolumn{counter-reset:mc;gap:64px 32px;text-align:left}.multicolumn__item{counter-increment:mc;padding-top:32px;border-top:1px solid var(--color-border);position:relative}.multicolumn__item:before{content:counter(mc,decimal-leading-zero);position:absolute;top:-1px;left:0;right:0;border-top:1px solid var(--color-fg);width:60px;padding-top:12px;font-family:var(--font-heading);font-size:.85rem;letter-spacing:.1em;color:var(--color-fg)}.multicolumn__item .media{display:none}.multicolumn__item h3{font-family:var(--font-heading);font-size:1.25rem;font-weight:400;letter-spacing:-.005em;margin-bottom:12px;margin-top:12px}.multicolumn__item p{color:var(--color-muted);font-size:.95rem;line-height:1.7}@media(max-width:749px){.multicolumn{grid-template-columns:1fr;gap:48px}}.testimonials{display:grid;grid-template-columns:repeat(var(--cols, 3),1fr);gap:48px 32px;margin-top:8px}.testimonial{background:transparent;border:0;padding:48px 0 0;text-align:left;position:relative;display:flex;flex-direction:column;gap:14px}.testimonial:before{content:"\201c";position:absolute;top:-8px;left:-4px;font-family:var(--font-heading);font-size:5rem;line-height:1;color:var(--color-accent);opacity:.45}.testimonial__stars{color:var(--color-fg);font-size:.78rem;letter-spacing:.4em;margin-bottom:16px}.testimonial__quote{font-family:var(--font-heading);font-size:1.15rem;line-height:1.55;letter-spacing:-.005em;font-weight:400;margin-bottom:24px}.testimonial__author{gap:14px;margin-top:auto;padding-top:8px;border-top:1px solid var(--color-border)}.testimonial__avatar{width:40px;height:40px;background:var(--color-border)}.testimonial__name{font-size:.86rem;letter-spacing:.04em;font-weight:500}.testimonial__location{font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--color-muted);margin-top:2px}.newsletter-section{background:var(--color-fg);color:var(--color-bg);border-block:0;padding-block:96px}.newsletter-section__inner{max-width:640px}.newsletter-section .eyebrow{color:#ffffffa6}.newsletter-section .eyebrow:before{background:#ffffff80}.newsletter-section h2{font-size:clamp(2rem,3.8vw,3.2rem);line-height:1.05;letter-spacing:-.02em;margin:18px 0 16px;font-weight:400}.newsletter-section p{color:#ffffffb3;font-size:1rem;margin-bottom:32px}.newsletter-section .newsletter-form{border-bottom:1px solid rgba(255,255,255,.3);padding-bottom:6px;display:flex;align-items:center}.newsletter-section .newsletter-form input{flex:1;background:transparent;border:0!important;color:#fff;padding:14px 0;font-size:1rem}.newsletter-section .newsletter-form input::placeholder{color:#ffffff73}.newsletter-section .newsletter-form button{background:transparent;color:#fff;padding:12px 0 12px 20px;font-size:.74rem;letter-spacing:.22em;text-transform:uppercase;border:0;cursor:pointer;position:relative}.newsletter-section .newsletter-form button:after{content:"\2192";margin-left:12px;display:inline-block;transition:transform .25s ease}.newsletter-section .newsletter-form button:hover:after{transform:translate(6px)}.footer{padding-block:88px 32px}.footer__brand h2{font-family:var(--font-heading);font-size:1.6rem;letter-spacing:.18em;text-transform:uppercase;font-weight:400;margin-bottom:16px}.footer__brand p{font-size:.95rem;line-height:1.7;opacity:.65;max-width:320px}.footer__col h4{font-size:.7rem;letter-spacing:.22em;margin-bottom:22px;opacity:.85}.footer__col ul li{margin-bottom:12px;font-size:.92rem;opacity:.65;transition:opacity .2s ease}.footer__col ul li:hover{opacity:1}.footer__col ul li a:hover{text-decoration:none}.footer__bottom{margin-top:80px;padding-top:28px;font-size:.74rem;letter-spacing:.06em;opacity:.5}.product{gap:60px;align-items:start}.product__gallery{gap:6px}.product__vendor{font-size:.7rem;letter-spacing:.22em;text-transform:uppercase;margin-bottom:14px;display:inline-flex;align-items:center;gap:12px}.product__vendor:before{content:"";width:24px;height:1px;background:currentColor;opacity:.5}.product__title{font-size:clamp(1.6rem,2.6vw,2.4rem);line-height:1.1;letter-spacing:-.018em;font-weight:400;margin-bottom:18px}.product__price{font-size:1.3rem;letter-spacing:.01em;margin-bottom:36px;padding-bottom:28px;border-bottom:1px solid var(--color-border)}.product__option-label{font-size:.72rem;letter-spacing:.18em;font-weight:500}.product__option-value{padding:12px 18px;font-size:.82rem;letter-spacing:.04em;min-width:52px;border-radius:0;cursor:pointer;transition:border-color .18s,background .18s,color .18s}.product__option-value:hover{border-color:var(--color-fg)}.product__option-value:has(input:checked){background:var(--color-fg);color:var(--color-bg);border-color:var(--color-fg)}.product__buy{gap:14px;margin-top:8px}.product__add{padding:18px;min-height:58px;font-size:.74rem;letter-spacing:.22em}.product__details summary{font-size:.74rem;letter-spacing:.2em;padding:22px 0}.product__details details{padding:0}.product__details details>div{padding:0 0 22px;line-height:1.75}.collection-banner{padding-block:72px 56px}.collection-banner h1{font-size:clamp(2.2rem,4.5vw,4rem);line-height:1.05;letter-spacing:-.02em;font-weight:400;margin-bottom:14px}.collection-banner p{font-size:1.05rem;line-height:1.65;color:var(--color-muted);max-width:560px;margin:0 auto}.collection-toolbar{border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);padding-block:16px;font-size:.78rem;letter-spacing:.06em;margin-bottom:56px}.collection-toolbar__count{font-size:.74rem;letter-spacing:.18em;text-transform:uppercase;color:var(--color-muted)}.collection-toolbar select{font-size:.74rem;letter-spacing:.18em;text-transform:uppercase;cursor:pointer;padding-right:18px;background:transparent;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none' stroke='%231a1a1a' stroke-width='1.2'><path d='M1 1l4 4 4-4'/></svg>");background-repeat:no-repeat;background-position:right center}.pagination{gap:6px;margin-top:72px}.pagination a,.pagination span{width:42px;height:42px;font-size:.8rem;letter-spacing:.04em;border:0;border-bottom:1px solid transparent}.pagination a:hover{border-bottom-color:var(--color-fg)}.pagination .is-current{background:transparent;color:var(--color-fg);border-bottom-color:var(--color-fg)}.mobile-drawer__nav a{font-family:var(--font-heading);font-size:1.5rem;font-weight:400;padding:18px 0;letter-spacing:-.01em;display:flex;align-items:center;justify-content:space-between}.mobile-drawer__nav a:after{content:"\2192";font-family:var(--font-body);font-size:1rem;opacity:0;transform:translate(-8px);transition:opacity .2s,transform .2s}.mobile-drawer__nav a:hover:after{opacity:1;transform:translate(0)}.cart-drawer__head{padding:26px 28px}.cart-drawer__title{font-family:var(--font-heading);font-size:1.4rem;font-weight:400;letter-spacing:-.005em}.cart-drawer__body{padding:0 28px}.cart-drawer__foot{padding:24px 28px}.cart-drawer__totals strong{font-family:var(--font-heading);font-weight:400;font-size:1.2rem;letter-spacing:.01em}.cart-line{padding:20px 0;gap:18px}.cart-line__title{font-family:var(--font-heading);font-weight:400;font-size:1rem;letter-spacing:-.003em}.cart-line__remove{font-size:.68rem;letter-spacing:.18em;opacity:.7}[data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .85s cubic-bezier(.2,.7,.2,1),transform .85s cubic-bezier(.2,.7,.2,1)}[data-reveal].is-visible{opacity:1;transform:none}.field__input,.field__textarea,.field__select{border-radius:0;border-width:0 0 1px 0;background:transparent;padding:14px 0;font-size:.95rem}.field__input:focus,.field__textarea:focus,.field__select:focus{border-color:var(--color-fg)}.field__label{font-size:.7rem;letter-spacing:.18em;margin-bottom:4px}.hero--no-image{background:var(--color-surface)}.hero--no-image .hero__content{color:var(--color-fg)}.hero--no-image .hero__buttons .btn{background:var(--color-fg);color:var(--color-bg);border-color:var(--color-fg)}.hero--no-image .hero__buttons .btn:hover{background:transparent;color:var(--color-fg)}.hero--no-image .hero__buttons .btn--secondary{background:transparent;color:var(--color-fg);border-color:var(--color-fg)}.hero--no-image .hero__buttons .btn--secondary:hover{background:var(--color-fg);color:var(--color-bg)}.hero--no-image:after{color:var(--color-muted)}body{font-feature-settings:"kern","liga";letter-spacing:.005em}.media,.product-card__media .media{background:#f2f2f2}.header__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;min-height:88px;gap:40px}.header--logo-center .header__inner{grid-template-columns:1fr auto 1fr}.header__logo{justify-self:start}.header--logo-center .header__logo{justify-self:center}.header__logo-text{font-family:var(--font-heading);font-weight:400;font-size:1.9rem;letter-spacing:.04em;text-transform:uppercase;font-feature-settings:"kern","liga","ss01"}.header__nav-links{justify-content:center;gap:38px}.header__nav-link{font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;font-weight:500}.header__actions{gap:8px}body.template-index .header--transparent-capable{position:absolute;top:0;left:0;right:0;background:transparent;border-bottom:0;z-index:50}body.template-index .header--transparent-capable.is-scrolled{position:fixed;background:#fffffff5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--color-border);animation:headerDrop .4s ease}@keyframes headerDrop{0%{transform:translateY(-100%)}to{transform:translateY(0)}}body.template-index .header--transparent-capable:not(.is-scrolled),body.template-index .header--transparent-capable:not(.is-scrolled) .header__nav-link,body.template-index .header--transparent-capable:not(.is-scrolled) .header__logo-text{color:#fff}body.template-index .header--transparent-capable:not(.is-scrolled) .header__action svg{stroke:#fff}body.template-index .header--transparent-capable:not(.is-scrolled) .header__cart-count{background:#fff;color:#111}body.template-index .announcement{position:relative;z-index:51}body.template-index .header--transparent-capable+main .hero:first-child,body.template-index main>.shopify-section:first-child .hero{margin-top:-88px;padding-top:88px}@media(max-width:989px){body.template-index .header--transparent-capable{position:sticky;background:var(--color-bg)}body.template-index .header--transparent-capable,body.template-index .header--transparent-capable .header__nav-link,body.template-index .header--transparent-capable .header__logo-text{color:var(--color-fg)}body.template-index .header--transparent-capable .header__action svg{stroke:currentColor}body.template-index main>.shopify-section:first-child .hero{margin-top:0;padding-top:0}}.header__menu-toggle{display:none}@media(max-width:989px){.header__nav-links{display:none}.header__menu-toggle{display:inline-flex}.header__inner{grid-template-columns:auto 1fr auto;gap:12px;min-height:64px}.header__logo-text{font-size:1.4rem}.header__actions .header__action[data-search-open]{order:-1}}.announcement{font-size:.74rem;letter-spacing:.16em;padding:12px 20px}.product-card__badge--sale{background:var(--color-fg);color:var(--color-bg)}.price__sale{color:var(--color-fg)}.price__compare{color:var(--color-muted);opacity:.7}.product{display:grid;grid-template-columns:1.2fr 1fr;gap:0;align-items:start;margin-top:0;padding-top:0}@media(max-width:989px){.product{grid-template-columns:1fr}}.product__gallery{display:grid;grid-template-columns:1fr;gap:4px;background:var(--color-surface);padding:0}.product__gallery .media{aspect-ratio:4/5;background:#f2f2f2;overflow:hidden}.product__gallery .media:first-child{grid-column:auto}.product__gallery .media img{width:100%;height:100%;object-fit:cover;transition:transform 1.4s cubic-bezier(.4,0,.2,1)}.product__gallery .media:hover img{transform:scale(1.02)}.product__info{position:sticky;top:100px;padding:56px clamp(28px,5vw,80px);background:var(--color-bg);align-self:start;max-width:none}@media(max-width:989px){.product__info{position:static;padding:36px 24px 56px}}.product__vendor{font-size:.68rem;letter-spacing:.28em;text-transform:uppercase;color:var(--color-muted);margin-bottom:20px;display:inline-flex;align-items:center;gap:12px}.product__vendor:before{content:"";width:22px;height:1px;background:currentColor;opacity:.5}.product__title{font-family:var(--font-heading);font-size:clamp(1.7rem,2.6vw,2.6rem);line-height:1.1;letter-spacing:-.018em;font-weight:400;margin-bottom:22px;color:var(--color-fg)}.product__price{font-family:var(--font-heading);font-size:1.35rem;letter-spacing:.005em;margin-bottom:32px;padding-bottom:28px;border-bottom:1px solid var(--color-border)}.product__price .price{gap:12px;align-items:baseline}.product__price .price__current{color:var(--color-fg)}.product__form>*+*{margin-top:24px}.product__option{display:flex;flex-direction:column;gap:12px}.product__option-label{font-size:.68rem;letter-spacing:.24em;text-transform:uppercase;color:var(--color-muted);font-weight:500}.product__option-label .product__option-selected{color:var(--color-fg);margin-left:8px;letter-spacing:.08em;text-transform:none;font-size:.78rem}.product__option-values{display:flex;flex-wrap:wrap;gap:8px}.product__option--size .product__option-value{min-width:52px;height:52px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--color-border);background:var(--color-surface);font-size:.85rem;letter-spacing:.04em;cursor:pointer;transition:all .2s ease;position:relative;font-weight:400}.product__option--size .product__option-value:hover{border-color:var(--color-fg)}.product__option--size .product__option-value:has(input:checked){background:var(--color-fg);color:var(--color-bg);border-color:var(--color-fg)}.product__option--size .product__option-value input{position:absolute;opacity:0;pointer-events:none}.product__option--color .product__option-values{gap:12px}.product__option--color .product__option-value{width:36px;height:36px;border-radius:50%;border:1px solid var(--color-border);cursor:pointer;position:relative;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease;padding:0;background:var(--swatch-color, #ddd);background-size:cover;background-position:center}.product__option--color .product__option-value:before{content:"";position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;border-radius:50%;border:1px solid transparent;transition:border-color .2s ease}.product__option--color .product__option-value:hover:before{border-color:var(--color-border)}.product__option--color .product__option-value:has(input:checked):before{border-color:var(--color-fg)}.product__option--color .product__option-value input{position:absolute;opacity:0;pointer-events:none}.product__option--color .product__option-value span{position:absolute;bottom:-22px;left:50%;transform:translate(-50%);font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;color:var(--color-muted);white-space:nowrap;opacity:0;transition:opacity .2s ease}.product__option--color .product__option-value:hover span,.product__option--color .product__option-value:has(input:checked) span{opacity:1}.product__buy{display:flex;gap:10px;margin-top:8px}.product__quantity{flex-shrink:0}.product__quantity .qty{border:1px solid var(--color-border);background:var(--color-surface);height:58px}.product__quantity .qty__btn{width:44px;height:100%}.product__quantity .qty__input{width:40px;height:100%}.product__add{flex:1;background:var(--color-fg);color:var(--color-bg);border-color:var(--color-fg);min-height:58px;font-size:.74rem;letter-spacing:.24em;font-weight:500;position:relative;overflow:hidden}.product__add:hover{background:var(--color-bg);color:var(--color-fg);border-color:var(--color-fg)}.product__trust{margin-top:18px;display:flex;flex-direction:column;gap:10px;padding:18px 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);font-size:.78rem;color:var(--color-muted)}.product__trust-item{display:flex;align-items:center;gap:12px}.product__trust-item:before{content:"\2713";color:var(--color-fg);font-weight:600}.product__details{margin-top:36px}.product__details details{border:0;border-top:1px solid var(--color-border);padding:0}.product__details details:last-child{border-bottom:1px solid var(--color-border)}.product__details summary{padding:22px 0;font-size:.7rem;letter-spacing:.24em;text-transform:uppercase;font-weight:500;color:var(--color-fg)}.product__details summary:after{font-size:1.2rem;opacity:.7}.product__details details>div{padding:0 0 22px;color:var(--color-muted);line-height:1.8;font-size:.95rem}.breadcrumb{font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--color-muted);padding:24px 0}.breadcrumb a:hover{color:var(--color-fg);text-decoration:none}.product+.section{margin-top:80px}.product-card__title{font-family:var(--font-heading);font-size:1rem;font-weight:400;letter-spacing:-.005em;color:var(--color-fg)}.product-card__vendor{font-size:.62rem;letter-spacing:.24em;text-transform:uppercase;color:var(--color-muted)}.product-card .price{font-size:.92rem;letter-spacing:.02em;color:var(--color-fg)}.product-card__swatches{gap:6px;margin-top:8px}.product-card__swatches .swatch{width:12px;height:12px;border-radius:50%;border:1px solid var(--color-border);background-size:cover;background-position:center;display:inline-block;transition:transform .18s ease}.product-card__swatches .swatch:hover{transform:scale(1.2)}.hero__buttons .btn{background:#fffffff2;color:#111;border-color:#fffffff2}.hero__buttons .btn:hover{background:transparent;color:#fff;border-color:#fff}.hero__title{font-weight:300}.product-card__swatches-more{font-size:.62rem;letter-spacing:.12em;color:var(--color-muted);margin-left:4px;align-self:center}body.template-index .header--transparent-capable:not(.is-scrolled):before{content:"";position:absolute;top:0;left:0;right:0;height:220px;background:linear-gradient(to bottom,#00000073,#00000026 60%,#0000);pointer-events:none;z-index:-1}body.template-index .header--transparent-capable:not(.is-scrolled) .header__logo-text,body.template-index .header--transparent-capable:not(.is-scrolled) .header__nav-link{text-shadow:0 1px 12px rgba(0,0,0,.35),0 0 1px rgba(0,0,0,.2)}body.template-index .header--transparent-capable:not(.is-scrolled) .header__action svg{filter:drop-shadow(0 1px 4px rgba(0,0,0,.3))}body.template-index .announcement{position:relative;z-index:52;background:#111111eb;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}body.template-index .header--transparent-capable{position:sticky!important;top:0;left:auto;right:auto;background:transparent!important;border-bottom:0!important;z-index:50}body.template-index .header--transparent-capable.is-scrolled{position:sticky!important;background:#fffffff5!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--color-border)!important;animation:none}@media(min-width:990px){body.template-index .header--transparent-capable .header__inner{min-height:130px;padding-block:28px 18px;align-items:start}body.template-index main>.shopify-section:first-child .hero,body.template-index .header--transparent-capable+main .hero:first-child,body.template-index main>.shopify-section:first-child>.hero{margin-top:-130px!important;padding-top:130px!important}}@media(max-width:989px){body.template-index .header--transparent-capable,body.template-index .header--transparent-capable.is-scrolled{background:var(--color-bg)!important;border-bottom:1px solid var(--color-border)!important;-webkit-backdrop-filter:none;backdrop-filter:none}body.template-index .header--transparent-capable:not(.is-scrolled),body.template-index .header--transparent-capable:not(.is-scrolled) .header__logo-text,body.template-index .header--transparent-capable:not(.is-scrolled) .header__nav-link{color:var(--color-fg)!important;text-shadow:none!important}body.template-index .header--transparent-capable:not(.is-scrolled) .header__action svg{filter:none!important;stroke:currentColor!important}body.template-index .header--transparent-capable:before{display:none!important}body.template-index main>.shopify-section:first-child .hero,body.template-index .header--transparent-capable+main .hero:first-child,body.template-index main>.shopify-section:first-child>.hero{margin-top:0!important;padding-top:0!important}.header__inner{min-height:60px;padding-block:6px}.announcement{line-height:1.4;padding-block:9px}}@media(min-width:990px){body.template-index .header--transparent-capable:not(.is-scrolled):before{height:260px}}.product__option-value input[type=radio]{position:absolute;opacity:0;pointer-events:none;width:1px;height:1px}.product__option--generic .product__option-value{min-width:64px;height:48px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--color-border);background:var(--color-surface);font-size:.82rem;letter-spacing:.04em;cursor:pointer;transition:all .2s ease;position:relative;font-weight:400;color:var(--color-fg)}.product__option--generic .product__option-value:hover{border-color:var(--color-fg)}.product__option--generic .product__option-value:has(input:checked){background:var(--color-fg);color:var(--color-bg);border-color:var(--color-fg)}.product__option--color .product__option-value{box-shadow:inset 0 0 0 1px #0000000d}.product__option--color .product__option-value:not([style*=--swatch-color]),.product__option--color .product__option-value[style*="--swatch-color: ;"]{background-image:repeating-linear-gradient(45deg,var(--color-border) 0,var(--color-border) 2px,transparent 2px,transparent 6px);background-color:var(--color-bg)}.product__option--color .product__option-value:has(input:checked):before{top:-4px;right:-4px;bottom:-4px;left:-4px;border-width:1.5px;border-color:var(--color-fg)}.product__option--color .product__option-value:has(input:checked) span{opacity:1}@media(max-width:749px){.product__option--size .product__option-value{min-width:56px;height:56px;font-size:.9rem}.product__option--color .product__option-value{width:40px;height:40px}.product__option--generic .product__option-value{min-width:56px;height:52px}.product__option--color .product__option-value span{opacity:1}.product__option--color .product__option-values{padding-bottom:28px}}.product__option-value:has(input:disabled),.product__option-value[data-soldout=true]{position:relative;opacity:.5;cursor:not-allowed;pointer-events:none}.product__option-value:has(input:disabled):after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to top right,transparent calc(50% - 1px),var(--color-muted) calc(50% - 1px),var(--color-muted) calc(50% + 1px),transparent calc(50% + 1px));pointer-events:none}.product__option-label{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.product__option-selected{color:var(--color-fg)!important;font-size:.82rem!important;letter-spacing:.04em!important;text-transform:none!important;font-weight:400;font-family:var(--font-heading)}.product__form .product__option+.product__option{margin-top:28px}.product__gallery--carousel{display:grid!important;grid-template-columns:90px 1fr;gap:14px;padding:0!important;background:transparent!important;align-items:start}.product__thumbs{display:flex;flex-direction:column;gap:8px;max-height:calc(100vh - 140px);overflow-y:auto;scrollbar-width:thin;position:sticky;top:140px}.product__thumbs::-webkit-scrollbar{width:4px}.product__thumbs::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:2px}.product__thumb{width:100%;aspect-ratio:4/5;padding:0;border:0;background:#f2f2f2;cursor:pointer;overflow:hidden;position:relative;outline:1px solid transparent;outline-offset:-1px;transition:outline-color .18s ease,opacity .18s ease;opacity:.6;flex-shrink:0}.product__thumb img{width:100%;height:100%;object-fit:cover;display:block}.product__thumb:hover{opacity:.85}.product__thumb.is-active{opacity:1;outline-color:var(--color-fg)}.product__stage{position:relative;aspect-ratio:4/5;background:#f2f2f2;overflow:hidden}.product__main-image{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none;transition:opacity .5s cubic-bezier(.4,0,.2,1)}.product__main-image.is-active{opacity:1;pointer-events:auto}.product__main-image img,.product__main-image video,.product__main-image iframe{width:100%;height:100%;object-fit:cover;display:block}.product__nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:#fffffff2;border:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;z-index:3;transition:background .18s ease,transform .18s ease;box-shadow:0 2px 12px #00000014}.product__nav:hover{background:#fff;transform:translateY(-50%) scale(1.05)}.product__nav svg{width:22px;height:22px;color:var(--color-fg)}.product__nav--prev{left:16px}.product__nav--next{right:16px}@media(max-width:749px){.product__gallery--carousel{grid-template-columns:1fr;gap:0}.product__thumbs{flex-direction:row;max-height:none;overflow-x:auto;overflow-y:hidden;position:static;padding:12px 18px;order:2;gap:6px}.product__thumb{width:64px;flex-shrink:0}.product__stage{order:1;aspect-ratio:3/4}.product__nav{width:40px;height:40px}.product__nav--prev{left:10px}.product__nav--next{right:10px}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/theme.css.map */
