/* BANKED marketing — tokens shared with the app (src/ui/styles.css in the app repo). */

/* Inter, self-hosted (GDPR/DDG: no requests to Google Fonts). Files from @fontsource-variable/inter. */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url('fonts/inter-latin-wght-normal.woff2') format('woff2-variations');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url('fonts/inter-latin-ext-wght-normal.woff2') format('woff2-variations');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
:root {
  --ivory: #f7f4ec;
  --paper: #fffefa;
  --sand: #e8e3d7;
  --line: #ddd8cb;
  --ink: #121411;
  --ink-2: #5c605a;
  --ink-3: #8c9089;
  --lime: #c9f24a;
  --lime-deep: #4c7a06;
  --mint: #edf9c4;
  --on-ink-muted: #c3c7be;

  --font: 'Inter', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif;
  --pad: clamp(20px, 5vw, 72px);
  --max: 1480px;
  --radius: 24px;
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
}

/* ---------- base ---------- */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--font);
  font-size: 1.0625rem;
  line-height: 1.5;
  font-feature-settings: 'cv11', 'ss01', 'tnum';
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3, p, ul, ol, figure { margin: 0; }
ul, ol { padding: 0; list-style: none; }
:focus-visible { outline: 3px solid var(--ink); outline-offset: 3px; border-radius: 4px; }
.block--ink :focus-visible { outline-color: var(--lime); }

.skip-link { position: fixed; z-index: 100; left: 1rem; top: -5rem; padding: 0.7rem 1rem; border-radius: 999px; background: var(--ink); color: var(--ivory); font-weight: 700; }
.skip-link:focus { top: 1rem; }

/* ---------- type scale ---------- */
.eyebrow { font-size: 0.78rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.label { font-size: 0.78rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-2); }
.display { font-size: clamp(2.6rem, 6vw, 5.6rem); line-height: 0.94; letter-spacing: -0.05em; font-weight: 800; text-wrap: balance; }
.display--tight { max-width: 16ch; }
.giant { font-size: clamp(3.2rem, 9.5vw, 9.5rem); line-height: 0.9; letter-spacing: -0.06em; font-weight: 850; }

/* ---------- buttons ---------- */
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem;
  min-height: 56px; padding: 0.9rem 1.5rem; border-radius: 999px;
  font-weight: 750; font-size: 1rem; text-decoration: none; white-space: nowrap;
  transition: transform 0.25s var(--ease), background 0.25s var(--ease), color 0.25s var(--ease);
}
.button:hover { transform: translateY(-2px); }
.button--ink { background: var(--ink); color: var(--ivory); }
.button--ink:hover { background: #262925; }
.button--lime { background: var(--lime); color: var(--ink); }
.button--lime:hover { background: #d6f76a; }
.button--ghost { border: 2px solid var(--ink); color: var(--ink); }
.button--ghost:hover { background: var(--ink); color: var(--ivory); }
.button--big { min-height: 68px; padding: 1.1rem 2.2rem; font-size: 1.15rem; }

/* ---------- colour blocks ---------- */
.block { padding: clamp(72px, 10vw, 150px) var(--pad); }
.block--lime { background: var(--lime); color: var(--ink); }
.block--ink { background: var(--ink); color: var(--ivory); }
.block--mint { background: var(--mint); color: var(--ink); }
.block--ink .label { color: var(--on-ink-muted); }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  height: 76px; padding: 0 var(--pad);
  background: color-mix(in srgb, var(--ivory) 92%, transparent);
  backdrop-filter: saturate(1.2) blur(8px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s var(--ease);
}
.site-header.is-stuck { border-bottom-color: var(--line); }
.wordmark { text-decoration: none; font-size: 1.5rem; line-height: 1; font-weight: 900; letter-spacing: -0.06em; }
.wordmark span { color: var(--lime-deep); margin-left: 0.08em; }
.site-nav { display: flex; align-items: center; gap: clamp(16px, 2.6vw, 36px); }
.site-nav a { text-decoration: none; font-weight: 650; font-size: 0.95rem; }
.site-nav a:not(.site-nav__cta):hover { text-decoration: underline; text-underline-offset: 0.3em; text-decoration-thickness: 2px; }
.site-nav a[aria-current="page"] { text-decoration: underline; text-underline-offset: 0.3em; text-decoration-thickness: 2px; text-decoration-color: var(--lime-deep); }
.site-nav__signin { color: var(--ink-2); }
.site-nav__cta { background: var(--lime); border-radius: 999px; min-height: 44px; display: inline-flex; align-items: center; padding: 0.7rem 1.25rem; font-weight: 750; transition: background 0.2s var(--ease), transform 0.2s var(--ease); }
.site-nav__cta:hover { background: var(--ink); color: var(--ivory); transform: translateY(-1px); }

/* ---------- hero ---------- */
.hero { position: relative; display: grid; }
.hero__media { position: relative; height: clamp(440px, 68svh, 780px); overflow: hidden; }
.hero__img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 28%; }
.js .hero__img { animation: hero-in 1.4s var(--ease) both; }
@keyframes hero-in { from { transform: scale(1.05); } to { transform: scale(1); } }

.hero__panel {
  position: relative; z-index: 2;
  width: min(980px, calc(100% - 2 * var(--pad)));
  margin: clamp(-260px, -20vw, -150px) 0 0 var(--pad);
  padding: clamp(28px, 3vw, 44px) clamp(24px, 3.5vw, 52px) clamp(32px, 3.5vw, 52px);
  background: var(--lime);
  border-radius: 0 var(--radius) 0 0;
}
.hero__subline { margin-top: 1.1rem; color: var(--lime-deep); font-size: clamp(1.3rem, 2vw, 1.9rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.15; text-wrap: balance; }
.hero__title { font-size: clamp(2.6rem, 5.2vw, 5rem); line-height: 0.92; letter-spacing: -0.06em; font-weight: 850; text-wrap: balance; }
.hero__body { max-width: 56ch; margin-top: 1rem; font-size: clamp(1.05rem, 1.3vw, 1.25rem); line-height: 1.45; font-weight: 500; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 0.75rem 1rem; margin-top: 1.75rem; }

/* the "2 sessions / week banked" sticker — small, playful, never dominant */
.sticker {
  position: absolute; right: clamp(16px, 5vw, 72px); top: clamp(16px, 4vw, 48px);
  width: clamp(112px, 12vw, 168px); aspect-ratio: 1;
  display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;
  background: var(--ink); color: var(--lime);
  border-radius: 50%; transform: rotate(-8deg);
  font-weight: 850; letter-spacing: -0.04em; line-height: 1;
  box-shadow: 0 16px 40px rgb(18 20 17 / 0.25);
}
.sticker__top { font-size: clamp(1rem, 1.4vw, 1.4rem); color: var(--ivory); }
.sticker__bottom { font-size: clamp(1.15rem, 1.7vw, 1.7rem); margin-top: 0.15em; }
.js .sticker { animation: sticker-wobble 6s ease-in-out infinite; }
@keyframes sticker-wobble { 0%, 100% { transform: rotate(-8deg); } 50% { transform: rotate(4deg); } }
@keyframes sticker-wobble-mobile { 0%, 100% { transform: rotate(6deg); } 50% { transform: rotate(-4deg); } }

/* ---------- what is BANKED ---------- */
.what { display: grid; gap: clamp(48px, 6vw, 96px); }
.what__intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: clamp(24px, 4vw, 64px); align-items: end; }
.what__body { font-size: clamp(1.3rem, 1.8vw, 1.7rem); line-height: 1.35; font-weight: 600; letter-spacing: -0.015em; text-wrap: pretty; }
.what__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: clamp(24px, 4vw, 64px); padding-top: clamp(28px, 3vw, 40px); border-top: 2px solid var(--ink); }
.what .label { color: var(--lime-deep); }
.what__statement { margin-top: 1rem; max-width: 30ch; font-size: clamp(1.35rem, 2.2vw, 2.1rem); line-height: 1.15; font-weight: 750; letter-spacing: -0.03em; }
.what__list { margin-top: 1rem; }
.what__list li { display: flex; align-items: baseline; gap: 0.8rem; padding: 0.7rem 0; border-bottom: 1px solid rgb(18 20 17 / 0.25); font-size: clamp(1.15rem, 1.7vw, 1.6rem); font-weight: 700; letter-spacing: -0.02em; }
.what__list li:last-child { border-bottom: 0; }
.tick { flex: 0 0 auto; width: 1.6em; height: 1.6em; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--lime); font-size: 0.65em; font-weight: 900; }

