:root{--teal:#00E5C3;--teal-dim:rgba(0,229,195,.15);--teal-glow:rgba(0,229,195,.35);--gold:#FFD166;--bg:#070909;--bg2:#0D1111;--bg3:#111615;--text:#F0EDE8;--text-muted:rgba(240,237,232,.55);--border:rgba(0,229,195,.12)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:DM Sans,sans-serif;font-weight:300;overflow-x:hidden}nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 5%;background:#070909d9;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:.5px solid var(--border)}.logo{font-family:Cormorant Garamond,serif;font-size:1.75rem;font-weight:300;letter-spacing:.22em;color:var(--text);text-decoration:none}.logo span{color:var(--teal)}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:var(--text-muted);text-decoration:none;font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;transition:color .3s}.nav-links a:hover{color:var(--teal)}.nav-cta{background:var(--teal);color:#070909;padding:.6rem 1.5rem;border-radius:2px;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;font-weight:500;transition:opacity .3s}.nav-cta:hover{opacity:.85}.hero{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:8rem 5% 5rem;position:relative;overflow:hidden;gap:4rem}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 70% at 65% 50%,rgba(0,229,195,.07) 0%,transparent 70%),radial-gradient(ellipse 40% 40% at 20% 80%,rgba(255,209,102,.04) 0%,transparent 60%);pointer-events:none}.hero-eyebrow{font-size:.72rem;letter-spacing:.28em;text-transform:uppercase;color:var(--teal);margin-bottom:1.2rem;display:flex;align-items:center;gap:.75rem}.hero-eyebrow:before{content:"";display:block;width:28px;height:.5px;background:var(--teal)}.hero h1{font-family:Cormorant Garamond,serif;font-size:clamp(3rem,6vw,5.5rem);font-weight:300;line-height:1.04;letter-spacing:.01em;margin-bottom:1.5rem}.hero h1 em{font-style:italic;color:var(--teal)}.hero-sub{font-size:1rem;color:var(--text-muted);line-height:1.7;max-width:400px;margin-bottom:2.5rem}.hero-actions{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.btn-primary{background:var(--teal);color:#070909;padding:.9rem 2.4rem;border-radius:2px;font-size:.85rem;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;font-weight:500;display:inline-block;transition:opacity .3s}.btn-primary:hover{opacity:.85}.btn-ghost{color:var(--text-muted);font-size:.82rem;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;border-bottom:.5px solid currentColor;padding-bottom:2px;transition:color .3s}.btn-ghost:hover{color:var(--text)}.hero-img-wrap{position:relative;display:flex;justify-content:center;align-items:center}.hero-glow{position:absolute;width:380px;height:380px;border-radius:50%;background:radial-gradient(circle,rgba(0,229,195,.18) 0%,transparent 70%);animation:pulse 4s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.08);opacity:.7}}.hero-product{position:relative;z-index:2;width:clamp(300px,28vw,480px);height:clamp(300px,28vw,480px);border-radius:28px;overflow:hidden;border:.5px solid var(--border);display:flex;align-items:center;justify-content:center}.hero-product img{width:100%;height:100%;object-fit:cover}.hero-rings{position:absolute;width:clamp(300px,28vw,480px);height:clamp(300px,28vw,480px);border-radius:28px;border:.5px solid var(--teal-glow);animation:ring-out 3s ease-out infinite}.hero-rings:before{content:"";position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;border-radius:36px;border:.5px solid rgba(0,229,195,.12);animation:ring-out 3s ease-out infinite 1s}.hero-rings:after{content:"";position:absolute;top:-40px;right:-40px;bottom:-40px;left:-40px;border-radius:44px;border:.5px solid rgba(0,229,195,.06);animation:ring-out 3s ease-out infinite 2s}@keyframes ring-out{0%{transform:scale(1);opacity:1}to{transform:scale(1.4);opacity:0}}.hero-badge{position:absolute;top:15%;right:-10%;background:var(--bg2);border:.5px solid var(--border);border-radius:6px;padding:.75rem 1rem;z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-badge-num{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:600;color:var(--teal);display:block;line-height:1}.hero-badge-label{font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);margin-top:2px;display:block}.hero-badge2{position:absolute;bottom:20%;left:-8%;background:var(--bg2);border:.5px solid var(--border);border-radius:6px;padding:.75rem 1rem;z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;gap:.7rem}.stars{color:var(--gold);font-size:.85rem;letter-spacing:1px}.hero-badge2-text{font-size:.72rem;color:var(--text-muted)}.hero-badge2-text strong{color:var(--text);display:block;font-size:.82rem;font-weight:400}.stats-bar{border-top:.5px solid var(--border);border-bottom:.5px solid var(--border);display:grid;grid-template-columns:repeat(4,1fr);background:var(--bg2)}.stat-item{padding:2rem 1.5rem;text-align:center;border-right:.5px solid var(--border)}.stat-item:last-child{border-right:none}.stat-num{font-family:Cormorant Garamond,serif;font-size:2.2rem;font-weight:300;color:var(--teal);display:block;line-height:1}.stat-label{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--text-muted);margin-top:.3rem;display:block}.section{padding:7rem 5%}.section-label{font-size:.72rem;letter-spacing:.28em;text-transform:uppercase;color:var(--teal);margin-bottom:1rem;display:flex;align-items:center;gap:.75rem}.section-label:before{content:"";display:block;width:20px;height:.5px;background:var(--teal)}.section-title{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,4vw,3.5rem);font-weight:300;line-height:1.1;margin-bottom:1.5rem}.section-title em{font-style:italic;color:var(--teal)}.problem-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;margin-top:4rem}.problem-cards{display:grid;gap:1rem}.prob-card{background:var(--bg2);border:.5px solid var(--border);border-radius:4px;padding:1.25rem 1.5rem;display:flex;align-items:flex-start;gap:1rem}.prob-icon{width:36px;height:36px;border-radius:50%;background:#ff64501a;border:.5px solid rgba(255,100,80,.2);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1rem}.prob-card h4{font-size:.92rem;font-weight:500;color:var(--text);margin-bottom:.25rem}.prob-card p{font-size:.82rem;color:var(--text-muted);line-height:1.6}.solution-text{max-width:420px}.solution-text p{color:var(--text-muted);line-height:1.8;font-size:.95rem;margin-bottom:1.5rem}.solution-divider{width:40px;height:1px;background:var(--teal);margin:1.5rem 0}.features{background:var(--bg2);padding:7rem 5%;border-top:.5px solid var(--border);border-bottom:.5px solid var(--border)}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:4rem}.feat-card{background:var(--bg3);border:.5px solid var(--border);border-radius:4px;padding:2rem 1.5rem;transition:border-color .3s,transform .3s}.feat-card:hover{border-color:#00e5c366;transform:translateY(-4px)}.feat-icon{width:48px;height:48px;border-radius:50%;background:var(--teal-dim);border:.5px solid var(--teal-glow);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:1.4rem}.feat-card h3{font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:400;margin-bottom:.75rem;color:var(--text)}.feat-card p{font-size:.82rem;color:var(--text-muted);line-height:1.7}.feat-tag{display:inline-block;margin-top:1rem;font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--teal);border:.5px solid var(--border);padding:.25rem .65rem;border-radius:2px}.how-works{padding:7rem 5%}.steps-wrap{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:5rem;position:relative}.step{padding:0 2rem;position:relative}.step-num{width:56px;height:56px;border-radius:50%;background:var(--teal-dim);border:.5px solid var(--teal-glow);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;position:relative;z-index:2}.step-num-inner{font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:300;color:var(--teal)}.step h3{font-family:Cormorant Garamond,serif;font-size:1.35rem;font-weight:400;margin-bottom:.75rem}.step p{font-size:.83rem;color:var(--text-muted);line-height:1.75}.specs{background:var(--bg2);border-top:.5px solid var(--border);border-bottom:.5px solid var(--border);padding:7rem 5%}.specs-inner{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:start;max-width:900px;margin:4rem auto 0}.spec-group h4{font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--teal);margin-bottom:1.5rem}.spec-row{display:flex;justify-content:space-between;align-items:center;padding:.85rem 0;border-bottom:.5px solid var(--border)}.spec-row:last-child{border-bottom:none}.spec-key{font-size:.82rem;color:var(--text-muted)}.spec-val{font-size:.85rem;font-weight:500;color:var(--text)}.social{padding:7rem 5%;text-align:center}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:4rem;text-align:left}.review-card{background:var(--bg2);border:.5px solid var(--border);border-radius:4px;padding:1.5rem}.review-stars{color:var(--gold);font-size:.9rem;letter-spacing:2px;margin-bottom:.75rem}.review-text{font-size:.85rem;line-height:1.75;color:var(--text-muted);margin-bottom:1rem;font-style:italic}.review-author{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted)}.review-author strong{color:var(--text);font-weight:400}.tiktok-badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--teal-dim);border:.5px solid var(--border);border-radius:50px;padding:.5rem 1.2rem;font-size:.75rem;letter-spacing:.1em;color:var(--teal);text-transform:uppercase;margin-bottom:3rem}.tiktok-dot{width:7px;height:7px;border-radius:50%;background:var(--teal);animation:blink 2s ease-in-out infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.cta-section{padding:8rem 5%;text-align:center;position:relative;overflow:hidden}.cta-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 80% at 50% 50%,rgba(0,229,195,.06) 0%,transparent 70%);pointer-events:none}.cta-section h2{font-family:Cormorant Garamond,serif;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:300;line-height:1.05;margin-bottom:1.5rem;position:relative}.cta-section h2 em{font-style:italic;color:var(--teal)}.cta-section p{font-size:.95rem;color:var(--text-muted);margin-bottom:3rem;max-width:440px;margin-left:auto;margin-right:auto;position:relative}.price-wrap{display:flex;align-items:baseline;justify-content:center;gap:.75rem;margin-bottom:2.5rem;position:relative}.price-orig{font-size:1rem;text-decoration:line-through;color:var(--text-muted)}.price-sale{font-family:Cormorant Garamond,serif;font-size:3rem;font-weight:300;color:var(--teal)}.price-label{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--teal);align-self:center}.cta-sub{font-size:.75rem;color:var(--text-muted);letter-spacing:.08em;margin-top:1.5rem}.trust-row{display:flex;align-items:center;justify-content:center;gap:2.5rem;margin-top:3rem;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:.5rem;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted)}.trust-icon{width:16px;height:16px;border-radius:50%;background:var(--teal-dim);border:.5px solid var(--teal-glow);display:flex;align-items:center;justify-content:center;font-size:.6rem;color:var(--teal)}footer{border-top:.5px solid var(--border);padding:3rem 5%;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.footer-logo{font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:300;letter-spacing:.22em;color:var(--text-muted)}.footer-logo span{color:var(--teal)}.footer-copy{font-size:.72rem;letter-spacing:.08em;color:#f0ede84d;text-align:center}.footer-links{display:flex;gap:1.5rem;justify-content:flex-end;list-style:none;flex-wrap:wrap}.footer-links a{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:#f0ede859;text-decoration:none;transition:color .3s;white-space:nowrap}.footer-links a:hover{color:var(--teal)}.color-row{display:flex;gap:.75rem;margin-top:2rem;justify-content:center}.swatch{width:36px;height:36px;border-radius:50%;cursor:pointer;border:2px solid transparent;transition:border-color .3s}.swatch.active,.swatch:hover{border-color:var(--teal)}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}@media(max-width:900px){.hero{grid-template-columns:1fr;padding-top:7rem;text-align:center}.hero-sub{margin:0 auto 2.5rem}.hero-actions{justify-content:center}.hero-img-wrap{margin-top:2rem}.hero-product,.hero-rings{width:clamp(240px,72vw,300px);height:clamp(240px,72vw,300px)}.stats-bar,.features-grid{grid-template-columns:repeat(2,1fr)}.problem-grid,.steps-wrap,.reviews-grid,.specs-inner{grid-template-columns:1fr}footer{grid-template-columns:1fr;gap:1.5rem;text-align:center}.footer-links{justify-content:center;gap:1rem 1.25rem}}.hero-product img,.hero-product svg{width:100%;height:100%;object-fit:cover;display:block}.hero-product .placeholder-svg{background:linear-gradient(135deg,#0d1111,#111615);fill:var(--teal);opacity:.85}.logo img{height:var(--logo-h,48px);width:auto;display:block}.footer-logo img{height:var(--flogo-h,40px);width:auto;display:block}@media(max-width:600px){.logo img{max-height:42px}.footer-logo img{max-height:34px}}.nav-right{display:flex;align-items:center;gap:1.25rem}.cart-btn{position:relative;background:none;border:none;color:var(--text);cursor:pointer;display:flex;align-items:center;padding:.25rem;line-height:0}.cart-btn svg{width:22px;height:22px;stroke:var(--text);transition:stroke .3s}.cart-btn:hover svg{stroke:var(--teal)}.cart-count{position:absolute;top:-6px;right:-8px;min-width:17px;height:17px;padding:0 4px;border-radius:9px;background:var(--teal);color:#070909;font-size:.62rem;font-weight:600;display:flex;align-items:center;justify-content:center;font-family:DM Sans,sans-serif;opacity:0;transform:scale(.6);transition:opacity .2s,transform .2s}.cart-count.has-items{opacity:1;transform:scale(1)}.nav-burger{display:none;background:none;border:none;cursor:pointer;width:26px;height:20px;position:relative;padding:0}.nav-burger span{position:absolute;left:0;width:100%;height:1.5px;background:var(--text);transition:transform .3s,opacity .3s}.nav-burger span:nth-child(1){top:0}.nav-burger span:nth-child(2){top:9px}.nav-burger span:nth-child(3){top:18px}body.nav-open .nav-burger span:nth-child(1){transform:translateY(9px) rotate(45deg)}body.nav-open .nav-burger span:nth-child(2){opacity:0}body.nav-open .nav-burger span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.mobile-menu{position:fixed;top:0;left:0;bottom:0;width:78%;max-width:320px;background:var(--bg2);border-right:.5px solid var(--border);z-index:200;transform:translate(-100%);transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;padding:5.5rem 2rem 2rem}body.nav-open .mobile-menu{transform:translate(0)}.mobile-menu a{color:var(--text);text-decoration:none;font-size:1rem;letter-spacing:.1em;text-transform:uppercase;padding:1rem 0;border-bottom:.5px solid var(--border);transition:color .3s}.mobile-menu a:hover{color:var(--teal)}.mobile-menu .nav-cta{margin-top:1.5rem;text-align:center;border-bottom:none;color:#070909}.mobile-menu .nav-cta:hover{color:#070909;opacity:.85}.nav-overlay,.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:150;opacity:0;visibility:hidden;transition:opacity .35s,visibility .35s}body.nav-open .nav-overlay,.cart-overlay.open{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:90%;max-width:400px;background:var(--bg2);border-left:.5px solid var(--border);z-index:300;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.cart-drawer.open{transform:translate(0)}.cart-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.75rem;border-bottom:.5px solid var(--border)}.cart-drawer-head h3{font-family:Cormorant Garamond,serif;font-weight:400;font-size:1.4rem;letter-spacing:.04em}.cart-close{background:none;border:none;color:var(--text-muted);font-size:1.6rem;line-height:1;cursor:pointer;transition:color .3s}.cart-close:hover{color:var(--teal)}.cart-drawer-body{flex:1;overflow-y:auto;padding:1.25rem 1.75rem}.cart-empty{color:var(--text-muted);font-size:.9rem;text-align:center;margin-top:3rem}.cart-line{display:flex;gap:1rem;padding:1.1rem 0;border-bottom:.5px solid var(--border)}.cart-line-img{width:64px;height:64px;border-radius:10px;overflow:hidden;flex-shrink:0;background:var(--bg3);border:.5px solid var(--border)}.cart-line-img img{width:100%;height:100%;object-fit:cover}.cart-line-info{flex:1;min-width:0}.cart-line-title{font-size:.88rem;color:var(--text);margin-bottom:.25rem}.cart-line-price{font-size:.85rem;color:var(--teal);margin-bottom:.6rem}.cart-qty{display:flex;align-items:center;gap:.6rem}.cart-qty-btn{width:26px;height:26px;border-radius:6px;background:var(--bg3);border:.5px solid var(--border);color:var(--text);cursor:pointer;font-size:.9rem;line-height:1;transition:border-color .3s}.cart-qty-btn:hover{border-color:var(--teal)}.cart-qty span{font-size:.85rem;min-width:18px;text-align:center}.cart-remove{margin-left:auto;background:none;border:none;color:var(--text-muted);font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:color .3s}.cart-remove:hover{color:#ff6450}.cart-drawer-foot{padding:1.5rem 1.75rem;border-top:.5px solid var(--border)}.cart-subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.cart-subtotal-label{font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted)}.cart-subtotal-val{font-family:Cormorant Garamond,serif;font-size:1.6rem;color:var(--text)}.cart-checkout{width:100%;text-align:center;justify-content:center}.cart-viewcart{display:block;text-align:center;margin-top:.9rem;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);text-decoration:none;transition:color .3s}.cart-viewcart:hover{color:var(--teal)}.contact-wrap{max-width:620px;margin:3rem auto 0}.contact-form{display:grid;gap:1.25rem;margin-top:2.5rem}.contact-field{display:flex;flex-direction:column;gap:.5rem}.contact-field label{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--text-muted)}.contact-field input,.contact-field textarea{background:var(--bg2);border:.5px solid var(--border);border-radius:4px;padding:.9rem 1rem;color:var(--text);font-family:DM Sans,sans-serif;font-size:.92rem;font-weight:300;transition:border-color .3s}.contact-field input:focus,.contact-field textarea:focus{outline:none;border-color:var(--teal)}.contact-field textarea{resize:vertical;min-height:140px}.contact-form button{justify-self:start;cursor:pointer;border:none}.form-success{background:var(--teal-dim);border:.5px solid var(--teal-glow);border-radius:4px;padding:1rem 1.25rem;color:var(--teal);font-size:.9rem;margin-top:2rem}.form-errors{background:#ff64501a;border:.5px solid rgba(255,100,80,.3);border-radius:4px;padding:1rem 1.25rem;color:#ff8a78;font-size:.88rem;margin-top:2rem;list-style:none}@media(max-width:900px){.nav-links{display:none}.nav-burger{display:block}nav{padding:1rem 5%}.nav-right .nav-cta{display:none}}.btn-outline{background:none;color:var(--teal);border:.5px solid var(--teal-glow);padding:.9rem 2.4rem;border-radius:2px;font-size:.85rem;letter-spacing:.12em;text-transform:uppercase;font-weight:500;display:inline-block;cursor:pointer;transition:background .3s,color .3s}.btn-outline:hover{background:var(--teal-dim)}.pdp{padding:8rem 5% 6rem;max-width:1200px;margin:0 auto}.pdp-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.pdp-gallery{position:sticky;top:6rem}.gallery-main{position:relative;border-radius:24px;overflow:hidden;border:.5px solid var(--border);background:var(--bg2)}.gallery-track{display:flex;transition:transform .45s cubic-bezier(.4,0,.2,1)}.gallery-slide{min-width:100%;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center}.gallery-slide img,.gallery-slide svg{width:100%;height:100%;object-fit:cover;display:block}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:42px;height:42px;border-radius:50%;background:#0709098c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:.5px solid var(--border);color:var(--text);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .3s,border-color .3s}.gallery-arrow svg{width:20px;height:20px;stroke:var(--text)}.gallery-arrow:hover{background:#070909cc;border-color:var(--teal)}.gallery-arrow:hover svg{stroke:var(--teal)}.gallery-prev{left:14px}.gallery-next{right:14px}.gallery-dots{display:flex;gap:.5rem;justify-content:center;margin-top:1.25rem}.gallery-dot{width:7px;height:7px;border-radius:50%;border:none;background:var(--border);cursor:pointer;padding:0;transition:background .3s,transform .3s}.gallery-dot.active{background:var(--teal);transform:scale(1.3)}.pdp-info .section-label{margin-bottom:1rem}.pdp-title{font-family:Cormorant Garamond,serif;font-weight:300;font-size:clamp(2.2rem,4vw,3.4rem);line-height:1.05;margin-bottom:1rem}.pdp-price{font-family:Cormorant Garamond,serif;font-size:2rem;color:var(--teal);margin-bottom:1.75rem}.pdp-desc{color:var(--text-muted);line-height:1.8;font-size:.95rem;margin-bottom:2rem}.pdp-desc p{margin-bottom:1rem}.pdp-option{margin-bottom:2rem}.pdp-option-label{font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.9rem}.pdp-option-label span{color:var(--text)}.pdp-swatches{display:flex;gap:.85rem;flex-wrap:wrap}.pdp-swatch{width:40px;height:40px;border-radius:50%;cursor:pointer;border:2px solid transparent;outline:.5px solid var(--border);outline-offset:2px;transition:border-color .25s,transform .25s;padding:0}.pdp-swatch:hover{transform:scale(1.06)}.pdp-swatch.active{border-color:var(--teal)}.pdp-swatch.soldout{opacity:.35;cursor:not-allowed}.pdp-select{width:100%;background:var(--bg2);border:.5px solid var(--border);border-radius:4px;padding:.9rem 1rem;color:var(--text);font-family:DM Sans,sans-serif;font-size:.92rem}.pdp-addon{display:flex;align-items:flex-start;gap:.85rem;background:var(--bg2);border:.5px solid var(--border);border-radius:8px;padding:1.1rem 1.25rem;margin-bottom:2rem;cursor:pointer;transition:border-color .3s}.pdp-addon:hover{border-color:var(--teal-glow)}.pdp-addon input{position:absolute;opacity:0;pointer-events:none}.pdp-addon-check{flex-shrink:0;width:20px;height:20px;border-radius:5px;border:.5px solid var(--border);background:var(--bg3);position:relative;transition:background .25s,border-color .25s;margin-top:1px}.pdp-addon input:checked+.pdp-addon-check{background:var(--teal);border-color:var(--teal)}.pdp-addon input:checked+.pdp-addon-check:after{content:"";position:absolute;left:6px;top:2px;width:5px;height:10px;border:solid #070909;border-width:0 2px 2px 0;transform:rotate(45deg)}.pdp-addon input:focus-visible+.pdp-addon-check{outline:2px solid var(--teal-glow);outline-offset:2px}.pdp-addon-text{font-size:.9rem;color:var(--text);line-height:1.4}.pdp-addon-text em{color:var(--teal);font-style:normal;font-weight:500}.pdp-addon-text small{display:block;color:var(--text-muted);font-size:.75rem;margin-top:.25rem}.pdp-actions{display:flex;gap:1rem;flex-wrap:wrap}.pdp-actions .btn-primary{cursor:pointer;border:none}.pdp-actions .btn-primary[disabled]{opacity:.4;cursor:not-allowed}.faq-section{padding:7rem 5%;max-width:820px;margin:0 auto}.faq-list{margin-top:3.5rem;display:flex;flex-direction:column;gap:.85rem}.faq-item{background:var(--bg2);border:.5px solid var(--border);border-radius:8px;overflow:hidden}.faq-item summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.4rem 1.6rem;font-size:.98rem;color:var(--text);transition:color .3s}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:hover{color:var(--teal)}.faq-icon{position:relative;flex-shrink:0;width:14px;height:14px}.faq-icon:before,.faq-icon:after{content:"";position:absolute;background:var(--teal);transition:transform .3s}.faq-icon:before{top:6px;left:0;width:14px;height:1.5px}.faq-icon:after{top:0;left:6px;width:1.5px;height:14px}.faq-item[open] .faq-icon:after{transform:scaleY(0)}.faq-answer{padding:0 1.6rem 1.5rem;color:var(--text-muted);line-height:1.8;font-size:.9rem}.cookie-banner{position:fixed;left:1.25rem;right:1.25rem;bottom:1.25rem;z-index:400;max-width:640px;margin:0 auto;background:var(--bg2);border:.5px solid var(--border);border-radius:12px;padding:1.4rem 1.6rem;display:flex;align-items:center;gap:1.5rem;box-shadow:0 20px 60px #00000080;opacity:0;transform:translateY(20px);transition:opacity .4s,transform .4s}.cookie-banner.show{opacity:1;transform:translateY(0)}.cookie-text{font-size:.82rem;line-height:1.6;color:var(--text-muted);flex:1;font-family:DM Sans,sans-serif}.cookie-actions{display:flex;gap:.75rem;flex-shrink:0}.cookie-btn{font-family:DM Sans,sans-serif;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;padding:.65rem 1.4rem;border-radius:2px;cursor:pointer;transition:opacity .3s,background .3s,color .3s;font-weight:500}.cookie-decline{background:none;border:.5px solid var(--border);color:var(--text-muted)}.cookie-decline:hover{color:var(--text);border-color:var(--text-muted)}.cookie-accept{background:var(--teal);border:none;color:#070909}.cookie-accept:hover{opacity:.85}.field-error{display:none;font-size:.75rem;color:#ff8a78;letter-spacing:.04em;margin-top:.1rem}.field-error.show{display:block}.contact-field.invalid input,.contact-field.invalid textarea{border-color:#ff6450}@media(max-width:820px){.pdp{padding:6.5rem 5% 4rem}.pdp-grid{grid-template-columns:1fr;gap:2rem}.pdp-gallery{position:static}.cookie-banner{flex-direction:column;align-items:stretch;text-align:center}.cookie-actions{justify-content:center}}.cookie-banner[hidden]{display:none!important}
/*# sourceMappingURL=/cdn/shop/t/5/assets/aeris.css.map */
