:root{--bg: #ffffff;--bg-warm: #faf9f7;--surface: #f4f3f0;--surface-2: #edecea;--surface-3: #e5e4e1;--border: rgba(0,0,0,.08);--border-hover: rgba(201,169,110,.35);--border-subtle: rgba(0,0,0,.05);--gold: #b8964e;--gold-light: #c9a96e;--gold-pale: #d4b878;--gold-dim: rgba(184,150,78,.06);--gold-glow: 0 0 40px rgba(184,150,78,.1);--blue: #3b6fcc;--blue-deep: #2f5db3;--green: #2d8a56;--red: #c44040;--red-dim: rgba(196,64,64,.05);--text: #1a1a1a;--text-soft: #555;--text-dim: #999;--serif: "Cormorant Garamond", "Georgia", serif;--sans: "Inter", -apple-system, system-ui, sans-serif;--ease: cubic-bezier(.4, 0, .2, 1);--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-spring: cubic-bezier(.34, 1.56, .64, 1);--speed: .4s;--r-sm: 4px;--r: 8px;--r-lg: 12px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--sans);font-size:.9375rem;line-height:1.6;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}img,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:none;background:none;color:inherit}ul,ol{list-style:none}input,textarea,select{font:inherit;color:inherit;background:transparent}.skip-link{position:absolute;top:-100%;left:50%;transform:translate(-50%);background:var(--gold);color:#fff;padding:.4rem 1rem;z-index:9999;border-radius:var(--r-sm);font-size:.75rem}.skip-link:focus{top:.4rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.container{max-width:1140px;margin:0 auto;padding:0 clamp(1rem,3vw,2rem)}.container--narrow{max-width:760px}.section{padding:clamp(4rem,8vw,7rem) 0}.section--compact{padding:2.5rem 0}h1,h2,h3,h4,h5{font-family:var(--serif);font-weight:400;line-height:1.1;color:var(--text);letter-spacing:-.02em}h1{font-size:clamp(2.6rem,6vw,4.2rem);font-weight:300}h2{font-size:clamp(2rem,4.5vw,3rem);font-weight:400}h3{font-size:clamp(1.4rem,3vw,1.8rem)}h4{font-size:1.1rem;font-weight:500}.eyebrow{font-family:var(--sans);font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.2em;color:var(--gold);display:inline-block}.section-heading{text-align:center;margin-bottom:clamp(2.5rem,5vw,4rem)}.section-heading h2{margin-bottom:.4rem}.section-heading p{color:var(--text-soft);font-size:.92rem;max-width:440px;margin:0 auto;line-height:1.65}.gold-rule{width:0;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent);margin:1.2rem auto 0;transition:width 1.2s var(--ease-out)}.gold-rule.is-visible{width:60px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem 2rem;font-family:var(--sans);font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.14em;border-radius:var(--r-sm);transition:all var(--speed) var(--ease);cursor:pointer;border:none;white-space:nowrap;position:relative;overflow:hidden}.btn--primary{background:var(--text);color:#fff}.btn--primary:hover{background:#333;transform:translateY(-1px);box-shadow:0 8px 24px #0000001f}.btn--outline{background:transparent;color:var(--text);border:1px solid var(--border)}.btn--outline:hover{border-color:var(--text);background:#00000005}.btn--trust{background:var(--blue);color:#fff}.btn--trust:hover{background:var(--blue-deep);box-shadow:0 0 30px #3b6fcc1f}.btn--ghost{background:transparent;color:var(--text-soft);padding:.5rem 1rem;letter-spacing:.08em;font-size:.7rem}.btn--ghost:hover{color:var(--text)}.btn--full{width:100%}.btn--lg{padding:1rem 2.8rem;font-size:.72rem}.btn--gold{background:var(--gold);color:#fff}.btn--gold:hover{background:var(--gold-light);box-shadow:var(--gold-glow);transform:translateY(-1px)}.reveal{opacity:0;will-change:transform,opacity}.reveal--up{transform:translate3d(0,40px,0)}.reveal--scale{transform:scale(.94)}.reveal--left{transform:translate3d(-40px,0,0)}.reveal--right{transform:translate3d(40px,0,0)}.reveal--blur{transform:translate3d(0,20px,0);filter:blur(6px)}.reveal.is-visible{opacity:1;transform:translateZ(0) scale(1);filter:none;transition:opacity .9s var(--ease-out),transform .9s var(--ease-out),filter .9s var(--ease-out)}.line-reveal{clip-path:inset(0 100% 0 0);transition:clip-path 1s var(--ease-out)}.line-reveal.is-visible{clip-path:inset(0 0 0 0)}@media(prefers-reduced-motion:reduce){.reveal,.stagger>*{opacity:1!important;transform:none!important;filter:none!important;transition:none!important}}.announcement{background:var(--text);padding:.45rem 0;overflow:hidden}.announcement-track{display:flex;animation:marquee 35s linear infinite;gap:3rem;will-change:transform}.announcement-item{flex-shrink:0;display:flex;align-items:center;gap:.35rem;font-size:.68rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:#ffffffb3;white-space:nowrap}.announcement-item svg{width:12px;height:12px;stroke:var(--gold-light);fill:none;stroke-width:1.5;opacity:.8;flex-shrink:0}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.site-header{position:sticky;top:0;z-index:100;background:transparent;padding:.85rem 0;border-bottom:1px solid transparent;transition:all .5s var(--ease)}.site-header.is-scrolled{background:#ffffffeb;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-bottom-color:var(--border);padding:.7rem 0}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem}.header-logo{font-family:var(--serif);font-size:1.4rem;font-weight:400;color:var(--text);letter-spacing:.04em}.header-logo img{height:36px;width:auto}.header-nav{display:none;align-items:center;gap:2.8rem}.header-nav a{font-size:.68rem;font-weight:500;text-transform:uppercase;letter-spacing:.12em;color:var(--text-dim);transition:color .3s var(--ease);position:relative}.header-nav a:after{content:"";position:absolute;bottom:-6px;left:0;right:0;height:1px;background:var(--text);transform:scaleX(0);transform-origin:right;transition:transform .4s var(--ease-out)}.header-nav a:hover{color:var(--text)}.header-nav a:hover:after{transform:scaleX(1);transform-origin:left}.header-actions{display:flex;align-items:center;gap:.8rem}.header-icon{position:relative;color:var(--text-dim);transition:color .3s;padding:.3rem}.header-icon:hover{color:var(--text)}.header-icon svg{width:19px;height:19px}.cart-count{position:absolute;top:-2px;right:-4px;background:var(--text);color:#fff;font-size:.55rem;font-weight:700;width:15px;height:15px;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}.cart-count:empty,.cart-count[data-count="0"]{display:none}.hamburger{display:flex;flex-direction:column;gap:5px;padding:4px}.hamburger span{display:block;width:17px;height:1.5px;background:var(--text-dim);transition:all .3s var(--ease)}.mobile-nav{position:fixed;top:0;left:0;width:300px;height:100dvh;background:#fff;z-index:200;transform:translate(-100%);transition:transform .5s var(--ease-out);padding:2rem 1.5rem;display:flex;flex-direction:column;border-right:1px solid var(--border)}.mobile-nav.is-open{transform:translate(0)}.mobile-nav-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}.mobile-nav-close{color:var(--text-dim)}.mobile-nav-links{display:flex;flex-direction:column;gap:0}.mobile-nav-links a{padding:.9rem 0;font-size:.95rem;color:var(--text-soft);border-bottom:1px solid var(--border-subtle);transition:color .3s,padding-left .3s}.mobile-nav-links a:hover{color:var(--text);padding-left:.5rem}@media(min-width:768px){.header-nav{display:flex}.hamburger{display:none}}.hero{position:relative;min-height:90vh;display:flex;align-items:center;overflow:hidden;padding:5rem 0}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-bg img{width:100%;height:100%;object-fit:cover}.hero-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#ffffffe6,#ffffff8c,#ffffff1a)}.hero-bg--mobile{display:none}.hero-bg--desktop{display:block}.hero--no-image .hero-bg{background:var(--bg-warm)}.hero--no-image .hero-bg:after{display:none}@media(max-width:767px){.hero{min-height:100vh;min-height:100dvh;align-items:flex-end;padding:0 0 2.5rem}.hero-bg:after{background:linear-gradient(180deg,transparent 0%,rgba(255,255,255,.15) 30%,rgba(255,255,255,.85) 60%,#fff 80%)}.hero-bg--mobile{display:block}.hero-bg--desktop{display:none}}.hero-content{position:relative;z-index:1;max-width:520px}.hero-preview{position:absolute;right:clamp(1rem,3vw,2.5rem);top:50%;transform:translateY(-50%);width:clamp(220px,32vw,400px);aspect-ratio:1/1;border-radius:var(--r-lg);overflow:hidden;background:var(--surface);z-index:2;box-shadow:0 30px 80px -20px #0000002e,0 0 0 1px #fff6;pointer-events:none}.hero-preview img{width:100%;height:100%;object-fit:cover;transition:opacity .35s var(--ease),transform .55s var(--ease-out)}.hero-preview img.is-swapping{opacity:0;transform:scale(.96)}@media(max-width:767px){.hero-preview{position:relative;right:auto;top:auto;transform:none;width:min(60vw,260px);margin:0 auto 1rem;box-shadow:0 16px 50px -12px #0000002e}}.hero-badge{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--sans);font-size:.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.18em;color:var(--gold);margin-bottom:1.5rem}.hero-badge:before{content:"";width:24px;height:1px;background:var(--gold);opacity:.4}.hero h1{margin-bottom:1rem}.hero h1 span{color:var(--gold);display:block;font-style:italic;font-weight:300}.hero-subtitle{font-size:.92rem;color:var(--text-soft);line-height:1.75;margin-bottom:2rem;max-width:400px}.hero-actions{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}.hero-trust{display:flex;align-items:center;gap:1.5rem;margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid rgba(0,0,0,.08);flex-wrap:wrap}.hero-trust-item{display:flex;align-items:center;gap:.35rem;font-size:.62rem;color:var(--text-dim);text-transform:uppercase;letter-spacing:.06em}.hero-trust-item svg{width:13px;height:13px;stroke:var(--gold);fill:none;stroke-width:1.5;opacity:.6}.hero-price{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap;margin:.6rem 0 .3rem}.hero-price-current{font-family:var(--serif);font-size:1.8rem;font-weight:400;color:var(--text)}.hero-price-compare{font-size:.9rem;color:var(--text-dim);text-decoration:line-through}.hero-price-save{font-size:.65rem;font-weight:700;color:var(--green);background:#2d8a560f;padding:.15rem .4rem;border-radius:2px}.hero-variant-btns{display:flex;gap:.4rem;flex-wrap:wrap}.hero-variant-btn{padding:.4rem .9rem;font-size:.7rem;font-weight:500;border:1px solid var(--border);border-radius:var(--r-sm);background:#fff;color:var(--text-soft);cursor:pointer;transition:all .3s var(--ease);text-transform:uppercase;letter-spacing:.04em}.hero-variant-btn:hover{border-color:var(--text);color:var(--text)}.hero-variant-btn.is-active{border-color:var(--text);color:var(--text);background:var(--text);color:#fff}.hero-atc{margin-top:.8rem;max-width:360px}.hero .savings-callout{margin-bottom:.4rem}.hero .variant-group{margin:.5rem 0}.hero .payment-icons{justify-content:flex-start;margin-top:.6rem}@media(min-width:768px){.hero:has(.hero-preview) .hero-content{max-width:min(48%,520px)}}@media(max-width:767px){.hero{align-items:center;padding:5rem 0 2.5rem}.hero-content{max-width:100%}.hero-trust{gap:1rem}.hero h1{font-size:clamp(1.8rem,7vw,2.4rem)}.hero-subtitle{font-size:.82rem;margin-bottom:1rem}.hero-price-current{font-size:1.5rem}.hero-atc{max-width:100%}.hero .payment-icons{justify-content:center}}.artisan{overflow:hidden}.artisan-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}.artisan-media{position:relative}.artisan-media-main{border-radius:var(--r);overflow:hidden;aspect-ratio:4/5;background:var(--surface)}.artisan-media-main img{width:100%;height:100%;object-fit:cover}.artisan-media:after{content:"";position:absolute;top:-8px;left:-8px;width:60px;height:60px;border-top:1px solid var(--gold);border-left:1px solid var(--gold);opacity:.2;pointer-events:none;display:none}.artisan-media-float{position:absolute;bottom:-2rem;right:-1.5rem;width:140px;height:180px;border-radius:var(--r);overflow:hidden;border:3px solid #fff;box-shadow:0 16px 48px #00000014;display:none}.artisan-media-float img{width:100%;height:100%;object-fit:cover}.artisan-content .eyebrow,.artisan-content h2{margin-bottom:1.2rem}.artisan-content p{color:var(--text-soft);font-size:.9rem;line-height:1.8;margin-bottom:1.2rem}.artisan-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;padding-top:2rem;margin-top:.5rem;border-top:1px solid var(--border)}.artisan-stat-value{font-family:var(--serif);font-size:1.8rem;font-weight:400;color:var(--gold)}.artisan-stat-label{font-size:.65rem;color:var(--text-dim);text-transform:uppercase;letter-spacing:.08em;margin-top:.1rem}@media(min-width:768px){.artisan-grid{grid-template-columns:42% 1fr;gap:clamp(3rem,6vw,6rem)}.artisan-media-float,.artisan-media:after{display:block}}.products-home{background:var(--bg-warm)}.products-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.product-card{position:relative;background:#fff;border-radius:var(--r);overflow:hidden;border:1px solid var(--border);transition:transform .5s var(--ease-out),border-color .5s,box-shadow .5s}.product-card:hover{transform:translateY(-8px);border-color:var(--border-hover);box-shadow:0 20px 60px #0000000f}.product-card-media{position:relative;aspect-ratio:3/4;overflow:hidden;background:var(--surface)}.product-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease-out),opacity .5s}.product-card-media .product-card-img--hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.product-card:hover .product-card-img--hover{opacity:1}.product-card:hover .product-card-img--primary{opacity:0}.product-card-badge{position:absolute;top:.8rem;left:.8rem;z-index:1;font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:.25rem .55rem;border-radius:2px}.product-card-badge--sale{background:var(--red);color:#fff}.product-card-badge--new{background:var(--text);color:#fff}.product-card-quick{position:absolute;bottom:0;left:0;right:0;background:#ffffffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.7rem;transform:translateY(100%);transition:transform .4s var(--ease-out);text-align:center}.product-card:hover .product-card-quick{transform:translateY(0)}.product-card-info{padding:1rem 1rem 1.2rem}.product-card-vendor{font-size:.6rem;text-transform:uppercase;letter-spacing:.12em;color:var(--text-dim);margin-bottom:.2rem}.product-card-title{font-family:var(--serif);font-size:1.05rem;color:var(--text);margin-bottom:.3rem;line-height:1.25}.product-card-price{display:flex;align-items:baseline;gap:.4rem;flex-wrap:wrap}.product-card-price .price-current{font-size:.9rem;font-weight:600;color:var(--text)}.product-card-price .price-compare{font-size:.75rem;color:var(--text-dim);text-decoration:line-through}.product-card-price .price-save{font-size:.6rem;font-weight:700;color:var(--red);background:var(--red-dim);padding:.1rem .35rem;border-radius:2px}@media(min-width:640px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.products-grid--three{grid-template-columns:repeat(3,1fr)}}@media(min-width:640px){.products-grid--asymmetric{grid-template-columns:1.3fr .7fr}.products-grid--asymmetric .product-card:first-child{grid-column:auto}.products-grid--asymmetric .product-card:nth-child(2){margin-top:2rem}}.pdp{padding:2.5rem 0 5rem}.pdp-grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:start}.pdp-gallery{position:relative}.pdp-gallery-main{aspect-ratio:1/1;overflow:hidden;border-radius:var(--r);background:var(--surface);cursor:zoom-in}.pdp-gallery-main img{width:100%;height:100%;object-fit:cover;transition:transform .4s var(--ease)}.pdp-gallery-main:hover img{transform:scale(1.06)}.pdp-thumbs{display:flex;gap:.4rem;margin-top:.6rem;overflow-x:auto;scrollbar-width:none}.pdp-thumbs::-webkit-scrollbar{display:none}.pdp-thumb{flex-shrink:0;width:64px;height:64px;border-radius:var(--r-sm);overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color .3s,opacity .3s;opacity:.4}.pdp-thumb:hover,.pdp-thumb.is-active{border-color:var(--text);opacity:1}.pdp-thumb img{width:100%;height:100%;object-fit:cover}.pdp-info{display:flex;flex-direction:column;gap:.6rem}.pdp-badges{display:flex;gap:.4rem;flex-wrap:wrap}.pdp-badge{font-size:.6rem;text-transform:uppercase;letter-spacing:.1em;padding:.25rem .6rem;border:1px solid var(--border);color:var(--text-soft);border-radius:2px}.pdp-badge--urgency{border-color:#c4404033;color:var(--red);background:var(--red-dim);animation:pulse-soft 2.5s ease infinite}@keyframes pulse-soft{0%,to{opacity:1}50%{opacity:.6}}.pdp-title{font-family:var(--serif);font-size:clamp(1.8rem,4vw,2.4rem);font-weight:400;line-height:1.12}.pdp-subtitle{color:var(--text-soft);font-size:.88rem;line-height:1.65}.pdp-rating{display:flex;align-items:center;gap:.4rem;cursor:pointer;transition:opacity .3s}.pdp-rating:hover{opacity:.75}.pdp-rating .stars{display:flex;gap:1px}.pdp-rating .stars svg{width:15px;height:15px;fill:var(--gold)}.pdp-rating-text{font-size:.75rem;color:var(--text-dim)}.pdp-price{display:flex;align-items:baseline;gap:.6rem;flex-wrap:wrap}.pdp-price-current{font-family:var(--serif);font-size:2rem;font-weight:400;color:var(--text)}.pdp-price-compare{font-size:.95rem;color:var(--text-dim);text-decoration:line-through}.pdp-price-save{font-size:.68rem;font-weight:700;color:var(--green);background:#2d8a560f;padding:.2rem .5rem;border-radius:2px}.savings-callout{display:flex;align-items:center;gap:.4rem;font-size:.78rem;font-weight:600;color:var(--green);padding:.45rem .7rem;background:#2d8a560a;border:1px solid rgba(45,138,86,.08);border-radius:var(--r-sm)}.savings-callout svg{width:14px;height:14px;stroke:var(--green);fill:none;stroke-width:2;flex-shrink:0}.stock-indicator{display:flex;align-items:center;gap:.4rem;font-size:.75rem;color:var(--text-dim)}.stock-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.stock-dot--low{background:var(--red);animation:stock-blink 1.5s ease infinite}.stock-dot--ok{background:var(--green)}@keyframes stock-blink{0%,to{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(.7)}}.pdp-countdown{display:flex;align-items:center;gap:.4rem;font-size:.78rem;color:var(--text-dim);padding:.5rem .75rem;background:var(--red-dim);border:1px solid rgba(196,64,64,.1);border-radius:var(--r-sm)}.pdp-countdown svg{width:14px;height:14px;stroke:var(--red);fill:none;stroke-width:2;flex-shrink:0}.pdp-countdown strong{color:var(--red);font-variant-numeric:tabular-nums}.variant-group{margin-top:.3rem}.variant-label{display:flex;align-items:center;gap:.4rem;font-size:.68rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--text-dim);margin-bottom:.5rem}.variant-label .current-value{color:var(--text);font-weight:600}.color-swatches{display:flex;gap:.5rem;flex-wrap:wrap}.swatch{width:42px;height:42px;border-radius:50%;border:2px solid transparent;cursor:pointer;transition:all .3s var(--ease);position:relative;background-size:cover;background-position:center}.swatch:after{content:attr(title);position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%) translateY(4px);font-size:.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;background:var(--text);color:#fff;padding:.2rem .5rem;border-radius:3px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .25s,transform .25s}.swatch:hover{transform:scale(1.12);box-shadow:0 6px 18px #0000001f}.swatch:hover:after{opacity:1;transform:translate(-50%) translateY(0)}.swatch.is-active{border-color:var(--text);box-shadow:0 0 0 2px #fff,0 0 0 3px var(--text),0 6px 18px #0000001f}.swatch--image{background-color:var(--surface)}.swatch[data-color=red]:not(.swatch--image){background:#dc143c}.swatch[data-color=purple]:not(.swatch--image){background:#7b2d8e}.swatch[data-color=blue]:not(.swatch--image){background:#2e5cb8}.swatch[data-color=pink]:not(.swatch--image){background:#e8749a}.swatch[data-color=rose]:not(.swatch--image){background:#e8749a}.swatch[data-color=or]:not(.swatch--image),.swatch[data-color=gold]:not(.swatch--image){background:linear-gradient(135deg,#d4af37,#f4e4a1)}.swatch[data-color=argent]:not(.swatch--image),.swatch[data-color=silver]:not(.swatch--image){background:linear-gradient(135deg,#bfc1c2,#e8e8e8)}.swatch[data-color=noir]:not(.swatch--image),.swatch[data-color=black]:not(.swatch--image){background:#1a1a1a}.swatch[data-color=blanc]:not(.swatch--image),.swatch[data-color=white]:not(.swatch--image){background:#fff;border-color:var(--border)}.pdp-atc{margin-top:.5rem}.btn-atc{width:100%;background:var(--text);color:#fff;padding:1rem 2rem;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;border:none;border-radius:var(--r-sm);cursor:pointer;transition:all .4s var(--ease);display:flex;align-items:center;justify-content:center;gap:.5rem;position:relative;overflow:hidden}.btn-atc:hover{background:#333;box-shadow:0 8px 24px #0000001f;transform:translateY(-1px)}.btn-atc:disabled{opacity:.4;cursor:not-allowed;transform:none;box-shadow:none}.btn-atc .spinner{display:none;width:16px;height:16px;border:2px solid transparent;border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}.btn-atc.is-loading .spinner{display:block}.btn-atc.is-loading .btn-atc-text{opacity:0}.btn-atc.is-added{background:var(--green)}@keyframes spin{to{transform:rotate(360deg)}}.btn-buy-now{width:100%;background:var(--blue);color:#fff;padding:.8rem 2rem;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;border:none;border-radius:var(--r-sm);cursor:pointer;transition:all .4s var(--ease);display:flex;align-items:center;justify-content:center;gap:.4rem;margin-top:.4rem}.btn-buy-now:hover{background:var(--blue-deep);box-shadow:0 0 30px #3b6fcc1a}.btn-buy-now svg{width:14px;height:14px}.trust-row{display:flex;justify-content:center;gap:1.2rem;padding:.65rem 0;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:3px;font-size:.62rem;color:var(--text-dim);text-transform:uppercase;letter-spacing:.06em}.trust-item svg{width:12px;height:12px;stroke:var(--gold);fill:none;stroke-width:1.5;opacity:.6}.payment-icons{display:flex;align-items:center;justify-content:center;gap:.4rem;margin-top:.3rem}.payment-icons svg{width:34px;height:22px;opacity:.2}.pdp-accordions{margin-top:.8rem;border-top:1px solid var(--border)}.pdp-accordion{border-bottom:1px solid var(--border)}.pdp-accordion-trigger{display:flex;justify-content:space-between;align-items:center;width:100%;padding:.85rem 0;font-size:.82rem;font-weight:500;color:var(--text);text-align:left;cursor:pointer;transition:color .3s}.pdp-accordion-trigger:hover{color:var(--gold)}.pdp-accordion-trigger svg{width:16px;height:16px;stroke:var(--text-dim);stroke-width:1.5;fill:none;transition:transform .35s var(--ease);flex-shrink:0}.pdp-accordion.is-open .pdp-accordion-trigger svg{transform:rotate(180deg)}.pdp-accordion-body{max-height:0;overflow:hidden;transition:max-height .45s var(--ease)}.pdp-accordion-inner{padding:0 0 .85rem;font-size:.82rem;color:var(--text-soft);line-height:1.7}@media(min-width:768px){.pdp-grid{grid-template-columns:54% 1fr;gap:3.5rem}}.guarantees{background:var(--bg-warm);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.guarantees-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.guarantee{display:flex;align-items:center;gap:.5rem;padding:.7rem .5rem}.guarantee-icon svg{width:20px;height:20px;stroke:var(--gold);fill:none;stroke-width:1.5;flex-shrink:0}.guarantee-text{font-size:.72rem}.guarantee-title{font-weight:600;color:var(--text)}.guarantee-sub{color:var(--text-dim);font-size:.65rem}@media(min-width:768px){.guarantees-grid{grid-template-columns:repeat(4,1fr)}.guarantee{flex-direction:column;text-align:center;justify-content:center;padding:1.2rem .5rem}}.benefits-grid{display:grid;grid-template-columns:1fr;gap:1.2rem}.benefit{text-align:center;padding:2rem 1.2rem;border:1px solid var(--border);border-radius:var(--r);transition:border-color .4s,transform .4s var(--ease-out),box-shadow .4s;background:#fff}.benefit:hover{border-color:var(--border-hover);transform:translateY(-4px);box-shadow:0 12px 40px #0000000a}.benefit-icon{margin-bottom:.8rem}.benefit-icon svg{width:32px;height:32px;stroke:var(--gold);fill:none;stroke-width:1;margin:0 auto}.benefit h4{font-family:var(--serif);font-size:1.05rem;margin-bottom:.3rem;font-weight:400}.benefit p{font-size:.82rem;color:var(--text-soft);line-height:1.6;max-width:260px;margin:0 auto}@media(min-width:768px){.benefits-grid{grid-template-columns:repeat(3,1fr)}}.reviews{background:var(--bg-warm)}.reviews-summary{text-align:center;margin-bottom:2.5rem}.reviews-score{font-family:var(--serif);font-size:3.2rem;font-weight:300;color:var(--text)}.reviews-stars{display:flex;justify-content:center;gap:2px;margin:.35rem 0}.reviews-stars svg{width:18px;height:18px;fill:var(--gold)}.reviews-total{font-size:.8rem;color:var(--text-dim)}.reviews-bars{max-width:260px;margin:1rem auto 0}.reviews-bar-row{display:flex;align-items:center;gap:.4rem;margin-bottom:.25rem}.reviews-bar-label{font-size:.65rem;color:var(--text-dim);width:12px;text-align:right}.reviews-bar-track{flex:1;height:4px;background:#0000000a;border-radius:3px;overflow:hidden}.reviews-bar-fill{height:100%;background:var(--gold);border-radius:3px;transition:width 1.4s var(--ease-out)}.reviews-bar-pct{font-size:.6rem;color:var(--text-dim);width:26px}.reviews-grid{display:grid;grid-template-columns:1fr;gap:.8rem}.review{background:#fff;border:1px solid var(--border);border-radius:var(--r);padding:1.2rem;transition:border-color .3s}.review:hover{border-color:var(--border-hover)}.review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.4rem}.review-author{font-weight:600;font-size:.82rem}.review-verified{font-size:.55rem;text-transform:uppercase;letter-spacing:.06em;color:var(--green);display:flex;align-items:center;gap:.2rem}.review-verified svg{width:10px;height:10px;fill:var(--green)}.review-date{font-size:.65rem;color:var(--text-dim)}.review-stars{display:flex;gap:1px;margin-bottom:.4rem}.review-stars svg{width:12px;height:12px;fill:var(--gold)}.review-text{font-size:.82rem;color:var(--text-soft);line-height:1.6}@media(min-width:768px){.reviews-grid{grid-template-columns:repeat(3,1fr)}}.comparison-table{max-width:640px;margin:0 auto}.comp-header{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:1px;padding-bottom:.6rem;border-bottom:1px solid var(--border)}.comp-header span{font-size:.75rem;font-weight:600;text-align:center}.comp-header span:first-child{text-align:left}.comp-header .us{color:var(--gold)}.comp-header .them{color:var(--text-dim)}.comp-row{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:1px;padding:.55rem 0;border-bottom:1px solid var(--border-subtle)}.comp-row span{font-size:.82rem;color:var(--text-soft)}.comp-row span:first-child{font-weight:500;color:var(--text)}.comp-row span:not(:first-child){text-align:center}.comp-check{color:var(--gold)}.comp-x{color:var(--text-dim);opacity:.3}.faq-list{max-width:640px;margin:0 auto}.faq-item{border-bottom:1px solid var(--border)}.faq-question{display:flex;justify-content:space-between;align-items:center;width:100%;padding:1.1rem 0;font-size:.92rem;font-weight:500;color:var(--text);text-align:left;cursor:pointer;transition:color .3s}.faq-question:hover{color:var(--gold)}.faq-icon{width:18px;height:18px;stroke:var(--gold);stroke-width:1.5;fill:none;flex-shrink:0;transition:transform .35s var(--ease)}.faq-item.is-open .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s var(--ease)}.faq-answer-inner{padding:0 0 1.1rem;font-size:.85rem;color:var(--text-soft);line-height:1.7}.final-cta{background:var(--bg-warm);text-align:center;position:relative;overflow:hidden}.final-cta:before{content:"";position:absolute;top:50%;left:50%;width:400px;height:400px;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(184,150,78,.04) 0%,transparent 70%);pointer-events:none}.final-cta h2{margin-bottom:.4rem}.final-cta p{color:var(--text-soft);margin-bottom:2rem;max-width:400px;margin-left:auto;margin-right:auto;font-size:.92rem}.site-footer{background:var(--text);color:#ffffffb3;border-top:none;padding:3.5rem 0 1.5rem}.site-footer h1,.site-footer h2,.site-footer h3,.site-footer h4,.site-footer h5{color:#fff}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.footer-brand .header-logo{margin-bottom:.5rem;color:#ffffffe6}.footer-tagline{color:#ffffff73;font-size:.78rem;line-height:1.65;max-width:260px}.footer-col-title{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--gold-light);margin-bottom:.65rem;opacity:.8}.footer-links a{display:block;font-size:.78rem;color:#ffffff73;margin-bottom:.35rem;transition:color .3s}.footer-links a:hover{color:var(--gold-light)}.footer-social{display:flex;gap:.8rem;margin-top:.8rem}.footer-social a{color:#ffffff73;transition:color .3s}.footer-social a:hover{color:var(--gold-light)}.footer-social svg{width:16px;height:16px;fill:currentColor}.footer-newsletter-text{font-size:.78rem;color:#ffffff73;margin-bottom:.6rem;line-height:1.6}.footer-newsletter-form{display:flex;border:1px solid rgba(255,255,255,.12);border-radius:var(--r-sm);overflow:hidden}.footer-newsletter-form input[type=email]{flex:1;padding:.6rem .8rem;background:transparent;border:none;color:#fff;font-size:.78rem;outline:none}.footer-newsletter-form input::placeholder{color:#ffffff4d}.footer-newsletter-btn{padding:.6rem .8rem;background:var(--gold);color:#fff;border:none;cursor:pointer;transition:background .3s}.footer-newsletter-btn:hover{background:var(--gold-light)}.footer-newsletter-btn svg{width:14px;height:14px;stroke:#fff;stroke-width:2;fill:none}.footer-reassurance{display:flex;justify-content:center;gap:1.8rem;flex-wrap:wrap;padding:1.5rem 0;border-top:1px solid rgba(255,255,255,.08)}.footer-reassurance-item{display:flex;align-items:center;gap:4px;font-size:.65rem;color:#fff6}.footer-reassurance-item svg{width:12px;height:12px;stroke:var(--gold-light);fill:none;stroke-width:1.5;opacity:.5}.footer-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid rgba(255,255,255,.08);gap:.5rem}.footer-copy{font-size:.65rem;color:#ffffff4d}.footer-payments{display:flex;gap:.3rem}.footer-payments svg{width:32px;height:20px;opacity:.2}@media(min-width:768px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1.5fr}}.sliding-cart{position:fixed;top:0;right:0;width:100%;max-width:400px;height:100dvh;background:#fff;z-index:300;transform:translate(100%);transition:transform .45s var(--ease-out);display:flex;flex-direction:column;border-left:1px solid var(--border)}.sliding-cart.is-open{transform:translate(0)}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:299;opacity:0;pointer-events:none;transition:opacity .35s}.cart-overlay.is-open{opacity:1;pointer-events:auto}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:1.1rem 1.4rem;border-bottom:1px solid var(--border)}.cart-title{font-family:var(--serif);font-size:1.1rem}.cart-close{color:var(--text-dim);transition:color .3s}.cart-close:hover{color:var(--text)}.cart-close svg{width:18px;height:18px}.shipping-bar{padding:.65rem 1.4rem}.shipping-text{font-size:.72rem;color:var(--text-dim);margin-bottom:.35rem;text-align:center}.shipping-text.is-complete{color:var(--gold)}.shipping-track{height:2px;background:#0000000a;border-radius:2px;overflow:hidden}.shipping-fill{height:100%;background:linear-gradient(90deg,var(--gold),var(--gold-light));border-radius:2px;transition:width .6s var(--ease-out)}.cart-items{flex:1;overflow-y:auto;padding:.8rem 1.4rem;scrollbar-width:thin;scrollbar-color:var(--border) transparent}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 1rem;gap:.4rem}.cart-empty-icon{color:var(--text-dim);opacity:.15}.cart-empty-icon svg{width:44px;height:44px;stroke:currentColor;stroke-width:1;fill:none}.cart-empty-title{font-family:var(--serif);font-size:1.05rem}.cart-empty-sub{font-size:.78rem;color:var(--text-dim);max-width:200px}.cart-item{display:grid;grid-template-columns:64px 1fr;gap:.75rem;padding:.85rem 0;border-bottom:1px solid var(--border)}.cart-item-img{width:64px;height:64px;border-radius:var(--r-sm);overflow:hidden;background:var(--surface)}.cart-item-img img{width:100%;height:100%;object-fit:cover}.cart-item-details{display:flex;flex-direction:column;gap:.15rem}.cart-item-title{font-size:.78rem;font-weight:600}.cart-item-variant{font-size:.68rem;color:var(--text-dim)}.cart-item-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.cart-item-price{font-size:.78rem;color:var(--text);font-weight:600}.cart-qty{display:flex;align-items:center;border:1px solid var(--border);border-radius:var(--r-sm)}.cart-qty-btn{width:26px;height:26px;display:flex;align-items:center;justify-content:center;font-size:.8rem;color:var(--text-dim);transition:color .3s}.cart-qty-btn:hover{color:var(--text)}.cart-qty-val{width:24px;text-align:center;font-size:.72rem;font-weight:500}.cart-remove{font-size:.62rem;color:var(--text-dim);text-decoration:underline;cursor:pointer;transition:color .3s;margin-top:.15rem}.cart-remove:hover{color:var(--red)}.cart-footer{padding:1.1rem 1.4rem;border-top:1px solid var(--border)}.cart-savings{font-size:.72rem;color:var(--green);font-weight:600;text-align:center;margin-bottom:.6rem;display:none}.cart-savings.is-visible{display:block}.cart-subtotal{display:flex;justify-content:space-between;margin-bottom:.8rem}.cart-subtotal-label{font-size:.82rem;color:var(--text-dim)}.cart-subtotal-price{font-size:1.05rem;font-weight:600;color:var(--text);font-family:var(--serif)}.btn-checkout{width:100%;background:var(--text);color:#fff;padding:.85rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;border:none;border-radius:var(--r-sm);cursor:pointer;transition:all .3s var(--ease);display:flex;align-items:center;justify-content:center;gap:.4rem}.btn-checkout:hover{background:#333}.btn-checkout svg{width:14px;height:14px;stroke:#fff;stroke-width:2;fill:none}.cart-reassurance{display:flex;flex-direction:column;gap:.3rem;margin-top:.6rem;padding-top:.6rem;border-top:1px solid var(--border)}.cart-reassurance-item{display:flex;align-items:center;gap:4px;font-size:.62rem;color:var(--text-dim)}.cart-reassurance-item svg{width:10px;height:10px;stroke:var(--gold);fill:none;stroke-width:1.5;opacity:.5;flex-shrink:0}.collection-header{padding:3rem 0 2rem;text-align:center}.collection-header p{color:var(--text-soft);font-size:.88rem;max-width:440px;margin:.4rem auto 0}.collection-count{font-size:.72rem;color:var(--text-dim);margin-top:.6rem}.collection-filters{display:flex;align-items:center;justify-content:space-between;padding:.8rem 0;border-bottom:1px solid var(--border);margin-bottom:2rem;flex-wrap:wrap;gap:.6rem}.collection-filter-btn{font-size:.68rem;font-weight:500;text-transform:uppercase;letter-spacing:.06em;color:var(--text-dim);padding:.4rem .8rem;border:1px solid var(--border);border-radius:var(--r-sm);transition:all .3s}.collection-filter-btn:hover,.collection-filter-btn.is-active{border-color:var(--text);color:var(--text)}.collection-sort select{-webkit-appearance:none;appearance:none;background:transparent;border:1px solid var(--border);padding:.4rem 1.5rem .4rem .6rem;border-radius:var(--r-sm);color:var(--text-soft);font-size:.68rem;cursor:pointer}.collection-urgency{display:flex;align-items:center;justify-content:center;gap:.4rem;font-size:.78rem;color:var(--red);padding:.5rem .8rem;margin-bottom:1.5rem;background:var(--red-dim);border:1px solid rgba(196,64,64,.08);border-radius:var(--r-sm)}.collection-urgency svg{width:14px;height:14px;stroke:var(--red);fill:none;stroke-width:2;flex-shrink:0}.collection-urgency strong{font-variant-numeric:tabular-nums}.collection-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:768px){.collection-grid{grid-template-columns:repeat(3,1fr);gap:1.2rem}}@media(min-width:1024px){.collection-grid{grid-template-columns:repeat(4,1fr)}}.page-content{min-height:50vh;padding:4rem 0}.page-content h1{margin-bottom:1.5rem}.page-content p,.page-content li{color:var(--text-soft);line-height:1.75}.page-404{text-align:center;min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.8rem}.page-404 h1{font-family:var(--serif);font-size:clamp(5rem,12vw,10rem);color:var(--surface-3);line-height:1;font-weight:300}.page-404 p{color:var(--text-soft)}.cart-page{min-height:60vh}.cart-page-item{display:grid;grid-template-columns:80px 1fr auto;gap:1rem;padding:1.2rem 0;border-bottom:1px solid var(--border);align-items:center}.cart-page-img{width:80px;height:80px;border-radius:var(--r-sm);overflow:hidden;background:var(--surface)}.cart-page-img img{width:100%;height:100%;object-fit:cover}.cart-page-title{font-weight:600;font-size:.88rem;margin-bottom:.1rem}.cart-page-variant{font-size:.78rem;color:var(--text-dim)}.cart-page-price{font-weight:600;color:var(--text);font-size:1rem}.cart-page-footer{display:flex;justify-content:flex-end;align-items:center;gap:1.5rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}.cart-page-total{font-family:var(--serif);font-size:1.3rem;color:var(--text);font-weight:400}.blog-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.blog-card{border:1px solid var(--border);border-radius:var(--r);overflow:hidden;transition:border-color .4s,transform .4s var(--ease-out)}.blog-card:hover{border-color:var(--border-hover);transform:translateY(-4px)}.blog-card-img{aspect-ratio:16/9;overflow:hidden}.blog-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease)}.blog-card:hover .blog-card-img img{transform:scale(1.04)}.blog-card-body{padding:1.1rem}.blog-card-date{font-size:.62rem;color:var(--text-dim);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.3rem}.blog-card-title{font-family:var(--serif);font-size:1.1rem;margin-bottom:.3rem}.blog-card-excerpt{font-size:.82rem;color:var(--text-soft);line-height:1.6}@media(min-width:768px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.blog-grid{grid-template-columns:repeat(3,1fr)}}.article{max-width:700px;margin:0 auto}.article-header{margin-bottom:2rem;text-align:center}.article-meta{font-size:.72rem;color:var(--text-dim);margin-bottom:.8rem}.article-body{font-size:.92rem;color:var(--text-soft);line-height:1.85}.article-body h2,.article-body h3{color:var(--text);margin:2rem 0 .7rem}.article-body p{margin-bottom:1.2rem}.article-body img{border-radius:var(--r);margin:1.5rem 0}.search-form{max-width:500px;margin:0 auto 2.5rem}.search-input{width:100%;padding:.75rem 1.1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--r);color:var(--text);font-size:.88rem;outline:none;transition:border-color .3s}.search-input:focus{border-color:var(--text)}.password-page{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem}.password-content{max-width:380px}.password-content h1{margin-bottom:.4rem}.password-content p{color:var(--text-soft);margin-bottom:1.5rem;font-size:.9rem}.password-form{display:flex;gap:.4rem;max-width:300px;margin:0 auto}.password-form input{flex:1;padding:.6rem .8rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-sm);color:var(--text);font-size:.82rem;outline:none}.password-form button{padding:.6rem 1rem}.list-collections-grid{display:grid;grid-template-columns:1fr;gap:1rem}.collection-card{position:relative;border-radius:var(--r);overflow:hidden;aspect-ratio:16/9}.collection-card img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease)}.collection-card:hover img{transform:scale(1.05)}.collection-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,rgba(0,0,0,.5) 0%,transparent 60%);display:flex;align-items:flex-end;padding:1.5rem}.collection-card-title{font-family:var(--serif);font-size:1.4rem;color:#fff}.collection-card-count{font-size:.72rem;color:#fff9;margin-top:.15rem}@media(min-width:768px){.list-collections-grid{grid-template-columns:repeat(2,1fr)}}.account-page{max-width:560px;margin:0 auto}.form-group{margin-bottom:.8rem}.form-group label{display:block;font-size:.68rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:var(--text-dim);margin-bottom:.3rem}.form-group input,.form-group textarea{width:100%;padding:.65rem .8rem;background:#fff;border:1px solid var(--border);border-radius:var(--r-sm);color:var(--text);font-size:.82rem;outline:none;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{border-color:var(--text)}.form-errors{background:var(--red-dim);border:1px solid rgba(196,64,64,.12);border-radius:var(--r-sm);padding:.6rem .8rem;margin-bottom:.8rem;font-size:.78rem;color:var(--red)}.social-toast{position:fixed;bottom:1.2rem;left:1.2rem;background:#fff;border:1px solid var(--border);border-radius:var(--r);padding:.55rem .85rem;display:flex;align-items:center;gap:.5rem;z-index:200;transform:translateY(120%);opacity:0;transition:all .5s var(--ease-out);max-width:280px;box-shadow:0 8px 30px #0000000f}.social-toast.is-visible{transform:translateY(0);opacity:1}.social-toast-icon svg{width:16px;height:16px;fill:var(--gold);flex-shrink:0}.social-toast-text{font-size:.7rem;color:var(--text-dim)}.social-toast-text strong{color:var(--text)}.sticky-bar{position:fixed;bottom:0;left:0;right:0;z-index:150;background:#fffffff5;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-top:1px solid var(--border);transform:translateY(100%);transition:transform .45s var(--ease-out);padding:.55rem 0}.sticky-bar.is-visible{transform:translateY(0)}.sticky-bar-inner{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.sticky-bar-left{display:flex;align-items:center;gap:.6rem}.sticky-bar-left img{width:40px;height:40px;border-radius:var(--r-sm);object-fit:cover}.sticky-bar-info{display:flex;flex-direction:column}.sticky-bar-title{font-size:.75rem;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:160px}.sticky-bar-price{font-size:.72rem;color:var(--text)}.sticky-bar-price s{color:var(--text-dim);font-size:.65rem;margin-left:.3rem}.sticky-bar-right{display:flex;align-items:center;gap:.8rem}.sticky-bar-viewers{display:none;align-items:center;gap:.3rem;font-size:.6rem;color:var(--text-dim);white-space:nowrap}.sticky-bar-viewers svg{width:12px;height:12px;stroke:var(--text-dim);fill:none;stroke-width:1.5}.btn-atc--sticky{padding:.6rem 1.4rem;font-size:.65rem;white-space:nowrap}@media(min-width:768px){.sticky-bar-viewers{display:flex}.sticky-bar-title{max-width:240px}}.announcement-item--urgency{color:#fffffff2}.announcement-item--urgency svg{stroke:#ff6b6b}.announcement-countdown{color:#ff6b6b;font-variant-numeric:tabular-nums;margin-left:.2rem}.cart-urgency{display:flex;align-items:center;justify-content:center;gap:.4rem;font-size:.78rem;color:var(--red);padding:.55rem .8rem;margin-bottom:1.2rem;background:var(--red-dim);border:1px solid rgba(196,64,64,.1);border-radius:var(--r-sm);animation:pulse-soft 2.5s ease infinite}.cart-urgency svg{width:14px;height:14px;stroke:var(--red);fill:none;stroke-width:2;flex-shrink:0}.cart-urgency strong{font-variant-numeric:tabular-nums}.cart-page-savings{display:flex;align-items:center;gap:.25rem;font-size:.68rem;color:var(--green);font-weight:600;margin-top:.2rem}.cart-page-savings svg{width:10px;height:10px;stroke:var(--green);fill:none;stroke-width:2;flex-shrink:0}.cart-page-price-compare{font-size:.72rem;color:var(--text-dim);display:block;margin-top:.15rem}.cart-page-shipping{margin:1rem 0;padding:.6rem .8rem;background:var(--bg-warm);border-radius:var(--r-sm)}.cart-page-ship-ok{display:flex;align-items:center;gap:.3rem;font-size:.78rem;color:var(--green);font-weight:600}.cart-page-ship-ok svg{width:14px;height:14px;stroke:var(--green);fill:none;stroke-width:2}.cart-page-ship-progress{display:flex;align-items:center;gap:.3rem;font-size:.78rem;color:var(--text-soft);margin-bottom:.4rem}.cart-page-ship-progress svg{width:14px;height:14px;stroke:var(--gold);fill:none;stroke-width:1.5}.cart-page-trust{display:flex;justify-content:center;gap:1.2rem;flex-wrap:wrap;padding:1rem 0 .5rem}.cart-page-trust span{display:flex;align-items:center;gap:3px;font-size:.62rem;color:var(--text-dim);text-transform:uppercase;letter-spacing:.06em}.cart-page-trust svg{width:12px;height:12px;stroke:var(--gold);fill:none;stroke-width:1.5;opacity:.6}.cart-page .payment-icons{margin-bottom:1rem}.cart-empty-msg{font-size:1rem;color:var(--text-soft);margin-bottom:.5rem}.page-404-trust{display:flex;align-items:center;gap:.3rem;flex-wrap:wrap;justify-content:center;font-size:.62rem;color:var(--text-dim);text-transform:uppercase;letter-spacing:.06em;margin-top:1.5rem}.page-404-trust svg{width:12px;height:12px;stroke:var(--gold);fill:none;stroke-width:1.5;opacity:.6}.search-empty{text-align:center;padding:3rem 0}.search-empty p{color:var(--text-soft);font-size:.92rem}.search-empty-sub{color:var(--text-dim);font-size:.82rem;margin-top:.3rem;margin-bottom:1.2rem}.search-empty-proof{margin-top:1.2rem;font-size:.72rem;color:var(--text-dim)}.final-cta-proof{margin-bottom:1.2rem}.final-cta-proof-text{font-size:.78rem;color:var(--text-dim)}.final-cta-price{display:flex;align-items:baseline;justify-content:center;gap:.5rem;margin-bottom:1rem}.final-cta-price-current{font-family:var(--serif);font-size:1.8rem;font-weight:400;color:var(--text)}.final-cta-price-compare{font-size:.9rem;color:var(--text-dim);text-decoration:line-through}.final-cta-countdown{display:inline-flex;align-items:center;gap:.4rem;font-size:.75rem;color:var(--text-dim);margin-top:1rem;padding:.4rem .7rem;background:var(--red-dim);border:1px solid rgba(196,64,64,.08);border-radius:var(--r-sm)}.final-cta-countdown svg{width:13px;height:13px;stroke:var(--red);fill:none;stroke-width:2;flex-shrink:0}.final-cta-countdown strong{color:var(--red);font-variant-numeric:tabular-nums}.final-cta .btn-atc{max-width:360px;margin:0 auto}.exit-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:400;background:#00000080;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .4s var(--ease)}.exit-overlay.is-visible{opacity:1}.exit-popup{background:#fff;border-radius:var(--r-lg);padding:2.5rem 2rem;text-align:center;max-width:380px;width:90%;position:relative;transform:scale(.9) translateY(20px);transition:transform .45s var(--ease-out)}.exit-overlay.is-visible .exit-popup{transform:scale(1) translateY(0)}.exit-close{position:absolute;top:.8rem;right:.8rem;font-size:1.5rem;color:var(--text-dim);cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .3s}.exit-close:hover{background:var(--surface)}.exit-popup h3{font-family:var(--serif);font-size:1.6rem;margin-bottom:.6rem;color:var(--text)}.exit-popup p{color:var(--text-soft);font-size:.88rem;line-height:1.6;margin-bottom:1.5rem}.exit-popup .btn{font-size:.72rem}.hero-viewers{color:var(--gold-light)}.hero-viewers svg{stroke:var(--gold-light)!important}@media(max-width:767px){.hide-mobile{display:none!important}.footer-reassurance{gap:.6rem}.sticky-bar-left img{width:32px;height:32px}.sticky-bar-title{max-width:100px;font-size:.68rem}.sticky-bar-price{font-size:.65rem}.btn-atc--sticky{padding:.5rem 1rem;font-size:.6rem}}@media(min-width:768px){.hide-desktop{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/base.css.map */