/* ---------- how it works ---------- */
.how { max-width: var(--max); margin: 0 auto; padding: clamp(80px, 10vw, 150px) var(--pad); }
.how__head { display: grid; gap: 1.25rem; margin-bottom: clamp(40px, 5vw, 72px); }
.how__head .eyebrow { color: var(--lime-deep); }
.how__steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(24px, 3vw, 48px); counter-reset: step; }
.step { display: grid; gap: 0.6rem; align-content: start; }
.step__num { margin-top: 1.4rem; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-2); }
.step__title { font-size: clamp(1.35rem, 1.8vw, 1.75rem); line-height: 1.1; letter-spacing: -0.035em; font-weight: 800; max-width: 16ch; }
.step__body { color: var(--ink-2); max-width: 34ch; font-weight: 500; font-size: clamp(1.1rem, 1.3vw, 1.2rem); line-height: 1.45; }

.tile { aspect-ratio: 4 / 3; border-radius: var(--radius); padding: clamp(18px, 2vw, 28px); display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; }
.tile--lime { background: var(--lime); }
.tile--ink { background: var(--ink); color: var(--ivory); justify-content: center; gap: 0.6rem; }
.tile--sand { background: var(--sand); }
.tile__chip { align-self: flex-start; padding: 0.35rem 0.75rem; border-radius: 999px; background: var(--ink); color: var(--lime); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.tile__arrow { align-self: flex-end; font-size: clamp(4rem, 7vw, 7rem); line-height: 0.8; font-weight: 900; letter-spacing: -0.06em; }
.tile__row { display: flex; align-items: center; gap: 0.75rem; font-weight: 650; font-size: clamp(0.95rem, 1.2vw, 1.15rem); color: var(--on-ink-muted); text-decoration: line-through; text-decoration-color: rgb(247 244 236 / 0.4); }
.tile__row--now { color: var(--ivory); text-decoration: none; font-weight: 800; }
.tile__box { flex: 0 0 auto; width: 1.25em; height: 1.25em; border-radius: 6px; border: 2px solid var(--ivory); display: grid; place-items: center; }
.tile__box--done { background: var(--lime); border-color: var(--lime); }
.tile__box--done::after { content: '✓'; color: var(--ink); font-size: 0.75em; font-weight: 900; }
.js .tile__box--pulse { animation: pulse 1.8s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { box-shadow: 0 0 0 0 rgb(201 242 74 / 0.6); } 60% { box-shadow: 0 0 0 10px rgb(201 242 74 / 0); } }
.tile__count { font-size: clamp(4.5rem, 8vw, 8rem); line-height: 0.85; font-weight: 900; letter-spacing: -0.07em; font-variant-numeric: tabular-nums; }
.tile__count small { font-size: 0.4em; color: var(--ink-2); font-weight: 800; letter-spacing: -0.04em; }
.tile__stamp { align-self: flex-end; padding: 0.45rem 0.9rem; border-radius: 999px; background: var(--lime); color: var(--ink); font-size: 0.85rem; font-weight: 850; letter-spacing: -0.01em; transform: rotate(-4deg); }

/* ---------- real life ---------- */
.life { background: var(--paper); padding: clamp(80px, 10vw, 150px) 0 0; }
.life__title { padding: 0 var(--pad); max-width: 18ch; }
.life__collage { display: grid; grid-template-columns: 5fr 3fr 5fr; gap: clamp(16px, 2.5vw, 40px); align-items: start; padding: clamp(40px, 5vw, 80px) var(--pad) 0; }
.life__fig { position: relative; border-radius: var(--radius); overflow: hidden; background: var(--sand); }
.life__fig img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 5; }
.life__fig--a { margin-top: clamp(40px, 7vw, 120px); }
.life__fig figcaption, .life__caption-label { position: absolute; left: 16px; bottom: 16px; padding: 0.5rem 0.9rem; border-radius: 999px; background: var(--ivory); color: var(--ink); font-size: 0.9rem; font-weight: 800; letter-spacing: -0.01em; }
.life__words { display: grid; align-content: center; gap: 0.2em; align-self: stretch; padding-top: clamp(60px, 10vw, 180px); font-size: clamp(1.6rem, 3vw, 3.2rem); line-height: 0.98; letter-spacing: -0.05em; font-weight: 850; }
.life__words span:nth-child(2) { color: var(--lime-deep); }
.life__wide { position: relative; margin-top: clamp(40px, 5vw, 80px); }
.life__wide img { width: 100%; height: clamp(360px, 62vw, 760px); object-fit: cover; object-position: 50% 45%; }
.life__wide-caption { position: absolute; inset: auto var(--pad) clamp(20px, 4vw, 56px) var(--pad); display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 1rem; }
.life__caption-label { position: static; }
.life__wide-caption p { max-width: 34ch; padding: clamp(18px, 2vw, 28px); border-radius: var(--radius); background: var(--ivory); font-size: clamp(1.05rem, 1.5vw, 1.35rem); line-height: 1.3; font-weight: 650; letter-spacing: -0.02em; }

