:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--bg:#f7f7fc;--surface:#fff;--surface-alt:#eeeef6;--border:#c3c2cf;--ink:#202235;--secondary:#53556a;--muted:#686a7c;--iris:#5342bb;--iris-pressed:#392a8c;--iris-surface:#efecfc;--error:#a02f24;--rule:1px solid var(--border)}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--bg:#121319;--surface:#1b1c25;--surface-alt:#22232e;--border:#484955;--ink:#f5f4fc;--secondary:#c3c2d2;--muted:#a4a2b7;--iris:#b6a9ff;--iris-pressed:#d0c8ff;--iris-surface:#29233f;--error:#ffb6aa}}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--ink);text-rendering:optimizelegibility;margin:0;font-family:\.SF Pro Text,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;line-height:1.5}::selection{background:var(--iris-surface);color:var(--ink)}:focus-visible{outline:2px solid var(--iris);outline-offset:3px}button,input,select{font:inherit}button{cursor:pointer}a{color:inherit;text-underline-offset:.2em}a:hover{color:var(--iris)}img{max-width:100%;height:auto}h1,h2,p{margin-top:0}h1,h2{letter-spacing:-.035em;overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto;line-height:1.1}.page-shell,.site-header__inner{width:min(100% - 3rem,1180px);margin-inline:auto}.site-header{border-bottom:var(--rule);background:var(--surface)}.site-header__inner{justify-content:space-between;align-items:center;gap:2rem;min-height:84px;display:flex}.brand-link{flex:none;align-items:center;display:inline-flex}.brand-link img{width:232px;height:auto;display:block}.brand-link__dark{display:none!important}@media (prefers-color-scheme:dark){.brand-link__light{display:none!important}.brand-link__dark{display:block!important}}.site-nav{align-items:center;gap:clamp(1rem,3vw,2.5rem);display:flex}.site-nav a,.site-nav button{white-space:nowrap;font-size:.9rem;font-weight:600;text-decoration:none}.site-nav form{margin:0}.site-nav__explore{color:var(--secondary)}.nav-action{border:1px solid var(--iris);color:var(--iris);background:0 0;border-radius:12px;align-items:center;min-height:44px;padding:.65rem .9rem;display:inline-flex}.nav-action:hover{background:var(--iris-surface);color:var(--iris)}.button{text-align:center;border-radius:12px;justify-content:center;align-items:center;min-height:48px;padding:.85rem 1.25rem;font-size:.95rem;font-weight:650;line-height:1.2;text-decoration:none;display:inline-flex}.button--primary{border:1px solid var(--iris);background:var(--iris);color:#fff}.button--primary:hover{background:var(--iris-pressed);border-color:var(--iris-pressed);color:#fff}@media (prefers-color-scheme:dark){.button--primary,.button--primary:hover{color:#202235}}.interim-home{padding-block:clamp(5rem,12vw,11rem)}.interim-home h1{max-width:15ch;font-size:clamp(2.5rem,6vw,5rem)}.interim-home p{max-width:60ch;color:var(--secondary);font-size:1.15rem}.interim-home .button{margin-top:1.5rem}.hero{grid-template-columns:minmax(0,1.1fr) minmax(390px,.9fr);align-items:center;gap:clamp(3rem,7vw,7rem);min-height:650px;padding-block:clamp(5rem,10vw,9rem);display:grid}.hero__copy h1{max-width:13ch;margin-bottom:1.75rem;font-size:clamp(3.2rem,6vw,5.8rem)}.hero__copy>p{max-width:54ch;color:var(--secondary);font-size:1.15rem}.hero__actions{flex-wrap:wrap;align-items:center;gap:1rem 1.5rem;margin-top:2rem;display:flex}.hero__availability{margin-top:1.5rem;color:var(--muted)!important;font-size:.82rem!important}.day-preview{border:var(--rule);background:var(--surface);border-radius:22px;padding:clamp(1.5rem,3vw,2.5rem)}.day-preview__top{border-bottom:var(--rule);color:var(--muted);justify-content:space-between;align-items:baseline;gap:1rem;padding-bottom:1.5rem;font-size:.78rem;display:flex}.day-preview__top strong{color:var(--iris);font-weight:650}.day-preview__session{align-items:center;gap:1rem;padding:1.75rem 0;display:flex}.session-dot{background:var(--iris);border-radius:50%;flex:none;width:12px;height:12px;display:block}.day-preview__session div{gap:.2rem;display:grid}.day-preview__session strong{font-size:1.05rem}.day-preview__session div span{color:var(--secondary);font-size:.84rem}.day-preview__connector{background:var(--border);width:1px;height:24px;margin-left:5px}.day-preview__target{border:var(--rule);background:var(--bg);border-radius:14px;margin-top:.5rem;padding:1.5rem}.day-preview__target>span{color:var(--muted);margin-bottom:1rem;font-size:.78rem;font-weight:650;display:block}.macro-row{border-top:var(--rule);align-items:center;gap:.6rem;padding:.55rem 0;font-size:.88rem;display:flex}.macro-row strong{text-align:right;color:var(--secondary);margin-left:auto;font-size:.78rem;font-weight:500}.macro-row__dot{border-radius:50%;flex:none;width:7px;height:7px}.macro-row__dot--protein{background:#d15b66}.macro-row__dot--fat{background:#e0a640}.macro-row__dot--carb{background:#4f88c4}.day-preview>p{color:var(--muted);margin:1.5rem 0 0;font-size:.79rem;line-height:1.55}.story-band{border-block:var(--rule);background:var(--surface)}.story-band__inner{padding-block:clamp(4rem,7vw,7rem)}.story-band h2{max-width:15ch;margin-bottom:3rem;font-size:clamp(2.3rem,4vw,4rem)}.story-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1rem,3vw,3rem);margin-bottom:2rem;display:grid}.story-steps article{border-top:var(--rule);padding-top:1rem}.story-steps article>span{color:var(--iris);font-variant-numeric:tabular-nums;font-size:.8rem;font-weight:700}.story-steps h3{letter-spacing:-.02em;margin:1.75rem 0 .75rem;font-size:1.4rem}.story-steps p{color:var(--secondary);max-width:32ch}.waitlist-section{grid-template-columns:minmax(0,1fr) minmax(340px,.8fr);gap:clamp(3rem,9vw,8rem);padding-block:clamp(5rem,9vw,8rem);display:grid}.waitlist-section h2{max-width:12ch;font-size:clamp(2.5rem,4.5vw,4.5rem)}.waitlist-section>div>p{color:var(--secondary);max-width:40ch;font-size:1.1rem}.waitlist-form{align-content:start;gap:1.2rem;display:grid}.waitlist-form .button{width:fit-content}.consent-field{color:var(--secondary);cursor:pointer;align-items:flex-start;gap:.8rem;font-size:.85rem;line-height:1.5;display:flex}.consent-field input{width:20px;height:20px;accent-color:var(--iris);flex:none;margin:0}.waitlist-form__note{color:var(--muted);font-size:.78rem}.site-footer{border-top:var(--rule);background:var(--surface)}.site-footer__inner{color:var(--muted);justify-content:space-between;align-items:center;gap:2rem;padding-block:2rem;font-size:.82rem;display:flex}.site-footer nav{flex-wrap:wrap;gap:.8rem 1.5rem;display:flex}.site-footer a{color:var(--secondary);text-decoration:none}.explainer{padding-block:clamp(4rem,8vw,8rem)}.explainer__intro{max-width:800px}.explainer__intro h1{max-width:12ch;font-size:clamp(3.2rem,6vw,6rem)}.explainer__intro p{color:var(--secondary);max-width:58ch;font-size:1.2rem}.explainer__index{border-block:var(--rule);flex-wrap:wrap;gap:1.5rem;margin-top:3rem;padding-block:2rem;font-size:.9rem;font-weight:650;display:flex}.explainer__section{border-bottom:var(--rule);grid-template-columns:minmax(120px,.3fr) minmax(0,1fr);gap:2rem;padding-block:clamp(3rem,6vw,6rem);display:grid}.explainer__number{color:var(--iris);font-size:.85rem;font-weight:700}.explainer__section h2{max-width:18ch;font-size:clamp(2rem,3.5vw,3.5rem)}.explainer__section p{max-width:58ch;color:var(--secondary);font-size:1.08rem}.explainer__note{background:var(--iris-surface);border-radius:18px;margin-top:5rem;padding:clamp(2rem,5vw,4rem)}.explainer__note h2{font-size:1.8rem}.explainer__note p{max-width:60ch;color:var(--secondary)}.explainer__note .button{margin-top:1rem}.document-page{max-width:760px;padding-block:clamp(4rem,8vw,7rem)}.document-page h1{font-size:clamp(3rem,5vw,5rem)}.document-page h2{margin-top:3rem;font-size:1.5rem}.document-page p{color:var(--secondary)}.document-page__lead{font-size:1.15rem}.profile-page{min-height:calc(100dvh - 220px);padding-block:clamp(3rem,6vw,6rem)}.profile-page__intro{border-bottom:var(--rule);margin-bottom:2.5rem;padding-bottom:1.5rem}.profile-page__intro h1{margin-bottom:.35rem;font-size:clamp(2.8rem,5vw,5rem)}.profile-page__intro p{color:var(--muted);margin-bottom:0}.profile-page>.form-notice{margin-bottom:1.5rem}.profile-grid{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);align-items:start;gap:1.5rem;display:grid}.profile-panel{border:var(--rule);background:var(--surface);border-radius:20px;padding:clamp(1.5rem,3vw,2.5rem)}.profile-panel__heading{border-bottom:var(--rule);margin-bottom:1.75rem;padding-bottom:1.25rem}.profile-panel__heading h2{margin-bottom:.5rem;font-size:clamp(1.7rem,2.5vw,2.2rem)}.profile-panel__heading p{color:var(--secondary);margin-bottom:0}.profile-form{gap:1.3rem;display:grid}.profile-form__row{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.profile-form .button{justify-self:start;margin-top:.3rem}.profile-form__help{color:var(--secondary);margin-bottom:0;font-size:.85rem}.profile-measures{border-top:var(--rule);margin-top:2rem;padding-top:1.75rem}.profile-measures h3{margin:0 0 .5rem;font-size:1.1rem}.profile-measures>p{color:var(--secondary);font-size:.85rem}.profile-measures dl{margin:1.25rem 0 0}.profile-measures dl>div{border-top:var(--rule);justify-content:space-between;gap:1rem;padding:.7rem 0;display:flex}.profile-measures dt{color:var(--secondary)}.profile-measures dd{margin:0;font-weight:650}.current-goal{background:var(--iris-surface);border-radius:12px;gap:.2rem;margin-bottom:2rem;padding:1.35rem;display:grid}.current-goal>span{color:var(--secondary);font-size:.8rem}.current-goal strong{font-size:1.4rem}.current-goal small{color:var(--secondary)}.current-goal,.current-goal>*{overflow-wrap:anywhere;min-width:0}.login-layout{grid-template-columns:minmax(0,1.1fr) minmax(360px,.8fr);align-items:center;gap:clamp(3rem,9vw,9rem);min-height:calc(100dvh - 84px);padding-block:4.5rem 2rem;display:grid}.login-context{align-self:center}.login-context h1{max-width:9ch;margin-bottom:1.75rem;font-size:clamp(3.5rem,7vw,6rem)}.login-context>p:not(.login-context__line){max-width:44ch;color:var(--secondary);font-size:1.125rem}.login-panel{background:var(--surface);border:var(--rule);border-radius:24px;width:100%;padding:clamp(1.5rem,4vw,3rem)}.login-panel h2{margin-bottom:2rem;font-size:clamp(1.6rem,2.4vw,2rem)}.form-stack{gap:1.35rem;display:grid}.form-stack>p{color:var(--secondary);margin-bottom:0}.form-field{color:var(--ink);gap:.5rem;font-size:.875rem;font-weight:600;display:grid}.form-field input,.form-field select{border:var(--rule);background:var(--surface-alt);width:100%;min-height:48px;color:var(--ink);caret-color:var(--iris);border-radius:12px;padding:.75rem .9rem;font-size:1rem;font-weight:400}.form-field input:focus,.form-field select:focus{border-color:var(--iris)}.form-field input::placeholder{color:var(--muted)}.form-stack .button{width:100%;margin-top:.25rem}.text-link{color:var(--iris);justify-self:start;font-size:.9rem;font-weight:600}.login-panel__note{color:var(--muted);border-top:var(--rule);margin:2rem 0 0;padding-top:1.25rem;font-size:.8rem;line-height:1.45}.form-notice{background:var(--iris-surface);border-radius:8px;padding:.75rem 1rem;font-size:.9rem}.form-notice--error{color:var(--error);background:var(--surface-alt)}.login-back{color:var(--secondary);grid-column:1/-1;margin-top:1rem;font-size:.9rem}@media (max-width:800px){.site-header__inner{min-height:72px}.brand-link img{width:200px}.login-layout{grid-template-columns:1fr;gap:2.25rem;min-height:auto;padding-block:3rem}.login-context h1{max-width:none;font-size:clamp(2.7rem,9vw,4rem)}.login-panel{max-width:560px}.login-back{margin-top:0}.hero{grid-template-columns:minmax(0,1fr);gap:2rem;min-height:0}.hero__copy,.day-preview{min-width:0}.hero__copy h1{max-width:16ch}.day-preview{max-width:620px}.waitlist-section{grid-template-columns:minmax(0,1fr);gap:2rem}.waitlist-section>div,.waitlist-form{min-width:0}.profile-grid{grid-template-columns:minmax(0,1fr)}}@media (max-width:520px){.page-shell,.site-header__inner{width:min(100% - 2rem,1180px)}.site-header__inner{gap:.7rem}.brand-link img{width:158px}.site-nav{gap:.65rem;min-width:0}.site-nav__explore{font-size:.8rem}.site-nav .nav-action{white-space:normal;text-align:center;justify-content:center;max-width:150px;padding-inline:.65rem;font-size:.8rem}.login-layout{padding-top:2.5rem}.login-context h1{margin-bottom:1rem;font-size:clamp(2.35rem,11vw,3.3rem)}.login-context>p:not(.login-context__line){font-size:1rem}.login-panel{border-radius:16px;padding:1.5rem}.hero{padding-block:4rem}.hero__copy h1{overflow-wrap:anywhere;font-size:clamp(1.6rem,9vw,3.2rem)}.hero__copy>p{font-size:1rem}.hero__actions{align-items:flex-start}.hero__actions .button{white-space:normal;max-width:100%}.day-preview__top,.macro-row{flex-wrap:wrap}.story-steps{grid-template-columns:1fr;gap:1.5rem}.story-band h2,.waitlist-section h2,.explainer__intro h1{font-size:clamp(1.6rem,8.5vw,2.8rem)}.story-steps h3{margin-top:.8rem}.site-footer__inner{flex-direction:column;align-items:flex-start}.explainer__section{grid-template-columns:1fr;gap:.5rem}.explainer__section p{font-size:1rem}.macro-row{flex-wrap:wrap}.macro-row strong{font-size:.73rem}.profile-panel{padding:1rem}.profile-panel__heading h2{font-size:clamp(1.25rem,6vw,1.8rem)}.profile-form__row{grid-template-columns:minmax(0,1fr)}.current-goal strong{font-size:.9rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
