:root{--navy: #0A1F3D;--paper: #FFFFFF;--line: rgba(10,31,61,.3);--line-s: rgba(10,31,61,.55);--cc-0: rgba(10,31,61,1);--cc-1: rgba(10,31,61,.68);--cc-2: rgba(10,31,61,.4);--cc-3: rgba(10,31,61,.2);--sans:"Inter",-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif;--mono:"IBM Plex Mono",ui-monospace,Menlo,monospace;--gap:28px;--section-gap:48px;--radius:4px;--pad:32px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{font-family:var(--sans);color:var(--navy);line-height:1.55;font-size:16px;overflow-x:hidden;background:var(--paper)}a{color:inherit;text-decoration:none}img,svg{max-width:100%;display:block}:focus{outline:none}:focus-visible{outline:2px solid var(--navy);outline-offset:2px;border-radius:2px}.tile--navy :focus-visible,.tile--navy:focus-visible{outline-color:#fff}.skip{position:absolute;left:-9999px;top:0;z-index:100;background:var(--navy);color:var(--paper);padding:12px 18px;font-weight:600;font-size:14px;border-radius:3px}.skip:focus{left:12px;top:12px}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.btn,.pr__cta,.sticky-cta,.faq summary:after,.cmp,.cmp:before,.cmp:after,.sachet__img,.plan-card,.tc,.tc:before{transition:none;animation:none!important}}.mono{font-family:var(--mono);font-weight:500;letter-spacing:.12em;text-transform:uppercase;font-size:11px;color:#0a1f3d8c}.mono--white{color:#ffffff8c}.mono--body{color:#0a1f3db3}.mono--s{font-size:10px;letter-spacing:.14em}.mono--xs{font-size:9px;letter-spacing:.16em}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:500;font-size:15px;background:var(--navy);color:var(--paper);height:46px;padding:0 22px;border-radius:3px;transition:opacity .18s,transform .18s;border:none;cursor:pointer;font-family:inherit;-webkit-tap-highlight-color:transparent;user-select:none;-webkit-user-select:none}.btn:hover{opacity:.9;transform:translateY(-1px)}.btn:active{background:var(--navy);color:var(--paper);opacity:.94;transform:translateY(0)}.btn:focus{outline:none}.btn:focus-visible{outline:2px solid var(--navy);outline-offset:2px}.btn.is-loading,.sticky-cta.is-loading{cursor:wait;position:relative;overflow:hidden}.btn.is-loading:hover,.sticky-cta.is-loading:hover{transform:translateY(0);opacity:1}.btn.is-loading:after,.sticky-cta.is-loading:after{content:"";position:absolute;left:0;bottom:0;height:2px;width:30%;background:linear-gradient(90deg,transparent 0%,#4ade80 35%,#22c55e 50%,#4ade80 65%,transparent 100%);animation:btnLoadingStripe 1.1s ease-in-out infinite;border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;will-change:transform;pointer-events:none}.sticky-cta.is-loading{transform:translateY(0)!important}@keyframes btnLoadingStripe{0%{transform:translate(-100%)}to{transform:translate(333%)}}@media(prefers-reduced-motion:reduce){.btn.is-loading:after,.sticky-cta.is-loading:after{animation:none;width:100%;opacity:.7;background:#22c55e}}.pitch__cta-row .btn.is-loading,#heroCta.is-loading{animation:none!important}.btn--sm{height:36px;padding:0 16px;font-size:13px}.btn--xl{height:64px;padding:0 32px;font-size:17px;font-weight:600}.btn--light{background:var(--paper);color:var(--navy)}.btn--ghost{background:transparent;color:var(--navy);border:1px solid var(--line-s)}.top-nav{position:relative;background:transparent;border-bottom:none;height:50px}.top-nav__inner{max-width:1280px;height:100%;margin:0 auto;padding:0 32px;display:flex;align-items:center;justify-content:flex-start;gap:10px}.nav__lockup{display:flex;flex-direction:row;align-items:center;gap:11px;color:var(--navy);text-decoration:none;line-height:1}.nav__wordmark{font-family:IBM Plex Sans,Inter,system-ui,sans-serif;font-weight:700;letter-spacing:-.02em;font-size:27px;line-height:1;color:var(--navy);flex-shrink:0;transform:translateY(-4%)}.nav__tag{display:flex;flex-direction:column;gap:1.5px;font-family:var(--mono);font-weight:500;font-size:6.5px;letter-spacing:.22em;text-transform:uppercase;color:#0a1f3d8c;line-height:1;padding:0 0 0 8px;border-left:1px solid rgba(10,31,61,.22);align-self:stretch;justify-content:center}.nav__tag>span:first-child{margin-top:-.14em}.nav__tag>span:last-child{margin-bottom:-.14em}.top-nav__eyebrow{display:none}.top-nav__spacer{flex:1}.bento{max-width:1280px;margin:0 auto;padding:0 32px;display:grid;grid-template-columns:repeat(12,1fr);gap:var(--gap);grid-auto-flow:dense}.bento~.bento{margin-top:var(--section-gap)!important}.bento--hero{gap:0;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;max-width:1216px;padding:0;margin-left:32px;margin-right:32px}@media(min-width:1280px){.bento--hero{margin-left:auto;margin-right:auto}}.bento--hero>:first-child{border-radius:var(--radius) 0 0 var(--radius)}.bento--hero>:last-child{border-radius:0 var(--radius) var(--radius) 0}.bento--hero .tile--white{border:none}.bento--hero .pitch{border-left:none}.bento--hero .hero{border-radius:var(--radius) 0 0 var(--radius)}.bento--hero .buy{border-radius:0 var(--radius) var(--radius) 0;border-left:none}.tile{position:relative;border-radius:var(--radius);padding:var(--pad);display:flex;flex-direction:column;min-height:0;overflow:hidden}.tile--paper{background:var(--paper);border:1px solid var(--line);padding:clamp(22px,2.2vw,28px) 32px}.tile--white{background:#fff;color:var(--navy);border:1px solid rgba(10,31,61,.08)}.tile--navy{background:var(--navy);color:var(--paper);border:none}.tile--navy .mono{color:#ffffff8c}.tile--navy .mono--body{color:#ffffffbf}.c-3{grid-column:span 3}.c-4{grid-column:span 4}.c-5{grid-column:span 5}.c-6{grid-column:span 6}.c-7{grid-column:span 7}.c-8{grid-column:span 8}.c-12{grid-column:span 12}.hero{min-height:460px;padding:36px 48px 32px;justify-content:space-between;gap:22px}.hero--media{padding:0;gap:0;justify-content:flex-start;min-height:0;overflow:hidden;position:relative}.hero--media:before{content:"";position:absolute;pointer-events:none;z-index:0;left:-120px;bottom:-160px;width:620px;height:520px;background:radial-gradient(ellipse at 35% 65%,#030a168c,#030a1647 28%,#030a1614 52%,#030a1600 72%);filter:blur(40px)}.hero__frame{display:flex;align-items:flex-start;justify-content:flex-end;width:100%;padding:0;position:relative;line-height:0}.hero__frame:before{content:"";position:absolute;pointer-events:none;z-index:0;right:-80px;top:-60px;width:820px;height:680px;background:radial-gradient(ellipse at 62% 48%,#fff6,#fff3 22%,#ffffff0f 48%,#fff0 68%);filter:blur(32px)}.hero__frame:after{content:"";position:absolute;pointer-events:none;z-index:0;right:40px;top:40px;width:360px;height:300px;background:radial-gradient(ellipse at 50% 50%,#ffffff38,#fff0 60%);filter:blur(22px)}.hero__img{width:100%;max-width:1128px;height:auto;max-height:983px;object-fit:contain;display:block;position:relative;z-index:1;margin-right:-44px;margin-bottom:-104px;animation:breathe 5s ease-in-out infinite;transform-origin:center center;will-change:transform}.hero__body{display:flex;flex-direction:column;flex:1;padding:0 44px 36px;position:relative;z-index:2}.hero__eyebrow{display:inline-flex;align-items:center;gap:14px;margin-bottom:0;font-size:7.5px;letter-spacing:.18em}.hero__accent{display:inline-block;width:26px;height:1px;background:#ffffff80;flex-shrink:0}.hero__h1{font-family:var(--sans);font-weight:700;letter-spacing:-.03em;line-height:1.05;font-size:clamp(34px,3.6vw,52px);margin:0 0 18px;color:var(--paper);max-width:620px}.hero__spec{font-family:var(--mono);font-weight:500;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#ffffff9e;margin-bottom:16px;display:inline-flex;align-items:center;gap:10px}.hero__spec:before{content:"";display:inline-block;width:14px;height:1px;background:#ffffff52}.hero__pillars{display:flex;align-items:center;flex-wrap:wrap;gap:12px 14px;margin:0 0 20px;font-weight:500;font-size:7.5px;letter-spacing:.18em;text-transform:uppercase;color:#ffffffd1}.hero__pillars--bottom{margin:auto 0 0;padding-top:28px;justify-content:flex-start;gap:8px 14px;font-size:10px;letter-spacing:.18em;color:#ffffff73}.hero__pillars--bottom .hero__pillars-dot{width:2.5px;height:2.5px;background:#ffffff38}.hero__pillar{white-space:nowrap}.hero__pillars-dot{display:inline-block;width:3px;height:3px;border-radius:50%;background:#ffffff52;flex-shrink:0}.hero__sub{font-family:var(--sans);font-weight:400;letter-spacing:-.005em;font-size:clamp(15px,1.5vw,20px);max-width:520px;color:#ffffffad;line-height:1.45;margin:0}.buy{padding:28px 30px 26px;justify-content:flex-start;gap:16px}.buy__head{display:flex;justify-content:space-between;align-items:baseline;gap:16px;color:#0a1f3db3}.buy__cta-row{display:flex;flex-direction:column;align-items:stretch;gap:10px;margin-top:4px}.buy__cta-row .btn{width:100%}.buy__secondary{display:inline-flex;align-items:center;justify-content:center;gap:6px;font-family:var(--mono);font-weight:500;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#0a1f3d8c;text-decoration:none;padding:8px 0;transition:color .18s ease}.buy__secondary:hover{color:#0a1f3de6}.buy__trust{margin-top:auto;padding-top:14px;color:#0a1f3d80;font-weight:500;font-size:10px;letter-spacing:.12em;text-transform:uppercase}.buy .plan-card{background:#0a1f3d06;border:1px solid rgba(10,31,61,.14);color:var(--navy)}.buy .plan-card:hover{background:#0a1f3d0f;border-color:#0a1f3d47;transform:translateY(-1px)}.buy .plan-card--selected{background:var(--navy);color:var(--paper);border-color:var(--navy)}.buy .plan-card__badge{background:var(--navy);color:var(--paper)}.buy .plan-card__tag{color:#0a1f3d8c}.buy .plan-card--selected .plan-card__tag{color:#ffffff9e}.buy .plan-card__unit{color:#0a1f3d8c}.buy .plan-card--selected .plan-card__unit{color:#ffffff9e}.buy .plan-card__note{color:#0a1f3d8c}.buy .plan-card--selected .plan-card__note{color:#ffffff9e}.hero__divider{height:1px;background:#ffffff24;margin:0 0 24px}.hero__bottom{display:flex;flex-direction:column;gap:22px}.hero__cta-row{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.hero__trust{display:flex;align-items:center;gap:16px;flex-wrap:wrap;color:#ffffff80;font-family:var(--mono);font-weight:500;font-size:10px;letter-spacing:.14em;text-transform:uppercase}.plan-group{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.plan-card{position:relative;background:#ffffff0d;border:1px solid rgba(255,255,255,.18);border-radius:5px;padding:14px 14px 12px;cursor:pointer;display:flex;flex-direction:column;gap:2px;transition:background-color .18s ease,border-color .18s ease,transform .18s ease;color:var(--paper)}.plan-card input{position:absolute;opacity:0;pointer-events:none}.plan-card:hover{background:#ffffff1a;border-color:#ffffff52;transform:translateY(-1px)}.plan-card--selected{background:var(--paper);color:var(--navy);border-color:var(--paper)}.plan-card__badge{position:absolute;top:-8px;right:10px;background:var(--paper);color:var(--navy);height:18px;padding:0 8px;border-radius:2px;font-family:var(--mono);font-size:8.5px;letter-spacing:.16em;font-weight:500;display:inline-flex;align-items:center}.plan-card__tag{color:#ffffff8c;font-family:var(--mono);font-weight:500;font-size:9.5px;letter-spacing:.16em;text-transform:uppercase}.plan-card--selected .plan-card__tag{color:#0a1f3d8c}.plan-card__price{font-family:var(--sans);font-weight:800;font-size:22px;letter-spacing:-.02em;line-height:1.1;margin-top:4px;color:inherit}.plan-card__unit{font-family:var(--mono);font-weight:500;font-size:9.5px;letter-spacing:.1em;color:#ffffff8c;text-transform:uppercase;margin-left:3px}.plan-card__unit--tight{margin-left:0;letter-spacing:.04em}.plan-card--selected .plan-card__unit{color:#0a1f3d8c}.plan-card__note{font-family:var(--mono);font-weight:500;font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:#ffffff80;margin-top:4px;line-height:1.4}.plan-card--selected .plan-card__note{color:#0a1f3d80}.hero--photo{padding:5%;background:#fff;min-height:520px;height:auto;justify-content:center;align-items:center;overflow:hidden;position:relative;contain:paint;isolation:isolate}.hero--photo .hero__photo{display:block;position:relative;z-index:1;width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;transform:translateZ(0);backface-visibility:hidden}.pitch{background:#fff;color:var(--navy);padding:16px 24px 16px 22px;justify-content:flex-start;gap:6px;min-height:auto;height:auto;overflow:visible}.pitch__copy{display:flex;flex-direction:column;gap:10px}.pitch__lede,.pitch__spec,.pitch__compounds{display:none}.pitch__h1{font-family:var(--sans);font-weight:700;letter-spacing:-.028em;line-height:1.06;font-size:clamp(24px,2.2vw,34px);margin:0;color:var(--navy);max-width:24ch}.pitch__args{display:flex;flex-direction:column;gap:6px;margin-top:8px}.pitch__args-body{font-family:var(--sans);font-weight:400;letter-spacing:-.003em;font-size:12.5px;line-height:1.42;color:#0a1f3dc7;margin:0;max-width:none}.pitch__args-body strong{color:var(--navy);font-weight:700}.pitch__args-spec{display:flex;flex-direction:column;gap:5px;margin:4px 0 0;padding-top:8px;border-top:1px solid rgba(10,31,61,.1)}.pitch__args-row{display:grid;grid-template-columns:84px 1fr;gap:12px;align-items:baseline}.pitch__args-row dt{font-family:var(--mono);font-weight:500;font-size:9.5px;letter-spacing:.14em;text-transform:uppercase;color:#0a1f3d8c;margin:0}.pitch__args-row dd{font-family:var(--sans);font-weight:500;font-size:12.5px;line-height:1.4;letter-spacing:-.003em;color:#0a1f3dd1;margin:0}.pitch__sub{font-family:var(--sans);font-weight:400;letter-spacing:-.005em;font-size:15px;line-height:1.55;max-width:44ch;color:#0a1f3db8;margin:0}.pitch__plans{display:flex;flex-direction:column;gap:6px;max-width:none;width:100%;margin-inline:0;margin-top:10px}.pitch .plan-card{position:relative;padding:11px 18px 10px;display:grid;grid-template-columns:1fr auto;column-gap:18px;row-gap:8px;grid-template-areas:"tag price" "note note";align-items:center;background:#fff;color:var(--navy);border:1px solid rgba(10,31,61,.12);border-radius:0}.pitch .plan-card[data-plan=onetime] .plan-card__pricing{justify-content:flex-end}.pitch .plan-card[data-plan=onetime] .plan-card__cell{min-width:112px}.pitch .plan-card__amount{font-variant-numeric:tabular-nums}.pitch .plan-card:not(.plan-card--selected):hover{background:#0a1f3d08;border-color:#0a1f3d38;transform:translateY(-1px)}.pitch .plan-card--selected,.pitch .plan-card--selected:hover,.pitch .plan-card--selected:focus,.pitch .plan-card--selected:focus-within,.pitch .plan-card--selected:active{background:var(--navy);color:var(--paper);border-color:var(--navy);transform:none;animation:pitchOutlinePulse 3.2s ease-in-out infinite}@keyframes pitchOutlinePulse{0%,to{box-shadow:0 0 0 1px #0a1f3d38,0 0 #0a1f3d00}50%{box-shadow:0 0 0 1px #0a1f3d8c,0 0 0 4px #0a1f3d0f}}.pitch .plan-card__tag{grid-area:tag;align-self:center;font-family:var(--mono);font-weight:500;font-size:16.5px;letter-spacing:.14em;text-transform:uppercase;color:#0a1f3d9e;margin:0}.pitch .plan-card--selected .plan-card__tag{color:#ffffffeb}.pitch .plan-card__pricing{grid-area:price;align-self:center;display:flex;align-items:center;gap:14px;white-space:nowrap;margin:0}.pitch .plan-card__cell{display:flex;flex-direction:column;align-items:center;gap:8px;line-height:1}.pitch .plan-card__amount{font-family:var(--sans);font-weight:800;font-size:24px;letter-spacing:-.02em;color:inherit;line-height:1}.pitch .plan-card__amount--smaller{font-size:22.8px}.pitch .plan-card__amount--larger{font-size:25.2px}.pitch .plan-card__caption{font-family:var(--mono);font-weight:500;font-size:9px;letter-spacing:.14em;text-transform:uppercase;line-height:1.35;text-align:center;white-space:normal;color:#0a1f3d8c}.pitch .plan-card--selected .plan-card__caption{color:#ffffffeb}.pitch .plan-card__arrow{font-family:var(--sans);font-weight:500;font-size:22px;line-height:1;color:#0a1f3d8c;align-self:flex-end;padding-bottom:1px}.pitch .plan-card--selected .plan-card__arrow{color:#fffffff2}.pitch .plan-card__badge{position:absolute;top:-9px;right:14px;height:18px;padding:0 9px;display:inline-flex;align-items:center;font-family:var(--mono);font-weight:500;font-size:8.5px;letter-spacing:.16em;text-transform:uppercase;background:var(--paper);color:var(--navy);border:1px solid var(--navy);z-index:2}.pitch .plan-card--selected .plan-card__badge{background:var(--paper);color:var(--navy);border-color:var(--navy)}.pitch .plan-card__note{grid-area:note;font-family:var(--mono);font-weight:500;font-size:9px;letter-spacing:.05em;text-transform:uppercase;line-height:1.4;color:#0a1f3d8c;margin:0;max-width:none;white-space:nowrap;overflow:hidden}.pitch .plan-card--selected .plan-card__note{color:#ffffffe0}.pitch__cta-trust{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:4px 6px;margin:10px 0 4px;font-family:var(--mono);font-weight:500;font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;color:#0a1f3d9e;text-align:center}.pitch__cta-trust .credline-sep{color:#0a1f3d4d}.pitch__cta-row{display:flex;flex-direction:column;align-items:stretch;gap:6px;margin-top:0;max-width:none;width:100%;margin-inline:0}.pitch__cta-row .btn{width:100%;animation:pitchOutlinePulse 3.2s ease-in-out infinite;animation-delay:.8s}.pitch__secondary{display:inline-flex;align-items:center;justify-content:center;gap:6px;font-family:var(--mono);font-weight:500;font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;color:#0a1f3d8c;text-decoration:none;padding:6px 0;transition:color .18s ease}.pitch__secondary:hover{color:var(--navy)}.pitch__trust{margin-top:auto;padding-top:12px;color:#0a1f3d8c;font-weight:500;font-size:10px;letter-spacing:.12em;text-transform:uppercase}.sachet{min-height:460px;padding:28px 32px;justify-content:space-between;align-items:stretch}.sachet__head{display:flex;justify-content:space-between;align-items:baseline;gap:16px}.sachet__frame{flex:1;display:flex;align-items:center;justify-content:center;padding:16px 0;position:relative}.sachet__frame:after{content:"";position:absolute;bottom:8px;left:14%;right:14%;height:10px;background:radial-gradient(ellipse at center,#0a1f3d1a,#0a1f3d00 70%);filter:blur(2px);pointer-events:none}.sachet__img{width:100%;max-width:440px;height:auto;display:block;filter:drop-shadow(0 14px 28px rgba(10,31,61,.08)) drop-shadow(0 2px 4px rgba(10,31,61,.04));border-radius:2px;position:relative;z-index:1;animation:breathe 5s ease-in-out infinite;transform-origin:center center;will-change:transform}.sachet__foot{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin-top:12px}.sachet__cap{font-size:13px;color:#0a1f3db3;max-width:200px;line-height:1.45}@keyframes breathe{0%,to{transform:scale(1)}50%{transform:scale(1.008)}}.sec-header{grid-column:span 12;padding:0 4px;margin-bottom:-4px}.sec-header__eyebrow{margin-bottom:8px;color:#0a1f3d73}.sec-header__h2{font-size:clamp(26px,2.7vw,36px);font-weight:600;letter-spacing:-.022em;line-height:1.18;max-width:680px;margin:0}.sec-header__intro{font-family:var(--sans);font-weight:400;letter-spacing:-.005em;font-size:clamp(15px,1.3vw,17px);line-height:1.6;color:#0a1f3dbd;max-width:62ch;margin:10px 0 0;text-wrap:balance}@property --trace{syntax:"<angle>"; initial-value:0deg; inherits:false;}.cmp{min-height:185px;padding:20px 18px 18px;justify-content:space-between;cursor:pointer;overflow:hidden;--trace:0deg}.cmp:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:2.5px;background:conic-gradient(from -90deg,var(--navy) 0deg,var(--navy) var(--trace,0deg),transparent var(--trace,0deg) 360deg);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;opacity:0;transition:opacity .25s ease;z-index:9}.cmp.is-open:after{opacity:1;animation:trace-perimeter .55s cubic-bezier(.45,0,.15,1) forwards}@keyframes trace-perimeter{0%{--trace:0deg}to{--trace:360deg}}.cmp__pill{position:absolute;pointer-events:none;z-index:0;background:linear-gradient(135deg,var(--pill-a),var(--pill-b));opacity:.28;animation:pill-rotate var(--pill-dur,54s) linear infinite;transform-origin:center;will-change:transform;filter:blur(1px)}.tile--navy .cmp__pill{opacity:.22;mix-blend-mode:screen}@keyframes pill-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cmp--tyr{--pill-a:#D9A86B;--pill-b:#F0D7B0;--pill-dur:62s}.cmp--tyr .cmp__pill{top:18%;right:-64px;width:200px;height:96px;border-radius:50%;animation-delay:-5s}.cmp--omega{--pill-a:#D99A52;--pill-b:#F4D29A;--pill-dur:68s}.cmp--omega .cmp__pill{bottom:-16px;right:-48px;width:224px;height:104px;border-radius:50%;animation-delay:-24s}.cmp--methyl{--pill-a:#6A9B9B;--pill-b:#C3DAD5;--pill-dur:58s}.cmp--methyl .cmp__pill{top:14%;right:-56px;width:200px;height:68px;border-radius:34px;animation-delay:-11s}.cmp--theanine{--pill-a:#9FB4C3;--pill-b:#DCE6EE;--pill-dur:66s}.cmp--theanine .cmp__pill{bottom:14%;right:-50px;width:170px;height:60px;border-radius:30px;animation-delay:-41s}.cmp--taur{--pill-a:#9FB4C3;--pill-b:#DCE6EE;--pill-dur:60s}.cmp--taur .cmp__pill{top:38%;right:-36px;width:150px;height:54px;border-radius:27px;animation-delay:-19s}.cmp--rhod{--pill-a:#BE7E7E;--pill-b:#E6C8C8;--pill-dur:64s}.cmp--rhod .cmp__pill{bottom:-24px;right:-28px;width:150px;height:150px;border-radius:50%;animation-delay:-48s}.cmp--nac{--pill-a:#7AA082;--pill-b:#C7D8BF;--pill-dur:56s}.cmp--nac .cmp__pill{top:14%;right:-48px;width:170px;height:100px;border-radius:50%;animation-delay:-32s}@keyframes pill-flip-y{0%{transform:translate(-15%) perspective(600px) rotateX(28deg) rotate(0)}to{transform:translate(-15%) perspective(600px) rotateX(28deg) rotate(360deg)}}.cmp__top{display:flex;flex-direction:column;align-items:flex-start;gap:6px;position:relative;z-index:2;min-height:56px}.cmp__num{font-family:var(--mono);font-weight:500;font-size:9.5px;letter-spacing:.14em;color:#0a1f3d7a;text-transform:uppercase}.tile--navy .cmp__num{color:#ffffff8c}.cmp__name{font-weight:600;letter-spacing:-.015em;line-height:1.12;font-size:18px;margin-top:0;color:var(--navy);position:relative;z-index:2}.tile--navy .cmp__name{color:var(--paper);font-size:22px;letter-spacing:-.02em}.cmp__tag{margin-top:0;font-family:var(--mono);font-weight:500;font-size:9.5px;letter-spacing:.12em;text-transform:uppercase;color:#0a1f3d85;position:relative;z-index:2}.tile--navy .cmp__tag{color:#ffffff94}.cmp__plain{font-size:12px;line-height:1.5;color:#0a1f3db8;margin-top:0;font-weight:400;max-width:320px;position:relative;z-index:2;align-self:flex-start}.tile--navy .cmp__plain{color:#ffffffd1;max-width:380px}.bento--tight{gap:6px}.sf{position:absolute;top:0;right:0;bottom:0;left:0;padding:18px 16px 16px;background:var(--paper);color:var(--navy);border-radius:var(--radius);opacity:0;pointer-events:none;display:flex;flex-direction:column;gap:4px;z-index:5;overflow:hidden}.cmp.is-open .sf{opacity:1;pointer-events:auto}.sf__h{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.sf__name{font-family:var(--sans);font-weight:600;font-size:12.5px;letter-spacing:-.01em;line-height:1.1;color:var(--navy)}.sf__serving{margin-top:2px;color:#0a1f3d8c;font-size:9px}.sf__rule{height:1px;background:var(--line-s);margin:2px 0 0}.sf__rows{display:flex;flex-direction:column;gap:1px}.sf__row{display:grid;grid-template-columns:1fr 56px 36px;gap:6px;font-family:var(--mono);font-weight:500;font-size:9px;letter-spacing:.04em;text-transform:uppercase;color:#0a1f3dd1;line-height:1.3}.sf__nut{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sf__amt{text-align:right;font-variant-numeric:tabular-nums}.sf__dv{text-align:right;color:#0a1f3d80;font-variant-numeric:tabular-nums}.sf__foot{margin-top:auto;display:flex;flex-direction:column;gap:3px;padding-top:6px}.sf__src{font-family:var(--mono);font-weight:500;font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:var(--navy);padding:4px 8px;background:#0a1f3d0a;border-left:2px solid var(--navy);border-radius:2px;margin-bottom:2px;align-self:flex-start}.sf__fn{font-family:var(--mono);font-weight:500;font-size:8.5px;letter-spacing:.1em;text-transform:uppercase;color:#0a1f3d80}.sf__cite{font-family:var(--mono);font-weight:500;font-size:8.5px;letter-spacing:.12em;text-transform:uppercase;color:#0a1f3d73}.sf__other{font-family:var(--sans);font-weight:400;font-size:10px;color:#0a1f3d8c;line-height:1.45}.silent{min-height:420px;padding:88px 56px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.silent__eyebrow{margin-bottom:44px;color:#0a1f3d6b;letter-spacing:.18em}.silent__q{font-family:var(--sans);font-weight:900;letter-spacing:-.045em;line-height:.92;font-size:clamp(64px,10vw,148px);color:var(--navy);margin-bottom:44px}.silent__q em{font-style:normal;color:#0a1f3d38;text-decoration:line-through;text-decoration-thickness:3px;text-decoration-color:#0a1f3d2e}.silent__cite{color:#0a1f3d80;max-width:560px;line-height:1.7}.tc{min-height:260px;padding:28px 26px 26px;display:flex;flex-direction:column;justify-content:space-between;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;cursor:pointer}.tc:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:var(--navy);opacity:.25;z-index:6;transition:opacity .22s ease,height .22s ease}.tc:hover{transform:translateY(-2px);box-shadow:0 10px 26px #0a1f3d0f;border-color:var(--line-s)}.tc:hover:before{height:3px;opacity:.55}.tc__face{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;width:100%}.tc__ico{color:var(--navy);opacity:.8;width:40px;height:40px;border:1px solid var(--line-s);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--paper);margin-bottom:18px;flex-shrink:0}.tc__lbl{color:#0a1f3d8c;font-family:var(--mono);font-weight:500;font-size:9.5px;letter-spacing:.16em;text-transform:uppercase;margin-bottom:10px;line-height:1.4}.tc__h{font-size:16px;font-weight:600;letter-spacing:-.01em;line-height:1.25;margin-bottom:10px;max-width:240px;color:var(--navy)}.tc__plain{font-size:12.5px;line-height:1.55;color:#0a1f3db3;max-width:260px;margin-bottom:auto;padding-bottom:12px}.tc__more{color:#0a1f3d73;font-family:var(--mono);font-weight:500;font-size:9px;letter-spacing:.14em;text-transform:uppercase;margin-top:auto;padding-top:10px;border-top:1px solid var(--line)}.tc__back{position:absolute;top:0;right:0;bottom:0;left:0;padding:28px 24px 24px;background:var(--paper);border:1px solid var(--line-s);border-radius:var(--radius);opacity:0;pointer-events:none;transition:opacity .18s ease;display:flex;flex-direction:column;gap:10px;z-index:5;overflow:hidden}.tc__back-h{display:flex;flex-direction:column;gap:2px}.tc__back-name{font-family:var(--sans);font-weight:700;font-size:14px;letter-spacing:-.005em;line-height:1.2;color:var(--navy)}.tc__back-meta{color:#0a1f3d8c;font-family:var(--mono);font-weight:500;font-size:9px;letter-spacing:.14em;text-transform:uppercase;margin-top:2px}.tc__back-rule{height:1px;background:var(--line-s);margin:2px 0}.tc__back-body{font-size:12px;line-height:1.55;color:#0a1f3dc2;max-width:320px}.tc__back-list{list-style:none;padding:0;margin:2px 0 0;display:flex;flex-direction:column;gap:6px}.tc__back-list li{position:relative;padding-left:12px;font-size:11px;line-height:1.5;color:#0a1f3db3}.tc__back-list li:before{content:"";position:absolute;left:0;top:7px;width:5px;height:5px;background:var(--navy);opacity:.45;border-radius:1px}.tc__back-cite{margin-top:auto;color:#0a1f3d73;font-family:var(--mono);font-weight:500;font-size:9px;letter-spacing:.14em;text-transform:uppercase;padding-top:10px;border-top:1px solid var(--line)}@media(hover:hover){.tc:hover>.tc__back,.tc:focus-within>.tc__back,.tc:focus>.tc__back{opacity:1;pointer-events:auto}}.tc.is-open>.tc__back{opacity:1;pointer-events:auto}.step{min-height:220px;padding:32px;justify-content:space-between}.step__n{font-family:var(--mono);font-weight:500;font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:#0a1f3d66}.step__h{font-weight:600;font-size:22px;letter-spacing:-.01em;line-height:1.15;margin:44px 0 12px;color:var(--navy)}.step__body{font-size:13.5px;line-height:1.55;color:#0a1f3db8;max-width:280px}.not-in{padding:40px 44px;display:flex;flex-direction:column;gap:24px;justify-content:center}.not-in__eyebrow{color:#0a1f3d73}.not-in__h{font-size:clamp(24px,2.8vw,32px);font-weight:700;letter-spacing:-.02em;line-height:1.18;color:var(--navy)}.not-in__h em{font-style:normal;font-weight:700;color:#0a1f3d59;text-decoration:line-through;text-decoration-thickness:2px;text-decoration-color:#0a1f3d33}.not-in__list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:10px 24px}.not-in__list li{display:flex;align-items:center;gap:12px;font-size:13.5px;color:#0a1f3dc7;font-weight:500;padding:4px 0}.not-in__list li:before{content:"\d7";flex-shrink:0;width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--paper);color:#0a1f3d8c;font-weight:500;font-size:14px;border:1px solid var(--line-s);line-height:1}.guarantee{padding:40px;display:flex;flex-direction:column;justify-content:center;gap:18px}.guarantee__eyebrow{color:#0a1f3d73}.guarantee__h{font-size:clamp(24px,2.8vw,32px);font-weight:700;letter-spacing:-.02em;line-height:1.18;color:var(--navy)}.guarantee__body{font-size:13.5px;line-height:1.65;color:#0a1f3db8}.guarantee__cite{color:#0a1f3d73;font-family:var(--mono);font-weight:500;font-size:9px;letter-spacing:.14em;text-transform:uppercase;margin-top:14px}.pc{padding:40px 44px;display:flex;flex-direction:column}.pc__list{list-style:none;padding:0;margin:0 0 22px;display:grid;grid-template-columns:1fr 1fr;column-gap:56px;row-gap:0}.pc__item{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:13px 0;border-bottom:1px solid var(--line);min-width:0}.pc__item:nth-last-child(-n+2){border-bottom:none}.pc__item-main{min-width:0;flex:1;display:flex;flex-direction:column;gap:4px}.pc__nut{font-weight:500;font-size:15.5px;letter-spacing:-.005em;color:var(--navy);line-height:1.2}.pc__dose{font-size:11px;letter-spacing:.1em;color:#0a1f3d8c}.pc__cost{font-family:var(--mono);font-weight:500;font-size:14px;letter-spacing:.02em;color:var(--navy);font-variant-numeric:tabular-nums;white-space:nowrap}.pc__totals{border-top:2px solid var(--navy);padding-top:20px;display:flex;flex-direction:column;gap:12px}.pc__row{display:flex;justify-content:space-between;align-items:baseline;gap:24px}.pc__row--subtotal .pc__label{font-size:11px;color:#0a1f3da6}.pc__row--subtotal .pc__value{font-family:var(--sans);font-weight:600;font-size:24px;letter-spacing:-.015em;color:#0a1f3d8c;text-decoration:line-through;text-decoration-thickness:1.5px;text-decoration-color:#0a1f3d52;font-variant-numeric:tabular-nums}.pc__row--hero{padding-top:14px;margin-top:2px;border-top:1px solid var(--line);align-items:center}.pc__row--hero .pc__label{font-size:11px;color:var(--navy);max-width:260px;line-height:1.4}.pc__row--hero .pc__value{font-family:var(--sans);font-weight:900;font-size:clamp(38px,4.5vw,54px);letter-spacing:-.035em;line-height:.95;color:var(--navy);font-variant-numeric:tabular-nums;display:inline-flex;align-items:baseline;gap:6px}.pc__value-unit{font-family:var(--mono);font-weight:500;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#0a1f3d8c;padding-bottom:7px}.pc__foot{margin-top:22px;padding-top:18px;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:10px}.pc__save{font-size:12px;color:var(--navy);opacity:.7;letter-spacing:.1em}.pc__note{font-size:13px;line-height:1.6;color:#0a1f3d8c;max-width:720px}.pr{padding:clamp(40px,5vw,64px) 56px;min-height:auto;display:flex;justify-content:center}.pr__inner{width:100%;max-width:660px;display:flex;flex-direction:column;align-items:stretch;gap:22px;text-align:center}.pr__eyebrow{color:#ffffff80;margin:0}.pr__lead{font-family:var(--sans);font-weight:700;letter-spacing:-.025em;line-height:1.16;font-size:clamp(26px,2.6vw,36px);color:var(--paper);margin:0}.pr__left,.pr__right{display:contents}.pr__price,.pr__amount,.pr__unit,.pr__meta{display:none}.pr__plans{display:flex;flex-direction:column;gap:8px;width:100%;margin-bottom:2px}.pr .plan-card{position:relative;padding:12px 18px 11px;display:grid;grid-template-columns:1fr auto;column-gap:18px;row-gap:8px;grid-template-areas:"tag price" "note note";align-items:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.2);border-radius:3px;cursor:pointer;color:var(--paper);text-align:left;transition:background-color .18s ease,border-color .18s ease,transform .18s ease}.pr .plan-card input{position:absolute;opacity:0;pointer-events:none}.pr .plan-card:not(.plan-card--selected):hover{background:#ffffff17;border-color:#ffffff5c;transform:translateY(-1px)}.pr .plan-card--selected{background:var(--paper);color:var(--navy);border-color:var(--paper)}.pr .plan-card__badge{position:absolute;top:-9px;right:14px;height:18px;padding:0 9px;display:inline-flex;align-items:center;font-family:var(--mono);font-weight:500;font-size:8.5px;letter-spacing:.16em;text-transform:uppercase;background:var(--paper);color:var(--navy);border:1px solid var(--paper);z-index:2}.pr .plan-card__tag{grid-area:tag;align-self:center;font-family:var(--mono);font-weight:500;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#ffffffb8;margin:0}.pr .plan-card--selected .plan-card__tag{color:#0a1f3d9e}.pr .plan-card__pricing{grid-area:price;align-self:center;display:flex;align-items:center;gap:14px;white-space:nowrap;margin:0}.pr .plan-card__cell{display:flex;flex-direction:column;align-items:center;gap:7px;line-height:1}.pr .plan-card__amount{font-family:var(--sans);font-weight:800;font-size:24px;letter-spacing:-.02em;color:inherit;line-height:1}.pr .plan-card__amount--smaller{font-size:22.8px}.pr .plan-card__amount--larger{font-size:25.2px}.pr .plan-card__caption{font-family:var(--mono);font-weight:500;font-size:9px;letter-spacing:.14em;text-transform:uppercase;line-height:1.35;text-align:center;color:#ffffff9e}.pr .plan-card--selected .plan-card__caption{color:#0a1f3d9e}.pr .plan-card__arrow{font-family:var(--sans);font-weight:500;font-size:22px;line-height:1;color:#ffffff8c;align-self:flex-end;padding-bottom:1px}.pr .plan-card--selected .plan-card__arrow{color:#0a1f3d8c}.pr .plan-card__note{grid-area:note;font-family:var(--mono);font-weight:500;font-size:9px;letter-spacing:.05em;text-transform:uppercase;line-height:1.4;color:#ffffff9e;margin:0;white-space:nowrap;overflow:hidden}.pr .plan-card--selected .plan-card__note{color:#0a1f3d94}.pr__cta{display:flex;align-items:center;justify-content:space-between;width:100%;background:var(--paper);color:var(--navy);height:72px;padding:0 28px;border-radius:3px;font-weight:600;font-size:17px;transition:opacity .18s,transform .18s}.pr__cta:hover{opacity:.92;transform:translateY(-1px)}.pr__guarantee{color:#ffffff73;font-family:var(--mono);font-weight:500;font-size:10px;letter-spacing:.14em;text-transform:uppercase}.fd{padding:48px;display:flex;flex-direction:column;gap:14px;justify-content:center}.fd__eyebrow{color:#0a1f3d73;margin-bottom:4px}.fd__h{font-size:clamp(22px,2.2vw,28px);font-weight:600;letter-spacing:-.022em;line-height:1.2;color:var(--navy);margin-bottom:4px}.fd__body{font-size:14.5px;line-height:1.65;color:#0a1f3dc2;max-width:520px}.fd__sign{margin-top:16px;color:#0a1f3d80}.faq{padding:40px;display:flex;flex-direction:column}.faq__eyebrow{margin-bottom:6px;color:#0a1f3d73}.faq__h{font-size:22px;font-weight:700;letter-spacing:-.02em;line-height:1.15;margin-bottom:18px;color:var(--navy)}.faq__list{display:flex;flex-direction:column;flex:1;border-top:1px solid var(--line)}.faq details{border-bottom:1px solid var(--line);padding:9px 0}.faq details:last-of-type{border-bottom:none}.faq summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;font-weight:500;font-size:13.5px;line-height:1.35;gap:12px;color:var(--navy)}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";font-weight:400;font-size:16px;opacity:.45;transition:transform .2s}.faq details[open] summary:after{transform:rotate(45deg)}.faq details[open]{padding-bottom:12px}.faq__ans{margin-top:6px;font-size:13px;line-height:1.55;color:#0a1f3da8;max-width:520px}.faq__more{margin-top:16px;font-family:var(--mono);font-weight:500;font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:#0a1f3d8c;align-self:flex-start}.brand-footer{margin-top:var(--section-gap)!important;margin-bottom:48px}.bf{padding:72px 60px 56px;display:flex;flex-direction:column;gap:0;min-height:auto}.bf__top{display:grid;grid-template-columns:1.65fr 1fr;gap:60px;align-items:start}.bf__brand{max-width:580px;display:flex;flex-direction:column}.bf__lockup{display:flex;flex-direction:row;align-items:center;gap:14px;margin-bottom:28px;line-height:1}.bf__wordmark{font-family:IBM Plex Sans,Inter,system-ui,sans-serif;font-weight:700;letter-spacing:-.02em;font-size:44px;color:var(--navy);line-height:1;flex-shrink:0}.bf__tag{display:flex;flex-direction:column;gap:3px;font-family:var(--mono);font-weight:500;font-size:9.5px;letter-spacing:.18em;text-transform:uppercase;color:#0a1f3da6;line-height:1;padding:0 0 0 14px;border-left:1px solid rgba(10,31,61,.25);align-self:stretch;justify-content:center}.bf__tag>span:first-child{margin-top:-.14em}.bf__tag>span:last-child{margin-bottom:-.14em}.bf__trust{font-family:var(--mono);font-weight:500;font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:#0a1f3d8c;line-height:1.6;margin-bottom:18px}.bf__email{font-family:var(--mono);font-weight:500;font-size:12px;letter-spacing:.06em;color:#0a1f3dd9;transition:color .18s;display:inline-block;align-self:flex-start;margin-top:18px;text-decoration:none}.bf__email:hover{color:var(--navy)}.bf__cols{display:grid;grid-template-columns:1fr 1fr;gap:48px}.bf__col{display:flex;flex-direction:column;gap:13px}.bf__col-title{font-size:10.5px;letter-spacing:.16em;color:#0a1f3d73;margin-bottom:10px;font-weight:500;text-transform:uppercase}.bf__col a{font-weight:500;font-size:14px;color:#0a1f3dc7;transition:color .18s;text-decoration:none}.bf__col a:hover{color:var(--navy)}.bf__legal{display:flex;flex-direction:column;gap:10px;padding-top:0;max-width:560px}.bf__entity{font-family:var(--mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:#0a1f3d94;line-height:1.85;font-weight:500}.bf__entity strong{color:inherit;font-weight:inherit;letter-spacing:inherit}.bf__cr{font-family:var(--mono);font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:#0a1f3d6b;font-weight:500;text-align:center;margin:48px auto 0}.bf__trust-long{font-family:var(--mono);font-size:10px;letter-spacing:.07em;color:#0a1f3d8c;line-height:1.75;font-weight:500;max-width:780px;margin:48px auto 0;text-align:center}.bf__trust-long+.bf__cr{margin-top:24px}.bf__fda{font-family:var(--mono);font-size:10px;letter-spacing:.07em;color:#0a1f3d75;line-height:1.75;font-weight:500;max-width:760px;margin:14px auto 0;text-align:center}.sticky-cta{display:flex;position:fixed;bottom:16px;left:50%;right:auto;width:calc(100% - 32px);max-width:480px;height:52px;align-items:center;justify-content:center;gap:10px;background:var(--navy);color:var(--paper);border-radius:3px;font-family:var(--sans);font-weight:600;font-size:14px;letter-spacing:-.005em;z-index:60;box-shadow:0 4px 20px #0a1f3d38;text-decoration:none;opacity:0;transform:translate(-50%,120%);pointer-events:none;transition:opacity .32s ease,transform .32s ease}.sticky-cta.is-visible{opacity:1;transform:translate(-50%);pointer-events:auto}body{padding-bottom:80px}@media(max-width:820px){.sticky-cta{left:12px;right:12px;bottom:12px;width:auto;max-width:none;height:56px;font-size:15px;transform:translateY(120%)}.sticky-cta.is-visible{transform:translateY(0)}body{padding-bottom:88px}}.sticky-cta__arrow{opacity:.7;font-weight:400}.bento[data-reveal]{opacity:1;transform:none}@media(max-width:1199px){.c-8,.c-7,.c-5{grid-column:span 12}.c-4,.c-3{grid-column:span 6}.hero__h1{font-size:clamp(40px,5vw,58px)}.pr{padding:48px 40px}.silent__q{font-size:clamp(52px,8.5vw,108px)}.silent{padding:72px 40px}}@media(max-width:1199px)and (min-width:821px){.bento--hero .c-6{grid-column:span 6}.bento--hero .hero--photo,.bento--hero .pitch{height:auto;min-height:520px;max-height:none}.bento--hero .hero--photo{padding:4%}}@media(max-width:960px)and (min-width:821px){.bento--hero .c-8{grid-column:span 8}.bento--hero .c-4{grid-column:span 4}.bento--hero .hero--photo{padding:3%}.bento--hero .hero--photo,.bento--hero .pitch{min-height:480px}.pitch{padding:14px 18px}.pitch__h1{font-size:clamp(22px,3vw,28px)}}@media(max-width:820px){:root{--section-gap:24px}.bento{padding:0 16px;gap:14px;margin:0 auto}.bento--hero{max-width:none;margin-left:16px;margin-right:16px;padding:0;margin-top:0}.top-nav{height:42px}.top-nav__inner{padding:0 16px;gap:12px}.top-nav__eyebrow{display:none}.c-6,.c-4,.c-7,.c-5{grid-column:span 12}.c-3{grid-column:span 6}.sec-header__h2{font-size:clamp(22px,5.5vw,28px);line-height:1.2}.sec-header__eyebrow{margin-bottom:8px}.hero{order:2;padding:24px;min-height:auto;gap:16px}.hero__eyebrow{margin-bottom:20px;gap:12px}.hero__accent{width:20px}.hero__h1{font-size:clamp(26px,7vw,38px);margin-bottom:10px;max-width:none;line-height:1.08}.hero__spec{font-size:10px;letter-spacing:.12em;margin-bottom:18px;gap:8px}.hero__spec:before{width:10px}.hero__pillars{font-size:9.5px;letter-spacing:.14em;gap:8px 10px;margin-bottom:16px}.hero__pillars-dot{width:2.5px;height:2.5px}.hero__pillars--top{margin:16px 18px 0;font-size:10.5px;letter-spacing:.18em;gap:8px 12px;justify-content:center}.hero__sub{font-size:13px;max-width:none;line-height:1.5}.bento--hero{gap:0}.bento--hero .hero,.bento--hero .buy,.bento--hero>:first-child,.bento--hero>:last-child{border-radius:var(--radius)}.bento--hero .buy,.bento--hero .pitch{border-left:none}.bento--hero .tile--white{border:none}.hero--photo{order:1;min-height:auto;height:auto;padding:4% 8% 0}.hero--photo .hero__photo{max-height:clamp(220px,46vw,360px);max-width:100%}.pitch{order:2;min-height:auto;height:auto;max-height:none;padding:0 20px 20px;gap:8px}.pitch__credline{margin-bottom:0;padding-bottom:0}.pitch__h1{font-size:clamp(24px,6.4vw,32px);max-width:none;margin-top:2px;margin-bottom:2px;line-height:1.12}.pitch__plans{margin-top:6px}.pitch__args{gap:6px;margin-top:4px}.pitch__args-body{font-size:13px;line-height:1.5;margin:0}.pitch__cta-row{margin-top:8px}.pitch__sub{font-size:14px;max-width:none}.pitch__trust{padding-top:12px}.hero--media{order:1;padding:0;gap:0;overflow:hidden}.hero__frame{padding:0;width:100%;display:block;line-height:0}.hero__img{width:100%;max-width:none;max-height:clamp(200px,46vw,280px);height:auto;object-fit:contain;margin:0}.hero__body{padding:14px 22px 18px;max-width:none}.buy{order:2;padding:16px;gap:10px}.buy__head{margin-bottom:2px}.buy__trust{padding-top:12px}.hero__divider{margin-bottom:18px}.hero__bottom{gap:18px}.sachet{order:1;padding:24px;min-height:clamp(320px,52vw,440px);gap:14px}.sachet__img{max-width:340px}.plan-group{grid-template-columns:1fr;gap:8px}.pitch__plans,.pitch__cta-row{max-width:none;width:100%}.pitch .plan-card{padding:14px 14px 12px;column-gap:14px;row-gap:8px}.pitch .plan-card__amount{font-size:26px}.pitch .plan-card__unit{font-size:9.5px}.pitch .plan-card__note{font-size:10px;letter-spacing:.08em;line-height:1.55;padding-top:8px}.pitch .plan-card__tag{font-size:12px;letter-spacing:.12em}.pitch .plan-card[data-plan=onetime] .plan-card__cell{min-width:0}.bento--tight{gap:0;padding:0;margin-left:16px;margin-right:16px;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.cmp{min-height:175px;padding:16px;border:none;border-radius:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line);justify-content:flex-start}.cmp__top{min-height:46px;gap:4px}.bento--tight .cmp--methyl,.bento--tight .cmp--nac,.bento--tight .cmp--theanine,.bento--tight .cmp--omega{border-right:none}.bento--tight .cmp--theanine,.bento--tight .cmp--omega{border-bottom:none}.bento--tight .cmp--tyr,.bento--tight .cmp--methyl{grid-column:span 6;min-height:195px}.bento--tight .cmp--taur,.bento--tight .cmp--nac,.bento--tight .cmp--rhod{grid-column:span 4;min-height:175px}.bento--tight .cmp--theanine,.bento--tight .cmp--omega{grid-column:span 6;min-height:175px}.cmp__top{gap:4px}.cmp__name{font-size:15.5px;margin-top:0;line-height:1.14}.tile--navy .cmp__name{font-size:17px}.cmp__tag{margin-top:0;font-size:8.5px;letter-spacing:.1em}.cmp__plain{font-size:11px;line-height:1.5;margin-top:18px;max-width:none}.cmp--omega .cmp__pill{width:160px;height:75px;bottom:-10px;right:-32px}.cmp--adek .cmp__pill{width:144px;height:70px;top:18%;right:-44px}.cmp--methyl .cmp__pill{width:144px;height:50px;top:14%;right:-36px}.cmp--theanine .cmp__pill{width:110px;height:40px;bottom:16%;right:-32px}.cmp--lion .cmp__pill{width:108px;height:40px;top:42%;right:-22px}.cmp--rhod .cmp__pill{width:108px;height:108px;bottom:-16px;right:-18px}.cmp--mag .cmp__pill{width:122px;height:72px;top:16%;right:-30px}.cmp--ash .cmp__pill{width:116px;height:42px;bottom:18%;right:-28px}.sf{padding:14px 12px 12px;gap:3px}.sf__name{font-size:11.5px}.sf__serving{font-size:8.5px}.sf__row{font-size:8.5px;grid-template-columns:1fr 48px 32px;gap:5px;line-height:1.28}.sf__foot{padding-top:4px;gap:2px}.sf__src{font-size:8px;padding:3px 6px}.sf__cite{font-size:8px}.silent{padding:48px 24px;min-height:auto}.silent__q{font-size:clamp(44px,13vw,84px);margin-bottom:32px}.silent__eyebrow{margin-bottom:28px}.tc{min-height:220px;padding:24px}.tc__ico{width:36px;height:36px;margin-bottom:14px}.tc__h{font-size:14.5px;margin-bottom:8px}.tc__plain{font-size:12px;padding-bottom:10px}.tc__back{padding:22px 20px 20px}.tc__back-body{font-size:11.5px}.tc__back-list li{font-size:11px}.step{min-height:auto;padding:24px}.step__h{font-size:19px;margin:28px 0 10px}.step__body{font-size:12.5px;max-width:none}.not-in{padding:24px;gap:16px}.not-in__h{font-size:22px}.not-in__list{grid-template-columns:1fr 1fr;gap:8px 18px}.not-in__list li{font-size:12.5px;gap:10px}.not-in__list li:before{width:20px;height:20px;font-size:12px}.guarantee{padding:24px;gap:14px}.guarantee__h{font-size:22px}.guarantee__body{font-size:13px}.pc{padding:24px}.pc__list{grid-template-columns:1fr;column-gap:0;margin-bottom:18px}.pc__item{padding:12px 0;border-bottom:1px solid var(--line)}.pc__item:last-child{border-bottom:none}.pc__item:nth-last-child(-n+2){border-bottom:1px solid var(--line)}.pc__item:nth-last-child(1){border-bottom:none}.pc__nut{font-size:14.5px}.pc__dose{font-size:10.5px}.pc__cost{font-size:13px}.pc__totals{padding-top:18px;gap:10px}.pc__row{flex-direction:column;gap:6px;align-items:flex-start}.pc__row--subtotal .pc__value{font-size:20px}.pc__row--hero{align-items:flex-start}.pc__row--hero .pc__label{max-width:none}.pc__row--hero .pc__value{font-size:clamp(36px,10vw,52px)}.pc__value-unit{font-size:10px;padding-bottom:6px}.pc__foot{margin-top:20px;padding-top:16px}.pc__save{font-size:11px}.pc__note{font-size:12px}.pr{padding:28px 20px}.pr__amount{font-size:56px}.pr__unit{font-size:11px;padding-bottom:12px}.pr__meta{gap:2px 8px;font-size:9.5px}.pr__cta{height:60px;font-size:15px;padding:0 22px}.fd{padding:24px}.fd__h{font-size:20px}.fd__body{font-size:13.5px;line-height:1.6}.faq{padding:24px}.faq__h{font-size:20px}.faq summary{font-size:13.5px}.faq__ans{font-size:12.5px}.brand-footer{margin-bottom:12px}.bf{padding:32px}.bf__top{grid-template-columns:1fr;gap:36px}.bf__cols{gap:32px}.bf__lockup{gap:11px;margin-bottom:24px}.bf__wordmark{font-size:34px}.bf__tag{font-size:7.5px;letter-spacing:.14em;gap:2px;padding-left:11px}.bf__tagline{font-size:13px}.bf__entity{font-size:9.5px;letter-spacing:.08em;line-height:1.75}.bf__cr{font-size:9.5px;letter-spacing:.1em}.bf__fda{font-size:9.5px;line-height:1.7}}@media(max-width:520px){.c-3,.c-2{grid-column:span 12}.hero{padding:24px}.hero__h1{font-size:clamp(30px,8.5vw,42px)}.hero__spec{font-size:9.5px;letter-spacing:.1em}.sachet__img{max-width:100%}.bento--tight{gap:0}.cmp{padding:14px}.bento--tight .cmp--adek,.bento--tight .cmp--omega{min-height:175px}.bento--tight .cmp--methyl,.bento--tight .cmp--theanine{min-height:130px}.bento--tight .cmp--lion,.bento--tight .cmp--rhod,.bento--tight .cmp--mag,.bento--tight .cmp--ash{min-height:160px}.cmp__name{font-size:14px;margin-top:0;line-height:1.14}.cmp__tag{margin-top:0;font-size:8px;letter-spacing:.08em}.cmp__plain{font-size:10.5px;line-height:1.45;margin-top:4px}.cmp__num{font-size:8.5px}.sf{padding:12px 10px 10px}.sf__name{font-size:11px}.sf__row{font-size:8px;grid-template-columns:1fr 42px 28px;gap:4px}.silent{padding:40px 20px}.silent__q{font-size:clamp(38px,15vw,72px)}.pr__amount{font-size:48px}.not-in__list{grid-template-columns:1fr}body{padding-bottom:80px}.top-nav .btn--sm{padding:0 12px;font-size:12px}}.bento--prose{margin-top:16px}.prose{padding:56px 56px 72px}.prose>*{max-width:74ch;margin-left:auto;margin-right:auto}.prose__eyebrow{display:none}.prose__h1{font-family:Inter,system-ui,sans-serif;font-weight:900;font-size:clamp(28px,3.2vw,40px);line-height:1.08;letter-spacing:-.022em;color:var(--navy);max-width:22ch;margin:0 auto 28px}.prose__body{font-family:Inter,system-ui,sans-serif;font-weight:400;font-size:16px;line-height:1.72;color:#0a1f3de0;max-width:74ch;margin-left:auto;margin-right:auto}.prose__back{display:none}.rte>:last-child{margin-bottom:0}.rte .shopify-policy__container>.shopify-policy__title,.rte .shopify-policy__title,.rte>h1:first-child,.rte>h2:first-child,.rte>h3:first-child,.rte>:first-child>h1:first-child,.rte>:first-child>h2:first-child,.rte>:first-child>h3:first-child{display:none}.rte .shopify-policy__container,.rte .shopify-policy__body{all:unset;display:block}.rte h2,.rte h3{font-family:var(--mono);font-weight:500;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#0a1f3d8c;margin:32px 0 6px;line-height:1.4}.rte>:first-child{margin-top:0}.rte h2:first-child,.rte h3:first-child,.rte h4:first-child{margin-top:0}.rte h4{font-family:Inter,system-ui,sans-serif;font-size:14px;margin:28px 0 6px;font-weight:600;color:var(--navy);letter-spacing:-.005em}.rte p{margin:0 0 14px}.rte strong{font-weight:600;color:var(--navy)}.rte em{font-style:normal;background:#f5e6a859;padding:0 2px}.rte a{color:var(--navy);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;text-decoration-color:#0a1f3d59;transition:text-decoration-color .15s ease}.rte a:hover{text-decoration-color:var(--navy)}.rte ul,.rte ol{margin:0 0 14px;padding-left:22px}.rte li{margin:0 0 4px;line-height:1.6}.rte li::marker{color:#0a1f3d73}.rte ul ul,.rte ol ol,.rte ul ol,.rte ol ul{margin:6px 0}.rte blockquote{margin:24px 0;padding:4px 0 4px 20px;border-left:2px solid rgba(10,31,61,.2);font-size:15px;color:#0a1f3dbf;font-style:normal}.rte blockquote p:last-child{margin-bottom:0}.rte hr{border:0;border-top:1px solid rgba(10,31,61,.1);margin:40px 0}.rte table{width:100%;border-collapse:collapse;margin:24px 0;font-size:14px}.rte th,.rte td{padding:10px 12px;text-align:left;border-bottom:1px solid rgba(10,31,61,.08);vertical-align:top}.rte th{font-weight:600;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#0a1f3d99}.rte code{font-family:var(--mono);font-size:.92em;background:#0a1f3d0f;padding:1px 6px;border-radius:3px}.rte pre{background:#0a1f3d0a;padding:16px 18px;border-radius:6px;overflow-x:auto;font-size:13px;line-height:1.5;margin:20px 0}.rte pre code{background:none;padding:0}.rte img{max-width:100%;height:auto;display:block;margin:24px 0;border-radius:6px}@media(max-width:900px){.prose{padding:40px 36px 52px}.prose__h1{margin:0 auto 22px}.prose__body{font-size:15.5px;line-height:1.66}.rte h2,.rte h3{margin:26px 0 5px}.rte h4{margin:22px 0 5px}.rte p,.rte ul,.rte ol{margin:0 0 12px}.rte h2:first-child,.rte h3:first-child,.rte h4:first-child{margin-top:0}}@media(max-width:520px){.bento--prose{margin-top:8px}.prose{padding:28px 20px 36px}.prose__h1{font-size:24px;margin:0 auto 18px}.prose__body{font-size:15px;line-height:1.62}.rte h2,.rte h3{font-size:11px;margin:22px 0 4px}.rte h4{margin:18px 0 4px}.rte p,.rte ul,.rte ol{margin:0 0 11px}.rte p,.rte li{font-size:15px}.rte h2:first-child,.rte h3:first-child,.rte h4:first-child{margin-top:0}}.pitch__eyebrow{font-family:var(--mono);font-weight:500;font-size:10.5px;letter-spacing:.18em;text-transform:uppercase;color:#0a1f3d8c;margin-bottom:6px}.pitch__spec{margin:10px 0 4px;display:flex;flex-direction:column;gap:4px}.pitch__spec-row{display:grid;grid-template-columns:84px 1fr;gap:14px;align-items:baseline;font-family:var(--mono);font-weight:500;font-size:10px;letter-spacing:.1em;text-transform:uppercase;line-height:1.45}.pitch__spec-row dt{color:#0a1f3d80;margin:0}.pitch__spec-row dd{color:#0a1f3dcc;margin:0}.cmp__tap{position:absolute;top:14px;right:14px;width:22px;height:22px;display:flex;align-items:center;justify-content:center;font-family:var(--sans);font-weight:600;font-size:13px;line-height:1;color:#0a1f3d6b;border:1px solid rgba(10,31,61,.16);border-radius:50%;background:#0a1f3d05;transition:color .22s ease,border-color .22s ease,background .22s ease;pointer-events:none;z-index:3;padding-left:2px;padding-bottom:1px}.tile--navy .cmp__tap{color:#ffffff8c;border-color:#ffffff38;background:#ffffff0a}.cmp:hover .cmp__tap{color:var(--navy);border-color:#0a1f3d57;background:#0a1f3d0f}.tile--navy.cmp:hover .cmp__tap{color:var(--paper);border-color:#fff6;background:#ffffff14}.cmp.is-open .cmp__tap{color:var(--navy);border-color:#0a1f3d66;background:#0a1f3d14}.sf__mech{margin-top:6px;padding:8px 10px;background:#0a1f3d0a;border-left:2px solid rgba(10,31,61,.22);border-radius:2px;display:flex;flex-direction:column;gap:3px}.sf__mech-label{font-size:8.5px;letter-spacing:.14em;text-transform:uppercase;color:#0a1f3d8c;font-weight:500}.sf__mech-body{font-family:var(--sans);font-weight:400;font-size:10.5px;line-height:1.45;color:#0a1f3dcc;margin:0}.persona{padding:30px 28px;display:flex;flex-direction:column;gap:10px;min-height:200px;justify-content:flex-start}.persona__lbl{font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:#0a1f3d80;font-weight:500;margin-bottom:4px}.persona__h{font-family:var(--sans);font-weight:600;letter-spacing:-.012em;font-size:18px;line-height:1.18;color:var(--navy);margin:0}.persona__body{font-family:var(--sans);font-weight:400;font-size:13.5px;line-height:1.55;color:#0a1f3dbd;margin:0;max-width:42ch}.anti{padding:clamp(32px,4.4vw,52px) clamp(24px,3.6vw,44px);display:flex;flex-direction:column;gap:14px}.anti__eyebrow{color:#0a1f3d73;margin:0}.anti__h{font-family:var(--sans);font-weight:600;letter-spacing:-.022em;line-height:1.18;font-size:clamp(26px,2.7vw,36px);color:var(--navy);margin:0;max-width:46ch}.anti__body{font-family:var(--sans);font-weight:400;letter-spacing:-.005em;font-size:clamp(15px,1.3vw,17px);line-height:1.6;color:#0a1f3dd6;margin:0;max-width:72ch;text-wrap:pretty}.persona__universal{font-family:var(--sans);font-weight:400;letter-spacing:-.005em;font-size:clamp(15px,1.3vw,17px);line-height:1.55;color:#0a1f3dc7;text-align:center;max-width:74ch;margin:8px auto 4px;text-wrap:balance}.not-in__foot{margin-top:18px;padding-top:14px;border-top:1px solid rgba(10,31,61,.1);font-family:var(--sans);font-weight:400;font-size:13px;line-height:1.55;color:#0a1f3da6;max-width:64ch}@media(max-width:820px){.pitch__spec-row{grid-template-columns:72px 1fr;gap:10px;font-size:9.5px}.cmp__tap{top:12px;right:12px;width:20px;height:20px;font-size:13px}.sf__mech{padding:6px 8px;margin-top:4px;gap:2px}.sf__mech-label{font-size:8px;letter-spacing:.12em}.sf__mech-body{font-size:9.5px;line-height:1.4}.persona{padding:22px 20px;min-height:auto}.persona__h{font-size:16px}.persona__body{font-size:12.5px}.not-in__foot{font-size:12px;margin-top:14px;padding-top:12px}}@media(max-width:520px){.pitch__eyebrow{font-size:9.5px}.pitch__spec-row{grid-template-columns:64px 1fr;gap:8px;font-size:9px}.cmp__tap{top:10px;right:10px;width:18px;height:18px;font-size:12px}.sf__mech-body{font-size:9px}.persona{padding:20px 18px}.persona__h{font-size:15px}.persona__body{font-size:12px}}:root{--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-top: env(safe-area-inset-top, 0px)}html,body{min-height:100vh;min-height:100svh}.pitch__credline{font-family:var(--mono);font-weight:500;font-size:clamp(9px,.85vw,11px);letter-spacing:.16em;text-transform:uppercase;color:#0a1f3d8c;line-height:1.5;margin-bottom:14px;display:flex;flex-wrap:wrap;align-items:center;gap:10px}.pitch__credline .credline-sep{color:#0a1f3d52}.trust-term{position:relative;cursor:help;border-bottom:1px dotted rgba(10,31,61,.35);padding-bottom:1px;outline:none}.trust-term:hover,.trust-term:focus-visible{color:var(--navy)}.trust-tooltip{position:absolute;left:50%;transform:translate(-50%);bottom:calc(100% + 10px);width:max-content;max-width:300px;padding:11px 15px;background:var(--navy);color:var(--paper);font-family:var(--sans);font-weight:400;font-size:13.5px;letter-spacing:0;text-transform:none;line-height:1.5;border-radius:3px;opacity:0;pointer-events:none;transition:opacity .15s ease;z-index:50;box-shadow:0 4px 12px #0a1f3d2e}.trust-tooltip:after{content:"";position:absolute;top:100%;left:calc(50% + var(--tip-shift, 0px));transform:translate(-50%);border:6px solid transparent;border-top-color:var(--navy)}.trust-term:hover .trust-tooltip,.trust-term:focus-visible .trust-tooltip{opacity:1}@media(max-width:640px){.trust-tooltip{font-size:13px;max-width:260px;padding:10px 13px;line-height:1.5}}@keyframes trustTermPulse{0%{color:inherit;border-bottom-color:#0a1f3d59;box-shadow:0 0 #2563eb00}50%{color:#2563eb;border-bottom-color:#2563ebb3;box-shadow:0 0 0 5px #2563eb1a}to{color:inherit;border-bottom-color:#0a1f3d59;box-shadow:0 0 #2563eb00}}.trust-term.is-pulsing{animation:trustTermPulse 3.4s ease-in-out;border-radius:3px}@keyframes cmpTapPulse{0%{color:#0a1f3d6b;border-color:#0a1f3d29;box-shadow:0 0 #2563eb00}50%{color:#2563eb;border-color:#2563ebb3;box-shadow:0 0 0 5px #2563eb1a}to{color:#0a1f3d6b;border-color:#0a1f3d29;box-shadow:0 0 #2563eb00}}.cmp__tap.is-pulsing{animation:cmpTapPulse 3.4s ease-in-out}@media(prefers-reduced-motion:reduce){.cmp__tap.is-pulsing{animation:none}}@media(prefers-reduced-motion:reduce){.trust-term.is-pulsing{animation:none}}@keyframes heroCtaPulse{0%,to{box-shadow:inset 0 0 #fff0,0 0 #fff0}50%{box-shadow:inset 0 0 34px 3px #fff6,0 0 24px 3px #ffffff8c}}#heroCta{animation:heroCtaPulse 5.4s ease-in-out infinite}@media(prefers-reduced-motion:reduce){#heroCta{animation:none}}.pitch__intro{display:flex;flex-direction:column;margin:0 0 12px}.pitch__intro-eyebrow{font-family:var(--mono);font-weight:500;font-size:10.5px;letter-spacing:.18em;text-transform:uppercase;color:#0a1f3d8c;margin-bottom:14px}.pitch__intro-headline{font-family:var(--sans);font-weight:400;letter-spacing:-.012em;font-size:clamp(15px,1.1vw,17px);line-height:1.35;color:#0a1f3d9e;margin:0 0 3px;max-width:none;display:block;text-wrap:balance}.pitch__intro-lead{display:block;font-weight:700;letter-spacing:-.028em;font-size:clamp(30px,3.2vw,40px);line-height:1.06;color:var(--navy);margin-bottom:10px;text-wrap:balance}.pitch__intro-lead-row{display:block}.pitch__intro-lead .pitch__intro-lead-row:first-child{font-size:clamp(34px,3.6vw,46px);font-weight:800;line-height:1.02;letter-spacing:-.038em;color:var(--navy);white-space:nowrap}.pitch__intro-lead .pitch__intro-lead-row:last-child{font-size:clamp(20px,1.9vw,24.7px);font-weight:600;line-height:1.25;letter-spacing:-.016em;color:#2563eb;margin-top:6px;margin-bottom:14px}.pitch__intro-lead .pitch__rotator{display:grid}.pitch__intro-lead .pitch__rotator .rot{grid-area:1/1;opacity:0;transform:translateY(7px);filter:blur(4px);transition:opacity 1.2s cubic-bezier(.4,0,.2,1),transform 1.2s cubic-bezier(.4,0,.2,1),filter 1.2s cubic-bezier(.4,0,.2,1);will-change:opacity,transform}.pitch__intro-lead .pitch__rotator .rot--on{opacity:1;transform:translateY(0);filter:blur(0)}@media(prefers-reduced-motion:reduce){.pitch__intro-lead .pitch__rotator .rot{transition:none;transform:none;filter:none}}.pitch__intro-format{display:block;font-family:var(--sans);font-weight:400;letter-spacing:-.012em;font-size:clamp(13.5px,1vw,15.5px);line-height:1.45;color:#0a1f3db8;margin:0 0 14px;max-width:none;text-wrap:pretty}.pitch__intro-benefits{font-family:var(--sans);font-weight:400;letter-spacing:-.005em;font-size:clamp(14px,1vw,15px);line-height:1.45;color:#0a1f3deb;margin:0 0 12px;max-width:54ch;text-wrap:balance}.pitch__intro-spec{display:flex;flex-direction:column;align-items:center;row-gap:4px;margin:0;padding-top:8px;position:relative}.pitch__intro-spec-row{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:4px 6px}.pitch__intro-spec-row dt{display:none}.pitch__intro-spec-row dd{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:4px 6px;font-family:var(--mono);font-weight:500;font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;color:#0a1f3d9e;margin:0;text-align:center}.pitch__intro-spec-row dd .credline-sep{color:#0a1f3d4d;margin:0}.pitch__intro-spec-row dd .trust-term{display:inline-block;max-width:100%;white-space:normal;border-bottom:none;padding-bottom:0;text-decoration:underline dotted rgba(10,31,61,.35);text-underline-offset:3px;text-decoration-thickness:1px}.mobile-break{display:none}@media(max-width:640px){.mobile-break{display:inline}}@media(max-width:640px){.pitch__intro{margin:0 0 11px}.pitch__intro-headline{font-size:17px;line-height:1.4;margin-bottom:2px;text-wrap:wrap}.pitch__intro-lead{font-size:26px;line-height:1.12;margin-bottom:5px}.pitch__intro-lead .pitch__intro-lead-row:first-child{font-size:28px;line-height:1.02;letter-spacing:-.034em;white-space:nowrap}.pitch__intro-lead .pitch__intro-lead-row:last-child{font-size:18px;letter-spacing:-.014em;margin-top:5px;margin-bottom:12px}.pitch__intro-format{text-wrap:pretty;font-size:16px;line-height:1.4}.pitch__intro-benefits{font-size:13px;line-height:1.5;margin-bottom:14px}.pitch__intro-spec{padding-top:4px;padding-bottom:4px;row-gap:4px;text-align:center;justify-content:center}.pitch__intro-spec-row{justify-content:center;text-align:center}.pitch__intro-spec-row dd{font-size:10.5px;letter-spacing:.14em}}.pitch__lede{font-family:var(--sans);font-weight:400;font-size:clamp(14px,1.25vw,16.5px);line-height:1.55;letter-spacing:-.005em;color:#0a1f3db8;margin:0;max-width:46ch}.pitch__compounds{margin-top:14px;display:flex;flex-direction:column;gap:8px}.pitch__compounds-lbl{font-size:clamp(8.5px,.75vw,10px);letter-spacing:.16em;color:#0a1f3d80}.pitch__compounds-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:6px}.pitch__compounds-list li{font-family:var(--mono);font-weight:500;font-size:clamp(9px,.78vw,10.5px);letter-spacing:.08em;text-transform:uppercase;color:#0a1f3dbd;padding:5px 9px;border:1px solid rgba(10,31,61,.14);border-radius:2px;line-height:1.2;background:#0a1f3d05}.pitch__guarantees{margin-top:20px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.pitch__guarantee{display:flex;flex-direction:column;gap:4px}.pitch__guarantee-lbl{font-size:clamp(9px,.8vw,11px);letter-spacing:.14em;color:var(--navy);font-weight:600}.pitch__guarantee-body{font-family:var(--sans);font-weight:400;font-size:clamp(11.5px,1vw,13px);line-height:1.4;color:#0a1f3da6}.why-exists{padding:clamp(28px,4vw,52px) clamp(24px,4vw,56px)}.why-exists__eyebrow{font-size:clamp(9.5px,.85vw,11px);letter-spacing:.16em;color:#0a1f3d8c;margin-bottom:8px}.why-exists__h{font-family:var(--sans);font-weight:600;letter-spacing:-.022em;line-height:1.18;font-size:clamp(26px,2.7vw,36px);color:var(--navy);max-width:46ch;margin:0 0 10px}.why-exists__intro{font-family:var(--sans);font-weight:400;letter-spacing:-.005em;font-size:clamp(15px,1.3vw,17px);line-height:1.62;color:#0a1f3dc7;max-width:62ch;margin:0}.why-exists__split{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(20px,3vw,40px);margin-top:8px}.why-exists__col{display:flex;flex-direction:column;gap:10px}.why-exists__col-lbl{font-size:clamp(9px,.78vw,10.5px);letter-spacing:.16em;color:#0a1f3d80}.why-exists__col-body{font-family:var(--sans);font-weight:400;font-size:clamp(13.5px,1.15vw,15.5px);line-height:1.6;letter-spacing:-.003em;color:#0a1f3dc7;margin:0;max-width:52ch}.why-doses{padding:clamp(28px,4vw,52px) clamp(24px,4vw,56px)}.why-doses__eyebrow{font-size:clamp(9.5px,.85vw,11px);letter-spacing:.16em;color:#0a1f3d8c;margin-bottom:8px}.why-doses__h{font-family:var(--sans);font-weight:600;letter-spacing:-.022em;line-height:1.18;font-size:clamp(26px,2.7vw,36px);color:var(--navy);margin:0 0 10px}.why-doses__body{font-family:var(--sans);font-weight:400;font-size:clamp(15px,1.3vw,17px);line-height:1.65;letter-spacing:-.003em;color:#0a1f3dc7;margin:0;max-width:72ch}.why-doses__honest{font-family:var(--sans);font-weight:400;font-size:clamp(13.5px,1.1vw,15px);line-height:1.6;letter-spacing:-.003em;color:#0a1f3dd1;margin:0;max-width:none}.why-doses__honest strong{font-weight:600;color:var(--navy);display:inline}.not-for{padding:clamp(28px,4vw,48px) clamp(24px,4vw,52px)}.not-for__eyebrow{font-size:clamp(9.5px,.85vw,11px);letter-spacing:.16em;color:#0a1f3d8c;margin-bottom:8px}.not-for__h{font-family:var(--sans);font-weight:600;letter-spacing:-.018em;line-height:1.22;font-size:clamp(18px,1.8vw,24px);color:var(--navy);margin:0 0 10px;max-width:54ch}.not-for__list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(10px,1.4vw,16px) clamp(20px,3vw,40px)}.not-for__list li{font-family:var(--sans);font-weight:400;font-size:clamp(13px,1.1vw,14.5px);line-height:1.5;letter-spacing:-.002em;color:#0a1f3db8;padding-left:18px;position:relative}.not-for__list li:before{content:"\b7";position:absolute;left:4px;top:-2px;font-weight:700;font-size:18px;color:#0a1f3d66;line-height:1}.not-for__foot{margin-top:14px;padding-top:12px;border-top:1px solid rgba(10,31,61,.1);font-family:var(--sans);font-weight:400;font-size:clamp(12.5px,1.05vw,13.5px);line-height:1.55;color:#0a1f3d9e;max-width:none}.cmp-table{padding:clamp(24px,3.2vw,44px) clamp(20px,3vw,48px)}.tile--paper.cmp-table{padding:clamp(18px,1.8vw,24px) 32px}.cmp-tbl__wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:0;padding:0}.cmp-tbl{width:100%;border-collapse:collapse;font-family:var(--sans);min-width:560px;table-layout:fixed}.cmp-tbl thead th:nth-child(1){width:13%}.cmp-tbl thead th:nth-child(2){width:25%}.cmp-tbl thead th:nth-child(3),.cmp-tbl thead th:nth-child(4),.cmp-tbl thead th:nth-child(5){width:20.67%}.cmp-tbl thead th{font-family:var(--mono);font-weight:500;font-size:clamp(9px,.8vw,11px);letter-spacing:.14em;text-transform:uppercase;color:#0a1f3d9e;padding:10px;border-bottom:1px solid rgba(10,31,61,.18);text-align:left;vertical-align:bottom;background:transparent}.cmp-tbl__h--us{color:var(--navy);font-weight:600;letter-spacing:.1em;font-size:clamp(10.5px,.95vw,12.5px)}.cmp-tbl__rowlabel-h{width:auto}.cmp-tbl tbody th.cmp-tbl__rowlabel{font-family:var(--mono);font-weight:500;font-size:clamp(9.5px,.8vw,10.5px);letter-spacing:.14em;text-transform:uppercase;color:#0a1f3d8c;text-align:left;vertical-align:top;padding:13px 10px;border-bottom:1px solid rgba(10,31,61,.08);width:auto}.cmp-tbl tbody td.cmp-tbl__cell{font-family:var(--sans);font-weight:400;font-size:clamp(12.5px,1.05vw,14px);line-height:1.45;letter-spacing:-.002em;color:#0a1f3db8;padding:13px 12px;vertical-align:top;border-bottom:1px solid rgba(10,31,61,.08);border-left:1px solid rgba(10,31,61,.06)}.cmp-tbl tbody td.cmp-tbl__cell--us{color:var(--navy);font-weight:500;background:#0a1f3d0a}.cmp-tbl__foot{margin-top:14px;padding-top:0;border-top:none;font-family:var(--sans);font-weight:400;font-size:clamp(11.5px,.95vw,13px);line-height:1.55;color:#0a1f3d8c;max-width:none}.pr__terms{margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(14px,1.8vw,22px) clamp(20px,3vw,40px);text-align:left;padding-top:18px;border-top:1px solid rgba(255,255,255,.14)}.pr__term{display:flex;flex-direction:column;gap:5px}.pr__term-lbl{font-family:var(--mono);font-weight:500;font-size:clamp(9px,.78vw,10.5px);letter-spacing:.16em;color:#ffffff9e;text-transform:uppercase}.pr__term-body{font-family:var(--sans);font-weight:400;font-size:clamp(11.5px,1vw,13px);line-height:1.5;letter-spacing:-.002em;color:#ffffffc7}.pr__transparency{font-family:var(--sans);font-weight:400;font-size:clamp(11.5px,.95vw,13px);line-height:1.6;letter-spacing:-.002em;color:#ffffff94;margin:0;text-align:center}.pr__fda{margin:0;font-family:var(--sans);font-weight:400;font-size:clamp(10px,.8vw,11.5px);line-height:1.55;letter-spacing:-.001em;color:#ffffff73;text-align:center}.pr__cost{grid-column:1 / -1;margin-top:26px;display:flex;flex-direction:column;gap:10px}.pr__cost-eyebrow{font-size:clamp(10px,.82vw,11px);letter-spacing:.18em;color:#ffffffa6;text-transform:uppercase}.pr__cost-body{font-family:var(--sans);font-weight:400;font-size:clamp(12px,1vw,13.5px);line-height:1.6;letter-spacing:-.002em;color:#ffffffbd;max-width:78ch;margin:0}.why-doses__method{margin-top:18px;font-family:var(--sans);font-weight:400;font-size:clamp(14px,1.15vw,16px);line-height:1.7;letter-spacing:-.003em;color:#0a1f3dc7;max-width:74ch}.why-doses__method strong{color:var(--ink);font-weight:600;letter-spacing:-.005em}@media(max-width:820px){.sticky-cta{bottom:calc(12px + var(--safe-bottom));left:calc(12px + env(safe-area-inset-left,0px));right:calc(12px + env(safe-area-inset-right,0px));min-height:48px}body{padding-bottom:calc(78px + var(--safe-bottom))}}@media(max-width:900px){.pitch__compounds-list{gap:5px}.pitch__compounds-list li{font-size:9.5px;padding:4px 8px}.pitch__guarantees{grid-template-columns:1fr;gap:0}.pitch__guarantee{padding:12px 0;border-bottom:1px solid rgba(10,31,61,.08);flex-direction:row;align-items:baseline;gap:14px}.pitch__guarantee:last-child{border-bottom:none}.pitch__guarantee-lbl{min-width:64px;font-size:10px}.pitch__guarantee-body{font-size:13px}.why-exists__split{grid-template-columns:1fr;gap:24px;padding-top:20px}.why-exists__col-body{max-width:none}.not-for__list{grid-template-columns:1fr;gap:10px}.cmp-tbl__rowlabel-h,.cmp-tbl tbody th.cmp-tbl__rowlabel{width:130px;padding:14px 10px}.cmp-tbl tbody td.cmp-tbl__cell,.cmp-tbl thead th{padding:14px 10px}.pr__terms{grid-template-columns:repeat(2,1fr);gap:18px}}@media(max-width:640px){.hero--photo{min-height:auto;max-height:300px;padding:5% 8% 0;overflow:hidden}.hero--photo .hero__photo{max-height:270px;touch-action:pan-y;pointer-events:none}.pitch{padding:4px 18px 18px;min-height:auto;gap:8px}.pitch__credline{font-size:9px;letter-spacing:.14em;margin-bottom:0;padding-bottom:0}.pitch__h1{font-size:clamp(22px,6.2vw,28px)!important;line-height:1.1;margin-top:2px!important;margin-bottom:2px!important}.pitch__plans{margin-top:6px}.pitch__lede{font-size:14px;line-height:1.5}.pitch__args{gap:6px;margin-top:4px}.pitch__args-body{font-size:13px;line-height:1.5;margin:0}.pitch__args-spec{padding-top:9px;gap:5px}.pitch__args-row{grid-template-columns:74px 1fr;gap:10px}.pitch__args-row dt{font-size:9px;letter-spacing:.12em}.pitch__args-row dd{font-size:12px}.pitch__compounds{padding-top:12px;gap:6px}.pitch__compounds-list li{font-size:9px;padding:4px 7px;letter-spacing:.06em}.plan-card{min-height:88px;padding:14px}.pitch__cta-row .btn{width:100%;min-height:52px}.why-exists{padding:24px 20px}.why-exists__h{font-size:clamp(20px,5.4vw,26px);line-height:1.18}.why-doses{padding:24px 20px}.why-doses__h{font-size:clamp(22px,5.8vw,28px);line-height:1.15}.why-doses__honest{font-size:13px;line-height:1.55}.not-for{padding:24px 20px}.not-for__h{font-size:clamp(17px,4.8vw,21px)}.cmp-table{padding:20px 16px}.cmp-tbl__wrap{overflow-x:visible;margin:0;padding:0}.cmp-tbl{min-width:0;display:block}.cmp-tbl thead{display:none}.cmp-tbl tbody,.cmp-tbl tbody tr,.cmp-tbl tbody th,.cmp-tbl tbody td{display:block;width:auto}.cmp-tbl tbody tr{border:1px solid rgba(10,31,61,.1);border-radius:3px;padding:14px 14px 6px;margin-bottom:14px;background:#0a1f3d04}.cmp-tbl tbody th.cmp-tbl__rowlabel{width:auto;padding:0 0 10px;border:none;font-size:10.5px;letter-spacing:.14em;color:var(--navy)}.cmp-tbl tbody td.cmp-tbl__cell{width:auto;padding:8px 0;border:none;border-top:1px solid rgba(10,31,61,.07);font-size:13px;line-height:1.45;display:flex;flex-direction:column;gap:3px}.cmp-tbl tbody td.cmp-tbl__cell:before{font-family:var(--mono);font-weight:500;font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:#0a1f3d80;line-height:1.3}.cmp-tbl tbody td.cmp-tbl__cell:nth-child(2):before{content:"30BASE"}.cmp-tbl tbody td.cmp-tbl__cell:nth-child(3):before{content:"Multi-pill stack"}.cmp-tbl tbody td.cmp-tbl__cell:nth-child(4):before{content:"Greens powder"}.cmp-tbl tbody td.cmp-tbl__cell:nth-child(5):before{content:"Single-compound bottles"}.cmp-tbl tbody td.cmp-tbl__cell--us{background:transparent;color:var(--navy);font-weight:600}.cmp-tbl__foot{font-size:12px;margin-top:14px;padding-top:14px}.pr .plan-card{padding:14px 16px 13px}.pr__terms{grid-template-columns:1fr;gap:14px;margin-top:24px}.pr__term{flex-direction:row;align-items:baseline;gap:12px}.pr__term-lbl{min-width:78px;font-size:10px}.pr__term-body{font-size:12.5px;flex:1}.pr__fda{font-size:11px;margin-top:18px}.pr__cost{margin-top:20px;gap:8px}.pr__cost-eyebrow{font-size:10px}.pr__cost-body{font-size:12.5px;line-height:1.55}.why-doses__method{font-size:13.5px;line-height:1.6;margin-top:14px}}@media(max-width:380px){.hero--photo{max-height:240px;padding:5% 8% 0;overflow:hidden}.hero--photo .hero__photo{max-height:215px;touch-action:pan-y;pointer-events:none}.pitch{padding:4px 14px 16px;gap:12px}.pitch__credline{font-size:8.5px;letter-spacing:.12em;margin-bottom:6px}.pitch__h1{font-size:22px!important;line-height:1.12}.pitch__lede{font-size:13px}.pitch__args{gap:8px}.pitch__args-body{font-size:12.5px;line-height:1.5}.pitch__args-row{grid-template-columns:64px 1fr;gap:8px}.pitch__args-row dt{font-size:8.5px}.pitch__args-row dd{font-size:11.5px}.pitch__compounds-list li{font-size:8.5px;padding:3px 6px}.why-exists{padding:20px 16px}.why-exists__h{font-size:19px}.why-doses{padding:20px 16px}.why-doses__h{font-size:21px}.why-doses__honest{font-size:13px;line-height:1.55}.not-for{padding:20px 16px}.not-for__h{font-size:16px}.not-for__list li,.cmp-tbl tbody td.cmp-tbl__cell{font-size:12.5px}.pr__term-body{font-size:12px}.outcome-days{padding:20px 16px}.outcome-days__h{font-size:21px}.outcome-days__intro{font-size:13.5px}.outcome-days__h3{font-size:15px}.outcome-days__body{font-size:13px}.trust-spine{padding:20px 16px}.trust-spine__h{font-size:19px}.trust-spine__intro{font-size:13px}.trust-spine__num{font-size:11px}.trust-spine__h3{font-size:14.5px}.trust-spine__body{font-size:12.5px}.bridge{padding:22px 16px}.bridge__h{font-size:19px;line-height:1.18}.bridge__body{font-size:13.5px}}.outcome-days{padding:clamp(28px,4vw,48px) clamp(22px,3.4vw,40px);display:flex;flex-direction:column;gap:clamp(18px,2vw,28px)}.outcome-days__eyebrow{margin-bottom:0}.outcome-days__h{font-family:var(--sans);font-weight:600;font-size:clamp(26px,2.7vw,36px);line-height:1.18;letter-spacing:-.022em;color:var(--navy);max-width:46ch;margin:0}.outcome-days__intro{font-size:clamp(15px,1.3vw,17px);line-height:1.62;color:#0a1f3dc7;max-width:64ch}.outcome-days__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(14px,1.6vw,22px);margin-top:clamp(8px,1.2vw,18px);list-style:none}.outcome-days__card{display:flex;flex-direction:column;gap:10px;padding:clamp(18px,1.8vw,26px) clamp(16px,1.4vw,22px);border:1px solid var(--line);border-radius:var(--radius);background:#0a1f3d05}.outcome-days__day{font-family:var(--mono);font-weight:500;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#0a1f3d8c}.outcome-days__h3{font-family:var(--sans);font-weight:600;font-size:clamp(15px,1.25vw,17.5px);line-height:1.22;letter-spacing:-.005em;color:var(--navy)}.outcome-days__body{font-size:clamp(13px,1.05vw,14.5px);line-height:1.58;color:#0a1f3dc7}.outcome-days__foot{margin-top:clamp(10px,1vw,16px);color:#0a1f3d8c}.trust-spine{padding:clamp(32px,4.4vw,56px) clamp(24px,3.6vw,44px);display:flex;flex-direction:column;gap:clamp(22px,2.4vw,34px)}.trust-spine__head{display:flex;flex-direction:column;gap:14px;max-width:72ch}.trust-spine__eyebrow{margin-bottom:0}.trust-spine__h{font-family:var(--sans);font-weight:600;font-size:clamp(26px,2.7vw,36px);line-height:1.18;letter-spacing:-.022em;color:var(--navy);max-width:46ch;margin:0}.trust-spine__intro{font-size:clamp(15px,1.3vw,17px);line-height:1.62;color:#0a1f3dbd}.trust-spine__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(14px,1.6vw,22px);list-style:none}.trust-spine__item{display:flex;flex-direction:column;gap:10px;padding:clamp(18px,1.8vw,26px) clamp(16px,1.4vw,22px);border:1px solid var(--line);border-radius:var(--radius);background:#0a1f3d05}.trust-spine__num{font-family:var(--mono);font-weight:500;font-size:13px;letter-spacing:.14em;color:#0a1f3d73;margin-bottom:4px}.trust-spine__lbl{font-family:var(--mono);font-weight:500;font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;color:#0a1f3d80}.trust-spine__h3{font-family:var(--sans);font-weight:600;font-size:clamp(15.5px,1.3vw,18px);line-height:1.22;letter-spacing:-.005em;color:var(--navy);margin-top:2px}.trust-spine__body{font-size:clamp(13px,1.05vw,14.5px);line-height:1.58;color:#0a1f3dc2}.trust-spine__foot{color:#0a1f3d80;font-size:10.5px;letter-spacing:.14em}.trust-spine__foot a{color:#0a1f3dd9;border-bottom:1px solid rgba(10,31,61,.3);padding-bottom:1px}.bridge{padding:clamp(40px,5.4vw,72px) clamp(28px,4vw,56px);display:flex;flex-direction:column;gap:clamp(14px,1.6vw,22px);text-align:left;background:radial-gradient(circle at 80% 0%,rgba(10,31,61,.04),transparent 60%),var(--paper)}.day-curve{padding:clamp(32px,4.4vw,56px) clamp(24px,3.6vw,44px);display:flex;flex-direction:column;gap:clamp(16px,1.8vw,24px)}.day-curve__eyebrow{color:#0a1f3d73;margin:0}.day-curve__h{font-family:var(--sans);font-weight:600;letter-spacing:-.022em;line-height:1.18;font-size:clamp(26px,2.7vw,36px);color:var(--navy);margin:0;max-width:46ch}.day-curve__intro{font-family:var(--sans);font-weight:400;letter-spacing:-.005em;font-size:clamp(15px,1.2vw,17px);line-height:1.6;color:#0a1f3dd1;margin:0;max-width:64ch}.day-curve__figure{margin:0;padding:clamp(12px,2vw,20px) clamp(4px,1vw,16px);background:#0a1f3d05;border:1px solid rgba(10,31,61,.1);border-radius:var(--radius)}.day-curve__svg{display:block;width:100%;height:auto;max-width:880px;margin:0 auto}.day-curve__foot{color:#0a1f3d8c;margin:0}.reviews{padding:clamp(32px,4.2vw,52px) clamp(24px,3.6vw,44px);display:flex;flex-direction:column;gap:14px}.reviews__eyebrow{color:#0a1f3d73;margin:0}.reviews__h{font-family:var(--sans);font-weight:600;letter-spacing:-.022em;line-height:1.18;font-size:clamp(26px,2.7vw,36px);color:var(--navy);margin:0;max-width:46ch}.reviews__body{font-family:var(--sans);font-weight:400;letter-spacing:-.005em;font-size:clamp(15px,1.3vw,17px);line-height:1.6;color:#0a1f3dd1;margin:0;max-width:72ch;text-wrap:pretty}.bridge__eyebrow{margin-bottom:0}.bridge__h{font-family:var(--sans);font-weight:600;font-size:clamp(26px,2.7vw,36px);line-height:1.18;letter-spacing:-.022em;color:var(--navy);max-width:none;margin:0}.bridge__body{font-size:clamp(15px,1.3vw,17px);line-height:1.62;color:#0a1f3dd1;max-width:62ch}.bridge__sign{margin-top:clamp(12px,1.2vw,18px);color:#0a1f3d8c}.bridge__tagline{margin-top:clamp(14px,1.4vw,22px);padding-top:clamp(14px,1.4vw,22px);border-top:1px solid rgba(10,31,61,.1);font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#0a1f3da6;line-height:1.5;max-width:62ch}@media(max-width:900px){.outcome-days__grid,.trust-spine__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.outcome-days__grid{grid-template-columns:1fr}.outcome-days__card{padding:18px 16px}.trust-spine__grid{grid-template-columns:1fr}.trust-spine__item{padding:18px 16px}.bridge{padding:36px 22px}}.pitch__identifier{margin:6px 0 14px;font-size:clamp(10px,.88vw,11.5px);letter-spacing:.12em;text-transform:uppercase;color:#0a1f3d94;line-height:1.4}@media(max-width:640px){.pitch__identifier{font-size:10px;margin:4px 0 10px}}.why-doses__callout{margin-top:22px;padding:clamp(22px,2.6vw,32px) clamp(22px,2.4vw,30px);background:#0a1f3d08;border-radius:4px;display:flex;flex-direction:column;gap:18px;max-width:74ch}.why-doses__callout-eyebrow{font-size:clamp(9.5px,.85vw,11px);letter-spacing:.16em;color:#0a1f3d8c;margin:0}.why-doses__callout-h{font-family:var(--sans);font-weight:600;letter-spacing:-.018em;line-height:1.22;font-size:clamp(20px,2vw,26px);color:var(--navy);margin:0}.why-doses__filters{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.why-doses__filter{display:grid;grid-template-columns:38px 1fr;gap:14px;align-items:baseline}.why-doses__filter-num{font-size:11px;letter-spacing:.14em;color:#0a1f3d7a;padding-top:2px}.why-doses__filter-body{font-family:var(--sans);font-weight:400;font-size:clamp(13.5px,1.1vw,15px);line-height:1.6;letter-spacing:-.003em;color:#0a1f3dd1}.why-doses__filter-body strong{font-weight:600;color:var(--navy)}.why-doses__cuts{margin:0;padding-top:14px;border-top:1px solid rgba(10,31,61,.1);font-family:var(--sans);font-weight:400;font-size:clamp(13.5px,1.1vw,15px);line-height:1.6;letter-spacing:-.003em;color:#0a1f3dd1}.why-doses__cuts strong{font-weight:600;color:var(--navy)}@media(max-width:640px){.why-doses__callout{padding:18px 16px;gap:14px}.why-doses__callout-h{font-size:18px;line-height:1.25}.why-doses__filter{grid-template-columns:30px 1fr;gap:10px}.why-doses__filter-num{font-size:10px}.why-doses__filter-body{font-size:13px;line-height:1.55}.why-doses__cuts{font-size:13px;line-height:1.55;padding-top:12px}}.prod{padding:clamp(28px,3.6vw,52px) clamp(24px,3.4vw,56px);display:flex;flex-direction:column;gap:clamp(20px,2.4vw,32px)}.prod__head{display:flex;flex-direction:column;gap:8px;max-width:62ch}.prod__eyebrow{color:#0a1f3d8c;margin:0}.prod__h{font-family:var(--sans);font-weight:600;letter-spacing:-.022em;line-height:1.18;font-size:clamp(24px,2.6vw,34px);color:var(--navy);margin:0;max-width:46ch;text-wrap:balance}.prod__intro{font-family:var(--sans);font-weight:400;letter-spacing:-.005em;font-size:clamp(13.5px,1.1vw,15.5px);line-height:1.6;color:#0a1f3dbd;margin:0;max-width:62ch}.prod-lead{grid-column:span 12;display:flex;flex-direction:column;gap:14px;padding:0}.prod-lead .prod__video{aspect-ratio:21/9;border-radius:4px}.prod-lead__cap{margin:0;color:#0a1f3d8c;letter-spacing:.14em;text-align:center;font-size:11px}@media(max-width:900px){.prod-lead .prod__video{aspect-ratio:16/9}}@media(max-width:640px){.prod-lead .prod__video{aspect-ratio:4/3}.prod-lead__cap{font-size:10px;letter-spacing:.1em;padding:0 14px;text-wrap:balance}}.prod__video{position:relative;width:100%;border:1px solid rgba(10,31,61,.08);border-radius:4px;overflow:hidden;background:#0a1f3d0f;aspect-ratio:16/9;box-shadow:0 1px #0a1f3d0a}.prod__video-el{display:block;width:100%;height:100%;object-fit:cover;object-position:center center;background:#0a1f3d0f}.prod__video:after{content:"";position:absolute;left:0;right:0;bottom:0;height:36%;background:linear-gradient(to top,#0a1f3d2e,#0a1f3d00);pointer-events:none}@media(max-width:760px){.prod__video{aspect-ratio:4/3}}@media(max-width:480px){.prod__video{aspect-ratio:3/4}}@media(prefers-reduced-motion:reduce){.prod__video:after{display:none}}.prod__stage{position:relative;background:#0a1f3d0a;border:1px solid rgba(10,31,61,.08);border-radius:4px;overflow:hidden}.prod__track{position:relative;width:100%;min-height:clamp(280px,32vw,440px)}.prod__slide{position:absolute;top:0;right:0;bottom:0;left:0;margin:0;display:grid;grid-template-columns:1.45fr 1fr;gap:0;opacity:0;transition:opacity .55s cubic-bezier(.22,.8,.28,1);pointer-events:none}.prod__slide--active{opacity:1;pointer-events:auto;z-index:1}.prod__media{position:relative;overflow:hidden;background:#0a1f3d0f}.prod__media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center center}.prod__cap{display:flex;flex-direction:column;gap:10px;padding:clamp(20px,2.4vw,32px) clamp(20px,2.4vw,32px);background:var(--paper);justify-content:center}.prod__cap-num{font-size:11px;letter-spacing:.16em;color:#0a1f3d8c}.prod__cap-text{font-family:var(--sans);font-weight:500;letter-spacing:-.012em;line-height:1.4;font-size:clamp(15px,1.4vw,18px);color:var(--navy);max-width:46ch;text-wrap:balance}.prod__nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border:none;background:#fffffff0;color:var(--navy);border-radius:50%;font-size:18px;font-weight:500;cursor:pointer;z-index:3;box-shadow:0 2px 8px #0a1f3d2e;transition:transform .18s,background .18s,box-shadow .18s;display:flex;align-items:center;justify-content:center;opacity:1}.prod__nav:hover{background:#fff;transform:translateY(-50%) scale(1.06);box-shadow:0 4px 14px #0a1f3d3d}.prod__nav:active{transform:translateY(-50%) scale(.98)}.prod__nav:focus-visible{outline:2px solid var(--navy);outline-offset:3px}.prod__nav--prev{left:14px}.prod__nav--next{right:14px}.prod__dots{position:absolute;bottom:14px;left:0;right:0;display:flex;justify-content:center;gap:8px;z-index:2;padding:0 14px}.prod__dot{width:8px;height:8px;border-radius:50%;border:none;padding:0;background:#ffffff8c;cursor:pointer;transition:background .2s,transform .2s,width .2s}.prod__dot:hover{background:#ffffffd9}.prod__dot--active{background:var(--navy);width:20px;border-radius:4px}.prod__foot{margin:0;color:#0a1f3d8c;letter-spacing:.1em}@media(max-width:760px){.prod__slide{grid-template-columns:1fr;grid-template-rows:1fr auto}.prod__track{min-height:clamp(380px,75vw,520px)}.prod__media{aspect-ratio:4/3;min-height:0;width:100%}.prod__media img{height:100%}.prod__cap{padding:14px 16px 22px;gap:6px}.prod__cap-text{font-size:14px;line-height:1.4}.prod__nav{display:none}.prod__dots{bottom:auto;top:calc(100% + 12px);position:relative;padding:10px 14px 0}.prod__stage{overflow:visible}.prod__stage>.prod__track{overflow:hidden;border-radius:4px}}@media(max-width:480px){.prod__track{min-height:clamp(340px,90vw,500px)}}.prod__stage.is-dragging .prod__slide{transition:none}.fd--with-photo{display:flex;flex-direction:column;padding:0;overflow:hidden;gap:0}.fd--with-photo .fd__copy{padding:clamp(22px,2.4vw,32px) clamp(22px,2.4vw,32px) clamp(18px,2vw,26px)}.fd__photo{margin:0;border-top:1px solid rgba(10,31,61,.08);background:#0a1f3d0a;overflow:hidden;position:relative}.fd__photo img{display:block;width:100%;height:auto;aspect-ratio:5/3;object-fit:cover;object-position:center 40%}.fd__photo-cap{position:absolute;left:14px;bottom:14px;color:#ffffffeb;background:#0a1f3dc7;padding:6px 10px;border-radius:2px;letter-spacing:.1em;font-size:10px;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}@media(max-width:640px){.fd__photo img{aspect-ratio:4/3}.fd__photo-cap{font-size:9.5px;left:10px;bottom:10px;padding:5px 8px}}.trust-spine__item--photo{padding-bottom:0;overflow:hidden}.trust-spine__item--photo .trust-spine__body{margin-bottom:12px}.trust-spine__photo{margin-top:auto;margin-left:calc(-1*clamp(16px,1.4vw,22px));margin-right:calc(-1*clamp(16px,1.4vw,22px));margin-bottom:calc(-1*clamp(18px,1.8vw,26px));border-top:1px solid rgba(10,31,61,.08);overflow:hidden;background:#0a1f3d0a;aspect-ratio:16/9}.trust-spine__photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 32%}@media(max-width:900px){.trust-spine__photo{aspect-ratio:5/3}}@media(prefers-reduced-motion:reduce){.prod__slide{transition:none}}@media(min-width:821px){.bento--tight#stack{background:var(--line);border:1px solid var(--line);border-radius:var(--radius);padding:0;gap:1px;overflow:hidden;width:calc(100% - 64px);max-width:1216px;margin-left:auto;margin-right:auto}.bento--tight#stack .sec-header{background:var(--paper)!important;border:none!important;border-radius:0!important;padding:clamp(20px,2.4vw,30px) clamp(22px,2.6vw,32px)!important;margin:0!important}.bento--tight#stack .cmp{background:var(--paper);border:none;border-radius:0}}@media(min-width:821px){.bento#closing{background:var(--line);border:1px solid var(--line);border-radius:var(--radius);padding:0;gap:1px;overflow:hidden;width:calc(100% - 64px);max-width:1216px;margin-left:auto;margin-right:auto}.bento#closing .sec-header{background:var(--paper)!important;border:none!important;border-radius:0!important;margin:0!important}.bento#closing .tile--paper.fd,.bento#closing .tile--paper.faq{background:var(--paper);border:none;border-radius:0;padding:clamp(22px,2.2vw,28px) 32px}.bento#reviews .tile--paper.reviews{padding:clamp(22px,2.2vw,28px) 32px;gap:10px}.bento#how .tile--paper.step{padding:clamp(22px,2.2vw,28px) 32px;min-height:auto}.bento#how .sec-header__h2{max-width:none;white-space:nowrap}}@media(min-width:821px){.bento#how,.bento#who{background:var(--line);border:1px solid var(--line);border-radius:var(--radius);padding:0;gap:1px;overflow:hidden;width:calc(100% - 64px);max-width:1216px;margin-left:auto;margin-right:auto}.bento#how .sec-header,.bento#who .sec-header{background:var(--paper)!important;border:none!important;border-radius:0!important;margin:0!important}.bento#how .tile--paper.step,.bento#who .tile--paper.persona,.bento#who .tile--paper.not-for{background:var(--paper);border:none;border-radius:0}.bento#who .tile--paper.persona{padding:clamp(22px,2.2vw,28px) 32px;min-height:auto;gap:6px}.bento#who .tile--paper.not-for{padding:clamp(22px,2.2vw,28px) 32px}.bento#who .not-for__h{margin-bottom:14px}.bento#who .not-for__foot{margin-top:12px}.bento#who .persona__lbl{margin-bottom:2px}}@media(min-width:821px){.bento#compare{background:var(--line);border:1px solid var(--line);border-radius:var(--radius);padding:0;gap:1px;overflow:hidden;width:calc(100% - 64px);max-width:1216px;margin-left:auto;margin-right:auto}.bento#compare .sec-header{background:var(--paper)!important;border:none!important;border-radius:0!important;margin:0!important}.bento#compare .tile--paper.cmp-table{background:var(--paper);border:none;border-radius:0}.bento#compare .sec-header__intro{max-width:none;white-space:nowrap}}@media(min-width:821px){.bento#why{background:var(--line);border:1px solid var(--line);border-radius:var(--radius);padding:0;gap:1px;overflow:hidden;width:calc(100% - 64px);max-width:1216px;margin-left:auto;margin-right:auto}.bento#why .tile--paper.why-exists{background:var(--paper);border:none;border-radius:0;padding:clamp(22px,2.2vw,28px) 32px}.bento#why .why-exists__eyebrow{margin-bottom:8px}.bento#why .why-exists__h{margin-bottom:10px}.bento#why .why-exists__intro{margin:0;max-width:78ch}.bento#why .why-exists__col-lbl{margin-bottom:2px}.bento#bridge .tile--paper.bridge{padding:clamp(22px,2.2vw,28px) 32px;gap:10px;background:var(--paper)}}@media(min-width:821px){.bento#philosophy{background:var(--line);border:1px solid var(--line);border-radius:var(--radius);padding:0;gap:1px;overflow:hidden;width:calc(100% - 64px);max-width:1216px;margin-left:auto;margin-right:auto}.bento#philosophy .tile--paper.why-doses{background:var(--paper);border:none;border-radius:0;padding:clamp(22px,2.2vw,28px) 32px}.bento#philosophy .why-doses__body{margin-bottom:0;max-width:78ch}.bento#philosophy .why-doses__col-lbl{color:#0a1f3d80;margin-bottom:10px;display:block}.bento#philosophy .why-doses__filters{list-style:none;display:flex;flex-direction:column;gap:10px;margin:0;padding:0}.bento#philosophy .why-doses__filter{display:grid;grid-template-columns:36px 1fr;gap:10px;align-items:start}.bento#philosophy .why-doses__honest{margin:0;max-width:none}}@media(min-width:821px){.bento#not{background:var(--line);border:1px solid var(--line);border-radius:var(--radius);padding:0;gap:1px;overflow:hidden;width:calc(100% - 64px);max-width:1216px;margin-left:auto;margin-right:auto}.bento#not .tile--paper.anti{background:var(--paper);border:none;border-radius:0;padding:clamp(20px,2vw,26px) 32px}.bento#not .anti__col-lbl{font-family:var(--mono);font-weight:500;font-size:clamp(9px,.78vw,10.5px);letter-spacing:.16em;text-transform:uppercase;color:#0a1f3d80;margin-bottom:10px;display:block}.bento#not .anti__body{margin:0;max-width:none}.bento#not .anti__body+.anti__body{margin-top:10px}.bento#not .not-in__list{grid-template-columns:1fr;gap:4px 0;margin:0 0 10px}.bento#not .not-in__list li{padding:1px 0}.bento#not .not-in__foot{margin:0}}@media(min-width:821px){.bento#felt{background:var(--line);border:1px solid var(--line);border-radius:var(--radius);padding:0;gap:1px;overflow:hidden;width:calc(100% - 64px);max-width:1216px;margin-left:auto;margin-right:auto}.bento#felt .tile--paper.outcome-days{background:var(--paper);border:none;border-radius:0;padding:clamp(22px,2.2vw,28px) 32px;gap:8px}.bento#felt .outcome-days__head .outcome-days__h{margin-top:6px}.bento#felt .outcome-days__head .outcome-days__intro{margin-top:6px;margin-bottom:0}.bento#felt .outcome-days__card{border:none;border-radius:0;background:transparent;gap:6px}.bento#felt .outcome-days__foot-cell{padding:10px 32px}.bento#felt .outcome-days__foot{margin:0;max-width:none}}@media(min-width:821px){.bento#trust{background:var(--line);border:1px solid var(--line);border-radius:var(--radius);padding:0;gap:1px;overflow:hidden;width:calc(100% - 64px);max-width:1216px;margin-left:auto;margin-right:auto}.bento#trust .tile--paper.trust-spine{background:var(--paper);border:none;border-radius:0;padding:clamp(22px,2.2vw,28px) 32px;gap:6px}.bento#trust .trust-spine__item{padding:clamp(22px,2.2vw,28px) 32px;border:none;border-radius:0;background:transparent;gap:6px}.bento#trust .trust-spine__num{margin-bottom:2px}.bento#trust .trust-spine__foot-cell{padding:clamp(14px,1.6vw,20px) 32px}.bento#trust .trust-spine__intro{margin:0}}.sec-header,.prod-lead{background:var(--paper)!important;border:1px solid var(--line)!important;border-radius:var(--radius)!important;padding:clamp(20px,2.4vw,30px) clamp(22px,2.6vw,32px)!important;margin-bottom:0!important}.cmp{position:relative;contain:paint;isolation:isolate}.cmp__pill{display:none!important}.cmp__visual{position:absolute;pointer-events:none;z-index:0;height:auto;transform-origin:center center;will-change:transform;transform:translateZ(0);backface-visibility:hidden}.cmp__top,.cmp__plain{position:relative;z-index:1}@keyframes cmp-spin-cw{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes cmp-spin-ccw{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.cmp--tyr .cmp__visual{top:14%;right:40px;width:180px;filter:drop-shadow(0 4px 14px rgba(130,195,255,.66)) drop-shadow(0 0 32px rgba(70,130,220,.42));animation:cmp-spin-cw 38s linear infinite -12s}.cmp--omega .cmp__visual{bottom:-32px;right:-2px;width:208px;filter:drop-shadow(0 4px 14px rgba(110,185,255,.7)) drop-shadow(0 0 34px rgba(60,125,215,.46));animation:cmp-spin-ccw 76s linear infinite -28s}.cmp--methyl .cmp__visual{top:0%;right:65px;width:182px;filter:drop-shadow(0 4px 14px rgba(140,200,255,.68)) drop-shadow(0 0 32px rgba(75,140,225,.44));animation:cmp-spin-cw 34s linear infinite -5s}.cmp--theanine .cmp__visual{bottom:-10%;right:35px;width:211px;filter:drop-shadow(0 4px 14px rgba(125,200,255,.66)) drop-shadow(0 0 32px rgba(70,135,225,.44));animation:cmp-spin-ccw 64s linear infinite -48s}.cmp--taur .cmp__visual{top:-5%;right:63px;width:143px;filter:drop-shadow(0 4px 14px rgba(135,205,255,.66)) drop-shadow(0 0 32px rgba(80,145,230,.44));animation:cmp-spin-ccw 53s linear infinite -19s}.cmp--rhod .cmp__visual{bottom:54px;right:8px;width:169px;filter:drop-shadow(0 4px 14px rgba(115,190,255,.7)) drop-shadow(0 0 32px rgba(65,130,220,.46));animation:cmp-spin-ccw 43s linear infinite -33s}.cmp--nac .cmp__visual{top:-10%;right:-2px;width:169px;filter:drop-shadow(0 4px 14px rgba(130,200,255,.66)) drop-shadow(0 0 32px rgba(75,140,230,.46));animation:cmp-spin-cw 48s linear infinite -7s}@media(prefers-reduced-motion:reduce){.cmp__visual{animation:none!important}}@media(max-width:640px){.cmp--tyr .cmp__visual,.cmp--methyl .cmp__visual{top:auto;bottom:8px;right:8px;width:88px}.cmp--taur .cmp__visual{top:auto;bottom:8px;right:8px;width:76px}.cmp--nac .cmp__visual{top:auto;bottom:8px;right:8px;width:88px}.cmp--rhod .cmp__visual{top:auto;bottom:6px;right:6px;width:92px}.cmp--theanine .cmp__visual{top:auto;bottom:8px;right:8px;width:95px}.cmp--omega .cmp__visual{top:auto;bottom:6px;right:6px;width:96px}}.bento h1,.bento h2,.bento h3,.bento h4{text-wrap:balance}.bento p{text-wrap:pretty}@media(max-width:820px){.bento--tight#stack,.bento#closing,.bento#how,.bento#who,.bento#compare,.bento#why,.bento#philosophy,.bento#not,.bento#felt,.bento#trust{background:var(--line);border:1px solid var(--line);border-radius:var(--radius);padding:0;gap:1px;overflow:hidden;margin-left:16px;margin-right:16px;max-width:calc(100% - 32px)}.bento--tight#stack .cmp,.bento#closing .tile--paper,.bento#how .tile--paper,.bento#who .tile--paper,.bento#compare .tile--paper,.bento#why .tile--paper,.bento#philosophy .tile--paper,.bento#not .tile--paper,.bento#felt .tile--paper,.bento#trust .tile--paper,.bento--tight#stack .sec-header,.bento#closing .sec-header,.bento#how .sec-header,.bento#who .sec-header,.bento#compare .sec-header{background:var(--paper)!important;border:none!important;border-radius:0!important}}.cmp.is-open{min-height:0;overflow:visible}.cmp.is-open .sf{position:relative;inset:auto;height:auto;overflow:visible;border-radius:0;padding:0;background:transparent}.cmp.is-open .cmp__top,.cmp.is-open .cmp__plain,.cmp.is-open .cmp__visual{display:none}.bento--tight#stack .cmp.is-open{min-height:0}@media(max-width:820px){.bento--tight#stack .cmp.is-open{grid-column:1 / -1}.bento--tight#stack:has(.cmp.is-open){grid-auto-flow:row;background:var(--paper)!important;gap:0}.bento--tight#stack:has(.cmp.is-open) .cmp{border:1px solid var(--line)!important;border-radius:0!important}}@media(max-width:820px){.why-exists__h,.why-doses__h,.outcome-days__h,.trust-spine__h,.anti__h,.reviews__h,.bridge__h,.day-curve__h,.fd__h{font-size:clamp(22px,5.5vw,28px);line-height:1.18}.why-exists__eyebrow,.why-doses__eyebrow,.anti__eyebrow,.not-for__eyebrow,.outcome-days__eyebrow,.trust-spine__eyebrow,.reviews__eyebrow,.bridge__eyebrow,.day-curve__eyebrow,.fd__eyebrow{margin-bottom:8px}.why-exists__h,.why-doses__h,.anti__h,.outcome-days__h,.trust-spine__h,.reviews__h,.bridge__h,.day-curve__h,.fd__h{margin-bottom:10px}.why-exists__intro,.why-doses__body,.anti__body,.outcome-days__intro,.trust-spine__intro,.reviews__body,.bridge__body,.day-curve__intro{margin-bottom:0}}.pitch__plans--single{align-items:stretch}.plan-card--solo{cursor:default}.plan-card--solo:hover{transform:none;background:var(--navy);color:var(--paper)}.plan-card--solo .plan-card__unit{font-family:var(--mono);font-weight:500;font-size:11px;letter-spacing:.1em;color:#ffffff9e;text-transform:uppercase;margin-left:4px}.plan-card--solo.plan-card--selected{overflow:visible}.plan-card--solo.plan-card--selected:after{content:"";position:absolute;top:6px;bottom:6px;right:4px;width:1px;background:#fff;border-radius:1px;box-shadow:0 0 4px #ffffffd9,0 0 10px 1px #ffffff8c,0 0 18px 3px #ffffff59;pointer-events:none}.pitch .plan-card--solo{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:12px;padding:18px 22px 14px;grid-template-areas:none;grid-template-columns:none;row-gap:12px}.pitch .plan-card--solo .plan-card__primary{display:flex;align-items:baseline;justify-content:space-between;flex-wrap:nowrap;gap:18px;width:100%}.pitch .plan-card--solo .plan-card__tag{color:#fff;font-size:16.5px;letter-spacing:.14em;font-family:var(--mono);font-weight:500;text-transform:uppercase;margin:0;grid-area:auto;align-self:baseline}.pitch .plan-card--solo .plan-card__pricing{display:flex;align-items:baseline;gap:6px;white-space:nowrap;margin:0;grid-area:auto;align-self:baseline;justify-self:end}.pitch .plan-card--solo .plan-card__cell{display:flex;flex-direction:row;align-items:baseline;gap:6px}.pitch .plan-card--solo .plan-card__cell{flex-direction:row;align-items:baseline;gap:0;line-height:1}.pitch .plan-card--solo .plan-card__amount{font-size:28px;font-weight:800;letter-spacing:-.02em;line-height:1}.pitch .plan-card--solo .plan-card__unit{color:inherit;font-size:14px;letter-spacing:-.01em;font-family:var(--sans);font-weight:600;text-transform:none;margin-left:0}.pitch .plan-card--solo .plan-card__strap{display:flex;align-items:center;justify-content:space-between;gap:18px;width:100%;padding-top:10px;border-top:1px solid rgba(255,255,255,.16);font-size:10px;letter-spacing:.12em;font-family:var(--mono);font-weight:500;text-transform:uppercase;color:#ffffff9e}.pitch .plan-card--solo .plan-card__strap span:last-child{text-align:right}@media(max-width:820px){.pitch .plan-card--solo{padding:14px 16px 10px;gap:10px;row-gap:10px}.pitch .plan-card--solo .plan-card__primary{gap:12px}.pitch .plan-card--solo .plan-card__tag{font-size:11.5px;letter-spacing:.1em}.pitch .plan-card--solo .plan-card__amount{font-size:24px}.pitch .plan-card--solo .plan-card__unit{font-size:10px}.pitch .plan-card--solo .plan-card__strap{font-size:9px;letter-spacing:.1em;gap:12px;padding-top:8px}}.pitch__intro-format{color:#0a1f3dd1;line-height:1.58;letter-spacing:-.004em;max-width:56ch;font-size:clamp(14.5px,1.05vw,15.5px)}@media(max-width:820px){.pitch__intro-format{font-size:16px;line-height:1.6;letter-spacing:-.003em;color:#0a1f3dd1;max-width:none}.pitch__intro-spec-row dd{font-size:11.5px;letter-spacing:.12em;line-height:1.55}.pitch__cta-trust{font-size:10.5px;letter-spacing:.12em;line-height:1.65;gap:5px 7px}}.pitch__plans,.pitch__cta-trust{border-top:1px solid var(--line);padding-top:5px;margin-top:5px}.pitch__cta-trust{padding-top:8px;margin-bottom:0}.pitch__plans{position:relative;border-top:none}.pitch__plans:before{content:"";position:absolute;top:0;left:-23px;right:-23px;height:1px;background:var(--line)}.pitch__args{margin-top:14px}.pitch__cta-row{margin-top:8px}@media(max-width:820px){.pitch__plans,.pitch__cta-trust{padding-top:5px;margin-top:5px}.pitch__cta-trust{padding-top:8px;margin-bottom:0}.pitch__plans:before{left:-18px;right:-18px}.pitch__args{margin-top:10px}.pitch__cta-row{margin-top:6px}}.bento--hero .pitch{border-left:1px solid var(--line)}.pitch{padding:16px 22px}.pitch__cta-trust{margin-left:-23px;margin-right:-23px;padding-left:23px;padding-right:23px}@media(max-width:820px){.bento--hero .pitch{border-left:none}.pitch{padding:18px}.pitch__cta-trust{margin-left:-18px;margin-right:-18px;padding-left:18px;padding-right:18px}}@media(max-width:380px){.pitch{padding:16px 14px}.pitch__cta-trust{margin-left:-14px;margin-right:-14px;padding-left:14px;padding-right:14px}}@media(max-width:640px){.pitch__intro-spec{row-gap:12px}.pitch__intro-spec-row dd{gap:12px}.pitch__intro-spec-row dd .credline-sep{display:none}}@media(max-width:380px){.pitch__intro-spec{row-gap:10px}.pitch__intro-spec-row dd{gap:10px}}.sec-header__eyebrow,.why-exists__eyebrow,.why-doses__eyebrow,.outcome-days__eyebrow,.trust-spine__eyebrow,.anti__eyebrow,.not-for__eyebrow,.prod__eyebrow,.reviews__eyebrow,.bridge__eyebrow,.fd__eyebrow,.faq__eyebrow{margin:0 0 8px!important}.sec-header__h2,.why-exists__h,.why-doses__h,.outcome-days__h,.trust-spine__h,.anti__h,.not-for__h,.prod__h,.reviews__h,.bridge__h,.fd__h,.faq__h{margin:0!important}.sec-header__intro,.why-exists__intro,.outcome-days__intro,.trust-spine__intro,.prod__intro,.why-doses__body,.anti__body,.reviews__body,.bridge__body,.not-for__list{margin:10px 0 0!important}.trust-spine__intro+.trust-spine__intro,.anti__body+.anti__body{margin-top:6px!important}.anti.anti__head,.why-exists.why-exists__head,.why-doses.why-doses__head,.outcome-days.outcome-days__head,.trust-spine.trust-spine__head-cell,.bridge,.reviews,.fd,.faq,.not-for,.prod__head{gap:0!important}.why-exists,.why-doses,.not-for,.fd,.faq,.prod{padding:clamp(22px,2.2vw,28px) 32px!important}@media(max-width:640px){.sec-header__eyebrow,.why-exists__eyebrow,.why-doses__eyebrow,.outcome-days__eyebrow,.trust-spine__eyebrow,.anti__eyebrow,.not-for__eyebrow,.prod__eyebrow,.reviews__eyebrow,.bridge__eyebrow,.fd__eyebrow,.faq__eyebrow{margin:0 0 8px!important}.sec-header__h2,.why-exists__h,.why-doses__h,.outcome-days__h,.trust-spine__h,.anti__h,.not-for__h,.prod__h,.reviews__h,.bridge__h,.fd__h,.faq__h{margin:0!important}.sec-header__intro,.why-exists__intro,.outcome-days__intro,.trust-spine__intro,.prod__intro,.why-doses__body,.anti__body,.reviews__body,.bridge__body,.not-for__list{margin:10px 0 0!important}.why-exists,.why-doses,.not-for,.fd,.faq,.prod{padding:20px 16px!important}}:root{--section-gap:40px !important}@media(max-width:820px){:root{--section-gap:20px !important}}.tile--paper,.why-exists,.why-doses,.not-for,.fd,.faq,.prod{padding:clamp(18px,1.8vw,24px) 28px!important}.outcome-days__card,.trust-spine__item{padding:clamp(14px,1.5vw,20px) clamp(14px,1.2vw,18px)!important}.step{padding:26px!important;min-height:200px!important}.persona{padding:26px 24px!important}@media(max-width:820px){.tile--paper,.why-exists,.why-doses,.not-for,.fd,.faq,.prod{padding:18px 14px!important}.outcome-days__card,.trust-spine__item{padding:16px 14px!important}.step{padding:20px!important;min-height:auto!important}.persona{padding:20px 16px!important}}@media(max-width:380px){.tile--paper,.why-exists,.why-doses,.not-for,.fd,.faq,.prod{padding:16px 12px!important}.outcome-days__card,.trust-spine__item{padding:14px 12px!important}.step{padding:18px!important}.persona{padding:18px 14px!important}}.blk-label{display:block;width:max-content;max-width:100%;margin-left:auto;text-align:right;transform-origin:right center;transition:none;will-change:transform,color;backface-visibility:hidden}.blk-label.is-reading{color:#2563eb;transform:scale(1.03)}@media(prefers-reduced-motion:reduce){.blk-label{transition:color .48s ease}.blk-label.is-reading{transform:none}}.why-exists__col-cell,.why-doses__col-cell,.anti__col-cell,.persona,.not-for,.trust-spine__item,.outcome-days__card{gap:7px!important}.why-exists__col-cell>*,.why-doses__col-cell>*,.anti__col-cell>*,.persona>*,.not-for>*,.outcome-days__card>*{margin-top:0!important;margin-bottom:0!important}.trust-spine__item>:not(.trust-spine__photo){margin-top:0!important;margin-bottom:0!important}.fd__copy{display:flex!important;flex-direction:column!important;gap:7px!important}.fd__copy>*{margin-top:0!important;margin-bottom:0!important}.step__h{margin-bottom:7px!important}.step__body{margin-top:0!important}
/*# sourceMappingURL=/cdn/shop/t/6/assets/bento.css.map */