/* ---------- oversized benefit blocks ---------- */
.bold { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.7fr); gap: clamp(24px, 4vw, 64px); align-items: end; }
.bold__body { max-width: 30ch; font-size: clamp(1.15rem, 1.7vw, 1.55rem); line-height: 1.3; font-weight: 600; letter-spacing: -0.02em; }
.bold.block--ink .bold__body { color: var(--on-ink-muted); }
.bold.block--lime + .bold.block--ink .giant { color: var(--lime); }

/* ---------- principles ---------- */
.principles { max-width: var(--max); margin: 0 auto; padding: clamp(72px, 9vw, 130px) var(--pad); }
.principles .eyebrow { color: var(--lime-deep); }
.principles__list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(24px, 3vw, 48px); margin-top: 1.5rem; }
.principles__list li { padding-top: 1.25rem; border-top: 2px solid var(--ink); display: grid; gap: 0.5rem; align-content: start; }
.principles__num { font-size: 0.78rem; font-weight: 800; letter-spacing: 0.14em; color: var(--ink-2); }
.principles__list h3 { font-size: clamp(1.5rem, 2.2vw, 2.2rem); line-height: 1.05; letter-spacing: -0.04em; font-weight: 800; }
.principles__list p { color: var(--ink-2); font-weight: 500; max-width: 30ch; font-size: 1.1rem; }

/* ---------- pricing (non-purchasable preview) ---------- */
.pricing { background: var(--sand); padding: clamp(80px, 10vw, 150px) var(--pad); }
.pricing__head { max-width: var(--max); margin: 0 auto clamp(40px, 5vw, 72px); display: grid; gap: 1.25rem; }
.pricing__head .eyebrow { color: var(--lime-deep); }
.pricing__head .display { max-width: 20ch; }
.pricing__grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(20px, 2.5vw, 36px); align-items: start; }
.tier { border-radius: var(--radius); padding: clamp(24px, 3vw, 44px); display: grid; gap: 1rem; align-content: start; }
.tier--free { background: var(--paper); }
.tier--plus { background: var(--ink); color: var(--ivory); }
.tier--plus .label { color: var(--lime); }
.tier--free .label { color: var(--lime-deep); }
.tier__title { font-size: clamp(2rem, 3.2vw, 3.2rem); line-height: 0.98; letter-spacing: -0.05em; font-weight: 850; }
.tier__lede { font-size: clamp(1.1rem, 1.4vw, 1.3rem); font-weight: 650; letter-spacing: -0.02em; }
.tier--plus .tier__lede { color: var(--lime); }
.tier__list li { display: flex; gap: 0.75rem; align-items: baseline; padding: 0.55rem 0; border-top: 1px solid var(--line); font-weight: 550; }
.tier--plus .tier__list li { border-top-color: rgb(247 244 236 / 0.18); }
.tier__list li:first-child { border-top: 0; }
.tick--lime { background: var(--lime); color: var(--ink); }
.tier__foot { color: var(--ink-2); font-weight: 650; }
.plans { display: grid; gap: 0.5rem; margin-top: 0.5rem; padding-top: 1rem; border-top: 1px solid rgb(247 244 236 / 0.18); }
.plan { display: grid; grid-template-columns: auto 1fr; gap: 0.1rem 1rem; align-items: baseline; }
.plan__label { font-size: 0.8rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--on-ink-muted); }
.plan__price { font-size: clamp(1.5rem, 2.2vw, 2.1rem); font-weight: 850; letter-spacing: -0.04em; font-variant-numeric: tabular-nums; }
.plan__note { grid-column: 2; color: var(--on-ink-muted); font-size: 0.95rem; font-weight: 500; }
.tier__status { padding: 0.75rem 1rem; border-radius: 12px; background: rgb(247 244 236 / 0.08); color: var(--on-ink-muted); font-size: 0.95rem; font-weight: 550; }

