@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,700&display=swap');

:root { color-scheme: light; --ink:#1e1a24; --muted:#747383; --quiet:#aaa9b7; --surface:#f2f2f3; --surface-2:#e9e9eb; --white:#fff; --green:#64993a; --green-soft:#e8f3df; --red:#de6969; --orange:#de9a69; --blue:#6998de; --line:#e5e5e8; --max:1240px; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin:0; overflow-x:hidden; background:var(--white); color:var(--ink); font-family:"Open Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; -webkit-font-smoothing:antialiased; }
body::before { position:fixed; inset:0; z-index:-1; background-image:radial-gradient(circle at 1px 1px,rgba(30,26,36,.055) 1px,transparent 0); background-size:26px 26px; mask-image:linear-gradient(to bottom,black,transparent 52rem); content:""; pointer-events:none; }
a { color:inherit; }
.skip-link { position:fixed; top:12px; left:12px; z-index:100; translate:0 -160%; padding:12px 16px; border-radius:12px; background:var(--ink); color:var(--white); }
.skip-link:focus { translate:0; }
.topbar { position:fixed; top:18px; left:50%; z-index:50; display:grid; grid-template-columns:1fr auto 1fr; align-items:center; width:min(calc(100% - 32px),1180px); padding:12px 14px 12px 18px; border:1px solid rgba(229,229,232,.85); border-radius:22px; background:rgba(255,255,255,.78); box-shadow:0 10px 40px rgba(30,26,36,.05); backdrop-filter:blur(20px); transform:translateX(-50%); transition:top .3s ease,background .3s ease,box-shadow .3s ease; }
.topbar.scrolled { top:10px; background:rgba(255,255,255,.94); box-shadow:0 12px 42px rgba(30,26,36,.09); }
.wordmark { display:inline-flex; align-items:center; gap:10px; width:fit-content; color:var(--ink); font-size:17px; font-weight:800; letter-spacing:-.04em; text-decoration:none; }
.wordmark img { border-radius:10px; }
.topbar nav { display:flex; gap:30px; }
.topbar nav a,footer nav a { color:var(--muted); font-size:14px; font-weight:600; text-decoration:none; transition:color .2s ease; }
.topbar nav a:hover,.topbar nav a:focus-visible,footer nav a:hover,footer nav a:focus-visible { color:var(--ink); }
.nav-cta { justify-self:end; padding:12px 18px; border-radius:13px; background:var(--ink); color:var(--white); font-size:14px; font-weight:700; text-decoration:none; transition:transform .2s ease,background .2s ease; }
.nav-cta:hover { background:#000; transform:translateY(-2px); }
main { overflow:hidden; }
.hero { display:grid; grid-template-columns:minmax(0,.94fr) minmax(420px,.8fr); align-items:center; gap:clamp(40px,7vw,110px); width:min(calc(100% - 48px),var(--max)); min-height:100svh; margin:0 auto; padding:150px 0 90px; }
.eyebrow { display:flex; align-items:center; gap:10px; margin:0 0 22px; color:var(--muted); font-size:13px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.live-dot { width:8px; height:8px; border-radius:50%; background:var(--green); box-shadow:0 0 0 6px var(--green-soft); animation:pulse 2.4s ease-in-out infinite; }
h1,h2,h3,p { margin-top:0; }
h1,h2,h3 { letter-spacing:-.065em; }
.hero h1 { margin-bottom:28px; font-size:clamp(70px,9vw,132px); font-weight:800; line-height:.86; }
.hero h1 span { color:var(--green); }
.hero-lede { max-width:620px; margin-bottom:34px; color:var(--muted); font-size:clamp(18px,2vw,22px); font-weight:500; line-height:1.55; }
.hero-actions { display:flex; align-items:center; gap:24px; }
.button { display:inline-flex; align-items:center; justify-content:center; gap:30px; min-height:58px; padding:0 24px; border-radius:18px; font-size:16px; font-weight:700; text-decoration:none; transition:transform .2s ease,background .2s ease,color .2s ease; }
.button:hover { transform:translateY(-3px); }
.button-dark { background:var(--ink); color:var(--white); }
.button-dark:hover { background:var(--green); }
.text-link { color:var(--muted); font-size:15px; font-weight:700; text-decoration:none; }
.trust-row { display:flex; flex-wrap:wrap; gap:20px; margin-top:44px; }
.trust-row span { display:flex; align-items:center; gap:8px; color:var(--muted); font-size:13px; font-weight:600; }
.trust-row span::before { color:var(--green); content:"✓"; font-weight:800; }
.hero-visual { position:relative; min-height:700px; }
.phone { position:relative; overflow:hidden; border:9px solid var(--ink); border-radius:48px; background:var(--white); box-shadow:0 35px 80px rgba(30,26,36,.15); }
.phone::after { position:absolute; inset:0; border:1px solid rgba(255,255,255,.75); border-radius:38px; content:""; pointer-events:none; }
.phone img { display:block; width:100%; height:auto; }
.phone-speaker { position:absolute; top:14px; left:50%; z-index:2; width:34%; height:24px; border-radius:99px; background:var(--ink); transform:translateX(-50%); }
.phone-hero { position:absolute; top:34px; right:44px; width:min(390px,78vw); height:690px; transform:rotate(3deg); animation:phoneFloat 7s ease-in-out infinite; }
.orbit { position:absolute; top:50%; left:50%; border:1px solid var(--line); border-radius:50%; transform:translate(-50%,-50%); }
.orbit-one { width:610px; height:610px; }
.orbit-two { width:780px; height:780px; opacity:.6; }
.float-card { position:absolute; z-index:4; padding:18px 20px; border:1px solid rgba(229,229,232,.85); border-radius:20px; background:rgba(255,255,255,.9); box-shadow:0 20px 55px rgba(30,26,36,.12); backdrop-filter:blur(18px); }
.float-card small,.float-card .float-label { display:block; color:var(--muted); font-size:12px; font-weight:700; }
.float-card strong { font-size:26px; letter-spacing:-.04em; }
.float-target { top:120px; left:-15px; animation:cardFloat 5.5s ease-in-out infinite; }
.float-status { right:0; bottom:76px; display:flex; align-items:center; gap:12px; animation:cardFloat 5.5s 1.2s ease-in-out infinite; }
.float-status strong { display:block; font-size:15px; }
.float-status .check { display:grid; width:38px; height:38px; place-items:center; border-radius:50%; background:var(--green-soft); color:var(--green); font-weight:800; }
.statement { width:min(calc(100% - 48px),var(--max)); margin:0 auto; padding:130px 0 150px; border-top:1px solid var(--line); text-align:center; }
.statement p { margin-bottom:16px; color:var(--quiet); font-size:19px; font-weight:600; }
.statement h2 { margin-bottom:0; font-size:clamp(48px,7vw,92px); line-height:1.02; }
.statement em { color:var(--green); font-style:italic; }
.adaptive-section { display:grid; grid-template-columns:.8fr 1.2fr; align-items:center; gap:clamp(60px,9vw,140px); width:min(calc(100% - 48px),var(--max)); margin:0 auto; padding:120px 0; }
.section-heading h2,.pantry-copy h2,.outcome-copy h2 { margin-bottom:28px; font-size:clamp(46px,5.8vw,76px); line-height:1.02; }
.section-heading>p:last-child,.pantry-copy>p,.outcome-copy>p { max-width:570px; color:var(--muted); font-size:19px; line-height:1.65; }
.adapt-demo { padding:clamp(24px,4vw,44px); border-radius:36px; background:var(--surface); }
.demo-topline { display:flex; justify-content:space-between; align-items:center; color:var(--quiet); font-size:12px; font-weight:800; letter-spacing:.1em; }
.status-pill { display:inline-flex; align-items:center; gap:7px; padding:8px 10px; border-radius:99px; background:var(--green-soft); color:var(--green); }
.status-pill i { width:7px; height:7px; border-radius:50%; background:var(--green); }
.macro-balance { display:grid; grid-template-columns:1fr 1fr; gap:1px; margin:28px 0; overflow:hidden; border-radius:20px; background:var(--line); }
.macro-balance>div { padding:22px; background:var(--white); }
.macro-balance span { display:block; margin-bottom:4px; color:var(--muted); font-size:13px; font-weight:700; }
.macro-balance strong { font-size:clamp(30px,4vw,48px); letter-spacing:-.05em; }
.macro-balance .green { color:var(--green); }
.meal-flow { padding:8px 0; }
.meal-row { display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:16px; padding:18px; border-radius:19px; background:var(--white); transition:transform .35s ease,opacity .35s ease; }
.meal-row.is-changing { opacity:.3; transform:translateX(18px); }
.meal-emoji { display:grid; width:48px; height:48px; place-items:center; border-radius:14px; background:var(--surface); font-size:25px; }
.meal-row small { display:block; margin-bottom:4px; color:var(--quiet); font-size:11px; font-weight:800; letter-spacing:.08em; }
.meal-row strong { display:block; font-size:16px; }
.meal-macro { color:var(--muted); font-size:13px; font-weight:700; }
.flow-line { position:relative; display:flex; align-items:center; justify-content:center; height:54px; }
.flow-line::before { position:absolute; inset:0 auto; width:1px; background:var(--line); content:""; }
.flow-line span { z-index:1; padding:7px 11px; border-radius:99px; background:var(--green-soft); color:var(--green); font-size:11px; font-weight:800; }
.swap-button { width:100%; min-height:58px; margin-top:22px; border:0; border-radius:17px; background:var(--ink); color:var(--white); cursor:pointer; font:inherit; font-size:15px; font-weight:700; transition:transform .2s ease,background .2s ease; }
.swap-button:hover { background:var(--green); transform:translateY(-2px); }
.swap-button:focus-visible { outline:3px solid rgba(100,153,58,.3); outline-offset:3px; }
.swap-icon { display:inline-block; margin-right:9px; font-size:19px; transition:transform .35s ease; }
.swap-button:active .swap-icon { transform:rotate(180deg); }
.demo-note { margin:14px 10px 0; color:var(--muted); font-size:12px; line-height:1.5; text-align:center; }
.feature-grid { display:grid; grid-template-columns:1.18fr .82fr; gap:22px; width:min(calc(100% - 48px),var(--max)); margin:0 auto; padding:70px 0 140px; }
.feature-card { position:relative; min-height:560px; overflow:hidden; border-radius:38px; padding:42px; }
.feature-track { background:var(--ink); color:var(--white); }
.feature-log { background:var(--green-soft); }
.feature-copy { position:relative; z-index:2; }
.feature-number { color:var(--quiet); font-size:12px; font-weight:800; letter-spacing:.1em; }
.feature-card h3 { margin:20px 0 18px; font-size:clamp(34px,4vw,55px); line-height:1.04; }
.feature-card p { max-width:500px; color:#aeacb6; font-size:17px; line-height:1.55; }
.feature-log p { color:#66735d; }
.ring-art { position:absolute; right:-50px; bottom:-95px; width:390px; height:390px; }
.ring { position:absolute; inset:0; border:15px solid rgba(255,255,255,.08); border-radius:50%; }
.ring::after { position:absolute; inset:-15px; border:15px solid transparent; border-top-color:currentColor; border-right-color:currentColor; border-radius:50%; content:""; transform:rotate(14deg); }
.ring-red { color:var(--red); }
.ring-green { inset:30px; color:var(--green); }
.ring-orange { inset:60px; color:var(--orange); }
.ring-blue { inset:90px; color:var(--blue); }
.ring-art strong,.ring-art small { position:absolute; left:50%; top:47%; z-index:2; transform:translate(-50%,-50%); }
.ring-art strong { font-size:46px; letter-spacing:-.05em; }
.ring-art small { top:58%; color:#aeacb6; }
.mini-confirm { position:absolute; right:34px; bottom:34px; left:34px; display:flex; align-items:center; gap:15px; padding:22px; border-radius:22px; background:var(--white); }
.mini-confirm>span { display:grid; width:44px; height:44px; place-items:center; border-radius:50%; background:var(--green-soft); color:var(--green); font-size:20px; font-weight:800; }
.mini-confirm small { display:block; color:var(--green); font-size:10px; font-weight:800; letter-spacing:.08em; }
.mini-confirm strong { display:block; margin-top:4px; font-size:16px; }
.pantry-section { display:grid; grid-template-columns:1.1fr .9fr; align-items:center; gap:clamp(50px,8vw,110px); min-height:950px; padding:120px max(24px,calc((100vw - var(--max))/2)); background:var(--surface); }
.pantry-visual { position:relative; min-height:690px; }
.phone-pantry { position:absolute; width:340px; height:650px; }
.phone-back { top:6px; left:0; transform:rotate(-7deg); }
.phone-front { right:0; bottom:0; z-index:2; transform:rotate(5deg); }
.phone-pantry img { transform:translateY(-4px); }
.benefit-list { display:grid; gap:22px; margin:38px 0 0; padding:0; list-style:none; }
.benefit-list li { display:flex; gap:16px; align-items:flex-start; }
.benefit-list li>span { display:grid; flex:0 0 34px; height:34px; place-items:center; border-radius:50%; background:var(--white); color:var(--green); font-weight:800; }
.benefit-list strong,.benefit-list small { display:block; }
.benefit-list strong { margin-bottom:3px; font-size:17px; }
.benefit-list small { color:var(--muted); font-size:14px; line-height:1.5; }
.outcome-section { display:grid; grid-template-columns:1fr 1fr; align-items:center; gap:80px; width:min(calc(100% - 48px),var(--max)); margin:0 auto; padding:140px 0; }
.metric-strip { display:grid; grid-template-columns:1fr 1fr; gap:1px; max-width:520px; margin-top:40px; overflow:hidden; border-radius:22px; background:var(--line); }
.metric-strip div { padding:22px 24px; background:var(--surface); }
.metric-strip strong,.metric-strip small { display:block; }
.metric-strip strong { font-size:34px; letter-spacing:-.05em; }
.metric-strip div:first-child strong { color:var(--red); }
.metric-strip div:last-child strong { color:var(--green); }
.metric-strip small { color:var(--muted); font-size:12px; font-weight:700; }
.outcome-visual { display:flex; justify-content:center; }
.phone-outcome { width:380px; height:690px; transform:rotate(3deg); }
.final-cta { width:min(calc(100% - 32px),1360px); margin:0 auto 16px; padding:110px 30px; border-radius:48px; background:var(--ink); color:var(--white); text-align:center; }
.final-cta img { margin-bottom:26px; border-radius:24px; }
.final-cta .eyebrow { justify-content:center; color:#aaa8b2; }
.final-cta h2 { margin-bottom:24px; font-size:clamp(52px,7vw,94px); line-height:.98; }
.final-cta>p:not(.eyebrow) { max-width:520px; margin:0 auto 34px; color:#b8b6c0; font-size:18px; line-height:1.55; }
.button-light { background:var(--white); color:var(--ink); }
.button-light:hover { background:var(--green-soft); color:var(--green); }
footer { display:grid; grid-template-columns:auto 1fr auto auto; align-items:center; gap:40px; width:min(calc(100% - 48px),var(--max)); margin:0 auto; padding:46px 0; }
footer p,footer small { margin:0; color:var(--muted); font-size:13px; }
footer nav { display:flex; gap:20px; }
.reveal { opacity:0; transform:translateY(26px); transition:opacity .8s cubic-bezier(.22,.8,.22,1),transform .8s cubic-bezier(.22,.8,.22,1); }
.reveal[data-delay="1"] { transition-delay:.13s; }
.reveal.is-visible { opacity:1; transform:translateY(0); }
@keyframes pulse { 50% { box-shadow:0 0 0 10px rgba(100,153,58,0); } }
@keyframes phoneFloat { 0%,100% { transform:rotate(3deg) translateY(0); } 50% { transform:rotate(1.5deg) translateY(-14px); } }
@keyframes cardFloat { 0%,100% { transform:translateY(0); } 50% { transform:translateY(-10px); } }
@media (max-width:1000px) { .hero { grid-template-columns:1fr 420px; gap:25px; } .float-target { left:0; } .feature-grid { grid-template-columns:1fr 1fr; } .pantry-section { grid-template-columns:1fr 1fr; } .phone-pantry { width:290px; height:580px; } footer { grid-template-columns:auto 1fr auto; } footer>small { display:none; } }
@media (max-width:780px) { .topbar { grid-template-columns:1fr auto; } .topbar nav { display:none; } .hero { grid-template-columns:1fr; padding-top:140px; } .hero h1 { font-size:clamp(68px,20vw,106px); } .hero-visual { min-height:660px; } .phone-hero { right:8%; height:625px; } .float-target { left:3%; } .float-status { right:1%; } .adaptive-section,.pantry-section,.outcome-section { grid-template-columns:1fr; } .adaptive-section { gap:50px; } .feature-grid { grid-template-columns:1fr; } .feature-card { min-height:510px; } .pantry-section { gap:70px; } .pantry-visual { order:2; width:min(100%,620px); } .outcome-visual { margin-top:10px; } footer { grid-template-columns:1fr; gap:18px; } footer nav { flex-wrap:wrap; } }
@media (max-width:520px) { .topbar { top:10px; width:calc(100% - 20px); padding:9px 9px 9px 13px; border-radius:18px; } .wordmark span { font-size:15px; } .nav-cta { padding:11px 13px; font-size:12px; } .hero,.statement,.adaptive-section,.feature-grid,.outcome-section,footer { width:calc(100% - 36px); } .hero { padding-top:130px; } .hero-lede { font-size:18px; } .hero-actions { align-items:flex-start; flex-direction:column; gap:18px; } .button { width:100%; } .trust-row { gap:10px 16px; } .hero-visual { min-height:570px; } .phone { border-width:7px; border-radius:39px; } .phone-hero { right:4%; width:82%; height:550px; } .phone-speaker { top:11px; height:19px; } .orbit-one { width:450px; height:450px; } .orbit-two { width:570px; height:570px; } .float-card { padding:14px 15px; border-radius:16px; } .float-target { top:105px; } .float-status { bottom:35px; } .statement { padding:95px 0 110px; } .statement p { font-size:16px; } .statement h2 { font-size:44px; } .adaptive-section { padding:80px 0; } .section-heading h2,.pantry-copy h2,.outcome-copy h2 { font-size:44px; } .adapt-demo { margin-inline:-5px; border-radius:27px; padding:20px; } .macro-balance strong { font-size:30px; } .meal-row { grid-template-columns:auto 1fr; } .meal-macro { display:none; } .feature-grid { padding-bottom:90px; } .feature-card { min-height:470px; padding:30px; border-radius:29px; } .ring-art { right:-90px; } .pantry-section { min-height:auto; padding:90px 18px; } .pantry-visual { min-height:550px; } .phone-pantry { width:63%; height:510px; } .phone-back { left:-2%; } .phone-front { right:-2%; } .outcome-section { gap:20px; padding:90px 0; } .phone-outcome { width:84%; height:600px; } .metric-strip div { padding:18px; } .final-cta { width:calc(100% - 20px); padding:80px 20px; border-radius:34px; } .final-cta h2 { font-size:48px; } }
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } *,*::before,*::after { animation-duration:.01ms!important; animation-iteration-count:1!important; transition-duration:.01ms!important; } .reveal { opacity:1; transform:none; } }
