@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=Inter:wght@400;500;600;700;800&display=swap');
:root{--red:#6635a5;--dark:#25133f;--ink:#2c2436;--muted:#6d6375;--soft:#f7f4fb;--border:#e7dfee;--orange:#ed753f}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:25px}body{margin:0;color:var(--ink);font:18px/1.6 Inter,Arial,sans-serif;background:#fff}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}img{max-width:100%;display:block}h1,h2,h3,p{margin-top:0}h1,h2{font-family:'Barlow Condensed',Impact,sans-serif;letter-spacing:-.025em;line-height:1.03;font-weight:700}h1{font-size:60px;margin-bottom:22px}h2{font-size:56px;margin-bottom:24px}h3{font-size:22px;line-height:1.25;letter-spacing:-.025em}p{margin-bottom:20px}em{font-style:normal;color:var(--red)}.wrap{width:min(1200px,calc(100% - 48px));margin:auto}.announcement{background:var(--red);color:white;text-align:center;font-size:12px;font-weight:700;letter-spacing:.1em;padding:12px}.announcement span{margin-left:30px;letter-spacing:0;font-weight:500}.header{display:flex;align-items:center;justify-content:space-between;padding:24px 0;border-bottom:1px solid var(--border)}.brand{font-family:'Barlow Condensed',Impact,sans-serif;font-size:32px;font-weight:800;letter-spacing:-.03em;line-height:1}.brand span{color:var(--red)}.brand small{display:block;font:9px/1.8 Inter,sans-serif;letter-spacing:.23em}.header nav{display:flex;gap:28px;align-items:center;font-size:14px}.nav-buy{border:1px solid var(--border);padding:10px 18px;border-radius:7px}.hero{display:grid;grid-template-columns:1fr 1fr;gap:56px;padding:44px 0 64px}.product-stage{background:radial-gradient(ellipse at 50% 60%,#e7dcf4,#faf8fd 65%);border:1px solid var(--border);border-radius:18px;position:relative;overflow:hidden;aspect-ratio:1;display:flex;align-items:center;justify-content:center}.product-stage>img{width:88%;height:88%;object-fit:contain}.product-stage.scene>img{width:100%;height:100%;object-fit:cover}.stage-label{position:absolute;top:22px;left:22px;font-size:11px;font-weight:700;letter-spacing:.14em;z-index:1}.stage-caption{position:absolute;bottom:18px;left:18px;right:18px;text-align:center;font-size:13px;background:#fffffff0;border-radius:5px;padding:7px}.thumbnails{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px}.thumbnails button{border:1px solid var(--border);background:#fbf9fd;border-radius:8px;padding:6px;font-size:11px}.thumbnails button.active{border:2px solid var(--red);padding:5px}.thumbnails img{height:67px;width:100%;object-fit:contain}.quality{display:flex;justify-content:space-between;gap:14px;border-bottom:1px solid var(--border);padding:28px 0;font-size:11px;color:var(--red)}.quality b{display:block;font-size:13px;color:var(--ink)}.guarantee-mini{display:flex;gap:20px;align-items:center;margin-top:25px}.seal{border:2px solid var(--red);border-radius:50%;width:76px;height:76px;flex-shrink:0;display:flex;flex-direction:column;justify-content:center;align-items:center;line-height:1;font-size:28px;font-weight:800;color:var(--red)}.seal small{font-size:10px;margin-top:5px}.guarantee-mini b{font-size:16px}.guarantee-mini p{font-size:13px;color:var(--muted);margin:6px 0}.eyebrow{font-size:11px;font-weight:800;letter-spacing:.16em;color:var(--red);margin-bottom:15px}.lead{font-size:18px;color:#6d6375;line-height:1.65}.tabs{display:flex;border-bottom:1px solid var(--border);gap:18px}.tabs button{padding:12px 0;border:0;background:none;font-size:14px;font-weight:700;color:var(--muted)}.tabs button[aria-selected=true]{border-bottom:3px solid var(--red);color:var(--red)}.tab-panel{min-height:191px;padding:18px 0;font-size:15px}.tab-panel a{color:var(--red);font-weight:600}.checks{padding:0;list-style:none;margin:0}.checks li{padding:5px 0 5px 26px;position:relative}.checks li:before{content:'✓';position:absolute;left:0;color:var(--red);font-weight:800}.picker-heading{display:flex;justify-content:space-between;font-size:15px;margin-bottom:12px}.picker-heading span{font-size:12px;color:var(--muted)}#kit-options{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.kit{position:relative;padding:24px 8px 12px;border:1px solid var(--border);border-radius:9px;background:white;text-align:center}.kit[aria-checked=true]{border:2px solid var(--red);background:#fff6f6;padding:23px 7px 11px}.kit img{width:100%;height:77px;object-fit:contain}.kit b,.kit strong,.kit small{display:block}.kit b{font-size:16px}.kit strong{font-size:13px;margin-top:4px}.kit small{font-size:11px;color:var(--muted)}.kit .tag{position:absolute;top:-10px;left:8px;right:8px;background:var(--ink);color:white;border-radius:4px;font-size:9px;line-height:20px;font-weight:700}.kit[aria-checked=true] .tag{background:var(--red)}.buy-summary{padding:22px 0 12px}.buy-summary>span{font-size:12px;color:var(--muted)}.main-price{line-height:1.2}.main-price small{font-size:16px}.main-price strong{font-size:39px;letter-spacing:-.04em}.buy-summary p{font-size:12px;margin:8px 0}.buy-summary .savings{color:#2c653e;font-size:13px;font-weight:700}.button{display:inline-flex;justify-content:center;align-items:center;gap:25px;min-height:54px;border-radius:8px;background:var(--red);color:white;padding:16px 28px;font-size:14px;letter-spacing:.035em;font-weight:800;transition:transform .15s,background .15s}.button:hover{background:#92141d;transform:translateY(-1px)}.primary{width:100%;justify-content:space-between}.price-note{font-size:12px;color:var(--muted);line-height:1.5;margin:12px 0}.purchase-trust{font-size:11px;display:flex;gap:14px;flex-wrap:wrap}.section{padding:84px 0}.soft{background:var(--soft)}.center{text-align:center}.section-intro{max-width:680px;margin:0 auto 36px;text-align:center;color:var(--muted)}.editorial-three{display:grid;grid-template-columns:1fr .9fr 1fr;gap:22px;margin-top:38px}.photo-card,.statement-card{border:1px solid var(--border);border-radius:14px;overflow:hidden;background:white}.photo-card img{width:100%;height:240px;object-fit:cover}.photo-card>div{padding:25px}.photo-card small{font-size:10px;letter-spacing:.12em;color:var(--red);font-weight:700}.photo-card h3{margin:12px 0}.photo-card p,.statement-card p{font-size:15px;color:var(--muted);margin-bottom:0}.statement-card{padding:30px;display:flex;flex-direction:column;justify-content:center;background:#e8dedf}.big-mark{font-family:'Barlow Condensed',Impact,sans-serif;font-size:140px;line-height:1;color:var(--red);margin-bottom:25px}.big-mark small{font-size:20px;vertical-align:top;line-height:3}.image-note{font-size:11px;color:var(--muted);margin-top:14px}.four-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;margin-top:40px}.four-grid article{border-top:1px solid var(--border);padding-top:22px}.number{font-family:'Barlow Condensed',sans-serif;font-size:48px;color:var(--red)}.four-grid h3{margin-top:24px}.four-grid p{font-size:16px;color:var(--muted)}.dark{background:var(--dark);color:white}.dark .eyebrow{color:#fb9d9f}.dark em{color:#fb747c}.split-heading{display:grid;grid-template-columns:1.3fr 1fr;gap:80px;align-items:end}.split-heading>p{color:#cfc2c6;font-size:17px}.six-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:40px}.six-grid article{border:1px solid #57434b;border-radius:10px;padding:26px}.six-grid article>span{color:#de828c;font-size:12px;letter-spacing:.12em}.six-grid h3{margin:15px 0}.six-grid p{font-size:15px;color:#cfc2c6;margin:0}.pillars{display:flex;justify-content:space-around;border-top:1px solid #57434b;padding-top:25px;margin-top:35px;font-size:12px;letter-spacing:.15em;color:#eabcc1}.offer-strip{border-block:1px solid var(--border);padding:28px 20px;text-align:center;display:flex;flex-direction:column;align-items:center;background:white}.offer-strip p{font-size:18px;font-weight:600;margin-bottom:15px}.offer-strip small{font-size:11px;color:var(--muted);margin-top:10px}.split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.split p{color:var(--muted);font-size:17px}.rounded{border-radius:16px}.editorial-img{width:100%;height:510px;object-fit:cover}.two-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px}.contrast-panels{margin-top:50px}.contrast-panels article{padding:32px;background:var(--soft);border-radius:12px}.contrast-panels article+article{background:#fbe9e9}.contrast-panels small{font-size:10px;letter-spacing:.13em;color:var(--red);font-weight:700}.contrast-panels h3{margin-top:15px}.contrast-panels ul{padding-left:20px;font-size:16px;color:var(--muted)}.contrast-panels li{margin:10px 0}.red-panel{background:var(--red);color:#fff;padding:45px;border-radius:16px}.red-panel p,.red-panel .eyebrow,.red-panel .checks li:before{color:#fff}.red-panel .checks{font-size:16px}.emotional{gap:22px;align-items:stretch}.emotional>img{height:100%;min-height:520px;object-fit:cover}.product-feature{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:50px;padding-top:60px}.product-feature>img{width:400px;height:430px;object-fit:contain;margin:auto}.product-feature p{color:var(--muted)}.text-link{color:var(--red);font-size:15px;font-weight:700}.ingredients{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.ingredients article{border:1px solid var(--border);padding:25px;border-radius:10px;background:linear-gradient(160deg,#faf0f0,#fff)}.ingredients span{font-size:10px;letter-spacing:.1em;color:var(--red)}.ingredients h3{margin:50px 0 15px}.ingredients p{font-size:14px;color:var(--muted);margin:0}.label-note{margin-top:25px;display:flex;gap:30px;padding:25px;border-left:3px solid var(--red);background:var(--soft);font-size:14px}.label-note b{min-width:130px}.label-note p{margin:0;color:var(--muted)}.table-scroll{overflow:auto;border-radius:12px;border:1px solid var(--border);margin-top:35px}table{width:100%;border-collapse:collapse;font-size:14px;text-align:center;background:white}th,td{padding:20px 15px;border-bottom:1px solid var(--border)}th:first-child{text-align:left;font-weight:500;width:30%}thead th{font-size:18px;background:#f0e9e9}.highlight{background:#fce8e9}thead .highlight{background:var(--red);color:#fff}.fact-list article{display:flex;gap:25px;border-top:1px solid var(--border);padding:20px 0}.fact-list b{font-family:'Barlow Condensed',sans-serif;font-size:46px;white-space:nowrap;width:105px;flex-shrink:0;color:var(--red);line-height:1}.fact-list p{font-size:15px;margin:0}.evidence-image img{height:480px;width:100%;object-fit:cover;border-radius:14px}.evidence-image p{font-size:13px;margin-top:14px}.timeline{max-width:840px;margin:45px auto}.timeline article{display:grid;grid-template-columns:80px 1fr;gap:25px;position:relative;padding:0 0 35px}.timeline article:not(:last-child):before{content:'';position:absolute;left:29px;top:60px;width:1px;bottom:0;background:#d5b7b9}.timeline article>span{border:1px solid #d5b7b9;background:#fff;border-radius:50%;width:60px;height:60px;display:grid;place-items:center;font-size:18px;color:var(--red);font-weight:700}.timeline h3{margin-bottom:10px}.timeline p{font-size:16px;color:var(--muted)}.light article{border-color:var(--border)}.light p{color:var(--muted)}.light article>span{color:var(--red)}.closing{background:var(--red);color:white;padding:80px 0;text-align:center}.closing h2{font-size:70px}.closing em{color:#ffb6bb}.closing .eyebrow{color:white}.white{background:white;color:var(--red)}.white:hover{background:#f6dfdf}.closing p:last-child{font-size:13px;margin:20px 0 0}.faq{display:grid;grid-template-columns:.8fr 1.2fr;gap:65px}.faq>div>p{color:var(--muted);font-size:15px}.faq>div>a{color:var(--red);font-size:16px}.faq details{border-bottom:1px solid var(--border);padding:20px 0}.faq summary{cursor:pointer;font-weight:600;font-size:16px;list-style:none;position:relative;padding-right:30px}.faq summary:after{content:'+';position:absolute;right:0;color:var(--red)}.faq details[open] summary:after{content:'−'}.faq details p{font-size:15px;color:var(--muted);margin:15px 0 0}.footer{background:var(--dark);color:#cbbfc3;padding:45px 0 95px}.footer .brand{color:white}.footer p{max-width:730px;font-size:12px;margin:25px 0}.footer a:not(.brand){font-size:13px;margin-right:25px}.footer small{display:block;font-size:11px;margin-top:25px}.sticky-buy{display:none;position:fixed;bottom:0;left:0;right:0;padding:12px 20px;background:#fff;box-shadow:0 -4px 20px #0001;z-index:10;justify-content:space-between;align-items:center}.sticky-buy b,.sticky-buy span{display:block;font-size:12px}.sticky-buy span{color:var(--red);font-weight:700}.sticky-buy a{background:var(--red);color:#fff;border-radius:6px;padding:12px 20px;font-size:12px;font-weight:800}.muted{color:var(--muted);font-size:13px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}:focus-visible{outline:3px solid #c65719;outline-offset:4px}[hidden]{display:none!important}
@media(max-width:900px){h1{font-size:48px}h2{font-size:44px}.hero{gap:25px}.wrap{width:calc(100% - 36px)}.ingredients{grid-template-columns:repeat(2,1fr)}.split,.split-heading{gap:30px}.four-grid{grid-template-columns:repeat(2,1fr)}.editorial-three{gap:12px}.photo-card>div,.statement-card{padding:20px}.photo-card img{height:180px}.big-mark{font-size:100px}.red-panel{padding:30px}.faq{gap:30px}.purchase-trust{gap:8px}}
@media(max-width:640px){body{font-size:18px}.announcement{font-size:9px;padding:9px 12px}.announcement span{display:block;margin:3px 0 0;font-size:11px}.header{padding:17px 0}.brand{font-size:28px}.header nav>a:not(.nav-buy){display:none}.header nav{font-size:12px}.nav-buy{padding:8px 14px}.hero{grid-template-columns:1fr;gap:30px;padding-top:22px}.showcase{display:contents}.product-stage{order:0;max-height:370px}.thumbnails{order:1;margin-top:-20px}.quality,.guarantee-mini{display:none}.purchase{order:2}h1{font-size:45px}h2{font-size:41px}h3{font-size:23px}.lead{font-size:18px}.eyebrow{font-size:10px}.tab-panel{font-size:16px;min-height:200px}.tabs{gap:20px}.tabs button{font-size:13px}.kit b{font-size:15px}.kit strong{font-size:12px}.kit small{font-size:10px}.kit .tag{left:3px;right:3px;font-size:8px}.main-price strong{font-size:40px}.price-note{font-size:12px}.section{padding:48px 0}.editorial-three,.split,.split-heading,.two-grid,.product-feature,.faq{grid-template-columns:1fr;gap:25px}.photo-card img{height:250px}.photo-card p,.statement-card p,.four-grid p,.six-grid p,.split p{font-size:17px}.statement-card{padding:30px}.big-mark{font-size:100px;margin:0 0 15px}.four-grid{gap:18px}.four-grid h3{font-size:21px}.six-grid{grid-template-columns:1fr;gap:12px;margin-top:25px}.six-grid article{padding:22px}.pillars{font-size:10px;letter-spacing:.06em}.offer-strip{padding:25px 18px}.offer-strip p{font-size:17px}.offer-strip small{font-size:11px}.offer-strip .button{width:100%}.editorial-img{height:330px}.contrast-panels{margin-top:25px}.contrast-panels article{padding:25px}.red-panel{padding:30px}.emotional>img{height:320px;min-height:0;width:100%}.product-feature{padding-top:35px}.product-feature>img{height:330px}.ingredients{gap:10px}.ingredients article{padding:18px}.ingredients h3{font-size:21px;margin-top:25px}.ingredients p{font-size:14px}.label-note{display:block;padding:20px}.label-note p{margin-top:10px;font-size:15px}table{min-width:650px}th,td{padding:15px}.evidence-image img{height:330px}.timeline article{grid-template-columns:55px 1fr;gap:15px}.timeline article>span{width:48px;height:48px}.timeline article:not(:last-child):before{left:23px;top:48px}.timeline p{font-size:17px}.closing{padding:50px 0}.closing h2{font-size:52px}.faq summary{font-size:17px}.faq details p{font-size:16px}.sticky-buy.show{display:flex}.purchase-trust{font-size:11px}.footer{padding-bottom:105px}}
.benefit-stage .stage-label{color:#fff;background:#251d20c9;padding:7px 12px;border-radius:4px}.benefit-stage .stage-caption{font-size:22px;line-height:1.25;font-weight:700;padding:18px;text-align:left}.benefit-thumbnails img{object-fit:cover;border-radius:4px;margin-bottom:6px}.benefit-thumbnails button{font-size:12px}.benefit-stage>img{object-position:center}.benefit-thumbnails{margin-bottom:4px}@media(max-width:640px){.benefit-stage .stage-caption{font-size:19px;padding:14px}.benefit-stage .stage-label{font-size:10px;top:14px;left:14px}.benefit-thumbnails button{font-size:11px}}
.product-stage.artwork-stage{padding:0;aspect-ratio:1;max-height:none;background:#fff;overflow:hidden}.product-stage.artwork-stage>img{width:100%;height:100%;object-fit:contain;object-position:center}.artwork-thumbnails img{object-fit:contain;border-radius:4px;margin-bottom:6px}.artwork-thumbnails button{font-size:12px}.artwork-thumbnails{margin-bottom:4px}@media(max-width:640px){.artwork-thumbnails button{font-size:11px}}
.brand span{color:var(--orange)}.brand small{font-size:10px}.announcement{letter-spacing:.05em}.hero h1{font-size:58px}.eyebrow{font-size:12px}.thumbnails button,.artwork-thumbnails button{font-size:13px}.quality b{font-size:14px}.guarantee-mini p{font-size:14px}.benefit-note{font-size:14px;line-height:1.5;color:var(--muted);margin:18px 0 0}.tab-panel{padding-bottom:10px}.checks li{margin-bottom:10px}.daily-price{font-weight:700;color:var(--red);margin:6px 0}.buy-summary #cash-total{font-size:14px}.price-note{font-size:13px;line-height:1.55}.kit{padding-top:30px}.kit .tag{font-size:9px;white-space:normal;line-height:1.25;padding:5px 2px}.kit small{font-size:12px}.kit strong{font-size:15px}.kit b{font-size:17px}.kit img{height:110px}.primary{font-size:14px;letter-spacing:.02em}.purchase-trust{font-size:12px;flex-wrap:wrap}.photo-card img{height:auto;aspect-ratio:1;object-fit:cover}.statement-card{background:#efe6fb}.big-mark{color:var(--red)}.big-mark small{display:block;font-size:25px;letter-spacing:.08em}.benefit-photos article>img{aspect-ratio:1;width:100%;height:auto;object-fit:contain;border:1px solid var(--border);border-radius:14px;margin-bottom:22px;background:#fff}.benefit-photos .number{font-size:11px;display:block;margin-bottom:12px}.benefit-photos h3{font-size:22px}.benefit-photos p{font-size:16px}.dark{background:var(--dark)}.dark em{color:#f3aa84}.dark .eyebrow,.dark .six-grid article>span{color:#d8baff}.red-panel{background:var(--red)}.red-panel .eyebrow{color:#eadcf9}.emotional>img.editorial-art,.editorial-art{width:100%;height:auto;min-height:0;align-self:center;object-fit:contain}.product-facts{display:flex;gap:40px;margin:26px 0}.product-facts span{display:flex;flex-direction:column;font-size:14px}.product-facts b{font:700 40px/1.2 'Barlow Condensed',sans-serif;color:var(--red)}.six-ingredients{grid-template-columns:repeat(3,1fr)}.ingredients article{min-width:0}.ingredients h3{font-size:25px}.ingredients p{font-size:16px}.featured-ingredient{background:#f2ebfa!important}.label-details{border:1px solid var(--border);padding:22px;border-radius:14px;margin-top:28px}.label-details summary{cursor:pointer;display:flex;justify-content:space-between;font-weight:700}.label-details img{width:100%;height:auto;max-width:900px;margin:25px auto 0}.source-note{font-size:13px;color:var(--muted);margin-top:20px}.source-note a{text-decoration:underline}.label-evidence{align-self:center;padding:24px;border:1px solid var(--border);border-radius:18px;background:#fcfaff}.label-evidence img{width:100%;height:auto;object-fit:contain}.label-evidence p{margin:20px 0 12px;font-size:16px}.closing{background:var(--red)}.closing em{color:#ffd0b7}.footer .brand{display:inline-block}.footer p{font-size:14px}.faq a{overflow-wrap:anywhere}.button{min-height:48px}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid var(--orange);outline-offset:3px}[hidden]{display:none!important}
@media(max-width:900px){.hero{gap:28px}.hero h1{font-size:46px}.six-ingredients{grid-template-columns:repeat(2,1fr)}.kit strong{font-size:13px}.kit small{font-size:11px}}
@media(max-width:640px){.hero h1{font-size:43px;line-height:1.05}.hero{gap:26px}.thumbnails{margin-top:-14px}.artwork-thumbnails button{font-size:12px}.thumbnails img{height:60px}.announcement{font-size:11px}.announcement span{font-size:12px}.header .brand{font-size:29px}.brand small{font-size:9px}.eyebrow{font-size:11px}.lead{font-size:18px}.tab-panel{font-size:17px}.tabs button{font-size:15px}.kit{padding-top:32px}.kit .tag{font-size:8px;min-height:24px;display:flex;align-items:center;justify-content:center}.kit img{height:95px}.kit b{font-size:16px}.kit strong{font-size:13px}.kit small{font-size:10px}.benefit-note{font-size:14px}.purchase-trust{font-size:11px}.price-note{font-size:13px}.benefit-photos{gap:20px 14px}.benefit-photos .number{font-size:10px}.benefit-photos h3{font-size:21px}.benefit-photos p{font-size:16px}.benefit-photos article>img{margin-bottom:15px}.six-ingredients{grid-template-columns:1fr}.ingredients h3{margin-top:12px}.ingredients p{font-size:17px}.ingredients article{padding:24px}.label-details{padding:16px}.label-details summary{font-size:16px}.label-evidence{padding:12px}.product-facts{gap:32px}.product-feature>img{height:320px}.section{padding:48px 0}.footer p{font-size:13px}.closing h2{font-size:49px}.faq summary{font-size:18px}.faq details p{font-size:17px}.timeline p{font-size:18px}.offer-strip .button{font-size:15px}.primary{font-size:13px}.four-grid p{font-size:16px}}
.button:hover{background:#4b217f}.white:hover{background:#efe3fb}.kit[aria-checked=true]{background:#f6f0fc;padding-top:30px}.contrast-panels article+article{background:#f0e7fb}.highlight{background:#efe4fa}thead th{background:#f0eaf7}thead .highlight{background:var(--red);color:#fff}.pillars{border-color:#665078;color:#d6c2e8}.six-grid article>span{color:#b19ac6}.split-heading>p,.six-grid p{color:#dfd5e8}.light.six-grid p{color:var(--muted)}.timeline article:not(:last-child):before{background:#d4bee8}.timeline article>span{border-color:#d4bee8}.footer{color:#d7cce2}@media(max-width:640px){.kit[aria-checked=true]{padding-top:32px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}

/* NeuroUltra identity and readable DTC presentation */
:root{--red:#b53b08;--orange:#f35b17;--dark:#151311;--ink:#211c18;--muted:#635d58;--soft:#faf7f3;--border:#e8ded6}
.announcement{background:#181411;font-size:14px;letter-spacing:.025em}.brand small{font-size:11px}.hero{gap:42px}.hero h1{font-size:56px}.lead{color:var(--muted)}.product-stage{background:#faf7f3}.artwork-thumbnails button{font-size:14px}.quality{font-size:14px}.quality b{font-size:15px}.tab-panel{font-size:17px;min-height:206px}.tabs button{font-size:16px;min-height:48px}.kit img{height:125px}.kit b{font-size:18px}.kit strong{font-size:16px}.kit small{font-size:13px}.kit .tag{font-size:10px}.kit[aria-checked=true]{background:#fff3e9}.buy-summary>span,.buy-summary p{font-size:15px}.buy-summary .savings{font-size:15px}.price-note,.purchase-trust{font-size:14px}.statement-card{background:#f9e8d9}.dark .eyebrow,.dark .six-grid article>span{color:#ffab7d}.dark em{color:#ff864a}.dark .six-grid article{border-color:#514237}.dark .six-grid p,.split-heading>p{color:#e6dbd2}.pillars{border-color:#514237;color:#ffbd91}.red-panel{background:#211914}.red-panel .eyebrow{color:#ffab7d}.contrast-panels article+article{background:#ffefdf}.featured-ingredient{background:#fff1e2!important}.ingredients article{background:linear-gradient(135deg,#faf4ed,#fff)}.ingredients h3{margin-top:25px}.ingredients span{font-size:13px}.highlight{background:#fff0e2}thead th{background:#f3eae2}thead .highlight{background:var(--red)}.label-evidence{background:#fbf8f4}.closing{background:#1c1510}.closing em{color:#ff864a}.closing .white{color:#9c3307}.button:hover{background:#8c2c04}.white:hover{background:#ffebd6}.footer{background:#151311;color:#ded6cf}.footer small{font-size:13px}.timeline article>span{border-color:#dfc5ae}.timeline article:not(:last-child):before{background:#dfc5ae}.light.six-grid p{color:var(--muted)}.photo-card p,.statement-card p,.six-grid p{font-size:17px}.offer-strip small{font-size:14px}.eyebrow{font-size:13px}.source-note,.image-note{font-size:14px}.nutrition{margin-top:24px}.nutrition th,.nutrition td{padding:16px;font-size:17px}.ingredient-chip{display:inline-flex;align-items:center;justify-content:center;width:70px;height:70px;background:#fff;border:1px solid var(--border);border-radius:50%;font-size:23px;font-weight:800;color:var(--red);margin:20px 0 0}.ingredient-chip+h3{margin-top:16px}.care-note{border-left:3px solid var(--orange);padding:18px 24px;background:#fff4e8;margin:24px 0;font-size:16px}.poster-link{display:block;max-width:430px;margin:24px auto}.product-feature>img{width:100%;height:460px}.photo-card.official-photo img{object-fit:contain;background:#f5eee7}.fact-list b{font-size:36px}.closing .eyebrow{color:#ffab7d}.benefit-photos article>img{object-fit:cover}.benefit-photos article:last-child>img{object-fit:contain;background:#f8f0e8}.no-script{padding:20px;background:#fff4e8}.thumbnails{margin-top:12px}
@media(max-width:900px){.hero h1{font-size:46px}.kit strong{font-size:14px}.kit .tag{font-size:9px}.hero{gap:25px}}
@media(max-width:640px){.hero h1{font-size:43px}.announcement{font-size:12px}.announcement span{font-size:13px}.hero{padding-top:24px}.quality{font-size:13px}.quality b{font-size:14px}.tab-panel{font-size:18px}.kit img{height:100px}.kit b{font-size:17px}.kit strong{font-size:14px}.kit small{font-size:12px}.kit .tag{font-size:9px}.buy-summary #cash-total{font-size:15px}.primary{font-size:14px}.four-grid{grid-template-columns:1fr}.benefit-photos article>img{max-height:380px}.benefit-photos h3{font-size:24px}.benefit-photos p{font-size:18px}.benefit-photos .number{font-size:13px}.photo-card p,.statement-card p,.six-grid p{font-size:18px}.product-feature>img{height:330px}.nutrition table{min-width:0}.nutrition th,.nutrition td{padding:12px 8px;font-size:15px}.image-note,.source-note{font-size:14px}.footer p{font-size:14px}.offer-strip p{font-size:19px}.thumbnails{margin-top:12px}}

.thumbnails{grid-template-columns:repeat(3,minmax(0,1fr))}.thumbnails button{min-width:0;line-height:1.3;padding:8px 5px}.thumbnails img{height:85px}.seal small{font-size:8px}
.hero-benefits li{padding-top:8px;padding-bottom:8px;margin-bottom:3px}.hero-benefits li:before{top:8px}.hero-benefits b{display:block;font-size:18px;line-height:1.25}.hero-benefits span{display:block;color:var(--muted);font-size:14px;line-height:1.4;margin-top:2px}
.social-proof{padding:78px 0;background:#181411;color:#fff;overflow:hidden}.social-proof .eyebrow{color:#ff9d68}.social-proof h2{max-width:780px}.social-proof-intro{max-width:680px;color:#dccfc6;font-size:18px}.carousel-shell{position:relative;width:100%;max-width:360px;min-width:0;margin:30px auto 0}.social-track{display:flex;flex-flow:row nowrap;position:relative;width:100%;max-width:100%;min-width:0;gap:0;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;padding:0;border-radius:16px;-webkit-overflow-scrolling:touch}.social-track::-webkit-scrollbar{display:none}.social-card{flex:0 0 100%;width:100%;min-width:100%;max-width:100%;align-self:flex-start;scroll-snap-stop:always;scroll-snap-align:start;background:#fff;color:var(--ink);border-radius:16px;overflow:hidden;box-shadow:0 15px 45px #0004}.social-card img{display:block;width:100%;height:auto;aspect-ratio:1 / 1;object-fit:contain}.social-copy{padding:22px}.social-copy small{color:var(--red);font-weight:800;letter-spacing:.1em}.social-copy h3{font-size:24px;margin:9px 0 7px}.social-copy p{font-size:15px;line-height:1.5;color:var(--muted);margin:0}.carousel-actions{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:8px}.carousel-actions button{width:52px;height:52px;border-radius:50%;border:1px solid #5b493d;background:#241d18;color:#fff;font-size:25px;display:grid;place-items:center}.carousel-actions button:hover{background:var(--red)}.carousel-status{font-size:14px;color:#cdbdb2;margin-left:5px}.social-note{font-size:12px;color:#9f9187;margin:14px 0 0}

@media(max-width:640px){.hero-benefits b{font-size:19px}.hero-benefits span{font-size:15px}.social-proof{padding:50px 0}.social-copy{padding:16px}.social-copy h3{font-size:21px;line-height:1.2}.social-copy p{font-size:16px}.carousel-actions button{width:48px;height:48px}.social-note{font-size:12px}}