.waitlist { display: grid; gap: 0.6rem; margin-top: 0.5rem; }
.waitlist__label { font-weight: 750; letter-spacing: -0.01em; }
.waitlist__row { display: flex; gap: 0.6rem; flex-wrap: wrap; }
.waitlist__input { flex: 1 1 220px; min-height: 56px; padding: 0 1.1rem; border-radius: 999px; border: 2px solid rgb(247 244 236 / 0.3); background: transparent; color: var(--ivory); font: inherit; font-size: 1rem; }
.waitlist__input::placeholder { color: rgb(247 244 236 / 0.5); }
.waitlist__input:focus-visible { outline: 3px solid var(--lime); outline-offset: 2px; border-color: var(--lime); }
.form__hp { position: absolute; left: -10000px; width: 1px; height: 1px; opacity: 0; }
.form__msg { min-height: 1.5em; font-weight: 650; }
.form__msg.is-ok { color: var(--lime-deep); }
.form__msg.is-err { color: #b42318; }
.tier--plus .form__msg.is-ok { color: var(--lime); }
.tier--plus .form__msg.is-err { color: #ffb4a8; }
.form__fine { color: var(--ink-2); font-size: 0.85rem; }
.tier--plus .form__fine { color: var(--on-ink-muted); }

/* ---------- contact ---------- */
.contact { max-width: var(--max); margin: 0 auto; padding: clamp(80px, 10vw, 150px) var(--pad); display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: clamp(32px, 5vw, 80px); align-items: start; }
.contact .eyebrow { color: var(--lime-deep); margin-bottom: 1.25rem; }
.contact__body { margin-top: 1.25rem; max-width: 36ch; font-size: 1.15rem; font-weight: 500; color: var(--ink-2); }
.contact__form { display: grid; gap: 1.1rem; }
.field { display: grid; gap: 0.4rem; }
.field label { font-weight: 750; font-size: 0.95rem; letter-spacing: -0.01em; }
.field input, .field textarea { width: 100%; padding: 0.95rem 1.1rem; border-radius: 16px; border: 2px solid var(--line); background: var(--paper); color: var(--ink); font: inherit; font-size: 1rem; }
.field textarea { resize: vertical; min-height: 140px; border-radius: var(--radius); }
.field input:focus-visible, .field textarea:focus-visible { outline: 3px solid var(--ink); outline-offset: 2px; border-color: var(--ink); }
.field input:disabled, .field textarea:disabled { opacity: 0.6; }
.form__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem 1.25rem; }

/* ---------- FAQ ---------- */
.faq { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: clamp(32px, 5vw, 80px); align-items: start; }
.faq .display { position: sticky; top: 100px; max-width: 10ch; }
.faq__item { border-top: 1px solid rgb(247 244 236 / 0.22); }
.faq__item:last-child { border-bottom: 1px solid rgb(247 244 236 / 0.22); }
.faq__item summary { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.3rem 0; cursor: pointer; list-style: none; font-size: clamp(1.1rem, 1.5vw, 1.35rem); font-weight: 700; letter-spacing: -0.02em; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary:hover { color: var(--lime); }
.faq__chevron { flex: 0 0 auto; width: 34px; height: 34px; border-radius: 50%; border: 2px solid currentColor; position: relative; transition: transform 0.35s var(--ease), background 0.2s var(--ease), color 0.2s var(--ease); }
.faq__chevron::before, .faq__chevron::after { content: ''; position: absolute; left: 50%; top: 50%; width: 14px; height: 2px; background: currentColor; transform: translate(-50%, -50%); }
.faq__chevron::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform 0.35s var(--ease); }
.faq__item[open] .faq__chevron { background: var(--lime); border-color: var(--lime); color: var(--ink); }
.faq__item[open] .faq__chevron::after { transform: translate(-50%, -50%) rotate(0deg); }
.faq__item p { padding: 0 0 1.6rem; max-width: 60ch; color: #dde0d8; font-size: 1.125rem; line-height: 1.6; }
.js .faq__item[open] p { animation: fade-up 0.4s var(--ease) both; }
@keyframes fade-up { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

/* ---------- final CTA ---------- */
.final { display: grid; justify-items: center; text-align: center; gap: clamp(36px, 5vw, 64px); padding-top: clamp(110px, 14vw, 220px); padding-bottom: clamp(110px, 14vw, 220px); }
.final .display { max-width: 22ch; line-height: 1.02; padding: 0 clamp(0px, 2vw, 24px); }
.final__actions { display: grid; justify-items: center; gap: 1rem; }
.final__support { font-weight: 700; color: var(--lime-deep); letter-spacing: -0.01em; }

/* ---------- footer (site map) ---------- */
.site-footer { padding: clamp(56px, 7vw, 96px) var(--pad) 44px; border-top: 1px solid var(--line); background: var(--paper); }
.site-footer__top { display: grid; grid-template-columns: minmax(220px, 0.9fr) minmax(0, 2.6fr); gap: clamp(32px, 5vw, 80px); max-width: var(--max); margin: 0 auto; }
.site-footer__brand { display: grid; gap: 1rem; align-content: start; justify-items: start; }
.site-footer__tagline { color: var(--ink-2); font-weight: 600; max-width: 22ch; letter-spacing: -0.01em; }
.site-footer__map { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(20px, 3vw, 40px); }
.site-footer__heading { font-size: 0.78rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-2); margin-bottom: 0.75rem; }
.site-footer__col li + li { margin-top: 0.45rem; }
.site-footer__col a { text-decoration: none; font-weight: 600; font-size: 0.92rem; line-height: 1.35; display: inline-block; }
.site-footer__col a:hover { text-decoration: underline; text-underline-offset: 0.3em; }
.site-footer__legal { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.6rem 1.5rem; margin-top: clamp(40px, 5vw, 64px); padding-top: 28px; border-top: 1px solid var(--line); }
.site-footer__legal a { color: var(--ink-2); font-size: 0.85rem; font-weight: 550; text-decoration: none; }
.site-footer__legal a:hover { text-decoration: underline; text-underline-offset: 0.3em; }
.site-footer__copy { margin-top: 1rem; text-align: center; color: var(--ink-3); font-size: 0.8rem; font-weight: 500; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

/* ---------- consent sheet (src/consent.js) ---------- */
.consent-host { position: fixed; inset: auto 0 0 0; z-index: 90; display: flex; justify-content: center; padding: 0 12px calc(12px + env(safe-area-inset-bottom, 0px)); pointer-events: none; }
.consent { pointer-events: auto; width: 100%; max-width: 520px; max-height: 85dvh; overflow-y: auto; padding: 22px 22px 18px; border-radius: var(--radius); background: var(--paper); border: 1px solid var(--line); box-shadow: 0 16px 48px rgb(18 20 17 / 0.18); font-size: 0.95rem; line-height: 1.45; }
.consent h2 { font-size: 1.15rem; letter-spacing: -0.02em; font-weight: 800; outline: none; }
.consent p { margin-top: 0.6rem; color: var(--ink-2); }
.consent__row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.6rem; margin-top: 1rem; }
.consent .button { min-height: 48px; padding: 0.6rem 1rem; font-size: 0.95rem; white-space: normal; }
.consent .button--ink { width: 100%; }
.consent__quiet, .consent__withdraw { display: block; width: 100%; margin-top: 0.6rem; padding: 0.7rem; border: 0; border-radius: 999px; background: transparent; color: var(--ink-2); font: inherit; font-weight: 650; cursor: pointer; }
.consent__quiet:hover { background: var(--sand); }
.consent__withdraw { color: #b42318; }
.consent__links { margin-top: 0.9rem; text-align: center; font-size: 0.8rem; color: var(--ink-3); }
.consent__links a { color: inherit; }
.consent__cat { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; margin-top: 0.9rem; padding: 14px 16px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.consent__cat h3 { font-size: 1rem; font-weight: 750; }
.consent__cat p { margin-top: 0.3rem; font-size: 0.85rem; }
.consent__muted { color: var(--ink-3); }
.consent__pill { flex: 0 0 auto; padding: 0.3rem 0.7rem; border-radius: 999px; background: var(--sand); color: var(--ink-2); font-size: 0.75rem; font-weight: 700; }
.consent__switch { position: relative; flex: 0 0 auto; width: 48px; height: 28px; margin-top: 2px; border-radius: 999px; border: 1px solid var(--line); background: var(--sand); cursor: pointer; transition: background 0.2s var(--ease); }
.consent__switch::after { content: ''; position: absolute; top: 2px; left: 2px; width: 22px; height: 22px; border-radius: 50%; background: var(--paper); box-shadow: 0 1px 2px rgb(18 20 17 / 0.15); transition: left 0.2s var(--ease), background 0.2s var(--ease); }
.consent__switch[aria-checked="true"] { background: var(--ink); border-color: var(--ink); }
.consent__switch[aria-checked="true"]::after { left: 22px; background: var(--lime); }
.consent__actions { margin-top: 1rem; }
.consent--inline { max-width: none; box-shadow: none; padding: 0; border: 0; background: transparent; max-height: none; }
.consent__state { display: grid; grid-template-columns: auto 1fr; gap: 0.25rem 1rem; margin: 0.5rem 0 0.5rem; font-size: 0.95rem; }
.consent__state dt { color: var(--ink-3); }
.consent__state dd { margin: 0; font-variant-numeric: tabular-nums; }

/* ---------- legal pages ---------- */
.legal-header { position: static; }
.legal { padding: clamp(32px, 5vw, 64px) var(--pad) clamp(48px, 6vw, 96px); }
.legal__article { max-width: 72ch; margin: 0 auto; font-size: 1rem; line-height: 1.6; color: var(--ink-2); }
.legal__title { font-size: clamp(2rem, 4vw, 3rem); line-height: 1; letter-spacing: -0.04em; font-weight: 850; color: var(--ink); }
.legal__sub { margin-top: 0.5rem; color: var(--ink-3); font-size: 0.9rem; }
.legal__section { margin-top: 2rem; }
.legal__section h2 { font-size: 1.2rem; font-weight: 800; letter-spacing: -0.02em; color: var(--ink); }
.legal__section p, .legal__section ul, .legal__section .legal__tablewrap, .legal__section .consent { margin-top: 0.75rem; }
.legal__section a { color: var(--lime-deep); }
.legal__list { list-style: disc; padding-left: 1.3rem; }
.legal__list li + li { margin-top: 0.25rem; }
.legal__tablewrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 18px; }
.legal__table { width: 100%; min-width: 620px; border-collapse: collapse; font-size: 0.85rem; text-align: left; }
.legal__table th { padding: 0.6rem 0.8rem; background: var(--sand); color: var(--ink); font-weight: 750; }
.legal__table td { padding: 0.6rem 0.8rem; border-top: 1px solid var(--line); vertical-align: top; }
.legal__table .mono { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 0.8rem; color: var(--ink); }
.legal__email { color: var(--ink); font-weight: 600; user-select: all; }
.legal code { padding: 0 0.3em; border-radius: 4px; background: var(--sand); font-size: 0.85em; }

/* ---------- motion ---------- */
.js .reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); transition-delay: calc(var(--i, 0) * 90ms); }
.js .reveal.is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: 0.01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}

