:root{--plum: #5e394c;--plum-hover: #4a2d3d;--bronze: #ae7f57;--bronze-hover: #956b45;--white: #ffffff;--cream: #f2ece5;--mauve: #e3d4db;--text-dark: #5e394c;--text-muted: #604753;--text-light: #8a7a80;--border: rgba(94,57,76,.12);--border-light: rgba(94,57,76,.08);--shadow-card: 0 2px 20px rgba(0,0,0,.06);--shadow-heavy: 0 12px 40px rgba(0,0,0,.1);--max-w: 1100px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Barlow Semi Condensed,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--white);color:var(--text-dark);line-height:1.6;font-weight:400}::selection{background:var(--bronze);color:var(--white)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--cream)}::-webkit-scrollbar-thumb{background:var(--plum);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--bronze)}img{max-width:100%}a{text-decoration:none;color:inherit}.toolbar{position:fixed;top:0;left:0;right:0;z-index:9999;background:#f2ece5f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);padding:10px 24px;display:flex;align-items:center;justify-content:space-between}.toolbar-left{display:flex;align-items:center;gap:16px}.toolbar-title{font-size:13px;font-weight:700;color:var(--plum);letter-spacing:2px;text-transform:uppercase}.toolbar-right{display:flex;align-items:center;gap:10px}.toolbar-btn{padding:7px 18px;border-radius:28px;border:1px solid var(--border);background:transparent;color:var(--text-muted);font-size:12px;font-weight:600;cursor:pointer;font-family:inherit;transition:all .2s;letter-spacing:.5px}.toolbar-btn:hover{background:var(--mauve);color:var(--plum)}.toolbar-btn.active{background:var(--bronze);color:var(--white);border-color:var(--bronze)}.viewport-label{font-size:11px;color:var(--text-muted);font-family:monospace;background:var(--white);padding:3px 10px;border-radius:4px;border:1px solid var(--border)}.wireframe-container{margin-top:0;transition:all .4s ease}.wireframe-container.desktop-view .wireframe{max-width:100%}.wireframe-container.mobile-view{display:flex;justify-content:center;padding:40px 20px;background:#e8e2db;min-height:100vh}.wireframe-container.mobile-view .wireframe{max-width:390px;width:390px;border:1px solid rgba(94,57,76,.15);border-radius:24px;overflow:hidden;box-shadow:0 0 80px #5e394c1f}.wireframe{background:var(--white);transition:all .4s ease}.section-inner{max-width:var(--max-w);margin:0 auto;padding:0 24px}.section-label{font-size:15px;font-weight:700;letter-spacing:4px;text-transform:uppercase;text-align:center;margin-bottom:12px;color:var(--bronze)}.section-headline{font-size:38px;font-weight:700;color:var(--text-dark);text-align:center;line-height:1.15;margin-bottom:16px;text-transform:uppercase;letter-spacing:3px}.section-sub{font-size:16px;font-weight:400;color:var(--text-muted);max-width:650px;text-align:center;margin:0 auto 48px;line-height:1.7}.btn-cta{display:inline-block;background:var(--bronze);color:var(--white);padding:16px 40px;border-radius:28px;font-size:15px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;border:none;cursor:pointer;font-family:inherit;transition:all .25s;text-align:center;box-shadow:0 6px 24px #ae7f5766}.btn-cta:hover{background:var(--bronze-hover);transform:translateY(-2px);box-shadow:0 10px 32px #ae7f5780}.btn-cta-large{padding:18px 48px;font-size:16px}.guarantee-text{font-size:13px;color:var(--text-muted);margin-top:12px;text-align:center}.cta-block{text-align:center;margin-top:48px}.cta-pretitle{font-family:inherit;font-style:italic;font-weight:400;font-size:17px;color:var(--text-dark);line-height:1.45;max-width:480px;margin:0 auto 18px;letter-spacing:.1px}.cta-pretitle em{font-weight:600;color:var(--bronze);font-style:italic}.pillar-summary{display:flex;flex-direction:column}.pillar-chevron{display:none;width:28px;height:28px;align-items:center;justify-content:center;color:var(--bronze);margin-left:auto;transition:transform .25s ease;flex-shrink:0}.pillar-chevron svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.pillar-body{display:flex;flex-direction:column;flex:1}.cta-guarantee{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:12px;font-size:12px;font-weight:600;color:var(--text-muted)}.cta-guarantee .guarantee-shield{display:inline-flex;align-items:center;line-height:0}.cta-guarantee .guarantee-shield svg{width:16px;height:16px;display:block;filter:drop-shadow(0 1px 2px rgba(122,84,50,.3))}.cta-social-proof{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:6px;font-size:12px;color:var(--text-muted);text-decoration:none}.cta-social-proof:hover{color:var(--bronze)}.cta-social-proof .cta-stars{color:var(--bronze);font-size:13px;letter-spacing:-1px}.announcement-bar{background:#2a1724;text-align:center;min-height:38px;display:flex;align-items:center;justify-content:center;padding:0 16px}.announcement-content{display:inline-flex;align-items:center;gap:7px;color:#ffffffd1;font-size:11px;font-weight:500;letter-spacing:1.2px;text-transform:uppercase;line-height:1;text-decoration:none;transition:color .2s}.announcement-content:hover{color:#fffffffa}.announcement-stars{color:#c89760;font-size:11px;letter-spacing:.3px;display:inline-flex;line-height:1}.announcement-text strong{color:#fffffffa;font-weight:600;letter-spacing:.5px;margin:0 1px}.nav{position:sticky;top:0;z-index:100;background:#fffffff7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);height:56px;box-shadow:0 2px 16px #5e394c0f}.desktop-view .nav{height:100px}.desktop-view .nav-logo img.nav-logo-clean{height:42px}.nav-inner{max-width:var(--max-w);margin:0 auto;padding:0 24px;height:100%;display:flex;align-items:center;justify-content:space-between}.nav-logo{font-size:20px;font-weight:700;letter-spacing:4px;color:var(--text-dark);text-transform:uppercase}.nav-logo img.nav-logo-full{display:none}.nav-logo img.nav-logo-clean{display:block;height:30px}.nav-links{display:flex;align-items:center;gap:32px}.nav-links a{font-size:14px;font-weight:500;color:var(--text-dark);letter-spacing:1px;text-transform:uppercase}.nav-links a:hover{color:var(--bronze)}.nav-cta{background:var(--bronze)!important;color:var(--white)!important;padding:10px 24px;border-radius:28px;font-weight:600!important}.nav-cta:hover{background:var(--bronze-hover)!important}.hero-badge{display:inline-flex;align-items:center;justify-content:center;gap:6px;background:linear-gradient(135deg,#5e394ce6,#5e394cbf);color:var(--white);font-size:9px;font-weight:700;letter-spacing:1.8px;text-transform:uppercase;padding:8px 16px;border-radius:20px;margin-bottom:14px;border:1px solid rgba(174,127,87,.4);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 2px 12px #5e394c26;line-height:1.2}.hero-badge .badge-accent{color:var(--white);font-weight:800}.hero-badge .badge-rest{color:var(--white)}.hero{background:linear-gradient(180deg,#eee5d8 0%,#f0e8de 30%,var(--cream) 60%,var(--white) 100%);padding:80px 0 100px;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:40%;right:5%;width:700px;height:700px;background:radial-gradient(circle,rgba(174,127,87,.14) 0%,rgba(174,127,87,.06) 40%,transparent 70%);transform:translateY(-50%);pointer-events:none;z-index:0}.hero-inner{max-width:var(--max-w);margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:1}.hero-text h1{font-size:48px;font-weight:800;color:var(--text-dark);line-height:1.1;text-transform:uppercase;letter-spacing:3px;margin-bottom:24px}.hero-text .hero-sub{font-size:18px;color:var(--text-muted);line-height:1.7;margin-bottom:32px;font-weight:400}.hero-img-wrap{display:flex;align-items:center;justify-content:center;max-width:460px;position:relative}.hero-img-wrap:before{content:"";position:absolute;top:50%;left:50%;width:130%;height:130%;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(255,255,255,.95) 0%,rgba(255,255,255,.6) 30%,rgba(255,255,255,.2) 50%,transparent 65%);border-radius:50%;pointer-events:none;z-index:0}.hero-img-wrap img{width:100%;height:auto;display:block;filter:drop-shadow(0 20px 40px rgba(94,57,76,.2));transition:transform .4s ease;position:relative;z-index:1}.hero-img-wrap img:hover{transform:scale(1.03)}.hero-img-mobile{display:none}.hero-img-wrap .placeholder-img{width:100%;height:100%;background:#e8e2db;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:600;color:#aaa;letter-spacing:2px;text-transform:uppercase;aspect-ratio:1/1;border-radius:16px}.hero-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:32px}.hero-stat{text-align:left}.hero-stat-num{font-size:32px;font-weight:800;color:var(--bronze);line-height:1;margin-bottom:4px}.hero-stat p{font-size:12px;color:var(--text-muted);line-height:1.4;margin:0}.scroll-link{font-size:14px;font-weight:600;color:var(--bronze);letter-spacing:1px;cursor:pointer;padding:12px 32px;border:1.5px solid var(--bronze);border-radius:28px;display:inline-block}.scroll-link:hover{background:var(--bronze);color:var(--white)}.hero-howitworks-wrap{text-align:center;margin-top:24px}.desktop-view .hero-inner{grid-template-columns:1.05fr 1fr;grid-template-areas:"text image" "stats stats" "howitworks howitworks";gap:32px 60px;align-items:center}.desktop-view .hero-text{grid-area:text}.desktop-view .hero-img-desktop{grid-area:image;max-width:720px;justify-self:center}.desktop-view .hero-img-desktop img{transform:scale(1.45)}.desktop-view .hero-img-desktop:before{width:160%;height:160%}.desktop-view .hero-stats-grid{grid-area:stats;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:24px;padding-top:32px;border-top:1px solid var(--border-light);max-width:100%}.desktop-view .hero-stat{text-align:center;padding:0 12px}.desktop-view .hero-stat-num{font-size:40px;margin-bottom:8px}.desktop-view .hero-stat p{font-size:13px;line-height:1.5;max-width:220px;margin:0 auto}.desktop-view .hero-howitworks-wrap{grid-area:howitworks;text-align:center;margin-top:4px}.desktop-view .hero-text .btn-cta-large{display:block;width:fit-content;margin:40px auto 0;padding:23px 64px;font-size:21px;letter-spacing:1.5px}.desktop-view .hero-text .cta-social-proof{margin-top:14px;font-size:13px}.desktop-view .hero-text .cta-social-proof .cta-stars{font-size:14px}.s-pain{background:linear-gradient(165deg,#5e394c,#3d2233 40%,#2a1724);padding:80px 0;color:var(--white)}.s-pain .section-label{color:var(--bronze)}.s-pain .section-headline{color:var(--white)}.s-pain .section-sub{color:#ffffffb3}.pain-body{font-size:18px;color:#fffc;max-width:700px;margin:0 auto 24px;line-height:1.8}.t-decline-wrap{max-width:820px;margin:36px auto 40px;background:#140a0f59;border:1px solid rgba(201,168,76,.25);border-radius:16px;padding:28px 28px 22px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.t-decline-header{text-align:center;margin-bottom:20px}.t-decline-label{font-size:10px;letter-spacing:3px;font-weight:700;color:var(--bronze);text-transform:uppercase;margin-bottom:6px}.t-decline-title{font-size:22px;font-weight:700;color:var(--white);letter-spacing:.3px}.t-decline-sub{font-size:11.5px;color:#ffffff80;margin-top:6px;letter-spacing:.3px}.t-decline-chart{width:100%}.t-decline-chart svg{width:100%;height:auto;display:block}.t-decline-footer{margin-top:16px;text-align:center;font-size:12.5px;color:#ffffffa6;line-height:1.55;max-width:620px;margin-left:auto;margin-right:auto;padding:12px 0 0;border-top:1px solid rgba(201,168,76,.12)}.pain-body:last-of-type{margin-bottom:40px}.pain-points{display:flex;flex-direction:column;gap:0;max-width:700px;margin:0 auto 40px}.pain-point{display:flex;align-items:center;gap:16px;padding:20px 0;border-top:1px solid rgba(255,255,255,.08)}.pain-point:last-child{border-bottom:1px solid rgba(255,255,255,.08)}.pain-point-icon{flex-shrink:0;width:52px;height:52px;display:flex;align-items:center;justify-content:center;border-radius:12px;overflow:hidden;box-shadow:0 0 8px #ae7f5726}.pain-point-icon img{width:100%;height:100%;object-fit:cover;border-radius:12px}.pain-point-content h4{font-size:16px;font-weight:700;color:var(--white);margin-bottom:4px}.pain-point-content p{font-size:14px;color:#fff9;line-height:1.5;margin:0}.pain-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:16px;border-left:3px solid var(--bronze);transition:all .2s}.pain-card:hover{background:#ffffff1a}.pain-card-header{display:flex;align-items:center;gap:8px;margin-bottom:6px}.pain-card-icon{display:none}.pain-card h4{font-size:12px;font-weight:700;color:var(--bronze);text-transform:uppercase;letter-spacing:1.5px}.pain-card p{font-size:13px;color:#ffffffa6;line-height:1.6}.s-system{background:linear-gradient(180deg,var(--cream) 0%,#f6ede0 40%,#fbf5ec 75%,var(--white) 100%);padding:72px 0}.system-tagline{font-size:13px;font-weight:700;color:var(--bronze);text-align:center;letter-spacing:2.5px;text-transform:uppercase;margin:0 0 22px}.system-text{font-size:15px;color:var(--text-muted);max-width:700px;margin:0 auto 32px;text-align:center;line-height:1.75}.system-text strong{color:var(--text-dark);font-weight:700}.system-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.system-card{background:var(--white);border-radius:12px;padding:28px 24px;text-align:left;box-shadow:var(--shadow-card);display:flex;flex-direction:column}.system-card.signal{border-top:3px solid var(--bronze)}.system-card.produce{border-top:3px solid var(--plum)}.system-card.protect{border-top:3px solid var(--bronze)}.system-card.deliver{border-top:3px solid var(--plum)}.testo-cycle{margin:8px auto 44px;max-width:1000px;background:var(--white);border-radius:20px;padding:36px 28px 32px;box-shadow:0 14px 44px #5e394c17,0 0 0 1px #ae7f5714;position:relative}.testo-cycle-title{font-size:10px;letter-spacing:3px;text-transform:uppercase;color:var(--bronze);text-align:center;margin-bottom:6px;font-weight:800}.testo-cycle-sub{font-family:Bendara,serif;font-size:22px;text-align:center;color:var(--plum);margin-bottom:32px;letter-spacing:.5px;line-height:1.2}.testo-cycle-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;align-items:start}.cycle-node{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;padding:4px 8px}.cycle-node-icon{width:92px;height:92px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#ffffffe6,#ae7f571f 70%,#5e394c1a);display:flex;align-items:center;justify-content:center;margin-bottom:16px;box-shadow:0 10px 24px #5e394c1f,inset 0 0 0 1px #ae7f5738,inset 0 -6px 12px #5e394c14}.cycle-node-icon svg{width:48px;height:48px;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.cycle-node:nth-child(1) .cycle-node-icon svg{stroke:var(--bronze)}.cycle-node:nth-child(2) .cycle-node-icon svg{stroke:var(--plum)}.cycle-node:nth-child(3) .cycle-node-icon svg{stroke:var(--bronze)}.cycle-node:nth-child(4) .cycle-node-icon svg{stroke:var(--plum)}.cycle-node-stage{font-size:9px;letter-spacing:2.8px;font-weight:800;color:var(--bronze);text-transform:uppercase;margin-bottom:4px}.cycle-node-anat{font-family:Bendara,serif;font-size:17px;color:var(--text-dark);margin-bottom:6px;line-height:1.15;letter-spacing:.3px}.cycle-node-desc{font-size:12px;color:var(--text-muted);line-height:1.55;max-width:190px;margin:0 auto}.cycle-arrow{position:absolute;top:40px;right:-14px;width:28px;height:2px;background:linear-gradient(to right,#ae7f5780,#ae7f5714);z-index:1}.cycle-arrow:after{content:"";position:absolute;right:-2px;top:-5px;border:6px solid transparent;border-left-color:#ae7f5780}.cycle-node:last-child .cycle-arrow{display:none}.testo-cycle{overflow:hidden}.testo-cycle-watermark{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;color:var(--bronze);opacity:.05;pointer-events:none;z-index:0}.testo-cycle>*:not(.testo-cycle-watermark){position:relative;z-index:1}.testo-cycle .cycle-node-icon{z-index:2}.system-solution-banner{display:flex;align-items:center;justify-content:center;gap:40px;margin:8px auto 32px;max-width:880px}.system-solution-bottle{flex-shrink:0;width:180px;display:flex;justify-content:center}.system-solution-bottle img{width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 18px 32px rgba(94,57,76,.22))}.system-solution-text{flex:1;text-align:left;max-width:560px}.system-solution-label{text-align:left;margin:0 0 6px;font-size:10px;letter-spacing:3.5px;font-weight:800;color:var(--bronze);text-transform:uppercase}.system-solution-title{font-family:Cormorant Garamond,Georgia,serif;font-style:italic;font-weight:400;font-size:40px;color:var(--plum);text-align:left;margin-bottom:12px;letter-spacing:.3px;text-transform:none;line-height:1.1}.system-solution-sub{text-align:left;color:var(--text-muted);font-size:15px;margin-bottom:0;font-style:italic;line-height:1.55}.cycle-strip{position:relative;display:grid;grid-template-columns:repeat(4,1fr);align-items:start;justify-content:center;gap:0;margin:40px auto 52px;max-width:960px;padding:16px 24px 8px}.cycle-strip-track{position:absolute;left:12%;right:12%;top:62px;height:2px;background:repeating-linear-gradient(to right,var(--bronze) 0 6px,transparent 6px 12px);opacity:.35;z-index:0}.cycle-strip-node{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 8px}.cycle-strip-num{font-family:Bendara,serif;font-size:13px;font-weight:700;color:var(--bronze);letter-spacing:2px;margin-bottom:8px;opacity:.75}.cycle-strip-icon{width:112px;height:112px;border-radius:50%;overflow:hidden;box-shadow:0 12px 32px #5e394c33,0 0 0 3px var(--white),0 0 0 4px #ae794966;margin-bottom:18px;transition:transform .3s ease,box-shadow .3s ease;background:#1a0f16}.cycle-strip-icon img{width:100%;height:100%;object-fit:cover;display:block}.cycle-strip-node:hover .cycle-strip-icon{transform:translateY(-4px);box-shadow:0 18px 40px #5e394c47,0 0 0 3px var(--white),0 0 0 4px var(--bronze)}.cycle-strip-label{font-size:12px;font-weight:700;letter-spacing:1.3px;color:var(--plum);text-transform:uppercase;line-height:1.25;max-width:140px}.pillar-anatomy{font-size:10.5px;font-weight:700;letter-spacing:2px;color:var(--bronze);text-transform:uppercase;margin-bottom:6px;line-height:1.3}.pillar-footer{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;margin-top:18px;padding-top:14px;border-top:1px solid var(--border)}.pillar-dose{font-size:11px;color:var(--text-muted);letter-spacing:.4px;font-weight:500;display:inline-flex;align-items:center;gap:6px}.pillar-dose:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--bronze);display:inline-block}.pillar-study{font-size:10px;color:var(--bronze);font-weight:800;letter-spacing:1.5px;text-transform:uppercase;text-decoration:none;white-space:nowrap;transition:color .15s}.pillar-study:hover{color:var(--plum)}.pillar-break{display:inline-flex;align-items:center;gap:6px;font-size:10.5px;font-weight:700;color:#9c4444;letter-spacing:1.3px;text-transform:uppercase;background:#b24c4c0f;padding:6px 11px;border-radius:6px;margin-bottom:14px;line-height:1.4;border:1px solid rgba(178,76,76,.12)}.pillar-break:before{content:"\26a0";font-size:11px}.produce .pillar-icon{background:#5e394c1a}.produce .pillar-icon svg{stroke:var(--plum)}.deliver .pillar-icon{background:#5e394c1a}.deliver .pillar-icon svg{stroke:var(--plum)}.pillar-header{display:flex;align-items:center;gap:14px;margin-bottom:16px}.pillar-header-text{display:flex;flex-direction:column;min-width:0;flex:1}.pillar-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pillar-icon svg{width:26px;height:26px;stroke-width:1.6;fill:none;stroke-linecap:round;stroke-linejoin:round}.signal .pillar-icon{background:#ae7f571a}.signal .pillar-icon svg{stroke:var(--bronze)}.protect .pillar-icon{background:#5e394c1a}.protect .pillar-icon svg{stroke:var(--plum)}.perform .pillar-icon{background:#ae7f571a}.perform .pillar-icon svg{stroke:var(--bronze)}.pillar-num{font-size:10px;font-weight:700;color:var(--text-muted);letter-spacing:3px;text-transform:uppercase;margin-bottom:3px}.pillar-title{font-size:20px;font-weight:800;color:var(--text-dark);margin-bottom:4px;text-transform:uppercase;letter-spacing:2px;line-height:1.1}.pillar-subtitle{font-size:11px;color:var(--bronze);font-weight:700;letter-spacing:1.5px;text-transform:uppercase;line-height:1.4}.pillar-desc{font-size:14px;color:var(--text-muted);line-height:1.7;margin-bottom:20px;flex-grow:1}.ingredient-pills{list-style:none;display:flex;flex-wrap:wrap;gap:8px;margin-top:auto}.ingredient-pills li{font-size:12px;font-weight:600;color:var(--text-dark);padding:8px 14px;border-radius:20px;background:#ae7f5714;border:1px solid rgba(174,127,87,.25);display:inline-flex;align-items:center;gap:6px;letter-spacing:.3px;line-height:1.2}.ingredient-pills li .ingredient-dose{font-weight:700;color:var(--bronze);font-size:11px}.protect .ingredient-pills li{background:#5e394c0f;border-color:#5e394c33}.protect .ingredient-pills li .ingredient-dose{color:var(--plum)}.s-purchase{background:var(--white);padding:80px 0}.purchase-intro{text-align:center;max-width:620px;margin:24px auto 0}.purchase-tagline{font-size:17px;font-weight:400;font-style:italic;color:var(--bronze);letter-spacing:.3px;margin-top:14px;margin-bottom:0;line-height:1.3}.purchase-sub-intro{font-size:15px;font-weight:400;color:var(--text-muted);line-height:1.6;letter-spacing:.1px;margin-bottom:6px}.purchase-tier-name{font-size:18px;font-style:italic;font-weight:500;color:var(--plum);letter-spacing:.2px;margin-bottom:6px;line-height:1.2;min-height:22px}.s-value-anchor{background:var(--white);padding:84px 0 90px}.value-anchor-eyebrow{text-align:center;font-size:14px;letter-spacing:3px;font-weight:700;color:var(--bronze);text-transform:uppercase;margin-bottom:12px}.s-value-anchor .section-headline{margin-top:4px}.s-value-anchor .section-sub{text-align:center;max-width:620px;margin:14px auto 0;font-size:14px;color:var(--text-muted);line-height:1.7}.value-anchor{max-width:820px;margin:44px auto 0;background:linear-gradient(180deg,#fbf4e8,#f5ebdc);border:1px solid rgba(169,121,73,.28);border-radius:16px;padding:28px 28px 22px}.value-anchor-label{text-align:center;font-size:10px;letter-spacing:2.5px;font-weight:700;color:var(--bronze);text-transform:uppercase;margin-bottom:16px}.value-anchor-compare{display:grid;grid-template-columns:1fr auto 1fr;align-items:stretch;gap:14px}.value-col{background:var(--white);border-radius:12px;padding:18px 20px;display:flex;flex-direction:column;border:1px solid rgba(94,57,76,.1)}.value-col.vs{border-color:#b432322e}.value-col.us{border:2px solid var(--bronze);box-shadow:0 6px 20px #a979492e;position:relative}.value-col-bottle{width:110px;margin:6px auto 14px}.value-col-bottle img{width:100%;height:auto;display:block}.value-col-pile{width:90%;max-width:240px;margin:8px auto 16px;display:flex;align-items:center;justify-content:center}.value-col-pile img{width:100%;height:auto;object-fit:contain;display:block;filter:drop-shadow(0 4px 14px rgba(0,0,0,.12))}.value-col-cta{display:block;text-align:center;margin-top:14px;padding:12px 22px;font-size:13px}.value-col-title{font-size:13px;font-weight:700;color:var(--plum);letter-spacing:.3px;margin-bottom:12px;text-transform:uppercase}.value-col.vs .value-col-title{color:#8a3a3a}.value-list{list-style:none;padding:0;margin:0 0 14px;font-size:12.5px;line-height:1.45;color:var(--text-dark);flex:1}.value-list li{padding:6px 0;border-bottom:1px solid rgba(94,57,76,.06);display:flex;justify-content:space-between;gap:10px}.value-list li:last-child{border-bottom:0}.value-list li span{color:var(--text-muted);white-space:nowrap;font-variant-numeric:tabular-nums}.value-list.highlight li{justify-content:flex-start;gap:8px;color:var(--text-dark)}.value-list.highlight .check{width:18px;height:18px;min-width:18px;border-radius:50%;background:#2d5a3d1f;color:#2d5a3d;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700}.value-col-total{font-size:14px;color:var(--plum);padding-top:12px;border-top:1px solid rgba(94,57,76,.12)}.value-col.vs .value-col-total{color:#8a3a3a}.value-col-total strong{font-family:Bendara,serif;font-size:22px;color:inherit}.value-vs-divider{display:flex;align-items:center;justify-content:center;font-size:11px;letter-spacing:2px;color:var(--bronze);font-weight:800;padding:0 2px}.value-vs-divider span{background:var(--white);border:2px solid var(--bronze);width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center}.value-anchor-note{margin-top:18px;text-align:center;font-size:11.5px;color:var(--text-muted);line-height:1.55;max-width:620px;margin-left:auto;margin-right:auto}.purchase-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:56px;align-items:stretch}.purchase-card{background:var(--white);border:1px solid var(--border);border-radius:12px;padding:26px 20px 22px;text-align:center;position:relative;transition:all .2s;display:flex;flex-direction:column;box-shadow:0 4px 20px #5e394c0f}.purchase-card.popular{border:2px solid var(--plum);box-shadow:0 0 0 1px #5e394c26,0 16px 48px #5e394c2e;transform:scale(1.06)}.purchase-card.popular .price-now,.purchase-card.popular .purchase-duration,.purchase-card.popular .purchase-checks li .check{color:var(--plum)}.purchase-card.best-value{border:2px solid var(--bronze);box-shadow:0 0 0 1px #ae7f5726,0 16px 48px #ae7f572e}.purchase-card.best-value .price-now,.purchase-card.best-value .purchase-duration,.purchase-card.best-value .purchase-checks li .check{color:var(--bronze)}.price-save{display:inline-block;font-size:12px;font-weight:800;padding:2px 8px;border-radius:4px;letter-spacing:.5px;margin-left:4px;vertical-align:middle}.purchase-card.popular .price-save{background:#5e394c1f;color:var(--plum)}.purchase-card.best-value .price-save{background:#ae7f571f;color:var(--bronze)}.purchase-badge{position:absolute;top:-16px;left:50%;transform:translate(-50%);background:var(--bronze);color:var(--white);font-size:13px;font-weight:800;padding:8px 22px;border-radius:24px;letter-spacing:1.4px;text-transform:uppercase;white-space:nowrap;box-shadow:0 6px 18px #5e394c40}.purchase-img{width:100%;height:180px;margin:4px auto 10px;display:flex;align-items:center;justify-content:center}.purchase-img img{max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 8px 20px rgba(94,57,76,.15))}.purchase-card.single .purchase-img img{transform:scale(1.15);transform-origin:center}.purchase-card h3{font-size:18px;font-weight:700;color:var(--text-dark);text-transform:uppercase;letter-spacing:2px;margin-bottom:4px}.purchase-number{font-family:Bendara,serif;font-size:18px;font-weight:700;color:var(--bronze);letter-spacing:2px;line-height:1;margin-bottom:6px;text-transform:uppercase;display:inline-block;padding:4px 10px;border:1px solid rgba(169,121,73,.4);border-radius:999px;background:#a979490f}.purchase-card.popular .purchase-number{color:var(--plum);border-color:#5e394c59;background:#5e394c0f}.purchase-card.best-value .purchase-number{color:var(--bronze);border-color:#a9794980;background:#a979491a}.purchase-duration{font-size:11px;font-weight:700;color:var(--bronze);letter-spacing:2.5px;text-transform:uppercase;margin-bottom:4px}.purchase-card .supply-info{font-size:13px;color:var(--text-muted);margin-bottom:4px}.purchase-card .capsule-info{font-size:11px;color:var(--text-light);margin-bottom:10px;letter-spacing:.3px}.purchase-price-block{min-height:70px;display:flex;flex-direction:column;align-items:center;justify-content:center}.purchase-price{margin:4px 0 2px;display:flex;flex-direction:column;align-items:center;gap:2px}.purchase-price-was-row{display:flex;align-items:center;justify-content:center;gap:6px;order:-1}.purchase-card .price-was{font-size:15px;color:#c0616e;text-decoration:line-through;font-weight:600;letter-spacing:.5px}.purchase-card .price-now{font-size:52px;font-weight:900;color:var(--text-dark);line-height:1;letter-spacing:-1px}.purchase-card .price-now>span{font-size:15px!important;font-weight:600!important;letter-spacing:.5px;color:var(--text-muted);margin-left:2px}.purchase-per-bottle{font-size:12px;color:var(--bronze);font-weight:700;margin-bottom:4px;letter-spacing:.3px}.purchase-per-day{font-size:11px;color:var(--text-muted);margin-bottom:10px;letter-spacing:.2px}.purchase-per-day strong{color:var(--text-dark);font-weight:800}.purchase-checks{list-style:none;text-align:left;margin:10px 0 14px;padding:0 4px;display:flex;flex-direction:column;gap:5px}.purchase-checks li{font-size:13px;color:var(--text-muted);padding:0;display:flex;align-items:flex-start;gap:7px;line-height:1.5}.purchase-checks li .check{color:var(--bronze);font-weight:800;flex-shrink:0;font-size:13px;line-height:1.5}.purchase-card-spacer{flex:1}.btn-subscribe{display:block;width:100%;padding:13px 10px;background:var(--bronze);color:var(--white);border:none;border-radius:26px;font-size:13px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;cursor:pointer;font-family:inherit;transition:all .2s;text-decoration:none;text-align:center;white-space:nowrap}.btn-subscribe:hover{background:var(--bronze-hover)}.subscribe-row{margin-top:10px;padding-top:4px}.subscribe-or{display:block;text-align:center;font-size:9px;letter-spacing:2px;color:var(--text-light);text-transform:uppercase;margin-bottom:8px;font-weight:700}.btn-atc{display:block;width:100%;padding:11.5px 10px;background:transparent;color:var(--bronze);border:1.5px solid var(--bronze);border-radius:26px;font-size:13px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;cursor:pointer;font-family:inherit;transition:all .2s;text-decoration:none;text-align:center;white-space:nowrap}.btn-atc:hover{background:var(--bronze);color:var(--white)}.payment-icons{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:22px;flex-wrap:wrap}.pay-logo{display:inline-flex;align-items:center;justify-content:center;height:30px;padding:4px 10px;background:var(--white);border:1px solid var(--border);border-radius:5px;box-sizing:border-box}.pay-logo svg{height:100%;width:auto;display:block}.trust-stats-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:0;max-width:var(--max-w);margin:0 auto;background:var(--white);border-radius:16px;box-shadow:var(--shadow-card);overflow:hidden}.trust-stat-item{text-align:center;padding:28px 16px;border-right:1px solid var(--border-light)}.trust-stat-item:last-child{border-right:none}.trust-stat-num{font-size:32px;font-weight:800;color:var(--bronze);line-height:1;margin-bottom:6px}.trust-stat-label{font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.8px;line-height:1.4}.claim-icon{width:36px;height:36px;flex-shrink:0;background:var(--bronze);border-radius:8px;display:flex;align-items:center;justify-content:center}.claim-icon svg{width:20px;height:20px;fill:var(--white)}.s-bottle-closeup{background:#0a0a0a;overflow:hidden}.bottle-closeup-img{width:100%;display:block}@media(max-width:600px){.bottle-closeup-img{width:140%;margin-left:-20%}}.s-science{background:var(--white);padding:60px 0}.s-science>.section-inner>.section-label{text-align:left}.s-science>.section-inner>.section-headline{text-align:left}.s-science>.section-inner>.section-sub{text-align:left;margin-left:0;max-width:720px}.science-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-bottom:48px}.science-text .section-label,.science-text .section-headline{text-align:left}.science-text .section-headline{font-size:32px}.science-text p{font-size:15px;color:var(--text-muted);line-height:1.8}.science-img{background:var(--cream);border-radius:16px;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;font-size:14px;color:#aaa;font-weight:600;text-transform:uppercase}.claim-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:24px}.claim-card{background:var(--cream);border-radius:12px;padding:28px 24px;text-align:center}.claim-stat{font-size:32px;font-weight:800;color:var(--bronze);margin-bottom:8px}.claim-desc{font-size:13px;color:var(--text-muted);line-height:1.6}.science-note{background:transparent;border:none;padding:12px 0;text-align:center;font-size:14px;color:var(--text-muted);line-height:1.7;font-style:italic}.s-compare{background:linear-gradient(180deg,var(--cream) 0%,#f6ede0 45%,#fbf5ec 80%,var(--white) 100%);padding:60px 0}.compare-layout{display:grid;grid-template-columns:500px 1fr;gap:40px;align-items:center;margin-top:40px}.compare-bottle{position:relative;display:flex;justify-content:center;align-items:center;padding:24px;overflow:visible;margin:0}.compare-bottle:before{content:"";position:absolute;top:50%;left:50%;width:105%;height:85%;transform:translate(-50%,-50%);background:radial-gradient(ellipse at center,#fffffffa,#fff8f08c,#fff8f000 70%);pointer-events:none;z-index:0;filter:blur(8px)}.compare-bottle img{display:block;width:100%;max-width:460px;height:auto;position:relative;z-index:1;margin:0 auto;filter:drop-shadow(0 0 70px rgba(255,255,255,.7)) drop-shadow(0 32px 48px rgba(94,57,76,.32))}.compare-table{width:100%;border-collapse:collapse;background:var(--white);border-radius:14px;overflow:hidden;box-shadow:0 12px 36px #5e394c1a;margin:0}.compare-table th,.compare-table td{padding:13px 16px;text-align:center;font-size:13px}.compare-table thead th{background:var(--plum);color:var(--white);font-weight:700;letter-spacing:1.2px;text-transform:uppercase;font-size:11.5px;padding:16px 14px}.compare-table thead th:first-child{text-align:left}.compare-table tbody td{border-bottom:1px solid rgba(94,57,76,.06);color:var(--text-muted)}.compare-table tbody td:first-child{text-align:left;font-weight:600;color:var(--text-dark);font-size:12.5px}.compare-table tbody tr:nth-child(2n) td{background:#5e394c04}.compare-table tbody .col-primalit{background:#ae7f5712;color:var(--text-dark);font-weight:600}.compare-table tbody tr:nth-child(2n) .col-primalit{background:#ae7f571a}.compare-table thead th.col-primalit{background:var(--bronze);color:var(--white);border-left:2px solid rgba(255,255,255,.2);border-right:2px solid rgba(255,255,255,.2)}.compare-table tbody tr:last-child td{border-bottom:none}.check-yes{color:var(--text-dark);font-size:12.5px;font-weight:600;display:inline-flex;align-items:center;gap:7px;line-height:1.3;text-align:left}.check-yes:before{content:"";width:16px;height:16px;border-radius:50%;background-color:var(--bronze);flex-shrink:0;background-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 8.2l3 3 6-6.4' stroke='white' stroke-width='2.4' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:100%}.check-no{color:var(--text-light);font-size:12.5px;font-weight:500;display:inline-flex;align-items:center;gap:7px;line-height:1.3;text-align:left}.check-no:before{content:"";width:16px;height:16px;border-radius:50%;background-color:#b0727a33;flex-shrink:0;background-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M5 5l6 6M11 5l-6 6' stroke='%23b0727a' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:100%}.compare-table td.col-primalit .check-yes:empty,.compare-table td .check-no:empty{justify-content:center}.compare-table td.col-primalit:has(>.check-yes:empty),.compare-table td:has(>.check-no:empty){text-align:center}.compare-badges{display:flex;justify-content:center;align-items:flex-start;gap:44px;flex-wrap:wrap;margin:48px auto 0;max-width:820px}.compare-badge{display:flex;flex-direction:column;align-items:center;gap:12px;background:transparent;border:none;padding:0;text-align:center;transition:transform .2s}.compare-badge:hover{transform:translateY(-2px)}.compare-badge-seal{width:82px;height:82px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;background:radial-gradient(circle at 35% 30%,#d3a072 0%,var(--bronze) 55%,#8a5e3d 100%);box-shadow:0 4px 14px #5e394c2e,inset 0 0 0 3px #ffffff1f,inset 0 -3px 8px #00000026;color:var(--white)}.compare-badge-seal:before{content:"";position:absolute;top:6px;right:6px;bottom:6px;left:6px;border-radius:50%;border:1.5px dashed rgba(255,255,255,.35)}.compare-badge-seal svg{width:34px;height:34px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;position:relative;z-index:1}.compare-badge-seal .seal-text{font-size:11px;font-weight:800;letter-spacing:.8px;color:var(--white);line-height:1;position:relative;z-index:1}.compare-badge-text{font-size:10.5px;font-weight:800;letter-spacing:1.2px;text-transform:uppercase;color:var(--text-dark);line-height:1.3;max-width:110px}.s-ingredients{background:var(--white);padding:90px 0 96px}.ingredients-eyebrow{text-align:center;font-size:11px;letter-spacing:3px;font-weight:700;color:var(--bronze);text-transform:uppercase;margin-bottom:12px}.s-ingredients .section-headline{margin-top:4px}.s-ingredients .section-sub{text-align:center;max-width:620px;margin:14px auto 0;font-size:14px;color:var(--text-muted);line-height:1.7}.ingredients-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:56px;max-width:1080px;margin-left:auto;margin-right:auto}.ingredient-card{position:relative;background:var(--white);border:1px solid rgba(169,121,73,.18);border-radius:14px;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;display:flex;flex-direction:column}.ingredient-card:hover{transform:translateY(-4px);border-color:var(--bronze);box-shadow:0 12px 32px #5e394c26}.ingredient-card.patented{border:1.5px solid var(--bronze);box-shadow:0 4px 16px #a9794924}.ingredient-card-bottle{background:linear-gradient(160deg,var(--plum) 0%,#3d2233 65%,#2a1724 100%);border:1.5px solid var(--bronze);text-decoration:none;cursor:pointer;box-shadow:0 8px 24px #5e394c40}.ingredient-card-bottle .ingredient-img{background:transparent;display:flex;align-items:center;justify-content:center;padding:8px}.ingredient-card-bottle .ingredient-img img{width:auto;height:100%;max-width:95%;object-fit:contain;filter:drop-shadow(0 8px 18px rgba(0,0,0,.5))}.mobile-view .ingredient-card-bottle .ingredient-img{padding:4px}.mobile-view .ingredient-card-bottle .ingredient-img img{max-width:100%;height:100%}.ingredient-card-bottle .ingredient-name{color:var(--white)}.ingredient-card-bottle .ingredient-dose{color:var(--bronze)}.ingredient-card-bottle .ingredient-role{color:#ffffffb3;font-weight:600;letter-spacing:.5px;text-transform:uppercase;font-size:10.5px}.ingredient-card-bottle:hover{transform:translateY(-4px);box-shadow:0 14px 32px #5e394c66}.ingredient-img{width:100%;aspect-ratio:1 / 1;overflow:hidden;background:#f4ede2}.ingredient-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.ingredient-card:hover .ingredient-img img{transform:scale(1.05)}.ingredient-card figcaption{padding:14px 16px 18px;display:flex;flex-direction:column;gap:3px}.ingredient-badge{display:inline-block;width:fit-content;padding:3px 8px;border-radius:999px;background:#a9794924;color:var(--bronze);font-size:9.5px;font-weight:700;letter-spacing:1.5px;margin-bottom:6px}.ingredient-name{font-size:14px;font-weight:700;color:var(--plum);letter-spacing:.2px;line-height:1.2}.ingredient-dose{font-family:Bendara,serif;font-size:22px;color:var(--bronze);font-weight:700;margin-top:2px;line-height:1}.ingredient-role{font-size:11.5px;color:var(--text-muted);margin-top:8px;line-height:1.4}.s-suppfacts{position:relative;background:radial-gradient(ellipse at 20% 10%,rgba(169,121,73,.12) 0%,transparent 45%),radial-gradient(ellipse at 80% 90%,rgba(94,57,76,.08) 0%,transparent 45%),linear-gradient(180deg,var(--cream) 0%,#f5ebdc 50%,var(--cream) 100%);padding:80px 0;overflow:hidden}.s-suppfacts:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:repeating-linear-gradient(45deg,rgba(169,121,73,.025) 0 1px,transparent 1px 38px),repeating-linear-gradient(-45deg,rgba(94,57,76,.025) 0 1px,transparent 1px 38px);pointer-events:none;z-index:0}.s-suppfacts .section-inner{position:relative;z-index:1}.label-layout{display:grid;grid-template-columns:1fr;gap:0;align-items:start;max-width:520px;margin:0 auto 40px}.supp-panel{margin:0;background:var(--white);border:2px solid var(--text-dark);border-radius:4px;padding:20px;font-size:13px;max-width:100%}.excluded-panel{padding:4px 4px 4px 8px}.excluded-label{font-size:10px;letter-spacing:3px;font-weight:800;color:#a55c66;text-transform:uppercase;margin-bottom:8px}.excluded-title{font-family:Bendara,serif;font-size:28px;color:var(--plum);letter-spacing:1.5px;text-transform:uppercase;margin-bottom:24px;line-height:1.1}.excluded-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}.excluded-list li{display:flex;align-items:flex-start;gap:12px;line-height:1.45}.excluded-list .x-mark{width:22px;height:22px;border-radius:50%;flex-shrink:0;margin-top:1px;background-color:#a55c6624;background-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M5 5l6 6M11 5l-6 6' stroke='%23a55c66' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:70%}.excluded-list .ex-text{display:flex;flex-direction:column;gap:1px}.excluded-list .ex-text strong{color:var(--text-dark);font-weight:700;font-size:14.5px;letter-spacing:.2px}.excluded-list .ex-text span{font-size:12.5px;color:var(--text-muted)}.supp-panel-title{font-size:24px;font-weight:800;text-transform:uppercase;border-bottom:8px solid var(--text-dark);padding-bottom:4px;margin-bottom:4px}.supp-panel-serving{font-size:13px;font-weight:600;margin-bottom:2px}.supp-panel-servings{font-size:13px;margin-bottom:8px;border-bottom:1px solid var(--text-dark);padding-bottom:4px}.supp-panel-header{display:flex;justify-content:space-between;font-size:11px;font-weight:700;border-bottom:3px solid var(--text-dark);padding-bottom:2px;margin-bottom:4px}.supp-row{display:flex;justify-content:space-between;padding:4px 0;border-bottom:1px solid var(--border-light);font-size:13px}.supp-row .name{font-weight:500}.supp-row .amount{font-weight:600}.supp-row .dv{font-weight:400;color:var(--text-muted);min-width:40px;text-align:right}.supp-divider{border-bottom:8px solid var(--text-dark);margin:4px 0}.badges-row{display:flex;justify-content:center;gap:32px;margin-top:32px;flex-wrap:wrap}.badge-item{font-size:14px;font-weight:600;color:var(--text-dark);display:flex;align-items:center;gap:8px}.s-coa{position:relative;background:radial-gradient(ellipse at 90% 10%,rgba(169,121,73,.15) 0%,transparent 50%),radial-gradient(ellipse at 10% 100%,rgba(94,57,76,.12) 0%,transparent 50%),linear-gradient(170deg,#f5ebdc 0%,var(--cream) 50%,#ede0ca 100%);padding:80px 0 90px;overflow:hidden}.s-coa:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 50% 50%,transparent 65%,rgba(94,57,76,.04) 100%);pointer-events:none;z-index:0}.s-coa:after{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--bronze),transparent);opacity:.4}.s-coa .section-inner{position:relative;z-index:1}.coa-eyebrow{text-align:center;font-size:11px;letter-spacing:3px;font-weight:700;color:var(--bronze);text-transform:uppercase;margin-bottom:12px}.s-coa .coa-eyebrow{text-align:left}.s-coa .section-headline{margin-top:4px;text-align:left}.s-coa .section-sub{text-align:left;max-width:720px;margin:14px 0 0;font-size:14px;color:var(--text-muted);line-height:1.7}.coa-slider-wrap{position:relative;margin-top:48px;max-width:1080px;margin-left:auto;margin-right:auto}.coa-slider{display:flex;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;gap:0;scrollbar-width:none;padding:6px 0 8px}.coa-slider::-webkit-scrollbar{display:none}.coa-slide{flex:0 0 100%;min-width:0;scroll-snap-align:center;padding:0 20px;display:flex;flex-direction:column;gap:20px}.coa-slide-head{background:var(--white);border:1px solid rgba(169,121,73,.22);border-radius:14px;padding:18px 24px;text-align:center;box-shadow:0 2px 10px #5e394c14;position:relative}.coa-slide-badge{display:inline-block;margin-bottom:10px;padding:4px 10px;border-radius:999px;background:#a979491f;color:var(--bronze);font-size:10px;font-weight:700;letter-spacing:2px}.coa-slide-ingredient{font-size:24px;font-weight:700;color:var(--plum);letter-spacing:.3px;line-height:1.15}.coa-slide-dose{font-family:Bendara,serif;font-size:30px;color:var(--bronze);font-weight:700;margin-left:8px;letter-spacing:.5px}.coa-slide-meta{font-size:13.5px;color:var(--text-muted);margin-top:10px;line-height:1.5;display:inline-flex;flex-wrap:wrap;gap:8px;justify-content:center;align-items:center}.coa-slide-meta .sep{color:#5e394c59}.coa-slide-meta .highlight{color:var(--plum);font-weight:600}.coa-slide-doc{background:var(--white);border:1px solid rgba(169,121,73,.18);border-radius:14px;overflow:hidden;box-shadow:0 8px 28px #5e394c1f}.coa-slide-doc img{width:100%;height:auto;display:block}.coa-slider-btn{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:var(--white);color:var(--plum);border:1px solid rgba(169,121,73,.3);box-shadow:0 4px 16px #5e394c2e;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3;transition:all .2s}.coa-slider-btn:hover{background:var(--plum);color:var(--white);border-color:var(--plum)}.coa-slider-btn svg{width:22px;height:22px}.coa-slider-btn.prev{left:-20px}.coa-slider-btn.next{right:-20px}.coa-slider-meta{display:flex;flex-direction:column;gap:14px;align-items:center;margin-top:24px}.coa-slider-counter{font-size:13px;color:var(--text-muted);letter-spacing:.5px}.coa-slider-counter strong{color:var(--plum);font-weight:700}.coa-slider-dots{display:flex;gap:6px;flex-wrap:wrap;justify-content:center;max-width:360px}.coa-slider-dots span{width:8px;height:8px;border-radius:50%;background:#5e394c38;cursor:pointer;transition:all .2s}.coa-slider-dots span.active{background:var(--plum);width:22px;border-radius:4px}.coa-footer{margin-top:40px;text-align:center}.coa-download-all{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;border-radius:999px;background:var(--plum);color:var(--white);text-decoration:none;font-weight:700;letter-spacing:1px;font-size:13px;text-transform:uppercase;transition:all .25s ease;box-shadow:0 4px 16px #5e394c33}.coa-download-all:hover{background:#7a3349;transform:translateY(-2px);box-shadow:0 8px 24px #5e394c4d}.coa-download-all svg{width:16px;height:16px}.coa-legal{margin-top:18px;font-size:11.5px;color:var(--text-muted);max-width:640px;margin-left:auto;margin-right:auto;line-height:1.6}.s-reviews{background:var(--white);padding:100px 0}.rating-summary{display:flex;align-items:center;justify-content:center;gap:40px;margin-bottom:48px;flex-wrap:wrap}.rating-big{text-align:center}.rating-big .rating-num{font-size:56px;font-weight:800;color:var(--text-dark);line-height:1}.rating-big .rating-stars{color:var(--bronze);font-size:20px;margin:4px 0}.rating-big .rating-count{font-size:14px;color:var(--text-muted)}.rating-bars{min-width:200px}.bar-row{display:flex;align-items:center;gap:8px;margin:3px 0}.bar-row .bar-label{font-size:13px;font-weight:600;color:var(--text-dark);min-width:14px}.bar-row .bar-track{flex:1;height:8px;background:var(--cream);border-radius:4px;overflow:hidden}.bar-row .bar-fill{height:100%;background:var(--bronze);border-radius:4px}.bar-row .bar-pct{font-size:12px;color:var(--text-muted);min-width:32px;text-align:right}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:32px}.reviews-grid .review-card{display:none}.reviews-grid .review-card.visible{display:block}.btn-view-more{display:block;margin:32px auto 0;padding:14px 40px;background:transparent;border:2px solid var(--bronze);color:var(--bronze);border-radius:28px;font-size:14px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;font-family:inherit;transition:all .2s}.btn-view-more:hover{background:var(--bronze);color:var(--white)}.review-card{background:var(--white);border:1px solid var(--border-light);border-radius:12px;padding:24px;transition:all .2s}.review-card:hover{box-shadow:var(--shadow-card)}.review-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.review-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:14px;font-weight:700;flex-shrink:0;overflow:hidden}.review-photo-card .review-photo{width:100%;max-width:140px;max-height:140px;border-radius:8px;margin:16px 0 8px;object-fit:cover;display:block}.review-name{font-size:14px;font-weight:700;color:var(--text-dark)}.review-location{font-size:12px;color:var(--text-muted)}.review-stars{color:var(--bronze);font-size:16px;margin-bottom:12px}.review-stars .star-empty{color:#d4d0cc}.review-quote{font-size:14px;color:var(--text-muted);line-height:1.7;margin-bottom:12px}.review-tags{display:flex;flex-wrap:wrap;gap:6px}.review-tag{font-size:10px;font-weight:700;padding:3px 10px;border-radius:10px;letter-spacing:.5px;text-transform:uppercase}.review-tag.verified{background:#2d5a3d1a;color:#2d5a3d}.review-tag.top-reviewer{background:#ae7f571f;color:var(--bronze)}.review-tag.usage{background:var(--cream);color:var(--text-muted)}.video-reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:24px}.video-review-card{background:var(--plum);border-radius:12px;padding:40px 24px;text-align:center;cursor:pointer;transition:all .2s}.video-review-card:hover{transform:translateY(-3px)}.video-play-btn{width:56px;height:56px;border-radius:50%;background:#ffffff26;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.video-play-btn svg{width:22px;height:22px;fill:var(--white)}.video-title{font-size:14px;font-weight:600;color:var(--white);margin-bottom:4px}.video-duration{font-size:12px;color:#ffffff80}.s-video-testimonials{background:linear-gradient(180deg,var(--white) 0%,var(--white) 22%,var(--plum) 80%,#4a2d3d 95%,#3d2233 100%);padding:100px 0 110px}.s-video-testimonials .section-headline{color:var(--plum)}.s-video-testimonials .section-headline{margin-top:10px}.s-video-testimonials .section-sub{text-align:center;max-width:560px;margin:14px auto 0;font-size:14px;color:var(--text-muted);line-height:1.7}.video-testi-eyebrow{text-align:center;font-size:11px;letter-spacing:3px;font-weight:700;color:var(--bronze);text-transform:uppercase;margin-bottom:12px}.video-carousel-wrap{position:relative;margin-top:48px}.video-carousel{display:flex;gap:20px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:8px 4px 24px;scrollbar-width:none}.video-carousel::-webkit-scrollbar{display:none}.video-card{flex:0 0 calc((100% - 40px) / 3);min-width:0;scroll-snap-align:start;background:var(--white);border-radius:16px;overflow:hidden;box-shadow:0 6px 24px #5e394c1a;border:1px solid rgba(169,121,73,.14);cursor:pointer;transition:transform .25s ease,box-shadow .25s ease}.video-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #5e394c26}.video-card-media{position:relative;aspect-ratio:9 / 16;background:linear-gradient(160deg,#3a1f2e 0%,var(--plum) 60%,#1a1012 100%);display:flex;align-items:center;justify-content:center;overflow:hidden}.video-card-media video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.video-card-media.playing .video-play-btn,.video-card-media.playing .video-duration-tag{display:none}.video-card-media .video-play-btn{position:absolute;bottom:14px;left:14px;width:40px;height:40px;border-radius:50%;background:#ffffffd9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;transition:transform .25s ease,background .25s ease;box-shadow:0 2px 10px #0000004d}.video-card:hover .video-play-btn{transform:scale(1.08);background:var(--white)}.video-card-media .video-play-btn svg{width:16px;height:16px;fill:var(--plum);margin-left:2px}.video-duration-tag{position:absolute;bottom:14px;right:14px;background:#0009;color:var(--white);font-size:11px;font-weight:600;padding:4px 8px;border-radius:6px;letter-spacing:.3px}.video-card-name-overlay{position:absolute;top:12px;left:14px;color:var(--white);font-size:13px;font-weight:700;letter-spacing:.4px;text-shadow:0 2px 8px rgba(0,0,0,.6)}.video-carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:var(--white);color:var(--plum);border:1px solid rgba(169,121,73,.25);box-shadow:0 4px 14px #5e394c24;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;transition:all .2s}.video-carousel-btn:hover{background:var(--plum);color:var(--white);border-color:var(--plum)}.video-carousel-btn svg{width:20px;height:20px}.video-carousel-btn.prev{left:-14px}.video-carousel-btn.next{right:-14px}.video-carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:20px}.video-carousel-dots span{width:8px;height:8px;border-radius:50%;background:#5e394c38;cursor:pointer;transition:all .2s}.video-carousel-dots span.active{background:var(--plum);width:22px;border-radius:4px}.s-timeline{background:linear-gradient(180deg,var(--white) 0%,var(--cream) 100%);padding:100px 0 80px;position:relative}.s-timeline .section-headline{color:var(--text-dark)}.s-timeline .timeline-intro{color:var(--text-muted)}.timeline-intro{text-align:center;font-size:14px;color:var(--text-muted);max-width:560px;margin:16px auto 0;line-height:1.7}.timeline-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:56px;position:relative}.timeline-grid:before{content:"";position:absolute;top:70px;left:8%;right:8%;height:2px;background:repeating-linear-gradient(to right,rgba(169,121,73,.4) 0 6px,transparent 6px 12px);z-index:0}.timeline-card{position:relative;background:var(--white);border-radius:14px;padding:28px 22px 24px;text-align:left;box-shadow:0 4px 18px #5e394c14;border:1px solid rgba(169,121,73,.18);overflow:hidden;z-index:1;display:flex;flex-direction:column}.timeline-card.alt{background:linear-gradient(180deg,#f3e1cd,#efd9c1)}.timeline-number{position:absolute;top:-14px;right:14px;font-family:Bendara,serif;font-size:88px;font-weight:900;line-height:1;color:var(--bronze);opacity:.14;letter-spacing:-2px;pointer-events:none;-webkit-user-select:none;user-select:none}.timeline-icon{width:44px;height:44px;border-radius:50%;background:var(--plum);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #5e394c40;margin-bottom:18px}.timeline-icon svg{width:22px;height:22px;color:var(--bronze);fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.timeline-week{font-size:11px;font-weight:700;color:var(--bronze);letter-spacing:2.5px;text-transform:uppercase;margin-bottom:6px}.timeline-card h3{font-family:Bendara,serif;font-size:20px;font-weight:700;color:var(--plum);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:10px;line-height:1.15}.timeline-card p{font-size:13px;color:var(--text-muted);line-height:1.65;margin-bottom:18px;flex:1}.timeline-progress{display:flex;align-items:center;gap:10px;font-size:10px;font-weight:700;color:var(--bronze);letter-spacing:1px;text-transform:uppercase}.timeline-progress-bar{flex:1;height:4px;background:#a979492e;border-radius:2px;overflow:hidden}.timeline-progress-bar>span{display:block;height:100%;background:linear-gradient(to right,var(--bronze),#d39a68);border-radius:2px}.s-edge{background:linear-gradient(180deg,#1a0610 0%,#2a0e1c 25%,#3d1a2c 55%,#4d2a3a 80%,var(--plum) 100%);padding:100px 0;color:var(--white)}.s-edge .section-headline{color:var(--white)}.s-edge-intro{text-align:center;max-width:560px;margin:16px auto 0;font-size:14px;color:#ffffffb3;line-height:1.7}.edge-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;margin-top:56px;max-width:920px;margin-left:auto;margin-right:auto}.edge-card{position:relative;background:#ffffff0a;border:1px solid rgba(169,121,73,.22);border-radius:14px;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;display:flex;flex-direction:column}.edge-card:hover{transform:translateY(-4px);border-color:#a9794980;box-shadow:0 12px 32px #00000047}.edge-card-media{position:relative;width:100%;aspect-ratio:16 / 10;overflow:hidden}.edge-card-media img{width:100%;height:100%;object-fit:cover;object-position:center 22%;transition:transform .4s ease}.edge-card:hover .edge-card-media img{transform:scale(1.04)}.edge-card-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(94,57,76,.55) 0%,rgba(94,57,76,.1) 40%,transparent 70%);pointer-events:none}.edge-card-chip{position:absolute;top:14px;left:14px;z-index:2;display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:#140a0e8c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(169,121,73,.4);font-size:10px;font-weight:700;color:var(--bronze);letter-spacing:1.5px;text-transform:uppercase}.edge-card-chip svg{width:12px;height:12px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.edge-card-body{padding:22px 24px 26px}.edge-card h4{font-family:Bendara,serif;font-size:20px;font-weight:700;color:var(--white);text-transform:uppercase;letter-spacing:1.3px;margin-bottom:10px;line-height:1.15}.edge-card h4:after{content:"";display:block;width:32px;height:2px;background:var(--bronze);margin-top:10px;opacity:.9}.edge-card p{font-size:13.5px;color:#ffffffb8;line-height:1.65;margin-top:12px}.s-faq{background:var(--white);padding:100px 0}.faq-container{max-width:800px;margin:0 auto;padding:0 24px}.faq-item{border-bottom:1px solid var(--border)}.faq-q{display:flex;justify-content:space-between;align-items:center;padding:20px 0;cursor:pointer}.faq-q-text{font-size:16px;font-weight:600;color:var(--text-dark);padding-right:16px}.faq-toggle{font-size:24px;font-weight:300;color:var(--bronze);flex-shrink:0;transition:transform .3s}.faq-a{max-height:0;overflow:hidden;transition:max-height .4s ease}.faq-a-inner{padding:0 0 20px;font-size:14px;color:var(--text-muted);line-height:1.8}.faq-item.open .faq-a{max-height:400px}.faq-item.open .faq-toggle{transform:rotate(45deg)}.s-final{position:relative;overflow:hidden;background:var(--plum);padding:120px 0 100px;text-align:center;color:var(--white);isolation:isolate}.s-final:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(hero-lifestyle.jpg);background-size:cover;background-position:center 25%;filter:contrast(1.05) saturate(.95);z-index:-2}.s-final:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#3d2233,#3d2233d1 4%,#3d223300 12%),radial-gradient(ellipse at 50% 45%,#5e394c8c,#3d2233d9 55%,#1e0e16f5),linear-gradient(to bottom,#140a0f8c,#140a0f4d 35%,#140a0f99 80%,#2a1724);z-index:-1}.s-final .section-inner{position:relative;z-index:1}.s-final h2{font-size:44px;font-weight:900;color:var(--white);text-transform:uppercase;letter-spacing:2.5px;margin-bottom:20px;line-height:1.05;text-shadow:0 2px 20px rgba(0,0,0,.35)}.s-final h2 .divider{display:block;width:48px;height:2px;background:var(--bronze);margin:18px auto;opacity:.9}.s-final p{font-size:16px;color:#ffffffc7;max-width:560px;margin:0 auto 36px;line-height:1.7}.s-final .btn-cta-large{box-shadow:0 12px 40px #00000059}.final-guarantee{font-size:12px;color:#ffffff8c;margin-top:20px;letter-spacing:1.5px;text-transform:uppercase}.s-footer{background:linear-gradient(180deg,#2a1724,#1a0d14);padding:0 0 40px;color:var(--white);border-top:1px solid rgba(255,255,255,.06)}.footer-disclaimer{max-width:var(--max-w);margin:0 auto 44px;padding:44px 24px 32px;display:flex;flex-direction:column;align-items:center;text-align:center;border-bottom:1px solid rgba(255,255,255,.08)}.footer-flint{width:42px;height:auto;display:block;margin-bottom:18px;opacity:.88}.footer-disclaimer-text{font-size:12.5px;line-height:1.7;color:#ffffff94;max-width:780px;margin:0}.footer-disclaimer-text strong{color:#ffffffd1;font-weight:600}.mobile-view .footer-disclaimer{padding:32px 20px 24px;margin-bottom:28px}.mobile-view .footer-flint{width:34px;margin-bottom:12px}.mobile-view .footer-disclaimer-text{font-size:11.5px;line-height:1.65}.footer-logo{display:inline-block;line-height:0}.footer-logo-img{display:block;height:60px;width:auto;max-width:none;filter:brightness(0) invert(1);opacity:.95}.footer-grid{max-width:var(--max-w);margin:0 auto;padding:0 24px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px}.footer-brand-text{font-size:14px;color:#ffffff80;margin-top:12px;line-height:1.6}.footer-col-title{font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#ffffffb3;margin-bottom:16px}.footer-link{display:block;font-size:14px;color:#ffffff80;margin-bottom:10px;transition:color .2s}.footer-link:hover{color:var(--white)}.footer-bottom{max-width:var(--max-w);margin:40px auto 0;padding:24px 24px 0;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.footer-copy{font-size:13px;color:#fff6}.footer-legal{display:flex;gap:20px}.footer-legal a{font-size:13px;color:#fff6;transition:color .2s}.footer-legal a:hover{color:var(--white)}.mobile-sticky-cart{display:none;position:fixed;bottom:0;left:0;right:0;z-index:200;background:var(--white);border-top:1px solid var(--border);padding:12px 24px;box-shadow:0 -4px 20px #0000001a}.msc-inner{display:flex;justify-content:space-between;align-items:center;max-width:var(--max-w);margin:0 auto}.msc-name{font-size:14px;font-weight:700;color:var(--text-dark)}.msc-price{font-size:13px;color:var(--text-muted)}.msc-btn{background:var(--bronze);color:var(--white);padding:10px 24px;border:none;border-radius:28px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1px;cursor:pointer;font-family:inherit;box-shadow:0 4px 16px #ae7f5766}.hero-bullets{list-style:none;margin:0 0 24px;padding:0}.hero-bullets li{font-size:15px;color:var(--text-dark);padding:6px 0;display:flex;align-items:flex-start;gap:10px;line-height:1.55}.hero-bullets .bullet-check{color:var(--bronze);font-weight:700;flex-shrink:0;font-size:16px;line-height:1.55}.hero-bullets .bullet-text{flex:1 1 auto}.hero-bullets strong{font-weight:700}.hero-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:24px;padding-top:24px;border-top:1px solid var(--border)}.hero-stat-item{text-align:center}.hero-stat-num{font-size:28px;font-weight:800;color:var(--bronze);line-height:1}.hero-stat-label{font-size:11px;color:var(--text-muted);line-height:1.3;margin-top:4px}.s-press{background:var(--white);padding:32px 0 36px;border-bottom:1px solid var(--border-light)}.press-eyebrow{text-align:center;font-size:10px;letter-spacing:2.5px;text-transform:uppercase;color:var(--text-light);font-weight:600;margin-bottom:24px}.press-grid{display:grid;grid-template-columns:repeat(3,1fr);align-items:center;justify-items:center;gap:22px 12px;max-width:var(--max-w);margin:0 auto;padding:0 16px}.press-logo{display:inline-flex;align-items:center;justify-content:center;width:100%;height:48px}.press-logo img{display:block;max-height:100%;max-width:100%;width:auto;object-fit:contain}.press-logo--healthline img{max-height:18px}.press-logo--webmd img{max-height:20px}.press-logo--mensh img{max-height:22px}.press-logo--mayo img{max-height:48px}.press-logo--forbes img,.press-logo--cleveland img{max-height:18px}@media(min-width:768px){.press-grid{grid-template-columns:repeat(6,1fr);gap:0 48px;padding:0 24px}.press-logo{height:52px}.press-logo--healthline img{max-height:32px}.press-logo--webmd img{max-height:34px}.press-logo--mensh img{max-height:36px}.press-logo--mayo img{max-height:66px}.press-logo--forbes img,.press-logo--cleveland img{max-height:32px}}.wireframe-container.desktop-view .press-grid{grid-template-columns:repeat(6,1fr);gap:0 48px;padding:0 24px}.wireframe-container.desktop-view .press-logo{height:52px}.wireframe-container.desktop-view .press-logo--healthline img{max-height:32px}.wireframe-container.desktop-view .press-logo--webmd img{max-height:34px}.wireframe-container.desktop-view .press-logo--mensh img{max-height:36px}.wireframe-container.desktop-view .press-logo--mayo img{max-height:66px}.wireframe-container.desktop-view .press-logo--forbes img,.wireframe-container.desktop-view .press-logo--cleveland img{max-height:32px}.wireframe-container.desktop-view .press-eyebrow{font-size:13px;margin-bottom:28px}.wireframe-container.mobile-view .press-grid{grid-template-columns:repeat(3,1fr);gap:22px 12px;padding:0 16px}.wireframe-container.mobile-view .press-logo{height:48px}.wireframe-container.mobile-view .press-logo--healthline img{max-height:18px}.wireframe-container.mobile-view .press-logo--webmd img{max-height:20px}.wireframe-container.mobile-view .press-logo--mensh img{max-height:22px}.wireframe-container.mobile-view .press-logo--mayo img{max-height:48px}.wireframe-container.mobile-view .press-logo--forbes img,.wireframe-container.mobile-view .press-logo--cleveland img{max-height:18px}.pain-stats{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:40px}.pain-stat-card{background:#ffffff0f;border-radius:12px;padding:24px}.pain-stat-num{font-size:36px;font-weight:800;color:var(--bronze);line-height:1;margin-bottom:8px;font-style:italic}.pain-stat-desc{font-size:14px;color:#ffffffa6;line-height:1.5}.s-lifestyle-wrap{border-radius:24px;overflow:hidden}.s-lifestyle{position:relative;overflow:hidden;height:480px;display:flex;align-items:flex-end}.lifestyle-photo{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 20%}.lifestyle-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.82) 0%,rgba(0,0,0,.35) 30%,transparent 55%);z-index:1}.lifestyle-content{position:relative;z-index:2;padding:24px;width:100%}.lifestyle-quote{font-size:17px;font-style:italic;color:var(--white);line-height:1.35;margin-bottom:12px}.lifestyle-author-name{font-size:15px;font-weight:700;color:var(--white);margin-bottom:2px}.lifestyle-author-title{font-size:10px;color:var(--bronze);font-weight:600;letter-spacing:.5px;text-transform:uppercase}.lifestyle-quote-side,.lifestyle-credits,.lifestyle-author{display:none}.desktop-view .s-pain{padding:52px 0 56px}.desktop-view .s-pain .section-label{font-size:15px;letter-spacing:4px;margin-bottom:12px}.desktop-view .s-pain .section-headline{max-width:880px;margin-left:auto;margin-right:auto;font-size:38px;line-height:1.18;margin-bottom:18px}.desktop-view .s-pain .pain-body{max-width:720px;margin:0 auto 16px;font-size:17px;line-height:1.7}.desktop-view .s-pain .pain-body:last-of-type{margin-bottom:18px}.desktop-view .s-pain .t-decline-wrap{margin:16px auto 18px;max-width:720px;padding:22px 26px 18px}.desktop-view .s-pain .pain-points{display:grid;grid-template-columns:1fr 1fr;gap:0 32px;max-width:880px;margin:6px auto 0}.desktop-view .s-pain .pain-point{padding:18px 0;gap:14px}.desktop-view .s-pain .pain-point:nth-child(2){border-top:1px solid rgba(255,255,255,.08)}.desktop-view .s-pain .pain-point-icon{width:52px;height:52px}.desktop-view .s-pain .pain-point-content h4{font-size:17px;margin-bottom:5px}.desktop-view .s-pain .pain-point-content p{font-size:15px;line-height:1.6}.desktop-view .s-pain .pain-stats{grid-template-columns:1fr;max-width:420px;margin:18px auto 0}.desktop-view .s-pain .pain-stat-card{text-align:center;padding:16px 24px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08)}.desktop-view .s-pain .pain-stat-num{font-size:46px;margin-bottom:6px}.desktop-view .s-pain .pain-stat-desc{font-size:15px;max-width:380px;margin:0 auto}.desktop-view .s-lifestyle-wrap{margin:24px auto 0!important;max-width:880px;border-radius:14px;overflow:hidden}.desktop-view .s-lifestyle{height:auto;min-height:260px;display:grid;grid-template-columns:280px 1fr;align-items:stretch;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.desktop-view .s-lifestyle .lifestyle-photo{position:relative;inset:auto;width:100%;height:100%;min-height:260px;object-fit:cover;object-position:50% 18%;border-radius:0;border:none;margin:0}.desktop-view .s-lifestyle .lifestyle-bg{display:none}.desktop-view .s-lifestyle .lifestyle-content{position:static;padding:24px 30px;display:flex;flex-direction:column;justify-content:center;background:none;border:none;text-align:left}.desktop-view .s-lifestyle .lifestyle-quote{font-size:18px;line-height:1.55;margin-bottom:18px;max-width:none}.desktop-view .s-lifestyle .lifestyle-author-name{font-size:20px;margin-bottom:7px}.desktop-view .s-lifestyle .lifestyle-author-title{font-size:14px;letter-spacing:1.2px;line-height:1.55}.desktop-view .s-pain>.section-inner>div[style*="text-align:center"]:last-child{padding:24px 0 0!important}.desktop-view .s-science{padding:52px 0 56px}.desktop-view .s-science>.section-inner>.section-label{text-align:center}.desktop-view .s-science>.section-inner>.section-headline{text-align:center;font-size:32px;line-height:1.18;max-width:880px;margin:0 auto 14px}.desktop-view .s-science>.section-inner>.section-sub{text-align:center;max-width:680px;margin:0 auto 24px;font-size:15px;line-height:1.65}.desktop-view .s-science>.section-inner>div[style*="220px"]{width:180px!important;height:180px!important;margin:0 auto 24px!important}.desktop-view .s-science .trust-stats-bar{margin-bottom:24px!important}.desktop-view .s-science>.section-inner>div[style*="max-width:700px"]{max-width:920px!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:14px!important;flex-direction:unset!important}.desktop-view .s-science .claim-card{padding:16px 20px!important}.desktop-view .s-science .claim-card .claim-stat{font-size:28px!important}.desktop-view .s-science .science-note{margin-top:24px!important;font-size:14px}.desktop-view .s-science .cta-block{margin-top:18px}.desktop-view .s-value-anchor{padding:48px 0 56px}.desktop-view .s-value-anchor .section-headline{font-size:32px;line-height:1.18;margin-bottom:14px;max-width:880px;margin-left:auto;margin-right:auto}.desktop-view .s-value-anchor .section-sub{font-size:15px;max-width:680px;margin:0 auto 32px;line-height:1.65}.desktop-view .s-value-anchor .value-anchor-compare{gap:24px;align-items:stretch}.desktop-view .s-value-anchor .value-col{display:flex;flex-direction:column;padding:24px 24px 22px}.desktop-view .s-value-anchor .value-col.vs .value-col-pile{width:75%;max-width:240px;margin:8px auto 18px}.desktop-view .s-value-anchor .value-col.us .value-col-bottle{width:75%;max-width:280px;margin:8px auto 18px}.desktop-view .s-value-anchor .value-col.us .value-col-bottle{padding:0}.desktop-view .s-value-anchor .value-col.us .value-col-bottle img{transform:scale(1.55);transform-origin:center center}.desktop-view .s-value-anchor .value-col .value-list{margin-top:auto}.desktop-view .s-value-anchor .value-col-title{font-size:13px;margin-bottom:8px}.desktop-view .s-value-anchor .value-col-total{font-size:14px;margin-top:14px}.desktop-view .s-value-anchor .value-col-cta{margin-top:14px}.desktop-view .s-value-anchor .value-anchor-note{font-size:13px;margin-top:24px;max-width:720px}.desktop-view .s-system{padding:52px 0 56px}.desktop-view .s-system .section-headline{font-size:32px;line-height:1.18;margin-bottom:14px;max-width:880px;margin-left:auto;margin-right:auto}.desktop-view .s-system .system-text{font-size:15px;max-width:680px;margin:0 auto 24px;line-height:1.65}.desktop-view .s-system .cycle-strip{margin:24px auto 32px;max-width:880px;padding:8px 16px 4px}.desktop-view .s-system .cycle-strip-track{top:48px}.desktop-view .s-system .cycle-strip-icon{width:86px;height:86px;margin-bottom:12px}.desktop-view .s-system .cycle-strip-num{font-size:12px;margin-bottom:6px}.desktop-view .s-system .cycle-strip-label{font-size:11px;letter-spacing:1.2px}.desktop-view .s-system .system-grid{gap:16px}.desktop-view .s-system .system-card{padding:22px}.desktop-view .s-system .pillar-header{margin-bottom:12px!important}.desktop-view .s-system .system-card p{font-size:13.5px;line-height:1.55;margin-bottom:12px}.desktop-view .s-suppfacts,.desktop-view .s-coa,.desktop-view .s-reviews,.desktop-view .s-timeline,.desktop-view .s-edge,.desktop-view .s-compare,.desktop-view .s-faq,.desktop-view .s-video-testimonials,.desktop-view .s-final{padding-top:52px!important;padding-bottom:56px!important}.desktop-view .s-suppfacts .section-headline,.desktop-view .s-coa .section-headline,.desktop-view .s-reviews .section-headline,.desktop-view .s-timeline .section-headline,.desktop-view .s-edge .section-headline,.desktop-view .s-compare .section-headline,.desktop-view .s-faq .section-headline,.desktop-view .s-video-testimonials .section-headline{font-size:32px!important;line-height:1.18!important;margin-bottom:14px!important;max-width:880px;margin-left:auto;margin-right:auto}.desktop-view .s-suppfacts .section-sub,.desktop-view .s-coa .section-sub,.desktop-view .s-reviews .section-sub,.desktop-view .s-timeline .section-sub,.desktop-view .s-edge-intro,.desktop-view .s-compare .section-sub,.desktop-view .s-faq .section-sub,.desktop-view .s-video-testimonials .section-sub{font-size:15px!important;line-height:1.65!important;max-width:680px;margin:0 auto 24px}.desktop-only{display:none}.desktop-view .desktop-only{display:block}.desktop-view .suppfacts-coa-wrap{position:relative;padding:40px 24px 36px;background:radial-gradient(ellipse at 20% 10%,rgba(169,121,73,.12) 0%,transparent 45%),radial-gradient(ellipse at 80% 90%,rgba(94,57,76,.08) 0%,transparent 45%),linear-gradient(180deg,var(--cream) 0%,#f5ebdc 50%,var(--cream) 100%);overflow:hidden;display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"header header" "facts coa" "footer footer";column-gap:32px;align-items:stretch}.desktop-view .suppfacts-coa-wrap>.merged-header{grid-area:header}.desktop-view .suppfacts-coa-wrap>.merged-footer{grid-area:footer}.desktop-view .suppfacts-coa-wrap:before{content:"";position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);height:85%;background:url(branding-primalis-back.jpg) no-repeat center center;background-size:contain;opacity:.14;pointer-events:none;z-index:0}.desktop-view .section-label,.desktop-view .value-anchor-eyebrow,.desktop-view .ingredients-eyebrow,.desktop-view .coa-eyebrow,.desktop-view .suppfacts-coa-wrap .merged-header .section-label{font-size:15px!important;letter-spacing:4px!important;font-weight:700!important;color:var(--bronze)!important;text-transform:uppercase!important;margin-bottom:12px!important}.desktop-view .suppfacts-coa-wrap .merged-header{position:relative;z-index:1;text-align:center;max-width:880px;margin:0 auto 22px}.desktop-view .suppfacts-coa-wrap .merged-header .section-label{color:var(--bronze);font-size:15px;letter-spacing:3px;margin-bottom:10px}.desktop-view .suppfacts-coa-wrap .merged-header .section-headline{font-size:34px;line-height:1.15;margin-bottom:12px;color:var(--text-dark);text-align:center}.desktop-view .suppfacts-coa-wrap .merged-header .section-sub{font-size:16px;line-height:1.6;max-width:680px;margin:0 auto;color:var(--text-muted)}.desktop-view .suppfacts-coa-wrap>.s-suppfacts,.desktop-view .suppfacts-coa-wrap>.s-coa{display:block;width:auto;background:transparent!important;padding:0 16px!important;position:relative;z-index:1}.desktop-view .suppfacts-coa-wrap>.s-suppfacts{grid-area:facts}.desktop-view .suppfacts-coa-wrap>.s-coa{grid-area:coa}.desktop-view .suppfacts-coa-wrap>.s-suppfacts>.section-inner,.desktop-view .suppfacts-coa-wrap>.s-coa>.section-inner{display:flex;flex-direction:column;height:100%}.desktop-view .suppfacts-coa-wrap .s-suppfacts .merged-seal-row{margin-top:auto!important}.desktop-view .suppfacts-coa-wrap>.s-suppfacts:before,.desktop-view .suppfacts-coa-wrap>.s-coa:before,.desktop-view .suppfacts-coa-wrap>.s-coa:after{display:none!important}.desktop-view .suppfacts-coa-wrap>.s-suppfacts .section-inner,.desktop-view .suppfacts-coa-wrap>.s-coa .section-inner{max-width:100%!important;padding:0!important}.desktop-view .suppfacts-coa-wrap>.s-suppfacts .section-headline,.desktop-view .suppfacts-coa-wrap>.s-suppfacts .section-sub,.desktop-view .suppfacts-coa-wrap>.s-coa .section-headline,.desktop-view .suppfacts-coa-wrap>.s-coa .section-sub,.desktop-view .suppfacts-coa-wrap>.s-coa .coa-eyebrow{display:none!important}.desktop-view .suppfacts-coa-wrap .s-suppfacts .badges-row,.desktop-view .suppfacts-coa-wrap .s-suppfacts .compare-badges:not(.merged-seal-row),.desktop-view .suppfacts-coa-wrap .s-suppfacts .compare-badge-row,.desktop-view .suppfacts-coa-wrap .s-coa .coa-badges-row,.desktop-view .suppfacts-coa-wrap .s-suppfacts .cta-block{display:none!important}.desktop-view .suppfacts-coa-wrap .s-suppfacts .compare-badges:not(.merged-seal-row) .compare-badge{display:none!important}.desktop-view .suppfacts-coa-wrap .s-suppfacts .merged-seal-row{display:flex!important;flex-wrap:wrap;gap:18px!important;justify-content:center;margin:22px auto 0!important;max-width:500px;padding-top:22px;border-top:1px solid rgba(94,57,76,.1);flex-shrink:0}.desktop-view .suppfacts-coa-wrap .s-suppfacts .merged-seal-row .compare-badge{display:flex!important}.desktop-view .suppfacts-coa-wrap>.s-suppfacts:after,.desktop-view .suppfacts-coa-wrap>.s-coa:after{display:none!important}.desktop-view .suppfacts-coa-wrap .label-layout{max-width:540px;margin:0 auto;width:100%;display:flex;flex-direction:column;align-items:stretch;flex:1 1 auto}.desktop-view .suppfacts-coa-wrap .supp-panel{font-size:15.5px;padding:28px 30px;background:#fffffff5;box-shadow:0 4px 24px #5e394c14;flex:1 1 auto;display:flex;flex-direction:column;width:100%;box-sizing:border-box}.desktop-view .suppfacts-coa-wrap .supp-panel .supp-row,.desktop-view .suppfacts-coa-wrap .supp-panel .supp-panel-header,.desktop-view .suppfacts-coa-wrap .supp-panel .supp-divider{width:100%}.desktop-view .suppfacts-coa-wrap .supp-panel .supp-divider:last-of-type{margin-top:auto}.desktop-view .suppfacts-coa-wrap .supp-panel-title{font-size:28px;padding-bottom:6px;border-bottom-width:8px}.desktop-view .suppfacts-coa-wrap .supp-row{padding:7px 0;font-size:15px}.desktop-view .suppfacts-coa-wrap .supp-panel-serving,.desktop-view .suppfacts-coa-wrap .supp-panel-servings{font-size:14px}.desktop-view .suppfacts-coa-wrap .coa-slider-wrap{max-width:500px;margin:0 auto}.desktop-view .suppfacts-coa-wrap .coa-slider-meta,.desktop-view .suppfacts-coa-wrap .coa-footer{margin-top:10px}.desktop-view .suppfacts-coa-wrap .coa-legal{font-size:10.5px;line-height:1.5}.desktop-view .suppfacts-coa-wrap .merged-footer{position:relative;z-index:1;margin-top:32px;padding-top:28px;border-top:1px solid rgba(94,57,76,.1);text-align:center}.desktop-view .suppfacts-coa-wrap .merged-footer .btn-cta{min-width:260px}.desktop-view .suppfacts-coa-wrap .merged-footer .merged-footer-sub{font-size:13px;color:var(--text-muted);margin-top:10px}.desktop-view .suppfacts-coa-wrap .merged-seal-row{margin:0 auto!important;max-width:880px!important;gap:32px!important}.desktop-view .suppfacts-coa-wrap .merged-seal-row .compare-badge{gap:6px}.desktop-view .suppfacts-coa-wrap .merged-seal-row .compare-badge-seal{width:56px;height:56px}.desktop-view .suppfacts-coa-wrap .merged-seal-row .compare-badge-seal:before{top:4px;right:4px;bottom:4px;left:4px}.desktop-view .suppfacts-coa-wrap .merged-seal-row .compare-badge-seal svg{width:22px;height:22px}.desktop-view .suppfacts-coa-wrap .merged-seal-row .compare-badge-seal .seal-text{font-size:9px}.desktop-view .suppfacts-coa-wrap .merged-seal-row .compare-badge-text{font-size:9.5px;max-width:90px;letter-spacing:1px}.mobile-view .coa-badges-row{display:none}.mobile-view .s-suppfacts{position:relative}.mobile-view .s-suppfacts:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(branding-primalis-back.jpg) no-repeat;background-position:center 40%;background-size:auto 60%;opacity:.1;pointer-events:none;z-index:0;mix-blend-mode:multiply}.mobile-view .s-suppfacts>*{position:relative;z-index:1}.value-savings-banner{background:linear-gradient(135deg,var(--bronze) 0%,#c69770 50%,var(--bronze) 100%);color:var(--white);text-align:center;padding:16px 20px;border-radius:12px;margin-bottom:24px;box-shadow:0 8px 24px #ae7f574d}.value-savings-num{font-size:22px;font-weight:700;letter-spacing:1px;text-transform:uppercase;line-height:1}.value-savings-num strong{font-family:Bendara,serif;font-size:36px;font-weight:400;color:var(--white);margin:0 4px}.value-savings-sub{font-size:12px;margin-top:6px;opacity:.92;line-height:1.4}.value-savings-sub strong{color:var(--white);font-weight:700}.value-col-tag{display:inline-block;background:#ffffff1f;color:var(--bronze);font-size:10px;font-weight:800;letter-spacing:2px;padding:4px 10px;border-radius:4px;margin-bottom:8px}.value-col.us .value-col-tag{background:var(--bronze);color:var(--white)}.value-total-strike{font-family:Barlow Semi Condensed,sans-serif;font-size:30px;font-weight:900;letter-spacing:-1px;color:#c0616e}.value-total-price{font-family:Barlow Semi Condensed,sans-serif;font-size:40px;font-weight:900;letter-spacing:-1px;color:var(--text-dark)}.value-total-unit{font-size:14px;font-weight:600;letter-spacing:.5px;margin-left:2px;color:var(--text-muted)}.desktop-view .value-savings-banner{padding:20px 28px;margin-bottom:28px}.desktop-view .value-savings-num{font-size:26px}.desktop-view .value-savings-num strong{font-size:44px}.desktop-view .value-savings-sub{font-size:14px;margin-top:8px}.desktop-view .value-col-tag{font-size:11px;padding:5px 12px}.desktop-view .value-total-strike{font-size:36px}.desktop-view .value-total-price{font-size:52px}.desktop-view .s-compare .compare-layout{position:relative!important;display:block!important;max-width:1100px;margin:40px auto 0;padding:0 80px}.desktop-view .s-compare .compare-bottle{position:absolute!important;top:50%;width:560px;transform:translateY(-50%);margin:0!important;padding:0!important;z-index:0;pointer-events:none}.desktop-view .s-compare .compare-bottle-left{left:-180px}.desktop-view .s-compare .compare-bottle-right{right:-10px;width:200px}.desktop-view .s-compare .compare-bottle img{max-width:100%!important;width:100%!important;filter:drop-shadow(0 20px 40px rgba(94,57,76,.3))}.desktop-view .s-compare .compare-bottle-right img{filter:drop-shadow(0 20px 40px rgba(94,57,76,.3))}.desktop-view .s-compare .compare-bottle:before{display:none!important}.desktop-view .s-compare .compare-table-wrap{position:relative;z-index:1;max-width:720px;margin:0 auto}.desktop-view .s-compare .compare-table{box-shadow:0 18px 48px #5e394c2e,0 4px 12px #5e394c14!important}.desktop-view .s-edge .edge-grid{grid-template-columns:repeat(3,1fr)!important;gap:18px;max-width:1100px}.desktop-view .suppfacts-coa-wrap .s-coa .coa-eyebrow{font-size:11px;text-align:center!important;letter-spacing:2.5px;color:var(--bronze);margin-bottom:6px}.desktop-view .suppfacts-coa-wrap .s-coa .section-headline{text-align:center!important;max-width:none!important;font-size:24px!important;margin:0 auto 12px!important}.desktop-view .suppfacts-coa-wrap .s-coa .section-sub{text-align:center!important;font-size:13px!important;max-width:380px;margin:0 auto 20px!important}.desktop-view .suppfacts-coa-wrap .s-coa .coa-slider-wrap{max-width:500px;margin:0 auto}.desktop-view .suppfacts-coa-wrap .s-coa .coa-footer{margin-top:14px}.desktop-view .suppfacts-coa-wrap .s-coa .coa-legal{font-size:13px}.desktop-view .s-reviews .reviews-summary,.desktop-view .s-reviews .review-card{margin-bottom:14px!important}.desktop-view .s-reviews .review-card{display:flex;flex-direction:column}.desktop-view .s-reviews .review-card .review-tags{margin-top:auto;padding-top:14px}.desktop-view .s-reviews .review-photo-card .review-photo{margin-bottom:16px}.desktop-view .s-timeline .timeline-step{padding:16px 20px!important}.desktop-view .s-edge .edge-grid{gap:14px;align-items:start}.desktop-view .s-edge .edge-card{padding:0}.desktop-view .s-edge .edge-card-body{padding:18px 22px 14px}.desktop-view .s-edge .edge-card h4{margin-bottom:6px}.desktop-view .s-edge .edge-card h4:after{margin-top:8px}.desktop-view .s-edge .edge-card p{margin-top:10px}.desktop-view .s-compare .compare-table th,.desktop-view .s-compare .compare-table td{padding:12px 14px!important;font-size:13.5px}.desktop-view .s-faq .faq-item{padding:18px 0!important}.desktop-view .s-faq .faq-question{font-size:16px!important}.desktop-view .s-video-testimonials .video-grid{gap:16px;margin-top:24px}.desktop-view .s-final h2{font-size:36px!important;margin-bottom:14px!important}.desktop-view .s-final p{font-size:15px!important;margin-bottom:24px!important}.s-research{background:var(--white);padding:80px 0}.research-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;max-width:var(--max-w);margin:0 auto;padding:0 24px}.research-item{text-align:center}.research-num{font-size:48px;font-weight:800;color:var(--bronze);line-height:1;margin-bottom:8px}.research-desc{font-size:14px;color:var(--text-dark);line-height:1.5;font-weight:500}.research-cite{font-size:11px;color:var(--text-light);margin-top:4px;font-style:italic}.research-summary{max-width:var(--max-w);margin:32px auto 0;padding:20px 24px;background:var(--cream);border-radius:12px;text-align:center;display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap}.research-summary-stat{font-size:24px;font-weight:800;color:var(--plum)}.research-summary-stat span{font-size:11px;display:block;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:1px}.s-trust-badges{background:var(--cream);padding:48px 0}.trust-badges-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:var(--max-w);margin:0 auto;padding:0 24px}.trust-badge{background:var(--white);border-radius:12px;padding:20px 16px;display:flex;align-items:center;gap:12px}.trust-badge-icon{font-size:28px;flex-shrink:0}.trust-badge h4{font-size:13px;font-weight:700;color:var(--text-dark);margin-bottom:2px}.trust-badge p{font-size:12px;color:var(--text-muted);line-height:1.4}.s-results{background:var(--white);padding:100px 0}.results-intro{font-size:16px;color:var(--text-muted);max-width:650px;text-align:center;margin:0 auto 48px;line-height:1.7}.results-timeline{max-width:600px;margin:0 auto;position:relative}.results-timeline:before{content:"";position:absolute;left:20px;top:0;bottom:0;width:2px;background:var(--border)}.result-step{display:flex;gap:20px;margin-bottom:32px;position:relative}.result-dot{width:40px;height:40px;border-radius:50%;background:var(--bronze);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:var(--white);flex-shrink:0;z-index:1}.result-content h4{font-size:16px;font-weight:700;color:var(--text-dark);margin-bottom:4px}.result-content p{font-size:14px;color:var(--text-muted);line-height:1.6}.s-trust-icons{background:var(--cream);padding:72px 0}.trust-icons-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px 24px;max-width:var(--max-w);margin:0 auto;padding:0 24px;text-align:center}.trust-icon-item{display:flex;flex-direction:column;align-items:center}.trust-icon-seal{position:relative;width:72px;height:72px;border-radius:50%;background:radial-gradient(circle at 30% 25%,#f7efe3,#ebdcc3 55%,#dcc299);border:1.5px solid var(--bronze);box-shadow:inset 0 1px 2px #ffffffb3,inset 0 -2px 4px #7846142e,0 3px 10px #5e394c1f;display:flex;align-items:center;justify-content:center;margin-bottom:14px}.trust-icon-seal:before{content:"";position:absolute;top:5px;right:5px;bottom:5px;left:5px;border-radius:50%;border:1px dashed rgba(169,121,73,.55)}.trust-icon-seal svg{width:30px;height:30px;color:var(--bronze);fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 1px 0 rgba(255,255,255,.6));position:relative;z-index:1}.trust-icon-item h4{font-size:12px;font-weight:700;color:var(--text-dark);text-transform:uppercase;letter-spacing:1.2px;line-height:1.35;max-width:130px}.mobile-view .nav-links{display:none}.mobile-view .nav-logo{position:absolute;left:50%;transform:translate(-50%)}.mobile-view .nav-logo img.nav-logo-full{display:none}.mobile-view .nav-logo img.nav-logo-clean{display:block!important;height:26px}.mobile-view .nav-inner{justify-content:center;position:relative}.mobile-view .nav-hamburger,.mobile-view .nav-cart{display:flex}.nav-hamburger,.nav-cart{display:none;position:absolute;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:8px;color:var(--text-dark);font-size:20px}.nav-hamburger{left:16px}.nav-cart{right:16px}.mobile-menu-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:999}.mobile-menu-overlay.open{display:block}.mobile-menu{position:fixed;top:0;left:-280px;width:280px;height:100%;background:var(--white);z-index:1000;transition:left .3s ease;padding:24px;box-shadow:4px 0 20px #0000001a}.mobile-menu.open{left:0}.mobile-menu-close{position:absolute;top:16px;right:16px;background:none;border:none;font-size:24px;cursor:pointer;color:var(--text-dark)}.mobile-menu a{display:block;padding:16px 0;font-size:16px;font-weight:600;color:var(--text-dark);text-transform:uppercase;letter-spacing:2px;border-bottom:1px solid var(--border);text-decoration:none}.mobile-menu a:hover{color:var(--bronze)}.mobile-view .hero{padding:28px 0 32px}.mobile-view .hero-inner{grid-template-columns:1fr;gap:0;text-align:left}.mobile-view .hero-badge{margin-bottom:16px}.mobile-view .hero-text h1{font-size:36px;letter-spacing:1px;margin-bottom:16px;text-align:left;line-height:1.05}.mobile-view .hero-text .hero-sub{font-size:14px;margin-bottom:0;text-align:left;line-height:1.7}.mobile-view .hero-text .hero-bullets,.mobile-view .hero-img-desktop{display:none}.mobile-view .hero-img-mobile{display:flex;justify-content:center;align-items:center;max-width:380px;margin:-8px auto -12px;position:relative}.mobile-view .hero-img-mobile:before{content:"";position:absolute;top:50%;left:50%;width:90%;height:90%;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(255,255,255,.95) 0%,rgba(255,255,255,.6) 35%,transparent 55%);border-radius:50%;pointer-events:none;z-index:0}.mobile-view .hero-img-mobile img{width:100%;filter:drop-shadow(0 16px 32px rgba(94,57,76,.2));position:relative;z-index:1}.mobile-view .hero-text .btn-cta-large{display:block;width:100%;padding:14px 36px;font-size:15px;text-align:center}.mobile-view .hero-text .guarantee-text{text-align:center;font-size:12px;margin-top:8px}.mobile-view .hero-stats{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:24px}.mobile-view .press-grid{gap:20px}.mobile-view .press-logo{font-size:13px}.mobile-view .pain-stats{grid-template-columns:1fr}.mobile-view .s-lifestyle{height:400px}.mobile-view .lifestyle-content{padding:16px}.mobile-view .lifestyle-quote{font-size:14px;margin-bottom:6px}.mobile-view .lifestyle-author-name{font-size:15px;margin-bottom:4px}.mobile-view .lifestyle-author-title{font-size:11px;letter-spacing:.6px;line-height:1.45}.mobile-view .research-grid{grid-template-columns:1fr;gap:24px}.mobile-view .research-num{font-size:36px}.mobile-view .research-summary{flex-direction:column;gap:16px}.mobile-view .trust-badges-grid{grid-template-columns:1fr}.mobile-view .results-timeline:before{left:18px}.mobile-view .trust-icons-grid{grid-template-columns:repeat(3,1fr);gap:24px 12px;padding:0 16px}.mobile-view .trust-icon-seal{width:58px;height:58px}.mobile-view .trust-icon-seal svg{width:24px;height:24px}.mobile-view .trust-icon-seal:before{top:4px;right:4px;bottom:4px;left:4px}.mobile-view .trust-icon-item h4{font-size:10px;letter-spacing:.8px;max-width:100px}.mobile-view .hero-stats-grid{grid-template-columns:1fr 1fr;gap:12px;margin-top:24px}.mobile-view .s-pain{text-align:left;padding:60px 0}.mobile-view .s-pain .section-headline{text-align:left;text-transform:none;font-size:28px;line-height:1.25}.mobile-view .s-pain .section-label{text-align:left}.mobile-view .pain-body{text-align:left;font-size:16px}.mobile-view .t-decline-wrap{padding:18px 14px 16px;margin:24px 12px 28px;border-radius:12px}.mobile-view .t-decline-title{font-size:17px}.mobile-view .t-decline-label{font-size:9px;letter-spacing:2px}.mobile-view .t-decline-sub{font-size:10.5px}.mobile-view .t-decline-footer{font-size:11.5px;margin-top:12px}.mobile-view .pain-point-content h4{font-size:15px}.mobile-view .pain-point-content p{font-size:13px}.mobile-view .pain-point-icon{width:36px;height:36px;font-size:20px}.mobile-view .system-tagline{font-size:11px;letter-spacing:2px;margin-bottom:16px}.mobile-view .system-grid{grid-template-columns:1fr;gap:14px}.mobile-view .testo-cycle{padding:24px 18px 20px;margin:4px auto 28px;border-radius:16px}.mobile-view .testo-cycle-title{font-size:9px;letter-spacing:2.5px}.mobile-view .testo-cycle-sub{font-size:18px;margin-bottom:22px}.mobile-view .testo-cycle-grid{grid-template-columns:1fr;gap:18px}.mobile-view .cycle-node{flex-direction:row;text-align:left;align-items:center;gap:14px;padding:0}.mobile-view .cycle-node-icon{width:62px;height:62px;margin-bottom:0;flex-shrink:0}.mobile-view .cycle-node-icon svg{width:32px;height:32px}.mobile-view .cycle-node-text{flex:1;min-width:0}.mobile-view .cycle-node-stage{margin-bottom:3px}.mobile-view .cycle-node-anat{font-size:16px;margin-bottom:3px}.mobile-view .cycle-node-desc{font-size:12px;max-width:100%;line-height:1.5;margin:0}.mobile-view .cycle-arrow{top:auto;right:auto;bottom:-13px;left:30px;width:2px;height:14px;background:linear-gradient(to bottom,#ae7f5780,#ae7f5714)}.mobile-view .cycle-arrow:after{right:auto;top:auto;left:-4px;bottom:-3px;border:5px solid transparent;border-top-color:#ae7f5780;border-left-color:transparent}.mobile-view .system-solution-banner{flex-direction:column;gap:18px;margin:0 auto 24px;max-width:100%}.mobile-view .system-solution-bottle{width:140px}.mobile-view .system-solution-text{text-align:center}.mobile-view .system-solution-label{font-size:9px;letter-spacing:3px;text-align:center}.mobile-view .system-solution-title{font-size:26px;letter-spacing:.5px;text-align:center}.mobile-view .system-solution-sub{font-size:13px;text-align:center}.mobile-view .pillar-break{font-size:9.5px;padding:5px 9px;margin-bottom:12px}.mobile-view .pillar-footer{margin-top:14px;padding-top:12px;gap:8px}.mobile-view .pillar-dose{font-size:10.5px}.mobile-view .pillar-study{font-size:9.5px;letter-spacing:1.3px}.mobile-view .system-solution-title{font-size:30px;letter-spacing:.2px}.mobile-view .cycle-strip{grid-template-columns:repeat(2,1fr);gap:10px;margin:24px 14px 28px;padding:0;max-width:none}.mobile-view .cycle-strip-track{display:none}.mobile-view .cycle-strip-node{position:relative;padding:0;background:var(--white);border-radius:14px;overflow:hidden;box-shadow:0 6px 18px #5e394c1f;border:1px solid rgba(169,121,73,.18)}.mobile-view .cycle-strip-num{position:absolute;top:8px;left:10px;z-index:2;font-size:11px;margin:0;background:#140c12a6;color:var(--bronze);padding:3px 8px;border-radius:999px;letter-spacing:1.5px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.mobile-view .cycle-strip-icon{width:100%;height:auto;aspect-ratio:1 / 1;margin:0;border-radius:0;box-shadow:none;display:block}.mobile-view .cycle-strip-icon img{width:100%;height:100%;object-fit:cover;display:block}.mobile-view .cycle-strip-label{width:100%;max-width:none;text-align:center;padding:12px 10px 14px;font-size:11px;letter-spacing:1.2px;line-height:1.25;color:var(--plum);background:var(--white)}.mobile-view .pillar-anatomy{font-size:9.5px;letter-spacing:1.5px;margin-bottom:4px}.mobile-view .cta-pretitle{font-size:15px;max-width:300px;margin-bottom:16px}.mobile-view .testo-cycle-watermark{width:160%;transform:translate(-50%,-48%);opacity:.04}.mobile-view .system-card{padding:22px 20px;text-align:left}.mobile-view .pillar-header{gap:12px;margin-bottom:14px}.mobile-view .pillar-icon{display:flex;width:44px;height:44px}.mobile-view .pillar-icon svg{width:22px;height:22px}.mobile-view .pillar-num{margin-bottom:2px;text-align:left}.mobile-view .pillar-title{font-size:18px;text-align:left;margin-bottom:3px}.mobile-view .pillar-subtitle{text-align:left;font-size:10px}.mobile-view .pillar-desc{font-size:13px;line-height:1.65;margin-bottom:16px}.mobile-view .ingredient-pills{gap:6px}.mobile-view .ingredient-pills li{font-size:11px;padding:7px 12px}.mobile-view .ingredient-pills li .ingredient-dose{font-size:10px}.mobile-view .system-text{font-size:14px;margin-bottom:20px}.mobile-view .purchase-grid{grid-template-columns:1fr;gap:20px;max-width:360px;margin:24px auto 0}.mobile-view .s-value-anchor{padding:56px 0 64px}.mobile-view .value-anchor-eyebrow{font-size:12px;letter-spacing:2px}.mobile-view .value-anchor{padding:18px 16px 16px;margin:28px 14px 0;border-radius:12px}.mobile-view .value-anchor-compare{grid-template-columns:1fr;gap:10px}.mobile-view .value-col{padding:14px;border-radius:10px}.mobile-view .value-col-title,.mobile-view .value-list{font-size:11.5px}.mobile-view .value-col-total{font-size:13px}.mobile-view .value-col-total strong{font-size:19px}.mobile-view .value-vs-divider{padding:4px 0}.mobile-view .value-vs-divider span{width:34px;height:34px;font-size:10px}.mobile-view .value-anchor-note{font-size:11px}.mobile-view .value-col-bottle{width:150px;margin:8px auto 14px}.mobile-view .value-col-cta{padding:11px 18px;font-size:12px;margin-top:12px}.mobile-view .value-col-pile{width:75%;max-width:230px;margin:8px auto 14px}.mobile-view .purchase-card{padding:24px 20px 20px;border-radius:16px}.mobile-view .purchase-card.popular{transform:none;box-shadow:0 0 0 1px #ae7f5726,0 8px 32px #ae7f5733}.mobile-view .purchase-card.best-value{box-shadow:0 0 0 1px #5e394c26,0 8px 32px #5e394c33}.mobile-view .purchase-card .purchase-img,.mobile-view .purchase-card.single .purchase-img{height:180px}.mobile-view .purchase-card.single .purchase-img img{transform:scale(1.15)}.mobile-view .purchase-card .price-now{font-size:48px}.mobile-view .purchase-number{font-size:15px;padding:3px 9px}.mobile-view .purchase-card .btn-subscribe{padding:15px 10px;font-size:14px;border-radius:30px}.mobile-view .purchase-duration{font-size:13px;letter-spacing:2px;margin-bottom:6px}.mobile-view .trust-stats-bar{grid-template-columns:repeat(2,1fr)}.mobile-view .trust-stat-item{padding:20px 12px}.mobile-view .trust-stat-item:nth-child(1),.mobile-view .trust-stat-item:nth-child(2){border-bottom:1px solid var(--border-light)}.mobile-view .trust-stat-item:nth-child(2){border-right:none}.mobile-view .trust-stat-num{font-size:26px}.mobile-view .trust-stat-label{font-size:10px}@media(max-width:600px){.trust-stats-bar{grid-template-columns:repeat(2,1fr)!important}.trust-stat-item{padding:20px 12px!important}.trust-stat-item:nth-child(1),.trust-stat-item:nth-child(2){border-bottom:1px solid var(--border-light)}.trust-stat-item:nth-child(2){border-right:none!important}.trust-stat-num{font-size:26px!important}.trust-stat-label{font-size:10px!important}}.mobile-view .science-layout{grid-template-columns:1fr}.mobile-view .s-compare .section-sub{margin-bottom:12px}.mobile-view .s-science>.section-inner>.section-label,.mobile-view .s-science>.section-inner>.section-headline,.mobile-view .s-science>.section-inner>.section-sub{padding-left:20px;padding-right:20px}.mobile-view .s-coa .coa-eyebrow,.mobile-view .s-coa .section-headline,.mobile-view .s-coa .section-sub{padding-left:20px;padding-right:20px}.mobile-view .compare-layout{grid-template-columns:1fr;gap:0;margin-top:0}.mobile-view .compare-bottle{padding:0;margin:0 auto;line-height:0}.mobile-view .compare-bottle img{max-width:220px;margin:0 auto;display:block}.mobile-view .compare-bottle:before{width:118%;height:78%}.mobile-view .compare-table-wrap{margin-top:0}.mobile-view .compare-table{font-size:11px;table-layout:fixed;width:100%}.mobile-view .compare-table th,.mobile-view .compare-table td{padding:9px 7px;text-align:center;font-size:11px;line-height:1.3}.mobile-view .compare-table tbody td:first-child{text-align:left;font-size:10.5px;font-weight:600}.mobile-view .compare-table thead th{font-size:9.5px;letter-spacing:.3px;padding:10px 6px;overflow-wrap:break-word;word-break:break-word}.mobile-view .compare-table thead th:first-child{width:38%;text-align:left}.mobile-view .compare-table thead th:nth-child(2){width:32%}.mobile-view .compare-table thead th:nth-child(3){width:30%}.mobile-view .check-yes{font-size:10.5px;gap:5px}.mobile-view .check-yes:before{width:13px;height:13px}.mobile-view .check-no{font-size:10.5px;gap:5px}.mobile-view .check-no:before{width:13px;height:13px}.mobile-view .compare-badges{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:28px;max-width:100%}.mobile-view .compare-badge{gap:7px;width:auto}.mobile-view .compare-badge-seal{width:54px;height:54px}.mobile-view .compare-badge-seal svg{width:22px;height:22px}.mobile-view .compare-badge-seal .seal-text{font-size:8.5px;letter-spacing:.4px}.mobile-view .compare-badge-seal:before{top:4px;right:4px;bottom:4px;left:4px}.mobile-view .compare-badge-text{font-size:8px;letter-spacing:.6px;max-width:84px;line-height:1.2}.mobile-view .s-suppfacts{padding:32px 0 60px}.mobile-view .s-ingredients{padding:60px 0 68px}.mobile-view .ingredients-eyebrow{font-size:9.5px;letter-spacing:2px}.mobile-view .ingredients-grid{grid-template-columns:repeat(2,1fr);gap:10px;padding:0 14px;margin-top:32px}.mobile-view .ingredient-card{border-radius:10px}.mobile-view .ingredient-card figcaption{padding:10px 12px 14px}.mobile-view .ingredient-badge{font-size:8.5px;letter-spacing:1.2px;padding:2px 6px;margin-bottom:4px}.mobile-view .ingredient-name{font-size:12px}.mobile-view .ingredient-dose{font-size:18px}.mobile-view .ingredient-role{font-size:10.5px;margin-top:6px}.mobile-view .s-coa{padding:56px 0 64px}.mobile-view .coa-slider-wrap{margin-top:28px}.mobile-view .coa-slide{padding:0 14px;gap:14px}.mobile-view .coa-slide-head{padding:12px 16px;border-radius:10px}.mobile-view .coa-slide-badge{font-size:8.5px;letter-spacing:1.5px;padding:3px 8px;margin-bottom:6px}.mobile-view .coa-slide-ingredient{font-size:16px}.mobile-view .coa-slide-dose{font-size:19px;margin-left:6px}.mobile-view .coa-slide-meta{font-size:10.5px;margin-top:6px;gap:6px}.mobile-view .coa-slide-doc{border-radius:10px}.mobile-view .coa-slider-btn{display:none}.mobile-view .coa-slider-meta{margin-top:18px}.mobile-view .coa-slider-counter{font-size:11.5px}.mobile-view .coa-download-all{padding:12px 22px;font-size:11.5px;letter-spacing:.8px}.mobile-view .coa-legal{font-size:11px;padding:0 20px}.mobile-view .label-layout{grid-template-columns:1fr;gap:32px;margin-bottom:28px}.mobile-view .excluded-title{font-size:22px;letter-spacing:.8px;margin-bottom:18px}.mobile-view .excluded-list{gap:12px}.mobile-view .excluded-list .x-mark{width:20px;height:20px}.mobile-view .excluded-list .ex-text strong{font-size:13.5px}.mobile-view .excluded-list .ex-text span{font-size:12px}.mobile-view .excluded-label{font-size:9.5px;letter-spacing:2.5px}.mobile-view .claim-cards,.mobile-view .reviews-grid,.mobile-view .video-reviews-grid{grid-template-columns:1fr}.mobile-view .s-video-testimonials{padding:64px 0 72px}.mobile-view .video-carousel-wrap{margin-top:32px}.mobile-view .video-carousel{gap:14px;padding:6px 20px 20px}.mobile-view .video-card{flex:0 0 78%;border-radius:14px}.mobile-view .video-card-meta{padding:14px 14px 16px}.mobile-view .video-carousel-btn{display:none}.mobile-view .video-carousel-dots{margin-top:14px}.mobile-view .s-timeline{padding:72px 0 60px}.mobile-view .timeline-grid{grid-template-columns:1fr;gap:16px;margin-top:40px}.mobile-view .timeline-grid:before{top:24px;bottom:24px;left:28px;right:auto;width:2px;height:auto;background:repeating-linear-gradient(to bottom,rgba(169,121,73,.4) 0 6px,transparent 6px 12px)}.mobile-view .timeline-card{padding:22px 22px 20px 60px}.mobile-view .timeline-icon{position:absolute;left:10px;top:24px;width:40px;height:40px;margin-bottom:0;z-index:2}.mobile-view .timeline-icon svg{width:20px;height:20px}.mobile-view .timeline-number{font-size:64px;top:-6px;right:14px}.mobile-view .timeline-card h3{font-size:19px}.mobile-view .timeline-card p{font-size:13px}.mobile-view .s-edge{padding:64px 0 72px}.mobile-view .edge-grid{grid-template-columns:repeat(2,1fr);gap:10px;margin-top:32px;padding:0 14px}.mobile-view .edge-card{border-radius:10px}.mobile-view .edge-card-media{aspect-ratio:1 / 1}.mobile-view .edge-card-body{padding:10px 10px 12px}.mobile-view .edge-card h4{font-size:11px;letter-spacing:.6px;line-height:1.15;margin-bottom:4px}.mobile-view .edge-card h4:after{width:16px;height:1px;margin-top:6px}.mobile-view .edge-card p{font-size:10px;line-height:1.4;margin-top:6px}.mobile-view .edge-card-chip{top:6px;left:6px;padding:3px 6px;font-size:7.5px;letter-spacing:.8px}.mobile-view .footer-grid{grid-template-columns:1fr 1fr;gap:24px}.mobile-view .footer-bottom{flex-direction:column;text-align:center}.mobile-view .s-final{padding:90px 0 80px}.mobile-view .s-final h2{font-size:24px;letter-spacing:.2px;line-height:1.15}.mobile-view .s-final h2 .divider{margin:14px auto;width:40px}.mobile-view .s-final p{font-size:15px;padding:0 8px}.mobile-view .footer-logo-img{height:36px}.mobile-view .section-headline{font-size:28px;letter-spacing:2px}.mobile-view .testimonial-quote{font-size:22px}.mobile-view .mobile-sticky-cart{display:block}.mobile-view .review-card{padding:20px}.mobile-view .review-quote{font-size:13px}.mobile-view .rating-summary{flex-direction:column;gap:20px}@media(max-width:768px){.toolbar{padding:8px 16px}.toolbar-title{font-size:11px}}h1,h2,.section-headline,.hero-headline{font-family:Bendara,serif!important;text-transform:uppercase}@media(max-width:500px){.key-benefits-grid,.benefits-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.key-benefits-grid .benefit-box,.benefits-grid .benefit-card{padding:16px!important}}@media(max-width:768px){.wireframe-container.mobile-view,.wireframe-container.desktop-view{display:block!important;padding:0!important;background:transparent!important;min-height:0!important;margin-top:0!important}.wireframe-container .wireframe{max-width:none!important;width:auto!important;border:none!important;border-radius:0!important;overflow:visible!important;box-shadow:none!important}.mobile-view .hero-text .hero-sub{font-size:15.5px!important;line-height:1.7!important}.mobile-view .pain-body{font-size:16.5px!important;line-height:1.65!important}.mobile-view .pain-point-content p{font-size:14px!important;line-height:1.55!important}.mobile-view .pain-point-content h4{font-size:16px!important}.mobile-view .pillar-desc{font-size:14.5px!important;line-height:1.7!important}.mobile-view .pillar-anatomy{font-size:11px!important;letter-spacing:1.6px!important}.mobile-view .pillar-break{font-size:11px!important}.mobile-view .pillar-dose{font-size:12px!important}.mobile-view .cycle-node-desc{font-size:13px!important;line-height:1.55!important}.mobile-view .edge-card h4{font-size:13px!important;letter-spacing:.8px!important}.mobile-view .edge-card p{font-size:12.5px!important;line-height:1.5!important}.mobile-view .edge-card-chip{font-size:9px!important;padding:4px 8px!important}.mobile-view .ingredient-name{font-size:13px!important}.mobile-view .ingredient-role{font-size:12px!important}.mobile-view .ingredient-badge{font-size:10px!important}.mobile-view .ingredient-pills li{font-size:12.5px!important;padding:8px 14px!important}.mobile-view .ingredient-pills li .ingredient-dose{font-size:11.5px!important}.mobile-view .excluded-list .ex-text strong{font-size:15px!important}.mobile-view .excluded-list .ex-text span{font-size:13px!important}.mobile-view .excluded-label{font-size:11px!important;letter-spacing:2.5px!important}.mobile-view .compare-table,.mobile-view .compare-table td,.mobile-view .compare-table th{font-size:13px!important}.mobile-view .compare-table thead th{font-size:11.5px!important}.mobile-view .compare-table tbody td:first-child,.mobile-view .check-yes,.mobile-view .check-no{font-size:12.5px!important}.mobile-view .compare-badge-text{font-size:10px!important;max-width:96px!important;letter-spacing:.6px!important;line-height:1.25!important}.mobile-view .compare-badge-seal .seal-text{font-size:10px!important}.mobile-view .coa-legal{font-size:12px!important;line-height:1.6!important;padding:0 16px!important}.mobile-view .coa-slide-ingredient{font-size:17px!important}.mobile-view .coa-slide-dose{font-size:20px!important}.mobile-view .coa-slide-meta{font-size:12px!important}.mobile-view .coa-slide-badge{font-size:10px!important;letter-spacing:1.6px!important}.mobile-view .coa-slider-counter{font-size:13px!important}.mobile-view .coa-download-all{font-size:12.5px!important;letter-spacing:.8px!important;padding:13px 24px!important}.mobile-view .hero-stat p{font-size:12px!important}.mobile-view .lifestyle-quote{font-size:15px!important;line-height:1.55!important}.mobile-view .lifestyle-author-title{font-size:12px!important}.mobile-view .cta-pretitle{font-size:15.5px!important}.mobile-view .label-layout{max-width:300px!important;margin:0 auto 24px!important}.mobile-view .supp-panel{padding:18px 22px!important;font-size:13px!important}.mobile-view .supp-panel-title{font-size:22px!important}.mobile-view .merged-seal-row,.mobile-view .merged-footer{display:none!important}}.mobile-view .hero-stat-num{font-size:40px}.mobile-view .hero-stat p{font-size:11px}html{display:block!important}body.primalis-page{display:flex!important;flex-direction:column!important;grid-template-rows:unset!important;grid-template-columns:unset!important;min-height:100vh;margin:0}body.primalis-page>main#MainContent{flex:1 0 auto}body.primalis-page>.s-footer{flex-shrink:0}body.primalis-page>.skip-to-content-link{position:absolute}.section-headline{font-size:42px!important;line-height:1.15!important}.section-sub{font-size:18px!important;line-height:1.7!important}.desktop-view .section-headline{font-size:44px!important}.desktop-view .hero-text h1{font-size:54px!important;line-height:1.08!important}.hero-badge{font-size:19px!important;letter-spacing:5px!important;padding:14px 32px!important;margin-bottom:28px!important;background:linear-gradient(135deg,#5e394cf2,#5e394cd9)!important;border:1.5px solid rgba(174,127,87,.55)!important;box-shadow:0 6px 22px #5e394c40,inset 0 1px #ffffff14!important}.hero-badge .badge-accent{font-size:19px!important;font-weight:900!important;color:var(--white)!important}.hero-text .hero-sub{font-size:19.5px!important;line-height:1.7!important}.hero-bullets li{font-size:16px!important;line-height:1.55!important}.hero-bullets .bullet-text{font-size:16px!important}.desktop-view .hero-stat p{font-size:14px!important;line-height:1.5!important}.pain-body{font-size:19px!important;line-height:1.75!important}.pain-point-content h4{font-size:18px!important;line-height:1.3!important}.pain-point-content p{font-size:16px!important;line-height:1.6!important}.pain-stat-desc{font-size:16px!important;line-height:1.55!important}.desktop-view .s-pain .pain-point-content h4{font-size:19px!important}.desktop-view .s-pain .pain-point-content p{font-size:16.5px!important}.desktop-view .s-pain .pain-body{font-size:19px!important}.desktop-view .s-pain .pain-stat-desc{font-size:16.5px!important}.pillar-desc{font-size:15.5px!important;line-height:1.65!important}.pillar-title{font-size:22px!important}.pillar-anatomy{font-size:12px!important;letter-spacing:1.4px!important}.desktop-view .s-system .system-card p{font-size:15.5px!important;line-height:1.65!important}.system-text{font-size:17px!important;line-height:1.65!important}.ingredient-name{font-size:16px!important}.ingredient-role{font-size:13px!important;line-height:1.4!important}.ingredient-dose{font-size:14px!important}.timeline-card p{font-size:15.5px!important;line-height:1.65!important}.timeline-card h3{font-size:22px!important}.timeline-intro{font-size:17px!important;line-height:1.7!important}.edge-card-body h4{font-size:17px!important;letter-spacing:1.5px!important}.edge-card-body p{font-size:15px!important;line-height:1.6!important}.compare-table th{font-size:14px!important}.compare-table td{font-size:15px!important;line-height:1.5!important}.review-quote{font-size:16px!important;line-height:1.75!important}.review-name{font-size:15px!important}.review-location{font-size:13px!important}.faq-q-text{font-size:18px!important;line-height:1.4!important}.faq-a-inner{font-size:16px!important;line-height:1.75!important}.value-list li{font-size:15px!important;line-height:1.55!important}.value-anchor-note{font-size:13.5px!important}.value-savings-sub{font-size:16px!important}.purchase-sub-intro{font-size:17px!important;line-height:1.65!important}.purchase-tagline{font-size:17px!important}.purchase-checks li{font-size:15px!important}.cta-guarantee{font-size:13.5px!important}.s-final p{font-size:18px!important;line-height:1.7!important}.cta-pretitle{font-size:17px!important;line-height:1.55!important}@media(max-width:768px){.section-headline,.mobile-view .section-headline{font-size:30px!important;line-height:1.15!important;letter-spacing:1.5px!important}.section-sub{font-size:16.5px!important;line-height:1.65!important}.mobile-view .hero-text h1{font-size:38px!important}.hero-badge{font-size:16px!important;letter-spacing:4px!important;padding:11px 24px!important}.hero-badge .badge-accent{font-size:16px!important}.hero-text .hero-sub{font-size:17.5px!important}.hero-bullets li,.hero-bullets .bullet-text{font-size:15px!important}.pain-body,.mobile-view .pain-body{font-size:17px!important;line-height:1.7!important}.pain-point-content h4,.mobile-view .pain-point-content h4{font-size:17px!important}.pain-point-content p,.mobile-view .pain-point-content p{font-size:15.5px!important;line-height:1.6!important}.pillar-desc{font-size:15px!important}.pillar-title,.mobile-view .pillar-title{font-size:20px!important}.review-quote,.mobile-view .review-quote{font-size:15px!important;line-height:1.7!important}.faq-q-text{font-size:16.5px!important}.faq-a-inner,.timeline-card p,.mobile-view .timeline-card p{font-size:15px!important}.ingredient-name,.mobile-view .ingredient-name{font-size:14.5px!important}.ingredient-role,.mobile-view .ingredient-role{font-size:12.5px!important}}.alien-planet{max-width:760px;margin:0 auto;padding:0 8px}.alien-eyebrow{color:var(--bronze)!important}.alien-headline{font-size:34px;font-weight:800;color:var(--white);text-align:center;line-height:1.18;letter-spacing:1px;text-transform:uppercase;margin:0 auto 36px;max-width:720px}.alien-bullets{list-style:none;padding:0;margin:0 auto 40px;max-width:680px;display:flex;flex-direction:column;gap:18px}.alien-bullets li{font-size:19px;line-height:1.6;color:#ffffffe0;padding:18px 22px 18px 56px;position:relative;background:#ae7f5712;border-left:3px solid var(--bronze);border-radius:6px}.alien-bullets li:before{content:"";position:absolute;left:22px;top:26px;width:18px;height:3px;background:var(--bronze);border-radius:2px}.alien-bullets li strong{color:var(--white)}.alien-punch{text-align:center;font-size:22px;color:#ffffffc7;font-style:italic;line-height:1.45;margin:14px auto;max-width:600px}.alien-punch-lg{font-size:26px;color:var(--white);font-style:normal;letter-spacing:.5px;margin-bottom:36px}.alien-punch-lg strong{color:var(--bronze)}.alien-body{text-align:center;font-size:19px;line-height:1.7;color:#ffffffd1;max-width:680px;margin:0 auto 16px}.alien-body-emphasis{font-size:21px;color:var(--white);font-weight:600;margin-bottom:56px}.introducing-block{text-align:center;padding:44px 24px 8px;border-top:1px solid rgba(174,127,87,.25);margin-top:24px}.introducing-eyebrow{font-size:13px;font-weight:800;letter-spacing:5px;color:var(--bronze);text-transform:uppercase;margin-bottom:10px}.introducing-name{font-size:56px;font-weight:800;color:var(--white);letter-spacing:4px;line-height:1;margin-bottom:22px;text-transform:uppercase}.introducing-tagline{font-size:19px;line-height:1.65;color:#ffffffd9;max-width:620px;margin:0 auto 12px}.introducing-tagline em{color:var(--bronze);font-style:italic}.introducing-tagline-2{font-size:17px;line-height:1.5;color:#fff9;font-style:italic;max-width:620px;margin:0 auto}@media(max-width:768px){.alien-headline{font-size:26px!important;letter-spacing:.5px!important}.alien-bullets li{font-size:16.5px!important;padding:16px 18px 16px 46px!important}.alien-bullets li:before{left:16px!important;top:25px!important}.alien-punch{font-size:18px!important}.alien-punch-lg{font-size:21px!important}.alien-body{font-size:17px!important}.alien-body-emphasis{font-size:18.5px!important}.introducing-name{font-size:42px!important;letter-spacing:3px!important}.introducing-tagline{font-size:17px!important}.introducing-tagline-2{font-size:15.5px!important}}.ingredient-details{list-style:none;padding:0;margin:18px 0 0;display:flex;flex-direction:column;gap:10px}.ingredient-details li{background:#ae7f570f;border-left:3px solid var(--bronze);border-radius:6px;padding:12px 14px}.protect .ingredient-details li{background:#5e394c0f;border-left-color:var(--plum)}.id-head{display:flex;align-items:baseline;gap:8px;margin-bottom:4px;flex-wrap:wrap}.id-head strong{font-size:15px;color:var(--text-dark);font-weight:800;letter-spacing:.3px}.id-dose{font-size:13px;font-weight:700;color:var(--bronze);letter-spacing:.5px}.protect .id-dose{color:var(--plum)}.id-desc{font-size:14px;color:var(--text-muted);line-height:1.5}.id-desc strong{color:var(--text-dark)}@media(max-width:768px){.id-head strong{font-size:14.5px}.id-dose{font-size:12.5px}.id-desc{font-size:13.5px}}.desktop-view .hero-stats-grid{gap:24px!important;margin-top:36px!important}.desktop-view .hero-stat-num{font-size:60px!important;margin-bottom:12px!important;line-height:1!important}.desktop-view .hero-stat p{font-size:16px!important;line-height:1.55!important;max-width:240px!important}.desktop-view .section-label,.desktop-view .s-pain .section-label,.desktop-view .alien-eyebrow{font-size:16px!important;letter-spacing:5px!important;margin-bottom:18px!important}.desktop-view .s-pain .section-headline{font-size:48px!important;line-height:1.1!important;max-width:940px!important}.desktop-view .s-pain .t-decline-wrap{max-width:940px!important;padding:36px 40px 28px!important;margin:26px auto 30px!important}.desktop-view .t-decline-label{font-size:14px!important;letter-spacing:4.5px!important}.desktop-view .t-decline-title{font-size:24px!important;margin-top:6px!important}.desktop-view .t-decline-sub{font-size:14px!important;margin-top:4px!important}.desktop-view .t-decline-footer{font-size:17px!important;padding-top:18px!important;line-height:1.55!important}.desktop-view .alien-headline{font-size:46px!important;max-width:920px!important;line-height:1.1!important;margin-bottom:44px!important}.desktop-view .alien-bullets{max-width:860px!important;gap:16px!important}.desktop-view .alien-bullets li{font-size:21px!important;padding:22px 26px!important;gap:22px!important;line-height:1.5!important}.desktop-view .alien-icon{width:64px!important;height:64px!important}.desktop-view .alien-icon svg{width:38px;height:38px}.desktop-view .alien-punch{font-size:25px!important}.desktop-view .alien-punch-lg{font-size:32px!important;line-height:1.25!important}.desktop-view .alien-body{font-size:21px!important;max-width:760px!important}.desktop-view .alien-body-emphasis{font-size:24px!important}.desktop-view .introducing-block{padding:56px 24px 12px!important}.desktop-view .introducing-eyebrow{font-size:14px!important;letter-spacing:6px!important}.desktop-view .introducing-name{font-size:84px!important;letter-spacing:6px!important;margin-bottom:32px!important}.desktop-view .introducing-tagline{font-size:22px!important;max-width:720px!important;line-height:1.55!important}.desktop-view .introducing-tagline-2{font-size:19px!important;max-width:720px!important}.desktop-view .s-lifestyle-wrap{max-width:980px!important;margin-top:36px!important;border-radius:18px!important;box-shadow:0 12px 40px #00000059!important}.desktop-view .s-lifestyle{grid-template-columns:380px 1fr!important;min-height:360px!important}.desktop-view .s-lifestyle .lifestyle-photo{min-height:360px!important;object-position:50% 22%!important}.desktop-view .s-lifestyle .lifestyle-content{padding:36px 40px!important}.desktop-view .s-lifestyle .lifestyle-quote{font-size:22px!important;line-height:1.5!important;margin-bottom:24px!important}.desktop-view .s-lifestyle .lifestyle-author-name{font-size:22px!important;margin-bottom:8px!important}.desktop-view .s-lifestyle .lifestyle-author-title{font-size:14.5px!important;letter-spacing:1.4px!important}.alien-bullets li{display:flex;align-items:center;gap:18px;padding:18px 22px!important}.alien-bullets li:before{display:none!important}.alien-icon{flex-shrink:0;width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#ae7f5724;border:1px solid rgba(174,127,87,.35);border-radius:14px;color:var(--bronze)}.alien-icon svg{width:32px;height:32px;display:block}.alien-text{flex:1}@media(max-width:768px){.alien-bullets li{gap:14px!important;padding:16px!important;align-items:flex-start!important}.alien-icon{width:44px!important;height:44px!important;border-radius:10px!important}.alien-icon svg{width:24px!important;height:24px!important}.alien-text{font-size:16px!important;line-height:1.55!important}.mobile-view .hero-stat-num{font-size:36px!important}.mobile-view .hero-stat p{font-size:12.5px!important}}.introducing-bottle{position:relative;max-width:280px;margin:8px auto 32px;display:flex;align-items:center;justify-content:center}.introducing-bottle img{position:relative;z-index:2;width:100%;height:auto;display:block;filter:drop-shadow(0 16px 32px rgba(0,0,0,.55))}.introducing-bottle-glow{display:none!important}.desktop-view .introducing-bottle{max-width:360px!important;margin:16px auto 44px!important}@media(max-width:768px){.introducing-bottle{max-width:220px;margin:4px auto 28px}}.s-press{padding:56px 0 60px!important}.press-eyebrow{font-size:13px!important;letter-spacing:4px!important;margin-bottom:40px!important;color:#5e394c73!important;font-weight:500!important}@media(min-width:768px){.press-grid{gap:0 80px!important;padding:0 56px!important}.press-logo{height:72px!important}.press-logo--healthline img{max-height:42px!important}.press-logo--webmd img{max-height:44px!important}.press-logo--mensh img{max-height:46px!important}.press-logo--mayo img{max-height:88px!important}.press-logo--forbes img,.press-logo--cleveland img{max-height:42px!important}}.wireframe-container.desktop-view .press-grid{gap:0 96px!important;padding:0 64px!important;max-width:1280px!important;margin:0 auto!important}.wireframe-container.desktop-view .press-logo{height:72px!important}.wireframe-container.desktop-view .press-logo--healthline img{max-height:42px!important}.wireframe-container.desktop-view .press-logo--webmd img{max-height:44px!important}.wireframe-container.desktop-view .press-logo--mensh img{max-height:46px!important}.wireframe-container.desktop-view .press-logo--mayo img{max-height:88px!important}.wireframe-container.desktop-view .press-logo--forbes img,.wireframe-container.desktop-view .press-logo--cleveland img{max-height:42px!important}.desktop-view .pillar-title{font-size:26px!important;letter-spacing:2.5px!important}.desktop-view .pillar-anatomy{font-size:13px!important;letter-spacing:2px!important}.desktop-view .pillar-desc,.desktop-view .s-system .system-card p{font-size:16.5px!important;line-height:1.6!important}.desktop-view .system-text{font-size:19px!important;line-height:1.65!important;max-width:800px!important;margin:0 auto 32px!important}.desktop-view .cycle-strip-num{font-size:11px!important}.desktop-view .cycle-strip-label{font-size:13px!important;letter-spacing:1px!important}.desktop-view .ingredient-pills li{font-size:13.5px!important;padding:7px 12px!important}.desktop-view .ingredient-pills li .ingredient-dose{font-size:12.5px!important}.desktop-view .id-head strong{font-size:16.5px!important}.desktop-view .id-dose{font-size:13.5px!important}.desktop-view .id-desc{font-size:14.5px!important;line-height:1.55!important}.desktop-view .cta-pretitle{font-size:19px!important}.desktop-view .purchase-card{padding:28px 24px!important}.desktop-view .purchase-duration{font-size:13px!important;letter-spacing:2.5px!important;margin-bottom:14px!important}.desktop-view .purchase-badge{font-size:12px!important;padding:6px 14px!important;letter-spacing:1.5px!important}.desktop-view .price-now{font-size:44px!important;font-weight:800!important}.desktop-view .price-was{font-size:18px!important}.desktop-view .price-save{font-size:13px!important;padding:4px 10px!important}.desktop-view .purchase-checks li{font-size:16px!important;line-height:1.45!important}.desktop-view .btn-subscribe{font-size:15px!important;padding:16px 28px!important;letter-spacing:1.4px!important}.desktop-view .cta-guarantee{font-size:14px!important}.desktop-view .purchase-sub-intro,.desktop-view .purchase-tagline{font-size:19px!important}.desktop-view .claim-card{padding:24px 28px!important}.desktop-view .claim-stat{font-size:42px!important}.desktop-view .claim-card .claim-icon svg{width:20px;height:20px}.desktop-view .trust-stat-num{font-size:48px!important}.desktop-view .trust-stat-label{font-size:13.5px!important;letter-spacing:1.4px!important}.desktop-view .science-note{font-size:17px!important;line-height:1.7!important;max-width:820px!important}.desktop-view .value-anchor-eyebrow{font-size:14px!important;letter-spacing:4.5px!important}.desktop-view .value-savings-num{font-size:32px!important}.desktop-view .value-savings-num strong{font-size:40px!important}.desktop-view .value-savings-sub{font-size:17.5px!important}.desktop-view .value-col-tag{font-size:13px!important;letter-spacing:2px!important}.desktop-view .value-col-title{font-size:19px!important}.desktop-view .value-list li{font-size:16px!important;line-height:1.6!important}.desktop-view .value-total-strike,.desktop-view .value-total-price{font-size:32px!important}.desktop-view .value-total-unit{font-size:16px!important}.desktop-view .value-anchor-note{font-size:14px!important}.desktop-view .ingredients-eyebrow{font-size:14px!important;letter-spacing:4.5px!important}.desktop-view .ingredient-name{font-size:18px!important}.desktop-view .ingredient-card .ingredient-dose{font-size:15px!important}.desktop-view .ingredient-role{font-size:14px!important;line-height:1.5!important}.desktop-view .ingredient-badge{font-size:11px!important;letter-spacing:1.6px!important;padding:4px 9px!important}.desktop-view .supp-panel{padding:24px 28px!important}.desktop-view .supp-panel-title{font-size:30px!important}.desktop-view .supp-panel-serving,.desktop-view .supp-panel-servings{font-size:15px!important}.desktop-view .supp-panel-header{font-size:13px!important}.desktop-view .supp-row{font-size:15.5px!important;padding:6px 0!important}.desktop-view .coa-eyebrow{font-size:14px!important;letter-spacing:4.5px!important}.desktop-view .coa-slide-badge{font-size:11px!important;padding:4px 10px!important;letter-spacing:1.5px!important}.desktop-view .coa-slide-ingredient{font-size:19px!important}.desktop-view .coa-slide-dose{font-size:14.5px!important}.desktop-view .coa-slide-meta{font-size:13.5px!important}.desktop-view .review-quote{font-size:16.5px!important;line-height:1.75!important}.desktop-view .review-name{font-size:16px!important}.desktop-view .review-location{font-size:13.5px!important}.desktop-view .rating-num{font-size:64px!important}.desktop-view .rating-stars{font-size:22px!important}.desktop-view .rating-count{font-size:15px!important}.desktop-view .bar-label,.desktop-view .bar-pct{font-size:13.5px!important}.desktop-view .review-tag{font-size:11.5px!important;padding:4px 9px!important}.desktop-view .btn-view-more{font-size:14.5px!important;padding:16px 36px!important;letter-spacing:1.6px!important}.desktop-view .timeline-card{padding:28px 26px!important}.desktop-view .timeline-number{font-size:60px!important}.desktop-view .timeline-week{font-size:13px!important;letter-spacing:3px!important}.desktop-view .timeline-card h3{font-size:26px!important;letter-spacing:1.5px!important}.desktop-view .timeline-card p{font-size:16px!important;line-height:1.65!important}.desktop-view .timeline-progress span{font-size:11.5px!important}.desktop-view .timeline-intro{font-size:19px!important}.desktop-view .edge-card-body{padding:26px 28px 30px!important}.desktop-view .edge-card h4{font-size:19px!important;letter-spacing:2px!important}.desktop-view .edge-card p{font-size:15.5px!important;line-height:1.65!important}.desktop-view .s-edge-intro{font-size:19px!important}.desktop-view .compare-table th,.desktop-view .compare-table td{padding:16px 18px!important;font-size:15.5px!important}.desktop-view .compare-table thead th{font-size:13.5px!important}.desktop-view .compare-table tbody td:first-child{font-size:15px!important}.desktop-view .compare-badge-text{font-size:13.5px!important;letter-spacing:1.2px!important}.desktop-view .compare-badge-seal .seal-text{font-size:12px!important}.desktop-view section .introducing-bottle img{max-width:360px}.desktop-view .faq-q-text{font-size:19px!important;line-height:1.4!important}.desktop-view .faq-a-inner{font-size:16.5px!important;line-height:1.8!important}.desktop-view .faq-toggle{font-size:24px!important}.desktop-view .video-testi-eyebrow{font-size:14px!important;letter-spacing:4.5px!important}.desktop-view .video-card-name-overlay{font-size:16px!important;padding:8px 14px!important}.desktop-view .video-card-media .video-play-btn{width:56px!important;height:56px!important}.desktop-view .video-card-media .video-play-btn svg{width:22px!important;height:22px!important}.desktop-view .video-duration-tag{font-size:12px!important;padding:4px 9px!important}.desktop-view .s-final h2{font-size:56px!important;line-height:1.05!important}.desktop-view .s-final p{font-size:21px!important;line-height:1.65!important;max-width:720px!important}.desktop-view .final-guarantee{font-size:14.5px!important;letter-spacing:1.2px!important}.desktop-view .footer-col-title{font-size:13.5px!important;letter-spacing:2.4px!important;margin-bottom:18px!important}.desktop-view .footer-link{font-size:15.5px!important;margin-bottom:12px!important}.desktop-view .footer-brand-text{font-size:15px!important;line-height:1.6!important;max-width:320px!important}.desktop-view .footer-disclaimer-text{font-size:13.5px!important;line-height:1.65!important}.desktop-view .footer-copy,.desktop-view .footer-legal a{font-size:13.5px!important}.desktop-view .btn-cta{font-size:16px!important;padding:17px 42px!important;letter-spacing:1.6px!important}.desktop-view .btn-cta-large{font-size:17.5px!important;padding:19px 52px!important}.desktop-view .cta-social-proof{font-size:14.5px!important}.desktop-view .announcement-text{font-size:13.5px!important;letter-spacing:1.6px!important}.desktop-view .announcement-stars{font-size:13.5px!important}.desktop-view .announcement-bar{padding:12px 0!important}.s-pain{position:relative;background:radial-gradient(ellipse at 18% 14%,rgba(174,127,87,.1) 0%,transparent 42%),radial-gradient(ellipse at 84% 76%,rgba(174,127,87,.08) 0%,transparent 48%),linear-gradient(165deg,#5e394c,#3d2233 40%,#2a1724)!important;overflow:hidden}.s-pain:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='600' height='600' viewBox='0 0 600 600'><g fill='none' stroke='%23ae7f57' stroke-width='1' stroke-opacity='0.55'><path d='M0,90 C90,60 180,130 280,90 S480,60 600,100'/><path d='M0,180 C100,140 200,210 290,180 S490,140 600,180'/><path d='M0,270 C90,230 200,300 300,260 S480,230 600,270'/><path d='M0,360 C110,320 220,400 310,360 S500,320 600,360'/><path d='M0,450 C90,410 210,490 300,450 S490,410 600,450'/><path d='M0,540 C100,500 210,580 300,540 S490,500 600,540'/></g><g fill='%23ae7f57' fill-opacity='0.18'><circle cx='80' cy='120' r='1.5'/><circle cx='240' cy='320' r='1.2'/><circle cx='420' cy='180' r='1.6'/><circle cx='520' cy='480' r='1.3'/></g></svg>");background-size:600px 600px;opacity:.18;mix-blend-mode:overlay}.s-pain>*{position:relative;z-index:1}.s-pain:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(to right,transparent,rgba(174,127,87,.5),transparent);z-index:2}.s-pain .section-label,.s-pain .alien-eyebrow{display:flex!important;align-items:center;justify-content:center;gap:22px;font-size:17px!important;letter-spacing:6px!important;font-weight:800!important;color:var(--bronze)!important;margin-bottom:26px!important;text-shadow:0 1px 8px rgba(174,127,87,.25)}.s-pain .section-label:before,.s-pain .section-label:after,.s-pain .alien-eyebrow:before,.s-pain .alien-eyebrow:after{content:"";height:1px;width:56px;background:linear-gradient(to right,transparent,rgba(174,127,87,.85))}.s-pain .section-label:after,.s-pain .alien-eyebrow:after{background:linear-gradient(to left,transparent,rgba(174,127,87,.85))}.desktop-view .s-pain .section-headline{font-size:56px!important;line-height:1.05!important;letter-spacing:1.5px!important;max-width:1000px!important;margin:0 auto 36px!important;text-shadow:0 2px 30px rgba(0,0,0,.4)}.desktop-view .s-pain .section-headline em{display:inline-block;position:relative}.desktop-view .s-pain .pain-body{font-size:20px!important;line-height:1.7!important;max-width:760px!important;margin:0 auto 18px!important;color:#ffffffdb!important}.desktop-view .s-pain .pain-body:last-of-type{margin-bottom:28px!important}.desktop-view .s-pain .t-decline-wrap{max-width:960px!important;padding:36px 42px 30px!important;margin:30px auto 36px!important;background:#00000038;border:1px solid rgba(174,127,87,.18);border-radius:16px;box-shadow:0 16px 50px #00000059}.desktop-view .alien-planet{margin-top:64px!important;padding-top:56px!important;border-top:1px solid rgba(174,127,87,.22)!important}.desktop-view .alien-headline{font-size:50px!important;margin-bottom:48px!important}.alien-icon{width:60px!important;height:60px!important;background:linear-gradient(140deg,#ae7f5738,#ae7f5714)!important;border:1px solid rgba(174,127,87,.55)!important;border-radius:14px!important;box-shadow:inset 0 1px #ffffff14,0 4px 14px #00000040,0 0 0 1px #ae7f5714;position:relative}.alien-icon:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.18),transparent 60%);border-radius:14px;pointer-events:none}.alien-icon svg{width:34px!important;height:34px!important}.desktop-view .alien-icon{width:72px!important;height:72px!important;border-radius:16px!important}.desktop-view .alien-icon svg{width:42px!important;height:42px!important}.desktop-view .alien-bullets li{background:linear-gradient(180deg,#ae7f571a,#ae7f570a)!important;border:1px solid rgba(174,127,87,.22)!important;border-left:3px solid var(--bronze)!important;padding:24px 30px!important;gap:26px!important;box-shadow:0 6px 24px #0000002e;border-radius:10px!important}.desktop-view .alien-punch{margin:28px auto 14px!important}.desktop-view .alien-punch-lg{margin-bottom:56px!important}.desktop-view .s-lifestyle-wrap{margin-top:56px!important}.s-pain .cta-block,.s-pain [style*="text-align:center"]{padding-top:36px!important}@media(max-width:768px){.s-pain .section-label,.s-pain .alien-eyebrow{font-size:13px!important;letter-spacing:4px!important;gap:14px}.s-pain .section-label:before,.s-pain .section-label:after,.s-pain .alien-eyebrow:before,.s-pain .alien-eyebrow:after{width:32px}.alien-icon{width:50px!important;height:50px!important;border-radius:12px!important}.alien-icon svg{width:28px!important;height:28px!important}}.system-grid-v2{display:grid!important;grid-template-columns:1fr!important;gap:20px!important;max-width:1100px;margin:28px auto 0}@media(min-width:768px){.system-grid-v2{grid-template-columns:1fr 1fr!important;gap:24px!important}}.wireframe-container.desktop-view .system-grid-v2{grid-template-columns:1fr 1fr!important;gap:28px!important}.system-card.v2{position:relative;display:flex!important;flex-direction:column!important;background:linear-gradient(180deg,var(--white) 0%,#fbf6f0 100%);border:1px solid var(--border);border-top:4px solid var(--bronze);border-radius:14px;padding:36px 34px 32px;box-shadow:0 4px 18px #5e394c0f,0 12px 40px #5e394c0d;transition:transform .25s ease,box-shadow .25s ease;overflow:hidden}.system-card.v2:hover{transform:translateY(-3px);box-shadow:0 6px 24px #5e394c1a,0 18px 50px #5e394c1a}.system-card.v2.produce,.system-card.v2.deliver{border-top-color:var(--plum)}.system-card.v2 .pillar-num{font-size:56px;font-weight:900;color:var(--bronze);font-style:italic;line-height:1;letter-spacing:-1px;margin-bottom:8px;font-family:Barlow Semi Condensed,sans-serif}.system-card.v2.produce .pillar-num,.system-card.v2.deliver .pillar-num{color:var(--plum)}.system-card.v2 .pillar-anatomy{font-size:12px!important;letter-spacing:2.5px!important;text-transform:uppercase;color:var(--text-muted);font-weight:700;margin-bottom:10px}.system-card.v2 .pillar-title{font-size:30px!important;font-weight:800;color:var(--text-dark);text-transform:uppercase;letter-spacing:1.5px;line-height:1.1;margin:0 0 18px}.system-card.v2 .pillar-hook{font-size:20px;font-style:italic;color:var(--text-dark);line-height:1.4;font-weight:500;margin:0 0 18px;padding-left:14px;border-left:3px solid var(--bronze)}.system-card.v2.produce .pillar-hook,.system-card.v2.deliver .pillar-hook{border-left-color:var(--plum)}.system-card.v2 .pillar-hook strong{color:var(--bronze);font-style:normal;font-weight:800}.system-card.v2.produce .pillar-hook strong,.system-card.v2.deliver .pillar-hook strong{color:var(--plum)}.system-card.v2 .pillar-desc{font-size:16px!important;line-height:1.65!important;color:var(--text-muted);margin:0 0 24px!important;flex:1}.system-card.v2 .pillar-desc strong,.system-card.v2 .pillar-desc em{color:var(--text-dark)}.system-card.v2 .ingredient-details{margin-top:auto;padding-top:18px;border-top:1px dashed var(--border)}.desktop-view .system-card.v2{padding:40px 38px 36px}.desktop-view .system-card.v2 .pillar-num{font-size:64px!important}.desktop-view .system-card.v2 .pillar-anatomy{font-size:13px!important;letter-spacing:3px!important}.desktop-view .system-card.v2 .pillar-title{font-size:34px!important;letter-spacing:2px!important}.desktop-view .system-card.v2 .pillar-hook{font-size:22px!important;line-height:1.4!important;padding-left:18px}.desktop-view .system-card.v2 .pillar-desc{font-size:17px!important;line-height:1.7!important}@media(max-width:768px){.system-card.v2{padding:0 0 24px}.system-card.v2 .pillar-num{font-size:44px}.system-card.v2 .pillar-title{font-size:24px!important;letter-spacing:1px!important}.system-card.v2 .pillar-hook{font-size:17px;padding-left:12px}.system-card.v2 .pillar-desc{font-size:15.5px!important}}.system-card.v2{padding:0!important;overflow:hidden}.system-card-photo{width:100%;aspect-ratio:16/10;overflow:hidden;position:relative;background:var(--cream)}.system-card-photo img{width:100%;height:100%;object-fit:cover;object-position:center 35%;display:block;transition:transform .5s ease}.system-card.v2:hover .system-card-photo img{transform:scale(1.04)}.system-card-photo:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 60%,rgba(0,0,0,.18) 100%);pointer-events:none}.system-card.v2 .pillar-num,.system-card.v2 .pillar-anatomy,.system-card.v2 .pillar-title,.system-card.v2 .pillar-hook,.system-card.v2 .pillar-desc{padding-left:26px;padding-right:26px}.system-card.v2 .pillar-num{padding-top:22px}.system-card.v2 .ingredient-details{margin:0 26px;padding-bottom:24px}.system-card.v2 .pillar-hook{padding-left:26px!important;padding-right:26px;border-left:none!important;position:relative}.system-card.v2 .pillar-hook:before{content:"";position:absolute;left:14px;top:4px;bottom:4px;width:3px;background:var(--bronze);border-radius:2px}.system-card.v2.produce .pillar-hook:before,.system-card.v2.deliver .pillar-hook:before{background:var(--plum)}.system-card.v2 .pillar-hook{padding-left:32px!important}.wireframe-container.desktop-view .system-grid-v2{grid-template-columns:repeat(4,1fr)!important;gap:18px!important;max-width:1280px}@media(min-width:1024px){.system-grid-v2{grid-template-columns:repeat(4,1fr)!important;gap:18px!important;max-width:1280px}}.desktop-view .system-card.v2{padding:0!important}.desktop-view .system-card.v2 .system-card-photo{aspect-ratio:4/3}.desktop-view .system-card.v2 .pillar-num,.desktop-view .system-card.v2 .pillar-anatomy,.desktop-view .system-card.v2 .pillar-title,.desktop-view .system-card.v2 .pillar-desc{padding-left:22px;padding-right:22px}.desktop-view .system-card.v2 .pillar-hook{padding-left:28px!important;padding-right:22px}.desktop-view .system-card.v2 .pillar-hook:before{left:10px}.desktop-view .system-card.v2 .ingredient-details{margin:0 22px;padding-bottom:22px}.desktop-view .system-card.v2 .pillar-num{font-size:44px!important;padding-top:18px;margin-bottom:4px}.desktop-view .system-card.v2 .pillar-anatomy{font-size:11px!important;letter-spacing:2.5px!important;margin-bottom:8px}.desktop-view .system-card.v2 .pillar-title{font-size:22px!important;letter-spacing:1.4px!important;margin-bottom:14px!important;line-height:1.1}.desktop-view .system-card.v2 .pillar-hook{font-size:16.5px!important;line-height:1.4!important;margin-bottom:14px}.desktop-view .system-card.v2 .pillar-desc{font-size:14.5px!important;line-height:1.6!important;margin-bottom:18px!important}.desktop-view .system-card.v2 .ingredient-details li{padding:9px 11px!important;gap:4px!important;margin-bottom:6px}.desktop-view .system-card.v2 .id-head{gap:6px!important;margin-bottom:2px!important;flex-wrap:wrap}.desktop-view .system-card.v2 .id-head strong{font-size:13.5px!important}.desktop-view .system-card.v2 .id-dose{font-size:11.5px!important}.desktop-view .system-card.v2 .id-desc{font-size:12.5px!important;line-height:1.45!important}@media(max-width:768px){.system-grid-v2{grid-template-columns:1fr!important;gap:22px!important}.system-card.v2 .system-card-photo{aspect-ratio:16/9}.system-card.v2 .pillar-num,.system-card.v2 .pillar-anatomy,.system-card.v2 .pillar-title,.system-card.v2 .pillar-desc{padding-left:22px;padding-right:22px}.system-card.v2 .pillar-hook{padding-left:28px!important;padding-right:22px}.system-card.v2 .ingredient-details{margin:0 22px;padding-bottom:22px}}@media(min-width:1024px){.system-card.v2 .system-card-photo{aspect-ratio:1/1!important}}.wireframe-container.desktop-view .system-card.v2 .system-card-photo{aspect-ratio:1/1!important}.system-card.v2 .system-card-photo img{object-position:center center!important}.system-card.v2 .system-card-photo{background:#1a0e15;position:relative}.system-card.v2 .system-card-photo:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,transparent 55%,rgba(0,0,0,.18) 100%),linear-gradient(180deg,#5e394c00 70%,#5e394c2e);pointer-events:none;z-index:1}.system-card.v2 .system-card-photo:after{background:linear-gradient(180deg,transparent 65%,rgba(26,14,21,.35) 100%)!important}.system-card.v2 .ingredient-details{display:none!important}.pillar-actives{margin-top:auto;padding:18px 26px 24px;border-top:1px solid var(--border);background:linear-gradient(180deg,#ae7f5708,#ae7f570f)}.system-card.v2.produce .pillar-actives,.system-card.v2.deliver .pillar-actives{background:linear-gradient(180deg,#5e394c08,#5e394c0f)}.actives-label{font-size:10px;font-weight:800;letter-spacing:2.5px;text-transform:uppercase;color:var(--text-muted);margin-bottom:10px}.actives-row{display:flex;flex-wrap:wrap;gap:6px}.active-chip{display:inline-flex;align-items:center;gap:4px;padding:6px 10px;background:var(--white);border:1px solid var(--border);border-radius:14px;font-size:11.5px;font-weight:700;color:var(--text-dark);letter-spacing:.3px;white-space:nowrap;line-height:1}.active-chip span{font-weight:600;color:var(--bronze);font-size:10.5px}.system-card.v2.produce .active-chip span,.system-card.v2.deliver .active-chip span{color:var(--plum)}.active-chip.patented{background:linear-gradient(180deg,#ae7f571a,#ae7f570a);border-color:#ae7f5766;box-shadow:0 1px 4px #ae7f571f}.system-card.v2.produce .active-chip.patented,.system-card.v2.deliver .active-chip.patented{background:linear-gradient(180deg,#5e394c1a,#5e394c0a);border-color:#5e394c66;box-shadow:0 1px 4px #5e394c1f}.desktop-view .pillar-actives{padding:16px 22px 22px}.desktop-view .actives-label{font-size:10px;letter-spacing:2.8px}.desktop-view .active-chip{font-size:11px;padding:5px 9px;gap:3px}.desktop-view .active-chip span{font-size:10px}@media(max-width:768px){.pillar-actives{padding:16px 22px 22px}.active-chip{font-size:11.5px;padding:6px 10px}}.system-card.v2{display:flex!important;flex-direction:column!important}.system-card.v2 .pillar-desc{flex:1 0 auto!important}.desktop-view .system-card.v2 .pillar-num{padding-top:16px;margin-bottom:2px;line-height:.95}.desktop-view .system-card.v2 .pillar-anatomy{margin-bottom:6px}.desktop-view .system-card.v2 .pillar-title{margin-bottom:12px!important}.desktop-view .system-card.v2 .pillar-hook{margin-bottom:12px}.desktop-view .system-card.v2 .pillar-desc{margin-bottom:16px!important}.system-card.v2{transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease!important}.system-card.v2:hover{transform:translateY(-4px)!important;box-shadow:0 18px 50px #5e394c2e,0 4px 12px #5e394c14!important;border-color:#ae7f5766!important}.system-card.v2.produce:hover,.system-card.v2.deliver:hover{border-color:#5e394c66!important}.science-intro{max-width:780px;margin:0 auto 40px;text-align:center;display:flex;flex-direction:column;gap:18px}.science-intro-lead{font-size:19px;line-height:1.65;color:var(--text-dark);font-weight:500;margin:0}.science-intro-lead em{color:var(--bronze);font-weight:600;font-style:italic}.science-intro-stat{font-size:17px;line-height:1.6;color:var(--text-dark);padding:16px 22px;background:#ae7f5712;border-left:3px solid var(--bronze);border-radius:6px;text-align:left;max-width:600px;margin:0 auto}.science-intro-stat strong{color:var(--plum);font-weight:800}.science-intro-positioning{font-size:17.5px;line-height:1.65;color:var(--text-muted);margin:0;font-style:italic}.science-intro-positioning strong{color:var(--text-dark);font-style:normal;font-weight:700}.science-intro-positioning em{color:var(--bronze);font-style:italic}.desktop-view .science-intro{max-width:880px!important;gap:22px!important;margin-bottom:56px!important}.desktop-view .science-intro-lead{font-size:22px!important;line-height:1.6!important}.desktop-view .science-intro-stat{font-size:19px!important;padding:20px 28px!important;max-width:680px!important}.desktop-view .science-intro-positioning{font-size:19px!important}.science-bottle{position:relative;width:280px;height:280px;margin:0 auto 48px;border-radius:20px;overflow:hidden;box-shadow:0 16px 48px #00000073,0 4px 16px #5e394c40,inset 0 0 0 1px #ae7f5740}.science-bottle img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}.science-bottle:hover img{transform:scale(1.04)}.science-bottle-glow{position:absolute;top:-40px;right:-40px;bottom:-40px;left:-40px;background:radial-gradient(circle at center,rgba(174,127,87,.35) 0%,transparent 60%);filter:blur(20px);z-index:-1;pointer-events:none}.desktop-view .science-bottle{width:360px!important;height:360px!important;margin-bottom:64px!important;border-radius:24px!important}.claims-section{max-width:1100px;margin:0 auto;padding:0 16px}.claims-section-label{font-size:13px;font-weight:800;letter-spacing:4px;text-transform:uppercase;color:var(--bronze);text-align:center;margin-bottom:28px;display:flex;align-items:center;justify-content:center;gap:18px}.claims-section-label:before,.claims-section-label:after{content:"";height:1px;width:56px;background:linear-gradient(to right,transparent,var(--bronze))}.claims-section-label:after{background:linear-gradient(to left,transparent,var(--bronze))}.desktop-view .claims-section-label{font-size:14px!important;letter-spacing:5px!important;margin-bottom:36px!important}.claims-grid{display:grid;grid-template-columns:1fr;gap:18px;max-width:980px;margin:0 auto}@media(min-width:768px){.claims-grid{grid-template-columns:1fr 1fr;gap:20px}}.wireframe-container.desktop-view .claims-grid{grid-template-columns:1fr 1fr!important;gap:22px!important}.claim-card.v2{display:flex!important;flex-direction:column!important;background:linear-gradient(180deg,var(--white) 0%,#fbf6f0 100%)!important;border:1px solid var(--border)!important;border-left:4px solid var(--bronze)!important;border-radius:12px!important;padding:24px 26px!important;text-align:left!important;box-shadow:0 4px 18px #5e394c0f,0 12px 40px #5e394c0a;transition:transform .25s ease,box-shadow .25s ease}.claim-card.v2:hover{transform:translateY(-3px);box-shadow:0 8px 28px #5e394c1f,0 18px 50px #5e394c14}.claim-card-head{display:flex;align-items:center;gap:14px;margin-bottom:14px}.claim-card.v2 .claim-icon{flex-shrink:0;width:44px;height:44px;background:linear-gradient(140deg,var(--bronze),var(--bronze-hover));border-radius:10px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #ae7f574d}.claim-card.v2 .claim-icon svg{width:22px;height:22px;fill:var(--white)}.claim-card.v2 .claim-icon-plum{background:linear-gradient(140deg,var(--plum),var(--plum-hover))!important;box-shadow:0 4px 12px #5e394c4d!important}.claim-card-headtext{display:flex;flex-direction:column;gap:2px;min-width:0}.claim-card.v2 .claim-stat{font-size:32px!important;font-weight:800;color:var(--bronze);line-height:1;margin:0;letter-spacing:-.5px;font-style:italic}.claim-card.v2 .claim-stat-plum{color:var(--plum)!important}.claim-card.v2 .claim-label{font-size:12px;font-weight:700;color:var(--text-dark);text-transform:uppercase;letter-spacing:1.4px;line-height:1.2}.claim-card-body{font-size:14px;color:var(--text-dark);line-height:1.6;margin-bottom:8px;flex:1}.claim-card-body strong{color:var(--text-dark);font-weight:700}.claim-active{color:var(--bronze)!important;font-weight:800!important}.claim-card-cite{font-size:11px;color:var(--text-light);font-style:italic;letter-spacing:.3px;padding-top:8px;border-top:1px dashed var(--border-light)}.claim-card-feature{grid-column:1 / -1!important;border-left-color:var(--plum)!important;background:linear-gradient(135deg,#5e394c0f,#5e394c08)!important;padding:28px 32px!important}.claim-card-feature .claim-card-body{font-size:15px;color:var(--text-dark)}.claim-card-feature .claim-card-body em{color:var(--bronze);font-style:italic}.desktop-view .claim-card.v2{padding:26px 28px!important}.desktop-view .claim-card.v2 .claim-icon{width:50px;height:50px;border-radius:12px}.desktop-view .claim-card.v2 .claim-icon svg{width:26px;height:26px}.desktop-view .claim-card.v2 .claim-stat{font-size:38px!important}.desktop-view .claim-card.v2 .claim-label{font-size:13.5px!important}.desktop-view .claim-card.v2 .claim-card-body{font-size:15px!important;line-height:1.65!important}.desktop-view .claim-card.v2 .claim-card-cite{font-size:11.5px!important;padding-top:10px!important}.desktop-view .claim-card-feature{padding:32px 38px!important}.desktop-view .claim-card-feature .claim-card-body{font-size:17px!important}.s-science .science-note{max-width:780px!important;margin:36px auto 0!important;padding:22px 28px!important;text-align:center!important;font-size:16px!important;line-height:1.65!important;color:var(--text-muted)!important;font-style:italic!important;background:#ae7f570d;border-radius:10px;border:1px solid rgba(174,127,87,.18)}.s-science .science-note strong{color:var(--text-dark);font-style:normal;font-weight:800}.s-science .science-note em{color:var(--bronze);font-style:italic;font-weight:600}.desktop-view .s-science .science-note{font-size:17.5px!important;padding:26px 32px!important;max-width:820px!important}@media(max-width:768px){.science-intro{gap:16px;margin-bottom:32px}.science-intro-lead{font-size:17px}.science-intro-stat{font-size:15.5px;padding:14px 18px}.science-intro-positioning{font-size:16px}.science-bottle{width:220px;height:220px;margin-bottom:36px}.claim-card.v2{padding:20px 22px!important}.claim-card.v2 .claim-stat{font-size:28px!important}.claim-card.v2 .claim-label{font-size:11.5px!important}.claim-card.v2 .claim-card-body{font-size:13.5px!important}.s-science .science-note{font-size:14.5px!important;padding:18px 22px!important}}.desktop-view .s-science{padding:96px 0 88px!important}.s-science{padding:72px 0 64px}.desktop-view .s-science .section-headline{margin-bottom:36px!important}.desktop-view .s-science .trust-stats-bar{margin-bottom:56px!important;padding:24px 0!important}.wireframe-container.desktop-view .claims-grid{grid-template-columns:1fr 1fr 1fr!important;gap:24px!important;max-width:1180px!important}@media(min-width:1024px){.claims-grid{grid-template-columns:1fr 1fr 1fr!important;gap:24px!important;max-width:1180px}}.wireframe-container.desktop-view .claim-card-feature{grid-column:auto!important;padding:26px 28px!important}@media(min-width:1024px){.claim-card-feature{grid-column:auto!important;padding:26px 28px!important}}.claim-card-feature .claim-card-body{font-size:14px!important}.desktop-view .claim-card-feature .claim-card-body{font-size:15px!important}.desktop-view .claim-card.v2 .claim-card-body{min-height:84px}.desktop-view .s-science .science-note{margin-top:56px!important}.desktop-view .s-science .cta-block{margin-top:48px!important;padding-top:0!important}.desktop-view .claims-section-label{margin-bottom:40px!important}.s-value-anchor{padding:88px 0!important}.desktop-view .s-value-anchor{padding:96px 0!important}.value-anchor-eyebrow{display:flex!important;align-items:center;justify-content:center;gap:22px!important;font-size:16px!important;letter-spacing:5px!important;font-weight:800!important;color:var(--bronze)!important;text-transform:uppercase;margin-bottom:28px!important;text-align:center}.value-anchor-eyebrow:before,.value-anchor-eyebrow:after{content:"";height:1px;width:56px;background:linear-gradient(to right,transparent,rgba(174,127,87,.85))}.value-anchor-eyebrow:after{background:linear-gradient(to left,transparent,rgba(174,127,87,.85))}.desktop-view .s-value-anchor .section-headline{font-size:48px!important;line-height:1.08!important;letter-spacing:1.5px!important;margin-bottom:36px!important;max-width:1000px!important}.s-value-anchor .section-headline{font-size:32px;line-height:1.12;letter-spacing:1px;margin-bottom:24px}.value-anchor-intro{max-width:780px;margin:0 auto 56px;text-align:center;display:flex;flex-direction:column;gap:24px;align-items:center}.value-intro-lead{font-size:19px;line-height:1.65;color:var(--text-dark);font-weight:500;margin:0;max-width:720px}.value-intro-lead strong{color:var(--bronze);font-weight:800}.value-intro-stat{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;align-items:center;gap:4px 22px;background:linear-gradient(180deg,#ae7f5712,#ae7f570a);border:1px solid rgba(174,127,87,.3);border-left:4px solid var(--bronze);border-radius:12px;padding:22px 28px;max-width:640px;margin:4px 0;text-align:left;box-shadow:0 6px 24px #ae7f571a}.value-intro-stat-num{grid-row:1 / 3;grid-column:1;font-size:56px;font-weight:900;color:var(--bronze);line-height:1;font-style:italic;letter-spacing:-1.5px;font-family:Barlow Semi Condensed,sans-serif;white-space:nowrap}.value-intro-stat-label{grid-row:1;grid-column:2;font-size:11px;font-weight:800;letter-spacing:3px;color:var(--bronze);text-transform:uppercase;margin-bottom:2px}.value-intro-stat-text{grid-row:2;grid-column:2;font-size:15.5px;line-height:1.5;color:var(--text-dark)}.value-intro-stat-text strong{color:var(--bronze);font-weight:800}.value-anchor-cta-line{display:inline-flex!important;align-items:center;gap:12px;font-size:14px!important;font-weight:800!important;color:var(--bronze)!important;letter-spacing:2.5px!important;text-transform:uppercase;margin:12px 0 0!important;padding:0}.value-anchor-cta-line .arrow{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;border:1.5px solid var(--bronze);font-size:14px;letter-spacing:0;animation:bounce-down 1.6s ease-in-out infinite}@keyframes bounce-down{0%,to{transform:translateY(0)}50%{transform:translateY(4px)}}.desktop-view .value-anchor-intro{max-width:920px!important;gap:28px!important;margin-bottom:64px!important}.desktop-view .value-intro-lead{font-size:22px!important;line-height:1.6!important;max-width:800px!important}.desktop-view .value-intro-stat{padding:26px 34px!important;max-width:720px!important;gap:6px 28px!important}.desktop-view .value-intro-stat-num{font-size:72px!important}.desktop-view .value-intro-stat-label{font-size:12px!important;letter-spacing:3.5px!important}.desktop-view .value-intro-stat-text{font-size:17.5px!important;line-height:1.55!important}.desktop-view .value-anchor-cta-line{font-size:15px!important;letter-spacing:3px!important}.desktop-view .value-anchor-cta-line .arrow{width:32px;height:32px;font-size:16px}.desktop-view .value-anchor-eyebrow{font-size:17px!important;letter-spacing:6px!important}.desktop-view .value-anchor-eyebrow:before,.desktop-view .value-anchor-eyebrow:after{width:64px}@media(max-width:768px){.value-anchor-eyebrow{font-size:13px!important;letter-spacing:4px!important;gap:14px!important}.value-anchor-eyebrow:before,.value-anchor-eyebrow:after{width:32px}.s-value-anchor .section-headline{font-size:28px!important}.value-intro-lead{font-size:17px}.value-intro-stat{padding:18px 22px;gap:4px 16px;grid-template-columns:auto 1fr}.value-intro-stat-num{font-size:44px}.value-intro-stat-label{font-size:10.5px;letter-spacing:2px}.value-intro-stat-text{font-size:14px;line-height:1.5}.value-anchor-cta-line{font-size:12.5px!important;letter-spacing:2px!important;gap:10px}.value-anchor-cta-line .arrow{width:24px;height:24px;font-size:12px}}.value-anchor.v3{max-width:1080px!important;margin:0 auto!important;background:linear-gradient(180deg,#fbf6f0,#f5ecdf)!important;border:1px solid rgba(174,127,87,.3)!important;border-radius:22px!important;padding:44px 36px 36px!important;box-shadow:0 16px 50px #5e394c1a,0 4px 18px #5e394c0f!important}.value-anchor-compare.v3{display:grid!important;grid-template-columns:1fr auto 1fr!important;align-items:stretch!important;gap:0!important}.value-col.v3{background:var(--white)!important;border-radius:16px!important;padding:28px 28px 24px!important;display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;border:1px solid var(--border)!important}.value-col.v3.vs{background:#fff9!important;border-color:#b0402e2e!important}.value-col.v3.us{border:2px solid var(--bronze)!important;box-shadow:0 12px 36px #ae7f5733!important;position:relative}.value-col.v3 .value-col-tag,.value-col.v3.us .value-col-tag,.value-col.v3.vs .value-col-tag{display:block!important;background:transparent!important;padding:0!important;border-radius:0!important;font-size:11px;font-weight:800;letter-spacing:3px;color:var(--text-muted)!important;text-transform:uppercase;margin-bottom:16px}.value-col.v3 .value-col-tag.winner{color:var(--bronze)!important}.value-col.v3 .value-col-pile,.value-col.v3 .value-col-bottle{width:100%;height:200px;display:flex;align-items:center;justify-content:center;margin:0 auto 22px}.value-col.v3 .value-col-pile img{max-width:100%;max-height:100%;width:auto;filter:drop-shadow(0 6px 18px rgba(0,0,0,.15)) saturate(.85) opacity(.92)}.value-col.v3 .value-col-bottle img{max-width:100%!important;max-height:100%!important;width:auto!important;height:auto!important;object-fit:contain!important;transform:none!important;image-rendering:-webkit-optimize-contrast;filter:drop-shadow(0 12px 28px rgba(94,57,76,.3)) drop-shadow(0 0 22px rgba(174,127,87,.2));transition:transform .4s ease}.value-col.v3.us:hover .value-col-bottle img{transform:scale(1.04)!important}.desktop-view .value-col.v3.us .value-col-bottle img{transform:none!important}.desktop-view .value-col.v3.us:hover .value-col-bottle img{transform:scale(1.04)!important}.value-points{list-style:none;padding:0;margin:0 0 22px;display:flex;flex-direction:column;gap:8px;align-self:stretch;flex:1}.value-points li{display:flex;align-items:flex-start;gap:10px;font-size:14px;line-height:1.45;color:var(--text-dark);text-align:left;padding:8px 0;border-bottom:1px solid var(--border-light)}.value-points li:last-child{border-bottom:none}.value-points .dot{flex-shrink:0;width:20px;height:20px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;margin-top:1px}.value-points.vs .dot{background:#b0402e1f;color:#b0402e}.value-points.vs li{color:var(--text-muted)}.value-points.us .dot{background:#2d5a3d24;color:#2d5a3d}.value-price-block{margin-top:auto;padding-top:18px;border-top:1px solid var(--border);width:100%;text-align:center}.value-price-block.vs .value-price-amount{font-size:38px;font-weight:800;color:#b0402e;font-style:italic;letter-spacing:-.5px;text-decoration:line-through;text-decoration-color:#b0402e8c;text-decoration-thickness:2px;line-height:1}.value-price-block.us .value-price-amount{font-size:44px;font-weight:800;color:var(--bronze);font-style:italic;letter-spacing:-.5px;line-height:1}.value-price-amount span{font-size:16px;font-weight:600;font-style:normal;color:var(--text-muted);margin-left:4px;text-decoration:none}.value-price-block.us .value-price-amount span{color:var(--text-dark)}.value-price-tag{margin-top:6px;font-size:10px;font-weight:800;letter-spacing:2.5px;color:var(--text-muted);text-transform:uppercase}.value-price-block.us .value-price-tag{color:var(--bronze)}.value-vs-divider.v3{display:flex!important;align-items:center!important;justify-content:center!important;width:64px;padding:0!important;position:relative}.value-vs-divider.v3:before{content:"";position:absolute;top:14%;bottom:14%;left:50%;width:1px;transform:translate(-50%);background:linear-gradient(to bottom,transparent,rgba(174,127,87,.4),transparent)}.value-vs-divider.v3 span{position:relative;background:var(--white)!important;border:2px solid var(--bronze)!important;width:52px!important;height:52px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:14px!important;font-weight:800!important;color:var(--bronze)!important;letter-spacing:1px!important;box-shadow:0 4px 12px #ae7f5740}.value-anchor.v3 .value-anchor-note{margin-top:18px!important;text-align:center!important;font-size:12.5px!important;color:var(--text-light)!important;font-style:italic!important;max-width:none!important}.value-anchor-cta{margin-top:36px;padding-top:32px;border-top:1px solid rgba(174,127,87,.18);display:flex;flex-direction:column;align-items:center;gap:12px}.value-cta-btn{background:linear-gradient(180deg,var(--bronze) 0%,var(--bronze-hover) 100%)!important;color:var(--white)!important;font-size:16px!important;font-weight:800!important;letter-spacing:2px!important;text-transform:uppercase;padding:18px 56px!important;border-radius:32px!important;box-shadow:0 10px 32px #ae7f5773,0 4px 12px #ae7f5740,inset 0 1px #ffffff2e;transition:transform .25s ease,box-shadow .25s ease,background .25s ease;position:relative;overflow:hidden;text-align:center;min-width:280px}.value-cta-btn:hover{transform:translateY(-2px)!important;box-shadow:0 14px 40px #ae7f578c,0 6px 16px #ae7f574d,inset 0 1px #ffffff38!important}.value-cta-btn:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 30% 0%,rgba(255,255,255,.18),transparent 60%);pointer-events:none}.value-anchor-cta .cta-social-proof{color:var(--text-muted)!important;font-size:13px!important;margin-top:0!important}.value-anchor-cta .cta-stars{color:var(--bronze)!important}.desktop-view .value-anchor-cta{margin-top:44px!important;padding-top:40px!important;gap:14px}.desktop-view .value-cta-btn{font-size:18px!important;padding:22px 72px!important;letter-spacing:2.5px!important;min-width:360px}.desktop-view .value-anchor-cta .cta-social-proof{font-size:14px!important}@media(max-width:768px){.value-anchor-cta{margin-top:28px;padding-top:24px}.value-cta-btn{font-size:14px!important;padding:16px 36px!important;min-width:240px}}.s-ingredients{padding:88px 0 96px!important}.desktop-view .s-ingredients{padding:96px 0 104px!important}.ingredients-eyebrow{display:flex!important;align-items:center;justify-content:center;gap:22px!important;font-size:16px!important;letter-spacing:5px!important;font-weight:800!important;color:var(--bronze)!important;text-transform:uppercase;margin-bottom:28px!important;text-align:center}.ingredients-eyebrow:before,.ingredients-eyebrow:after{content:"";height:1px;width:56px;background:linear-gradient(to right,transparent,rgba(174,127,87,.85))}.ingredients-eyebrow:after{background:linear-gradient(to left,transparent,rgba(174,127,87,.85))}.desktop-view .ingredients-eyebrow{font-size:17px!important;letter-spacing:6px!important;margin-bottom:32px!important}.desktop-view .ingredients-eyebrow:before,.desktop-view .ingredients-eyebrow:after{width:64px}.s-ingredients .section-headline{font-size:38px!important;line-height:1.1!important;letter-spacing:1.5px!important;margin-top:0!important;margin-bottom:24px!important;max-width:960px;margin-left:auto;margin-right:auto}.desktop-view .s-ingredients .section-headline{font-size:44px!important;line-height:1.08!important;letter-spacing:1.4px!important;margin-bottom:32px!important;white-space:nowrap!important;max-width:none!important}.desktop-view .s-ingredients .section-headline em{white-space:nowrap}.s-ingredients .section-sub{font-size:17px!important;line-height:1.7!important;max-width:740px!important;margin:0 auto!important;color:var(--text-muted)!important}.s-ingredients .section-sub strong{color:var(--text-dark);font-weight:700}.s-ingredients .section-sub em{color:var(--bronze);font-style:italic;font-weight:600}.desktop-view .s-ingredients .section-sub{font-size:19px!important;line-height:1.65!important;max-width:820px!important}.ingredients-grid{margin-top:64px!important}.desktop-view .ingredients-grid{margin-top:72px!important}@media(max-width:768px){.ingredients-eyebrow{font-size:13px!important;letter-spacing:4px!important;gap:14px!important;margin-bottom:22px!important}.ingredients-eyebrow:before,.ingredients-eyebrow:after{width:32px}.s-ingredients .section-headline{font-size:28px!important;line-height:1.15!important}.s-ingredients .section-sub{font-size:15.5px!important}.ingredients-grid{margin-top:40px!important}}.desktop-view .suppfacts-coa-wrap{display:block!important;grid-template-areas:none!important;grid-template-columns:none!important;column-gap:0!important}.desktop-view .suppfacts-coa-wrap>.s-suppfacts,.desktop-view .suppfacts-coa-wrap>.s-coa{display:block!important;width:100%!important;background:transparent!important;padding:0!important}.desktop-view .suppfacts-coa-wrap>.s-suppfacts>.section-inner,.desktop-view .suppfacts-coa-wrap>.s-coa>.section-inner{display:block!important;height:auto!important;max-width:var(--max-w)!important;padding:0 24px!important;margin:0 auto!important}.desktop-view .suppfacts-coa-wrap>.s-suppfacts .section-headline,.desktop-view .suppfacts-coa-wrap>.s-suppfacts .section-sub,.desktop-view .suppfacts-coa-wrap>.s-suppfacts .suppfacts-eyebrow,.desktop-view .suppfacts-coa-wrap>.s-coa .section-headline,.desktop-view .suppfacts-coa-wrap>.s-coa .section-sub,.desktop-view .suppfacts-coa-wrap>.s-coa .coa-eyebrow{display:flex!important;align-items:center!important;justify-content:center!important}.desktop-view .suppfacts-coa-wrap>.s-suppfacts .section-headline,.desktop-view .suppfacts-coa-wrap>.s-suppfacts .section-sub,.desktop-view .suppfacts-coa-wrap>.s-coa .section-headline,.desktop-view .suppfacts-coa-wrap>.s-coa .section-sub{display:block!important;text-align:center!important}.s-suppfacts{padding:88px 0 64px!important}.s-coa{padding:64px 0 96px!important}.desktop-view .s-suppfacts{padding:96px 0 56px!important}.desktop-view .s-coa{padding:56px 0 104px!important}.suppfacts-eyebrow,.s-coa .coa-eyebrow{display:flex!important;align-items:center!important;justify-content:center!important;gap:22px!important;font-size:16px!important;letter-spacing:5px!important;font-weight:800!important;color:var(--bronze)!important;text-transform:uppercase;margin:0 auto 28px!important;text-align:center!important}.suppfacts-eyebrow:before,.suppfacts-eyebrow:after,.s-coa .coa-eyebrow:before,.s-coa .coa-eyebrow:after{content:"";height:1px;width:56px;background:linear-gradient(to right,transparent,rgba(174,127,87,.85))}.suppfacts-eyebrow:after,.s-coa .coa-eyebrow:after{background:linear-gradient(to left,transparent,rgba(174,127,87,.85))}.desktop-view .suppfacts-eyebrow,.desktop-view .s-coa .coa-eyebrow{font-size:17px!important;letter-spacing:6px!important;margin-bottom:32px!important}.desktop-view .suppfacts-eyebrow:before,.desktop-view .suppfacts-eyebrow:after,.desktop-view .s-coa .coa-eyebrow:before,.desktop-view .s-coa .coa-eyebrow:after{width:64px}.s-suppfacts .section-headline,.s-coa .section-headline{text-align:center!important}.s-suppfacts .section-sub,.s-coa .section-sub{text-align:center!important;max-width:720px!important;margin:0 auto!important;font-size:17px!important;line-height:1.7!important}.desktop-view .s-suppfacts .section-headline,.desktop-view .s-coa .section-headline{font-size:44px!important;letter-spacing:1.4px!important;line-height:1.08!important;margin-bottom:24px!important;margin-left:auto!important;margin-right:auto!important;text-align:center!important;text-align:-webkit-center!important}.desktop-view .s-suppfacts .section-sub,.desktop-view .s-coa .section-sub{font-size:19px!important;max-width:820px!important}.label-layout{display:block!important;max-width:580px!important;margin:48px auto!important}.desktop-view .label-layout{max-width:620px!important;margin:56px auto 0!important}.trust-badges{display:flex;justify-content:center;align-items:flex-start;flex-wrap:wrap;gap:36px 48px;max-width:760px;margin:56px auto 24px}.trust-badge{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}.trust-badge-icon{width:88px;height:88px;filter:drop-shadow(0 6px 16px rgba(94,57,76,.18));transition:transform .25s ease}.trust-badge:hover .trust-badge-icon{transform:translateY(-2px)}.trust-badge-icon svg{width:100%;height:100%;display:block}.trust-badge-text{font-size:12px;font-weight:800;color:var(--text-dark);letter-spacing:1.4px;text-transform:uppercase;line-height:1.3;max-width:110px}.desktop-view .trust-badges{gap:44px 64px;max-width:880px;margin:64px auto 32px}.desktop-view .trust-badge-icon{width:100px;height:100px}.desktop-view .trust-badge-text{font-size:13px;letter-spacing:1.6px;max-width:130px}@media(max-width:768px){.trust-badges{gap:28px 24px;margin:40px auto 16px;max-width:380px}.trust-badge-icon{width:72px;height:72px}.trust-badge-text{font-size:11.5px;max-width:100px}}.coa-slider-wrap{margin:56px auto 0!important;max-width:1080px!important}.desktop-view .coa-slider-wrap{margin-top:64px!important}.s-coa .coa-badges-row,.s-coa .badges-row,.merged-footer{display:none!important}.desktop-view .suppfacts-coa-wrap:before{display:none!important}@media(max-width:768px){.s-suppfacts{padding:64px 0 48px!important}.s-coa{padding:48px 0 72px!important}.s-suppfacts .section-headline,.s-coa .section-headline{font-size:28px!important;line-height:1.15!important}.s-suppfacts .section-sub,.s-coa .section-sub{font-size:15.5px!important}.suppfacts-eyebrow,.s-coa .coa-eyebrow{font-size:13px!important;letter-spacing:4px!important;gap:14px!important}.suppfacts-eyebrow:before,.suppfacts-eyebrow:after,.s-coa .coa-eyebrow:before,.s-coa .coa-eyebrow:after{width:32px!important}.label-layout{max-width:100%!important;margin:36px auto!important}.coa-slider-wrap{margin-top:36px!important}}.coa-slider-wrap{max-width:920px!important;margin:56px auto 0!important}.desktop-view .coa-slider-wrap,.desktop-view .suppfacts-coa-wrap .coa-slider-wrap{max-width:920px!important}.coa-slide{flex-direction:column!important;background:var(--white);border:1px solid rgba(174,127,87,.22);border-radius:20px;padding:32px!important;box-shadow:0 12px 36px #5e394c1a,0 4px 14px #5e394c0f;gap:24px!important;margin:0 8px;flex:0 0 calc(100% - 16px)!important}@media(min-width:900px){.coa-slide{flex-direction:row!important;align-items:stretch!important;gap:36px!important;padding:40px!important}}.wireframe-container.desktop-view .coa-slide{flex-direction:row!important;align-items:stretch!important;gap:36px!important;padding:40px!important}.coa-slide-head{background:transparent!important;border:none!important;padding:0!important;box-shadow:none!important;text-align:left!important;display:flex!important;flex-direction:column!important;justify-content:center!important}.wireframe-container.desktop-view .coa-slide-head{flex:1 1 0!important;min-width:0;padding-right:8px!important}.coa-slide-badge{align-self:flex-start;font-size:10.5px!important;letter-spacing:2.5px!important;padding:5px 12px!important;margin-bottom:18px!important;background:#ae7f5724!important;border:1px solid rgba(174,127,87,.35)!important;color:var(--bronze)!important}.coa-slide-ingredient{font-size:24px!important;font-weight:800!important;color:var(--text-dark)!important;letter-spacing:.5px!important;line-height:1.15!important;text-transform:uppercase;margin-bottom:10px}.wireframe-container.desktop-view .coa-slide-ingredient{font-size:28px!important}.coa-slide-dose{font-family:Barlow Semi Condensed,sans-serif!important;font-weight:900!important;font-style:italic!important;font-size:26px!important;color:var(--bronze)!important;letter-spacing:-.5px!important;margin-left:8px}.wireframe-container.desktop-view .coa-slide-dose{font-size:30px!important}.coa-slide-meta{display:flex!important;flex-direction:column!important;gap:8px!important;margin-top:18px!important;font-size:14px!important;line-height:1.5!important;color:var(--text-muted)!important;align-items:flex-start!important;justify-content:flex-start!important}.coa-slide-meta .sep{display:none!important}.coa-slide-meta .highlight{display:inline-block;background:#5e394c0f;border-left:3px solid var(--plum);padding:8px 14px;border-radius:4px;font-size:14px!important;color:var(--plum)!important;font-weight:700!important;margin-top:4px}.wireframe-container.desktop-view .coa-slide-meta{font-size:14.5px!important}.wireframe-container.desktop-view .coa-slide-meta .highlight{font-size:14.5px!important;padding:10px 16px}.coa-slide-doc{background:var(--white);border:1px solid var(--border);border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #5e394c1a;display:flex;align-items:center;justify-content:center;padding:12px}.wireframe-container.desktop-view .coa-slide-doc{flex:0 0 360px!important;max-width:360px!important;align-self:stretch!important}.coa-slide-doc img{width:auto!important;height:auto!important;max-width:100%!important;max-height:460px!important;object-fit:contain!important;display:block;image-rendering:-webkit-optimize-contrast}.wireframe-container.desktop-view .coa-slide-doc img{max-height:480px!important}.desktop-view .coa-slider-btn{width:52px!important;height:52px!important}.desktop-view .coa-slider-btn.prev{left:-28px}.desktop-view .coa-slider-btn.next{right:-28px}.desktop-view .coa-slider-meta{margin-top:32px!important}.desktop-view .coa-slider-counter{font-size:14px!important}@media(max-width:768px){.coa-slide{padding:22px!important;gap:18px!important}.coa-slide-ingredient{font-size:18px!important}.coa-slide-dose{font-size:22px!important}.coa-slide-meta{font-size:13px!important}.coa-slide-doc img{max-height:340px!important}.coa-slider-btn{width:40px!important;height:40px!important}.coa-slider-btn.prev{left:4px}.coa-slider-btn.next{right:4px}}.trust-badge-text{font-size:12.5px!important;letter-spacing:1.6px!important;font-weight:800!important;color:var(--text-dark)!important;line-height:1.25!important}.desktop-view .trust-badge-text{font-size:13px!important;letter-spacing:1.8px!important}.supp-panel-context{text-align:center;font-size:11px;font-weight:800;letter-spacing:3px;color:var(--bronze);text-transform:uppercase;margin-bottom:14px}.supp-panel{box-shadow:0 12px 36px #5e394c1f,0 4px 14px #5e394c0f!important;border:2px solid var(--text-dark)!important}.trust-badges{margin-top:56px!important;padding-top:36px!important;border-top:1px solid rgba(174,127,87,.18);max-width:720px!important}.desktop-view .trust-badges{margin-top:64px!important;padding-top:44px!important;max-width:880px!important}.wireframe-container.desktop-view .suppfacts-coa-wrap .s-coa .section-headline,.wireframe-container.desktop-view .s-coa .section-headline,.wireframe-container.desktop-view .s-suppfacts .section-headline{font-size:44px!important;line-height:1.08!important;letter-spacing:1.4px!important;max-width:none!important;margin:0 auto 24px!important;text-align:center!important}.wireframe-container.desktop-view .suppfacts-coa-wrap .s-coa .section-sub,.wireframe-container.desktop-view .s-coa .section-sub,.wireframe-container.desktop-view .s-suppfacts .section-sub{font-size:19px!important;line-height:1.7!important;max-width:820px!important;margin:0 auto 32px!important;text-align:center!important;color:var(--text-muted)!important}.wireframe-container.desktop-view .suppfacts-coa-wrap .s-coa .coa-eyebrow{font-size:17px!important;letter-spacing:6px!important;text-align:center!important;margin-bottom:32px!important}.s-reviews .section-headline{margin-bottom:48px!important}.desktop-view .s-reviews .section-headline,.wireframe-container.desktop-view .s-reviews .section-headline{margin-bottom:56px!important;font-size:44px!important;line-height:1.1!important;letter-spacing:1.4px!important;max-width:none!important}.rating-summary{background:transparent!important;border:none!important;padding:0!important;border-radius:0!important;max-width:720px;margin:0 auto 64px!important}.desktop-view .rating-summary{margin-bottom:72px!important;max-width:800px;gap:48px!important}.reviews-grid{margin-top:0!important}.desktop-view .reviews-grid{gap:24px!important}.s-reviews{padding:96px 0!important}.desktop-view .s-reviews{padding:104px 0!important}@media(max-width:768px){.s-reviews{padding:64px 0!important}.s-reviews .section-headline{margin-bottom:32px!important}.rating-summary{margin-bottom:40px!important;padding:24px 20px!important}}.s-timeline{padding:88px 0 96px!important}.desktop-view .s-timeline{padding:96px 0 104px!important}.s-timeline .timeline-eyebrow{display:flex!important;align-items:center!important;justify-content:center!important;gap:22px!important;font-size:16px!important;letter-spacing:5px!important;font-weight:800!important;color:var(--bronze)!important;text-transform:uppercase!important;margin:0 auto 28px!important;text-align:center!important}.s-timeline .timeline-eyebrow:before,.s-timeline .timeline-eyebrow:after{content:"";height:1px;width:56px;background:linear-gradient(to right,transparent,rgba(174,127,87,.85))}.s-timeline .timeline-eyebrow:after{background:linear-gradient(to left,transparent,rgba(174,127,87,.85))}.desktop-view .s-timeline .timeline-eyebrow{font-size:17px!important;letter-spacing:6px!important;margin-bottom:32px!important}.desktop-view .s-timeline .timeline-eyebrow:before,.desktop-view .s-timeline .timeline-eyebrow:after{width:64px}.s-timeline .section-headline{color:var(--text-dark)!important;font-size:38px!important;letter-spacing:1.5px!important;line-height:1.1!important;margin-bottom:22px!important;text-align:center}.desktop-view .s-timeline .section-headline,.wireframe-container.desktop-view .s-timeline .section-headline{font-size:44px!important;letter-spacing:1.4px!important;line-height:1.08!important;margin-bottom:24px!important;max-width:none!important}.s-timeline .timeline-intro{font-size:18px!important;line-height:1.65!important;max-width:720px!important;margin:0 auto 16px!important;color:var(--text-muted)!important;text-align:center}.desktop-view .s-timeline .timeline-intro,.wireframe-container.desktop-view .s-timeline .timeline-intro{font-size:19px!important;max-width:820px!important}.timeline-grid.v2:before{display:none!important}.timeline-grid.v2{display:grid!important;grid-template-columns:1fr!important;gap:28px!important;margin:64px auto 0!important;max-width:1200px!important;position:relative!important}@media(min-width:768px){.timeline-grid.v2{grid-template-columns:repeat(4,1fr)!important;gap:22px!important}}.wireframe-container.desktop-view .timeline-grid.v2{grid-template-columns:repeat(4,1fr)!important;gap:22px!important}.timeline-line{display:none}@media(min-width:768px){.timeline-line{display:block!important;position:absolute!important;top:-8px!important;left:12%!important;right:12%!important;height:2px!important;background:repeating-linear-gradient(to right,var(--bronze) 0 8px,transparent 8px 16px)!important;z-index:0!important}}.wireframe-container.desktop-view .timeline-line{display:block!important}.timeline-card.v2{position:relative;background:var(--white)!important;border:1px solid var(--border)!important;border-radius:16px!important;padding:36px 22px 24px!important;text-align:center!important;display:flex!important;flex-direction:column!important;align-items:center!important;z-index:1;box-shadow:0 4px 18px #5e394c14,0 12px 40px #5e394c0d;transition:transform .25s ease,box-shadow .25s ease;background-image:none!important}.timeline-card.v2:hover{transform:translateY(-4px);box-shadow:0 8px 28px #5e394c24,0 18px 50px #5e394c1a}.desktop-view .timeline-card.v2{padding:40px 24px 28px!important}.timeline-stage-dot{position:absolute;top:-10px;left:50%;transform:translate(-50%);width:18px;height:18px;background:var(--bronze);border:4px solid var(--cream);border-radius:50%;z-index:2;box-shadow:0 2px 8px #ae7f5766}.timeline-icon.v2{width:64px!important;height:64px!important;background:linear-gradient(140deg,#ae7f572e,#ae7f570f)!important;border:1px solid rgba(174,127,87,.45)!important;border-radius:16px!important;display:flex!important;align-items:center!important;justify-content:center!important;margin-bottom:22px!important;color:var(--bronze)!important;box-shadow:inset 0 1px #fff6,0 4px 12px #ae7f5726}.timeline-icon.v2 svg{width:34px!important;height:34px!important;color:var(--bronze)!important}.desktop-view .timeline-icon.v2{width:72px!important;height:72px!important}.desktop-view .timeline-icon.v2 svg{width:38px!important;height:38px!important}.timeline-step{font-size:10.5px;font-weight:800;color:var(--text-muted);letter-spacing:2.5px;text-transform:uppercase;margin-bottom:6px}.desktop-view .timeline-step{font-size:11px!important;letter-spacing:3px!important;margin-bottom:8px!important}.timeline-card.v2 .timeline-week{font-size:13px!important;font-weight:800!important;color:var(--bronze)!important;letter-spacing:3px!important;text-transform:uppercase!important;margin-bottom:10px!important}.desktop-view .timeline-card.v2 .timeline-week{font-size:14px!important;letter-spacing:3.5px!important}.timeline-card.v2 h3{font-family:Barlow Semi Condensed,sans-serif!important;font-size:22px!important;font-weight:800!important;color:var(--text-dark)!important;text-transform:uppercase!important;letter-spacing:.5px!important;line-height:1.1!important;margin:0 0 14px!important;word-break:keep-all;-webkit-hyphens:none;hyphens:none}.desktop-view .timeline-card.v2 h3{font-size:24px!important}.timeline-card.v2 p{font-size:14.5px!important;line-height:1.6!important;color:var(--text-muted)!important;margin:0 0 24px!important;flex:1}.desktop-view .timeline-card.v2 p{font-size:15px!important}.timeline-card.v2 .timeline-progress{display:flex!important;align-items:center!important;gap:12px!important;width:100%;margin-top:auto;padding-top:16px;border-top:1px dashed var(--border)}.timeline-card.v2 .timeline-progress-bar{flex:1;height:6px;background:#ae7f572e;border-radius:4px;overflow:hidden}.timeline-card.v2 .timeline-progress-bar>span{display:block;height:100%;background:linear-gradient(to right,var(--bronze),#d39a68);border-radius:4px}.timeline-progress-label{font-size:11px!important;font-weight:800!important;color:var(--bronze)!important;letter-spacing:1.5px!important;white-space:nowrap}@media(max-width:768px){.timeline-line,.timeline-stage-dot{display:none!important}.timeline-card.v2{padding:0 0 22px!important}.timeline-card.v2 .timeline-card-body{padding:22px 22px 0!important}.timeline-card.v2 h3{font-size:20px!important}.timeline-card.v2 p{font-size:14px!important}.s-timeline{padding:64px 0 72px!important}.s-timeline .timeline-intro{font-size:16px!important}}body .wireframe-container.desktop-view .section-headline,body .wireframe-container.desktop-view section .section-headline,body .wireframe-container.desktop-view article .section-headline{font-size:57px!important;line-height:1.05!important;letter-spacing:1.6px!important;margin:0 auto 36px!important;max-width:none!important;text-align:center!important}body .wireframe-container.desktop-view .section-label,body .wireframe-container.desktop-view .s-pain .section-label,body .wireframe-container.desktop-view .s-pain .alien-eyebrow,body .wireframe-container.desktop-view .value-anchor-eyebrow,body .wireframe-container.desktop-view .ingredients-eyebrow,body .wireframe-container.desktop-view .suppfacts-eyebrow,body .wireframe-container.desktop-view .s-coa .coa-eyebrow,body .wireframe-container.desktop-view .s-timeline .timeline-eyebrow,body .wireframe-container.desktop-view .video-testi-eyebrow,body .wireframe-container.desktop-view .claims-section-label{font-size:21px!important;letter-spacing:6.5px!important;font-weight:800!important;margin-bottom:36px!important}body .wireframe-container.desktop-view .s-pain .section-label:before,body .wireframe-container.desktop-view .s-pain .section-label:after,body .wireframe-container.desktop-view .s-pain .alien-eyebrow:before,body .wireframe-container.desktop-view .s-pain .alien-eyebrow:after,body .wireframe-container.desktop-view .value-anchor-eyebrow:before,body .wireframe-container.desktop-view .value-anchor-eyebrow:after,body .wireframe-container.desktop-view .ingredients-eyebrow:before,body .wireframe-container.desktop-view .ingredients-eyebrow:after,body .wireframe-container.desktop-view .suppfacts-eyebrow:before,body .wireframe-container.desktop-view .suppfacts-eyebrow:after,body .wireframe-container.desktop-view .s-coa .coa-eyebrow:before,body .wireframe-container.desktop-view .s-coa .coa-eyebrow:after,body .wireframe-container.desktop-view .s-timeline .timeline-eyebrow:before,body .wireframe-container.desktop-view .s-timeline .timeline-eyebrow:after,body .wireframe-container.desktop-view .claims-section-label:before,body .wireframe-container.desktop-view .claims-section-label:after{width:80px!important}body .wireframe-container.desktop-view .section-sub,body .wireframe-container.desktop-view section .section-sub,body .wireframe-container.desktop-view .s-suppfacts .section-sub,body .wireframe-container.desktop-view .s-coa .section-sub,body .wireframe-container.desktop-view .s-reviews .section-sub,body .wireframe-container.desktop-view .s-edge-intro,body .wireframe-container.desktop-view .s-compare .section-sub,body .wireframe-container.desktop-view .s-faq .section-sub,body .wireframe-container.desktop-view .s-video-testimonials .section-sub,body .wireframe-container.desktop-view .timeline-intro,body .wireframe-container.desktop-view .system-text{font-size:23px!important;line-height:1.6!important;max-width:880px!important;margin:0 auto 40px!important}@media(max-width:768px){body .section-headline,body .mobile-view .section-headline,body .mobile-view section .section-headline{font-size:38px!important;line-height:1.1!important;letter-spacing:1.5px!important;margin-bottom:26px!important}body .mobile-view .section-label,body .mobile-view .s-pain .section-label,body .mobile-view .s-pain .alien-eyebrow,body .mobile-view .value-anchor-eyebrow,body .mobile-view .ingredients-eyebrow,body .mobile-view .suppfacts-eyebrow,body .mobile-view .s-coa .coa-eyebrow,body .mobile-view .s-timeline .timeline-eyebrow,body .mobile-view .video-testi-eyebrow,body .mobile-view .claims-section-label{font-size:16px!important;letter-spacing:5px!important;margin-bottom:24px!important}body .mobile-view .section-sub,body .mobile-view section .section-sub,body .mobile-view .timeline-intro{font-size:19px!important;line-height:1.65!important}}.compare-section{max-width:1080px;margin:24px auto 0}.compare-table-wrap.v2{background:var(--white);border-radius:18px;overflow:hidden;box-shadow:0 16px 50px #5e394c1f,0 4px 18px #5e394c0f;border:1px solid var(--border)}.compare-table.v2{width:100%;border-collapse:collapse;background:var(--white)}.compare-table.v2 thead th{background:var(--plum);color:var(--white);font-weight:800;letter-spacing:1.6px;text-transform:uppercase;font-size:13px;padding:18px 16px;text-align:center;font-family:Barlow Semi Condensed,sans-serif}.compare-table.v2 thead th:first-child{text-align:left;padding-left:24px}.compare-table.v2 thead th.col-primalit{background:linear-gradient(180deg,var(--bronze) 0%,var(--bronze-hover) 100%);color:var(--white);border-left:2px solid rgba(255,255,255,.18);border-right:2px solid rgba(255,255,255,.18);font-size:14px}.compare-table.v2 tbody td{padding:16px 18px;text-align:center;border-bottom:1px solid rgba(94,57,76,.06);color:var(--text-muted);font-size:14.5px;font-family:Barlow Semi Condensed,sans-serif}.compare-table.v2 tbody td:first-child{text-align:left;font-weight:700;color:var(--text-dark);padding-left:24px}.compare-table.v2 tbody tr:nth-child(2n) td{background:#5e394c05}.compare-table.v2 tbody td.col-primalit{background:#ae7f5714;color:var(--text-dark);font-weight:700}.compare-table.v2 tbody tr:nth-child(2n) td.col-primalit{background:#ae7f571f}.compare-table.v2 tbody tr:last-child td{border-bottom:none}.compare-table.v2 .check-yes{display:inline-flex;align-items:center;gap:6px;color:var(--text-dark);font-weight:700}.compare-table.v2 .check-yes:before{content:"";width:18px;height:18px;background:var(--bronze);mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center/contain no-repeat;-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center/contain no-repeat;border-radius:50%;flex-shrink:0}.compare-table.v2 .check-yes:empty:before{margin:0 auto}.compare-table.v2 .check-no{display:inline-flex;align-items:center;gap:6px;color:var(--text-muted);font-weight:500}.compare-table.v2 .check-no:before{content:"\2014";color:#b0402e99;font-weight:800}.compare-table.v2 .check-no:empty:before{content:"\2715";color:#b0402e8c;font-size:16px}.compare-cta{text-align:center;margin-top:36px;display:flex;flex-direction:column;align-items:center;gap:12px}.s-value-anchor{position:relative;background:#1a0e15!important;color:var(--white);padding:96px 24px!important;border-top:1px solid rgba(174,127,87,.18);border-bottom:1px solid rgba(174,127,87,.18);overflow:hidden}.s-value-anchor:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;background-image:var(--compare-bg-url, none);background-size:cover;background-position:center right;background-repeat:no-repeat;opacity:.85}.s-value-anchor:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1;background:radial-gradient(ellipse at center,#0f080c8c,#0f080cc7 60%,#0f080ce6),linear-gradient(180deg,rgba(15,8,12,.55) 0%,transparent 28%,transparent 72%,rgba(15,8,12,.55) 100%)}.s-value-anchor>*{position:relative;z-index:2}@media(max-width:768px){.s-value-anchor:before{background-position:center top;opacity:.55}.s-value-anchor:after{background:linear-gradient(180deg,#0f080cd9,#0f080ceb)}}.s-value-anchor .section-headline{color:var(--white)!important}.s-value-anchor .value-anchor-eyebrow{color:var(--bronze)!important}.s-value-anchor .value-anchor-eyebrow:before,.s-value-anchor .value-anchor-eyebrow:after{background:linear-gradient(to right,transparent,rgba(174,127,87,.85))!important}.s-value-anchor .value-anchor-eyebrow:after{background:linear-gradient(to left,transparent,rgba(174,127,87,.85))!important}.s-value-anchor .value-intro-lead{color:var(--white)!important}.s-value-anchor .value-intro-lead strong{color:var(--bronze)!important}.s-value-anchor .value-intro-stat{background:linear-gradient(180deg,#ae7f572e,#5e394c40)!important;border:1px solid rgba(174,127,87,.55)!important;border-left:4px solid var(--bronze)!important;box-shadow:0 12px 36px #00000073,inset 0 1px #ffffff14!important}.s-value-anchor .value-intro-stat-num,.s-value-anchor .value-intro-stat-label{color:var(--bronze)!important}.s-value-anchor .value-intro-stat-text{color:var(--white)!important}.s-value-anchor .value-intro-stat-text strong,.s-value-anchor .value-anchor-cta-line{color:var(--bronze)!important}.s-value-anchor .value-anchor-cta-line .arrow{border-color:var(--bronze)!important;color:var(--bronze)!important}.compare-section.v4{max-width:920px;margin:28px auto 0;display:flex;flex-direction:column;align-items:center;gap:28px}.compare-section.v4 .compare-table-wrap.v2{width:100%}.compare-section.v4 .compare-cta{align-self:center;align-items:center}.wireframe-container.desktop-view .compare-section.v4{max-width:920px!important}.s-value-anchor .compare-table-wrap.v2{background:var(--white)!important;box-shadow:0 20px 60px #00000073,0 6px 18px #0000004d!important}.compare-trust-line{font-size:13.5px;font-weight:700;letter-spacing:1.2px;color:#ffffffd9;display:inline-flex;align-items:center;gap:8px}.trust-shield{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:var(--bronze);color:var(--white);font-size:11px;font-weight:800}@media(max-width:768px){.s-value-anchor{padding:64px 16px!important}.compare-section.v3{gap:22px;margin-top:20px}.compare-image{border-radius:12px}.compare-trust-line{font-size:11.5px;letter-spacing:1px;text-align:center;line-height:1.5}}.compare-bottles-row{display:grid;grid-template-columns:1fr auto 1fr;align-items:end;gap:24px;max-width:720px;margin:0 auto 36px}.compare-bottle-cell{display:flex;flex-direction:column;align-items:center;gap:14px}.compare-bottle-img{height:200px;width:auto;max-width:100%;object-fit:contain;filter:drop-shadow(0 14px 28px rgba(94,57,76,.25));transition:transform .4s ease}.compare-bottle-img.generic{filter:drop-shadow(0 8px 18px rgba(0,0,0,.18)) saturate(.7) opacity(.85)}.compare-bottle-cell.primalit:hover .compare-bottle-img{transform:scale(1.04)}.compare-bottle-tag{font-size:11px;font-weight:800;letter-spacing:2.5px;text-transform:uppercase;padding:6px 14px;border-radius:999px;text-align:center;white-space:nowrap}.compare-bottle-tag.primalit{background:var(--bronze);color:var(--white);box-shadow:0 4px 12px #ae7f574d}.compare-bottle-tag.generic{background:#5e394c1a;color:var(--text-muted);border:1px solid rgba(94,57,76,.18)}.compare-bottles-vs{display:flex;align-items:center;justify-content:center;height:100%;padding-bottom:36px}.compare-bottles-vs span{width:56px;height:56px;border-radius:50%;background:var(--white);border:2px solid var(--bronze);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;letter-spacing:1px;color:var(--bronze);box-shadow:0 4px 14px #ae7f5740}.desktop-view .compare-bottles-row{max-width:760px;gap:32px;margin-bottom:40px}.desktop-view .compare-bottle-img{height:240px}.desktop-view .compare-bottle-tag{font-size:12px;padding:7px 16px}.desktop-view .compare-bottles-vs span{width:64px;height:64px;font-size:16px}@media(max-width:768px){.compare-bottles-row{gap:12px;max-width:none;padding:0 8px;margin-bottom:26px}.compare-bottle-img{height:130px}.compare-bottle-tag{font-size:9.5px;letter-spacing:1.5px;padding:5px 10px}.compare-bottles-vs span{width:38px;height:38px;font-size:11px}.compare-bottles-vs{padding-bottom:22px}}.desktop-view .compare-table.v2 thead th{padding:22px 18px;font-size:14px}.desktop-view .compare-table.v2 tbody td{padding:18px 22px;font-size:15px}.desktop-view .compare-section{margin-top:36px!important}@media(max-width:768px){.compare-section{margin:16px -8px 0;max-width:none}.compare-table-wrap.v2{border-radius:12px}.compare-table.v2 thead th{font-size:11px!important;padding:12px 8px!important;letter-spacing:1.2px!important}.compare-table.v2 thead th:first-child{padding-left:12px!important}.compare-table.v2 tbody td{font-size:12.5px!important;padding:12px 10px!important}.compare-table.v2 tbody td:first-child{padding-left:12px!important}.compare-table.v2 .check-yes:before{width:14px;height:14px}}.s-why-wins{position:relative;padding:112px 24px;border-top:1px solid rgba(174,127,87,.18);border-bottom:1px solid rgba(174,127,87,.18);overflow:hidden;color:var(--white);background:#1a0e15}.s-why-wins:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;background-image:var(--why-wins-bg-url, none);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.55}.s-why-wins:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1;background:radial-gradient(ellipse at center,#1a0e158c,#1a0e15d9 70%,#1a0e15eb),linear-gradient(180deg,#1a0e1599,#25141d80,#1a0e1599)}.s-why-wins>*{position:relative;z-index:2}.s-why-wins .section-inner{max-width:880px!important}.s-why-wins .section-headline{color:var(--white)!important;text-shadow:0 2px 12px rgba(0,0,0,.35)}.s-why-wins .why-wins-lead{color:var(--white)!important}.s-why-wins .why-wins-lead strong{color:var(--bronze)!important}.s-why-wins .why-wins-callout{color:var(--white)!important}.s-why-wins .why-wins-callout em{color:var(--bronze)!important}.s-why-wins .why-wins-paragraph{color:#ffffffd9!important}.s-why-wins .why-wins-paragraph em{color:var(--bronze)!important}.s-why-wins .why-wins-goals li{color:var(--white)!important}.s-why-wins .why-wins-goals li strong{color:var(--bronze)!important}.s-why-wins .why-wins-bullet{box-shadow:0 0 0 4px #ae7f574d!important}.s-why-wins .why-wins-stat{background:linear-gradient(180deg,#ae7f572e,#5e394c40)!important;border:1px solid rgba(174,127,87,.55)!important;border-left:4px solid var(--bronze)!important;box-shadow:0 12px 36px #00000073,inset 0 1px #ffffff14!important;padding:30px 34px!important}.s-why-wins .why-wins-stat-num{color:var(--bronze)!important;text-shadow:0 2px 12px rgba(0,0,0,.4)}.s-why-wins .why-wins-stat-text{color:var(--white)!important;line-height:1.55!important}.s-why-wins .why-wins-stat-text strong{color:var(--bronze)!important}.s-why-wins .why-wins-stat-source{display:inline-flex!important;align-items:center;gap:6px;margin-top:12px!important;padding:8px 14px!important;background:#ffffff1a!important;border:1px solid rgba(255,255,255,.25)!important;border-radius:999px;color:var(--white)!important;font-size:13px!important;font-weight:700!important;letter-spacing:.4px!important;text-transform:none!important;text-decoration:none!important;transition:all .2s ease;width:fit-content}.s-why-wins .why-wins-stat-source:hover{background:var(--bronze)!important;border-color:var(--bronze)!important;text-decoration:none!important}.s-why-wins .why-wins-closing{background:linear-gradient(180deg,#ae7f5733,#ae7f571a)!important;border:1px solid rgba(174,127,87,.5)!important;color:var(--white)!important;box-shadow:0 8px 28px #00000059!important}.s-why-wins .why-wins-closing strong{color:var(--bronze)!important}.why-wins-bottle{position:relative;max-width:220px;margin:40px auto 0;display:flex;align-items:center;justify-content:center}.why-wins-bottle img{position:relative;z-index:2;width:100%;height:auto;display:block;filter:drop-shadow(0 18px 36px rgba(0,0,0,.65))}.why-wins-bottle-glow{position:absolute;z-index:1;left:50%;top:50%;transform:translate(-50%,-50%);width:130%;aspect-ratio:1/1;background:radial-gradient(circle,rgba(174,127,87,.3) 0%,rgba(174,127,87,.1) 45%,transparent 70%);filter:blur(12px);pointer-events:none}.desktop-view .why-wins-bottle{max-width:280px!important;margin-top:56px!important}@media(max-width:768px){.why-wins-bottle{max-width:180px;margin-top:32px}}.why-wins-eyebrow{color:var(--bronze)!important}.why-wins-content{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:24px;text-align:center}.why-wins-lead{font-size:22px;line-height:1.55;color:var(--text-dark);font-weight:500;margin:0}.why-wins-lead strong{color:var(--bronze);font-weight:800}.why-wins-stat{background:linear-gradient(180deg,#5e394c0f,#5e394c08);border:1px solid rgba(94,57,76,.2);border-left:4px solid var(--plum);border-radius:14px;padding:28px 32px;display:grid;grid-template-columns:auto 1fr;gap:6px 28px;align-items:center;text-align:left;box-shadow:0 8px 28px #5e394c14}.why-wins-stat-num{grid-row:1 / 3;grid-column:1;font-size:64px;font-weight:900;font-style:italic;color:var(--plum);line-height:1;letter-spacing:-2px;font-family:Barlow Semi Condensed,sans-serif;white-space:nowrap}.why-wins-stat-text{grid-row:1;grid-column:2;font-size:18px;line-height:1.5;color:var(--text-dark)}.why-wins-stat-text strong{color:var(--plum);font-weight:800}.why-wins-stat-source{grid-row:2;grid-column:2;font-size:11.5px;color:var(--bronze);text-decoration:none;letter-spacing:1.5px;font-weight:700;text-transform:uppercase;margin-top:6px}.why-wins-stat-source:hover{color:var(--bronze-hover);text-decoration:underline}.why-wins-callout{font-size:26px;font-weight:700;color:var(--text-dark);letter-spacing:.5px;margin:16px 0 8px;line-height:1.25}.why-wins-callout em{color:var(--bronze);font-style:italic}.why-wins-goals{list-style:none;padding:0;margin:0 auto;max-width:640px;display:grid;grid-template-columns:1fr 1fr;gap:14px 24px}.why-wins-goals li{display:flex;align-items:center;gap:12px;font-size:17px;line-height:1.4;color:var(--text-dark);text-align:left}.why-wins-goals li strong{color:var(--bronze);font-weight:800}.why-wins-bullet{flex-shrink:0;width:10px;height:10px;background:var(--bronze);border-radius:50%;box-shadow:0 0 0 4px #ae7f572e}.why-wins-paragraph{font-size:17px;line-height:1.65;color:var(--text-muted);margin:0}.why-wins-paragraph em{color:var(--bronze);font-style:italic;font-weight:600}.why-wins-closing{font-size:19px;line-height:1.55;color:var(--text-dark);margin:16px 0 0;padding:22px 28px;background:#ae7f5712;border:1px solid rgba(174,127,87,.3);border-radius:12px}.why-wins-closing strong{color:var(--bronze);font-weight:800}.desktop-view .why-wins-lead{font-size:24px!important}.desktop-view .why-wins-stat-num{font-size:76px!important}.desktop-view .why-wins-stat-text{font-size:20px!important}.desktop-view .why-wins-callout{font-size:30px!important}.desktop-view .why-wins-goals li{font-size:18.5px!important}.desktop-view .why-wins-paragraph{font-size:18px!important}.desktop-view .why-wins-closing{font-size:21px!important;padding:26px 36px!important}@media(max-width:768px){.s-why-wins{padding:64px 18px!important}.why-wins-content{gap:18px!important}.why-wins-lead{font-size:17px!important}.why-wins-stat{padding:20px 22px!important;gap:4px 18px!important}.why-wins-stat-num{font-size:48px!important}.why-wins-stat-text{font-size:14.5px!important}.why-wins-stat-source{font-size:10.5px!important}.why-wins-callout{font-size:20px!important}.why-wins-goals{grid-template-columns:1fr!important;gap:10px!important;max-width:320px!important}.why-wins-goals li{font-size:15px!important}.why-wins-paragraph{font-size:15.5px!important}.why-wins-closing{font-size:16px!important;padding:18px 20px!important}}.s-reviews-banner{background:#1a0e15;padding:56px 0;position:relative;border-top:1px solid rgba(174,127,87,.18);border-bottom:1px solid rgba(174,127,87,.18);overflow:hidden}.reviews-banner-viewport{overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.reviews-banner-viewport::-webkit-scrollbar{display:none}.reviews-banner-track{display:flex;gap:20px;width:max-content;padding:0 max(24px,calc(50vw - 580px))}.review-banner-tile{scroll-snap-align:center}.reviews-banner-nav{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;border-radius:50%;background:#0000008c;border:1.5px solid rgba(174,127,87,.55);color:var(--white);cursor:pointer;z-index:5;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 6px 20px #00000080;transition:background .2s ease,transform .2s ease,border-color .2s ease}.reviews-banner-nav:hover{background:var(--bronze);border-color:var(--bronze);transform:translateY(-50%) scale(1.06)}.reviews-banner-nav svg{width:22px;height:22px}.reviews-banner-nav.prev{left:18px}.reviews-banner-nav.next{right:18px}@media(max-width:768px){.reviews-banner-nav{width:42px;height:42px}.reviews-banner-nav svg{width:18px;height:18px}.reviews-banner-nav.prev{left:8px}.reviews-banner-nav.next{right:8px}}.review-banner-tile{position:relative;flex:0 0 auto;width:460px;height:320px;border-radius:16px;overflow:hidden;box-shadow:0 12px 36px #00000073;background:#1a0e15}.review-banner-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.review-banner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#000000d9,#0006,#000000a6)}.review-banner-content{position:absolute;top:0;right:0;bottom:0;left:0;padding:32px 30px;display:flex;flex-direction:column;justify-content:flex-end;z-index:2;color:var(--white)}.review-banner-stars{color:var(--bronze);font-size:18px;letter-spacing:2px;margin-bottom:14px;text-shadow:0 1px 4px rgba(0,0,0,.5)}.review-banner-quote{font-size:18px;line-height:1.45;font-weight:500;color:var(--white);margin:0 0 14px;text-shadow:0 2px 8px rgba(0,0,0,.5)}.review-banner-quote em{color:var(--bronze);font-style:italic}.review-banner-author{font-size:13px;letter-spacing:1.5px;color:#ffffffd9;font-weight:700;text-transform:uppercase;text-shadow:0 1px 4px rgba(0,0,0,.5)}.desktop-view .review-banner-tile{width:520px;height:360px}.desktop-view .review-banner-content{padding:36px 34px}.desktop-view .review-banner-quote{font-size:19px!important}@media(max-width:768px){.s-reviews-banner{padding:36px 0}.review-banner-tile{width:320px;height:260px}.reviews-banner-track{gap:14px;padding:0 8px;animation-duration:50s}.review-banner-content{padding:22px 20px}.review-banner-stars{font-size:14px;margin-bottom:10px}.review-banner-quote{font-size:14.5px;line-height:1.45;margin-bottom:10px}.review-banner-author{font-size:11px;letter-spacing:1.2px}}.s-compare{display:none!important}.s-promise{position:relative;background:radial-gradient(ellipse at 22% 18%,rgba(174,127,87,.2) 0%,transparent 45%),radial-gradient(ellipse at 78% 82%,rgba(94,57,76,.22) 0%,transparent 50%),linear-gradient(180deg,#1a0e15,#25141d,#1a0e15);padding:96px 24px;border-top:1px solid rgba(174,127,87,.18);border-bottom:1px solid rgba(174,127,87,.18);overflow:hidden;color:var(--white)}.s-promise:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;background-image:var(--promise-bg-url, none);background-size:cover;background-position:center right;background-repeat:no-repeat;opacity:.85}.s-promise:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1;background:linear-gradient(180deg,#0f080c2e,#0f080c47)}.s-promise>*{position:relative;z-index:2}.promise-watermark{position:absolute;top:28px;left:28px;height:32px;width:auto;opacity:.55;filter:brightness(0) invert(1) drop-shadow(0 2px 6px rgba(0,0,0,.5));z-index:3;pointer-events:none}.desktop-view .promise-watermark{top:36px;left:36px;height:40px}@media(max-width:768px){.promise-watermark{top:18px;left:18px;height:24px;opacity:.45}}@media(max-width:768px){.s-promise:before{background-position:center top;opacity:.95}.s-promise:after{background:linear-gradient(180deg,#0f080c1a,#0f080c2e)}.s-promise .promise-content{background:#0f080c8c!important}}.s-promise .section-headline{color:var(--white)!important;text-shadow:0 0 28px rgba(0,0,0,.85),0 2px 10px rgba(0,0,0,.75),0 1px 2px rgba(0,0,0,.85)!important}.s-promise .section-headline em{color:#ffe8c5!important;font-style:italic!important;text-shadow:0 0 32px rgba(0,0,0,.9),0 2px 10px rgba(0,0,0,.8),0 1px 2px rgba(0,0,0,.9)!important}.s-promise .promise-eyebrow{color:#ffe8c5!important;text-shadow:0 0 18px rgba(0,0,0,.8),0 1px 4px rgba(0,0,0,.75)!important}.s-promise .promise-eyebrow:before,.s-promise .promise-eyebrow:after{background:linear-gradient(to right,transparent,rgba(255,232,197,.85))!important}.s-promise .promise-eyebrow:after{background:linear-gradient(to left,transparent,rgba(255,232,197,.85))!important}.s-promise .promise-lead{color:var(--white)!important}.s-promise .promise-lead strong{color:#ffe8c5!important}.s-promise .promise-steps{background:#0f080cc7!important;border:1px solid rgba(174,127,87,.4)!important;box-shadow:0 12px 32px #00000073!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:14px}.s-promise .promise-step-num{color:#ffe8c5!important}.s-promise .promise-step-title{color:var(--white)!important}.s-promise .promise-step-text{color:#ffffffd9!important}.s-promise .promise-step-connector{background:#ae7f5766!important}.s-promise .promise-tagline{color:var(--white)!important}.s-promise .promise-italic{color:#ffe8c5!important}.s-promise .promise-cta-row .promise-social{color:#ffffffd9!important}.s-promise .promise-content{background:#0f080c9e;border:1px solid rgba(174,127,87,.28);border-radius:16px;padding:28px 26px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 10px 30px #00000059}.wireframe-container.desktop-view .s-promise .promise-content{padding:36px 34px!important}@media(max-width:768px){.s-promise .promise-content{padding:22px 18px;border-radius:12px}}.s-promise .promise-365{background:#0f080cb3!important;border:1px solid rgba(174,127,87,.35)!important;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.s-promise .promise-365-text{color:var(--white)!important}.s-promise .promise-365-text strong{color:#ffe8c5!important}.promise-inner{max-width:1100px!important;margin:0 auto;position:relative;z-index:1}.promise-grid{display:grid;grid-template-columns:1fr;gap:40px;align-items:center;margin:48px auto 36px;max-width:1000px}@media(min-width:900px){.promise-grid{grid-template-columns:1fr 280px;gap:64px}.promise-grid .promise-medallion{order:2}.promise-grid .promise-content{order:1}}.wireframe-container.desktop-view .promise-grid{grid-template-columns:1fr 320px!important;gap:72px!important}.wireframe-container.desktop-view .promise-grid .promise-medallion{order:2!important}.wireframe-container.desktop-view .promise-grid .promise-content{order:1!important}.promise-medallion{width:240px;margin:0 auto;filter:drop-shadow(0 16px 36px rgba(94,57,76,.3)) drop-shadow(0 4px 12px rgba(174,127,87,.2));transition:transform .5s ease}.promise-medallion:hover{transform:rotate(2deg) scale(1.02)}.promise-medallion svg{width:100%;height:auto;display:block}.wireframe-container.desktop-view .promise-medallion{width:320px!important}.promise-content{text-align:left}@media(max-width:899px){.promise-content{text-align:center}}.wireframe-container.desktop-view .promise-content{text-align:left!important}.promise-lead{font-size:19px;line-height:1.6;color:var(--text-dark);font-weight:500;margin:0 0 28px}.promise-lead strong{color:var(--bronze);font-weight:800}.wireframe-container.desktop-view .promise-lead{font-size:22px!important;line-height:1.55!important;margin-bottom:32px!important}.promise-steps{display:flex;align-items:stretch;gap:0;margin:32px 0;flex-wrap:nowrap;background:#ffffff8c;border:1px solid rgba(174,127,87,.22);border-radius:14px;padding:22px 16px;box-shadow:0 4px 18px #5e394c0f}.promise-step{flex:1;text-align:center;display:flex;flex-direction:column;align-items:center;gap:6px;padding:0 10px;min-width:0}.promise-step-num{font-size:28px;font-weight:900;font-style:italic;color:var(--bronze);letter-spacing:-.5px;line-height:1;margin-bottom:4px}.promise-step-title{font-size:15px;font-weight:800;color:var(--text-dark);text-transform:uppercase;letter-spacing:1.5px}.promise-step-text{font-size:13px;color:var(--text-muted);line-height:1.4}.promise-step-connector{width:1px;background:#ae7f574d;align-self:stretch;margin:8px 0}.wireframe-container.desktop-view .promise-step-num{font-size:32px!important}.wireframe-container.desktop-view .promise-step-title{font-size:16px!important;letter-spacing:1.8px!important}.wireframe-container.desktop-view .promise-step-text{font-size:14px!important}.wireframe-container.desktop-view .promise-steps{padding:26px 22px!important}.promise-tagline{font-size:18px;font-weight:800;color:var(--text-dark);letter-spacing:.5px;margin:28px 0 8px}.promise-italic{font-size:15px;color:var(--bronze);font-style:italic;font-weight:600;margin:0}.wireframe-container.desktop-view .promise-tagline{font-size:20px!important;margin-top:30px!important}.wireframe-container.desktop-view .promise-italic{font-size:16px!important}.promise-365{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;max-width:620px;margin:36px auto 0;padding:18px 24px;background:#5e394c0d;border:1px solid rgba(94,57,76,.14);border-radius:12px;text-align:center}.promise-365-shield{display:inline-flex;width:26px;height:26px;flex-shrink:0}.promise-365-shield svg{width:100%;height:100%;display:block}.promise-365-text{font-size:14px;color:var(--text-dark);letter-spacing:.4px;line-height:1.5}.promise-365-text strong{color:var(--plum);font-weight:800}.wireframe-container.desktop-view .promise-365{padding:22px 32px!important;gap:18px!important;max-width:700px!important}.wireframe-container.desktop-view .promise-365-shield{width:30px;height:30px}.wireframe-container.desktop-view .promise-365-text{font-size:15px!important}.promise-cta-row{text-align:center;margin-top:40px}.promise-cta{display:inline-block!important}.promise-social{display:block;margin-top:14px!important;color:var(--text-muted)!important}.promise-social .cta-stars{color:var(--bronze)!important}@media(max-width:768px){.s-promise{padding:60px 16px!important}.promise-medallion{width:200px!important}.promise-lead{font-size:16px!important;margin-bottom:22px!important}.promise-steps{padding:18px 8px!important;flex-direction:row!important}.promise-step{padding:0 4px!important}.promise-step-num{font-size:24px!important}.promise-step-title{font-size:12px!important;letter-spacing:1px!important}.promise-step-text{font-size:11.5px!important;line-height:1.35!important}.promise-step-connector{display:none!important}.promise-tagline{font-size:16px!important;margin-top:22px!important}.promise-italic{font-size:14px!important}.promise-365{padding:14px 18px!important;gap:10px!important}.promise-365-text{font-size:12.5px!important}.promise-cta-row{margin-top:30px!important}}body,body .section-headline,body section .section-headline,body article .section-headline,body .section-label,body .section-sub,body h1,body h2,body h3,body h4,body h5,body h6,body p,body div,body span,body a,body button,body li,body .pillar-title,body .pillar-num,body .pillar-anatomy,body .pillar-hook,body .pillar-desc,body .timeline-card h3,body .timeline-card.v2 h3,body .timeline-week,body .timeline-number,body .timeline-progress-label,body .alien-headline,body .alien-bullets li,body .alien-punch,body .alien-body,body .introducing-name,body .introducing-eyebrow,body .introducing-tagline,body .introducing-tagline-2,body .value-anchor-eyebrow,body .value-intro-stat-num,body .value-anchor-cta-line,body .value-col-total strong,body .value-total-strike,body .value-total-price,body .value-price-amount,body .value-price-tag,body .value-col-tag,body .ingredient-name,body .ingredient-dose,body .ingredient-role,body .claim-stat,body .claim-label,body .trust-stat-num,body .trust-stat-label,body .coa-slide-ingredient,body .coa-slide-dose,body .coa-slide-meta,body .review-quote,body .review-name,body .rating-num,body .faq-q-text,body .faq-a-inner,body .timeline-card-body,body .timeline-card-body *,body .excluded-title,body .footer-col-title,body .footer-link,body .footer-brand-text{font-family:Barlow Semi Condensed,-apple-system,BlinkMacSystemFont,Helvetica Neue,sans-serif!important}body .viewport-label{font-family:monospace!important}@media(max-width:768px){body .section-headline,body .mobile-view .section-headline,body .mobile-view section .section-headline{font-size:30px!important;line-height:1.12!important;letter-spacing:1.2px!important;margin-bottom:22px!important;padding:0 12px!important}body .mobile-view .section-label,body .mobile-view .s-pain .section-label,body .mobile-view .s-pain .alien-eyebrow,body .mobile-view .value-anchor-eyebrow,body .mobile-view .ingredients-eyebrow,body .mobile-view .suppfacts-eyebrow,body .mobile-view .s-coa .coa-eyebrow,body .mobile-view .s-timeline .timeline-eyebrow,body .mobile-view .video-testi-eyebrow,body .mobile-view .claims-section-label{font-size:13px!important;letter-spacing:4px!important;margin-bottom:20px!important;gap:12px!important}body .mobile-view .section-label:before,body .mobile-view .section-label:after,body .mobile-view .s-pain .alien-eyebrow:before,body .mobile-view .s-pain .alien-eyebrow:after,body .mobile-view .value-anchor-eyebrow:before,body .mobile-view .value-anchor-eyebrow:after,body .mobile-view .ingredients-eyebrow:before,body .mobile-view .ingredients-eyebrow:after,body .mobile-view .suppfacts-eyebrow:before,body .mobile-view .suppfacts-eyebrow:after,body .mobile-view .s-coa .coa-eyebrow:before,body .mobile-view .s-coa .coa-eyebrow:after,body .mobile-view .s-timeline .timeline-eyebrow:before,body .mobile-view .s-timeline .timeline-eyebrow:after,body .mobile-view .claims-section-label:before,body .mobile-view .claims-section-label:after{width:32px!important}body .mobile-view .section-sub,body .mobile-view section .section-sub,body .mobile-view .timeline-intro,body .mobile-view .system-text{font-size:16.5px!important;line-height:1.6!important;padding:0 16px!important}}.s-ingredients .section-headline em{white-space:nowrap}@media(max-width:768px){body .mobile-view .s-ingredients .section-headline{font-size:26px!important;letter-spacing:.8px!important}}@media(max-width:768px){body .mobile-view .s-value-anchor .section-headline{font-size:26px!important;letter-spacing:.8px!important;line-height:1.18!important}body .mobile-view .value-intro-lead{font-size:16px!important}body .mobile-view .value-intro-stat{padding:16px 18px!important;gap:4px 14px!important}body .mobile-view .value-intro-stat-num{font-size:38px!important}body .mobile-view .value-intro-stat-text{font-size:13.5px!important;line-height:1.5!important}}@media(max-width:768px){.mobile-view .s-lifestyle-wrap{margin:32px 0 0!important;border-radius:14px!important;overflow:hidden}.mobile-view .s-lifestyle{height:auto!important;min-height:460px!important;display:block!important;position:relative!important}.mobile-view .s-lifestyle .lifestyle-photo{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:50% 18%!important}.mobile-view .s-lifestyle .lifestyle-bg{display:block!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:linear-gradient(to top,rgba(0,0,0,.92) 0%,rgba(0,0,0,.55) 35%,rgba(0,0,0,.15) 60%,transparent 80%)!important;z-index:1!important}.mobile-view .s-lifestyle .lifestyle-content{position:absolute!important;bottom:0!important;left:0!important;right:0!important;padding:24px 22px!important;z-index:2!important;background:none!important;text-align:left!important;color:var(--white)!important}.mobile-view .s-lifestyle .lifestyle-quote{font-size:16px!important;line-height:1.5!important;color:var(--white)!important;margin-bottom:14px!important;text-shadow:0 1px 6px rgba(0,0,0,.5)}.mobile-view .s-lifestyle .lifestyle-author-name{font-size:16px!important;color:var(--white)!important;margin-bottom:4px!important}.mobile-view .s-lifestyle .lifestyle-author-title{font-size:11.5px!important;color:var(--bronze)!important;margin-bottom:16px!important;letter-spacing:1.2px!important}.mobile-view .lifestyle-cta-wrap{margin-top:14px!important;align-items:center!important}.mobile-view .lifestyle-cta{font-size:14px!important;padding:14px 28px!important;align-self:stretch!important;text-align:center!important;width:100%}.mobile-view .lifestyle-social-proof{color:#ffffffd9!important;font-size:12px!important;margin-top:6px!important}}@media(max-width:768px){.mobile-view .s-value-anchor{padding:56px 0 64px!important}body .mobile-view .s-value-anchor .section-headline{font-size:30px!important;letter-spacing:1.2px!important;line-height:1.12!important;text-wrap:balance;margin-bottom:24px!important;padding:0 16px!important}.mobile-view .s-value-anchor .value-anchor-eyebrow{margin-bottom:18px!important}.mobile-view .s-value-anchor .value-anchor-cta-line{display:none!important}.mobile-view .s-value-anchor .value-anchor-intro{gap:16px!important;margin-bottom:32px!important;padding:0 16px!important}.mobile-view .s-value-anchor .value-intro-lead{font-size:16px!important;line-height:1.55!important}.mobile-view .s-value-anchor .value-intro-stat{padding:16px 18px!important;gap:4px 14px!important;grid-template-columns:auto 1fr!important;border-radius:10px}.mobile-view .s-value-anchor .value-intro-stat-num{font-size:36px!important;letter-spacing:-1px!important}.mobile-view .s-value-anchor .value-intro-stat-label{font-size:9.5px!important;letter-spacing:1.8px!important}.mobile-view .s-value-anchor .value-intro-stat-text{font-size:13px!important;line-height:1.5!important}.mobile-view .value-anchor.v3{padding:22px 16px!important;border-radius:14px!important;margin:0 12px!important}.mobile-view .value-anchor-compare.v3{gap:10px!important}.mobile-view .value-col.v3{padding:18px 16px!important;border-radius:12px!important}.mobile-view .value-col.v3 .value-col-tag{font-size:10px!important;letter-spacing:2.2px!important;margin-bottom:12px!important}.mobile-view .value-col.v3 .value-col-pile,.mobile-view .value-col.v3 .value-col-bottle{height:140px!important;margin-bottom:14px!important}.mobile-view .value-points{margin:0 0 14px!important;gap:4px!important}.mobile-view .value-points li{font-size:13px!important;padding:6px 0!important;line-height:1.4!important;gap:8px!important}.mobile-view .value-points .dot{width:18px!important;height:18px!important;font-size:10px!important;margin-top:0!important}.mobile-view .value-price-block{padding-top:12px!important}.mobile-view .value-price-block.vs .value-price-amount{font-size:26px!important}.mobile-view .value-price-block.us .value-price-amount{font-size:32px!important}.mobile-view .value-price-amount span{font-size:13px!important}.mobile-view .value-price-tag{font-size:9px!important;letter-spacing:1.8px!important;margin-top:4px!important}.mobile-view .value-vs-divider.v3{width:100%!important;height:28px!important;padding:4px 0!important}.mobile-view .value-vs-divider.v3:before{top:50%!important;bottom:auto!important;left:0!important;right:0!important;width:100%!important;height:1px!important;transform:none!important;background:linear-gradient(to right,transparent,rgba(174,127,87,.35),transparent)!important}.mobile-view .value-vs-divider.v3 span{width:40px!important;height:40px!important;font-size:12px!important;border-width:1.5px!important}.mobile-view .value-anchor-cta{margin-top:22px!important;padding-top:20px!important;gap:8px!important}.mobile-view .value-cta-btn{font-size:13.5px!important;padding:14px 24px!important;min-width:auto!important;width:100%;letter-spacing:1.5px!important}.mobile-view .value-anchor-cta .cta-social-proof{font-size:11.5px!important}.mobile-view .value-anchor.v3 .value-anchor-note{font-size:11px!important;margin-top:14px!important;line-height:1.5!important;padding:0 8px}}@media(max-width:768px){.mobile-view .timeline-grid.v2{grid-template-columns:1fr!important;gap:14px!important;margin-top:32px!important}.mobile-view .timeline-card.v2{display:grid!important;grid-template-columns:110px 1fr!important;align-items:stretch!important;padding:0!important;overflow:hidden!important;text-align:left!important}.mobile-view .timeline-card.v2 .timeline-card-image{aspect-ratio:auto!important;width:110px!important;height:100%!important;border-bottom:none!important;border-right:1px solid var(--border)!important}.mobile-view .timeline-card.v2 .timeline-card-image img{object-position:center 25%!important}.mobile-view .timeline-card.v2 .timeline-card-body{padding:16px 16px 14px!important;text-align:left!important;align-items:flex-start!important;gap:4px}.mobile-view .timeline-card.v2 .timeline-week{font-size:11px!important;letter-spacing:2.5px!important;margin-bottom:4px!important}.mobile-view .timeline-card.v2 h3{font-size:19px!important;margin-bottom:6px!important}.mobile-view .timeline-card.v2 p{font-size:13.5px!important;line-height:1.45!important;margin-bottom:12px!important}.mobile-view .timeline-card.v2 .timeline-progress{padding-top:10px!important;border-top:1px dashed var(--border)!important}.mobile-view .timeline-card.v2 .timeline-progress-bar{height:4px!important}.mobile-view .timeline-progress-label{font-size:10px!important}}.timeline-card.v2 .timeline-icon,.timeline-card.v2 .timeline-icon.v2{display:none!important}.timeline-card.v2{padding:0 0 24px!important;overflow:hidden!important}.desktop-view .timeline-card.v2{padding:0 0 28px!important}.timeline-card-image{width:100%;aspect-ratio:4/5;overflow:hidden;position:relative;background:#1f1612;border-bottom:1px solid var(--border)}.timeline-card-image img{width:100%;height:100%;object-fit:cover;object-position:center 30%;display:block;transition:transform .5s ease}.timeline-card.v2:hover .timeline-card-image img{transform:scale(1.04)}.timeline-card-image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 65%,rgba(0,0,0,.18) 100%);pointer-events:none}.timeline-card-body{padding:24px 22px 0;display:flex;flex-direction:column;flex:1;text-align:center;align-items:center}.desktop-view .timeline-card-body{padding:26px 24px 0!important}.timeline-stage-dot{z-index:5!important}.desktop-view .timeline-card-image{aspect-ratio:4/5!important}@media(min-width:1024px){.timeline-card-image{aspect-ratio:4/5!important}}@media(max-width:768px){.timeline-card-image{aspect-ratio:4/5!important}}.desktop-view .value-anchor.v3{padding:56px 48px 44px!important;max-width:1180px!important}.desktop-view .value-anchor-compare.v3{gap:0!important}.desktop-view .value-col.v3{padding:36px 32px 32px!important}.desktop-view .value-col.v3 .value-col-tag{font-size:12.5px!important;letter-spacing:3.5px!important;margin-bottom:22px}.desktop-view .value-col.v3 .value-col-pile,.desktop-view .value-col.v3 .value-col-bottle{height:240px!important;margin-bottom:26px}.desktop-view .value-points li{font-size:15.5px!important;padding:10px 0;line-height:1.5}.desktop-view .value-points .dot{width:22px;height:22px;font-size:12px}.desktop-view .value-price-block.vs .value-price-amount{font-size:46px!important}.desktop-view .value-price-block.us .value-price-amount{font-size:54px!important}.desktop-view .value-price-amount span{font-size:18px!important}.desktop-view .value-price-tag{font-size:11px!important;letter-spacing:3px!important;margin-top:8px}.desktop-view .value-vs-divider.v3{width:80px}.desktop-view .value-vs-divider.v3 span{width:60px!important;height:60px!important;font-size:16px!important}.desktop-view .value-anchor.v3 .value-anchor-note{font-size:13px!important;margin-top:36px!important}@media(max-width:768px){.value-anchor.v3{padding:28px 20px 24px!important;border-radius:16px!important}.value-anchor-compare.v3{grid-template-columns:1fr!important;gap:14px!important}.value-col.v3{padding:24px 22px 22px!important}.value-col.v3 .value-col-pile,.value-col.v3 .value-col-bottle{height:160px!important;margin-bottom:18px}.value-points li{font-size:14px!important}.value-price-block.vs .value-price-amount{font-size:32px!important}.value-price-block.us .value-price-amount{font-size:38px!important}.value-vs-divider.v3{width:100%!important;height:36px}.value-vs-divider.v3:before{top:50%!important;bottom:auto!important;left:0!important;right:0!important;width:100%!important;height:1px!important;transform:none!important;background:linear-gradient(to right,transparent,rgba(174,127,87,.4),transparent)!important}.value-vs-divider.v3 span{width:48px!important;height:48px!important;font-size:13px!important}}.lifestyle-cta-wrap{margin-top:22px;display:flex;flex-direction:column;align-items:flex-start;gap:10px}.lifestyle-cta{background:var(--bronze)!important;color:var(--white)!important;display:inline-flex!important;align-items:center;justify-content:center;text-align:center;font-size:15px!important;padding:15px 32px!important;letter-spacing:1.5px!important;border-radius:28px;box-shadow:0 8px 24px #00000073,0 0 0 1px #ae7f5766;align-self:flex-start;white-space:nowrap}.lifestyle-cta:hover{background:var(--bronze-hover)!important;transform:translateY(-1px)}.lifestyle-social-proof{color:#ffffffb3!important;font-size:12.5px!important;text-shadow:0 1px 2px rgba(0,0,0,.4);margin-top:0!important}.desktop-view .lifestyle-cta-wrap{margin-top:24px}.desktop-view .lifestyle-cta{font-size:15px!important;padding:16px 36px!important}.desktop-view .lifestyle-social-proof{font-size:13px!important}@media(max-width:768px){.lifestyle-cta-wrap{align-items:center;margin-top:18px}.lifestyle-cta{font-size:14px!important;padding:14px 26px!important;align-self:center}}.s-purchase .section-headline,.s-purchase-repeat .section-headline{font-weight:900!important;letter-spacing:.5px!important}.s-purchase .purchase-tagline,.s-purchase-repeat .purchase-tagline{font-size:22px!important;font-weight:700!important;font-style:normal!important;color:var(--plum)!important;letter-spacing:.3px!important;margin-top:10px!important;line-height:1.3!important}.s-purchase .purchase-tagline strong,.s-purchase-repeat .purchase-tagline strong{font-size:1.15em!important;color:var(--bronze)!important;font-weight:900!important}.desktop-view .s-purchase .purchase-tagline,.desktop-view .s-purchase-repeat .purchase-tagline{font-size:26px!important}@media(max-width:768px){.s-purchase .section-headline,.s-purchase-repeat .section-headline{font-size:38px!important;line-height:1.05!important;letter-spacing:0!important}.s-purchase .purchase-tagline,.s-purchase-repeat .purchase-tagline{font-size:19px!important;margin-top:12px!important}.s-purchase .purchase-tagline strong,.s-purchase-repeat .purchase-tagline strong{font-size:1.2em!important}.s-purchase .purchase-intro,.s-purchase-repeat .purchase-intro{margin-top:16px!important}}.compare-table{box-shadow:0 8px 24px #5e394c14!important}.compare-table thead th{background:#5e394cd9!important;color:var(--white)!important;border-bottom:1px solid rgba(174,127,87,.25)!important}.compare-table thead th.col-primalit{background:linear-gradient(180deg,#ae7f57f2,#ae7f57d9)!important;border-left:1px solid rgba(255,255,255,.12)!important;border-right:1px solid rgba(255,255,255,.12)!important}.compare-table tbody td:first-child{color:#3c1e2deb!important}.compare-table tbody tr:nth-child(2n) td{background:#5e394c06!important}.compare-table tbody .col-primalit{background:#ae7f570d!important}.compare-table tbody tr:nth-child(2n) .col-primalit{background:#ae7f5714!important}@media(max-width:768px){.s-promise:before{background-image:var(--promise-bg-url-mobile, var(--promise-bg-url, none))!important;background-position:center center!important;background-size:cover!important}.s-value-anchor:before{background-image:var(--compare-bg-url-mobile, var(--compare-bg-url, none))!important;background-position:center center!important;background-size:cover!important;opacity:.85!important}.s-value-anchor:after{background:linear-gradient(180deg,#140a1259,#140a128c)!important}}.promise-watermark{display:none!important}.s-final{background:var(--plum)!important}.s-final:after{background:linear-gradient(to bottom,transparent 0%,rgba(61,34,51,.15) 8%,rgba(61,34,51,0) 18%),radial-gradient(ellipse at 50% 45%,#5e394c8c,#3d2233d9 55%,#1e0e16f5),linear-gradient(to bottom,#140a0f66,#140a0f4d 35%,#140a0f99 80%,#2a1724)!important}@media(max-width:768px){.why-wins-stat{grid-template-columns:1fr!important;text-align:center!important;padding:24px 22px!important;gap:8px!important;border-left:none!important;border-top:4px solid var(--plum)!important}.why-wins-stat-num{grid-row:auto!important;grid-column:auto!important;font-size:64px!important;line-height:1!important;margin-bottom:4px!important;text-align:center!important}.why-wins-stat-text{grid-row:auto!important;grid-column:auto!important;font-size:16px!important;text-align:center!important}.why-wins-stat-source{grid-row:auto!important;grid-column:auto!important;text-align:center!important;margin-top:12px!important;display:inline-block;align-self:center}}@media(max-width:768px){.s-why-wins .why-wins-stat{border-top-color:var(--bronze)!important}.s-why-wins .why-wins-stat-num{color:var(--bronze)!important}}@media(max-width:768px){.t-decline-chart svg text{font-weight:700!important}.t-decline-chart svg text[font-size="12"]{font-size:14px!important}.t-decline-chart svg text[font-size="11"]{font-size:12.5px!important}.t-decline-chart svg text[font-size="10.5"]{font-size:12px!important}.t-decline-chart svg text[font-size="9.5"]{font-size:11.5px!important}.t-decline-chart svg text[font-size="11.5"]{font-size:13px!important}.t-decline-chart svg text[font-size="12"][text-anchor=middle]{font-size:14px!important}.t-decline-chart svg rect[fill="rgba(94,57,76,0.6)"]{height:50px!important;y:246!important;width:200px!important;x:298!important}.t-decline-title{font-size:19px!important}.t-decline-label{font-size:11px!important;letter-spacing:2.5px!important}.t-decline-sub{font-size:12px!important;line-height:1.4!important}.t-decline-footer{font-size:13.5px!important;line-height:1.55!important;padding:14px 4px 0!important}.mobile-view .t-decline-wrap,.t-decline-wrap{padding:22px 16px 18px!important}}.s-value-anchor:before{background-image:url(compare-section-bg-stone.png)!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;opacity:.55!important}.s-value-anchor:after{background:linear-gradient(180deg,#140a128c,#140a12b8)!important}.s-value-anchor .section-headline{color:var(--white)!important;text-shadow:0 2px 14px rgba(0,0,0,.55)!important}.s-value-anchor .section-headline em{color:#ffe8c5!important}.s-value-anchor .value-anchor-eyebrow{color:#ffe8c5!important;letter-spacing:3px!important}.s-value-anchor .value-intro-lead{color:#ffffffeb!important;background:#0f080c73;border:1px solid rgba(174,127,87,.25);border-radius:14px;padding:20px 24px;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.s-value-anchor .value-intro-lead strong{color:#ffe8c5!important}.s-value-anchor .value-intro-stat{background:#0f080c8c!important;border:1px solid rgba(174,127,87,.3)!important;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.s-value-anchor .value-intro-stat-num{color:#ffe8c5!important}.s-value-anchor .value-intro-stat-label{color:#ffffffc7!important}.s-value-anchor .value-intro-stat-text{color:#ffffffe0!important}.s-value-anchor .value-intro-stat-text strong{color:#ffe8c5!important}.s-value-anchor .value-anchor-cta-line{color:#ffffffd9!important}.s-value-anchor .value-anchor-cta-line .arrow{color:var(--bronze)!important}.s-value-anchor .compare-trust-line{color:#ffffffd9!important}.s-value-anchor .compare-trust-line .trust-shield{color:var(--bronze)!important}@media(max-width:768px){.s-value-anchor:before{background-image:url(value-anchor-bg-mobile-v2.png)!important;background-position:center center!important;background-size:cover!important;opacity:.95!important}.s-value-anchor:after{background:linear-gradient(180deg,#140a124d,#140a128c)!important}}.claims-carousel-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:44px;height:44px;border-radius:50%;background:#5e394cf2;border:1px solid rgba(174,127,87,.4);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 6px 20px #00000040}.claims-carousel-nav:hover{background:#ae7f57;transform:translateY(-50%) scale(1.05)}.claims-carousel-nav svg{width:20px;height:20px}.claims-carousel-nav.prev{left:6px}.claims-carousel-nav.next{right:6px}@media(max-width:768px){.claims-carousel-nav{width:36px;height:36px}.claims-carousel-nav svg{width:16px;height:16px}.claims-carousel-nav.prev{left:2px}.claims-carousel-nav.next{right:2px}}.claims-carousel-wrap{position:relative;margin:24px -16px 16px}.claims-carousel-viewport{overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding:8px 16px 16px;scrollbar-width:none}.claims-carousel-viewport::-webkit-scrollbar{display:none}.claims-carousel-track.claims-grid,.claims-grid.claims-carousel-track{display:flex!important;grid-template-columns:none!important;flex-wrap:nowrap!important;gap:18px!important;padding:0!important;width:max-content!important;margin:0!important}.claims-carousel-track .claim-card{flex:0 0 320px;scroll-snap-align:start;min-width:320px;max-width:320px}@media(max-width:768px){.claims-carousel-track .claim-card{flex:0 0 280px;min-width:280px;max-width:280px}}.desktop-view .claims-carousel-track .claim-card{flex:0 0 380px!important;min-width:380px!important;max-width:380px!important}.compare-bottles-visual{display:block;max-width:580px;margin:24px auto 16px;border-radius:14px;overflow:hidden;box-shadow:0 12px 32px #00000059;border:1px solid rgba(174,127,87,.25)}@media(max-width:768px){.compare-bottles-visual{max-width:100%;margin:18px 0 14px}}.science-note-bold{font-size:26px!important;font-weight:800!important;line-height:1.25!important;color:var(--text-dark)!important;text-align:center!important;margin:36px auto 8px!important;padding:0!important;background:transparent!important;border:none!important;max-width:700px;letter-spacing:.2px}.science-note-bold strong{color:var(--bronze)!important;font-weight:900!important;font-style:italic}.science-note-sub{font-size:15px!important;font-weight:500!important;color:var(--text-muted)!important;text-align:center!important;margin:0 auto 24px!important;background:transparent!important;border:none!important;max-width:600px;font-style:italic}.science-note-sub em{color:var(--bronze)!important;font-weight:700}.desktop-view .science-note-bold{font-size:32px!important}@media(max-width:768px){.science-note-bold{font-size:22px!important;margin-top:24px!important}.science-note-sub{font-size:14px!important}}.s-why-wins{background:linear-gradient(180deg,#1a0a14,#251220,#1a0a14)!important}.s-why-wins:before{background-image:url(compare-section-bg-stone.png)!important;background-size:cover!important;background-position:center center!important;opacity:.3!important}.s-why-wins:after{background:linear-gradient(180deg,#140a128c,#140a12b3)!important}.edge-final-cta{margin:64px auto 0;text-align:center;max-width:560px;padding-top:56px;border-top:1px solid rgba(174,127,87,.22)}.edge-final-bottle{width:140px;height:auto;display:block;margin:0 auto 20px;filter:drop-shadow(0 16px 36px rgba(0,0,0,.45))}.edge-final-headline{font-size:32px;font-weight:900;color:var(--white);text-transform:uppercase;letter-spacing:1.5px;margin:0 0 24px;line-height:1.1}.edge-final-btn{margin:0 auto 18px!important;background:var(--white)!important;color:var(--plum)!important;display:inline-block!important}.edge-final-trust{font-size:12px;color:#ffffff8c;letter-spacing:1.5px;text-transform:uppercase;margin-top:16px}.desktop-view .edge-final-cta{padding-top:72px!important;margin-top:80px!important}.desktop-view .edge-final-bottle{width:180px!important}.desktop-view .edge-final-headline{font-size:40px!important}@media(max-width:768px){.edge-final-cta{margin-top:48px;padding-top:44px}.edge-final-bottle{width:110px}.edge-final-headline{font-size:24px}.edge-final-trust{font-size:11px}}.t-decline-mobile{display:none}@media(max-width:768px){.t-decline-chart svg{display:none!important}.t-decline-mobile{display:flex!important;flex-direction:column;gap:10px;margin:18px 0 6px}.t-decline-bar-row{display:grid;grid-template-columns:38px 1fr 50px;align-items:center;gap:10px}.t-decline-age{font-size:13px;font-weight:800;color:#ffffffd9;text-align:right;letter-spacing:.5px}.t-decline-bar{height:18px;background:#ffffff0f;border-radius:4px;overflow:hidden;position:relative;border:1px solid rgba(255,255,255,.05)}.t-decline-bar-fill{height:100%;border-radius:3px;transition:width .6s ease;box-shadow:0 0 12px currentColor}.t-decline-pct{font-size:12.5px;font-weight:700;color:#ffffffd9;letter-spacing:.3px}.t-decline-bar-row.warning-row .t-decline-pct,.t-decline-bar-row.warning-row .t-decline-age{color:#ff9b8a}.t-decline-callout-row{margin:4px 0 4px 48px;padding:6px 12px;border-left:2px solid #C9A84C;background:#c9a84c14;border-radius:0 6px 6px 0}.t-decline-callout-row.warning{border-left-color:#b0402e;background:#b0402e1a}.t-decline-callout-text{font-size:11.5px;font-weight:700;color:#c9a84c;letter-spacing:.5px;text-transform:uppercase;line-height:1.35;display:block}.t-decline-callout-row.warning .t-decline-callout-text{color:#ff9b8a}.t-decline-bar-row.peak-row:before{content:"PICO";grid-column:1 / -1;font-size:10px;font-weight:800;letter-spacing:2px;color:#3daa6d;text-align:right;padding-right:56px;margin-bottom:-4px}}.compare-bottles-visual{display:flex!important;align-items:stretch;justify-content:center;gap:14px;max-width:580px;margin:28px auto 16px!important;padding:18px 14px;background:#0f080c8c;border:1px solid rgba(174,127,87,.3);border-radius:16px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 12px 32px #00000059;overflow:visible!important}.compare-bottles-visual img{width:100%;height:auto;display:block}.compare-bottle-col{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;min-width:0}.compare-bottle-img-wrap{width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;padding:8px;position:relative}.compare-bottle-col.primalis .compare-bottle-img-wrap:before{content:"";position:absolute;top:12%;right:18%;bottom:12%;left:18%;background:radial-gradient(ellipse at center,rgba(174,127,87,.32) 0%,transparent 65%);filter:blur(14px);z-index:0}.compare-bottle-img-wrap img{position:relative;z-index:1;max-height:160px;width:auto;margin:0 auto;filter:drop-shadow(0 10px 22px rgba(0,0,0,.45))}.compare-bottle-col.generic .compare-bottle-img-wrap img{filter:drop-shadow(0 8px 18px rgba(0,0,0,.35)) saturate(.85) brightness(.9)}.compare-bottle-label{font-size:13px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;margin-top:10px;padding:5px 12px;border-radius:999px;white-space:nowrap}.compare-bottle-col.primalis .compare-bottle-label{background:linear-gradient(180deg,#d39a68,#9a6f42);color:#fff;box-shadow:0 4px 12px #ae7f5766}.compare-bottle-col.generic .compare-bottle-label{background:#ffffff1f;color:#ffffffa6;border:1px solid rgba(255,255,255,.15)}.compare-vs-divider{display:flex;align-items:center;justify-content:center;flex-shrink:0}.compare-vs-divider span{font-size:14px;font-weight:900;color:var(--bronze);letter-spacing:2px;background:#0f080cd9;border:1.5px solid rgba(174,127,87,.55);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000059}.desktop-view .compare-bottles-visual{max-width:640px;padding:24px 28px;gap:24px}.desktop-view .compare-bottle-img-wrap img{max-height:200px}.desktop-view .compare-vs-divider span{width:48px;height:48px;font-size:16px}.desktop-view .compare-bottle-label{font-size:14px;padding:6px 14px}@media(max-width:768px){.compare-bottles-visual{padding:14px 8px;gap:8px;max-width:100%;margin:22px 0 14px!important}.compare-bottle-img-wrap img{max-height:130px}.compare-bottle-label{font-size:11.5px;letter-spacing:1.2px;padding:4px 10px}.compare-vs-divider span{width:32px;height:32px;font-size:12px}}.s-why-wins:before{background-image:url(compare-section-bg-stone.png)!important;background-size:cover!important;background-position:center center!important;opacity:.65!important}.s-why-wins:after{background:linear-gradient(180deg,#140a1266,#140a128c)!important}.s-why-wins .why-wins-eyebrow,.s-why-wins .section-label.why-wins-eyebrow{font-size:16px!important;letter-spacing:4px!important;font-weight:800!important;color:var(--bronze)!important}.desktop-view .s-why-wins .why-wins-eyebrow{font-size:19px!important;letter-spacing:5px!important}@media(max-width:768px){.s-why-wins .why-wins-eyebrow{font-size:14px!important;letter-spacing:3px!important}}.claim-card .claim-icon{opacity:.55}.claim-stat{font-size:56px!important;font-weight:900!important;line-height:1!important;letter-spacing:-1px!important}.claim-label{font-size:14px!important;font-weight:700!important;letter-spacing:1.2px!important;text-transform:uppercase!important;margin-top:6px!important}.desktop-view .claim-stat{font-size:68px!important}.desktop-view .claim-label{font-size:15px!important}@media(max-width:768px){.claim-stat{font-size:48px!important}.claim-label{font-size:13px!important}.claim-card .claim-icon{width:32px;height:32px;opacity:.45}}@media(max-width:768px){.t-decline-mobile{display:flex!important;flex-direction:column;gap:0;margin:22px 0 8px}.t-decline-step{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:14px 16px 12px;position:relative}.t-decline-step.peak{border-color:#3daa6d66;background:linear-gradient(135deg,#3daa6d1a,#3daa6d0a)}.t-decline-step.normal{border-color:#c9a84c4d;background:linear-gradient(135deg,#c9a84c14,#c9a84c08)}.t-decline-step.warning{border-color:#c9a84c80;background:linear-gradient(135deg,#c9a84c21,#b0402e12);box-shadow:0 0 24px #c9a84c1a}.t-decline-step.critical{border-color:#b0402e80;background:linear-gradient(135deg,#b0402e29,#b0402e0f);box-shadow:0 0 24px #b0402e26}.t-decline-step-tag{display:inline-block;font-size:10.5px;font-weight:800;letter-spacing:1.5px;color:#3daa6d;margin-bottom:8px;padding:3px 10px;background:#3daa6d26;border-radius:999px}.t-decline-step-tag.warning{color:#c9a84c;background:#c9a84c2e}.t-decline-step-tag.critical{color:#ff9b8a;background:#b0402e33}.t-decline-step-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:10px}.t-decline-step-age{font-size:17px;font-weight:700;color:#ffffffeb;letter-spacing:.3px}.t-decline-step-age span{opacity:.5;margin:0 1px}.t-decline-step-pct{font-size:32px;font-weight:900;line-height:1;letter-spacing:-1px;color:#fffffff2;font-family:Barlow Semi Condensed,sans-serif}.t-decline-step.peak .t-decline-step-pct{color:#3daa6d}.t-decline-step.normal .t-decline-step-pct{color:#e0c06a}.t-decline-step.warning .t-decline-step-pct{color:#ff9b8a}.t-decline-step.critical .t-decline-step-pct{color:#ff9b8a;text-shadow:0 0 16px rgba(176,64,46,.5)}.t-decline-step-bar{height:6px;background:#ffffff0f;border-radius:999px;overflow:hidden}.t-decline-step-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#3daa6d,#c9a84c,#b0402e)}.t-decline-step.peak .t-decline-step-fill{background:linear-gradient(90deg,#3daa6d,#5dd28d)}.t-decline-step.normal .t-decline-step-fill{background:linear-gradient(90deg,#c9a84c,#e0c06a)}.t-decline-step.warning .t-decline-step-fill{background:linear-gradient(90deg,#c9a84c,#b0402e)}.t-decline-step.critical .t-decline-step-fill{background:linear-gradient(90deg,#b0402e,#d66b5c)}.t-decline-arrow{text-align:center;padding:6px 0;position:relative}.t-decline-arrow span{font-size:11px;font-weight:800;letter-spacing:1px;color:#ffffff8c;background:#0f080cd9;padding:3px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.1)}.t-decline-arrow.critical span{color:#ff9b8a;border-color:#b0402e66}.t-decline-arrow:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:1px;background:linear-gradient(180deg,#ffffff1a,#fff3,#ffffff1a);transform:translate(-.5px);z-index:-1}.t-decline-bar-row,.t-decline-callout-row{display:none!important}}.claim-card-stat-block{text-align:center;margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid rgba(94,57,76,.1)}.claim-card-stat-block .claim-stat{font-size:64px!important;font-weight:900!important;line-height:1!important;letter-spacing:-2px!important;color:var(--bronze)!important;font-style:italic;margin-bottom:6px;display:block;font-family:Barlow Semi Condensed,sans-serif}.claim-card-stat-block .claim-stat.claim-stat-plum{color:var(--plum)!important}.claim-card-stat-block .claim-label{font-size:14px!important;font-weight:700!important;letter-spacing:1.5px!important;text-transform:uppercase!important;color:var(--text-dark)!important;margin-top:0!important}.desktop-view .claim-card-stat-block .claim-stat{font-size:80px!important}.desktop-view .claim-card-stat-block .claim-label{font-size:15px!important}@media(max-width:768px){.claim-card-stat-block .claim-stat{font-size:56px!important}.claim-card-stat-block .claim-label{font-size:13px!important;letter-spacing:1.2px!important}}.claim-card .claim-card-head{display:none!important}.claim-card .claim-card-body{font-size:14.5px!important;line-height:1.55!important;text-align:center!important;padding:0!important;margin-bottom:12px}.claim-card .claim-card-cite{font-size:11px!important;text-align:center!important;letter-spacing:1.2px!important;color:var(--text-muted)!important;text-transform:uppercase!important}.desktop-view .claim-card .claim-card-body{font-size:15.5px!important}.trust-stats-bar-2col{display:grid!important;grid-template-columns:1fr 1fr!important;gap:18px!important;max-width:580px!important;margin:24px auto 36px!important}.trust-stats-bar-2col .trust-stat-item{background:#ae7f570f;border:1px solid rgba(174,127,87,.2);border-radius:14px;padding:22px 16px}.trust-stats-bar-2col .trust-stat-num{font-size:64px!important}.desktop-view .trust-stats-bar-2col .trust-stat-num{font-size:84px!important}@media(max-width:768px){.trust-stats-bar-2col{gap:12px!important;max-width:100%!important}.trust-stats-bar-2col .trust-stat-num{font-size:52px!important}.trust-stats-bar-2col .trust-stat-item{padding:18px 12px}}.value-anchor-bg-bottle{position:absolute;z-index:1;pointer-events:none;bottom:-10%;right:-6%;width:380px;height:auto;opacity:.75;filter:drop-shadow(0 24px 40px rgba(0,0,0,.55))}.desktop-view .value-anchor-bg-bottle{width:460px;right:-2%;bottom:-8%}@media(max-width:768px){.value-anchor-bg-bottle{width:280px;right:-22%;bottom:8%;opacity:.55}}.s-value-anchor .section-inner{position:relative;z-index:2}.section-label.section-label-big,.coa-eyebrow.section-label-big{font-size:16px!important;letter-spacing:4.5px!important;font-weight:800!important;color:var(--bronze)!important;text-transform:uppercase!important}.desktop-view .section-label.section-label-big,.desktop-view .coa-eyebrow.section-label-big{font-size:22px!important;letter-spacing:6px!important}@media(max-width:768px){.section-label.section-label-big,.coa-eyebrow.section-label-big{font-size:15px!important;letter-spacing:3.5px!important}}@media(max-width:768px){.t-decline-step.danger{border-color:#b0402ebf!important;background:linear-gradient(135deg,#b0402e47,#781e142e)!important;box-shadow:0 0 32px #b0402e4d,inset 0 0 0 1px #ff9b8a33!important}.t-decline-step-tag.danger{color:#ff6b55!important;background:#b0402e4d!important;font-weight:900!important}.t-decline-step.danger .t-decline-step-pct{color:#ff6b55!important;text-shadow:0 0 24px rgba(176,64,46,.7)!important}.t-decline-step.danger .t-decline-step-fill{background:linear-gradient(90deg,#8a3422,#d66b5c)!important}.t-decline-arrow.warning span{color:#c9a84c!important;border-color:#c9a84c80!important;background:#c9a84c1f!important;font-weight:900!important}.t-decline-arrow.critical span{color:#ff6b55!important;border-color:#b0402e80!important;background:#b0402e26!important;font-weight:900!important}.t-decline-step-pct{font-size:38px!important}.t-decline-step.danger .t-decline-step-pct{font-size:44px!important}}.lifestyle-quote{text-shadow:0 2px 14px rgba(0,0,0,.85),0 1px 4px rgba(0,0,0,.75),0 0 20px rgba(0,0,0,.55)!important}.lifestyle-author-name,.lifestyle-author-title{text-shadow:0 2px 10px rgba(0,0,0,.85),0 1px 3px rgba(0,0,0,.75)!important}.s-lifestyle:after,.s-lifestyle .lifestyle-bg{background:linear-gradient(180deg,#0003,#0000008c,#000000d9)!important}@media(max-width:768px){.lifestyle-quote{background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.5) 100%);padding:14px 12px;border-radius:10px;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}}.s-reviews .section-headline{font-size:38px!important;line-height:1.12!important;font-weight:800!important;letter-spacing:-.4px!important;margin:12px auto 18px!important;max-width:920px!important}.desktop-view .s-reviews .section-headline{font-size:56px!important;line-height:1.08!important;letter-spacing:-1px!important;margin:16px auto 28px!important}@media(max-width:768px){.s-reviews .section-headline{font-size:30px!important;line-height:1.15!important;letter-spacing:-.2px!important;padding:0 6px!important}}.s-promise{padding:110px 0!important}.desktop-view .s-promise{padding:140px 0!important}@media(max-width:768px){.s-promise{padding:80px 16px!important}}.s-promise .promise-eyebrow{font-size:16px!important;letter-spacing:5px!important;font-weight:800!important;margin-bottom:14px!important}.s-promise .section-headline{font-size:44px!important;line-height:1.08!important;font-weight:800!important;letter-spacing:-.5px!important;margin-bottom:20px!important}.desktop-view .s-promise .section-headline{font-size:64px!important;line-height:1.04!important;letter-spacing:-1.2px!important}@media(max-width:768px){.s-promise .section-headline{font-size:32px!important;line-height:1.12!important}.s-promise .promise-eyebrow{font-size:13px!important;letter-spacing:3.5px!important}}.s-promise .promise-medallion{width:260px!important}.desktop-view .s-promise .promise-medallion{width:320px!important}.s-promise .promise-lead{font-size:19px!important;line-height:1.55!important}.desktop-view .s-promise .promise-lead{font-size:22px!important}@media(max-width:768px){.s-promise .promise-medallion{width:200px!important}.s-promise .promise-lead{font-size:16.5px!important}}.s-promise .promise-cta-row{margin-top:48px!important}.s-promise .btn-cta.promise-cta{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;white-space:nowrap!important;width:auto!important;max-width:100%!important;padding:20px 44px!important;font-size:16px!important;letter-spacing:1.6px!important}.desktop-view .s-promise .btn-cta.promise-cta{padding:22px 56px!important;font-size:17.5px!important}@media(max-width:768px){.s-promise .btn-cta.promise-cta{padding:17px 26px!important;font-size:14px!important;letter-spacing:1.2px!important;width:100%!important;max-width:380px!important}}.t-decline-wrap.t-decline-wrap--v2{background:linear-gradient(180deg,#0f080cd9,#140a10eb);border:1px solid rgba(201,168,76,.18);border-radius:20px;padding:36px 28px 28px!important;margin:32px auto!important;max-width:1040px!important;box-shadow:0 24px 80px #00000073,inset 0 1px #ffffff0a;position:relative;overflow:hidden}.desktop-view .t-decline-wrap.t-decline-wrap--v2{padding:56px 56px 44px!important;margin:40px auto!important}@media(max-width:768px){.t-decline-wrap.t-decline-wrap--v2{padding:28px 18px 22px!important;margin:26px 8px 30px!important;border-radius:16px}}.t-decline-wrap.t-decline-wrap--v2 .t-decline-mobile,.t-decline-wrap.t-decline-wrap--v2 .t-decline-chart{display:none!important}.t-decline-bigstat{text-align:center;margin:18px auto 28px;padding:0 8px}.t-decline-bigstat-row{display:inline-flex;align-items:center;gap:18px;flex-wrap:wrap;justify-content:center}.t-decline-bigstat-num{font-family:Barlow Semi Condensed,sans-serif;font-size:96px;font-weight:900;line-height:.9;letter-spacing:-3px;color:#ff6a55;text-shadow:0 0 30px rgba(255,106,85,.45),0 0 60px rgba(255,106,85,.2);font-style:italic}.t-decline-bigstat-text{display:flex;flex-direction:column;text-align:left}.t-decline-bigstat-line1{font-size:13px;letter-spacing:3px;text-transform:uppercase;color:#ffffff8c;font-weight:700}.t-decline-bigstat-line2{font-size:19px;font-weight:600;color:#ffffffeb;line-height:1.3;margin-top:4px}.t-decline-bigstat-line2 strong{color:#ff9b8a;font-weight:800}.desktop-view .t-decline-bigstat-num{font-size:144px;letter-spacing:-5px}.desktop-view .t-decline-bigstat-line1{font-size:15px;letter-spacing:4px}.desktop-view .t-decline-bigstat-line2{font-size:26px}@media(max-width:768px){.t-decline-bigstat{margin:8px auto 22px}.t-decline-bigstat-row{gap:14px}.t-decline-bigstat-num{font-size:72px;letter-spacing:-2px}.t-decline-bigstat-line1{font-size:11px;letter-spacing:2px}.t-decline-bigstat-line2{font-size:16px}}.t-decline-bars-v2{display:grid!important;grid-template-columns:repeat(6,1fr);align-items:end;gap:10px;height:360px;margin:28px 0 14px;padding:8px 4px 0;position:relative}.desktop-view .t-decline-bars-v2{height:440px;gap:18px;padding:14px 8px 0}@media(max-width:768px){.t-decline-bars-v2{height:280px;gap:6px}}.t-decline-bars-v2:before{content:"";position:absolute;top:8px;right:4px;bottom:38px;left:4px;background-image:linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px);background-size:100% 25%,100% 12.5%;pointer-events:none}.t-decline-bar-v2{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%;z-index:1}.t-decline-bar-v2-fill{width:100%;height:var(--h, 100%);border-radius:10px 10px 0 0;background:linear-gradient(180deg,#5dd28d,#3daa6d);box-shadow:0 -6px 24px #3daa6d59,inset 0 1px #ffffff2e;transition:height 1.2s cubic-bezier(.22,.9,.36,1);position:relative}.t-decline-bar-v2.peak .t-decline-bar-v2-fill{background:linear-gradient(180deg,#6fe4a0,#3daa6d);box-shadow:0 -8px 32px #3daa6d73,inset 0 1px #fff3}.t-decline-bar-v2.normal .t-decline-bar-v2-fill{background:linear-gradient(180deg,#e8c970,#c9a84c);box-shadow:0 -6px 24px #c9a84c4d,inset 0 1px #ffffff2e}.t-decline-bar-v2.warning .t-decline-bar-v2-fill{background:linear-gradient(180deg,#d6913b,#ae6a2a);box-shadow:0 -6px 24px #d6913b59,inset 0 1px #ffffff29}.t-decline-bar-v2.critical .t-decline-bar-v2-fill{background:linear-gradient(180deg,#e87a5a,#b04a2e);box-shadow:0 -6px 28px #e87a5a6b,inset 0 1px #ffffff24}.t-decline-bar-v2.danger .t-decline-bar-v2-fill{background:linear-gradient(180deg,#ff6a55,#8b2a1c);box-shadow:0 -6px 32px #ff6a5580,inset 0 1px #ffffff1f}.t-decline-bar-v2.collapse .t-decline-bar-v2-fill{background:linear-gradient(180deg,#ff5547,#5e1815);box-shadow:0 -8px 36px #ff55478c,inset 0 1px #ffffff1a;animation:tdeclinePulse 2.6s ease-in-out infinite}@keyframes tdeclinePulse{0%,to{box-shadow:0 -8px 36px #ff55478c,inset 0 1px #ffffff1a}50%{box-shadow:0 -10px 48px #ff5547d9,inset 0 1px #ffffff1a}}.t-decline-bar-v2-pct{position:absolute;bottom:calc(var(--h, 100%) + 6px);left:50%;transform:translate(-50%);font-size:22px;font-weight:900;font-style:italic;color:#fffffff2;font-family:Barlow Semi Condensed,sans-serif;letter-spacing:-.6px;white-space:nowrap;text-shadow:0 1px 8px rgba(0,0,0,.6)}.desktop-view .t-decline-bar-v2-pct{font-size:30px}@media(max-width:768px){.t-decline-bar-v2-pct{font-size:17px;bottom:calc(var(--h, 100%) + 4px)}}.t-decline-bar-v2.peak .t-decline-bar-v2-pct{color:#6fe4a0}.t-decline-bar-v2.normal .t-decline-bar-v2-pct{color:#f3d472}.t-decline-bar-v2.warning .t-decline-bar-v2-pct{color:#f3a64a}.t-decline-bar-v2.critical .t-decline-bar-v2-pct{color:#ff8e72}.t-decline-bar-v2.danger .t-decline-bar-v2-pct{color:#ff6a55;text-shadow:0 0 14px rgba(255,106,85,.55)}.t-decline-bar-v2.collapse .t-decline-bar-v2-pct{color:#ff5547;text-shadow:0 0 18px rgba(255,85,71,.7)}.t-decline-bar-v2-age{position:absolute;bottom:-22px;left:0;right:0;text-align:center;font-size:13px;font-weight:700;letter-spacing:.4px;color:#ffffffbf}.desktop-view .t-decline-bar-v2-age{font-size:15px;bottom:-26px}@media(max-width:768px){.t-decline-bar-v2-age{font-size:11.5px;bottom:-18px}}.t-decline-bar-v2-tag{position:absolute;top:calc(100% - var(--h, 100%) + 38px);left:50%;transform:translate(-50%);font-size:12px;font-weight:900;letter-spacing:1.6px;padding:5px 12px;border-radius:999px;white-space:nowrap;background:#000000c7;color:#fff;border:1.5px solid rgba(255,255,255,.28);pointer-events:none;z-index:2;text-shadow:0 1px 4px rgba(0,0,0,.6);box-shadow:0 4px 14px #00000073}.desktop-view .t-decline-bar-v2-tag{font-size:14px;padding:6px 16px;letter-spacing:1.9px;top:calc(100% - var(--h, 100%) + 52px)}@media(max-width:768px){.t-decline-bar-v2-tag{font-size:9.5px;letter-spacing:1px;padding:3px 7px;top:calc(100% - var(--h, 100%) + 26px)}}.t-decline-bar-v2.peak .t-decline-bar-v2-tag{background:#145032eb;color:#b9f5d2;border-color:#6fe4a0a6}.t-decline-bar-v2.normal .t-decline-bar-v2-tag{background:#503c14eb;color:#ffe89a;border-color:#f3d47299}.t-decline-bar-v2.warning .t-decline-bar-v2-tag{background:#5a3714eb;color:#ffcd84;border-color:#f3a64a99}.t-decline-bar-v2.critical .t-decline-bar-v2-tag{background:#5a1e0feb;color:#ffc6b0;border-color:#ff8e72a6}.t-decline-bar-v2.danger .t-decline-bar-v2-tag{background:#55140ff0;color:#ffd0c5;border-color:#ff6a55bf}.t-decline-bar-v2.collapse .t-decline-bar-v2-tag{background:#460f0cf2;color:#fff;border-color:#ff5547d9}.t-decline-axis-v2{text-align:right;font-size:11px;letter-spacing:2.5px;text-transform:uppercase;color:#ffffff73;margin:28px 4px 8px;font-weight:700}.desktop-view .t-decline-axis-v2{font-size:12px;margin-top:36px}@media(max-width:768px){.t-decline-axis-v2{font-size:10px;letter-spacing:1.8px;margin:24px 4px 6px}}.t-decline-wrap.t-decline-wrap--v2 .t-decline-title{color:#fff!important;font-size:44px!important;font-weight:900!important;letter-spacing:-.8px!important;line-height:1.05!important;text-shadow:0 2px 24px rgba(255,255,255,.1),0 0 40px rgba(174,127,87,.18)!important;margin-top:8px!important;margin-bottom:6px!important}.desktop-view .t-decline-wrap.t-decline-wrap--v2 .t-decline-title{font-size:64px!important;letter-spacing:-1.4px!important}@media(max-width:768px){.t-decline-wrap.t-decline-wrap--v2 .t-decline-title{font-size:30px!important;letter-spacing:-.4px!important}}.t-decline-wrap.t-decline-wrap--v2 .t-decline-label{text-shadow:0 0 20px rgba(174,127,87,.3)!important}.t-decline-wrap.t-decline-wrap--v2 .t-decline-label{color:var(--bronze)!important;font-size:13px!important;letter-spacing:4px!important;font-weight:800!important}.desktop-view .t-decline-wrap.t-decline-wrap--v2 .t-decline-label{font-size:15px!important;letter-spacing:5px!important}.t-decline-wrap.t-decline-wrap--v2 .t-decline-sub{color:#ffffff8c!important;font-size:12.5px!important}.t-decline-wrap.t-decline-wrap--v2 .t-decline-footer{color:#ffffffbf!important;font-size:14.5px!important;border-top:1px solid rgba(255,255,255,.1);padding-top:18px!important;margin-top:22px!important;text-align:center;line-height:1.6!important}.desktop-view .t-decline-wrap.t-decline-wrap--v2 .t-decline-footer{font-size:16px!important}@media(max-width:768px){.t-decline-wrap.t-decline-wrap--v2 .t-decline-footer{font-size:13px!important}}.s-reviews .reviews-grid .review-card:not(.visible){display:none!important}body .shopify-policy__container{max-width:820px!important;margin:0 auto!important;padding:60px 32px 80px!important;font-family:Barlow Semi Condensed,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--text-dark, #5e394c);line-height:1.7;font-size:16px}@media(max-width:768px){body .shopify-policy__container{padding:40px 20px 60px!important}}body .shopify-policy__title{text-align:center;margin-bottom:8px}body .shopify-policy__title h1{font-family:Barlow Semi Condensed,sans-serif;font-size:44px;font-weight:800;letter-spacing:-.5px;color:var(--plum, #5e394c);text-transform:uppercase;line-height:1.1;margin:0}@media(max-width:768px){body .shopify-policy__title h1{font-size:32px}}body .shopify-policy__body{margin-top:36px;padding-top:36px;border-top:2px solid rgba(174,127,87,.2)}body .shopify-policy__body .rte,body .shopify-policy__body>div{font-size:16px;line-height:1.75;color:#4a3540}body .shopify-policy__body h2{font-family:Barlow Semi Condensed,sans-serif;font-size:26px;font-weight:800;letter-spacing:-.2px;color:var(--plum, #5e394c);text-transform:uppercase;margin:0 0 16px;padding-bottom:10px;border-bottom:1px solid rgba(174,127,87,.18)}body .shopify-policy__body h3{font-family:Barlow Semi Condensed,sans-serif;font-size:20px;font-weight:700;letter-spacing:.2px;color:var(--bronze, #ae7f57);text-transform:uppercase;margin:36px 0 14px}body .shopify-policy__body h4{font-family:Barlow Semi Condensed,sans-serif;font-size:16px;font-weight:800;letter-spacing:.5px;color:var(--plum, #5e394c);margin:24px 0 10px;text-transform:none}@media(max-width:768px){body .shopify-policy__body h2{font-size:22px}body .shopify-policy__body h3{font-size:17px}body .shopify-policy__body h4{font-size:15px}}body .shopify-policy__body p{margin:0 0 16px;font-size:16px;line-height:1.75}body .shopify-policy__body ul,body .shopify-policy__body ol{padding-left:24px;margin:0 0 18px}body .shopify-policy__body li{margin-bottom:8px;line-height:1.7}body .shopify-policy__body strong{color:var(--plum, #5e394c);font-weight:700}body .shopify-policy__body em{color:var(--bronze, #ae7f57)}body .shopify-policy__body a{color:var(--bronze, #ae7f57);text-decoration:underline;text-underline-offset:3px;font-weight:600}body .shopify-policy__body a:hover{color:var(--plum, #5e394c)}body .shopify-policy__body>:first-child,body .shopify-policy__body .rte>:first-child{margin-top:0}body .shopify-policy__body>h2:first-child,body .shopify-policy__body .rte>h2:first-child{display:none!important}.s-video-testimonials{background:linear-gradient(180deg,var(--cream, #f2ece5) 0%,#ffffff 100%);padding:80px 0 100px;position:relative}.s-video-testimonials .section-inner{max-width:1100px;margin:0 auto;padding:0 24px;text-align:center}.s-video-testimonials .section-label{color:var(--bronze, #ae7f57)!important;font-size:13px!important;letter-spacing:4px!important;font-weight:800!important;margin-bottom:12px;text-transform:uppercase}.s-video-testimonials .section-headline{color:var(--plum, #5e394c)!important;font-size:42px;font-weight:800;letter-spacing:-.5px;line-height:1.1;margin:0 auto 14px;max-width:880px}.s-video-testimonials .section-sub{color:var(--text-muted, #8a7a80);font-size:17px;margin:0 auto 44px;max-width:600px}.desktop-view .s-video-testimonials .section-headline{font-size:56px}@media(max-width:768px){.s-video-testimonials{padding:56px 0 70px}.s-video-testimonials .section-headline{font-size:28px}.s-video-testimonials .section-sub{font-size:15px;margin-bottom:30px}}.s-video-testimonials .video-carousel-wrap{position:relative;margin:0 auto;max-width:100%}.s-video-testimonials .video-carousel{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:8px 4px 24px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.s-video-testimonials .video-carousel::-webkit-scrollbar{display:none}.s-video-testimonials .video-carousel-nav{position:absolute;top:35%;transform:translateY(-50%);z-index:5;width:44px;height:44px;border-radius:999px;background:#fffffff2;border:1px solid rgba(94,57,76,.2);box-shadow:0 6px 20px #0000001f;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--plum, #5e394c);transition:all .2s}.s-video-testimonials .video-carousel-nav:hover{background:var(--plum, #5e394c);color:#fff;transform:translateY(-50%) scale(1.06)}.s-video-testimonials .video-carousel-nav svg{width:20px;height:20px}.s-video-testimonials .video-carousel-nav.prev{left:-10px}.s-video-testimonials .video-carousel-nav.next{right:-10px}@media(max-width:768px){.s-video-testimonials .video-carousel-nav{width:38px;height:38px}.s-video-testimonials .video-carousel-nav.prev{left:4px}.s-video-testimonials .video-carousel-nav.next{right:4px}}.s-video-testimonials .video-card{flex:0 0 280px;scroll-snap-align:start;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 28px #0000001a;cursor:pointer;transition:transform .25s,box-shadow .25s;display:flex;flex-direction:column}.s-video-testimonials .video-card:hover{transform:translateY(-4px);box-shadow:0 14px 36px #00000029}@media(max-width:768px){.s-video-testimonials .video-card{flex:0 0 240px}}.s-video-testimonials .video-card-media{position:relative;width:100%;aspect-ratio:9 / 16;background:#1a1014;overflow:hidden}.s-video-testimonials .video-card-media video{width:100%;height:100%;object-fit:cover;display:block}.s-video-testimonials .video-card-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;border-radius:999px;background:#fffffff2;display:flex;align-items:center;justify-content:center;color:var(--plum, #5e394c);box-shadow:0 6px 20px #0006;pointer-events:none;transition:all .2s}.s-video-testimonials .video-card:hover .video-card-play{background:var(--bronze, #ae7f57);color:#fff;transform:translate(-50%,-50%) scale(1.08)}.s-video-testimonials .video-card-play svg{width:24px;height:24px;margin-left:3px}.s-video-testimonials .video-card-media.playing .video-card-play{display:none}.s-video-testimonials .video-duration-tag{position:absolute;bottom:10px;right:10px;background:#000000c7;color:#fff;font-size:11px;font-weight:700;padding:4px 9px;border-radius:6px;letter-spacing:.4px}.s-video-testimonials .video-card-media.playing .video-duration-tag{display:none}.s-video-testimonials .video-card-info{padding:14px 16px 16px;text-align:left}.s-video-testimonials .video-card-stars{color:var(--bronze, #ae7f57);font-size:13px;letter-spacing:1px;margin-bottom:4px}.s-video-testimonials .video-card-name{font-size:15px;font-weight:700;color:var(--plum, #5e394c);letter-spacing:.2px;margin-bottom:2px}.s-video-testimonials .video-card-meta{font-size:12px;color:var(--text-muted, #8a7a80);letter-spacing:.3px;text-transform:uppercase}.s-video-testimonials .video-carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:18px}.s-video-testimonials .video-carousel-dots span{width:8px;height:8px;border-radius:999px;background:#5e394c33;cursor:pointer;transition:all .2s}.s-video-testimonials .video-carousel-dots span.active{background:var(--bronze, #ae7f57);width:24px;border-radius:999px}
/*# sourceMappingURL=/cdn/shop/t/9/assets/primalis-landing.css.map */
