@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Inter:wght@300;400;500;600&display=swap";:root{--black: #080808;--off-black: #111111;--surface: #161616;--surface2: #1e1e1e;--white: #ffffff;--off-white: #f5f3ef;--cream: #ede9e0;--gold: #c9a96e;--gold-light: #e8d5b0;--muted: #888888;--border: rgba(255,255,255,.08);--border2: rgba(255,255,255,.14);--green: #4caf78}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background:var(--black);color:var(--white);-webkit-font-smoothing:antialiased;line-height:1.6}img{max-width:100%;display:block}.announcement-bar{background:var(--gold);color:var(--black);text-align:center;padding:11px 20px;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.site-header{position:sticky;top:0;z-index:100;background:#080808f7;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border)}.header-inner{max-width:1400px;margin:0 auto;padding:0 5%;display:flex;align-items:center;justify-content:space-between;height:68px}.site-logo{font-family:Playfair Display,serif;font-size:22px;font-weight:600;color:var(--white);text-decoration:none;letter-spacing:.5px}.site-logo span{color:var(--gold)}.main-nav ul{display:flex;gap:36px;list-style:none}.main-nav a{font-size:13px;color:#ffffff80;text-decoration:none;font-weight:400;transition:color .2s}.main-nav a:hover{color:var(--white)}.header-right{display:flex;align-items:center;gap:20px}.header-contact{font-size:12px;color:var(--muted);text-decoration:none}.btn-nav{background:var(--white);color:var(--black);padding:10px 24px;border-radius:3px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;transition:background .2s}.btn-nav:hover{background:var(--cream)}.btn-gold{display:inline-block;background:var(--gold);color:var(--black);padding:16px 36px;border-radius:3px;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;transition:background .2s;border:none;cursor:pointer;font-family:Inter,sans-serif}.btn-gold:hover{background:var(--gold-light)}.btn-white{display:inline-block;background:var(--white);color:var(--black);padding:16px 36px;border-radius:3px;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;transition:background .2s;border:none;cursor:pointer;font-family:Inter,sans-serif;width:100%;text-align:center}.btn-white:hover{background:var(--cream)}.btn-ghost-white{display:inline-block;background:transparent;color:#fff9;padding:16px 36px;border-radius:3px;font-size:13px;font-weight:500;text-decoration:none;transition:color .2s;border:none;cursor:pointer}.btn-ghost-white:hover{color:var(--white)}.btn-dark{display:inline-block;background:var(--black);color:var(--white);padding:17px 36px;border-radius:3px;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;transition:opacity .2s;border:none;cursor:pointer;font-family:Inter,sans-serif}.btn-dark:hover{opacity:.85}.section-eyebrow{font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:16px;display:flex;align-items:center;gap:12px}.section-eyebrow:before{content:"";width:20px;height:1px;background:var(--gold);flex-shrink:0}.section-title{font-family:Playfair Display,serif;font-size:clamp(32px,4vw,56px);font-weight:500;line-height:1.08;letter-spacing:-.5px;color:var(--white);margin-bottom:16px}.section-sub{font-size:16px;color:#fff6;max-width:500px;line-height:1.8;font-weight:300}.hero{min-height:92vh;background:var(--black);display:grid;grid-template-columns:1fr 1fr;position:relative;overflow:hidden}.hero-left{display:flex;flex-direction:column;justify-content:center;padding:80px 5% 80px 7%;position:relative;z-index:2}.hero-eyebrow{font-size:11px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:28px;display:flex;align-items:center;gap:12px}.hero-eyebrow:before{content:"";display:block;width:32px;height:1px;background:var(--gold)}.hero h1{font-family:Playfair Display,serif;font-size:clamp(40px,5vw,70px);font-weight:500;line-height:1.05;letter-spacing:-1.5px;color:var(--white);margin-bottom:24px}.hero h1 em{color:var(--gold);font-style:italic}.hero-sub{font-size:16px;color:#ffffff73;line-height:1.8;max-width:420px;font-weight:300;margin-bottom:44px}.hero-actions{display:flex;gap:16px;align-items:center;margin-bottom:52px;flex-wrap:wrap}.hero-divider{width:40px;height:1px;background:#ffffff1a;margin-bottom:36px}.hero-stats{display:flex;gap:44px}.stat-val{font-family:Playfair Display,serif;font-size:28px;font-weight:400;color:var(--white);line-height:1}.stat-label{font-size:11px;color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-top:5px}.hero-right{background:var(--off-black);position:relative;overflow:hidden}.hero-right .hero-img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0}.hero-right .hero-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--off-black),var(--surface2))}.hero-right .hero-img-placeholder span{font-size:13px;color:#ffffff40;letter-spacing:.1em;text-transform:uppercase}.trust-bar{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.trust-bar-inner{max-width:1200px;margin:0 auto;padding:18px 5%;display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:8px;padding:8px 28px;border-right:1px solid var(--border);font-size:12px;color:#fff6;letter-spacing:.03em}.trust-item:last-child{border-right:none}.trust-item svg{width:14px;height:14px;opacity:.4;flex-shrink:0}.product-feature{padding:110px 5%;background:var(--off-black);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.product-feature-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.product-main-img{aspect-ratio:1;background:var(--surface2);border:1px solid var(--border);border-radius:4px;overflow:hidden;position:relative;margin-bottom:12px}.product-main-img img{width:100%;height:100%;object-fit:cover}.product-main-img .img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--surface2),var(--off-black))}.product-main-img .img-placeholder span{font-size:12px;color:#ffffff40;letter-spacing:.1em;text-transform:uppercase;text-align:center;padding:20px}.product-badge-top{position:absolute;top:20px;right:20px;background:var(--gold);color:var(--black);font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:6px 12px;border-radius:2px;z-index:2}.product-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.product-thumb{aspect-ratio:1;background:var(--surface2);border:1px solid var(--border);border-radius:4px;overflow:hidden}.product-thumb img{width:100%;height:100%;object-fit:cover}.product-thumb .img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.product-thumb .img-placeholder span{font-size:9px;color:#fff3}.product-name{font-family:Playfair Display,serif;font-size:42px;font-weight:500;color:var(--white);line-height:1.05;letter-spacing:-.5px;margin-bottom:6px}.product-tagline{font-size:14px;color:var(--muted);margin-bottom:28px;font-weight:300}.product-price-compare{font-size:16px;color:var(--muted);text-decoration:line-through;margin-bottom:4px}.product-price-main{font-family:Playfair Display,serif;font-size:46px;font-weight:400;color:var(--white);line-height:1;margin-bottom:6px}.product-price-note{font-size:13px;color:var(--muted);margin-bottom:28px;padding-bottom:28px;border-bottom:1px solid var(--border)}.product-features-list{list-style:none;margin-bottom:32px}.product-features-list li{display:flex;align-items:flex-start;gap:14px;padding:14px 0;border-bottom:1px solid var(--border);font-size:14px}.product-features-list li:first-child{border-top:1px solid var(--border)}.feat-dot{width:6px;height:6px;border-radius:50%;background:var(--gold);flex-shrink:0;margin-top:7px}.feat-strong{font-weight:600;color:var(--white);display:block;margin-bottom:2px}.feat-desc{font-size:13px;color:var(--muted)}.atc-form{margin-bottom:12px}.product-stock{display:flex;align-items:center;gap:7px;font-size:13px;color:var(--green);margin-bottom:20px}.stock-dot{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 6px var(--green)}.specs-block{margin-top:32px}.specs-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:16px}.spec-item{background:var(--surface);border-radius:4px;padding:12px 14px}.spec-key{font-size:10px;color:var(--muted);letter-spacing:.06em;text-transform:uppercase;margin-bottom:4px}.spec-val{font-size:14px;color:var(--white);font-weight:500}.benefits{padding:110px 5%;background:var(--black)}.benefits-inner{max-width:1200px;margin:0 auto}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:64px}.benefit-card{background:var(--surface);border:1px solid var(--border);border-radius:4px;padding:40px 32px;transition:background .2s}.benefit-card:hover{background:var(--surface2)}.benefit-icon{font-size:32px;margin-bottom:20px}.benefit-title{font-family:Playfair Display,serif;font-size:20px;font-weight:500;color:var(--white);margin-bottom:12px}.benefit-text{font-size:14px;color:#ffffff59;line-height:1.75}.science-stats{padding:90px 5%;background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.science-stats-inner{max-width:900px;margin:0 auto;display:flex;justify-content:center;gap:80px;text-align:center;flex-wrap:wrap}.science-num{font-family:Playfair Display,serif;font-size:52px;font-weight:400;color:var(--gold);line-height:1}.science-label{font-size:12px;color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-top:8px}.why-section{padding:110px 5%;background:var(--off-black);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.why-inner{max-width:1100px;margin:0 auto}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:56px}.why-item{background:var(--surface);border:1px solid var(--border);border-radius:4px;padding:28px}.why-num{font-family:Playfair Display,serif;font-size:38px;font-weight:400;color:#c9a96e4d;line-height:1;margin-bottom:12px}.why-item h4{font-size:16px;font-weight:600;margin-bottom:8px;color:var(--white);font-family:Playfair Display,serif}.why-item p{font-size:13px;color:#fff6;line-height:1.7}.faq{padding:110px 5%;background:var(--black)}.faq-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 2fr;gap:100px;align-items:start}.faq-sticky{position:static}.faq-sticky-title{font-family:Playfair Display,serif;font-size:36px;font-weight:500;color:var(--white);line-height:1.15;margin-bottom:16px}.faq-sticky-sub{font-size:14px;color:var(--muted);line-height:1.7}.faq-item{border-bottom:1px solid var(--border);padding:22px 0}.faq-item:first-child{border-top:1px solid var(--border)}.faq-q{font-size:15px;font-weight:500;color:var(--white);margin-bottom:10px}.faq-a{font-size:14px;color:#fff6;line-height:1.8}.cta-final{background:var(--off-white);color:var(--black);padding:120px 5%;text-align:center}.cta-final-title{font-family:Playfair Display,serif;font-size:clamp(38px,5vw,64px);font-weight:500;color:var(--black);letter-spacing:-1px;line-height:1.05;margin-bottom:20px}.cta-final-sub{font-size:16px;color:#00000073;max-width:460px;margin:0 auto 44px;line-height:1.8;font-weight:300}.site-footer{background:var(--black);border-top:1px solid var(--border);padding:64px 5% 36px}.footer-inner{max-width:1400px;margin:0 auto}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:60px;padding-bottom:48px;border-bottom:1px solid var(--border);margin-bottom:28px}.footer-logo{font-family:Playfair Display,serif;font-size:20px;font-weight:600;color:var(--white);margin-bottom:12px;display:block}.footer-logo span{color:var(--gold)}.footer-brand p{font-size:13px;color:#ffffff4d;line-height:1.7;max-width:220px}.footer-col h4{font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#ffffff4d;margin-bottom:18px}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:10px}.footer-col ul li a{font-size:13px;color:#fff6;text-decoration:none;transition:color .2s}.footer-col ul li a:hover{color:var(--white)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#fff3;flex-wrap:wrap;gap:10px}.footer-links a{color:#fff3;text-decoration:none;margin-left:18px;transition:color .2s}.footer-links a:hover{color:#ffffff80}@media(max-width:960px){.hero,.product-feature-inner,.why-grid,.faq-inner{grid-template-columns:1fr}.hero-right{min-height:300px}.main-nav,.header-contact{display:none}.benefits-grid{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr 1fr;gap:36px}.trust-item{padding:8px 16px}.hero-stats{gap:24px}.faq-inner{gap:40px}.product-thumbs{grid-template-columns:repeat(4,1fr)}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/theme.css.map */