/* ---------- responsive ---------- */
@media (max-width: 1080px) {
  .what__intro, .what__grid { grid-template-columns: 1fr; }
  .how__steps { grid-template-columns: 1fr; gap: clamp(40px, 6vw, 64px); }
  .step { grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); column-gap: clamp(20px, 3vw, 40px); }
  .step .tile { grid-row: 1 / span 3; }
  .step__num { margin-top: 0; }
  .faq { grid-template-columns: 1fr; }
  .faq .display { position: static; max-width: none; }
}

@media (max-width: 860px) {
  .site-nav a:not(.site-nav__cta) { display: none; }
  .hero__media { height: min(104vw, 54svh); }
  .hero__img { object-position: 60% 18%; }
  .hero__panel { width: 100%; margin: -40px 0 0; padding-top: 34px; border-radius: var(--radius) var(--radius) 0 0; }
  .hero__title { font-size: clamp(2.2rem, 9vw, 3.2rem); line-height: 0.96; letter-spacing: -0.055em; }
  .hero__subline { margin-top: 0.75rem; font-size: 1.2rem; }
  .hero__body { font-size: 1.05rem; margin-top: 0.75rem; }
  .hero__actions { margin-top: 1.1rem; }
  .what__body { font-size: 1.25rem; }
  .step__body, .principles__list p { font-size: 1.1rem; }
  .faq__item p { font-size: 1.08rem; }
  .hero__actions { margin-top: 1.25rem; }
  /* Faces sit top-centre on phones, so the sticker moves to the pavement, bottom-left, clear of the lime card. */
  .sticker { right: auto; left: 16px; top: auto; bottom: 60px; width: 104px; transform: rotate(6deg); }
  .js .sticker { animation-name: sticker-wobble-mobile; }
  .life__collage { grid-template-columns: 1fr 1fr; }
  .life__fig--a { margin-top: 0; }
  .life__words { grid-column: 1 / -1; grid-row: 1; padding: 0 0 8px; }
  .life__wide-caption { position: static; padding: 20px var(--pad) 0; }
  .life__wide-caption p { background: transparent; padding: 0; max-width: none; }
  .life { padding-bottom: clamp(48px, 8vw, 80px); }
  .bold { grid-template-columns: 1fr; align-items: start; }
  .pricing__grid { grid-template-columns: 1fr; }
  .contact { grid-template-columns: 1fr; }
  .form__actions .button { width: 100%; }
  .waitlist__row .button { width: 100%; }
  .principles__list { grid-template-columns: 1fr; }
  .site-footer__top { grid-template-columns: 1fr; }
  .site-footer__map { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .site-footer__map { grid-template-columns: 1fr; }
  .site-nav__signin { display: none; }
  .step { grid-template-columns: 1fr; }
  .step .tile { grid-row: auto; }
  .step__num { margin-top: 1rem; }
  .life__collage { grid-template-columns: 1fr; }
  .hero__actions .button { width: 100%; }
  .button--big { width: 100%; }
}

/* =====================================================================
   Homepage additions: example weeks, real-life cases, difference, trust, explore
   ===================================================================== */
.weeks { max-width: var(--max); margin: 0 auto; padding: clamp(80px, 10vw, 150px) var(--pad); }
.weeks__head { display: grid; gap: 1.25rem; margin-bottom: clamp(32px, 4vw, 56px); }
.weeks__head .eyebrow, .cases__head .eyebrow, .trust__head .eyebrow, .explore__head .eyebrow { color: var(--lime-deep); }
.weeks__body, .cases__head p { max-width: 52ch; font-size: clamp(1.1rem, 1.4vw, 1.3rem); color: var(--ink-2); font-weight: 500; }
.weeks__list { display: grid; gap: clamp(20px, 2.5vw, 32px); }

.week { display: grid; gap: 0.9rem; padding: clamp(18px, 2.2vw, 28px); border-radius: var(--radius); background: var(--paper); border: 1px solid var(--line); }
.week__title { font-weight: 800; letter-spacing: -0.02em; font-size: 1.1rem; }
.week__days { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 6px; }
.week__day { display: grid; gap: 0.3rem; align-content: start; min-height: 104px; padding: 0.7rem 0.6rem; border-radius: 14px; background: var(--ivory); border: 1px solid var(--line); }
.week__day--session { background: var(--lime); border-color: var(--lime); }
.week__day--life { background: var(--mint); border-color: var(--mint); }
.week__day--rest .week__label { color: var(--ink-3); font-weight: 500; }
.week__name { font-size: 0.72rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-2); }
.week__day--session .week__name { color: var(--lime-deep); }
.week__label { font-weight: 750; font-size: 0.92rem; line-height: 1.2; letter-spacing: -0.01em; }
.week__note { font-size: 0.8rem; color: var(--ink-2); line-height: 1.3; }
.week__foot { color: var(--ink-2); font-size: 0.98rem; max-width: 70ch; }

