*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);color:var(--color-text);background:var(--color-bg);line-height:1.65;font-size:15px;font-weight:300;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,svg,video{display:block;max-width:100%;height:auto}button{font:inherit;color:inherit;cursor:pointer;border:none;background:none;padding:0}a{color:inherit;text-decoration:none;transition:color .25s ease,opacity .25s ease}input,select,textarea{font:inherit;color:inherit}:focus-visible{outline:1.5px solid var(--color-text);outline-offset:3px}::selection{background:var(--color-text);color:var(--color-bg)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:400;letter-spacing:.01em;line-height:1.1;margin:0 0 .5em}h1{font-size:clamp(2.8rem,6vw,5rem);letter-spacing:.02em;font-weight:400}h2{font-size:clamp(2rem,3.5vw,3rem);letter-spacing:.015em}h3{font-size:clamp(1.4rem,2vw,1.9rem);letter-spacing:.01em}p{margin:0 0 1em;line-height:1.7;font-weight:300}a{color:inherit;text-decoration:none;transition:color .2s ease,opacity .2s ease}a:hover{color:var(--color-accent)}.skip-to-content{position:absolute;left:-9999px;top:0;padding:10px 16px;background:var(--color-text);color:var(--color-bg);z-index:9999}.skip-to-content:focus{left:8px;top:8px}.container{width:100%;max-width:var(--container-width);margin:0 auto;padding:0 24px}@media(min-width:990px){.container{padding:0 40px}}.eyebrow{font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;color:var(--color-muted);font-weight:500;margin:0 0 14px;display:inline-block}.muted{color:var(--color-muted)}.small{font-size:.85rem}.text-center{text-align:center}.sr-only{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:16px 32px;min-height:52px;background:var(--color-button);color:var(--color-button-text);font-family:var(--font-body);font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;font-weight:500;border:1px solid var(--color-button);transition:background .3s ease,color .3s ease,border-color .3s ease,opacity .2s ease;white-space:nowrap;cursor:pointer}.btn:hover{background:transparent;color:var(--color-button)}.btn:active{opacity:.8}.btn[disabled]{opacity:.4;cursor:not-allowed}.btn--outline{background:transparent;color:var(--color-text);border-color:var(--color-text)}.btn--outline:hover{background:var(--color-text);color:var(--color-bg)}.btn--full{width:100%}.link-underline{border-bottom:1px solid currentColor;padding-bottom:2px;display:inline-block}.field{width:100%;padding:13px 16px;background:var(--color-bg);color:var(--color-text);border:1px solid var(--color-border);font-size:.95rem;transition:border-color .2s ease}.field::placeholder{color:var(--color-muted)}.field:focus{outline:none;border-color:var(--color-text)}label.label{display:block;margin-bottom:6px;font-size:.78rem;font-weight:500}.announcement-bar{background:var(--color-text);color:var(--color-bg);font-size:.65rem;letter-spacing:.22em;text-transform:uppercase;padding:9px 24px;text-align:center;font-weight:400;font-family:var(--font-body)}.announcement-bar a{color:inherit;opacity:.85;border-bottom:1px solid rgba(255,255,255,.4);padding-bottom:1px;transition:opacity .2s}.announcement-bar a:hover{opacity:1}.header{position:sticky;top:0;z-index:50;background:var(--color-bg);border-bottom:1px solid transparent}.header.is-scrolled{border-bottom-color:var(--color-border)}.header__wrapper{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;padding:24px 0}.header__nav{display:flex;gap:32px;align-items:center}.header__nav a{font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;font-weight:500;position:relative;padding:6px 0;color:var(--color-text);opacity:.75;transition:opacity .25s ease}.header__nav a:hover{opacity:1;color:var(--color-text)}.header__nav a:after{content:"";position:absolute;left:0;right:100%;bottom:0;height:1px;background:var(--color-text);transition:right .3s ease}.header__nav a:hover:after{right:0}.header__logo{text-align:center;margin:0}.header__logo a{display:inline-flex;align-items:center;justify-content:center;color:var(--color-text);transition:opacity .3s ease}.header__logo a:hover{opacity:.65;color:var(--color-text)}.header__logo-text{font-family:var(--font-heading);font-size:1.55rem;font-weight:400;letter-spacing:.35em;text-transform:uppercase;color:var(--color-text);display:inline-block;padding-right:.35em;line-height:1}.header__logo img{display:block;margin:0 auto;height:auto;max-width:100%}.header__actions{display:flex;justify-content:flex-end;gap:4px;align-items:center}.header__icon{display:inline-flex;align-items:center;justify-content:center;position:relative;width:38px;height:38px;color:var(--color-text);transition:color .35s ease,opacity .2s ease}.header__icon:hover{opacity:.65}.header__icon svg{width:18px;height:18px}.header__cart-count{position:absolute;top:4px;right:0;background:var(--color-text);color:var(--color-bg);font-size:.6rem;font-weight:700;min-width:16px;height:16px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;padding:0 4px;letter-spacing:0}.header__cart-count[hidden]{display:none}.header__cart-button{position:relative}.header__menu-toggle{display:none}@media(max-width:990px){.header__wrapper{grid-template-columns:auto 1fr auto;padding:14px 0}.header__nav{display:none}.header__menu-toggle{display:inline-flex}.header__logo-text{font-size:1.25rem;letter-spacing:.28em}.header__logo img{max-width:50vw}}.header__nav-item{position:relative}.header__submenu{position:absolute;top:calc(100% + 4px);left:50%;transform:translate(-50%) translateY(-6px);background:var(--color-bg);border:1px solid var(--color-border);padding:16px 22px;min-width:200px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.header__nav-item:hover .header__submenu,.header__nav-item:focus-within .header__submenu{opacity:1;visibility:visible;transform:translate(-50%) translateY(0);pointer-events:auto}.header__submenu a{display:block;padding:7px 0;font-size:.85rem;letter-spacing:0;text-transform:none;font-weight:400}.drawer{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:440px;background:var(--color-bg);transform:translate(100%);transition:transform .35s cubic-bezier(.22,.61,.36,1);z-index:120;display:flex;flex-direction:column;box-shadow:-16px 0 50px -12px #0000001f}.drawer.is-open{transform:translate(0)}.drawer--left{left:0;right:auto;transform:translate(-100%)}.drawer--left.is-open{transform:translate(0)}.drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:119}.drawer__overlay.is-open{opacity:1;visibility:visible}.drawer__header{display:flex;justify-content:space-between;align-items:center;padding:22px 24px;border-bottom:1px solid var(--color-border)}.drawer__title{font-size:.82rem;letter-spacing:.18em;text-transform:uppercase;font-weight:500;margin:0}.drawer__close{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;transition:opacity .2s ease}.drawer__close:hover{opacity:.6}.drawer__close svg{width:18px;height:18px}.drawer__body{flex:1;overflow-y:auto;padding:24px}.drawer__footer{border-top:1px solid var(--color-border);padding:22px 24px;display:flex;flex-direction:column;gap:12px}.menu-drawer__list{list-style:none;padding:0;margin:0}.menu-drawer__list li{border-bottom:1px solid var(--color-border)}.menu-drawer__link{display:block;padding:16px 0;font-size:1rem;font-weight:500;letter-spacing:0;text-transform:none}.menu-drawer__sublist{list-style:none;padding:0 0 12px 16px;margin:0}.menu-drawer__sublist a{display:block;padding:8px 0;font-size:.92rem;color:var(--color-muted)}.hero{position:relative;overflow:hidden;min-height:80vh;display:flex;align-items:center;color:#fff;background:var(--color-bg-alt);margin-top:0}.hero--small{min-height:50vh}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__media img,.hero__media svg{width:100%;height:100%;object-fit:cover}.hero__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000061,#0000 30%),linear-gradient(180deg,#0000 50%,#00000073)}.hero--align-center .hero__media:after{background:linear-gradient(180deg,#00000059,#0000 25%),linear-gradient(180deg,#0000 40%,#00000080)}.hero__inner{position:relative;z-index:1;padding:80px 0;width:100%}.hero--align-center .hero__inner{text-align:center}.hero--align-center .hero__title,.hero--align-center .hero__subtitle{margin-left:auto;margin-right:auto}.hero--align-center .hero__actions{justify-content:center}.hero__eyebrow{display:inline-block;font-size:.72rem;letter-spacing:.26em;text-transform:uppercase;font-weight:500;color:inherit;opacity:.92;margin:0 0 18px}.hero__title{font-size:clamp(2.2rem,5vw,4.4rem);letter-spacing:-.025em;line-height:1.05;color:inherit;max-width:18ch;font-weight:500;margin:0 0 18px}.hero--align-center .hero__title{max-width:none}.hero__subtitle{max-width:50ch;font-size:1rem;color:inherit;margin:0 0 28px;opacity:.92;line-height:1.5}.hero__actions{display:flex;flex-wrap:wrap;gap:12px}.hero__actions .btn{background:#fff;color:#000;border-color:#fff}.hero__actions .btn:hover{background:transparent;color:#fff}.hero__actions .btn--outline{background:transparent;color:#fff;border-color:#ffffffb3}.hero__actions .btn--outline:hover{background:#fff;color:#000;border-color:#fff}@media(max-width:768px){.hero{min-height:65vh}.hero__inner{padding:56px 0}}.section{padding:var(--section-spacing) 0}.main>.section:first-child,.main>*:first-child .section:first-child{padding-top:0}.section--alt{background:var(--color-bg-alt)}.section-header{text-align:center;margin-bottom:40px}.section-header--left{text-align:left}.section-header__title{margin:0}.section-header__description{margin:14px auto 0;color:var(--color-muted);font-size:.98rem;max-width:50ch;line-height:1.65}.section-footer{margin-top:40px;text-align:center}.product-grid{display:grid;gap:40px 24px}.product-grid--4{grid-template-columns:repeat(4,1fr)}.product-grid--3{grid-template-columns:repeat(3,1fr)}.product-grid--2{grid-template-columns:repeat(2,1fr)}@media(max-width:990px){.product-grid--4,.product-grid--3{grid-template-columns:repeat(2,1fr);gap:32px 16px}}@media(max-width:560px){.product-grid{grid-template-columns:repeat(2,1fr);gap:24px 12px}}.product-card{position:relative;display:flex;flex-direction:column;gap:0;background:transparent}.product-card__media{position:relative;overflow:hidden;background:none;line-height:0}.product-card__media-link{display:block}.product-card__media img{width:100%;height:auto;display:block;transition:transform .9s cubic-bezier(.22,.61,.36,1),opacity .4s ease}.product-card__media svg{width:100%;height:auto;display:block}.product-card__image--secondary{position:absolute!important;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0}@media(hover:hover){.product-card:hover .product-card__image--primary{opacity:0}.product-card:hover .product-card__image--secondary{opacity:1}.product-card:hover .product-card__media img{transform:scale(1.04)}}.product-card__badges{position:absolute;top:10px;left:10px;display:flex;flex-direction:column;gap:4px;z-index:2}.product-card__badge{display:inline-block;padding:4px 10px;font-size:.6rem;letter-spacing:.15em;text-transform:uppercase;font-weight:600;background:var(--color-bg);color:var(--color-text)}.product-card__badge--sale{background:var(--color-sale, #c0392b);color:#fff}.product-card__badge--soldout{background:var(--color-text);color:var(--color-bg)}.product-card__badge--new{background:var(--color-accent);color:var(--color-bg)}.product-card__quick-add-form,.product-card__quick-add{display:block;position:absolute;bottom:0;left:0;right:0;z-index:3}.product-card__quick-add{display:flex;align-items:center;justify-content:center;gap:7px;padding:12px 16px;background:#fffffff5;color:var(--color-text);font-size:.7rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;border:none;cursor:pointer;width:100%;opacity:0;transform:translateY(100%);transition:opacity .3s ease,transform .3s cubic-bezier(.22,.61,.36,1),background .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@media(hover:hover){.product-card:hover .product-card__quick-add{opacity:1;transform:translateY(0)}}@media(hover:none){.product-card__quick-add{opacity:1;transform:translateY(0);background:#ffffffeb}}.product-card__quick-add:hover{background:var(--color-text);color:var(--color-bg)}.product-card__info{display:flex;flex-direction:column;gap:3px;padding:12px 0 0}.product-card__vendor{display:none}.product-card__title{font-family:var(--font-body);font-size:.88rem;font-weight:400;line-height:1.35;margin:0;color:var(--color-text);letter-spacing:.01em}.product-card__title a{transition:opacity .2s ease}.product-card__title a:hover{opacity:.5}.product-card__price{display:flex;align-items:baseline;gap:7px;margin-top:4px}.product-card__variants{font-size:.68rem;color:var(--color-muted);margin:1px 0 0;letter-spacing:.05em}.price{display:inline-flex;gap:8px;align-items:baseline;font-size:.9rem}.price__regular{color:var(--color-text);font-size:.92rem}.price__compare{color:var(--color-muted);text-decoration:line-through;font-size:.8rem}.price__sale{color:var(--color-sale, #c0392b);font-size:.92rem;font-weight:500}.collection-section{padding-top:0}.collection-header{text-align:center;padding:60px 0 50px;position:relative}.collection-header:after{content:"";display:block;width:40px;height:1px;background:var(--color-text);margin:24px auto 0;opacity:.3}.collection-header__title{font-size:clamp(2.2rem,4.5vw,3.6rem);margin:0;letter-spacing:-.04em;font-weight:400;line-height:1}.collection-header__description{color:var(--color-muted);font-size:.88rem;max-width:440px;margin:14px auto 0;line-height:1.7}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;padding:20px 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);margin-bottom:52px;gap:12px}.collection-toolbar__count{font-size:.68rem;letter-spacing:.22em;text-transform:uppercase;color:var(--color-muted);font-weight:500}.collection-toolbar__sort select,.collection-toolbar select{appearance:none;-webkit-appearance:none;border:none;background:transparent;color:var(--color-text);padding:4px 28px 4px 0;font-size:.78rem;letter-spacing:.06em;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23666' stroke-width='1.2' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 4px center;transition:opacity .2s ease;min-width:140px}.collection-toolbar__sort select:hover,.collection-toolbar select:hover{opacity:.6}.product-grid{display:grid;gap:48px 20px;grid-template-columns:repeat(2,1fr);align-items:start}.product-grid--3{grid-template-columns:repeat(3,1fr);gap:56px 28px;align-items:start}.product-grid--4{grid-template-columns:repeat(4,1fr);gap:56px 20px;align-items:start}@media(max-width:1100px){.product-grid--4{grid-template-columns:repeat(3,1fr);gap:40px 16px}}@media(max-width:800px){.product-grid--3,.product-grid--4{grid-template-columns:repeat(2,1fr);gap:32px 14px}}@media(max-width:480px){.product-grid,.product-grid--3,.product-grid--4{grid-template-columns:repeat(2,1fr);gap:24px 8px}}.collection-list{display:grid;gap:16px;grid-template-columns:repeat(3,1fr)}.collection-list--2{grid-template-columns:repeat(2,1fr)}.collection-list--4{grid-template-columns:repeat(4,1fr)}@media(max-width:990px){.collection-list,.collection-list--4{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.collection-list{grid-template-columns:1fr}}.collection-card{position:relative;display:block;overflow:hidden;aspect-ratio:4/5;background:var(--color-bg-alt)}.collection-card img,.collection-card svg{width:100%;height:100%;object-fit:cover;transition:transform 1s cubic-bezier(.22,.61,.36,1)}.collection-card:hover img{transform:scale(1.05)}.collection-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,#0000 50%,#0000008c)}.collection-card__content{position:absolute;left:24px;right:24px;bottom:24px;color:#fff;z-index:2}.collection-card__title{color:inherit;margin:0 0 8px;font-size:clamp(1.1rem,1.6vw,1.4rem);font-weight:500}.collection-card__cta{font-size:.7rem;letter-spacing:.22em;text-transform:uppercase;font-weight:500;display:inline-flex;align-items:center;gap:6px;padding-bottom:2px;border-bottom:1px solid rgba(255,255,255,.7);transition:gap .25s ease,border-color .25s ease}.collection-card:hover .collection-card__cta{gap:10px;border-color:#fff}.collection-card__cta:after{content:"\2192";transition:transform .3s ease}.image-with-text{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.image-with-text--reverse .image-with-text__media{order:2}.image-with-text__media{overflow:hidden;background:var(--color-bg-alt);aspect-ratio:1 / 1}.image-with-text__media img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.image-with-text__media svg{width:100%;height:100%;object-fit:cover}.image-with-text__content{max-width:44ch}.image-with-text__content h2{margin:0 0 14px}.image-with-text__text{color:var(--color-muted);line-height:1.7;margin-bottom:24px}@media(max-width:820px){.image-with-text{grid-template-columns:1fr;gap:0}.image-with-text--reverse .image-with-text__media{order:0}.image-with-text__media{aspect-ratio:4 / 3;margin-left:-24px;margin-right:-24px;margin-bottom:32px}.image-with-text__content{padding-bottom:40px}}.testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:48px}.testimonial{margin:0;padding:0;text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.testimonial__stars{color:var(--color-text);letter-spacing:2px;font-size:.85rem}.testimonial__quote{font-size:.98rem;line-height:1.6;margin:0;max-width:36ch;color:var(--color-text)}.testimonial__author{font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--color-muted);font-weight:500}@media(max-width:820px){.testimonials{grid-template-columns:1fr;gap:36px}}.newsletter{text-align:center;padding:var(--section-spacing) 0;background:var(--color-bg-alt)}.newsletter h2{margin:14px 0}.newsletter__description{max-width:50ch;margin:0 auto 28px;color:var(--color-muted)}.newsletter__form{display:flex;gap:0;max-width:420px;margin:0 auto;border-bottom:1px solid var(--color-text)}.newsletter__form .field{flex:1;border:none;padding:12px 0;background:transparent}.newsletter__form .field:focus{outline:none}.newsletter__form .btn{flex-shrink:0;padding:12px 0 12px 16px;min-height:auto;background:transparent;color:var(--color-text);border:none;letter-spacing:.18em}.newsletter__form .btn:hover{color:var(--color-accent);background:transparent}.newsletter__success{margin-top:14px;color:var(--color-accent);font-size:.9rem}@media(max-width:560px){.newsletter__form{flex-direction:column;border:none;gap:10px}.newsletter__form .field{border:1px solid var(--color-border);padding:12px 14px}.newsletter__form .btn{background:var(--color-text);color:var(--color-bg);border:1px solid var(--color-text);padding:14px}}.footer{background:var(--color-bg);color:var(--color-text);padding:64px 0 24px;border-top:1px solid var(--color-border)}.footer a{opacity:.75}.footer a:hover{opacity:1;color:var(--color-accent)}.footer__grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:48px;margin-bottom:48px}@media(max-width:990px){.footer__grid{grid-template-columns:1fr 1fr;gap:32px}}@media(max-width:560px){.footer__grid{grid-template-columns:1fr;gap:28px}}.footer__title{font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;font-weight:500;margin:0 0 14px}.footer__logo{font-family:var(--font-heading);font-size:1.3rem;letter-spacing:.04em;text-transform:uppercase;font-weight:500;margin-bottom:12px;display:inline-block;color:var(--color-text);opacity:1}.footer__logo-img{max-width:140px;margin-bottom:12px}.footer__tagline{opacity:.72;max-width:36ch;line-height:1.7;font-size:.9rem}.footer__links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:9px;font-size:.88rem}.footer__text{font-size:.88rem;line-height:1.65;opacity:.8}.footer__social{display:flex;gap:12px;margin-top:18px}.footer__social a{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--color-border);border-radius:50%;opacity:1;transition:background .25s ease,color .25s ease,border-color .25s ease}.footer__social a:hover{background:var(--color-text);border-color:var(--color-text);color:var(--color-bg)}.footer__social svg{width:14px;height:14px}.footer__newsletter p{font-size:.85rem;opacity:.8;line-height:1.6;margin:0 0 12px}.footer__newsletter-form{display:flex;gap:0;margin-top:8px;border-bottom:1px solid var(--color-text)}.footer__newsletter-form input{flex:1;padding:10px 0;background:transparent;color:var(--color-text);border:none;font-size:.88rem}.footer__newsletter-form input:focus{outline:none}.footer__newsletter-form input::placeholder{color:var(--color-muted)}.footer__newsletter-form button{padding:10px 0 10px 14px;background:transparent;color:var(--color-text);font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;font-weight:500}.footer__newsletter-form button:hover{color:var(--color-accent)}.footer__bottom{display:flex;justify-content:space-between;gap:16px;align-items:center;padding-top:22px;border-top:1px solid var(--color-border);font-size:.76rem;opacity:.65;flex-wrap:wrap}.footer__payments{display:flex;gap:6px;flex-wrap:wrap}.footer__payments .payment-icon{height:22px;width:auto}.breadcrumb{font-size:.76rem;letter-spacing:.1em;text-transform:uppercase;color:var(--color-muted);padding:24px 0}.breadcrumb a:hover{color:var(--color-text)}.breadcrumb__separator{margin:0 8px;opacity:.5}.product-section{padding-top:24px!important}.product-section .container{padding-top:0}.product{display:grid;grid-template-columns:1.1fr 1fr;gap:56px}@media(max-width:900px){.product{grid-template-columns:1fr;gap:32px}}.product-gallery{display:flex;flex-direction:column;gap:8px;position:sticky;top:100px;align-self:start}@media(max-width:900px){.product-gallery{position:static}}.product-gallery__main{aspect-ratio:3/4;background:var(--color-bg-alt);overflow:hidden}.product-gallery__main img,.product-gallery__main svg{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:6px}.product-gallery__thumb{aspect-ratio:1/1;overflow:hidden;border:1px solid transparent;background:var(--color-bg-alt);transition:border-color .2s ease}.product-gallery__thumb.is-active{border-color:var(--color-text)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product__vendor{font-size:.7rem;letter-spacing:.22em;text-transform:uppercase;color:var(--color-muted);margin:0 0 8px;font-weight:500}.product__title{font-size:clamp(1.5rem,2.6vw,2rem);margin:0 0 12px;font-weight:500}.product__price{font-size:1.15rem;margin-bottom:22px}.product__form{display:flex;flex-direction:column;gap:18px;margin:24px 0}.variant-group{display:flex;flex-direction:column;gap:10px}.variant-group__label{font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;font-weight:500}.variant-group__options{display:flex;flex-wrap:wrap;gap:8px}.variant-option{padding:10px 16px;border:1px solid var(--color-border);background:var(--color-bg);font-size:.85rem;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease;min-width:44px;text-align:center}.variant-option:hover{border-color:var(--color-text)}.variant-option.is-selected{background:var(--color-text);color:var(--color-bg);border-color:var(--color-text)}.variant-option[disabled]{opacity:.35;text-decoration:line-through;cursor:not-allowed}.product__buttons{display:flex;gap:12px;align-items:stretch}.quantity{display:inline-flex;align-items:stretch;border:1px solid var(--color-border)}.quantity__button{width:42px;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;transition:background .2s ease}.quantity__input{width:50px;text-align:center;border:none;background:transparent;border-left:1px solid var(--color-border);border-right:1px solid var(--color-border)}.product__description{padding-top:24px;border-top:1px solid var(--color-border);margin-top:24px;line-height:1.75}.collection-header{text-align:center;padding:32px 0 24px}.collection-header__description{max-width:56ch;margin:12px auto 0;color:var(--color-muted);line-height:1.65}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);margin-bottom:36px}.collection-toolbar__count{letter-spacing:.14em;text-transform:uppercase;color:var(--color-muted);font-weight:500;font-size:.72rem}.collection-toolbar select{padding:8px 30px 8px 12px;background:transparent;border:1px solid var(--color-border);-webkit-appearance:none;appearance:none;font-size:.8rem;background-image:url("data:image/svg+xml,%3Csvg fill='none' stroke='currentColor' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;background-size:12px;cursor:pointer}.cd-header{display:flex;align-items:center;gap:10px;flex:1}.cd-header__icon{display:flex;align-items:center;color:var(--color-text)}.cd-header__title{font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;font-weight:600;margin:0;font-family:var(--font-body)}.cd-header__count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;border-radius:10px;background:var(--color-text);color:var(--color-bg);font-size:.62rem;font-weight:700;padding:0 5px;letter-spacing:0}.cd-progress{padding:14px 16px;background:var(--color-bg-alt);border-bottom:1px solid var(--color-border);margin-bottom:0}.cd-progress__text{font-size:.78rem;margin:0 0 8px;display:flex;align-items:center;gap:6px;color:var(--color-muted)}.cd-progress__text strong{color:var(--color-text)}.cd-progress__text--done{color:#2ecc71;font-weight:500}.cd-progress__text--done svg{stroke:#2ecc71}.cd-progress__bar{height:3px;background:var(--color-border);overflow:hidden;border-radius:2px}.cd-progress__bar span{display:block;height:100%;background:var(--color-text);transition:width .6s cubic-bezier(.22,.61,.36,1);border-radius:2px}.cd-items{list-style:none;padding:0;margin:0}.cd-item{display:grid;grid-template-columns:88px 1fr;gap:14px;padding:18px 0;border-bottom:1px solid var(--color-border)}.cd-item__img-wrap{display:block;aspect-ratio:3/4;overflow:hidden;background:var(--color-bg-alt);flex-shrink:0}.cd-item__img-wrap img{width:100%;height:100%;object-fit:contain;object-position:center;display:block;transition:transform .5s ease}.cd-item__img-wrap:hover img{transform:scale(1.03)}.cd-item__body{display:flex;flex-direction:column;justify-content:space-between;min-width:0}.cd-item__top{display:flex;justify-content:space-between;gap:8px;margin-bottom:10px}.cd-item__vendor{font-size:.62rem;letter-spacing:.18em;text-transform:uppercase;color:var(--color-muted);font-weight:500;margin:0 0 3px}.cd-item__title{font-size:.9rem;font-weight:400;margin:0;line-height:1.4}.cd-item__title a:hover{color:var(--color-accent)}.cd-item__variant{font-size:.75rem;color:var(--color-muted);margin:4px 0 0}.cd-item__price{font-size:.92rem;font-weight:500;white-space:nowrap;flex-shrink:0}.cd-item__bottom{display:flex;align-items:center;justify-content:space-between;gap:10px}.cd-item__remove{display:flex;align-items:center;justify-content:center;width:30px;height:30px;color:var(--color-muted);border:1px solid var(--color-border);transition:color .2s,border-color .2s,background .2s;flex-shrink:0}.cd-item__remove svg{pointer-events:none}.cd-item__remove:hover{color:var(--color-sale);border-color:var(--color-sale);background:#a33a2d0d}.quantity--sm{height:36px}.quantity--sm .quantity__button{width:34px;font-size:.95rem}.quantity--sm .quantity__input{width:34px;font-size:.85rem}.cd-empty{display:flex;flex-direction:column;align-items:center;padding:56px 24px;text-align:center;gap:10px}.cd-empty__icon{width:64px;height:64px;margin-bottom:8px;color:var(--color-border)}.cd-empty__icon svg{width:100%;height:100%}.cd-empty__title{font-size:1rem;font-weight:500;margin:0}.cd-empty__sub{font-size:.88rem;color:var(--color-muted);margin:0 0 16px}.cd-footer{gap:10px}.cd-totals{margin-bottom:4px}.cd-totals__row{display:flex;justify-content:space-between;align-items:center;font-size:.95rem;font-weight:500;padding:4px 0}.cd-totals__note{font-size:.72rem;color:var(--color-muted);margin:6px 0 0}.cd-ctas{display:flex;flex-direction:column;gap:0}.cd-checkout-btn{gap:8px}.cd-trust{display:flex;align-items:center;justify-content:center;gap:6px;font-size:.68rem;color:var(--color-muted);letter-spacing:.08em;padding-top:4px}.cd-trust svg{width:13px;height:13px;flex-shrink:0;color:var(--color-accent)}.cart-page-section{padding-top:0}.cart-page-header{display:flex;align-items:baseline;gap:14px;padding:28px 0 32px;border-bottom:1px solid var(--color-border);margin-bottom:36px}.cart-page-header__title{margin:0}.cart-page-header__count{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--color-muted);font-weight:500}.cart-page-layout{display:grid;grid-template-columns:1fr 360px;gap:64px;align-items:start}@media(max-width:960px){.cart-page-layout{grid-template-columns:1fr;gap:40px}}.cp-progress{padding:14px 18px;background:var(--color-bg-alt);border:1px solid var(--color-border);margin-bottom:24px}.cp-progress__text{font-size:.8rem;margin:0 0 8px;display:flex;align-items:center;gap:7px;color:var(--color-muted)}.cp-progress__text strong{color:var(--color-text)}.cp-progress__text--done{color:#2ecc71;font-weight:500}.cp-progress__bar{height:3px;background:var(--color-border);overflow:hidden;border-radius:2px}.cp-progress__bar span{display:block;height:100%;background:var(--color-text);transition:width .6s ease;border-radius:2px}.cp-items-header{display:grid;grid-template-columns:150px 1fr 120px 100px;gap:20px;padding-bottom:12px;border-bottom:1px solid var(--color-border);font-size:.65rem;letter-spacing:.18em;text-transform:uppercase;font-weight:600;color:var(--color-muted)}.cp-items-header span:nth-child(3){text-align:center}.cp-items-header span:nth-child(4){text-align:right}@media(max-width:640px){.cp-items-header{display:none}}.cp-items{list-style:none;padding:0;margin:0}.cp-item{display:grid;grid-template-columns:150px 1fr 120px 100px;gap:20px;padding:24px 0;border-bottom:1px solid var(--color-border);align-items:start}@media(max-width:640px){.cp-item{grid-template-columns:90px 1fr;grid-template-rows:auto auto;gap:14px}.cp-item__qty{grid-column:2}.cp-item__price{grid-column:2;text-align:left}}.cp-item__img-wrap{display:block;aspect-ratio:3/4;overflow:hidden;background:var(--color-bg-alt)}.cp-item__img-wrap img{width:100%;height:100%;object-fit:contain;object-position:center;display:block;transition:transform .5s ease}.cp-item__img-wrap:hover img{transform:scale(1.03)}.cp-item__info{padding-top:2px}.cp-item__vendor{font-size:.62rem;letter-spacing:.18em;text-transform:uppercase;color:var(--color-muted);font-weight:500;margin:0 0 4px}.cp-item__title{font-size:.98rem;font-weight:400;margin:0 0 4px;line-height:1.4}.cp-item__title a:hover{color:var(--color-accent)}.cp-item__variant{font-size:.78rem;color:var(--color-muted);margin:0 0 12px}.cp-item__unit{font-size:.72rem;color:var(--color-muted);margin:0 0 12px}.cp-item__remove{font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:var(--color-muted);border-bottom:1px solid currentColor;background:transparent;padding-bottom:1px;transition:color .2s}.cp-item__remove:hover{color:var(--color-sale)}.cp-item__qty{display:flex;align-items:center;justify-content:center}.cp-item__price{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:3px}.cp-item__price-sale{color:var(--color-sale);font-weight:500}.cp-item__price-compare{color:var(--color-muted);text-decoration:line-through;font-size:.82rem}.cp-item__per{font-size:.72rem;color:var(--color-muted)}.cp-continue{display:inline-flex;align-items:center;gap:6px;margin-top:22px;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;font-weight:500;color:var(--color-muted);border-bottom:1px solid currentColor;padding-bottom:2px;transition:color .2s}.cp-continue:hover{color:var(--color-text)}.cart-page-summary{position:sticky;top:calc(var(--header-height, 72px) + 24px)}.cp-summary{border:1px solid var(--color-border);padding:28px;background:var(--color-bg)}.cp-summary__title{font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;font-weight:600;margin:0 0 22px;font-family:var(--font-body);padding-bottom:16px;border-bottom:1px solid var(--color-border)}.cp-summary__rows{display:flex;flex-direction:column;gap:10px;margin-bottom:18px}.cp-summary__row{display:flex;justify-content:space-between;align-items:center;font-size:.88rem}.cp-summary__row--muted span{color:var(--color-muted);font-size:.82rem}.cp-summary__row--discount span:last-child{color:#2ecc71;font-weight:500}.cp-summary__total{display:flex;justify-content:space-between;align-items:center;font-size:1.05rem;font-weight:600;padding:18px 0 16px;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);margin-bottom:18px}.cp-summary__tax-note{font-size:.72rem;color:var(--color-muted);margin:0 0 18px;line-height:1.5}.cp-checkout-btn{gap:9px;margin-bottom:10px}.cp-trust{list-style:none;padding:0;margin:14px 0 16px;display:flex;flex-direction:column;gap:8px}.cp-trust li{display:flex;align-items:center;gap:8px;font-size:.74rem;color:var(--color-muted)}.cp-trust svg{width:14px;height:14px;flex-shrink:0;color:var(--color-accent)}.cp-payments{display:flex;gap:5px;flex-wrap:wrap;padding-top:14px;border-top:1px solid var(--color-border)}.cp-empty{display:flex;flex-direction:column;align-items:center;padding:80px 24px;text-align:center;gap:10px}.cp-empty__icon{width:72px;height:72px;margin-bottom:14px;color:var(--color-border)}.cp-empty__icon svg{width:100%;height:100%}.cp-empty__title{font-size:clamp(1.2rem,2vw,1.5rem);margin:0}.cp-empty__text{color:var(--color-muted);margin:0 0 24px;max-width:40ch}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}@media(max-width:820px){.article-grid{grid-template-columns:1fr}}.article-card{display:flex;flex-direction:column;gap:12px}.article-card__media{aspect-ratio:4/3;overflow:hidden;background:var(--color-bg-alt);display:block}.article-card__media img,.article-card__media svg{width:100%;height:100%;object-fit:cover;transition:transform .7s}.article-card:hover .article-card__media img{transform:scale(1.04)}.article-card__meta{font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;color:var(--color-muted);font-weight:500;margin:0}.article-card__title{font-size:1.15rem;margin:0;font-weight:500}.article-card__excerpt{color:var(--color-muted);font-size:.9rem;margin:0;line-height:1.6}.article{max-width:720px;margin:0 auto;padding:40px 0}.article__header{text-align:center;margin-bottom:32px}.article__title{font-size:clamp(1.7rem,3.4vw,2.6rem);margin-bottom:12px}.article__meta{font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--color-muted);font-weight:500}.article__content{line-height:1.85;font-size:1rem}.article__content img{margin:24px 0}.auth{max-width:420px;margin:0 auto;padding:64px 24px}.auth h1{text-align:center;margin-bottom:32px}.auth__form{display:flex;flex-direction:column;gap:14px}.auth__footer{text-align:center;margin-top:24px;font-size:.9rem;color:var(--color-muted)}.account{display:grid;grid-template-columns:200px 1fr;gap:48px;padding:48px 0}.account__nav{display:flex;flex-direction:column;gap:4px}.account__nav a{padding:8px 0;font-size:.9rem;border-bottom:1px solid transparent;transition:border-color .2s ease}.account__nav a.is-active{border-color:var(--color-text);font-weight:500}@media(max-width:820px){.account{grid-template-columns:1fr}}.predictive-search__form{position:relative}.predictive-search__form input{width:100%;padding:14px 16px;font-size:1rem;border:none;border-bottom:1px solid var(--color-border);background:transparent;transition:border-color .2s}.predictive-search__form input:focus{outline:none;border-color:var(--color-text)}.predictive-search__results{margin-top:8px}.predictive-search__list{list-style:none;padding:0;margin:0}.predictive-search__link{display:grid;grid-template-columns:56px 1fr auto;gap:14px;align-items:center;padding:10px 4px;border-bottom:1px solid var(--color-border);transition:background .15s}.predictive-search__link:hover{background:var(--color-bg-alt)}.predictive-search__img-wrap{width:56px;aspect-ratio:3/4;overflow:hidden;background:var(--color-bg-alt)}.predictive-search__img-wrap img{width:100%;height:100%;object-fit:contain;display:block}.predictive-search__vendor{font-size:.62rem;letter-spacing:.16em;text-transform:uppercase;color:var(--color-muted);margin:0 0 2px}.predictive-search__title{font-size:.88rem;font-weight:400;margin:0 0 3px;color:var(--color-text)}.predictive-search__price{font-size:.82rem;color:var(--color-muted);margin:0}.predictive-search__badge{font-size:.6rem;letter-spacing:.14em;text-transform:uppercase;font-weight:600;padding:3px 7px;background:var(--color-sale);color:#fff}.predictive-search__footer{padding:14px 4px 4px;text-align:center}.predictive-search__all{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--color-muted);border-bottom:1px solid currentColor;padding-bottom:1px;transition:color .2s}.predictive-search__all:hover{color:var(--color-text)}.predictive-search__empty{padding:24px 4px;text-align:center;font-size:.9rem;color:var(--color-muted)}.predictive-search__placeholder svg{width:100%;height:100%}.password{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:56px 24px;text-align:center;background:var(--color-bg)}.password__logo{font-family:var(--font-heading);font-size:1.8rem;margin-bottom:32px;letter-spacing:.04em;text-transform:uppercase;font-weight:500}.password__title{font-size:clamp(1.8rem,3.4vw,2.6rem);margin-bottom:14px;font-weight:500}.password__subtitle{max-width:46ch;margin:0 auto 24px;color:var(--color-muted)}.password__form{max-width:380px;margin:0 auto;display:flex;gap:8px}.password-header{padding:20px 24px;text-align:right}.page-404{text-align:center;padding:100px 24px}.page-404 h1{font-size:clamp(4rem,12vw,8rem);margin:0 0 14px;line-height:1;font-weight:500}.page-404 p{color:var(--color-muted);margin:0 auto 24px;max-width:40ch}.toast-root{position:fixed;bottom:24px;right:24px;display:flex;flex-direction:column;gap:8px;z-index:300}.toast{padding:12px 18px;background:var(--color-text);color:var(--color-bg);font-size:.85rem;box-shadow:0 8px 24px -8px #0000002e}body.scroll-lock{overflow:hidden}.badge{display:inline-block;padding:4px 10px;font-size:.65rem;letter-spacing:.14em;text-transform:uppercase;background:var(--color-bg-alt);font-weight:500}#RecoverPasswordForm.is-visible{display:flex!important}.header{overflow:visible}.header__mega{position:fixed;top:var(--header-height, 80px);left:0;right:0;background:var(--color-bg);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);padding:40px 0 48px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,visibility .25s ease,transform .25s ease;transform:translateY(-6px);z-index:49;box-shadow:0 20px 60px -20px #0000001a}.header__nav-item:hover .header__mega,.header__nav-item:focus-within .header__mega{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.header__mega-inner{display:grid;gap:40px;align-items:start}.header__mega-inner--plain{grid-template-columns:1fr}.header__mega-inner--featured{grid-template-columns:220px 1fr}.header__mega-cols{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:28px}.header__mega-col-title{font-size:.63rem;letter-spacing:.24em;text-transform:uppercase;color:var(--color-muted);font-weight:500;margin:0 0 14px}.header__mega-links{list-style:none;padding:0;margin:0}.header__mega-links li+li{margin-top:1px}.header__mega-links a{display:block;padding:7px 0;font-size:.88rem;letter-spacing:0;text-transform:none;font-weight:400;color:var(--color-text);transition:color .2s ease,padding-left .2s ease}.header__mega-links a:hover{color:var(--color-accent);padding-left:5px}.header__mega-featured{position:relative;overflow:hidden;aspect-ratio:4/5;background:var(--color-bg-alt);display:block;flex-shrink:0}.header__mega-featured img{width:100%;height:100%;object-fit:cover;transition:transform 1s cubic-bezier(.22,.61,.36,1)}.header__mega-featured:hover img{transform:scale(1.04)}.header__mega-featured__content{position:absolute;bottom:18px;left:18px;right:18px;color:#fff;z-index:2}.header__mega-featured:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,#0000 50%,#0000008c)}.header__mega-featured__title{font-size:.82rem;font-weight:500;letter-spacing:.04em;margin:0 0 6px;color:inherit;font-family:var(--font-heading)}.header__mega-featured__cta{font-size:.63rem;letter-spacing:.2em;text-transform:uppercase;font-weight:500;border-bottom:1px solid rgba(255,255,255,.7);padding-bottom:2px;color:inherit;transition:border-color .2s ease}.header__mega-featured__cta:hover{border-color:#fff}.usp-bar{background:var(--color-bg-alt);border-bottom:1px solid var(--color-border);padding:12px 0}.usp-bar__list{display:flex;justify-content:center;flex-wrap:wrap;gap:28px;list-style:none;padding:0;margin:0;align-items:center}.usp-bar__item{display:flex;align-items:center;gap:8px;font-size:.68rem;letter-spacing:.16em;text-transform:uppercase;font-weight:500;color:var(--color-text)}.usp-bar__icon{width:15px;height:15px;flex-shrink:0;color:var(--color-accent)}@media(max-width:560px){.usp-bar__list{gap:14px}.usp-bar__item{font-size:.62rem}}.hero--split{min-height:92vh!important;display:grid!important;grid-template-columns:1fr 1fr;align-items:stretch;color:var(--color-text)!important;background:var(--color-bg)}.hero--split .hero__media{position:relative;overflow:hidden;min-height:500px}.hero--split .hero__media img,.hero--split .hero__media svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero--split .hero__media:after{display:none}.hero--split .hero__inner{display:flex;flex-direction:column;justify-content:center;padding:80px 72px 80px 64px;background:var(--color-bg);order:-1}.hero--split.hero--image-left .hero__inner{order:1;padding:80px 64px 80px 72px}.hero--split .hero__eyebrow{color:var(--color-muted);opacity:1}.hero--split .hero__title{color:var(--color-text);max-width:100%}.hero--split .hero__subtitle{color:var(--color-muted)}.hero--split .hero__actions .btn{background:var(--color-button);color:var(--color-button-text);border-color:var(--color-button)}.hero--split .hero__actions .btn:hover{background:transparent;color:var(--color-button)}.hero--split .hero__actions .btn--outline{background:transparent;color:var(--color-text);border-color:var(--color-border)}.hero--split .hero__actions .btn--outline:hover{background:var(--color-text);color:var(--color-bg);border-color:var(--color-text)}@media(max-width:900px){.hero--split{grid-template-columns:1fr;min-height:auto!important}.hero--split .hero__media{min-height:360px;aspect-ratio:4/3}.hero--split .hero__inner,.hero--split.hero--image-left .hero__inner{order:1;padding:48px 32px}}.lookbook--mosaic{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:300px;gap:8px}.lookbook__item{position:relative;overflow:hidden;background:var(--color-bg-alt);display:block}.lookbook__item img{width:100%;height:100%;object-fit:cover;transition:transform 1s cubic-bezier(.22,.61,.36,1)}.lookbook__item:hover img{transform:scale(1.05)}.lookbook__item:nth-child(1){grid-column:1 / 9;grid-row:1 / 3}.lookbook__item:nth-child(2){grid-column:9 / 13;grid-row:1 / 2}.lookbook__item:nth-child(3){grid-column:9 / 13;grid-row:2 / 3}.lookbook__item:nth-child(4){grid-column:1 / 13;grid-row:3 / 4}.lookbook__item:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,#0000 40%,#00000085);opacity:0;transition:opacity .4s ease}.lookbook__item:hover:after{opacity:1}.lookbook__content{position:absolute;left:24px;right:24px;bottom:24px;color:#fff;z-index:2;transform:translateY(8px);opacity:0;transition:transform .35s ease,opacity .35s ease}.lookbook__item:hover .lookbook__content{transform:translateY(0);opacity:1}.lookbook__label{font-size:.62rem;letter-spacing:.22em;text-transform:uppercase;font-weight:500;display:inline-block;margin-bottom:6px;opacity:.88}.lookbook__title{font-family:var(--font-heading);font-size:clamp(.95rem,1.4vw,1.25rem);font-weight:500;margin:0 0 10px;color:inherit}.lookbook__cta{font-size:.63rem;letter-spacing:.2em;text-transform:uppercase;font-weight:500;border-bottom:1px solid rgba(255,255,255,.7);padding-bottom:2px;color:inherit;transition:border-color .25s ease,color .25s ease}.lookbook__cta:hover{border-color:#fff;color:inherit}@media(max-width:820px){.lookbook--mosaic{grid-template-columns:1fr 1fr;grid-auto-rows:240px}.lookbook__item:nth-child(1){grid-column:1 / 3;grid-row:1 / 2}.lookbook__item:nth-child(2){grid-column:1 / 2;grid-row:2 / 3}.lookbook__item:nth-child(3){grid-column:2 / 3;grid-row:2 / 3}.lookbook__item:nth-child(4){grid-column:1 / 3;grid-row:3 / 4}}@media(max-width:560px){.lookbook--mosaic{grid-template-columns:1fr;grid-auto-rows:260px}.lookbook__item:nth-child(1),.lookbook__item:nth-child(2),.lookbook__item:nth-child(3),.lookbook__item:nth-child(4){grid-column:1;grid-row:auto}}.lookbook--grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.lookbook--grid .lookbook__item{aspect-ratio:3/4}@media(max-width:820px){.lookbook--grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.lookbook--grid{grid-template-columns:1fr}}[data-reveal]{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s ease}[data-reveal].is-visible{opacity:1;transform:translateY(0)}[data-reveal-delay="1"]{transition-delay:.1s}[data-reveal-delay="2"]{transition-delay:.2s}[data-reveal-delay="3"]{transition-delay:.3s}[data-reveal-delay="4"]{transition-delay:.4s}@media(prefers-reduced-motion:reduce){[data-reveal]{opacity:1;transform:none;transition:none}}.product-container{padding-top:0}.product-layout{display:grid;grid-template-columns:1.12fr .88fr;gap:64px;align-items:start}@media(max-width:900px){.product-layout{grid-template-columns:1fr;gap:32px}}.product-gallery-wrap{display:grid;grid-template-columns:72px 1fr;grid-template-rows:auto 1fr;gap:0 10px;position:sticky;top:calc(var(--header-height, 72px) + 24px);align-self:start}@media(max-width:900px){.product-gallery-wrap{position:static;grid-template-columns:60px 1fr;gap:0 8px}}.product-thumbs{display:flex;flex-direction:column;gap:6px;grid-row:1 / 3}@media(max-width:900px){.product-thumbs{grid-row:1 / 3;grid-column:1;flex-direction:column;overflow-y:auto;gap:5px;max-height:75vw}.product-thumbs::-webkit-scrollbar{width:2px}.product-thumbs::-webkit-scrollbar-track{background:var(--color-border)}.product-thumbs::-webkit-scrollbar-thumb{background:var(--color-text)}}.product-thumbs__btn{flex-shrink:0;width:72px;overflow:hidden;border:2px solid transparent;background:none;padding:0;transition:border-color .2s ease,opacity .2s ease;cursor:pointer;scroll-snap-align:start}.product-thumbs__btn img{width:100%;height:auto;display:block}.product-thumbs__btn:hover{opacity:.8}.product-thumbs__btn.is-active{border-color:var(--color-text)}@media(max-width:900px){.product-thumbs__btn{width:100%}}.product-main-image{grid-column:2;position:relative;overflow:hidden;background:none}.product-main-image img{width:100%;height:auto;display:block;transition:opacity .3s ease}.product-main-image svg{width:100%;height:auto;display:block}.product-main-image__placeholder{width:100%}@media(max-width:900px){.product-main-image{grid-column:2;grid-row:1}}.product-main-image img.is-fading{opacity:0;transform:scale(1.02)}.product-badge{position:absolute;top:16px;left:16px;padding:5px 11px;font-size:.62rem;letter-spacing:.16em;text-transform:uppercase;font-weight:600;z-index:2;pointer-events:none}.product-badge--sale{background:var(--color-sale);color:#fff}.product-badge--soldout{background:var(--color-text);color:var(--color-bg)}.product-extra-images{grid-column:2;display:flex;flex-direction:column;gap:10px;margin-top:10px}.product-extra-images__item{overflow:hidden;background:none}.product-extra-images__item img{width:100%;height:auto;display:block;transition:opacity .3s ease}@media(max-width:900px){.product-extra-images{display:none}}.product-info{position:sticky;top:calc(var(--header-height, 72px) + 24px);align-self:start;padding-bottom:48px}@media(max-width:900px){.product-info{position:static}}.product-info__vendor{margin-bottom:8px}.product-info__title{font-family:var(--font-heading);font-size:clamp(2rem,3.2vw,2.8rem);margin:4px 0 16px;font-weight:400;line-height:1.08;letter-spacing:.01em}.product-info__price{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:6px;font-size:1.28rem}.product-info__price .price__regular{color:var(--color-text)}.product-info__price .price__sale{color:var(--color-sale);font-weight:500}.product-info__price .price__compare{color:var(--color-muted);text-decoration:line-through;font-size:.95rem}.product-info__save-label{display:inline-block;background:color-mix(in srgb,var(--color-sale) 12%,transparent);color:var(--color-sale);font-size:.65rem;letter-spacing:.14em;text-transform:uppercase;font-weight:600;padding:4px 9px;align-self:center}.product-info__subtitle{color:var(--color-muted);font-size:.95rem;line-height:1.65;margin:10px 0 0}.product-info__divider{border:none;border-top:1px solid var(--color-border);margin:22px 0}.price__save-badge{display:inline-flex;align-items:center;background:#a33a2d1a;color:var(--color-sale, #c0392b);font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;font-weight:600;padding:3px 9px;align-self:center;border:1px solid rgba(163,58,45,.18)}.product-options{display:flex;flex-direction:column;gap:20px;margin-bottom:22px}.product-option{display:flex;flex-direction:column;gap:10px}.product-option__header{display:flex;justify-content:space-between;align-items:center}.product-option__label{font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;font-weight:600;color:var(--color-text)}.product-option__selected{font-size:.78rem;color:var(--color-muted)}.product-pills{display:flex;flex-wrap:wrap;gap:8px}.product-pill{padding:9px 18px;border:1px solid var(--color-border);background:var(--color-bg);font-size:.82rem;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease;min-width:44px;text-align:center;letter-spacing:.02em}.product-pill:hover{border-color:var(--color-text)}.product-pill.is-selected{background:var(--color-text);color:var(--color-bg);border-color:var(--color-text)}.product-pill[disabled]{opacity:.3;text-decoration:line-through;cursor:not-allowed}.product-swatches{display:flex;flex-wrap:wrap;gap:10px}.product-swatch{width:32px;height:32px;border-radius:50%;border:2px solid transparent;padding:3px;cursor:pointer;transition:border-color .2s ease,transform .2s ease;position:relative}.product-swatch__inner{display:block;width:100%;height:100%;border-radius:50%;background-color:var(--swatch-color, #ccc)}.product-swatch:hover{border-color:var(--color-text);transform:scale(1.1)}.product-swatch.is-selected{border-color:var(--color-text)}.product-buy-form{margin-bottom:20px}.product-buy-form__row{display:grid;grid-template-columns:120px 1fr;gap:10px}@media(max-width:480px){.product-buy-form__row{grid-template-columns:1fr}}.product-buy-form__atc{gap:9px;height:52px;font-size:.72rem;letter-spacing:.22em;position:relative;overflow:hidden}.product-buy-form__atc:after{content:"";position:absolute;left:-100%;top:0;bottom:0;width:60%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.12),transparent);transition:left .55s ease}.product-buy-form__atc:hover:after{left:130%}.product-buy-form__atc svg{flex-shrink:0}.quantity{display:inline-flex;align-items:stretch;border:1px solid var(--color-border);height:52px}.quantity__button{width:40px;display:inline-flex;align-items:center;justify-content:center;font-size:1.1rem;transition:background .2s ease;flex-shrink:0}.quantity__button:hover{background:var(--color-bg-alt)}.quantity__input{flex:1;text-align:center;border:none;background:transparent;border-left:1px solid var(--color-border);border-right:1px solid var(--color-border);min-width:0;font-size:.9rem;font-weight:400}.quantity__input:focus{outline:none}.quantity__input::-webkit-inner-spin-button,.quantity__input::-webkit-outer-spin-button{-webkit-appearance:none}.product-trust{list-style:none;padding:0;margin:0 0 24px;display:flex;flex-wrap:wrap;gap:0;border:1px solid var(--color-border);background:var(--color-bg-alt);overflow:hidden}.product-trust__item{display:flex;align-items:center;gap:10px;font-size:.75rem;color:var(--color-muted);letter-spacing:.02em;flex:1;min-width:100px;padding:14px 16px;border-right:1px solid var(--color-border);transition:background .2s ease}.product-trust__item:last-child{border-right:none}.product-trust__item:hover{background:var(--color-bg)}.product-trust__item svg{width:16px;height:16px;flex-shrink:0;color:var(--color-accent);stroke:var(--color-accent)}@media(max-width:480px){.product-trust__item{min-width:50%;border-bottom:1px solid var(--color-border)}.product-trust__item:nth-child(2n){border-right:none}.product-trust__item:nth-last-child(-n+2):not(:nth-child(2n)){border-bottom:none}}.product-accordions{border-top:1px solid var(--color-border);margin-bottom:22px}.product-accordion{border-bottom:1px solid var(--color-border)}.product-accordion[open] .product-accordion__icon{transform:rotate(180deg)}.product-accordion__header{display:flex;justify-content:space-between;align-items:center;padding:15px 0;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;font-weight:600;list-style:none;transition:opacity .2s}.product-accordion__header:hover{opacity:.7}.product-accordion__header::-webkit-details-marker{display:none}.product-accordion__icon{width:15px;height:15px;flex-shrink:0;transition:transform .3s ease;color:var(--color-muted)}.product-accordion__body{padding-bottom:20px}.product-accordion__content{font-size:.9rem;color:var(--color-muted);line-height:1.75}.product-accordion__content p,.product-accordion__content ul,.product-accordion__content ol{margin:0 0 .8em}.product-accordion__content ul{padding-left:1.2em}.product-share{display:flex;align-items:center;gap:14px;padding-top:8px}.product-share__label{margin:0}.product-share__links{display:flex;gap:8px}.product-share__btn{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--color-border);border-radius:50%;color:var(--color-text);transition:background .2s ease,color .2s ease,border-color .2s ease}.product-share__btn svg{width:14px;height:14px}.product-share__btn:hover{background:var(--color-text);color:var(--color-bg);border-color:var(--color-text)}.rte h1,.rte h2,.rte h3,.rte h4{margin-top:.8em;margin-bottom:.4em}.rte a{text-decoration:underline;text-underline-offset:3px}.rte img{max-width:100%}.rte table{width:100%;border-collapse:collapse}.rte table td,.rte table th{padding:8px 10px;border:1px solid var(--color-border);font-size:.88rem}.mobile-atc{display:none;position:fixed;bottom:0;left:0;right:0;background:var(--color-bg);border-top:1px solid var(--color-border);padding:12px 16px;z-index:80;box-shadow:0 -8px 32px -8px #0000001a}@media(max-width:900px){.mobile-atc{display:block}.product-section{padding-bottom:84px}}.mobile-atc__inner{display:flex;align-items:center;gap:12px;max-width:600px;margin:0 auto}.mobile-atc__product{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.mobile-atc__product img{width:40px;height:53px;object-fit:contain;flex-shrink:0;background:var(--color-bg-alt)}.mobile-atc__title{font-size:.82rem;font-weight:500;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-atc__price{font-size:.78rem;color:var(--color-muted);margin:2px 0 0}.mobile-atc__btn{flex-shrink:0;padding:12px 20px;font-size:.72rem;letter-spacing:.14em;min-height:44px}.product-stars{display:flex;align-items:center;gap:10px;margin-bottom:16px}.product-stars__icons{display:flex;gap:2px}.product-stars__icons svg{width:13px;height:13px;color:#c8a96e}.product-stars__rating{font-size:.82rem;font-weight:500;color:var(--color-text);letter-spacing:.02em}.product-stars__count{font-size:.75rem;color:var(--color-muted);border-bottom:1px solid currentColor;cursor:pointer;transition:color .2s}.product-stars__count:hover{color:var(--color-text)}.product-urgency{display:inline-flex;align-items:center;gap:8px;font-size:.78rem;color:#a05a00;background:#c86f1e14;border:1px solid rgba(200,111,30,.18);padding:6px 12px;margin:10px 0 0;letter-spacing:.02em}.product-urgency strong{font-weight:600}.product-urgency__dot{width:7px;height:7px;border-radius:50%;background:#e67e22;flex-shrink:0;animation:pulse-amber 2s infinite}@keyframes pulse-amber{0%,to{box-shadow:0 0 0 3px #e67e2233}50%{box-shadow:0 0 0 6px #e67e220f}}.product-stock{display:inline-flex;align-items:center;gap:7px;font-size:.78rem;font-weight:400;margin:10px 0 0;letter-spacing:.02em;padding:6px 12px;border:1px solid transparent}.product-stock--in{color:#2e6b2e;background:#2e6b2e0f;border-color:#2e6b2e29}.product-stock--out{color:var(--color-muted);background:none}.product-stock__dot{width:7px;height:7px;border-radius:50%;background:#4caf50;flex-shrink:0;box-shadow:0 0 0 2px #4caf5033;animation:pulse-green 2.5s infinite}@keyframes pulse-green{0%,to{box-shadow:0 0 0 2px #4caf5033}50%{box-shadow:0 0 0 5px #4caf5012}}.product-stock svg{width:14px;height:14px;flex-shrink:0}.product-highlights{list-style:none;padding:0;margin:0 0 24px;display:flex;flex-direction:column;gap:7px}.product-highlights__item{display:flex;align-items:center;gap:10px;font-size:.82rem;color:var(--color-text);font-weight:300;padding:5px 0}.product-highlights__item svg{width:15px;height:15px;flex-shrink:0;color:var(--color-accent);stroke-width:2.5;background:#0000000a;border-radius:50%;padding:2px;box-sizing:content-box}.product-notify{display:none;padding:18px;background:var(--color-bg-alt);border:1px solid var(--color-border);margin-top:12px;margin-bottom:20px}.product-notify__label{display:flex;align-items:center;gap:8px;font-size:.82rem;color:var(--color-muted);margin:0 0 12px}.product-notify__label svg{width:15px;height:15px;flex-shrink:0}.product-notify__form{display:flex;gap:8px}.product-notify__form .field{flex:1;padding:11px 14px;font-size:.88rem}.product-notify__form .btn{padding:11px 20px;font-size:.72rem;letter-spacing:.14em;white-space:nowrap}@media(max-width:480px){.product-notify__form{flex-direction:column}}.product-payments{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:14px 0;border-top:1px solid var(--color-border);margin-bottom:4px}.product-payments__label{font-size:.65rem;letter-spacing:.14em;text-transform:uppercase;color:var(--color-muted);font-weight:500;white-space:nowrap}.product-payments__icons{display:flex;gap:6px;flex-wrap:wrap;align-items:center}.payment-icon{height:24px;width:auto;border-radius:3px;border:1px solid rgba(0,0,0,.08)}.product-badge--custom{background:var(--color-accent);color:#fff;top:auto;bottom:16px;left:16px}.product-share__btn--whatsapp:hover{background:#25d366;border-color:#25d366;color:#fff}.product-share__btn--facebook:hover{background:#1877f2;border-color:#1877f2;color:#fff}.product-share__btn--instagram:hover{background:radial-gradient(circle at 30% 107%,#fdf497 0% 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%);border-color:#d6249f;color:#fff}.product-share__btn--tiktok:hover{background:#000;border-color:#000;color:#fff}.product-share__btn--copy{transition:background .2s,color .2s,border-color .2s}.product-share__btn--copy.is-copied{background:#2ecc71;border-color:#2ecc71;color:#fff}.upsell-section{margin-top:80px;padding:64px 0;background:var(--color-bg-alt);border-top:1px solid var(--color-border)}.upsell-section__title{text-align:center;margin-bottom:48px;font-family:var(--font-heading);font-size:clamp(1.8rem,3vw,2.6rem);font-weight:400;letter-spacing:.02em}@media(max-width:700px){.upsell-section{margin-top:48px;padding:40px 0}.upsell-section__title{margin-bottom:24px}}.hero-split{display:grid;grid-template-columns:1fr 1fr;min-height:90vh;background:var(--color-bg)}.hero-split--image-left .hero-split__content{order:2}.hero-split--image-left .hero-split__media{order:1}.hero-split__content{display:flex;align-items:center;padding:80px 64px 80px 80px;position:relative}.hero-split--image-left .hero-split__content{padding:80px 80px 80px 64px}.hero-split__inner{max-width:480px}.hero-split__eyebrow{display:inline-block;font-size:.68rem;letter-spacing:.3em;text-transform:uppercase;font-weight:500;color:var(--color-muted);margin:0 0 22px}.hero-split__title{font-family:var(--font-heading);font-size:clamp(2.6rem,4.5vw,4.2rem);font-weight:400;line-height:1.05;letter-spacing:-.01em;margin:0 0 28px;color:inherit}.hero-split__rule{width:48px;height:1px;background:currentColor;opacity:.25;margin:0 0 28px}.hero-split__subtitle{font-size:.98rem;line-height:1.75;color:inherit;opacity:.72;max-width:38ch;margin:0 0 36px;font-weight:300}.hero-split__actions{display:flex;align-items:center;gap:28px;margin-bottom:52px;flex-wrap:wrap}.hero-split__link-secondary{display:inline-flex;align-items:center;gap:6px;font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;font-weight:500;color:inherit;opacity:.7;border-bottom:1px solid currentColor;padding-bottom:2px;transition:opacity .2s ease,gap .2s ease}.hero-split__link-secondary:hover{opacity:1;gap:10px}.hero-split__stats{display:flex;align-items:center;gap:20px;padding-top:28px;border-top:1px solid rgba(0,0,0,.1)}.hero-split__stat{display:flex;flex-direction:column;gap:3px}.hero-split__stat-num{font-family:var(--font-heading);font-size:1.5rem;font-weight:400;line-height:1;letter-spacing:.01em}.hero-split__stat-stars{display:flex;gap:1px;color:#c8a96e;margin:1px 0}.hero-split__stat-label{font-size:.65rem;letter-spacing:.18em;text-transform:uppercase;opacity:.55;font-weight:500}.hero-split__stat-sep{display:block;width:1px;height:40px;background:currentColor;opacity:.15;flex-shrink:0}.hero-split__media{position:relative;overflow:hidden;background:var(--color-bg-alt)}.hero-split__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center top;display:block;transition:transform 1.2s cubic-bezier(.22,.61,.36,1)}.hero-split:hover .hero-split__media img{transform:scale(1.03)}.hero-split__media-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(160deg,#d4c5b0,#b8a48e 40%,#9e8b75);display:flex;align-items:center;justify-content:center}.hero-split__media-placeholder-inner{text-align:center;color:#ffffffd9}.hero-split__media-brand{font-family:var(--font-heading);font-size:clamp(2.5rem,6vw,5rem);font-weight:400;letter-spacing:.08em;text-transform:uppercase;margin:0 0 8px}.hero-split__media-tag{display:block;font-size:.72rem;letter-spacing:.3em;text-transform:uppercase;font-weight:400;opacity:.7;margin-bottom:32px}.hero-split__media-hint{font-size:.68rem;opacity:.45;letter-spacing:.05em;margin:0;max-width:22ch}@media(max-width:1100px){.hero-split__content{padding:64px 40px 64px 48px}.hero-split--image-left .hero-split__content{padding:64px 48px 64px 40px}}@media(max-width:768px){.hero-split{grid-template-columns:1fr;min-height:auto}.hero-split__content,.hero-split--image-left .hero-split__content{order:2;padding:48px 24px 40px}.hero-split__media,.hero-split--image-left .hero-split__media{order:1;height:68vw;max-height:480px}.hero-split__media img{position:absolute}.hero-split__inner{max-width:100%}.hero-split__title{font-size:clamp(2.2rem,8vw,3.2rem)}.hero-split__stats{gap:14px}.hero-split__stat-num{font-size:1.25rem}}.marquee{overflow:hidden;padding:14px 0;background:var(--color-bg-alt);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.marquee--dark{background:var(--color-text);color:var(--color-bg);border-color:transparent}.marquee__track{display:flex;width:max-content;animation:marquee-scroll 45s linear infinite}.marquee__track:hover{animation-play-state:paused}.marquee__group{display:flex;align-items:center;white-space:nowrap}.marquee__item{font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;font-weight:500;padding:0 18px}.marquee__sep{font-size:.6rem;opacity:.4;flex-shrink:0}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.featured-collection-section .section-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:40px;flex-wrap:wrap;gap:16px}.featured-collection-section .section-header--left{text-align:left}.featured-collection-section .section-header__title{font-size:clamp(1.8rem,3vw,2.6rem);margin:0}.featured-collection-section .section-footer{margin-top:48px}.usp-bar{background:var(--color-bg);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);padding:24px 0}.usp-bar__list{display:flex;justify-content:center;gap:0;list-style:none;padding:0;margin:0;align-items:stretch}.usp-bar__item{display:flex;align-items:center;gap:10px;font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;font-weight:500;color:var(--color-text);padding:0 36px;border-right:1px solid var(--color-border);flex:1;justify-content:center}.usp-bar__item:last-child{border-right:none}.usp-bar__icon{width:16px;height:16px;flex-shrink:0;color:var(--color-accent)}@media(max-width:768px){.usp-bar__list{flex-wrap:wrap}.usp-bar__item{width:50%;border-bottom:1px solid var(--color-border);padding:16px 20px;flex:none}.usp-bar__item:nth-child(2n){border-right:none}.usp-bar__item:nth-last-child(-n+2){border-bottom:none}}@media(max-width:480px){.usp-bar__item{width:100%;border-right:none;border-bottom:1px solid var(--color-border);padding:14px 16px;justify-content:flex-start}.usp-bar__item:last-child{border-bottom:none}}.section-iwt{padding:var(--section-spacing) 0}.iwt{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:stretch;min-height:560px}.iwt--reverse .iwt__content{order:1}.iwt__media{position:relative;overflow:hidden;background:var(--color-bg-alt)}.iwt__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform 1s cubic-bezier(.22,.61,.36,1)}.iwt__media:hover img{transform:scale(1.04)}.iwt__media-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.iwt__placeholder-svg{width:100%;height:100%}.iwt__content{display:flex;flex-direction:column;justify-content:center;padding:72px 72px 72px 80px;max-width:580px}.iwt--reverse .iwt__content{padding:72px 80px 72px 72px}.iwt__heading{font-family:var(--font-heading);font-size:clamp(2rem,3.2vw,3rem);font-weight:400;line-height:1.08;letter-spacing:.01em;margin:0 0 20px}.iwt__text{color:var(--color-muted);font-size:.95rem;line-height:1.8;margin-bottom:32px;font-weight:300}.iwt__text p{margin:0 0 1em}.iwt__cta{display:inline-flex;align-items:center;gap:8px;font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;font-weight:600;color:var(--color-text);border-bottom:1px solid var(--color-text);padding-bottom:3px;transition:gap .25s ease,opacity .2s ease;align-self:flex-start}.iwt__cta:hover{gap:14px;opacity:.6;color:var(--color-text)}@media(max-width:900px){.iwt{grid-template-columns:1fr;min-height:auto}.iwt__media{height:56vw;max-height:420px;order:1!important}.iwt__media img{position:absolute}.iwt__content,.iwt--reverse .iwt__content{order:2!important;padding:44px 24px;max-width:100%}}.testimonials-section{padding:var(--section-spacing) 0}.testimonials-header{text-align:center;margin-bottom:56px}.testimonials-header__title{font-family:var(--font-heading);font-size:clamp(2rem,3vw,2.8rem);font-weight:400;letter-spacing:.01em;margin:8px 0 0}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--color-border);border:1px solid var(--color-border)}.testimonial-card{background:var(--color-bg);padding:44px 40px;margin:0;display:flex;flex-direction:column;gap:16px;transition:background .25s ease;position:relative}.testimonial-card:hover{background:var(--color-bg-alt)}.testimonial-card__quote-mark{font-family:var(--font-heading);font-size:5rem;line-height:.8;color:var(--color-text);opacity:.08;position:absolute;top:28px;left:36px;-webkit-user-select:none;user-select:none;pointer-events:none}.testimonial-card__stars{display:flex;gap:2px;color:#c8a96e;position:relative;z-index:1}.testimonial-card__stars svg{width:13px;height:13px}.testimonial-card__text{font-size:1rem;line-height:1.72;color:var(--color-text);font-weight:300;margin:0;font-style:italic;position:relative;z-index:1;flex:1}.testimonial-card__footer{display:flex;flex-direction:column;gap:2px;padding-top:16px;border-top:1px solid var(--color-border);position:relative;z-index:1}.testimonial-card__author{font-size:.78rem;font-weight:600;letter-spacing:.04em;color:var(--color-text)}.testimonial-card__location{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--color-muted);font-weight:400}@media(max-width:820px){.testimonials-grid{grid-template-columns:1fr}.testimonial-card{padding:36px 28px}}.newsletter{text-align:center;padding:var(--section-spacing) 0;background:var(--color-text);color:var(--color-bg)}.newsletter .eyebrow{color:#ffffff80}.newsletter h2{color:var(--color-bg);margin:10px 0 6px;font-size:clamp(2rem,4vw,3.2rem)}.newsletter__description{max-width:44ch;margin:0 auto 32px;color:#fff9;font-size:.92rem;line-height:1.7;font-weight:300}.newsletter__form{display:flex;gap:0;max-width:440px;margin:0 auto;border:1px solid rgba(255,255,255,.25)}.newsletter__form .field{flex:1;border:none;padding:15px 18px;background:#ffffff14;color:#fff;font-size:.9rem}.newsletter__form .field::placeholder{color:#ffffff61}.newsletter__form .field:focus{outline:none;background:#ffffff1f}.newsletter__form .btn{flex-shrink:0;padding:15px 24px;background:#fff;color:var(--color-text);border:none;border-left:1px solid rgba(255,255,255,.25);font-size:.72rem;letter-spacing:.2em;min-height:auto;white-space:nowrap}.newsletter__form .btn:hover{background:var(--color-accent);color:#fff}.newsletter__success{margin-top:12px;color:#ffffffb3;font-size:.88rem}@media(max-width:560px){.newsletter__form{flex-direction:column;border:none;gap:8px}.newsletter__form .field{border:1px solid rgba(255,255,255,.2)}.newsletter__form .btn{border:1px solid rgba(255,255,255,.3);padding:16px}}.iwt-section{padding:0!important;overflow:hidden}.iwt{display:grid;grid-template-columns:1fr 1fr;align-items:stretch}.iwt--reverse .iwt__media{order:2}.iwt__media{position:relative;overflow:hidden;background:var(--color-bg-alt);min-height:460px}.iwt__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center;display:block}.iwt__media svg,.iwt__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;opacity:.12}.iwt__content{display:flex;flex-direction:column;justify-content:center;padding:80px 72px;background:var(--color-bg)}.iwt-section.section--alt .iwt__content{background:var(--color-bg-alt)}.iwt__content .eyebrow{margin-bottom:16px}.iwt__content h2{margin:0 0 18px}.iwt__text{color:var(--color-muted);line-height:1.75;margin-bottom:28px}@media(max-width:900px){.iwt{grid-template-columns:1fr;align-items:start}.iwt--reverse .iwt__media{order:0}.iwt__media{position:relative;overflow:hidden;min-height:unset;height:auto}.iwt__media img{position:static;width:100%;height:auto;object-fit:unset;display:block}.iwt__content{padding:36px 24px 52px;border-top:1px solid var(--color-border)}.iwt__content h2{font-size:clamp(1.8rem,6vw,2.4rem);margin-bottom:14px}}@media(max-width:560px){.iwt__content{padding:28px 20px 44px}}
/*# sourceMappingURL=/cdn/shop/t/60/assets/theme.css.map */
