/* Exeriva marketing site — bright, editorial shared design system. */

:root {
  --bg: #fffaf2;
  --bg-2: #fff3e4;
  --surface: #ffffff;
  --surface-2: #f7ead9;
  --border: #ddd4c8;
  --border-soft: #ebe3d8;
  --text: #171713;
  --text-2: #625e56;
  --text-3: #837d72;
  --teal: #087f70;
  --purple: #ef5b45;
  --purple-2: #ff6f59;
  --blue: #3154d5;
  --rose: #ef5673;
  --amber: #de8c16;
  --green: #608817;
  --coral: #ff624d;
  --lime: #cfe94d;
  --cream: #fffaf2;
  --ink: #171713;
  --grad: linear-gradient(135deg, #ff624d 0%, #ff8b42 100%);
  --grad-soft: linear-gradient(135deg, rgba(255,98,77,.14) 0%, rgba(255,197,74,.16) 100%);
  --shadow: 0 18px 60px rgba(56,38,17,.14);
  --radius: 24px;
  --max: 1180px;
  --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 24px; }
section { position: relative; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 600; font-size: 15px; line-height: 1;
  padding: 14px 24px; border-radius: 999px; cursor: pointer;
  border: 1px solid transparent; transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--grad); color: #fff; box-shadow: 0 8px 24px rgba(124,58,237,.35); }
.btn-primary:hover { box-shadow: 0 12px 30px rgba(124,58,237,.5); transform: translateY(-1px); }
.btn-ghost { background: rgba(255,255,255,.04); color: var(--text); border-color: var(--border); }
.btn-ghost:hover { background: rgba(255,255,255,.08); border-color: #43536b; }
.btn-lg { padding: 16px 30px; font-size: 16px; }
.btn-sm { padding: 10px 18px; font-size: 14px; }
.btn-ico { width: 18px; height: 18px; fill: none; stroke: var(--teal); stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }

/* Keyboard focus — visible on every interactive element, and never shown for
   mouse users thanks to :focus-visible */
a:focus-visible, button:focus-visible, input:focus-visible,
select:focus-visible, summary:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 3px;
  border-radius: 6px;
}

/* A text button that reads as a link but keeps button semantics */
.link-btn {
  background: none; border: 0; padding: 0; margin-top: 12px; cursor: pointer;
  font-family: inherit; font-size: 14.5px; font-weight: 600; color: var(--teal);
  transition: color .15s;
}
.link-btn:hover { color: #4fe3c6; }

/* ---------- Icon tiles ----------
   Stroked SVGs on a tinted tile. Each feature gets its own accent so the grid
   carries colour without six different card treatments. */
.ico svg {
  width: 24px; height: 24px; fill: none; stroke: currentColor;
  stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round;
}
.ico.i-teal   { color: var(--teal);   background: rgba(0,201,167,.12);  border-color: rgba(0,201,167,.22); }
.ico.i-purple { color: var(--purple-2); background: rgba(139,92,246,.13); border-color: rgba(139,92,246,.24); }
.ico.i-blue   { color: var(--blue);   background: rgba(59,130,246,.13); border-color: rgba(59,130,246,.24); }
.ico.i-amber  { color: var(--amber);  background: rgba(245,158,11,.13); border-color: rgba(245,158,11,.24); }
.ico.i-rose   { color: var(--rose);   background: rgba(251,113,133,.13); border-color: rgba(251,113,133,.24); }
.ico.i-cyan   { color: #38BDF8;       background: rgba(56,189,248,.13); border-color: rgba(56,189,248,.24); }

/* ---------- Nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: saturate(140%) blur(14px);
  background: rgba(11,17,32,.72);
  border-bottom: 1px solid var(--border-soft);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 19px; letter-spacing: -.02em; }
/* The site is dark throughout, so the lash mark sits as a bare cutout — no
   plate needed the way the app's light theme needs one. */
.brand-mark { width: auto; height: 34px; object-fit: contain; flex-shrink: 0; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { color: var(--text-2); font-weight: 500; font-size: 15px; transition: color .15s; }
.nav-links a:hover { color: var(--text); }
.nav-cta { display: flex; align-items: center; gap: 12px; }
.nav-toggle { display: none; background: none; border: 0; color: var(--text); cursor: pointer; }
/* Log in is a button in .nav-cta on desktop — the drawer copy would duplicate it */
.nav-only-mobile { display: none; }

/* ---------- Hero ---------- */
.hero { padding: 90px 0 70px; overflow: hidden; }
.hero-glow {
  position: absolute; inset: -20% 0 auto 0; height: 640px; z-index: 0; pointer-events: none;
  background:
    radial-gradient(560px 300px at 20% 10%, rgba(0,201,167,.20), transparent 70%),
    radial-gradient(620px 340px at 85% 0%, rgba(124,58,237,.28), transparent 70%);
  filter: blur(6px);
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600;
  color: var(--teal); background: rgba(0,201,167,.1); border: 1px solid rgba(0,201,167,.25);
  padding: 6px 14px; border-radius: 999px; margin-bottom: 22px;
}
.hero h1 { font-size: clamp(38px, 5.4vw, 62px); line-height: 1.04; letter-spacing: -.03em; font-weight: 800; }
.hero h1 .grad { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero p.lead { font-size: 19px; color: var(--text-2); margin-top: 22px; max-width: 520px; }
.hero-actions { display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
/* Divided stat bar — rules between the figures group them into one object
   instead of three loose text blocks */
.hero-proof { display: flex; gap: 0; margin-top: 44px; flex-wrap: wrap; }
.hero-proof .stat { padding-right: 26px; }
.hero-proof .stat + .stat { padding-left: 26px; border-left: 1px solid var(--border-soft); }
.hero-proof .stat b { font-size: 27px; font-weight: 800; display: block; letter-spacing: -.02em; line-height: 1.15; }
.hero-proof .stat span { font-size: 13px; color: var(--text-3); }

/* ---------- Phone mockup ----------
   A miniature of the real dashboard — same header, calorie ring, macro bars
   and floating tab bar — so the hero shows the actual product. */
.phone {
  position: relative; width: 300px; margin: 0 auto;
  border-radius: 46px; padding: 11px;
  background: linear-gradient(155deg, #3a4761 0%, #1b2437 40%, #131c30 100%);
  border: 1px solid #46566f;
  box-shadow: 0 30px 70px rgba(0,0,0,.55), inset 0 1px 0 rgba(255,255,255,.07);
}
/* Machined side buttons — small detail, but their absence is what makes a
   mockup read as a rounded rectangle rather than a phone */
.phone-btn { position: absolute; background: linear-gradient(180deg, #465573, #29344a); border-radius: 2px; }
.phone-btn-silent { left: -2px; top: 92px; width: 3px; height: 24px; }
.phone-btn-vol-up { left: -2px; top: 130px; width: 3px; height: 44px; }
.phone-btn-vol-dn { left: -2px; top: 186px; width: 3px; height: 44px; }
.phone-btn-power { right: -2px; top: 152px; width: 3px; height: 66px; }

.phone-screen { position: relative; border-radius: 36px; overflow: hidden; background: var(--bg-2); border: 1px solid #223047; }
.phone-island { position: absolute; top: 11px; left: 50%; transform: translateX(-50%); width: 82px; height: 24px; background: #05080f; border-radius: 999px; z-index: 3; }

/* Status bar sits either side of the island */
.mock-status { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; padding: 14px 18px 2px; }
.mock-time { font-size: 11px; font-weight: 700; letter-spacing: -.01em; }
.mock-status-icons { display: inline-flex; align-items: center; gap: 5px; }
.mock-status-icons svg { height: 9px; width: auto; fill: currentColor; }

.mock-head { padding: 10px 16px 15px; background: linear-gradient(160deg, rgba(0,201,167,.14), rgba(124,58,237,.14)); }
.mock-head-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; }
.mock-head .name { font-size: 13.5px; font-weight: 700; letter-spacing: -.015em; line-height: 1.25; white-space: nowrap; }
.mock-head .greet { font-size: 10.5px; color: var(--text-3); margin-top: 2px; }
.mock-streak { display: inline-flex; align-items: center; gap: 4px; flex-shrink: 0; font-size: 9.5px; font-weight: 700; color: #60A5FA; background: #1E3A5F; border-radius: 999px; padding: 4px 9px; }
.mock-streak svg { width: 9px; height: 9px; fill: currentColor; }

.mock-ring { display: flex; align-items: center; gap: 13px; margin-top: 13px; }
.ring { position: relative; width: 76px; height: 76px; flex-shrink: 0; display: grid; place-items: center; }
.ring svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.ring-fg { filter: drop-shadow(0 0 5px rgba(0,201,167,.45)); }
.ring i { position: relative; font-style: normal; font-weight: 800; font-size: 15px; line-height: 1.1; text-align: center; }
.ring small { display: block; font-size: 7.5px; color: var(--text-3); font-weight: 600; margin-top: 1px; }

.mock-macros { flex: 1; display: grid; gap: 6px; }
.mbar { font-size: 10px; }
.mbar .top { display: flex; justify-content: space-between; color: var(--text-2); margin-bottom: 3px; }
.mbar .track { height: 5px; border-radius: 3px; background: #26344a; overflow: hidden; }
.mbar .fill { height: 100%; border-radius: 3px; }
.mock-left { font-size: 9.5px; font-weight: 700; color: var(--green); }

.mock-body { padding: 12px 12px 4px; display: grid; gap: 8px; }
.mock-card { background: var(--surface); border: 1px solid var(--border); border-radius: 13px; padding: 9px 11px; display: flex; align-items: center; gap: 10px; }
/* Real recipe photo, with the recipe's emoji sitting underneath as the
   fallback if the image fails (onerror removes the img) */
.mock-card .thumb { position: relative; width: 32px; height: 32px; border-radius: 9px; overflow: hidden; flex-shrink: 0; display: grid; place-items: center; background: linear-gradient(135deg, #24324c, #1a2436); }
.mock-card .thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.mock-card .thumb b { font-size: 15px; font-weight: 400; }
.mock-card .t { font-size: 12px; font-weight: 600; line-height: 1.25; }
.mock-card .s { font-size: 10px; color: var(--text-3); margin-top: 1px; }
.mock-card .kcal { margin-left: auto; font-size: 12px; font-weight: 800; color: var(--teal); }

/* The app's floating tab bar — blurred pill, tinted active icon */
.mock-home-bar { width: 108px; height: 4px; border-radius: 999px; background: rgba(241,245,249,.32); margin: 0 auto 8px; }
.mock-tabs {
  margin: 8px 11px 10px; display: flex; align-items: center; gap: 1px;
  /* No backdrop-filter here: inside the rounded, overflow-hidden screen it
     fails to composite and the whole bar paints blank. A flat translucent
     fill reads the same at this size. */
  background: rgba(30,41,59,.92);
  border: 1px solid rgba(255,255,255,.1); border-radius: 22px; padding: 5px 4px;
  box-shadow: 0 8px 26px rgba(0,0,0,.5);
}
.mt { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 1px; font-size: 6.5px; font-weight: 700; color: #475569; letter-spacing: .01em; }
.mt svg { width: 14px; height: 14px; padding: 4px; box-sizing: content-box; border-radius: 9px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.mt.active { color: #60A5FA; }
.mt.active svg { background: rgba(59,130,246,.2); box-shadow: 0 0 10px rgba(59,130,246,.25); }

/* ---------- Section headers ---------- */
.sec { padding: 84px 0; }
.sec-head { text-align: center; max-width: 640px; margin: 0 auto 52px; }
.sec-head .tag { font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--teal); }
.sec-head h2 { font-size: clamp(28px, 4vw, 42px); letter-spacing: -.02em; margin-top: 12px; font-weight: 800; }
.sec-head p { color: var(--text-2); font-size: 17px; margin-top: 14px; }

/* ---------- Features ---------- */
.feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feat {
  background: linear-gradient(180deg, var(--surface), var(--bg-2));
  border: 1px solid var(--border); border-radius: var(--radius); padding: 28px;
  transition: transform .2s ease, border-color .2s ease;
}
.feat:hover { transform: translateY(-4px); border-color: #43536b; }
.feat .ico { width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; background: var(--grad-soft); border: 1px solid var(--border); margin-bottom: 18px; transition: transform .2s ease; }
.feat:hover .ico { transform: scale(1.06); }
.feat h3 { font-size: 19px; font-weight: 700; letter-spacing: -.01em; }
.feat p { color: var(--text-2); font-size: 15px; margin-top: 8px; }

/* ---------- Rail (AI section trio) ----------
   Chrome-free counterpart to .feat-grid so two consecutive three-up sections
   don't read as the same component twice. */
.rail { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.rail-item { display: flex; gap: 16px; align-items: flex-start; }
.rail-item .ico {
  width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center;
  border: 1px solid var(--border); flex-shrink: 0;
}
.rail-item h3 { font-size: 17.5px; font-weight: 700; letter-spacing: -.01em; }
.rail-item p { color: var(--text-2); font-size: 14.5px; margin-top: 7px; }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step { text-align: center; padding: 0 10px; position: relative; }
.step .num {
  position: relative; z-index: 1;
  width: 54px; height: 54px; margin: 0 auto 18px;
  border-radius: 50%; display: grid; place-items: center; font-weight: 800; font-size: 20px;
  color: #fff; background: var(--grad); box-shadow: 0 8px 20px rgba(124,58,237,.35);
}
/* Dashed connector running between the circles, drawn from each step except
   the first so it never overhangs the row */
.step + .step::before {
  content: ''; position: absolute; top: 27px; right: 50%; width: 100%;
  border-top: 2px dashed var(--border);
}
.step h3 { font-size: 18px; font-weight: 700; }
.step p { color: var(--text-2); font-size: 15px; margin-top: 8px; }

/* ---------- Recipe cards ---------- */
.recipe-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.rcard {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
  overflow: hidden; transition: transform .2s ease, border-color .2s ease; cursor: pointer; display: flex; flex-direction: column;
}
.rcard:hover { transform: translateY(-5px); border-color: #43536b; }
.rcard .cover { height: 132px; display: grid; place-items: center; position: relative; overflow: hidden; }
.rcard .cover .emoji { font-size: 54px; filter: drop-shadow(0 6px 12px rgba(0,0,0,.35)); position: relative; z-index: 0; }
.cover-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }
.rcard:hover .cover-img { transform: scale(1.04); transition: transform .4s ease; }
.rcard .cover .cat { position: absolute; top: 12px; left: 12px; z-index: 2; font-size: 11px; font-weight: 700; text-transform: capitalize; background: rgba(11,17,32,.6); backdrop-filter: blur(4px); padding: 5px 11px; border-radius: 999px; }
.rcard .cover .time { position: absolute; top: 12px; right: 12px; z-index: 2; font-size: 11px; font-weight: 600; background: rgba(11,17,32,.6); backdrop-filter: blur(4px); padding: 5px 11px; border-radius: 999px; }
.rcard .body { padding: 16px 16px 18px; display: flex; flex-direction: column; flex: 1; }
.rcard h3 { font-size: 16.5px; font-weight: 700; line-height: 1.3; }
.rcard .desc { color: var(--text-3); font-size: 13px; margin-top: 6px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.rcard .macros { display: flex; gap: 14px; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--border-soft); }
.rcard .macros .m { font-size: 12px; }
.rcard .macros .m b { display: block; font-size: 15px; font-weight: 800; }
.rcard .macros .m.kcal b { color: var(--teal); }
.rcard .macros .m.p b { color: var(--blue); }
.rcard .macros .m.c b { color: var(--amber); }
.rcard .macros .m.f b { color: var(--rose); }
.rcard .macros .m span { color: var(--text-3); font-size: 10px; text-transform: uppercase; letter-spacing: .04em; }

/* ---------- Filters ---------- */
.filters { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-bottom: 36px; }
.chip {
  font-size: 14px; font-weight: 600; padding: 9px 18px; border-radius: 999px; cursor: pointer;
  background: var(--surface); border: 1px solid var(--border); color: var(--text-2); transition: all .15s;
}
.chip:hover { color: var(--text); border-color: #43536b; }
.chip.active { background: var(--grad); color: #fff; border-color: transparent; }
.searchbar { max-width: 440px; margin: 0 auto 26px; position: relative; }
.searchbar input {
  width: 100%; background: var(--surface); border: 1px solid var(--border); border-radius: 999px;
  padding: 13px 20px 13px 46px; color: var(--text); font-size: 15px; font-family: inherit;
}
.searchbar input::placeholder { color: var(--text-3); }
.searchbar input:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(0,201,167,.15); }
.searchbar svg { position: absolute; left: 17px; top: 50%; transform: translateY(-50%); color: var(--text-3); }

/* ---------- CTA band ---------- */
.cta-band { padding: 30px 0 100px; }
.cta-inner {
  position: relative; overflow: hidden; text-align: center;
  border-radius: 28px; padding: 60px 30px;
  background: var(--grad-soft); border: 1px solid var(--border);
}
.cta-inner::before { content: ''; position: absolute; inset: 0; background: radial-gradient(500px 200px at 50% 0%, rgba(124,58,237,.35), transparent 70%); }
.cta-inner > * { position: relative; }
.cta-inner h2 { font-size: clamp(28px, 4vw, 40px); font-weight: 800; letter-spacing: -.02em; }
.cta-inner p { color: var(--text-2); font-size: 17px; margin: 14px auto 28px; max-width: 480px; }

/* ---------- Footer ---------- */
.footer { border-top: 1px solid var(--border-soft); padding: 44px 0; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.footer-links { display: flex; gap: 26px; flex-wrap: wrap; }
.footer-links a { color: var(--text-2); font-size: 14px; transition: color .15s; }
.footer-links a:hover { color: var(--text); }
.footer .copy { color: var(--text-3); font-size: 13px; }

/* ---------- Recipe detail page ---------- */
.detail-hero { height: 220px; display: grid; place-items: center; border-radius: 24px; position: relative; margin-bottom: 28px; overflow: hidden; }
.detail-hero .emoji { font-size: 92px; filter: drop-shadow(0 10px 20px rgba(0,0,0,.4)); position: relative; z-index: 0; }
.detail-hero .cover-img { border-radius: 24px; }
.detail-back { display: inline-flex; align-items: center; gap: 6px; color: var(--text-2); font-weight: 600; font-size: 14px; margin: 20px 0; }
.detail-back:hover { color: var(--text); }
.detail-title { font-size: clamp(28px, 4vw, 40px); font-weight: 800; letter-spacing: -.02em; }
.detail-desc { color: var(--text-2); font-size: 17px; margin-top: 12px; max-width: 680px; }
.detail-meta { display: flex; gap: 10px; flex-wrap: wrap; margin: 20px 0 30px; }
.pill { font-size: 13px; font-weight: 600; padding: 7px 14px; border-radius: 999px; background: var(--surface); border: 1px solid var(--border); color: var(--text-2); }
.macro-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 36px; }
.macro-box { background: var(--surface); border: 1px solid var(--border); border-radius: 16px; padding: 18px; text-align: center; }
.macro-box b { font-size: 26px; font-weight: 800; display: block; }
.macro-box span { font-size: 12px; color: var(--text-3); text-transform: uppercase; letter-spacing: .05em; }
.macro-box.kcal b { color: var(--teal); }
.macro-box.p b { color: var(--blue); }
.macro-box.c b { color: var(--amber); }
.macro-box.f b { color: var(--rose); }
.detail-cols { display: grid; grid-template-columns: 1fr 1.4fr; gap: 40px; align-items: start; }
.detail-cols h3 { font-size: 20px; font-weight: 700; margin-bottom: 16px; }
.ing-list { list-style: none; display: grid; gap: 10px; }
.ing-list li { display: flex; gap: 12px; align-items: flex-start; color: var(--text); font-size: 15px; background: var(--surface); border: 1px solid var(--border-soft); border-radius: 12px; padding: 12px 14px; }
.ing-list li::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--teal); margin-top: 8px; flex-shrink: 0; }
.step-list { list-style: none; display: grid; gap: 16px; counter-reset: s; }
.step-list li { display: flex; gap: 16px; font-size: 15.5px; line-height: 1.6; }
.step-list li::before { counter-increment: s; content: counter(s); flex-shrink: 0; width: 32px; height: 32px; border-radius: 50%; background: var(--grad); color: #fff; font-weight: 800; font-size: 14px; display: grid; place-items: center; }
.detail-cta { margin-top: 44px; padding: 28px; background: var(--grad-soft); border: 1px solid var(--border); border-radius: 20px; text-align: center; }
.detail-cta h3 { font-size: 22px; font-weight: 800; }
.detail-cta p { color: var(--text-2); margin: 8px auto 20px; max-width: 420px; }

.empty { text-align: center; color: var(--text-3); padding: 60px 0; grid-column: 1 / -1; }

/* ---------- AI planner ---------- */
section[id] { scroll-margin-top: 80px; }
.planner {
  margin-top: 40px; padding: 32px;
  background: linear-gradient(180deg, var(--surface), var(--bg-2));
  border: 1px solid var(--border); border-radius: 24px; position: relative; overflow: hidden;
}
.planner::before { content: ''; position: absolute; inset: -40% -20% auto auto; width: 420px; height: 320px; background: radial-gradient(closest-side, rgba(124,58,237,.22), transparent); pointer-events: none; }
.planner > * { position: relative; }
.planner-head h3 { font-size: 24px; font-weight: 800; letter-spacing: -.01em; }
.planner-head p { color: var(--text-2); margin-top: 6px; max-width: 580px; font-size: 15px; }
.planner-controls { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; margin-top: 22px; }
.p-goal {
  font-size: 14px; font-weight: 600; padding: 9px 16px; border-radius: 999px; cursor: pointer;
  background: var(--bg-2); border: 1px solid var(--border); color: var(--text-2); transition: all .15s;
}
.p-goal:hover { color: var(--text); border-color: #43536b; }
.p-goal.active { background: var(--grad); color: #fff; border-color: transparent; }
.p-cal {
  background: var(--bg-2); border: 1px solid var(--border); color: var(--text);
  border-radius: 999px; padding: 9px 16px; font-family: inherit; font-size: 14px; font-weight: 600; cursor: pointer;
}
.p-actions { margin-left: auto; display: flex; gap: 10px; }
.plan-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 24px; }
.mini-card {
  background: var(--bg-2); border: 1px solid var(--border); border-radius: 16px;
  overflow: hidden; display: block; transition: transform .18s ease, border-color .18s ease;
}
.mini-card:hover { transform: translateY(-3px); border-color: #43536b; }
.mini-card .mc-img { height: 92px; position: relative; display: grid; place-items: center; overflow: hidden; }
.mini-card .mc-img .emoji { font-size: 34px; }
.mini-card .mc-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.mini-card .mc-body { padding: 10px 13px 13px; }
.mini-card .mc-cat { font-size: 10px; letter-spacing: .07em; text-transform: uppercase; color: var(--teal); font-weight: 700; }
.mini-card h4 { font-size: 13.5px; font-weight: 700; line-height: 1.3; margin-top: 3px; }
.mini-card .mc-macros { font-size: 11.5px; color: var(--text-3); margin-top: 6px; }
.plan-totals { margin-top: 20px; background: var(--bg-2); border: 1px solid var(--border); border-radius: 16px; padding: 18px 20px; }
.pt-row { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.pt-row b { font-size: 22px; font-weight: 800; color: var(--teal); }
.pt-row .pt-target { color: var(--text-3); font-size: 13px; }
.pt-row .pt-macros { margin-left: auto; display: flex; gap: 14px; font-size: 13px; font-weight: 600; }
.pt-row .pt-macros .p { color: var(--blue); }
.pt-row .pt-macros .c { color: var(--amber); }
.pt-row .pt-macros .f { color: var(--rose); }
.pt-bar { height: 8px; border-radius: 5px; background: #26344a; overflow: hidden; margin-top: 12px; }
.pt-bar i { display: block; height: 100%; border-radius: 5px; background: var(--grad); transition: width .5s ease; }
.pt-note { font-size: 12.5px; color: var(--text-3); margin-top: 10px; }

/* ---------- FAQ ---------- */
.faq { max-width: 760px; margin: 0 auto; display: grid; gap: 12px; }
.faq details { background: var(--surface); border: 1px solid var(--border); border-radius: 14px; padding: 0 20px; transition: border-color .15s; }
.faq details:hover { border-color: #43536b; }
.faq summary { cursor: pointer; font-weight: 700; font-size: 15.5px; padding: 17px 0; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; color: var(--teal); font-size: 22px; font-weight: 400; flex-shrink: 0; }
.faq details[open] summary::after { content: '–'; }
.faq .a { color: var(--text-2); font-size: 14.5px; line-height: 1.65; padding: 0 0 18px; }
.faq-cta { text-align: center; margin-top: 28px; }

/* ---------- Mojan AI chat widget ---------- */
.mf-fab {
  position: fixed; right: 22px; bottom: 22px; z-index: 90;
  width: 58px; height: 58px; border-radius: 50%; border: 0; cursor: pointer;
  background: var(--grad); display: grid; place-items: center; color: #fff;
  box-shadow: 0 10px 30px rgba(124,58,237,.5); transition: transform .15s ease;
}
.mf-fab:hover { transform: scale(1.07); }
.mf-panel {
  position: fixed; right: 22px; bottom: 92px; z-index: 90;
  width: 375px; max-width: calc(100vw - 32px); height: 540px; max-height: calc(100vh - 130px);
  background: var(--bg-2); border: 1px solid var(--border); border-radius: 20px;
  display: none; flex-direction: column; overflow: hidden; box-shadow: var(--shadow);
}
.mf-panel.open { display: flex; }
.mf-head { padding: 14px 16px; background: var(--grad); display: flex; align-items: center; gap: 11px; flex-shrink: 0; }
.mf-avatar { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.2); display: grid; place-items: center; font-size: 18px; }
.mf-head .t b { display: block; font-size: 15px; color: #fff; }
.mf-head .t small { font-size: 11.5px; color: rgba(255,255,255,.75); }
.mf-close { margin-left: auto; background: rgba(255,255,255,.15); border: 0; color: #fff; width: 30px; height: 30px; border-radius: 50%; cursor: pointer; font-size: 15px; line-height: 1; }
.mf-msgs { flex: 1; overflow-y: auto; padding: 16px; display: flex; flex-direction: column; gap: 10px; }
.mf-msg { max-width: 86%; padding: 10px 14px; border-radius: 14px; font-size: 14px; line-height: 1.55; }
.mf-msg.bot { background: var(--surface); border: 1px solid var(--border-soft); align-self: flex-start; border-bottom-left-radius: 4px; color: var(--text); }
.mf-msg.user { background: var(--purple); color: #fff; align-self: flex-end; border-bottom-right-radius: 4px; }
.mf-msg a { color: var(--teal); font-weight: 600; }
.mf-rec { display: flex; gap: 10px; background: var(--bg); border: 1px solid var(--border); border-radius: 12px; padding: 8px 10px; margin-top: 8px; align-items: center; transition: border-color .15s; }
.mf-rec:hover { border-color: #43536b; }
.mf-rec img { width: 50px; height: 50px; border-radius: 9px; object-fit: cover; flex-shrink: 0; }
.mf-rec .r b { font-size: 13px; display: block; color: var(--text); line-height: 1.3; }
.mf-rec .r span { font-size: 11px; color: var(--text-3); }
.mf-typing { display: inline-flex; gap: 4px; padding: 4px 2px; }
.mf-typing i { width: 7px; height: 7px; border-radius: 50%; background: var(--text-3); animation: mfb 1s infinite; }
.mf-typing i:nth-child(2) { animation-delay: .15s; }
.mf-typing i:nth-child(3) { animation-delay: .3s; }
@keyframes mfb { 0%, 60%, 100% { transform: none; opacity: .5; } 30% { transform: translateY(-4px); opacity: 1; } }
.mf-chips { display: flex; flex-wrap: wrap; gap: 8px; padding: 4px 16px 10px; flex-shrink: 0; }
.mf-chip { font-size: 12.5px; font-weight: 600; padding: 7px 12px; border-radius: 999px; cursor: pointer; background: var(--surface); border: 1px solid var(--border); color: var(--text-2); transition: all .15s; }
.mf-chip:hover { color: var(--text); border-color: var(--teal); }
.mf-form { display: flex; gap: 8px; padding: 12px 16px; border-top: 1px solid var(--border-soft); flex-shrink: 0; }
.mf-form input { flex: 1; background: var(--surface); border: 1px solid var(--border); border-radius: 999px; padding: 10px 16px; color: var(--text); font-family: inherit; font-size: 14px; }
.mf-form input:focus { outline: none; border-color: var(--teal); }
.mf-send { width: 42px; height: 42px; border-radius: 50%; background: var(--grad); border: 0; cursor: pointer; display: grid; place-items: center; color: #fff; flex-shrink: 0; }

@media (max-width: 900px) {
  .plan-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .planner { padding: 22px 18px; }
  .p-actions { margin-left: 0; width: 100%; }
  .mf-panel { right: 8px; bottom: 86px; }
  .mf-fab { right: 14px; bottom: 16px; }
}

/* ---------- Reveal animation ---------- */
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.js .reveal.in { opacity: 1; transform: none; }

/* Reveal starts at opacity 0 and only animates in via JS, so anyone who has
   asked for less motion — or who loads the page without scripts — would be
   left staring at blank sections. Both cases get the content outright. */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .btn:hover, .feat:hover, .rcard:hover, .mini-card:hover { transform: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { order: -1; }
  .feat-grid, .steps, .recipe-grid { grid-template-columns: repeat(2, 1fr); }
  .rail { grid-template-columns: 1fr; gap: 26px; max-width: 560px; margin: 0 auto; }
  .detail-cols { grid-template-columns: 1fr; gap: 30px; }
  /* Connector only makes sense while all three sit on one row */
  .step + .step::before { display: none; }
}
@media (max-width: 640px) {
  .nav-links { display: none; }
  .nav-toggle { display: inline-flex; }
  .nav-links.open { display: flex; position: absolute; top: 68px; left: 0; right: 0; flex-direction: column; gap: 4px; background: var(--bg-2); border-bottom: 1px solid var(--border); padding: 16px 24px; }
  .nav-links.open .nav-only-mobile { display: block; }
  .hero { padding: 54px 0 40px; }
  .sec { padding: 60px 0; }
  .feat-grid, .steps, .recipe-grid, .macro-row { grid-template-columns: 1fr; }
  .macro-row { grid-template-columns: repeat(2, 1fr); }
  /* Three even columns instead of a wrapping flex row — wrapping left a
     stray divider hanging at the start of the second line. The rules go too:
     labels wrap to different heights here, so they'd read as ragged. */
  .hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: start; }
  .hero-proof .stat, .hero-proof .stat + .stat { padding: 0; border: 0; }
  .hero-proof .stat b { font-size: 22px; }
  .hero-proof .stat span { font-size: 12px; line-height: 1.45; display: block; }
  .nav-cta .btn-ghost { display: none; }
}

/* ========================================================================== */
/* Bright editorial redesign                                                  */
/* ========================================================================== */

body {
  background: var(--bg);
  color: var(--text);
}

.nav {
  background: rgba(255,250,242,.88);
  border-bottom-color: rgba(23,23,19,.1);
  box-shadow: 0 4px 22px rgba(73,50,20,.035);
}
.nav-inner { height: 74px; }
.brand { color: var(--ink); font-size: 20px; }
.brand-mark { filter: none; }
.nav-links { gap: 26px; }
.nav-links a { color: #5e594f; font-size: 14px; font-weight: 650; }
.nav-links a:hover { color: var(--coral); }
.nav-toggle { color: var(--ink); }
.btn { font-weight: 750; }
.btn-primary {
  background: var(--coral); color: #fff;
  box-shadow: 0 8px 0 #d63e2f, 0 14px 30px rgba(239,91,69,.18);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 0 #d63e2f, 0 18px 34px rgba(239,91,69,.22); }
.btn-primary:active { transform: translateY(4px); box-shadow: 0 3px 0 #d63e2f; }
.btn-ghost { background: rgba(255,255,255,.5); border-color: #cec4b7; color: var(--ink); }
.btn-ghost:hover { background: #fff; border-color: var(--ink); }
.btn-ink { background: var(--ink); color: #fff; box-shadow: 0 8px 0 rgba(255,255,255,.3); }
.btn-ink:hover { transform: translateY(-2px); box-shadow: 0 10px 0 rgba(255,255,255,.3); }

.tag {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--teal); font-size: 12px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase;
}
.tag::before { content: ''; width: 22px; height: 3px; border-radius: 2px; background: currentColor; }
.tag-coral { color: #d84232; }
.tag-blue { color: var(--blue); }
.tag-lime { color: #526d0b; }

/* Hero */
.hero-v2 { position: relative; overflow: hidden; padding: 72px 0 0; background: var(--cream); }
.hero-v2::before {
  content: ''; position: absolute; width: 420px; height: 420px; border: 2px solid rgba(49,84,213,.14);
  border-radius: 50%; left: -250px; top: 60px; box-shadow: 0 0 0 34px rgba(49,84,213,.04), 0 0 0 76px rgba(49,84,213,.025);
}
.hero-v2-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 62px; align-items: center; position: relative; z-index: 2; }
.kicker { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: #4d493f; }
.kicker span { width: 11px; height: 11px; background: var(--lime); border: 2px solid var(--ink); border-radius: 50%; box-shadow: 4px 3px 0 var(--ink); }
.hero-v2 h1 {
  font-size: clamp(58px,7.2vw,104px); line-height: .86; letter-spacing: -.075em; font-weight: 900;
  margin-top: 24px; max-width: 650px;
}
.hero-v2 h1 em, .center-head h2 em, .final-cta h2 em {
  font-family: Georgia, 'Times New Roman', serif; font-weight: 400; color: var(--coral); letter-spacing: -.055em;
}
.hero-v2-copy > p { color: var(--text-2); max-width: 540px; font-size: 18px; line-height: 1.7; margin-top: 30px; }
.hero-v2 .hero-actions { margin-top: 30px; }
.mini-proof { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 46px; border-top: 1px solid #d9d0c4; padding-top: 22px; }
.mini-proof b { display: block; font-size: 13px; line-height: 1.3; }
.mini-proof span { display: block; color: var(--text-3); font-size: 11px; line-height: 1.45; margin-top: 4px; }
.hero-photo-wrap { position: relative; min-height: 620px; display: flex; align-items: center; justify-content: center; }
.hero-shape { position: absolute; inset: 24px 18px 30px 48px; background: #f2d64b; border-radius: 47% 53% 23% 77% / 57% 28% 72% 43%; transform: rotate(-4deg); }
.hero-photo {
  position: relative; width: 100%; height: 570px; object-fit: cover; object-position: 54% center;
  border: 2px solid var(--ink); border-radius: 48% 52% 25% 75% / 61% 30% 70% 39%; box-shadow: 14px 16px 0 var(--blue);
}
.float-note {
  position: absolute; display: grid; grid-template-columns: auto 1fr; column-gap: 9px; align-items: center;
  background: #fff; border: 2px solid var(--ink); border-radius: 16px; padding: 10px 16px 11px 11px;
  box-shadow: 6px 7px 0 var(--ink); transform: rotate(-4deg);
}
.float-note > span { grid-row: 1 / 3; width: 38px; height: 38px; display: grid; place-items: center; background: var(--lime); border-radius: 10px; font-size: 19px; }
.float-note b { font-size: 13px; line-height: 1.1; }
.float-note small { font-size: 10px; color: var(--text-3); }
.note-one { top: 56px; right: -8px; }
.note-two { bottom: 70px; left: 12px; transform: rotate(4deg); }
.sticker-round {
  position: absolute; right: -2px; bottom: 6px; width: 88px; height: 88px; display: grid; place-items: center;
  text-align: center; font-size: 10px; font-weight: 900; line-height: 1.35; letter-spacing: .12em; color: var(--ink);
  background: var(--lime); border: 2px solid var(--ink); border-radius: 50%; transform: rotate(8deg);
}
.hero-scribble-one { position: absolute; color: rgba(239,91,69,.085); font-weight: 950; font-size: 160px; letter-spacing: -.07em; left: 3%; bottom: 30px; transform: rotate(-6deg); }
.ticker { margin-top: 54px; overflow: hidden; border-block: 2px solid var(--ink); background: var(--lime); transform: rotate(-1deg); width: 102%; margin-left: -1%; }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 26px; padding: 12px 0; animation: ticker 32s linear infinite; }
.ticker span { font-size: 13px; font-weight: 900; letter-spacing: .08em; }
.ticker i { font-style: normal; color: var(--coral); }
@keyframes ticker { to { transform: translateX(-50%); } }

/* Shared editorial headings */
.feature-intro { padding: 122px 0 130px; }
.split-head { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 60px; margin-bottom: 52px; }
.split-head h2, .center-head h2, .planner-intro h2, .showcase-head h2, .faq-title h2 {
  font-size: clamp(43px,5.3vw,72px); line-height: .98; letter-spacing: -.055em; margin-top: 17px; font-weight: 900;
}
.split-head > p, .planner-intro > p { color: var(--text-2); font-size: 17px; line-height: 1.7; padding-bottom: 4px; }

/* Story bento */
.feature-bento { display: grid; grid-template-columns: repeat(12,1fr); gap: 22px; }
.story-card { position: relative; overflow: hidden; border: 2px solid var(--ink); border-radius: 32px; box-shadow: 8px 9px 0 var(--ink); }
.story-card .story-copy { position: relative; z-index: 2; }
.story-card .story-num { display: block; font-size: 10px; font-weight: 900; letter-spacing: .12em; margin-bottom: 20px; }
.story-card h3 { font-size: clamp(32px,4vw,56px); line-height: .94; letter-spacing: -.055em; font-weight: 900; }
.story-card p { font-size: 15px; line-height: 1.65; margin-top: 18px; max-width: 480px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 22px; padding: 0; background: none; border: 0; border-bottom: 2px solid currentColor; font: inherit; font-size: 13px; font-weight: 850; cursor: pointer; color: inherit; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.story-coach { grid-column: 1 / -1; min-height: 510px; background: #f6d84b; display: grid; grid-template-columns: 45% 55%; }
.story-coach .story-copy { padding: 58px 20px 50px 54px; }
.story-coach img { width: 100%; height: 100%; object-fit: cover; border-left: 2px solid var(--ink); }
.burst { position: absolute; right: 44%; bottom: 36px; width: 102px; height: 102px; display: grid; place-items: center; text-align: center; background: var(--coral); color: #fff; border: 2px solid var(--ink); border-radius: 50%; font-size: 11px; font-weight: 950; line-height: 1.3; transform: rotate(10deg); box-shadow: 5px 5px 0 var(--ink); }
.story-photo { grid-column: 1 / span 7; background: var(--coral); color: #fff; display: flex; flex-direction: column; }
.story-photo img { height: 430px; object-fit: cover; border-bottom: 2px solid var(--ink); }
.story-photo .story-copy { padding: 42px 44px 46px; }
.story-photo p { color: rgba(255,255,255,.88); }
.story-voice { grid-column: span 5; background: var(--blue); color: #fff; min-height: 720px; display: flex; flex-direction: column; justify-content: space-between; }
.story-voice .story-copy { padding: 0 42px 48px; }
.story-voice p { color: rgba(255,255,255,.8); }
.voice-art { height: 285px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 30px; }
.voice-art span { width: 18px; height: 22%; min-height: 36px; border-radius: 999px; background: var(--lime); border: 2px solid var(--ink); box-shadow: 3px 4px 0 var(--ink); }
.voice-art span:nth-child(2), .voice-art span:nth-child(6) { height: 45%; }
.voice-art span:nth-child(3), .voice-art span:nth-child(5) { height: 72%; background: #fff; }
.voice-art span:nth-child(4) { height: 98%; background: var(--coral); }
.voice-quote { margin-top: 26px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.4); border-radius: 14px; background: rgba(255,255,255,.1); font-size: 13px; font-weight: 700; }
.voice-quote span { color: var(--lime); }

/* Virtual coaching platform */
.coach-platform { padding: 130px 0; background: #eaf6f1; border-top: 2px solid var(--ink); overflow: hidden; }
.coach-platform::before { content: 'COACH'; position: absolute; right: -34px; top: 65px; color: rgba(8,127,112,.055); font-size: 220px; line-height: 1; font-weight: 950; letter-spacing: -.09em; }
.coach-platform-head { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; }
.tag-coach { color: var(--teal); }
.coach-platform-head h2 { font-size: clamp(48px,5.6vw,78px); line-height: .91; letter-spacing: -.06em; margin-top: 20px; font-weight: 900; }
.coach-platform-head h2 em { display: inline-block; color: var(--teal); font-family: Georgia,'Times New Roman',serif; font-weight: 400; letter-spacing: -.045em; }
.coach-platform-head > div:last-child > p { color: #53655f; font-size: 17px; line-height: 1.75; }
.coach-platform-head .btn { margin-top: 26px; }
.coach-showcase { position: relative; z-index: 1; margin-top: 64px; }
.coach-board { padding: 28px; background: #fff; border: 2px solid var(--ink); border-radius: 30px; box-shadow: 10px 12px 0 var(--teal); }
.coach-board-top, .coach-board-title, .panel-label { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.coach-board-top { padding-bottom: 21px; border-bottom: 1px solid #dfe6e3; }
.coach-board-top > div { display: flex; align-items: center; gap: 8px; }
.coach-live-dot { width: 9px; height: 9px; background: #4db568; border: 2px solid #dff3e4; border-radius: 50%; box-sizing: content-box; }
.coach-board-top small, .coach-board-date { color: #74817d; font-size: 9px; font-weight: 850; letter-spacing: .11em; }
.coach-board-date { padding: 7px 11px; border: 1px solid #d9e1de; border-radius: 999px; letter-spacing: 0; }
.coach-board-title { padding: 27px 4px 20px; }
.coach-board-title span { color: #7d8884; font-size: 11px; }
.coach-board-title h3 { font-size: 30px; line-height: 1; letter-spacing: -.04em; margin-top: 5px; }
.coach-avatar { width: 48px; height: 48px; display: grid; place-items: center; color: #fff !important; background: var(--teal); border: 2px solid var(--ink); border-radius: 15px; font-size: 12px !important; font-weight: 900; box-shadow: 3px 4px 0 var(--ink); }
.coach-metrics { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
.coach-metrics > div { padding: 18px; border: 1px solid #d7e1dd; border-radius: 15px; background: #f8fbfa; }
.coach-metrics b, .coach-metrics span, .coach-metrics small { display: block; }
.coach-metrics b { color: var(--teal); font-size: 27px; line-height: 1; letter-spacing: -.04em; }
.coach-metrics span { font-size: 11px; font-weight: 800; margin-top: 7px; }
.coach-metrics small { color: #88938f; font-size: 9px; margin-top: 3px; }
.coach-board-main { display: grid; grid-template-columns: 1.4fr .6fr; gap: 12px; margin-top: 12px; }
.attention-panel, .week-panel { padding: 19px; border: 1px solid #d7e1dd; border-radius: 17px; }
.panel-label { padding-bottom: 13px; }
.panel-label span { font-size: 11px; font-weight: 850; }
.panel-label small { color: #8a9591; font-size: 9px; }
.client-row { display: flex; align-items: center; gap: 11px; padding: 12px 0; border-top: 1px solid #e6ebe9; }
.client-avatar { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 11px; color: #fff; font-size: 9px; font-weight: 900; }
.ca-coral { background: var(--coral); }.ca-blue { background: var(--blue); }.ca-lime { background: #809d1a; }
.client-row > div { flex: 1; min-width: 0; }
.client-row b, .client-row small { display: block; }
.client-row b { font-size: 11px; }
.client-row small { color: #7d8985; font-size: 9px; margin-top: 2px; }
.client-row strong { font-size: 13px; }
.status-pill { padding: 5px 8px; border-radius: 999px; font-style: normal; font-size: 8px; font-weight: 850; }
.sp-coral { color: #b93d2e; background: #fee4df; }.sp-blue { color: #2d4cb9; background: #e2e8ff; }.sp-lime { color: #55710c; background: #edf5c5; }
.pulse-ring { width: 126px; height: 126px; display: grid; place-items: center; margin: 8px auto 12px; border-radius: 50%; background: conic-gradient(var(--teal) 0 75%, #dbe7e2 75%); position: relative; }
.pulse-ring::before { content: ''; position: absolute; inset: 13px; background: #fff; border-radius: 50%; }
.pulse-ring > div { position: relative; text-align: center; }
.pulse-ring b, .pulse-ring small { display: block; }
.pulse-ring b { font-size: 22px; line-height: 1; }
.pulse-ring small { color: #788580; font-size: 8px; margin-top: 3px; }
.pulse-key { display: flex; justify-content: center; gap: 14px; color: #7a8682; font-size: 8px; }
.pulse-key span { display: flex; align-items: center; gap: 5px; }
.pulse-key i { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); }
.pulse-key span:last-child i { background: #dbe7e2; }
.week-panel button { width: 100%; display: flex; justify-content: space-between; margin-top: 17px; padding: 10px 12px; color: #fff; background: var(--teal); border: 0; border-radius: 10px; font: inherit; font-size: 9px; font-weight: 800; }
.coach-example-note { display: block; color: #8a9591; font-size: 8px; text-align: right; margin-top: 12px; }
.coach-value-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 18px; margin-top: 28px; }
.coach-value { min-height: 360px; padding: 35px; background: #fff; border: 1.5px solid #94aaa2; border-radius: 24px; }
.coach-value-main { background: var(--teal); color: #fff; border-color: var(--ink); }
.coach-value-num { display: inline-flex; padding: 5px 9px; border: 1px solid currentColor; border-radius: 999px; font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.coach-value h3 { font-size: clamp(26px,2.8vw,38px); line-height: 1; letter-spacing: -.045em; margin-top: 24px; }
.coach-value p { color: #63736e; font-size: 13px; line-height: 1.65; margin-top: 18px; }
.coach-value-main p { color: rgba(255,255,255,.8); }
.coach-mini-list { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 28px; }
.coach-mini-list span { padding: 7px 10px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.32); border-radius: 999px; font-size: 9px; font-weight: 750; }
.coach-permission { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; margin-top: 76px; padding: 42px; background: #fff; border: 1.5px solid #9eb2aa; border-radius: 26px; }
.permission-copy h3 { font-size: 36px; line-height: 1; letter-spacing: -.045em; margin-top: 15px; }
.permission-copy p { color: #64736e; font-size: 13px; line-height: 1.65; margin-top: 15px; }
.permission-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.permission-list > span { display: flex; align-items: center; gap: 10px; padding: 14px; background: #f3f8f6; border: 1px solid #d5e1dc; border-radius: 12px; font-size: 11px; font-weight: 800; }
.permission-list i { width: 23px; height: 23px; display: grid; place-items: center; color: #fff; background: var(--teal); border-radius: 50%; font-style: normal; font-size: 9px; }
.permission-list small { margin-left: auto; color: #85918d; font-size: 8px; font-weight: 650; }
.permission-optional { background: #fbfaf6 !important; }
.permission-optional i { color: #71807b; background: #e1e8e5; }
.coach-for-everyone { display: grid; grid-template-columns: 1fr 1fr; margin-top: 28px; border: 1.5px solid var(--ink); border-radius: 24px; overflow: hidden; }
.coach-for-everyone > div { padding: 38px; background: #cfe94d; }
.coach-for-everyone > div:last-child { background: #dce8ff; border-left: 1.5px solid var(--ink); }
.coach-for-everyone span { font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.coach-for-everyone h3 { font-size: 30px; line-height: 1; letter-spacing: -.04em; margin-top: 13px; }
.coach-for-everyone p { max-width: 450px; color: #56615d; font-size: 12px; line-height: 1.6; margin-top: 12px; }

/* GLP-1 */
.glp-section { background: #dce8ff; padding: 130px 0; overflow: hidden; border-block: 2px solid var(--ink); }
.glp-section::before { content: 'PROGRESS'; position: absolute; color: rgba(49,84,213,.07); font-size: 180px; font-weight: 950; right: -30px; bottom: -40px; letter-spacing: -.08em; }
.glp-grid { display: grid; grid-template-columns: 1fr .93fr; gap: 90px; align-items: center; }
.glp-visual { position: relative; }
.glp-image-shell { padding: 14px; background: #fff; border: 2px solid var(--ink); border-radius: 46% 54% 50% 50% / 48% 40% 60% 52%; box-shadow: 13px 14px 0 var(--blue); transform: rotate(-2deg); overflow: hidden; }
.glp-image-shell img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: inherit; }
.habit-chip { position: absolute; z-index: 2; background: #fff; border: 2px solid var(--ink); border-radius: 999px; padding: 11px 17px; font-size: 12px; font-weight: 850; box-shadow: 4px 5px 0 var(--ink); }
.chip-water { right: -20px; top: 58px; transform: rotate(5deg); }
.chip-check { left: -24px; bottom: 76px; transform: rotate(-5deg); background: var(--lime); }
.glp-copy h2 { font-size: clamp(46px,5.2vw,72px); line-height: .96; letter-spacing: -.06em; margin-top: 19px; font-weight: 900; }
.big-copy { font-size: 17px; line-height: 1.72; color: #4d5770; margin-top: 24px; }
.tick-list { list-style: none; margin-top: 30px; display: grid; gap: 0; border-top: 1px solid rgba(23,23,19,.2); }
.tick-list li { display: flex; gap: 16px; align-items: center; padding: 16px 0; border-bottom: 1px solid rgba(23,23,19,.2); }
.tick-list li > span { width: 35px; height: 35px; display: grid; place-items: center; flex: 0 0 auto; border: 1.5px solid var(--ink); border-radius: 50%; font-size: 10px; font-weight: 900; }
.tick-list b, .tick-list small { display: block; }
.tick-list b { font-size: 14px; }
.tick-list small { color: #5c6479; font-size: 12px; margin-top: 2px; }
.health-note { display: block; color: #657087; font-size: 10.5px; line-height: 1.5; margin-top: 20px; }

/* Professional health and clinical-trust layer */
.health-trust { padding: 0 0 130px; background: #f8fbff; border-bottom: 2px solid var(--ink); }
.trust-strip { background: #fff; border-bottom: 1px solid #cfd8e6; }
.trust-strip-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-strip-grid > div { min-height: 150px; padding: 30px 25px; border-right: 1px solid #dce3ee; }
.trust-strip-grid > div:first-child { border-left: 1px solid #dce3ee; }
.trust-strip-grid span { display: block; color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .12em; margin-bottom: 15px; }
.trust-strip-grid b, .trust-strip-grid small { display: block; }
.trust-strip-grid b { font-size: 14px; letter-spacing: -.01em; }
.trust-strip-grid small { color: #6a7280; font-size: 11px; line-height: 1.5; margin-top: 6px; }
.health-head { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: end; padding-top: 120px; }
.health-head h2 { font-size: clamp(52px,6vw,82px); line-height: .9; letter-spacing: -.06em; margin-top: 20px; font-weight: 900; }
.health-head-copy > p { color: #566071; font-size: 17px; line-height: 1.75; }
.expert-standard { display: flex; align-items: center; gap: 13px; margin-top: 26px; padding: 16px 18px; background: #e8efff; border: 1px solid #b9c8eb; border-radius: 14px; }
.expert-standard > span { width: 38px; height: 38px; flex: 0 0 auto; display: grid; place-items: center; background: var(--blue); color: #fff; border-radius: 50%; }
.expert-standard b, .expert-standard small { display: block; }
.expert-standard b { font-size: 13px; }
.expert-standard small { color: #657087; font-size: 11px; margin-top: 2px; }
.health-stage { margin-top: 65px; }
.lab-story { display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; background: #e8efff; border: 1.5px solid #9aacd7; border-radius: 26px; }
.lab-paper { margin: 46px; padding: 31px; min-height: 410px; background: #fff; border: 1px solid #c5cedc; border-radius: 14px; box-shadow: 0 22px 44px rgba(50,70,114,.13); transform: rotate(-2deg); }
.lab-paper-head { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #e0e5ed; padding-bottom: 17px; }
.lab-paper-head span { color: #59667d; font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.lab-paper-head i { width: 38px; height: 8px; background: #d8e1f4; border-radius: 999px; }
.lab-score-row { display: flex; justify-content: space-between; align-items: center; padding-top: 27px; }
.lab-score-row b { font-size: 22px; letter-spacing: -.035em; }
.lab-score-row span { width: 34px; height: 34px; display: grid; place-items: center; color: #fff; background: var(--blue); border-radius: 9px; }
.lab-chart { height: 175px; display: flex; align-items: flex-end; gap: 9px; padding: 27px 0 18px; border-bottom: 1px solid #e0e5ed; }
.lab-chart i { flex: 1; min-height: 20px; border-radius: 6px 6px 0 0; background: #bdccec; }
.lab-chart i:nth-last-child(-n+3) { background: var(--blue); }
.lab-paper-foot { display: flex; justify-content: space-between; gap: 12px; padding-top: 16px; color: #8590a2; font-size: 9px; font-weight: 700; }
.lab-story-copy { display: flex; flex-direction: column; justify-content: center; padding: 58px 58px 58px 25px; }
.micro-label { color: var(--blue); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.lab-story-copy h3, .guardrail-card h3 { font-size: clamp(31px,3.5vw,47px); line-height: .98; letter-spacing: -.05em; margin-top: 17px; font-weight: 900; }
.lab-story-copy p, .guardrail-card p { color: #596477; font-size: 14px; line-height: 1.7; margin-top: 19px; }
.lab-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 25px; }
.lab-tags span { padding: 7px 11px; border: 1px solid #a9b7d2; border-radius: 999px; background: rgba(255,255,255,.5); color: #4e5c72; font-size: 10px; font-weight: 750; }
.guardrail-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 20px; margin-top: 20px; }
.guardrail-card { position: relative; overflow: hidden; min-height: 420px; padding: 44px; border: 1.5px solid #aebbd2; border-radius: 24px; }
.guardrail-ai { background: #fff; }
.guardrail-summary { background: #dbe7ff; }
.guardrail-icon { position: absolute; right: 38px; top: 36px; width: 60px; height: 60px; display: grid; place-items: center; background: var(--blue); color: #fff; border-radius: 18px; font-size: 17px; font-weight: 900; box-shadow: 0 10px 25px rgba(49,84,213,.2); }
.guardrail-card h3 { max-width: 430px; }
.guardrail-card p { max-width: 550px; }
.guardrail-card ul { list-style: none; display: grid; gap: 12px; margin-top: 26px; border-top: 1px solid #dce2eb; padding-top: 20px; }
.guardrail-card li { display: flex; align-items: center; gap: 10px; color: #515d70; font-size: 12px; }
.guardrail-card li::before { content: '✓'; width: 21px; height: 21px; display: grid; place-items: center; flex: 0 0 auto; color: #fff; background: var(--blue); border-radius: 50%; font-size: 10px; font-weight: 900; }
.summary-lines { display: grid; gap: 15px; margin-top: 42px; padding: 25px; background: rgba(255,255,255,.65); border: 1px solid #b7c5df; border-radius: 15px; }
.summary-lines i { display: block; height: 9px; border-radius: 999px; background: #b7c5df; }
.summary-lines i:nth-child(1) { width: 88%; background: var(--blue); }
.summary-lines i:nth-child(2) { width: 65%; }
.summary-lines i:nth-child(3) { width: 78%; }
.summary-lines i:nth-child(4) { width: 48%; }
.clinical-note { display: grid; grid-template-columns: 180px 1fr; gap: 30px; align-items: start; margin-top: 34px; padding-top: 24px; border-top: 1px solid #cbd4e1; }
.clinical-note span { color: var(--blue); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.clinical-note p { max-width: 830px; color: #6c7584; font-size: 11px; line-height: 1.6; }

/* Food world */
.food-world { padding: 130px 0; }
.center-head { text-align: center; max-width: 820px; margin: 0 auto 62px; }
.center-head h2 em { color: var(--blue); }
.center-head > p { max-width: 640px; margin: 22px auto 0; color: var(--text-2); font-size: 17px; }
.food-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 20px; }
.food-card { position: relative; overflow: hidden; min-height: 390px; padding: 38px; border: 2px solid var(--ink); border-radius: 28px; box-shadow: 7px 8px 0 var(--ink); }
.food-card .pill-label { display: inline-flex; padding: 5px 10px; border: 1.5px solid currentColor; border-radius: 999px; font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.food-card h3 { font-size: clamp(29px,3.1vw,43px); line-height: .98; letter-spacing: -.045em; margin-top: 20px; font-weight: 900; }
.food-card p { color: rgba(23,23,19,.72); font-size: 14px; line-height: 1.65; margin-top: 17px; max-width: 470px; }
.scan-card { grid-column: span 5; background: #f7d853; padding-top: 180px; }
.universe-card { grid-column: span 7; background: #f0e9ff; padding-right: 45%; }
.connect-card { grid-column: span 4; background: var(--blue); color: #fff; }
.connect-card p { color: rgba(255,255,255,.77); }
.recipes-card { grid-column: span 5; background: #ff816f; }
.habits-card { grid-column: span 3; background: #bfe5d9; padding-top: 180px; }
.barcode-icon { position: absolute; left: 38px; top: 38px; width: 200px; height: 98px; display: flex; gap: 7px; align-items: stretch; padding: 16px; border: 2px solid var(--ink); border-radius: 14px; background: #fff; transform: rotate(-4deg); }
.barcode-icon i { flex: 1; background: var(--ink); }
.barcode-icon i:nth-child(2n) { flex-grow: .38; }
.scan-line { position: absolute; top: 78px; left: 18px; right: 18px; height: 3px; background: var(--coral); box-shadow: 0 0 10px var(--coral); animation: scan 2.4s ease-in-out infinite alternate; }
@keyframes scan { from { transform: translateY(-30px); } to { transform: translateY(38px); } }
.orbit-art { position: absolute; width: 300px; height: 300px; right: -12px; top: 32px; }
.orbit { position: absolute; inset: 0; border: 1.5px solid rgba(23,23,19,.3); border-radius: 50%; }
.orbit span { position: absolute; width: 52px; height: 52px; display: grid; place-items: center; background: #fff; border: 2px solid var(--ink); border-radius: 50%; font-size: 22px; box-shadow: 4px 4px 0 var(--ink); }
.orbit-one span { right: 15px; top: 49px; }
.orbit-two { transform: scale(.7); }
.orbit-two span { left: -17px; bottom: 45px; }
.orbit-three { transform: scale(.42); }
.orbit-three span { right: -25px; bottom: 44px; }
.orbit-core { position: absolute; inset: 50%; transform: translate(-50%,-50%); width: 72px; height: 72px; display: grid; place-items: center; background: var(--lime); border: 2px solid var(--ink); border-radius: 50%; font-size: 30px; }
.connect-count { font-size: 88px; font-weight: 950; line-height: .8; letter-spacing: -.08em; color: var(--lime); text-shadow: 4px 4px 0 var(--ink); }
.device-dots { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.device-dots span { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: rgba(255,255,255,.12); font-size: 13px; }
.recipe-doodle { position: absolute; right: 22px; top: 28px; transform: rotate(8deg); font-size: 11px; font-weight: 900; text-align: center; line-height: 1.1; }
.recipe-doodle strong { font-size: 36px; font-weight: 400; line-height: .8; }
.water-rings { position: absolute; left: 50%; top: 35px; width: 122px; height: 122px; transform: translateX(-50%); }
.water-rings i { position: absolute; inset: 0; border: 2px solid var(--blue); border-radius: 50%; }
.water-rings i:nth-child(2) { inset: 22px; }
.water-rings i:nth-child(3) { inset: 43px; background: var(--blue); }

/* Planner */
.planner-zone { background: var(--lime); border-block: 2px solid var(--ink); padding: 120px 0 130px; }
.planner-zone::before { content: 'YUM'; position: absolute; right: -10px; top: -40px; font-weight: 950; font-size: 220px; letter-spacing: -.09em; color: rgba(23,23,19,.055); }
.planner-intro { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: end; margin-bottom: 42px; }
.planner-intro .tag { color: var(--ink); }
.planner { margin-top: 0; padding: 40px; background: #fffdf8; border: 2px solid var(--ink); border-radius: 30px; box-shadow: 10px 12px 0 var(--ink); }
.planner::before { display: none; }
.planner-kicker { font-size: 10px; font-weight: 950; letter-spacing: .13em; color: var(--coral); }
.planner-head h3 { font-size: 34px; letter-spacing: -.04em; margin-top: 6px; }
.p-goal, .p-cal { background: #fff; border: 1.5px solid #bfb6aa; color: var(--ink); }
.p-goal:hover { color: var(--ink); border-color: var(--ink); }
.p-goal.active { background: var(--blue); border-color: var(--ink); color: #fff; box-shadow: 3px 3px 0 var(--ink); }
.mini-card, .plan-totals { background: #fff; border-color: #d6cec3; }
.mini-card:hover { border-color: var(--ink); }
.pt-bar { background: #e5dfd6; }

/* Recipe showcase + cards shared with recipe pages */
.recipe-showcase { padding: 130px 0; }
.showcase-head { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-bottom: 50px; }
.circle-link { width: 82px; height: 82px; display: grid; place-items: center; flex: 0 0 auto; border: 2px solid var(--ink); border-radius: 50%; background: var(--coral); color: #fff; font-size: 28px; box-shadow: 5px 6px 0 var(--ink); transition: transform .2s ease; }
.circle-link:hover { transform: rotate(10deg) scale(1.04); }
.rcard { border: 1.5px solid var(--ink); border-radius: 22px; box-shadow: 5px 6px 0 var(--ink); }
.rcard:hover { border-color: var(--ink); transform: translateY(-6px) rotate(-.5deg); }
.rcard .cover { height: 180px; }
.rcard .cover .cat, .rcard .cover .time { background: rgba(255,255,255,.88); color: var(--ink); border: 1px solid rgba(23,23,19,.2); }
.rcard .body { padding: 20px; }
.rcard h3 { font-size: 18px; }
.rcard .desc { color: var(--text-2); }
.rcard .macros { gap: 10px; justify-content: space-between; }

/* FAQ */
.faq-zone { background: #f7d853; border-top: 2px solid var(--ink); padding: 120px 0; }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.faq-title { position: sticky; top: 112px; }
.faq-title p { color: #5f562c; margin: 20px 0 26px; max-width: 380px; }
.faq { max-width: none; gap: 13px; }
.faq details { background: rgba(255,255,255,.64); border: 1.5px solid var(--ink); border-radius: 18px; padding: 0 22px; box-shadow: 3px 4px 0 var(--ink); }
.faq details:hover { border-color: var(--ink); }
.faq summary { padding: 20px 0; font-size: 16px; }
.faq summary::after { color: var(--coral); font-size: 28px; }
.faq .a { color: #5d573f; padding-bottom: 22px; }

/* Closing CTA and footer */
.final-cta { padding: 90px 0; background: var(--cream); }
.final-cta-inner { position: relative; overflow: hidden; text-align: center; background: var(--coral); color: #fff; border: 2px solid var(--ink); border-radius: 42px; padding: 88px 24px 94px; box-shadow: 11px 12px 0 var(--ink); }
.final-cta-inner::before, .final-cta-inner::after { content: ''; position: absolute; width: 190px; height: 190px; border: 3px solid rgba(255,255,255,.25); border-radius: 50%; }
.final-cta-inner::before { left: -70px; top: -80px; box-shadow: 0 0 0 28px rgba(255,255,255,.06); }
.final-cta-inner::after { right: -40px; bottom: -100px; box-shadow: 0 0 0 36px rgba(255,255,255,.06); }
.final-cta p { font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.final-cta h2 { font-size: clamp(58px,8vw,100px); line-height: .82; letter-spacing: -.065em; margin: 20px 0 40px; font-weight: 950; }
.final-cta h2 em { color: var(--lime); }
.cta-sun { position: absolute; left: 10%; top: 25%; color: var(--lime); font-size: 52px; }
.cta-doodle { position: absolute; right: 9%; top: 26%; color: var(--ink); font-family: Georgia,serif; font-style: italic; font-size: 14px; line-height: 1.1; transform: rotate(10deg); }
.footer { background: var(--ink); color: #fff; border: 0; padding: 58px 0 26px; }
.footer .brand { color: #fff; }
.footer-top { display: flex; justify-content: space-between; gap: 50px; align-items: flex-start; }
.footer-top p { color: #aaa89f; font-size: 13px; margin-top: 12px; }
.footer .footer-links { gap: 26px; }
.footer .footer-links a { color: #d5d2ca; }
.footer .footer-links a:hover { color: var(--lime); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; color: #77756f; font-size: 11px; border-top: 1px solid #34332f; margin-top: 48px; padding-top: 22px; }

/* Light treatment for secondary pages and chat */
.sec-head h2, .detail-title { color: var(--ink); }
.sec-head .tag { color: var(--coral); }
.searchbar input { background: #fff; color: var(--ink); }
.chip { background: #fff; color: var(--text-2); }
.chip:hover { color: var(--ink); border-color: var(--ink); }
.chip.active { background: var(--coral); color: #fff; border-color: var(--ink); box-shadow: 3px 3px 0 var(--ink); }
.detail-hero { border: 2px solid var(--ink); box-shadow: 7px 8px 0 var(--ink); }
.pill, .macro-box, .ing-list li { background: #fff; }
.detail-cta, .cta-inner { background: #f7d853; border: 2px solid var(--ink); box-shadow: 7px 8px 0 var(--ink); }
.cta-inner::before { display: none; }
.mf-fab { background: var(--coral); border: 2px solid var(--ink); box-shadow: 5px 6px 0 var(--ink); }
.mf-panel { background: #fffaf2; border: 2px solid var(--ink); }
.mf-head, .mf-send { background: var(--blue); }
.mf-msg.bot, .mf-chip, .mf-form input { background: #fff; }
.mf-msg.user { background: var(--coral); }
.mf-rec { background: #fff; }

@media (max-width: 1000px) {
  .hero-v2-grid { grid-template-columns: 1fr; }
  .hero-v2-copy { text-align: center; }
  .hero-v2-copy > p { margin-inline: auto; }
  .hero-v2 .hero-actions { justify-content: center; }
  .mini-proof { max-width: 650px; margin-inline: auto; }
  .hero-photo-wrap { min-height: 560px; max-width: 760px; width: 100%; margin-inline: auto; }
  .hero-photo { height: 530px; }
  .story-coach { grid-template-columns: 1fr 1fr; }
  .story-photo { grid-column: 1 / span 7; }
  .story-voice { grid-column: span 5; }
  .glp-grid { gap: 55px; }
  .food-card { padding: 32px; }
  .universe-card { padding-right: 38%; }
  .coach-platform-head { gap: 45px; }
  .coach-value-grid { grid-template-columns: 1fr 1fr; }
  .coach-value-main { grid-column: 1 / -1; min-height: 300px; }
}

@media (max-width: 800px) {
  .split-head, .planner-intro, .faq-layout { grid-template-columns: 1fr; gap: 25px; }
  .story-coach { grid-template-columns: 1fr; }
  .story-coach img { height: 390px; border-left: 0; border-top: 2px solid var(--ink); }
  .burst { right: 22px; bottom: 350px; }
  .story-photo, .story-voice { grid-column: 1 / -1; }
  .story-voice { min-height: 620px; }
  .glp-grid { grid-template-columns: 1fr; gap: 75px; }
  .glp-visual { max-width: 620px; margin-inline: auto; }
  .food-grid { grid-template-columns: 1fr 1fr; }
  .food-card, .scan-card, .universe-card, .connect-card, .recipes-card, .habits-card { grid-column: auto; }
  .universe-card, .recipes-card { grid-column: 1 / -1; }
  .faq-title { position: static; }
  .faq-title h2 { max-width: 620px; }
  .trust-strip-grid { grid-template-columns: 1fr 1fr; }
  .health-head, .lab-story, .guardrail-grid { grid-template-columns: 1fr; }
  .health-head { gap: 30px; }
  .lab-story-copy { padding: 10px 45px 50px; }
  .coach-platform-head, .coach-permission { grid-template-columns: 1fr; gap: 30px; }
  .coach-board-main { grid-template-columns: 1fr; }
  .coach-metrics { grid-template-columns: 1fr 1fr; }
  .coach-for-everyone { grid-template-columns: 1fr; }
  .coach-for-everyone > div:last-child { border-left: 0; border-top: 1.5px solid var(--ink); }
}

@media (max-width: 640px) {
  .nav-inner { height: 68px; }
  .nav-links.open { top: 68px; background: rgba(255,250,242,.98); border-bottom-color: var(--border); }
  .nav-cta .btn-primary { padding: 9px 14px; }
  .hero-v2 { padding-top: 52px; }
  .hero-v2 h1 { font-size: clamp(54px,18vw,78px); }
  .hero-v2-copy > p { font-size: 16px; }
  .hero-v2 .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-v2 .hero-actions .btn { justify-content: center; }
  .mini-proof { grid-template-columns: 1fr; text-align: left; gap: 10px; }
  .mini-proof > div { display: grid; grid-template-columns: 115px 1fr; gap: 8px; padding-bottom: 10px; border-bottom: 1px solid var(--border-soft); }
  .mini-proof span { margin: 0; }
  .hero-photo-wrap { min-height: 440px; margin-top: 8px; }
  .hero-photo { height: 410px; box-shadow: 8px 10px 0 var(--blue); }
  .float-note { padding: 8px 10px 8px 8px; }
  .float-note > span { width: 30px; height: 30px; font-size: 15px; }
  .note-one { right: 0; top: 38px; }
  .note-two { left: 0; bottom: 48px; }
  .sticker-round { width: 68px; height: 68px; font-size: 8px; }
  .hero-scribble-one { display: none; }
  .ticker { margin-top: 28px; }
  .feature-intro, .food-world, .recipe-showcase, .glp-section, .planner-zone, .faq-zone { padding-block: 78px; }
  .split-head h2, .center-head h2, .planner-intro h2, .showcase-head h2, .faq-title h2, .glp-copy h2 { font-size: 43px; }
  .story-card, .food-card { border-radius: 22px; box-shadow: 5px 6px 0 var(--ink); }
  .story-coach .story-copy, .story-photo .story-copy, .story-voice .story-copy { padding: 34px 25px 38px; }
  .story-coach img, .story-photo img { height: 310px; }
  .story-card h3 { font-size: 38px; }
  .story-voice { min-height: 560px; }
  .voice-art { height: 230px; gap: 7px; }
  .voice-art span { width: 14px; }
  .burst { width: 80px; height: 80px; font-size: 9px; right: 16px; bottom: 276px; }
  .glp-image-shell { box-shadow: 8px 9px 0 var(--blue); }
  .habit-chip { font-size: 10px; padding: 8px 11px; }
  .chip-water { right: -3px; }
  .chip-check { left: -3px; bottom: 30px; }
  .food-grid { grid-template-columns: 1fr; }
  .food-card, .universe-card, .recipes-card { grid-column: 1; }
  .food-card { min-height: 360px; padding: 30px 25px; }
  .scan-card, .habits-card { padding-top: 165px; }
  .universe-card { padding-top: 250px; }
  .orbit-art { top: 0; right: 50%; transform: translateX(50%) scale(.75); transform-origin: top; }
  .connect-count { font-size: 74px; }
  .planner { padding: 28px 18px; box-shadow: 6px 7px 0 var(--ink); }
  .plan-grid { grid-template-columns: 1fr 1fr; }
  .showcase-head { align-items: center; }
  .circle-link { width: 60px; height: 60px; }
  .recipe-grid { grid-template-columns: 1fr; }
  .final-cta { padding-block: 60px; }
  .final-cta-inner { border-radius: 26px; padding: 70px 18px; box-shadow: 7px 8px 0 var(--ink); }
  .final-cta h2 { font-size: 57px; }
  .cta-sun, .cta-doodle { display: none; }
  .footer-top, .footer-bottom { flex-direction: column; }
  .footer .footer-links { display: grid; grid-template-columns: 1fr 1fr; }
  .health-trust { padding-bottom: 78px; }
  .trust-strip-grid { grid-template-columns: 1fr; }
  .trust-strip-grid > div, .trust-strip-grid > div:first-child { min-height: 0; padding: 22px 4px; border-left: 0; border-right: 0; border-bottom: 1px solid #dce3ee; }
  .health-head { padding-top: 76px; }
  .health-head h2 { font-size: 49px; }
  .lab-paper { margin: 22px; padding: 22px; min-height: 330px; }
  .lab-story-copy { padding: 18px 25px 35px; }
  .guardrail-card { min-height: 0; padding: 34px 25px; }
  .guardrail-icon { width: 48px; height: 48px; right: 24px; top: 28px; }
  .clinical-note { grid-template-columns: 1fr; gap: 10px; }
  .coach-platform { padding: 78px 0; }
  .coach-platform::before { font-size: 110px; top: 20px; }
  .coach-platform-head h2 { font-size: 47px; }
  .coach-showcase { margin-top: 44px; }
  .coach-board { padding: 17px; border-radius: 22px; box-shadow: 6px 7px 0 var(--teal); }
  .coach-board-title h3 { font-size: 23px; }
  .coach-board-title .coach-avatar { display: none; }
  .coach-metrics { grid-template-columns: 1fr 1fr; gap: 7px; }
  .coach-metrics > div { padding: 13px; }
  .coach-metrics b { font-size: 22px; }
  .client-row { gap: 8px; }
  .client-row small { max-width: 132px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .status-pill { display: none; }
  .coach-value-grid { grid-template-columns: 1fr; }
  .coach-value-main { grid-column: auto; }
  .coach-value { min-height: 0; padding: 30px 25px; }
  .coach-permission { margin-top: 50px; padding: 29px 23px; }
  .permission-copy h3 { font-size: 31px; }
  .permission-list { grid-template-columns: 1fr; }
  .coach-for-everyone > div { padding: 30px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .ticker-track, .scan-line { animation: none; }
}

/* ---------- Legal & support pages -------------------------------------- */
/* Prose, not marketing: one column at a readable measure, and a type scale
   that makes the section you are looking for findable by scanning. Shared by
   privacy.html and support.html. */
.legal { padding: 120px 0 90px; }
.legal-inner { max-width: 720px; }
.legal-head { padding-bottom: 26px; border-bottom: 1px solid var(--border-soft); margin-bottom: 12px; }
.legal-eyebrow {
  font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--teal); margin-bottom: 12px;
}
.legal-head h1 { font-size: clamp(32px, 5vw, 46px); line-height: 1.1; margin: 0; }
.legal-head .lead { color: var(--text-2); font-size: 17px; line-height: 1.65; margin-top: 18px; }
.legal-meta { color: var(--text-3); font-size: 14px; margin: 14px 0 0; }
.legal section { margin-top: 40px; scroll-margin-top: 96px; }
.legal h2 { font-size: 24px; line-height: 1.25; margin: 0 0 14px; }
.legal h3 { font-size: 17px; margin: 24px 0 6px; color: var(--text); }
.legal p { color: var(--text-2); font-size: 16px; line-height: 1.7; margin: 0 0 14px; }
.legal strong { color: var(--text); font-weight: 600; }
.legal a:not(.btn) { color: var(--teal); }
.legal-list { margin: 0 0 14px; padding-left: 20px; display: grid; gap: 10px; }
.legal-list li { color: var(--text-2); font-size: 16px; line-height: 1.65; }

.contact-card {
  display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  background: var(--surface); border: 1px solid var(--border); border-radius: 18px;
  padding: 22px 24px; margin-bottom: 18px;
}
.contact-card p { margin: 0; font-size: 14.5px; }
.contact-label {
  font-size: 12px !important; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--text-3) !important; margin-bottom: 4px !important;
}
.legal .contact-email { display: inline-block; font-size: 20px; font-weight: 700; margin-bottom: 4px; text-decoration: none; }
.faq-plain { max-width: none; margin: 0; }

@media (max-width: 640px) { .legal { padding: 96px 0 64px; } }