.cases { background: var(--paper); padding: clamp(80px, 10vw, 150px) var(--pad); }
.cases__head { max-width: var(--max); margin: 0 auto clamp(32px, 4vw, 56px); display: grid; gap: 1.25rem; }
.cases__list { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(20px, 3vw, 40px); }
.case { display: grid; gap: 0.6rem; align-content: start; padding-top: 1.25rem; border-top: 2px solid var(--ink); }
.case h3 { font-size: clamp(1.3rem, 1.8vw, 1.7rem); line-height: 1.05; letter-spacing: -0.035em; font-weight: 800; }
.case p { color: var(--ink-2); font-weight: 500; }
.case a { font-weight: 750; color: var(--lime-deep); text-decoration: none; text-underline-offset: 0.3em; }
.case a:hover { text-decoration: underline; }

.diff { display: grid; gap: clamp(32px, 4vw, 56px); }
.diff__head { display: grid; gap: 1.25rem; max-width: var(--max); margin: 0 auto; width: 100%; }
.diff__head .eyebrow { color: var(--lime); }
.diff .display { max-width: 24ch; }
.diff .versus { max-width: var(--max); margin: 0 auto; width: 100%; }
.diff__link { max-width: var(--max); margin: 1.5rem auto 0; width: 100%; font-weight: 750; }
.diff__link a { color: var(--lime); text-underline-offset: 0.3em; }

.versus { display: grid; gap: 2px; border-radius: var(--radius); overflow: hidden; }
.versus__head, .versus__row { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.versus__head span { padding: 0.9rem 1.25rem; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; background: rgb(247 244 236 / 0.08); color: var(--on-ink-muted); }
.versus__head span:last-child { background: var(--lime); color: var(--ink); }
.versus__row span { padding: 1rem 1.25rem; font-weight: 550; font-size: 1.05rem; line-height: 1.35; background: rgb(247 244 236 / 0.06); color: var(--on-ink-muted); }
.versus__row .versus__ours { background: rgb(201 242 74 / 0.14); color: var(--ivory); font-weight: 700; }
/* light variant on content pages */
.content .versus__head span { background: var(--sand); color: var(--ink-2); }
.content .versus__row span { background: var(--paper); color: var(--ink-2); border: 1px solid var(--line); }
.content .versus__row .versus__ours { background: var(--mint); color: var(--ink); border-color: var(--mint); }

.trust { max-width: var(--max); margin: 0 auto; padding: clamp(80px, 10vw, 150px) var(--pad); }
.trust__head { display: grid; gap: 1.25rem; margin-bottom: clamp(32px, 4vw, 56px); }
.trust__grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: clamp(32px, 5vw, 80px); align-items: start; }
.trust__list { display: grid; gap: 1.5rem; }
.trust__list li { display: grid; gap: 0.4rem; padding-top: 1.1rem; border-top: 2px solid var(--ink); }
.trust__list h3 { font-size: clamp(1.3rem, 1.8vw, 1.7rem); line-height: 1.05; letter-spacing: -0.035em; font-weight: 800; }
.trust__list p { color: var(--ink-2); font-weight: 500; max-width: 48ch; }
.trust__note { border-top-style: dashed !important; border-top-width: 1px !important; border-top-color: var(--ink-3) !important; }
.trust__note p { font-size: 0.95rem; color: var(--ink-3); }
.trust__shots { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(10px, 1.5vw, 20px); align-items: start; }
.shot { display: grid; gap: 0.6rem; }
.shot img { width: 100%; aspect-ratio: 390 / 844; object-fit: cover; object-position: top; border-radius: 22px; border: 1px solid var(--line); background: var(--sand); box-shadow: 0 16px 40px rgb(18 20 17 / 0.12); }
.shot figcaption { font-size: 0.85rem; color: var(--ink-2); line-height: 1.35; }

.explore { background: var(--paper); padding: clamp(80px, 10vw, 150px) var(--pad); }
.explore__head { max-width: var(--max); margin: 0 auto clamp(32px, 4vw, 56px); display: grid; gap: 1.25rem; }
.explore__groups { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(24px, 3vw, 48px); }
.explore__group { padding-top: 1.25rem; border-top: 2px solid var(--ink); }
.explore__group h3 { font-size: 1.1rem; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 0.9rem; }
.explore__group li { display: grid; gap: 0.2rem; padding: 0.75rem 0; border-top: 1px solid var(--line); }
.explore__group li:first-child { border-top: 0; padding-top: 0; }
.explore__group a { font-weight: 750; text-decoration: none; letter-spacing: -0.01em; }
.explore__group a:hover { text-decoration: underline; text-underline-offset: 0.3em; }
.explore__group span { color: var(--ink-2); font-size: 0.95rem; }

/* =====================================================================
   Content pages (method pages, guides, comparisons, planner)
   ===================================================================== */
.content { max-width: 1120px; margin: 0 auto; padding: clamp(24px, 4vw, 56px) var(--pad) clamp(64px, 8vw, 120px); }
.content-body .site-header { position: static; }
.crumbs { font-size: 0.85rem; color: var(--ink-2); margin-bottom: clamp(20px, 3vw, 36px); }
.crumbs ol { display: flex; flex-wrap: wrap; gap: 0.4rem 0.6rem; }
.crumbs li + li::before { content: '/'; margin-right: 0.6rem; color: var(--ink-3); }
.crumbs a { text-decoration: none; font-weight: 600; }
.crumbs a:hover { text-decoration: underline; text-underline-offset: 0.3em; }
.crumbs [aria-current] { color: var(--ink-3); }

