:root {
  --ink: #183b2b;
  --ink-deep: #0d2a1e;
  --cream: #f4f0e5;
  --paper: #faf8f1;
  --lime: #c8f06a;
  --yellow: #f3d76c;
  --coral: #ef886b;
  --sky: #9dd9d0;
  --purple: #b8a9e8;
  --line: rgba(24, 59, 43, .18);
  --display: "DM Sans", sans-serif;
  --body: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--body); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
.skip-link { position: fixed; top: -60px; left: 20px; z-index: 100; padding: 12px 18px; background: white; border-radius: 30px; transition: top .2s; }
.skip-link:focus { top: 16px; }
.site-header { position: fixed; top: 0; left: 0; z-index: 50; width: 100%; height: 82px; display: flex; align-items: center; justify-content: space-between; padding: 0 4.5vw; border-bottom: 1px solid transparent; transition: .3s ease; }
.site-header.scrolled { height: 68px; background: rgba(244, 240, 229, .9); border-color: var(--line); backdrop-filter: blur(16px); }
.brand { display: flex; align-items: center; gap: 10px; font: 700 18px var(--display); letter-spacing: -.04em; }
.brand-mark { width: 28px; height: 28px; display: grid; place-items: center; border: 2px solid currentColor; border-radius: 50%; }
.brand-mark span { width: 10px; height: 16px; display: block; background: currentColor; border-radius: 10px 0 10px 0; transform: rotate(-32deg); }
nav { display: flex; gap: 32px; font-size: 13px; font-weight: 600; }
nav a { position: relative; }
nav a::after { content: ""; position: absolute; left: 0; bottom: -5px; width: 0; height: 1px; background: currentColor; transition: width .2s; }
nav a:hover::after { width: 100%; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 56px; padding: 0 24px; color: var(--cream); background: var(--ink); border: 1px solid var(--ink); border-radius: 100px; font-size: 13px; font-weight: 700; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(13, 42, 30, .16); background: var(--ink-deep); }
.button-small { min-height: 44px; padding: 0 18px; gap: 12px; font-size: 12px; }
.section { padding: 120px 7vw; }
.eyebrow, .micro { margin: 0 0 22px; font-size: 11px; line-height: 1.2; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow-dot { width: 7px; height: 7px; display: inline-block; margin-right: 8px; background: var(--coral); border-radius: 50%; }
h1, h2, h3, p { text-wrap: balance; }
h1, h2, h3 { margin: 0; font-family: var(--display); letter-spacing: -.055em; }
em { color: var(--coral); font-style: normal; }
.hero { min-height: 840px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 5vw; padding-top: 135px; overflow: hidden; }
.hero-copy { position: relative; z-index: 2; max-width: 680px; }
.hero h1 { font-size: clamp(52px, 5.2vw, 83px); line-height: .99; }
.hero-intro { max-width: 570px; margin: 34px 0 30px; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 22px; }
.no-card { font-size: 11px; opacity: .65; }
.meal-visual { position: relative; min-height: 655px; display: grid; place-items: center; }
.shape { position: absolute; }
.sun-shape { width: 460px; height: 460px; background: var(--yellow); border-radius: 50%; opacity: .76; }
.leaf-shape { width: 200px; height: 470px; right: -7vw; top: 30px; background: var(--coral); border-radius: 100% 0 100% 0; transform: rotate(16deg); opacity: .8; }
.phone-card { position: relative; z-index: 3; width: 365px; min-height: 620px; padding: 18px; background: var(--paper); border: 1px solid var(--ink); border-radius: 32px; box-shadow: 25px 30px 0 rgba(24, 59, 43, .12); transform: rotate(-2deg); }
.phone-top, .lesson-label { display: flex; justify-content: space-between; align-items: center; font-size: 9px; font-weight: 700; letter-spacing: .1em; }
.phone-top { padding: 0 7px 14px; }
.score { padding: 8px 10px; background: var(--lime); border-radius: 20px; letter-spacing: 0; text-transform: none; }
.meal-photo { height: 270px; display: grid; place-items: center; margin-top: 12px; overflow: hidden; background: #d5c9a8; border-radius: 18px; }
.bowl { position: relative; width: 225px; height: 225px; background: #e8e0cd; border: 15px solid #786f59; border-radius: 50%; box-shadow: inset 0 0 0 4px #f1ead8, 0 16px 24px rgba(0,0,0,.18); }
.food { position: absolute; display: block; }
.avocado { left: 22px; top: 45px; width: 75px; height: 120px; background: #88a849; border: 12px solid #bac96a; border-radius: 80% 20% 70% 30%; transform: rotate(20deg); }
.avocado::after { content: ""; position: absolute; width: 32px; height: 32px; left: 12px; top: 56px; background: #80552d; border-radius: 50%; }
.egg { right: 25px; top: 30px; width: 92px; height: 83px; background: #faf6e4; border-radius: 60% 40% 50% 45%; }
.egg::after { content: ""; position: absolute; width: 42px; height: 42px; left: 25px; top: 22px; background: #e7aa3f; border-radius: 50%; }
.grain { right: 18px; bottom: 24px; width: 105px; height: 92px; background: radial-gradient(circle, #d7a95e 0 3px, transparent 4px) 0 0/12px 12px, #b78143; border-radius: 48%; }
.greens { left: 30px; bottom: 22px; width: 90px; height: 80px; background: #2f7747; border-radius: 70% 30% 60% 40%; transform: rotate(-14deg); }
.tomato { right: 5px; bottom: 80px; width: 40px; height: 40px; background: var(--coral); border-radius: 50%; }
.analysis-copy { padding: 25px 7px 5px; }
.analysis-copy .micro { margin-bottom: 10px; font-size: 8px; }
.analysis-copy h2 { font-size: 26px; line-height: 1.07; }
.analysis-copy h2 span { color: var(--coral); }
.analysis-copy > p:not(.micro) { margin: 14px 0 20px; font-size: 11px; line-height: 1.6; }
.lesson-progress { display: flex; gap: 5px; }
.lesson-progress span { flex: 1; height: 3px; background: #dedbd1; }
.lesson-progress span:first-child { background: var(--ink); }
.insight-card { position: absolute; z-index: 5; width: 220px; display: flex; gap: 12px; padding: 18px; background: var(--paper); border: 1px solid var(--ink); box-shadow: 8px 8px 0 rgba(24, 59, 43, .12); font-size: 10px; line-height: 1.5; }
.insight-card > span { flex: 0 0 auto; width: 26px; height: 26px; display: grid; place-items: center; color: var(--paper); background: var(--ink); border-radius: 50%; font: 700 8px var(--display); }
.insight-card p { margin: 0; }
.insight-one { left: -3vw; top: 115px; transform: rotate(3deg); }
.insight-two { right: -1vw; bottom: 65px; transform: rotate(-3deg); }
.ticker { overflow: hidden; padding: 20px 0; color: var(--cream); background: var(--ink); font: 600 13px var(--display); letter-spacing: .12em; text-transform: uppercase; }
.ticker div { min-width: max-content; display: flex; gap: 28px; align-items: center; animation: drift 24s linear infinite; }
.ticker i { color: var(--lime); font-style: normal; }
@keyframes drift { to { transform: translateX(-20%); } }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin-bottom: 70px; }
.section-heading .eyebrow { align-self: flex-start; margin-top: 15px; }
.section-heading h2, .learn-intro h2, .philosophy h2, .journey h2, .final-cta h2 { font-size: clamp(43px, 5vw, 72px); line-height: 1.02; }
.difference { background: var(--paper); }
.comparison-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.comparison { min-height: 370px; padding: 34px; border: 1px solid var(--line); border-radius: 2px; }
.comparison.muted { color: #6f756f; background: #ecebe5; }
.comparison.active { color: var(--cream); background: var(--ink); }
.comparison-flow { min-height: 245px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.comparison-flow span { font-size: 10px; letter-spacing: .12em; }
.comparison-flow b { margin: 17px; font-size: 22px; font-weight: 400; }
.comparison-flow strong { font: 600 clamp(34px, 4vw, 58px) var(--display); letter-spacing: -.055em; }
.comparison-flow small { margin-top: 5px; opacity: .7; }
.comparison > p:last-child { max-width: 400px; margin: 20px auto 0; padding-top: 20px; border-top: 1px solid currentColor; text-align: center; font-size: 12px; opacity: .76; }
.loop-row { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto; align-items: center; gap: 22px; margin-top: 70px; }
.loop-row > div { display: grid; grid-template-columns: 34px 1fr; align-items: center; column-gap: 8px; }
.loop-row span { grid-row: 1 / 3; width: 34px; height: 34px; display: grid; place-items: center; background: var(--lime); border-radius: 50%; font-size: 9px; font-weight: 700; }
.loop-row b { font: 600 17px var(--display); }
.loop-row small { font-size: 10px; opacity: .6; }
.loop-row > i { font-size: 21px; font-style: normal; }
.learn { background: var(--cream); }
.learn-intro { display: grid; grid-template-columns: 1.3fr .7fr; column-gap: 8vw; align-items: end; margin-bottom: 70px; }
.learn-intro .eyebrow { grid-column: 1 / -1; }
.learn-intro > p:last-child { max-width: 480px; margin: 0 0 8px; font-size: 15px; line-height: 1.7; }
.lesson-cards { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.lesson-card { position: relative; min-height: 380px; display: flex; flex-direction: column; padding: 25px; border: 1px solid var(--ink); transition: transform .25s, box-shadow .25s; }
.lesson-card:hover { z-index: 2; transform: translateY(-8px) rotate(-1deg); box-shadow: 10px 12px 0 var(--ink); }
.card-protein { background: var(--coral); } .card-fibre { background: var(--lime); } .card-micro { background: var(--yellow); } .card-fats { background: var(--sky); } .card-life { background: var(--purple); }
.number { font-size: 10px; font-weight: 700; }
.icon { width: 76px; height: 76px; display: grid; place-items: center; margin: 45px auto 40px; border: 1px solid var(--ink); border-radius: 50%; font: 600 30px var(--display); }
.lesson-card h3 { font-size: 25px; }
.lesson-card p { margin: 8px 0 0; font-size: 12px; line-height: 1.5; }
.learn-link { margin-top: auto; padding-top: 24px; border-top: 1px solid var(--line); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.philosophy { position: relative; min-height: 700px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 9vw; color: var(--cream); background: var(--ink); overflow: hidden; }
.quote-mark { position: absolute; top: -170px; right: 3vw; color: rgba(244,240,229,.055); font: 700 650px/1 var(--display); }
.philosophy-copy { position: relative; z-index: 1; }
.philosophy-copy > p:last-child { max-width: 600px; margin-top: 32px; font-size: 18px; line-height: 1.7; opacity: .78; }
.philosophy h2 em { color: var(--lime); }
.two-lessons { position: relative; z-index: 1; display: flex; align-items: center; gap: 28px; padding: 45px; color: var(--ink); background: var(--lime); border-radius: 50% 50% 2px 2px; }
.big-two { font: 600 150px/.8 var(--display); letter-spacing: -.08em; }
.two-lessons .micro { margin-bottom: 12px; }
.two-lessons h3 { font-size: 22px; }
.two-lessons p:last-child { margin: 8px 0 0; font-size: 12px; }
.journey { background: var(--paper); }
.timeline { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); padding-top: 25px; }
.timeline::before { content: ""; position: absolute; top: 30px; left: 10px; right: 10px; height: 1px; background: var(--ink); }
.timeline > div { position: relative; padding-right: 30px; }
.timeline-dot { position: relative; z-index: 1; width: 12px; height: 12px; display: block; margin-bottom: 48px; background: var(--paper); border: 2px solid var(--ink); border-radius: 50%; }
.timeline > div:last-child .timeline-dot { background: var(--coral); }
.timeline p { font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.timeline h3 { font-size: clamp(24px, 2.6vw, 38px); line-height: 1.1; }
.journey-note { margin: 70px 0 0; padding-top: 30px; border-top: 1px solid var(--line); font-size: 13px; text-align: center; }
.final-cta { position: relative; min-height: 750px; display: grid; place-items: center; color: var(--cream); background: var(--coral); overflow: hidden; text-align: center; }
.final-copy { position: relative; z-index: 2; max-width: 800px; }
.final-cta em { color: var(--ink); }
.final-copy > p:not(.eyebrow) { max-width: 590px; margin: 30px auto; font-size: 16px; line-height: 1.7; }
.button-light { color: var(--ink); background: var(--cream); border-color: var(--cream); }
.button-light:hover { color: var(--cream); }
.cta-orbit, .cta-orbit::before, .cta-orbit::after { position: absolute; border: 1px solid rgba(244,240,229,.35); border-radius: 50%; }
.cta-orbit { width: 600px; height: 600px; }
.cta-orbit::before { content: ""; inset: 80px; }
.cta-orbit::after { content: ""; inset: 180px; }
.cta-orbit span { position: absolute; width: 16px; height: 16px; background: var(--lime); border-radius: 50%; }
.cta-orbit span:nth-child(1) { left: -8px; top: 50%; } .cta-orbit span:nth-child(2) { right: 100px; top: 15px; background: var(--yellow); } .cta-orbit span:nth-child(3) { right: 85px; bottom: 25px; background: var(--sky); }
footer { min-height: 150px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 40px 7vw; color: var(--cream); background: var(--ink-deep); font-size: 10px; }
footer > p { opacity: .6; }
footer > div { display: flex; gap: 22px; }
.brand-light { color: var(--cream); }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 150px; }
  .hero-copy { max-width: 760px; }
  .meal-visual { min-height: 680px; }
  .insight-one { left: 8vw; } .insight-two { right: 8vw; }
  .lesson-cards { grid-template-columns: repeat(3, 1fr); }
  .lesson-card { min-height: 340px; }
  .philosophy { grid-template-columns: 1fr; }
  .two-lessons { max-width: 600px; }
}

@media (max-width: 720px) {
  .site-header { height: 68px; padding: 0 20px; }
  .site-header .button { display: none; }
  .section { padding: 82px 22px; }
  .hero { min-height: auto; gap: 44px; padding-top: 118px; }
  .hero h1 { font-size: clamp(43px, 12vw, 58px); }
  .hero-intro { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .hero-actions .button { width: 100%; }
  .meal-visual { min-height: 600px; margin: 0 -15px; }
  .sun-shape { width: 340px; height: 340px; }
  .leaf-shape { width: 110px; height: 300px; right: -20px; }
  .phone-card { width: 310px; min-height: 555px; padding: 14px; box-shadow: 14px 18px 0 rgba(24, 59, 43, .12); }
  .meal-photo { height: 225px; }
  .bowl { transform: scale(.82); }
  .analysis-copy h2 { font-size: 22px; }
  .insight-card { width: 165px; padding: 11px; }
  .insight-one { left: 0; top: 70px; } .insight-two { right: 0; bottom: 20px; }
  .section-heading, .learn-intro { display: block; }
  .section-heading .eyebrow { margin-top: 0; }
  .section-heading { margin-bottom: 42px; }
  .comparison-grid { grid-template-columns: 1fr; }
  .comparison { min-height: 330px; padding: 24px; }
  .comparison-flow { min-height: 215px; }
  .loop-row { grid-template-columns: 1fr auto; gap: 18px; }
  .loop-row > i { transform: rotate(90deg); }
  .learn-intro > p:last-child { margin-top: 26px; }
  .lesson-cards { display: flex; gap: 12px; margin-right: -22px; padding-right: 22px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .lesson-card { flex: 0 0 72vw; min-height: 350px; scroll-snap-align: start; }
  .philosophy { gap: 60px; }
  .philosophy-copy > p:last-child { font-size: 15px; }
  .two-lessons { padding: 32px 22px; gap: 18px; }
  .big-two { font-size: 108px; }
  .timeline { grid-template-columns: 1fr; gap: 0; padding-left: 7px; }
  .timeline::before { left: 12px; top: 30px; bottom: 20px; width: 1px; height: auto; }
  .timeline > div { padding: 0 0 46px 45px; }
  .timeline-dot { position: absolute; left: -1px; top: 5px; margin: 0; }
  .journey-note { margin-top: 15px; text-align: left; }
  .final-cta { min-height: 650px; }
  .cta-orbit { width: 430px; height: 430px; }
  footer { align-items: flex-start; flex-direction: column; }
}

@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; }
}

/* ---- Legal pages (privacy) ---- */
.legal { max-width: 760px; margin: 0 auto; padding: 165px 7vw 110px; background: var(--cream); }
.legal h1 { font-size: clamp(40px, 5vw, 60px); line-height: 1.02; }
.legal h2 { margin: 56px 0 14px; font-size: 24px; letter-spacing: -.035em; }
.legal h3 { margin: 34px 0 10px; font-size: 17px; letter-spacing: -.02em; }
.legal p, .legal li { font-size: 16px; line-height: 1.72; }
.legal p { margin: 0 0 18px; }
.legal ul { margin: 0 0 18px; padding-left: 22px; }
.legal li { margin-bottom: 10px; }
.legal a { text-decoration: underline; text-underline-offset: 3px; }
.legal a:hover { color: var(--coral); }
.legal-meta { margin: 18px 0 34px; font-size: 13px; opacity: .68; }
.legal-lede { padding: 26px 28px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); font-size: 17px; }
.legal h2 + p, .legal h3 + p { margin-top: 0; }

@media (max-width: 720px) {
  .legal { padding-top: 130px; }
  .legal h2 { margin-top: 44px; font-size: 21px; }
}
.legal-meta { display: flex; flex-wrap: wrap; align-items: baseline; gap: 0 9px; }
@media (max-width: 720px) {
  .legal-meta { flex-direction: column; gap: 4px; }
  .legal-meta-sep { display: none; }
}
