:root{--black: #1c1c1c;--grey-dark: #555555;--grey-mid: #888888;--grey-light: #e5e5e5;--grey-bg: #efe6dd;--white: #ffffff;--accent: #f8b2b0;--accent-light: #efe6dd;--accent-dark: #cc4c47;--brand-deep: #660916;--font: "Poppins", -apple-system, sans-serif;--ease: cubic-bezier(.25, .46, .45, .94)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--white);color:var(--black);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:var(--font);cursor:pointer;border:none;background:none}ul{list-style:none}::selection{background:var(--accent);color:var(--white)}.announce-bar{background:var(--brand-deep);color:var(--white);text-align:center;padding:11px 20px;font-size:12px;font-weight:500;letter-spacing:.06em;display:flex;align-items:center;justify-content:center;gap:12px}.announce-bar .sep{opacity:.35}.announce-bar a{color:var(--white);text-decoration:underline;text-underline-offset:3px}.header{position:sticky;top:0;z-index:200;background:var(--accent);border-bottom:none;transition:background .3s ease,box-shadow .3s ease}.header.scrolled{box-shadow:0 2px 16px #0000000f}.header-inner{max-width:1300px;margin:0 auto;padding:0 40px;height:70px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.nav-left{display:flex;align-items:center;gap:28px}.nav-left a{font-size:13px;font-weight:500;color:var(--black);letter-spacing:.02em;transition:color .2s;position:relative}.nav-left a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:var(--black);transition:width .25s var(--ease)}.nav-left a:hover{color:var(--brand-deep)}.nav-left a:hover:after,.nav-left a.active:after{width:100%;background:var(--brand-deep)}.header-logo{display:flex;justify-content:center}.header-logo .logo-light{display:none;max-height:38px;width:auto}.header-logo .logo-dark{display:block;max-height:38px;width:auto}.nav-right{display:flex;align-items:center;justify-content:flex-end;gap:20px}.nav-right a{font-size:13px;font-weight:500;color:var(--black);transition:color .2s}.nav-right a:hover{color:var(--brand-deep)}.nav-icon-btn{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s;color:var(--black)}.nav-icon-btn:hover{background:var(--grey-bg)}.nav-icon-btn svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.cart-bubble{position:relative;display:inline-flex}.cart-count{position:absolute;top:-4px;right:-6px;background:var(--accent);color:var(--black);font-size:9px;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}body.template-index .header{background:transparent}body.template-index .header.scrolled{background:var(--accent);box-shadow:0 2px 16px #0000000f}body.template-index .nav-left a{color:var(--white)}body.template-index .nav-left a:after{background:var(--white)}body.template-index .nav-left a:hover{color:#ffffffb3}body.template-index .header.scrolled .nav-left a{color:var(--black)}body.template-index .header.scrolled .nav-left a:after{background:var(--brand-deep)}body.template-index .header.scrolled .nav-left a:hover{color:var(--brand-deep)}body.template-index .nav-right a{color:var(--white)}body.template-index .nav-right a:hover{color:#ffffffb3}body.template-index .header.scrolled .nav-right a{color:var(--black)}body.template-index .header.scrolled .nav-right a:hover{color:var(--brand-deep)}body.template-index .nav-icon-btn{color:var(--white)}body.template-index .nav-icon-btn:hover{background:#ffffff26}body.template-index .header.scrolled .nav-icon-btn{color:var(--black)}body.template-index .header.scrolled .nav-icon-btn:hover{background:var(--grey-bg)}body.template-index .nav-hamburger span{background:var(--white)}body.template-index .header.scrolled .nav-hamburger span{background:var(--black)}body.template-index .cart-count{background:var(--white);color:var(--black)}body.template-index .header.scrolled .cart-count{background:var(--accent);color:var(--black)}body.template-index .header-logo .logo-light{display:block}body.template-index .header-logo .logo-dark,body.template-index .header.scrolled .header-logo .logo-light{display:none}body.template-index .header.scrolled .header-logo .logo-dark{display:block}.nav-hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;background:none;border:none;cursor:pointer;padding:2px 0}.nav-hamburger span{display:block;width:100%;height:2px;background:var(--black);border-radius:2px;transition:background .3s}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;background:var(--white);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:36px;opacity:0;pointer-events:none;transition:opacity .3s ease}.mobile-menu.open{opacity:1;pointer-events:all}.mobile-menu a{font-family:Jost,Futura,Century Gothic,sans-serif;font-size:32px;font-weight:400;letter-spacing:.01em;color:var(--black);transition:color .2s}.mobile-menu a:hover{color:var(--accent-dark)}.mobile-menu-close{position:absolute;top:20px;right:20px;background:none;border:none;cursor:pointer;width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:var(--black)}.mobile-menu-close svg{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round}.footer{background:var(--accent);border-top:none;padding:72px 40px 32px}.footer-inner{max-width:1100px;margin:0 auto}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:60px;padding-bottom:56px;border-bottom:1px solid rgba(0,0,0,.1)}.footer-brand img{max-height:52px;width:auto;margin-bottom:16px}.footer-brand p{font-size:13px;font-weight:400;line-height:1.7;color:var(--grey-dark);max-width:260px}.footer-social{display:flex;gap:10px;margin-top:20px}.footer-social a{width:34px;height:34px;border-radius:50%;border:1px solid var(--grey-light);display:flex;align-items:center;justify-content:center;transition:border-color .2s,color .2s;color:var(--grey-dark)}.footer-social a:hover{border-color:var(--black);color:var(--black)}.footer-social svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.footer-col h4{font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--black);margin-bottom:18px}.footer-col ul{display:flex;flex-direction:column;gap:11px}.footer-col a{font-size:13px;font-weight:400;color:var(--grey-dark);transition:color .2s}.footer-col a:hover{color:var(--black)}.footer-bottom{padding-top:28px;display:flex;justify-content:space-between;align-items:center;font-size:12px;font-weight:400;color:var(--grey-mid)}.footer-bottom a{color:var(--grey-mid);transition:color .2s}.footer-bottom a:hover{color:var(--black)}.section-header{text-align:center;margin-bottom:56px}.section-tag{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:12px}.section-title{font-family:Jost,Futura,Century Gothic,sans-serif;font-size:clamp(28px,3.5vw,42px);font-weight:400;line-height:1.1;letter-spacing:.01em;color:var(--black)}.section-title em{font-style:italic;font-weight:300;color:#f15c67}.section-sub{font-size:16px;font-weight:400;line-height:1.65;color:var(--grey-dark);max-width:520px;margin:12px auto 0}.trust-bar{background:var(--white);border-bottom:1px solid var(--grey-light);padding:16px 40px}.trust-bar-inner{max-width:1100px;margin:0 auto;display:flex;justify-content:space-around;align-items:center;flex-wrap:wrap;gap:10px}.trust-item{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:var(--black);letter-spacing:.04em;white-space:nowrap}.trust-item svg{width:16px;height:16px;flex-shrink:0;stroke:var(--accent);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.marquee{background:var(--accent);padding:14px 0;overflow:hidden}.marquee-track{display:flex;gap:48px;animation:marquee 28s linear infinite;white-space:nowrap;width:max-content;align-items:center}.marquee-item{font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#660916cc;display:inline-flex;align-items:center;gap:48px}.marquee-sep{width:4px;height:4px;border-radius:50%;background:#66091640}.hero-home{width:100%;line-height:0;margin-top:-70px;position:relative;z-index:1}.hero-home img{width:100%;height:auto;display:block;max-height:95vh;object-fit:cover;object-position:center}.product-section{padding:96px 40px;background:#f2ebe5}.product-section-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.3fr 1fr;gap:64px;align-items:start}.product-visual{position:sticky;top:80px;margin-top:-56px}.product-visual:after{content:"";position:absolute;bottom:13%;left:50%;transform:translate(-50%);width:55%;height:24px;background:#00000080;border-radius:50%;filter:blur(12px);z-index:0}.product-visual-img{width:100%;aspect-ratio:1/1;border-radius:0;overflow:visible;position:relative;z-index:1}.product-visual-img img{width:100%;height:100%;object-fit:contain;display:block;filter:drop-shadow(0 32px 24px rgba(0,0,0,.18));position:absolute;top:0;right:0;bottom:0;left:0;transition:opacity .5s ease}.product-visual-img img.img-back,.product-visual-img:hover img.img-front{opacity:0}.product-visual-img:hover img.img-back{opacity:1}.product-info{display:flex;flex-direction:column;gap:20px}.product-info .section-tag{text-align:left;display:block}.product-name{font-family:Jost,Futura,Century Gothic,sans-serif;font-size:clamp(30px,3.2vw,42px);font-weight:400;line-height:1.15;letter-spacing:.01em;color:var(--black)}.product-rating{display:flex;align-items:center;gap:8px}.product-stars{color:#f0a500;font-size:14px;letter-spacing:1px}.product-rating-text{font-size:13px;font-weight:500;color:var(--grey-dark)}.product-price-row{display:flex;align-items:baseline;gap:10px;padding-bottom:18px;border-bottom:1px solid var(--grey-light)}.product-price{font-family:Jost,Futura,Century Gothic,sans-serif;font-size:52px;font-weight:300;letter-spacing:-.02em;color:var(--brand-deep)}.product-price-note{font-size:13px;font-weight:500;color:var(--grey-dark)}.product-desc{font-size:15px;font-weight:400;line-height:1.7;color:var(--grey-dark)}.product-perks{display:flex;flex-direction:column;gap:10px}.product-perk{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:500;color:var(--black)}.product-perk-icon{width:22px;height:22px;border-radius:50%;background:var(--accent-light);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:11px;color:var(--accent);font-weight:700}.product-cta-group{display:flex;flex-direction:column;gap:10px}.btn-add{background:var(--accent-dark);color:var(--white);padding:16px 32px;border-radius:8px;font-size:14px;font-weight:700;letter-spacing:.04em;transition:all .25s var(--ease);width:100%;display:flex;align-items:center;justify-content:center;gap:10px;border:none;cursor:pointer}.btn-add:hover{background:var(--accent);transform:translateY(-1px);box-shadow:0 6px 20px #00000026}.btn-subscribe{background:transparent;color:var(--black);padding:14px 32px;border-radius:8px;font-size:13px;font-weight:600;letter-spacing:.04em;border:1.5px solid var(--grey-light);transition:all .2s var(--ease);width:100%;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}.btn-subscribe:hover{border-color:var(--black)}.product-disclaimer{font-size:11px;font-weight:400;line-height:1.6;color:var(--grey-mid)}.benefits-section{padding:96px 40px;background:var(--accent)}.benefits-section .section-tag{color:var(--brand-deep)}.benefits-inner{max-width:1100px;margin:0 auto}.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.benefit-card{background:var(--white);border-radius:16px;padding:40px 32px;border:1px solid var(--grey-light);transition:box-shadow .3s var(--ease),transform .3s var(--ease)}.benefit-card:hover{box-shadow:0 12px 40px #00000014;transform:translateY(-4px)}.benefit-icon{width:48px;height:48px;border-radius:12px;background:var(--accent-light);display:flex;align-items:center;justify-content:center;margin-bottom:22px}.benefit-icon svg{width:22px;height:22px;stroke:var(--accent);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.benefit-card h3{font-family:Jost,Futura,Century Gothic,sans-serif;font-size:18px;font-weight:400;color:var(--black);margin-bottom:10px;letter-spacing:.01em}.benefit-card p{font-size:14px;font-weight:400;line-height:1.65;color:var(--grey-dark)}.ingredients-section{display:grid;grid-template-columns:1fr 1fr;min-height:700px;background:var(--white);padding:0}.ingredients-visual{overflow:hidden;position:relative}.ingredients-visual img{width:100%;height:100%;object-fit:cover;display:block}.ingredients-text{padding:80px 80px 80px 72px;display:flex;flex-direction:column;justify-content:center}.ingredients-text .section-tag{display:block;text-align:left}.ingredients-text .section-title{text-align:left}.ingredients-text .section-sub{text-align:left;margin-left:0}.ingredients-list{display:flex;flex-direction:column;gap:10px;margin-top:32px}.ingredient-row{display:flex;align-items:center;gap:24px;padding:20px 24px;background:var(--grey-bg);border-radius:14px;transition:transform .2s,box-shadow .2s}.ingredient-row:hover{transform:translate(5px);box-shadow:0 4px 20px #00000012}.ingredient-dose{font-family:Jost,Futura,Century Gothic,sans-serif;font-size:26px;font-weight:400;color:#f15c67;letter-spacing:.01em;min-width:88px;flex-shrink:0}.ingredient-divider{width:1px;height:36px;background:#0000001a;flex-shrink:0}.ingredient-name{font-family:Jost,Futura,Century Gothic,sans-serif;font-size:15px;font-weight:500;color:var(--black);margin-bottom:3px}.ingredient-note{font-size:12px;font-weight:400;color:var(--grey-dark)}.testimonials-section{padding:96px 40px;background:var(--grey-bg)}.testimonials-inner{max-width:1100px;margin:0 auto}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.testimonial-card{background:var(--white);border-radius:16px;padding:32px 28px;border:1px solid var(--grey-light);display:flex;flex-direction:column;gap:16px;transition:box-shadow .25s}.testimonial-card:hover{box-shadow:0 8px 32px #00000012}.testimonial-stars{color:#f0a500;font-size:14px;letter-spacing:2px}.testimonial-quote{font-size:15px;font-weight:400;line-height:1.65;color:var(--black);flex:1}.testimonial-author{display:flex;align-items:center;gap:12px;padding-top:14px;border-top:1px solid var(--grey-light)}.testimonial-avatar{width:40px;height:40px;border-radius:50%;background:var(--accent-light);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:var(--accent);flex-shrink:0}.testimonial-author-info strong{font-size:13px;font-weight:700;color:var(--black);display:block}.testimonial-author-info span{font-size:11px;font-weight:500;color:var(--grey-mid);letter-spacing:.04em;text-transform:uppercase}.testimonial-verified{display:flex;align-items:center;gap:4px;font-size:11px;font-weight:500;color:var(--grey-mid);margin-top:2px}.testimonial-verified svg{width:12px;height:12px;stroke:var(--accent);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.howto-section{padding:96px 40px;background:var(--white)}.howto-inner{max-width:1100px;margin:0 auto}.howto-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:56px}.howto-step{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.howto-num{font-family:Jost,Futura,Century Gothic,sans-serif;font-size:56px;font-weight:400;line-height:1;color:#660916;letter-spacing:.01em}.howto-step h3{font-family:Jost,Futura,Century Gothic,sans-serif;font-size:20px;font-weight:400;color:var(--black);letter-spacing:.01em}.howto-step p{font-size:14px;font-weight:400;line-height:1.65;color:var(--grey-dark)}.faq-section{padding:96px 40px;background:var(--grey-bg)}.faq-inner{max-width:760px;margin:0 auto}.faq-list{margin-top:48px}.faq-item{border-bottom:1px solid var(--grey-light)}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:20px 0;gap:16px;font-size:15px;font-weight:600;color:var(--black);text-align:left;cursor:pointer;background:none;border:none;font-family:var(--font);transition:color .2s}.faq-question:hover{color:var(--accent)}.faq-icon{width:24px;height:24px;border-radius:50%;background:var(--grey-bg);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s,transform .3s;font-size:16px;font-weight:400;color:var(--black);line-height:1}.faq-item.open .faq-icon{background:var(--black);color:var(--white);transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s var(--ease),padding .35s}.faq-answer-inner{padding:0 0 20px;font-size:14px;font-weight:400;line-height:1.75;color:var(--grey-dark)}.faq-item.open .faq-answer{max-height:300px}.newsletter-section{padding:96px 40px;background:var(--accent-dark);text-align:center}.newsletter-inner{max-width:600px;margin:0 auto}.newsletter-section .section-tag{color:#ffffff80}.newsletter-section .section-title{color:var(--white)}.newsletter-section .section-sub{color:#ffffffb3}.newsletter-form{display:flex;margin-top:36px;background:var(--white);border-radius:8px;overflow:hidden;padding:5px;gap:5px}.newsletter-form input{flex:1;border:none;background:transparent;padding:12px 16px;font-family:var(--font);font-size:14px;font-weight:400;color:var(--black);outline:none}.newsletter-form input::placeholder{color:var(--grey-mid)}.newsletter-form button{background:var(--black);color:var(--white);padding:12px 24px;border-radius:6px;font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;transition:background .2s;white-space:nowrap}.newsletter-form button:hover{background:#cc4c47}.newsletter-note{font-size:12px;font-weight:400;color:#fff6;margin-top:14px}.shop-product-section{padding:80px 40px 96px;background:#f2ebe5}.shop-section-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.3fr 1fr;gap:64px;align-items:start}.product-img-col{position:sticky;top:90px;margin-top:-60px}.product-img-col:after{content:"";position:absolute;bottom:13%;left:50%;transform:translate(-50%);width:55%;height:24px;background:#00000080;border-radius:50%;filter:blur(12px);z-index:0}.product-img-wrap{width:100%;aspect-ratio:1/1;border-radius:0;overflow:visible;position:relative;z-index:1}.product-img-wrap img{width:100%;height:100%;object-fit:contain;display:block;filter:drop-shadow(0 32px 24px rgba(0,0,0,.18));position:absolute;top:0;right:0;bottom:0;left:0;transition:opacity .5s ease}.product-img-wrap img.img-back,.product-img-wrap:hover img.img-front{opacity:0}.product-img-wrap:hover img.img-back{opacity:1}.product-info-col{display:flex;flex-direction:column;gap:24px}.product-eyebrow{font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--accent)}.shop-product-name{font-family:Jost,Futura,Century Gothic,sans-serif;font-size:clamp(28px,3.2vw,38px);font-weight:400;line-height:1.15;letter-spacing:.01em;color:var(--black)}.shop-price-row{display:flex;align-items:baseline;gap:10px;padding-bottom:20px;border-bottom:1px solid var(--grey-light)}.shop-price{font-family:Jost,Futura,Century Gothic,sans-serif;font-size:52px;font-weight:300;letter-spacing:-.02em;color:var(--brand-deep)}.shop-price-note{font-size:13px;font-weight:500;color:var(--grey-dark)}.shop-desc{font-size:15px;font-weight:400;line-height:1.7;color:var(--grey-dark)}.option-group{display:flex;flex-direction:column;gap:10px}.option-label{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--black)}.option-tabs{display:flex;gap:8px}.option-tab{border:1.5px solid var(--grey-light);border-radius:10px;padding:12px 18px;font-size:13px;font-weight:500;color:var(--grey-dark);cursor:pointer;transition:all .2s;background:var(--white);display:flex;flex-direction:column;gap:2px;flex:1}.option-tab:hover{border-color:var(--accent);color:var(--black);background:var(--accent)}.option-tab.active{border-color:var(--accent);color:var(--accent);background:var(--accent-light)}.option-tab-sub{font-size:11px;font-weight:400;color:var(--grey-mid)}.option-tab.active .option-tab-sub{color:var(--accent)}.qty-row{display:flex;align-items:center;width:fit-content;border:1.5px solid var(--grey-light);border-radius:8px;overflow:hidden;background:var(--white)}.qty-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;font-size:20px;color:var(--black);background:transparent;transition:background .2s}.qty-btn:hover{background:var(--accent)}.qty-display{width:48px;text-align:center;font-size:15px;font-weight:600;color:var(--black);border-left:1.5px solid var(--grey-light);border-right:1.5px solid var(--grey-light);padding:8px 0;pointer-events:none;background:transparent}.btn-add-shop{width:100%;padding:16px 32px;border-radius:8px;font-size:14px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;background:var(--accent-dark);color:var(--white);transition:all .25s var(--ease);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px}.btn-add-shop:hover{background:var(--accent);transform:translateY(-1px);box-shadow:0 8px 24px #00000026}.btn-subscribe-cta{width:100%;padding:14px 32px;border-radius:8px;font-size:13px;font-weight:600;letter-spacing:.04em;background:transparent;color:var(--black);border:1.5px solid var(--grey-light);transition:all .2s var(--ease);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px}.btn-subscribe-cta:hover{border-color:var(--black);background:var(--grey-bg)}.product-benefits{display:flex;flex-direction:column;gap:10px;padding:20px 0;border-top:1px solid var(--grey-light)}.product-benefits li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--black);line-height:1.5}.benefit-check{width:20px;height:20px;border-radius:50%;background:var(--accent-light);flex-shrink:0;margin-top:1px;display:flex;align-items:center;justify-content:center;color:var(--accent);font-size:10px;font-weight:700}.guarantee-strip{display:flex;gap:16px;flex-wrap:wrap;padding-top:16px;border-top:1px solid var(--grey-light)}.guarantee-item{display:flex;align-items:center;gap:7px;font-size:12px;color:var(--grey-dark);letter-spacing:.02em}.guarantee-item svg{width:14px;height:14px;flex-shrink:0;stroke:var(--accent);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.subscribe-section{background:var(--grey-bg);padding:96px 40px;border-top:1px solid var(--grey-light)}.subscribe-inner{max-width:760px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:20px}.subscribe-section .section-tag{font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--accent)}.subscribe-title{font-family:Jost,Futura,Century Gothic,sans-serif;font-size:clamp(28px,3.8vw,44px);font-weight:400;line-height:1.1;letter-spacing:.01em;color:var(--black)}.subscribe-title em{font-style:italic;font-weight:300;color:#f15c67}.subscribe-desc{font-size:16px;line-height:1.7;color:var(--grey-dark);max-width:520px}.subscribe-perks{display:flex;gap:28px;flex-wrap:wrap;justify-content:center}.subscribe-perk{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:var(--black)}.perk-check{width:22px;height:22px;border-radius:50%;background:var(--accent-light);flex-shrink:0;display:flex;align-items:center;justify-content:center;color:var(--accent);font-size:10px;font-weight:700}.subscribe-cta-row{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin-top:8px}.btn-subscribe-main{padding:15px 36px;border-radius:8px;font-size:14px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;background:var(--black);color:var(--white);transition:all .25s var(--ease);border:none;cursor:pointer;display:inline-block}.btn-subscribe-main:hover{background:#cc4c47;transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.btn-one-time{padding:13px 28px;border-radius:8px;font-size:13px;font-weight:600;letter-spacing:.04em;background:transparent;color:var(--black);border:1.5px solid var(--grey-light);transition:all .2s var(--ease);cursor:pointer;display:inline-block}.btn-one-time:hover{border-color:var(--black)}.subscribe-note{font-size:12px;color:var(--grey-mid);letter-spacing:.04em}.science-hero{padding:100px 40px 110px;text-align:center;position:relative;overflow:hidden}.hero-bg{position:absolute;top:-50px;right:-50px;bottom:-50px;left:-50px;background-size:cover;background-position:center;background-repeat:no-repeat;filter:blur(14px) brightness(.75) saturate(.85);z-index:0}.hero-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(#4a1e1f59,#4a1e1f73)}.hero-inner{max-width:800px;margin:0 auto;position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:20px}.hero-tag{display:inline-flex;align-items:center;gap:8px;background:#ffffff1f;border:1px solid rgba(255,255,255,.25);padding:6px 16px;border-radius:999px;font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--white);opacity:0;animation:fadeUp .7s var(--ease) .1s forwards}.science-hero h1{font-family:Jost,Futura,Century Gothic,sans-serif;font-size:clamp(36px,5vw,62px);font-weight:400;line-height:1.08;letter-spacing:.01em;color:var(--white);opacity:0;animation:fadeUp .8s var(--ease) .2s forwards}.science-hero h1 em{font-style:italic;font-weight:300;color:var(--accent)}.hero-sub{font-size:17px;font-weight:400;line-height:1.65;color:#ffffffbf;max-width:560px;opacity:0;animation:fadeUp .8s var(--ease) .32s forwards}.why{padding:96px 40px;background:var(--white)}.why-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.why-text .section-title{margin-bottom:20px}.why-text p{font-size:15px;line-height:1.75;color:var(--grey-dark);margin-bottom:18px;max-width:480px}.why-text p:last-of-type{margin-bottom:0}.stat-block{display:flex;flex-direction:column;gap:14px}.stat-item{border-radius:18px;padding:28px 32px;color:var(--white);position:relative;overflow:hidden;transition:transform .3s var(--ease),box-shadow .3s var(--ease)}.stat-item:hover{transform:translateY(-4px);box-shadow:0 20px 48px #0003}.stat-item:nth-child(1){background:var(--accent)}.stat-item:nth-child(1):before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 10% 90%,rgba(255,255,255,.25) 0%,transparent 55%);pointer-events:none}.stat-item:nth-child(2){background:var(--accent-dark)}.stat-item:nth-child(2):before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 90% 10%,rgba(255,255,255,.08) 0%,transparent 55%);pointer-events:none}.stat-item:nth-child(3){background:var(--brand-deep)}.stat-num{font-family:Jost,Futura,Century Gothic,sans-serif;font-size:clamp(44px,5vw,64px);font-weight:300;line-height:1;color:var(--white);margin-bottom:10px;letter-spacing:-.01em;position:relative;z-index:2}.stat-item:nth-child(1) .stat-num{color:var(--brand-deep)}.stat-num em{font-style:italic;font-weight:300;color:#ffffff80}.stat-item:nth-child(1) .stat-num em{color:var(--accent-dark)}.stat-label{font-size:13.5px;line-height:1.6;color:#ffffffbf;position:relative;z-index:2}.stat-item:nth-child(1) .stat-label{color:var(--brand-deep);opacity:.8}.stat-label strong{display:block;font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:#ffffff80;font-weight:700;margin-bottom:6px}.stat-item:nth-child(1) .stat-label strong{color:var(--brand-deep);opacity:.55}.inside{padding:96px 40px;background:var(--grey-bg)}.inside-header{max-width:1100px;margin:0 auto 56px;display:grid;grid-template-columns:auto 1fr;gap:60px;align-items:end}.inside-lede{font-size:16px;line-height:1.7;color:var(--grey-dark);max-width:380px;padding-bottom:6px}.ingredient-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.ingredient-card{background:var(--white);border-radius:16px;padding:32px 24px 28px;display:flex;flex-direction:column;gap:12px;transition:box-shadow .3s var(--ease),transform .3s var(--ease);border:1px solid var(--grey-light);position:relative;overflow:hidden}.ingredient-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--accent);border-radius:16px 16px 0 0}.ingredient-card:hover{transform:translateY(-5px);box-shadow:0 16px 40px #00000014}.ingredient-card-name{font-size:20px;font-style:italic;font-weight:300;color:var(--black);line-height:1.2}.ingredient-card-amount{font-size:22px;font-weight:800;color:var(--accent);letter-spacing:-.02em;line-height:1}.ingredient-card-source{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);font-weight:700;padding:4px 10px;background:var(--accent-light);border-radius:999px;display:inline-block;align-self:flex-start}.ingredient-card-desc{font-size:13px;line-height:1.65;color:var(--grey-dark);margin-top:auto;padding-top:12px;border-top:1px solid var(--grey-light)}.story{padding:96px 40px;background:var(--black);color:var(--white);position:relative;overflow:hidden}.story:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 80% 20%,rgba(16,72,96,.6) 0%,transparent 50%);pointer-events:none}.story-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:96px;align-items:start;position:relative;z-index:2}.story-quote{font-size:clamp(22px,2.8vw,34px);font-style:italic;font-weight:300;line-height:1.3;color:#ffffffd9;letter-spacing:-.01em;position:sticky;top:100px}.story-quote em{color:var(--accent-light)}.story-quote-logo{max-height:34px;width:auto;margin-bottom:28px;opacity:.7}.story-quote-attr{font-style:normal;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#fff6;font-weight:600;margin-top:24px;display:block}.story-text{display:flex;flex-direction:column;gap:0}.story-text .section-tag{color:#fff6;margin-bottom:14px}.story-text h2{font-family:Jost,Futura,Century Gothic,sans-serif;font-size:clamp(28px,3.2vw,42px);font-weight:400;line-height:1.08;letter-spacing:.01em;color:var(--white);margin-bottom:32px}.story-text h2 em{font-style:italic;font-weight:300;color:#f15c67}.story-text p{font-size:15px;line-height:1.8;color:#fff9;margin-bottom:18px;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.06)}.story-text p:last-of-type{border-bottom:none;margin-bottom:32px}.btn-outline-light{border:1.5px solid rgba(255,255,255,.2);color:var(--white);padding:13px 28px;border-radius:8px;font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;transition:all .25s var(--ease);display:inline-block}.btn-outline-light:hover{background:#ffffff14;border-color:#fff6;transform:translateY(-1px)}.leave-out{padding:96px 40px;background:var(--white)}.leave-out-inner{max-width:1100px;margin:0 auto}.leave-out-header{margin-bottom:56px}.leave-out-header .section-title{max-width:480px;margin-bottom:12px}.leave-out-lede{font-size:16px;line-height:1.7;color:var(--grey-dark);max-width:460px}.leave-out-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;border-radius:16px;overflow:hidden;border:1px solid var(--grey-light);background:var(--grey-light)}.leave-out-item{background:var(--white);padding:32px 28px;display:flex;align-items:flex-start;gap:14px;transition:background .2s}.leave-out-item:hover{background:var(--grey-bg)}.leave-out-check{font-size:10px;color:var(--accent);font-weight:700;flex-shrink:0;margin-top:3px;background:var(--accent-light);width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center}.leave-out-content{display:flex;flex-direction:column;gap:5px}.leave-out-name{font-family:Jost,Futura,Century Gothic,sans-serif;font-size:18px;font-weight:400;color:var(--black);letter-spacing:.01em}.leave-out-desc{font-size:13px;line-height:1.55;color:var(--grey-dark)}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.reveal{opacity:0;transform:translateY(20px);transition:opacity .7s var(--ease),transform .7s var(--ease)}.reveal.in{opacity:1;transform:translateY(0)}.reveal.d1{transition-delay:.1s}.reveal.d2{transition-delay:.2s}.reveal.d3{transition-delay:.3s}.reveal.d4{transition-delay:.4s}@media(max-width:1024px){.product-section-inner{grid-template-columns:1fr;gap:40px}.product-visual{position:static;margin-top:0}.shop-section-inner{grid-template-columns:1fr;gap:40px}.product-img-col{position:static;margin-top:0}.ingredients-section{grid-template-columns:1fr;min-height:auto}.ingredients-visual{min-height:380px}.ingredients-text{padding:56px 40px}.ingredient-grid{grid-template-columns:repeat(2,1fr)}.header-inner{padding:0 24px}}@media(max-width:768px){.header-inner{padding:0 20px;height:60px}.nav-left a{display:none}.nav-hamburger{display:flex}.product-section{padding:48px 20px 64px}.product-visual-img{max-width:340px;margin:0 auto}.product-price{font-size:40px}.product-name{font-size:clamp(24px,6vw,32px)}.btn-add{padding:14px 24px}.benefits-section{padding:64px 20px}.ingredients-section{padding:0}.ingredients-text{padding:48px 20px}.ingredients-visual{min-height:280px}.testimonials-section,.howto-section,.faq-section,.newsletter-section{padding:64px 20px}.benefit-grid,.testimonial-grid,.howto-grid{grid-template-columns:1fr;gap:16px}.footer{padding:56px 20px 28px}.footer-top{grid-template-columns:1fr 1fr;gap:36px}.footer-bottom{flex-direction:column;gap:10px;text-align:center}.howto-num{font-size:36px}.announce-bar{flex-wrap:wrap;gap:6px;font-size:11px}.announce-bar .sep{display:none}.ingredient-row{padding:14px 16px;gap:14px}.ingredient-dose{font-size:20px;min-width:72px}.shop-product-section{padding:40px 20px 64px}.product-img-wrap{max-width:320px;margin:0 auto}.shop-price{font-size:40px}.shop-product-name{font-size:clamp(22px,6vw,30px)}.subscribe-section{padding:64px 20px}.subscribe-perks{flex-direction:column;align-items:center;gap:12px}.subscribe-cta-row{flex-direction:column;align-items:stretch;max-width:320px;margin-left:auto;margin-right:auto}.btn-subscribe-main,.btn-one-time{text-align:center}.option-tabs{flex-direction:column;gap:8px}.option-tab{flex:none;width:100%}.trust-bar{padding:12px 20px}.science-hero{padding:72px 20px 80px}.why{padding:72px 20px}.why-inner{grid-template-columns:1fr;gap:48px}.inside{padding:72px 20px}.inside-header{grid-template-columns:1fr;gap:24px;margin-bottom:36px}.ingredient-grid{grid-template-columns:1fr}.story{padding:72px 20px}.story-inner{grid-template-columns:1fr;gap:48px}.story-quote{position:static}.leave-out{padding:72px 20px}.leave-out-grid{grid-template-columns:1fr}.hero-bg{top:-20px;right:-20px;bottom:-20px;left:-20px}.stat-num{font-size:clamp(28px,9vw,44px)}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