.page-head { display: grid; gap: 1.1rem; max-width: 820px; margin-bottom: clamp(36px, 5vw, 64px); }
.page-head .eyebrow { color: var(--lime-deep); }
.page-head__title { max-width: 18ch; font-size: clamp(2.2rem, 4.4vw, 3.9rem); line-height: 0.98; letter-spacing: -0.045em; font-weight: 850; text-wrap: balance; }
.page-head__lede { max-width: 58ch; font-size: clamp(1.15rem, 1.6vw, 1.45rem); line-height: 1.4; font-weight: 550; color: var(--ink-2); letter-spacing: -0.015em; }
.page-head__date { font-size: 0.85rem; color: var(--ink-3); font-weight: 500; }
.page-head--wide { max-width: 980px; }

.prose { max-width: 68ch; display: grid; gap: 1.1rem; font-size: 1.1rem; line-height: 1.6; }
.prose > * { min-width: 0; }
.prose p { text-wrap: pretty; }
.prose a { color: var(--lime-deep); font-weight: 650; text-underline-offset: 0.25em; }
.prose strong { font-weight: 750; }
.prose__h2 { margin-top: clamp(24px, 3vw, 40px); font-size: clamp(1.7rem, 2.6vw, 2.4rem); line-height: 1.05; letter-spacing: -0.04em; font-weight: 800; text-wrap: balance; }
.prose__h3 { margin-top: 0.6rem; font-size: 1.25rem; line-height: 1.15; letter-spacing: -0.025em; font-weight: 800; }
.prose__list { display: grid; gap: 0.5rem; padding-left: 1.4rem; list-style: disc; }
.prose__list--ol { list-style: decimal; }
.prose__list li::marker { color: var(--lime-deep); font-weight: 800; }
.callout { padding: clamp(18px, 2vw, 26px) clamp(20px, 2.4vw, 30px); border-radius: var(--radius); font-weight: 650; font-size: 1.1rem; line-height: 1.45; letter-spacing: -0.01em; }
.callout--lime { background: var(--lime); }
.callout--mint { background: var(--mint); }
.callout--sand { background: var(--sand); }
.callout--ink { background: var(--ink); color: var(--ivory); }
.callout--ink a { color: var(--lime); }
.pull { margin: 0.5rem 0; padding-left: 1.25rem; border-left: 4px solid var(--lime); font-size: clamp(1.25rem, 1.8vw, 1.6rem); line-height: 1.3; font-weight: 750; letter-spacing: -0.03em; }

.tablewrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.table { width: 100%; min-width: 560px; border-collapse: collapse; font-size: 0.98rem; text-align: left; }
.table caption { text-align: left; padding: 0.9rem 1rem 0.4rem; font-weight: 800; letter-spacing: -0.02em; }
.table th, .table td { padding: 0.75rem 1rem; border-top: 1px solid var(--line); vertical-align: top; }
.table thead th { background: var(--sand); border-top: 0; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-2); }
.table tbody th { font-weight: 750; letter-spacing: -0.01em; }
.table--tight { min-width: 0; }

.sess { display: grid; gap: 0.8rem; padding: clamp(18px, 2.2vw, 26px); border-radius: var(--radius); background: var(--paper); border: 1px solid var(--line); }
.sess__head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 0.5rem 1rem; }
.sess__name { font-size: 1.25rem; font-weight: 800; letter-spacing: -0.03em; }
.sess__meta { font-size: 0.85rem; font-weight: 700; color: var(--lime-deep); }
.sess__moves { display: grid; gap: 0.35rem; counter-reset: mv; }
.sess__moves li { display: grid; grid-template-columns: 1.6rem 1fr; gap: 0.5rem; padding: 0.45rem 0; border-top: 1px solid var(--line); font-weight: 550; font-size: 1rem; counter-increment: mv; }
.sess__moves li::before { content: counter(mv); font-weight: 800; color: var(--lime-deep); font-variant-numeric: tabular-nums; }
.sess__moves li:first-child { border-top: 0; }
.sess__foot { color: var(--ink-2); font-size: 0.95rem; }
.sess-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(16px, 2vw, 28px); }

.qa { margin-top: clamp(24px, 3vw, 40px); max-width: 68ch; }
.qa__list { display: grid; gap: 0; margin-top: 1rem; }
.qa__item { padding: 1.1rem 0; border-top: 1px solid var(--line); }
.qa__item dt { font-weight: 800; letter-spacing: -0.02em; font-size: 1.15rem; line-height: 1.25; }
.qa__item dd { margin: 0.5rem 0 0; color: var(--ink-2); font-size: 1.05rem; line-height: 1.55; }
.qa__item dd a { color: var(--lime-deep); font-weight: 650; }

.tree { padding: clamp(18px, 2.2vw, 26px); border-radius: var(--radius); background: var(--paper); border: 1px solid var(--line); font-size: 1rem; }
.tree__title { font-weight: 800; letter-spacing: -0.02em; margin-bottom: 0.75rem; }
.tree ul { display: grid; gap: 0.5rem; }
.tree__branches, .tree__branch > ul { padding-left: 1.1rem; border-left: 2px solid var(--line); margin-top: 0.5rem; }
.tree__q { display: inline-block; font-weight: 800; letter-spacing: -0.01em; }
.tree__label { display: inline-block; margin-right: 0.4rem; padding: 0.1rem 0.6rem; border-radius: 999px; background: var(--lime); font-size: 0.8rem; font-weight: 800; letter-spacing: 0.02em; }
.tree__leaf { color: var(--ink-2); font-weight: 550; }

.cta-band { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.7fr); gap: clamp(24px, 4vw, 64px); align-items: center; margin-top: clamp(48px, 6vw, 96px); border-radius: var(--radius); padding: clamp(36px, 5vw, 72px) clamp(24px, 4vw, 64px); }
.cta-band .display { font-size: clamp(2rem, 4.2vw, 3.8rem); }
.cta-band__body { margin-top: 1rem; max-width: 46ch; font-size: 1.15rem; font-weight: 550; line-height: 1.45; }
.cta-band__actions { display: grid; justify-items: start; gap: 0.9rem; }

.related { margin-top: clamp(40px, 5vw, 72px); max-width: 68ch; }
.related__list { display: grid; gap: 0; margin-top: 1rem; }
.related__list li { display: grid; gap: 0.2rem; padding: 0.85rem 0; border-top: 1px solid var(--line); }
.related__list a { font-weight: 750; letter-spacing: -0.01em; text-decoration: none; }
.related__list a:hover { text-decoration: underline; text-underline-offset: 0.3em; }
.related__list span { color: var(--ink-2); font-size: 0.98rem; }

/* index/hub pages */
.cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(16px, 2vw, 28px); margin-top: 1rem; }
.card-link { display: grid; gap: 0.5rem; align-content: start; padding: clamp(20px, 2.4vw, 30px); border-radius: var(--radius); background: var(--paper); border: 1px solid var(--line); text-decoration: none; transition: transform 0.25s var(--ease), border-color 0.25s var(--ease); }
.card-link:hover { transform: translateY(-2px); border-color: var(--ink); }
.card-link h3 { font-size: 1.3rem; line-height: 1.1; letter-spacing: -0.03em; font-weight: 800; }
.card-link p { color: var(--ink-2); font-size: 1rem; }
.card-link .eyebrow { color: var(--lime-deep); }
.card-link--lime { background: var(--lime); border-color: var(--lime); }
.card-link--lime p { color: var(--ink); }

/* =====================================================================
   Minimum Effective Week planner
   ===================================================================== */
.planner { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); gap: clamp(24px, 4vw, 64px); align-items: start; margin-top: clamp(24px, 3vw, 40px); }
.planner__form { display: grid; gap: clamp(18px, 2.2vw, 28px); padding: clamp(20px, 2.6vw, 34px); border-radius: var(--radius); background: var(--paper); border: 1px solid var(--line); position: sticky; top: 24px; }
.fs { border: 0; padding: 0; margin: 0; min-width: 0; display: grid; gap: 0.6rem; }
.fs legend { padding: 0; font-weight: 800; letter-spacing: -0.02em; font-size: 1.05rem; margin-bottom: 0.4rem; }
.fs__hint { color: var(--ink-2); font-size: 0.9rem; margin-top: -0.3rem; }
.chips { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.chip { position: relative; }
.chip input { position: absolute; inset: 0; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.chip span { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0.55rem 0.95rem; border-radius: 999px; border: 2px solid var(--line); background: var(--ivory); font-weight: 700; font-size: 0.95rem; letter-spacing: -0.01em; transition: background 0.15s var(--ease), border-color 0.15s var(--ease), color 0.15s var(--ease); }
.chip input:checked + span { background: var(--ink); border-color: var(--ink); color: var(--ivory); }
.chip input:focus-visible + span { outline: 3px solid var(--ink); outline-offset: 3px; }
.chip--day span { min-width: 56px; }
.switch { display: flex; align-items: flex-start; gap: 0.8rem; padding: 0.9rem 1rem; border-radius: 16px; border: 1px solid var(--line); background: var(--ivory); }
.switch input { width: 22px; height: 22px; margin: 2px 0 0; accent-color: var(--ink); flex: 0 0 auto; }
.switch span { font-weight: 650; }
.switch small { display: block; color: var(--ink-2); font-weight: 500; font-size: 0.9rem; margin-top: 0.15rem; }
.planner__actions { display: flex; flex-wrap: wrap; gap: 0.6rem; align-items: center; }
.planner__actions .button { min-height: 52px; }
.planner__status { min-height: 1.4em; font-size: 0.9rem; color: var(--ink-2); font-weight: 600; }

.planner__result { display: grid; gap: clamp(18px, 2.2vw, 28px); }
.result__head { display: grid; gap: 0.5rem; }
.result__head h2 { font-size: clamp(1.7rem, 2.6vw, 2.4rem); line-height: 1.05; letter-spacing: -0.04em; font-weight: 800; }
.result__head p { color: var(--ink-2); font-size: 1.05rem; }
.result__verdict { padding: clamp(16px, 2vw, 22px) clamp(18px, 2.2vw, 26px); border-radius: var(--radius); background: var(--lime); font-weight: 700; line-height: 1.4; }
.result__verdict--soft { background: var(--mint); }
.result__verdict--flat { background: var(--sand); }
.result__why { display: grid; gap: 0.5rem; padding: 0; }
.result__why li { display: grid; grid-template-columns: 1.4rem 1fr; gap: 0.5rem; color: var(--ink-2); font-size: 1rem; }
.result__why li::before { content: '✓'; font-weight: 900; color: var(--lime-deep); }
.fallbacks { display: grid; gap: 0.6rem; }
.fallbacks details { border: 1px solid var(--line); border-radius: 16px; background: var(--paper); }
.fallbacks summary { cursor: pointer; padding: 0.9rem 1.1rem; font-weight: 750; letter-spacing: -0.01em; list-style: none; display: flex; justify-content: space-between; gap: 1rem; }
.fallbacks summary::-webkit-details-marker { display: none; }
.fallbacks summary::after { content: '+'; font-weight: 800; color: var(--lime-deep); }
.fallbacks details[open] summary::after { content: '–'; }
.fallbacks .sess { border: 0; border-top: 1px solid var(--line); border-radius: 0 0 16px 16px; }
.planner__nojs { padding: 1rem 1.1rem; border-radius: 16px; background: var(--sand); font-weight: 600; }
.js .planner__nojs { display: none; }
.planner__share { display: flex; flex-wrap: wrap; gap: 0.6rem; align-items: center; }
.planner__share input { flex: 1 1 200px; min-height: 44px; padding: 0 0.9rem; border-radius: 999px; border: 2px solid var(--line); font: inherit; font-size: 0.9rem; background: var(--ivory); color: var(--ink-2); }

/* ---------- responsive: content pages ---------- */
@media (max-width: 1080px) {
  .cases__list { grid-template-columns: 1fr 1fr; }
  .trust__grid { grid-template-columns: 1fr; }
  .explore__groups { grid-template-columns: 1fr; }
  .planner { grid-template-columns: 1fr; }
  .planner__form { position: static; }
}
@media (max-width: 860px) {
  .week__days { grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 4px; }
  .week__day { min-height: 0; padding: 0.5rem 0.35rem; }
  .week__note { display: none; }
  .week__label { font-size: 0.75rem; }
  .week__name { font-size: 0.62rem; letter-spacing: 0.08em; }
  .cases__list { grid-template-columns: 1fr; }
  .cta-band { grid-template-columns: 1fr; }
  .cta-band__actions { justify-items: stretch; }
  .cta-band .button { width: 100%; }
  .sess-grid { grid-template-columns: 1fr; }
  .cards { grid-template-columns: 1fr; }
  .trust__shots { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .versus__head, .versus__row { grid-template-columns: 1fr; }
  .versus__head span:first-child { display: none; }
  .versus__row span:first-child::before { content: 'Usual: '; font-weight: 800; color: var(--ink-3); }
}
@media (max-width: 560px) {
  .week__days { grid-template-columns: repeat(7, minmax(0, 1fr)); }
  .week__label { font-size: 0.68rem; }
  .trust__shots { grid-template-columns: 1fr 1fr; }
  .trust__shots .shot:last-child { display: none; }
  .content { padding-top: 16px; }
}
