/* ==========================================================================
   SALT — main.css (v3)
   bg #150404 · cream #F2EADA · muted #BBB1A5 · gold #C7A529 · pink #FD789D
   Headings: Antonio uppercase, gold. Buttons: pink fill, Antonio, dark text.
   Hero H1: cream with pink cycling words. Never pure white anywhere.
   Fonts are self-hosted (see privacy policy).
   ========================================================================== */

/* ---------- Fonts (local) ---------- */

@font-face {
  font-family: "Antonio";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/antonio-latin-600-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Antonio";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/antonio-latin-700-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/inter-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/inter-latin-500-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/inter-latin-600-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/inter-latin-700-normal.woff2") format("woff2");
}

:root {
  --bg: #150404;
  --bg-raise: #1f0a0a;
  --bg-raise-2: #29100f;
  --cream: #F2EADA;
  --muted: #BBB1A5;
  --gold: #C7A529;
  --pink: #FD789D;
  --ink-on-fill: #150404;
  --line: rgba(242, 234, 218, 0.14);
  --line-soft: rgba(242, 234, 218, 0.08);
  --font-head: "Antonio", "Arial Narrow", "Helvetica Neue", sans-serif;
  --font-body: "Inter", -apple-system, "Segoe UI", Roboto, sans-serif;
  --wrap: 76rem;
  --wrap-narrow: 50rem;
  --space-section: clamp(5rem, 11vw, 9rem);
  --radius: 10px;
  --radius-lg: 16px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Reset & base ---------- */

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--cream);
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img, svg { display: block; max-width: 100%; }

p { margin: 0 0 1rem; }
p:last-child { margin-bottom: 0; }

a { color: var(--cream); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--pink); }

::selection { background: var(--pink); color: var(--ink-on-fill); }

:focus-visible { outline: 2px solid var(--pink); outline-offset: 3px; border-radius: 2px; }

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--pink);
  color: var(--ink-on-fill);
  padding: 0.6rem 1rem;
  z-index: 200;
  font-weight: 600;
  text-decoration: none;
}
.skip-link:focus { left: 0.5rem; top: 0.5rem; color: var(--ink-on-fill); }

/* ---------- Type ---------- */

/* Corrected rule: headings are cream, only eyebrows are gold.
   Exceptions: hero H1 (white, pink cycling words) and small gold group labels. */
h1, h2, h3, .h-display {
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: -0.01em;
  font-weight: 700;
  line-height: 1.08;
  margin: 0 0 1.25rem;
  color: var(--cream);
}

h1 { font-size: clamp(2.6rem, 7vw, 4.6rem); }
h2 { font-size: clamp(2rem, 5.5vw, 3.4rem); }
h3 { font-size: clamp(1.3rem, 3vw, 1.75rem); letter-spacing: 0; }

.eyebrow {
  display: block;
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.1rem;
}
.eyebrow--gold { color: var(--gold); }

/* Visually hidden but readable by assistive tech. Never becomes visible
   (unlike .skip-link, which reveals itself on focus). */
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.lead { font-size: clamp(1.1rem, 2.2vw, 1.3rem); color: var(--cream); }
.muted { color: var(--muted); }
.small { font-size: 0.875rem; }

.mark-gold { color: var(--gold); }
.mark-pink { color: var(--pink); }

/* ---------- Layout ---------- */

.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: clamp(1.25rem, 4vw, 2.5rem); }
.wrap--narrow { max-width: var(--wrap-narrow); }

.section { padding-block: var(--space-section); }
.section--tight { padding-block: calc(var(--space-section) * 0.6); }

.section-head { max-width: 46rem; margin-bottom: clamp(2.25rem, 5.5vw, 4rem); }

.rule { border: 0; border-top: 1px solid var(--line-soft); margin: 0; }

/* ---------- Buttons (global rule: pink, Antonio, all caps, glow) ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 1.18rem;
  line-height: 1.2;
  padding: 0.95rem 1.9rem;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.25s var(--ease), box-shadow 0.35s var(--ease), background-color 0.25s, color 0.25s, border-color 0.25s;
}

.btn--pink, .btn--gold /* legacy alias */ {
  background: var(--pink);
  color: var(--ink-on-fill);
}
.btn--pink:hover, .btn--gold:hover {
  background: #ff8fae;
  color: var(--ink-on-fill);
  transform: translateY(-2px);
  box-shadow: 0 0 24px rgba(253, 120, 157, 0.45), 0 0 60px rgba(253, 120, 157, 0.18);
}

.btn--ghost { border-color: var(--line); color: var(--cream); background: transparent; }
.btn--ghost:hover {
  border-color: var(--pink);
  color: var(--pink);
  transform: translateY(-2px);
  box-shadow: 0 0 18px rgba(253, 120, 157, 0.2);
}

.btn--small { padding: 0.6rem 1.25rem; font-size: 1rem; }

/* Sticky side button to the calculator */
.calc-fab {
  position: fixed;
  right: 0;
  top: 55%;
  z-index: 90;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  background: var(--pink);
  color: var(--ink-on-fill);
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  padding: 1.1rem 0.55rem;
  border-radius: 0 8px 8px 0;
  box-shadow: -4px 0 18px rgba(0, 0, 0, 0.35);
  transition: padding 0.25s var(--ease), box-shadow 0.3s;
}
.calc-fab:hover {
  color: var(--ink-on-fill);
  padding-right: 0.85rem;
  box-shadow: -4px 0 22px rgba(253, 120, 157, 0.45);
}
@media (max-width: 40rem) { .calc-fab { display: none; } }

.link-arrow {
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid var(--line);
  padding-bottom: 2px;
  transition: border-color 0.2s, color 0.2s;
}
.link-arrow:hover { border-color: var(--pink); color: var(--pink); }

/* ---------- Header ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(21, 4, 4, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line-soft);
}

.site-header__inner {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 3vw, 2.5rem);
  min-height: 5.25rem;
}

.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { height: 2.1rem; width: auto; }

.nav-toggle {
  display: none;
  background: none;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--cream);
  padding: 0.55rem 0.7rem;
  cursor: pointer;
  margin-left: auto;
}
.nav-toggle svg { width: 22px; height: 22px; }

/* Menu sits on the right, next to the CTA */
.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 2rem);
  margin-left: auto;
}

.site-nav > a { text-decoration: none; font-size: 1rem; font-weight: 500; padding: 0.5rem 0; }
.site-nav > a:hover { color: var(--pink); }

.nav-group { position: relative; }

.nav-group__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: none;
  border: 0;
  color: var(--cream);
  font: inherit;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  padding: 0.5rem 0;
}
.nav-group__btn:hover { color: var(--pink); }
.nav-group__btn svg { width: 12px; height: 12px; transition: transform 0.2s var(--ease); }
.nav-group__btn[aria-expanded="true"] svg { transform: rotate(180deg); }

/* Mega menu: icon + label + one-line description. A padded top zone keeps
   the hover path from label to menu unbroken (fixes the vanishing-menu bug,
   together with the close delay in main.js). */
.nav-group__menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 0.75rem; /* hover bridge */
  min-width: 34rem;
  display: none;
  z-index: 50;
}
.nav-group__menu.is-open { display: block; }

.nav-group__menu-inner {
  background: var(--bg-raise);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 0.9rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.55);
}

/* Malloy-style structure: header link, section label, two-column item grid */
.nav-group__head {
  display: block;
  padding: 0.7rem 0.8rem 0.9rem;
  border-bottom: 1px solid var(--line-soft);
  margin-bottom: 0.6rem;
  text-decoration: none;
  border-radius: 10px 10px 0 0;
}
.nav-group__head:hover .nav-group__head-label { color: var(--pink); }
.nav-group__head-label {
  font-family: var(--font-head);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--cream);
  display: block;
  transition: color 0.15s;
}
.nav-group__head-sub { font-size: 0.8rem; color: var(--gold); margin-top: 0.15rem; display: block; }

.nav-group__section-label {
  display: block;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 0.25rem 0.8rem 0.5rem;
}

.nav-group__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.15rem; }

.nav-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: center;
  padding: 0.7rem 0.8rem;
  border-radius: 10px;
  text-decoration: none;
}
.nav-item:hover { background: var(--bg-raise-2); }
.nav-item:hover .nav-item__label { color: var(--pink); }

.nav-item__icon {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 8px;
  border: 1px solid var(--line);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  flex-shrink: 0;
}
.nav-item:hover .nav-item__icon { color: var(--pink); border-color: rgba(253, 120, 157, 0.5); }
.nav-item__icon svg { width: 17px; height: 17px; }

.nav-item__label { display: block; font-size: 0.95rem; font-weight: 600; color: var(--cream); transition: color 0.15s; }
.nav-item__desc { display: block; }
.nav-item__label .ext { color: var(--muted); font-size: 0.8em; margin-left: 0.3rem; }
.nav-item__desc { font-size: 0.8rem; color: var(--muted); margin-top: 0.1rem; line-height: 1.35; }

.header-cta { flex-shrink: 0; }

@media (max-width: 51.9375rem) {
  .nav-toggle { display: inline-flex; }
  .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--bg-raise);
    border-bottom: 1px solid var(--line);
    padding: 0.75rem 1.25rem 1.5rem;
    margin-left: 0;
  }
  .site-nav.is-open { display: flex; }
  .site-nav > a, .nav-group__btn { padding: 0.85rem 0; width: 100%; justify-content: space-between; display: flex; }
  .nav-group__menu {
    position: static;
    transform: none;
    padding-top: 0;
    min-width: 0;
  }
  .nav-group__menu-inner { box-shadow: none; border: 0; border-left: 1px solid var(--line); border-radius: 0; margin-left: 0.25rem; }
  .nav-group__grid { grid-template-columns: 1fr; }
  .header-cta { display: none; }
  .site-nav .header-cta--mobile { display: inline-flex; margin-top: 1rem; justify-content: center; }
}

@media (min-width: 52rem) {
  .header-cta--mobile { display: none; }
}

/* ---------- Hero (centered, white H1, pink cycling words) ---------- */

.hero { padding-block: clamp(4.5rem, 10vw, 8rem) clamp(3rem, 7vw, 5rem); text-align: center; }

.hero .eyebrow { margin-inline: auto; }

.hero h1 {
  color: var(--cream);
  line-height: 1.14;
  margin-inline: auto;
  font-size: clamp(2.1rem, 5.6vw, 4.4rem);
  white-space: nowrap;
}
@media (max-width: 40rem) {
  .hero h1 { white-space: normal; font-size: clamp(2rem, 9vw, 2.6rem); }
}

.hero .cycle-word {
  position: relative;
  display: inline-block;
  color: var(--pink);
  transition: color 0.4s;
}
.hero .cycle-word::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.02em;
  height: 0.09em;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s var(--ease);
}
.hero .cycle-word.is-lit { color: var(--pink); }
.hero .cycle-word.is-lit::after { transform: scaleX(1); }
.hero .cycle-word.is-dim { color: var(--cream); }

.hero__sub { max-width: 40rem; margin-inline: auto; font-size: clamp(1.1rem, 2.2vw, 1.3rem); margin-top: 1.5rem; }
.hero__seo { color: var(--muted); font-size: 0.95rem; margin-top: 0.85rem; }

.hero__cta { margin-top: 2.5rem; display: flex; flex-wrap: wrap; gap: 1.1rem; align-items: center; justify-content: center; }

/* ---------- Step sequence (1 → 2 → 3) ---------- */

.seq {
  list-style: none;
  margin: 3rem auto 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  max-width: 52rem;
}

.seq__step {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 0.75rem;
}

/* connector line between circles */
.seq__step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 1.35rem;
  left: calc(50% + 1.75rem);
  width: calc(100% - 3.5rem);
  height: 1px;
  background: linear-gradient(90deg, var(--line), var(--line));
}
.seq__step:nth-child(2)::after {
  background: linear-gradient(90deg, var(--line), rgba(253, 120, 157, 0.7));
}

.seq__num {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.15rem;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  color: var(--cream);
  background: var(--bg);
  position: relative;
  z-index: 1;
  transition: border-color 0.25s, transform 0.25s var(--ease);
}

.seq__label {
  margin-top: 0.8rem;
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.45;
  max-width: 15rem;
  text-wrap: balance;
}

a.seq__step { text-decoration: none; }
a.seq__step:hover .seq__num { border-color: var(--pink); transform: translateY(-2px); }
a.seq__step:hover .seq__label { color: var(--cream); }

.seq__step--hot .seq__num {
  background: var(--pink);
  border-color: var(--pink);
  color: var(--ink-on-fill);
  box-shadow: 0 0 20px rgba(253, 120, 157, 0.35);
}
.seq__step--hot .seq__label { color: var(--cream); font-weight: 500; }

@media (max-width: 40rem) {
  .seq { flex-direction: column; align-items: stretch; gap: 0; max-width: 20rem; }
  .seq__step { flex-direction: row; text-align: left; align-items: center; gap: 1rem; padding: 0.9rem 0; }
  .seq__step:not(:last-child)::after {
    top: calc(50% + 1.6rem);
    left: 1.35rem;
    width: 1px;
    height: 1.4rem;
  }
  .seq__label { margin-top: 0; max-width: none; }
  .seq__label .free-tag { margin: 0.6rem 0 0; }
}

/* ---------- Stat strip ---------- */

.stats {
  margin-top: clamp(3.5rem, 7vw, 5.5rem);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.stat {
  padding: 2rem 1.25rem;
  border-bottom: 1px solid var(--line-soft);
  display: flex;
  flex-direction: column;
  justify-content: center; /* shared vertical center line */
  align-items: center;
  text-align: center;
}
.stat:nth-child(odd) { border-right: 1px solid var(--line-soft); }
.stat:nth-child(n+3) { border-bottom: 0; }

@media (min-width: 48rem) {
  .stats { grid-template-columns: repeat(4, 1fr); }
  .stat { border-bottom: 0 !important; border-right: 1px solid var(--line-soft); }
  .stat:last-child { border-right: 0; }
}

.stat__num {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(1.9rem, 3.6vw, 2.9rem);
  line-height: 1;
  color: var(--gold);
  text-transform: uppercase;
  white-space: nowrap;
}
.stat__label { color: var(--muted); font-size: 0.9rem; margin-top: 0.6rem; }

/* ---------- Choose your direction (split cards) ---------- */

/* Grow/shrink via flex-basis so text reflows and stays crisp — no transform
   scaling (which blurs the type mid-transition), no filters. */
.split { display: grid; gap: 1.25rem; }

@media (min-width: 48rem) {
  .split { display: flex; }
  .split .split-card { flex: 1 1 0; min-width: 0; }
  .split:hover .split-card:not(:hover) { opacity: 0.75; }
  .split:hover .split-card:hover { flex-grow: 1.22; border-color: rgba(253, 120, 157, 0.5); }
}

.split-card {
  background: var(--bg-raise);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(1.75rem, 3.5vw, 2.75rem);
  transition: flex-grow 0.4s var(--ease), opacity 0.4s, border-color 0.4s;
  display: flex;
  flex-direction: column;
}
.split-card:hover { border-color: rgba(253, 120, 157, 0.5); }

.split-card .eyebrow { margin-bottom: 0.75rem; }
.split-card__body { color: var(--muted); flex-grow: 1; }
.split-card__links { display: flex; flex-direction: column; gap: 0.7rem; margin-top: 1.75rem; align-items: flex-start; }
.split-card__links .link-arrow { font-size: 0.95rem; }

.split__foot { margin-top: 3rem; text-align: center; }
.split__foot p { max-width: 34rem; margin-inline: auto; color: var(--muted); }
.split__foot .btn { margin-top: 1.5rem; }

/* ---------- How it works ---------- */

.how { display: grid; gap: 2.5rem; }

@media (min-width: 56rem) {
  .how { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 4rem; align-items: start; }
  .how__intro { position: sticky; top: 7rem; }
}

.how__intro .btn { margin-top: 2rem; }

.how__steps { display: flex; flex-direction: column; gap: 1.1rem; }

.how-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.4rem;
  align-items: start;
  background: var(--bg-raise);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 3vw, 2rem);
  transition: transform 0.35s var(--ease), border-color 0.35s, background-color 0.35s;
}

@media (min-width: 56rem) {
  .how-step:hover { transform: translateX(-1rem); border-color: rgba(253, 120, 157, 0.55); }
}

.how-step__num {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1;
  color: var(--muted);
  opacity: 0.55;
  min-width: 1.2em;
  transition: color 0.35s, opacity 0.35s;
}
.how-step:hover .how-step__num { color: var(--pink); opacity: 1; }

.how-step h3 { margin-bottom: 0.85rem; color: var(--cream); }
.how-step p { color: var(--muted); font-size: 0.98rem; }

.how-step--hot {
  border-color: rgba(253, 120, 157, 0.6);
  background: linear-gradient(135deg, rgba(253, 120, 157, 0.12), rgba(253, 120, 157, 0.03));
}
.how-step--hot .how-step__num { color: var(--pink); opacity: 1; }

/* "Free" as an outlined, softly glowing gold pill on its own line.
   Gold border and gold text on the dark ground, never a solid fill. */
.free-tag {
  display: inline-block;
  background: rgba(199, 165, 41, 0.07);
  border: 1px solid var(--gold);
  color: var(--gold);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.24rem 0.8rem;
  border-radius: 999px;
  box-shadow: 0 0 10px rgba(199, 165, 41, 0.3);
  animation: free-glow 2.6s ease-in-out infinite;
}
@keyframes free-glow {
  0%, 100% { box-shadow: 0 0 8px rgba(199, 165, 41, 0.25); }
  50% { box-shadow: 0 0 16px rgba(199, 165, 41, 0.55); }
}
.seq__label .free-tag { display: block; width: max-content; margin: 0.9rem auto 0; }

/* ---------- Hard truths (bigger) ---------- */

.truths { max-width: 54rem; }

.truths .section-head h2 { font-size: clamp(2.3rem, 6.5vw, 4rem); }

.truth-line {
  display: flex;
  gap: 1rem;
  align-items: baseline;
  padding: 1rem 0;
  font-size: clamp(1.2rem, 2.8vw, 1.6rem);
  line-height: 1.6;
}

.truth-line__dash {
  color: var(--pink);
  font-family: var(--font-head);
  font-weight: 700;
  flex-shrink: 0;
}

.hl {
  display: inline;
  padding: 0.08em 0.35em;
  border-radius: 4px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  white-space: normal;
}
.hl--pink { background: var(--pink); color: var(--ink-on-fill); font-weight: 600; }
.hl--gold { background: var(--gold); color: var(--ink-on-fill); font-weight: 600; }

.truths__turn {
  font-weight: 700;
  font-size: clamp(1.3rem, 3vw, 1.7rem);
  margin-top: 2.5rem;
  color: var(--cream);
}

/* Resolution: Antonio, cream, one pink-highlighted phrase, on a single line. */
.truths__resolve {
  font-family: var(--font-head);
  text-transform: uppercase;
  font-weight: 700;
  font-size: clamp(1.3rem, 2.9vw, 2.4rem);
  line-height: 1.25;
  margin-top: 1.75rem;
  color: var(--cream);
}
@media (min-width: 48rem) { .truths__resolve { white-space: nowrap; } }
.truths__resolve .hl--pink { font-weight: 700; }

/* ---------- Offers comparison table (bigger, fewer rows) ---------- */

.ot {
  background: var(--bg-raise);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 4vw, 2.5rem) clamp(1rem, 3vw, 2rem);
  overflow-x: auto;
}

.ot table { width: 100%; border-collapse: collapse; }
.ot td, .ot th { padding: 16px 16px; text-align: left; vertical-align: middle; font-weight: 400; }

.ot .lbl {
  color: var(--cream);
  font-size: 1.02rem;
  border-bottom: 1px solid #2a1512;
  cursor: help;
}
.ot tr:hover .lbl, .ot .lbl:focus-within { color: var(--pink); }

.ot .lbl-tip { position: relative; display: inline-block; }
.ot .lbl-tip .chip__tip { left: 0; transform: translateY(4px); }
.ot .lbl-tip:hover .chip__tip, .ot .lbl-tip:focus .chip__tip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.ot .cell { text-align: center; border-bottom: 1px solid #2a1512; border-left: 1px solid #2a1512; }
.ot .grp {
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1rem;
  color: var(--gold);
  padding-top: 30px;
  padding-bottom: 10px;
}
.ot .chk { color: var(--gold); font-size: 1.15rem; }
.ot .chk--pink { color: var(--pink); }
.ot .no { color: #5f4a44; font-size: 1.05rem; }
.ot .fn-mark { color: var(--pink); font-weight: 600; }
.ot .eyb { font-size: 0.72rem; letter-spacing: 1.5px; color: #8a7a70; text-transform: uppercase; font-weight: 500; }
.ot .ttl {
  font-family: var(--font-head);
  text-transform: uppercase;
  font-weight: 700;
  font-size: clamp(1.1rem, 2.2vw, 1.4rem);
  color: var(--cream);
  margin-top: 5px;
  line-height: 1.1;
}
.ot .prc { font-size: 0.95rem; color: var(--muted); margin-top: 10px; }
.ot .desc { font-size: 0.95rem; color: var(--muted); margin-top: 16px; line-height: 1.45; }
.ot .pill-row { margin-top: 16px; }
.ot .pill {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--pink);
  background: rgba(253, 120, 157, 0.12);
  padding: 4px 10px;
  border-radius: 20px;
  white-space: nowrap;
  margin-top: 8px;
}
.ot .re { background: rgba(199, 165, 41, 0.05); }
.ot thead th { border-left: 1px solid #2a1512; vertical-align: top; padding-bottom: 26px; }
.ot thead th:first-child { border-left: 0; }

.ot-footnotes { margin-top: 1.25rem; font-size: 0.85rem; color: var(--muted); }
.ot-footnotes p { margin-bottom: 0.35rem; }
.ot-footnotes .fn-mark { color: var(--pink); font-weight: 600; }

.ot-exception {
  margin-top: 28px;
  border: 1px solid #3a2420;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
}
.ot-exception__main { flex: 1; min-width: 220px; }
.ot-exception__ttl {
  font-family: var(--font-head);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--cream);
  margin-top: 5px;
}
.ot-exception__body { font-size: 0.92rem; color: var(--muted); margin-top: 8px; line-height: 1.5; }
.ot-exception__side { text-align: right; }
.ot-exception__prc { font-size: 0.92rem; color: var(--muted); }
.ot-exception__link { font-size: 0.85rem; color: var(--pink); margin-top: 4px; display: inline-block; text-decoration: none; font-weight: 600; }
.ot-exception__link:hover { color: var(--gold); }

@media (max-width: 40rem) {
  .ot td, .ot th { padding: 11px 8px; }
  .ot .lbl { font-size: 0.88rem; }
  .ot .desc { display: none; }
  .ot .prc { font-size: 0.8rem; }
}

/* ---------- Calculator (inline widget + page) ---------- */

.calc-shell {
  background: var(--bg-raise);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(3rem, 7vw, 5.5rem) clamp(1.5rem, 5vw, 4rem);
  max-width: 64rem;
  margin-inline: auto;
}

.calc { max-width: 46rem; margin-inline: auto; }
.calc.calc--results, #calc-results { max-width: 56rem; margin-inline: auto; }
#calc-results .result-block { margin-bottom: 2rem; }
#calc-results .result-block .lead { margin-bottom: 1.75rem; }
#calc-results .result-block > .btn:not(.btn--small) { margin: 0.75rem 0 1.5rem; }
#calc-results .mini-case__nums { margin: 1.25rem 0 1rem; }
.results-back { margin-bottom: 2rem; }

.calc-screen[hidden] { display: none; }
.calc-screen--intro { text-align: center; }
.calc-screen--intro h1, .calc-screen--intro .calc-title { margin-top: 1.25rem; }
.calc-screen--intro .lead { max-width: 36rem; margin: 1.25rem auto; }
.calc-screen--intro .btn { margin-top: 1.75rem; }

.calc-title {
  font-family: var(--font-head);
  text-transform: uppercase;
  font-weight: 700;
  color: var(--cream);
  font-size: clamp(1.9rem, 4.5vw, 3rem);
  line-height: 1.15;
  margin: 0 0 1rem;
}
.calc-title .cycle-word { color: var(--pink); position: relative; display: inline-block; }
.calc-title .cycle-word::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.02em;
  height: 0.09em;
  background: var(--pink);
  transform: scaleX(0);
  transform-origin: left;
  animation: underline-in 0.9s var(--ease) 0.5s forwards;
}
@keyframes underline-in { to { transform: scaleX(1); } }

.trust-box {
  border: 1px solid rgba(253, 120, 157, 0.5);
  background: rgba(253, 120, 157, 0.08);
  border-radius: var(--radius);
  padding: 1rem 1.25rem;
  font-size: 0.92rem;
  color: var(--pink);
  max-width: 34rem;
  margin: 2rem auto;
}

.calc-screen--intro .btn { margin-top: 2.5rem; margin-bottom: 1.5rem; }

.calc-progress { display: flex; gap: 0.45rem; margin-bottom: 2.5rem; }
.calc-progress span {
  height: 4px;
  flex: 1;
  border-radius: 2px;
  background: var(--line);
  transition: background-color 0.3s;
}
.calc-progress span.is-done { background: var(--pink); }

.calc-q__text { font-size: clamp(1.35rem, 3vw, 1.8rem); font-weight: 600; line-height: 1.35; margin-bottom: 0.75rem; font-family: var(--font-body); text-transform: none; color: var(--cream); }
.calc-q__sub { color: var(--muted); margin-bottom: 2rem; }

.calc-options { display: flex; flex-direction: column; gap: 0.7rem; }

.calc-opt {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  width: 100%;
  text-align: left;
  background: var(--bg-raise-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--cream);
  font: inherit;
  font-size: 1rem;
  padding: 1.05rem 1.25rem;
  cursor: pointer;
  transition: border-color 0.2s, background-color 0.2s, transform 0.2s var(--ease);
}
.calc-opt:hover { border-color: var(--pink); transform: translateX(4px); }
.calc-opt[aria-pressed="true"], .calc-opt.is-selected {
  border-color: var(--pink);
  background: rgba(253, 120, 157, 0.1);
}
.calc-opt .box {
  width: 1.1rem;
  height: 1.1rem;
  border: 1px solid var(--muted);
  border-radius: 4px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  color: var(--ink-on-fill);
}
.calc-opt[aria-pressed="true"] .box { background: var(--pink); border-color: var(--pink); }

.calc-nav { display: flex; justify-content: space-between; gap: 1rem; margin-top: 2.5rem; }

/* Results */

.result-block {
  background: var(--bg-raise-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(1.75rem, 4vw, 2.75rem);
  margin-bottom: 1.5rem;
}

.result-number {
  font-family: var(--font-head);
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(3rem, 9vw, 5rem);
  line-height: 1;
  color: var(--pink);
}

.result-math { color: var(--muted); font-size: 0.95rem; margin-top: 1rem; }

.rate-row { display: flex; flex-wrap: wrap; gap: 0.45rem; margin-top: 1.5rem; align-items: center; }
.rate-row__label { width: 100%; font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.35rem; }

.rate-btn {
  background: none;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--cream);
  font: inherit;
  font-size: 0.88rem;
  font-weight: 500;
  padding: 0.4rem 0.9rem;
  cursor: pointer;
  transition: border-color 0.2s, background-color 0.2s, color 0.2s;
}
.rate-btn:hover { border-color: var(--pink); }
.rate-btn[aria-pressed="true"] { background: var(--pink); border-color: var(--pink); color: var(--ink-on-fill); font-weight: 600; }

.option-row { padding: 1.35rem 0; border-bottom: 1px solid var(--line-soft); }
.option-row:last-child { border-bottom: 0; }
.option-row h4 { margin: 0 0 0.5rem; font-size: 1.05rem; font-weight: 600; color: var(--cream); }
.option-row p { color: var(--muted); font-size: 0.95rem; margin: 0; }

/* Cost bars */
.bars { margin-top: 2rem; display: grid; gap: 1.1rem; }
.bar-row { display: grid; gap: 0.4rem; }
.bar-row__label { font-size: 0.85rem; color: var(--muted); display: flex; justify-content: space-between; gap: 1rem; }
.bar-row__label strong { color: var(--cream); font-weight: 600; }
.bar-track { background: var(--line-soft); border-radius: 6px; height: 1.4rem; overflow: hidden; }
.bar-fill {
  height: 100%;
  border-radius: 6px;
  min-width: 2%;
  transition: width 1s var(--ease);
}
.bar-fill--pink { background: var(--pink); }
.bar-fill--muted { background: #5f4a44; }
.bar-fill--gold { background: var(--gold); }

/* Email window */
.email-win {
  border: 1px solid rgba(253, 120, 157, 0.45);
  border-radius: var(--radius);
  overflow: hidden;
  margin: 1.5rem 0;
  background: var(--bg);
}
.email-win__bar {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(253, 120, 157, 0.1);
  border-bottom: 1px solid rgba(253, 120, 157, 0.3);
  padding: 0.6rem 1rem;
  font-size: 0.8rem;
  color: var(--muted);
}
.email-win__dot { width: 0.55rem; height: 0.55rem; border-radius: 50%; background: rgba(253, 120, 157, 0.5); }
.email-win__to {
  padding: 0.75rem 1.15rem;
  border-bottom: 1px solid var(--line-soft);
  font-size: 0.92rem;
  color: var(--muted);
}
.email-win__to strong { color: var(--cream); font-weight: 600; }
.email-win textarea {
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--cream);
  font: inherit;
  font-size: 0.95rem;
  line-height: 1.6;
  padding: 1.15rem;
  min-height: 11rem;
  resize: vertical;
}
.email-win textarea:focus { outline: none; background: rgba(253, 120, 157, 0.04); }
.email-win__foot { padding: 0.9rem 1.15rem; border-top: 1px solid var(--line-soft); display: flex; justify-content: flex-end; }

/* Mini case excerpt */
.mini-case {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.5rem;
  margin-top: 1.5rem;
}
.mini-case .eyebrow { margin-bottom: 0.5rem; }
.mini-case__nums { font-family: var(--font-head); text-transform: uppercase; font-weight: 700; font-size: clamp(1.2rem, 3vw, 1.7rem); line-height: 1.3; color: var(--muted); }
.mini-case__nums .after { color: var(--pink); }

/* ---------- Case study (rebuilt: one accent, three stages) ---------- */

.case {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--bg-raise);
  padding: clamp(2.25rem, 5.5vw, 4rem);
}

.case .lead { max-width: 44rem; }
.case__intro { max-width: 44rem; color: var(--muted); margin-top: 1.25rem; }

.journey { display: grid; gap: 1rem; margin-top: 2.5rem; }
@media (min-width: 56rem) {
  .journey { grid-template-columns: 1fr auto 1.2fr auto 1fr; align-items: stretch; }
}

.journey__stage {
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: 1.75rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.journey__stage .label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
.journey__num {
  font-family: var(--font-head);
  text-transform: uppercase;
  font-weight: 700;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  line-height: 1.05;
  color: var(--muted);
}
.journey__stage p { color: var(--muted); font-size: 0.92rem; margin: 0; }

.journey__stage--after { border-color: rgba(253, 120, 157, 0.5); }
.journey__stage--after .journey__num { color: var(--pink); font-size: clamp(1.8rem, 3.6vw, 2.5rem); }
.journey__stage--after p { color: var(--cream); }

.journey__arrow {
  align-self: center;
  color: var(--muted);
  font-size: 1.4rem;
  text-align: center;
}
@media (max-width: 55.9375rem) {
  .journey__arrow { transform: rotate(90deg); }
}

.case__foot { margin-top: 2.5rem; }
.case__fineprint { color: var(--muted); font-size: 0.85rem; margin-top: 1.25rem; }

/* Locked four-tier layout: before → after row, one-line narrative, chips, left-aligned close */
.ba-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem 2.5rem;
  margin: 2.25rem 0 2.5rem;
}
.ba-item .num {
  font-family: var(--font-head);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  display: block;
}
.ba-item--before .num { font-size: clamp(1.8rem, 3.6vw, 2.4rem); color: var(--muted); }
.ba-item--after .num { font-size: clamp(2.4rem, 5vw, 3.25rem); color: var(--pink); }
.ba-item .cap { display: block; color: var(--muted); font-size: 0.9rem; margin-top: 0.5rem; }
.ba-arrow { color: var(--muted); font-size: 1.6rem; }

.case__sentence { color: var(--cream); font-size: clamp(1.05rem, 2vw, 1.2rem); max-width: 44rem; }

.case__did-label {
  display: block;
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1rem;
  color: var(--gold);
  margin: 2.25rem 0 1rem;
}

.chips { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.chip {
  position: relative; /* anchors the tooltip; without this the tip never shows */
  background: none;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--cream);
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 500;
  padding: 0.4rem 0.9rem;
  cursor: help;
  transition: border-color 0.2s, color 0.2s;
}
.chip:hover, .chip:focus-visible { border-color: var(--pink); color: var(--pink); }
.chip:hover .chip__tip, .chip:focus-visible .chip__tip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.case__divider { border: 0; border-top: 1px solid var(--line-soft); margin: 2.5rem 0; }

.case__cta { margin-top: 0; text-align: left; }
.case__cta .small { display: block; margin-top: 0.9rem; color: var(--muted); }

/* ---------- FAQ ---------- */

.faq-grid { display: grid; gap: 1rem; }
@media (min-width: 48rem) { .faq-grid { grid-template-columns: 1fr 1fr; align-items: start; } }

details.faq-item {
  background: var(--bg-raise);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color 0.25s;
}
details.faq-item[open] { border-color: rgba(253, 120, 157, 0.45); }

details.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 1.15rem 3rem 1.15rem 1.35rem;
  font-weight: 600;
  font-size: 0.98rem;
  position: relative;
  line-height: 1.45;
}
details.faq-item summary::-webkit-details-marker { display: none; }
details.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 1.15rem;
  top: 1rem;
  font-family: var(--font-head);
  font-size: 1.3rem;
  color: var(--pink);
  transition: transform 0.25s var(--ease);
}
details.faq-item[open] summary::after { transform: rotate(45deg); }

details.faq-item .faq-item__body { padding: 0 1.35rem 1.35rem; color: var(--muted); font-size: 0.95rem; }

.faq-cat { margin-bottom: clamp(3rem, 6vw, 4.5rem); }
.faq-cat h2 { font-size: clamp(1.5rem, 3.5vw, 2.1rem); margin-bottom: 1.5rem; }
.faq-cat .faq-grid { gap: 1rem; }

.diff-list { counter-reset: diff; list-style: none; margin: 0; padding: 0; }
.diff-list li {
  counter-increment: diff;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.1rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--line-soft);
}
.diff-list li:last-child { border-bottom: 0; }
.diff-list li::before {
  content: counter(diff, decimal-leading-zero);
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--pink);
  line-height: 1.2;
}

/* ---------- Newsletter (roomier) ---------- */

.newsletter-block {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(2.75rem, 6vw, 4.5rem) clamp(1.5rem, 5vw, 3.5rem);
  text-align: center;
  background: var(--bg-raise);
}
.newsletter-block h2 { margin-top: 0.5rem; }
.newsletter-block .lead { margin-top: 1rem; }
.newsletter-block .muted { max-width: 36rem; margin: 1.25rem auto 0; }
.newsletter-block form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 2.25rem;
}
.newsletter-block input[type="email"], .news-input {
  background: var(--bg-raise-2);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--cream);
  font: inherit;
  padding: 0.9rem 1.35rem;
  min-width: min(20rem, 100%);
}
.newsletter-block input::placeholder { color: var(--muted); }

/* Kill the white/yellow browser autofill box on all inputs, keep brand colours */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill {
  -webkit-text-fill-color: var(--cream);
  caret-color: var(--cream);
  -webkit-box-shadow: 0 0 0 1000px var(--bg-raise-2) inset;
  box-shadow: 0 0 0 1000px var(--bg-raise-2) inset;
  transition: background-color 9999s ease-in-out 0s;
}

.newsletter-strip { padding-block: calc(var(--space-section) * 0.5); }

.placeholder-tag {
  display: inline-block;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.25rem 0.7rem;
  margin-bottom: 1rem;
}

/* ---------- Meet Hannah ---------- */

.hannah { display: grid; gap: 3rem; align-items: start; }
@media (min-width: 56rem) {
  .hannah { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 4.5rem; }
  .hannah__media { position: sticky; top: 7rem; }
}

.hannah__portrait {
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  width: 100%;
  object-fit: cover;
}

.values { list-style: none; margin: 1.5rem 0 0; padding: 0; }
.values li {
  padding: 1.15rem 0;
  border-bottom: 1px solid var(--line-soft);
  color: var(--muted);
  font-size: 0.98rem;
}
.values li:last-child { border-bottom: 0; }
.values strong { color: var(--pink); display: block; margin-bottom: 0.35rem; font-weight: 600; }

/* ---------- Pricing page ---------- */

.banner {
  background: linear-gradient(135deg, rgba(199, 165, 41, 0.16), rgba(199, 165, 41, 0.05));
  border: 1px solid rgba(199, 165, 41, 0.5);
  border-radius: var(--radius-lg);
  padding: clamp(2.25rem, 5vw, 3.5rem);
  text-align: center;
}
.banner p { max-width: 40rem; margin-inline: auto; color: var(--cream); }

.banner__icon {
  width: 3.4rem;
  height: 3.4rem;
  margin: 0 auto 1.25rem;
  color: var(--gold);
}
.reveal.is-in .banner__icon, .no-js .banner__icon { animation: pop-in 0.6s var(--ease) 0.25s both; }
@keyframes pop-in {
  0% { transform: scale(0.4); opacity: 0; }
  70% { transform: scale(1.12); opacity: 1; }
  100% { transform: scale(1); opacity: 1; }
}

.fit-cols { display: grid; gap: 1.5rem; }
@media (min-width: 48rem) { .fit-cols { grid-template-columns: 1fr 1fr; } }

.fit-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 3vw, 2.25rem);
  background: var(--bg-raise);
}
.fit-card h3 { font-family: var(--font-body); text-transform: none; font-size: 1.05rem; font-weight: 600; margin-bottom: 1rem; color: var(--cream); }
.fit-card ul { list-style: none; margin: 0; padding: 0; }
.fit-card li {
  padding: 0.65rem 0 0.65rem 1.7rem;
  position: relative;
  color: var(--muted);
  font-size: 0.95rem;
  border-bottom: 1px solid var(--line-soft);
}
.fit-card li:last-child { border-bottom: 0; }
.fit-card li::before { position: absolute; left: 0; font-weight: 700; }

/* Pink means positive: the yes box is pink and radiant, the no box stays quiet with gold dashes. */
.fit-card--yes {
  border-color: rgba(253, 120, 157, 0.55);
  background: linear-gradient(160deg, rgba(253, 120, 157, 0.14), rgba(253, 120, 157, 0.03));
  box-shadow: 0 0 40px rgba(253, 120, 157, 0.12);
}
.fit-card--yes h3 { color: var(--pink); }
.fit-card--yes li { color: var(--cream); }
.fit-card--yes li::before { content: "✓"; color: var(--pink); }
.fit-card--no li::before { content: "—"; color: var(--gold); }

.math-table { width: 100%; border-collapse: collapse; font-size: 0.95rem; }
.math-table th, .math-table td {
  padding: 1.05rem 1.15rem;
  text-align: left;
  border-bottom: 1px solid var(--line-soft);
  vertical-align: top;
}
.math-table thead th {
  font-family: var(--font-head);
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.04em;
  color: var(--muted);
}
.math-table thead th.me { color: var(--pink); font-size: 1.1rem; }
.math-table tbody th { color: var(--muted); font-weight: 600; font-size: 0.85rem; width: 18%; }
.math-table td { color: var(--muted); }
.math-table td.me {
  color: var(--cream);
  background: rgba(253, 120, 157, 0.07);
  border-left: 2px solid rgba(253, 120, 157, 0.5);
}
.math-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--bg-raise); padding: 0.5rem; }

.check-list { list-style: none; margin: 1.25rem 0 0; padding: 0; }
.check-list li {
  padding: 0.85rem 0 0.85rem 1.7rem;
  position: relative;
  color: var(--muted);
  border-bottom: 1px solid var(--line-soft);
}
.check-list li:last-child { border-bottom: 0; }
.check-list li::before { content: "—"; position: absolute; left: 0; color: var(--pink); font-weight: 700; }
.check-list strong { color: var(--cream); }

/* ---------- Blog ---------- */

.post-list { display: grid; gap: 1.25rem; }

.post-card {
  display: block;
  background: var(--bg-raise);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 3vw, 2rem);
  text-decoration: none;
  transition: transform 0.3s var(--ease), border-color 0.3s;
}
.post-card:hover { transform: translateY(-3px); border-color: rgba(253, 120, 157, 0.5); }
.post-card h2 { font-size: clamp(1.25rem, 2.6vw, 1.6rem); margin-bottom: 0.6rem; color: var(--cream); }
.post-card:hover h2 { color: var(--pink); }
.post-card p { color: var(--muted); font-size: 0.95rem; margin: 0; }
.post-card .read-more { display: inline-block; margin-top: 1rem; color: var(--pink); font-size: 0.85rem; font-weight: 600; }

/* Blog index: list plus a signup card alongside */
.blog-cols { display: grid; gap: 2rem; align-items: start; }
@media (min-width: 56rem) {
  .blog-cols { grid-template-columns: minmax(0, 1fr) 19rem; }
  .blog-aside { position: sticky; top: 7rem; }
}
.news-card {
  border: 1px solid rgba(253, 120, 157, 0.4);
  border-radius: var(--radius-lg);
  background: var(--bg-raise);
  padding: 1.75rem 1.5rem;
}
.news-card h2 { font-size: 1.3rem; }
.news-card p { color: var(--muted); font-size: 0.9rem; }
.news-card form { display: grid; gap: 0.6rem; margin-top: 1.25rem; }
.news-card input[type="email"] {
  background: var(--bg-raise-2);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--cream);
  font: inherit;
  padding: 0.8rem 1.2rem;
  width: 100%;
}
.news-card input::placeholder { color: var(--muted); }

.article { max-width: var(--wrap-narrow); margin-inline: auto; }
.article h1 { font-size: clamp(2rem, 6vw, 3.2rem); }
.article h2 { font-size: clamp(1.35rem, 3.2vw, 1.8rem); margin-top: 2.75rem; }
.article p { color: var(--cream); }
.article ul { color: var(--cream); padding-left: 1.2rem; }
.article ul li { margin-bottom: 0.6rem; }
.article ul li::marker { color: var(--pink); }
.article__meta { color: var(--muted); font-size: 0.9rem; margin-bottom: 2.25rem; }
.article__cta { margin-top: 3.5rem; border-top: 1px solid var(--line-soft); padding-top: 2.25rem; }

/* ---------- Forms ---------- */

.form-grid { display: grid; gap: 1.4rem; margin-top: 3rem; text-align: left; }
@media (min-width: 40rem) { .form-grid--2col { grid-template-columns: 1fr 1fr; } }
.form-grid .full { grid-column: 1 / -1; }

.field label { display: block; font-size: 0.85rem; font-weight: 600; margin-bottom: 0.5rem; }
.field input, .field textarea, .field select {
  width: 100%;
  background: var(--bg-raise);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--cream);
  font: inherit;
  padding: 0.85rem 1.05rem;
}
.field input::placeholder, .field textarea::placeholder { color: var(--muted); }
.field input:focus, .field textarea:focus { outline: 2px solid var(--pink); outline-offset: 1px; border-color: transparent; }

.checkbox-row { display: flex; gap: 0.6rem; align-items: flex-start; font-size: 0.9rem; color: var(--muted); }
.checkbox-row input { width: 1.05rem; height: 1.05rem; margin-top: 0.15rem; accent-color: var(--pink); flex-shrink: 0; }

/* ---------- Booking page ---------- */

/* High-contrast card so the Calendly widget reads cleanly on the dark ground */
.booking-embed {
  margin-top: 2.5rem;
  border: 1px solid rgba(253, 120, 157, 0.35);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #FFFFFF;
  padding: clamp(0.5rem, 1.5vw, 1rem);
  min-height: 700px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.5);
  max-width: 62rem;
  margin-inline: auto;
}
.calendly-inline-widget { min-width: 320px; height: 700px; }
.booking-fallback { padding: 3rem 1.5rem; text-align: center; }

/* ---------- Modals (exit intent) ---------- */

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10, 2, 2, 0.75);
  backdrop-filter: blur(4px);
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  opacity: 0;
  transition: opacity 0.3s;
}
.modal-overlay.is-open { opacity: 1; }

.modal {
  background: var(--bg-raise);
  border: 1px solid rgba(253, 120, 157, 0.4);
  border-radius: var(--radius-lg);
  max-width: 34rem;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  padding: clamp(1.75rem, 4vw, 2.75rem);
  position: relative;
  transform: translateY(14px);
  transition: transform 0.35s var(--ease);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
}
.modal-overlay.is-open .modal { transform: none; }

.modal--wide { max-width: 52rem; }

.modal h2, .modal h3 { font-size: clamp(1.4rem, 3vw, 1.9rem); }

.modal__close {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  background: none;
  border: 1px solid var(--line);
  border-radius: 50%;
  width: 2.2rem;
  height: 2.2rem;
  color: var(--cream);
  font-size: 1.1rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.modal__close:hover { border-color: var(--pink); color: var(--pink); }

.modal .form-grid { margin-top: 1.5rem; gap: 1rem; }

.next-steps { list-style: none; margin: 1.25rem 0 0; padding: 0; font-size: 0.9rem; color: var(--muted); }
.next-steps li { padding: 0.3rem 0 0.3rem 1.6rem; position: relative; }
.next-steps li::before { content: "→"; position: absolute; left: 0; color: var(--pink); }

.modal__note { font-size: 0.82rem; color: var(--muted); margin-top: 1.25rem; }

/* Two-panel reach-out modal */
.modal--reach { max-width: 54rem; padding: 0; overflow: hidden; }
.reach-cols { display: grid; }
@media (min-width: 44rem) { .reach-cols { grid-template-columns: 1.15fr 1fr; } }
.reach-cols__form { padding: clamp(1.75rem, 4vw, 2.5rem); }
.reach-cols__form .form-grid { margin-top: 1.5rem; gap: 1rem; }
.reach-cols__side {
  background: linear-gradient(165deg, rgba(253, 120, 157, 0.2), rgba(253, 120, 157, 0.06));
  border-left: 1px solid rgba(253, 120, 157, 0.35);
  padding: clamp(1.75rem, 4vw, 2.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 43.9375rem) {
  .reach-cols__side { border-left: 0; border-top: 1px solid rgba(253, 120, 157, 0.35); }
}
.reach-cols__side h3 { font-size: clamp(1.3rem, 2.6vw, 1.7rem); }

.next-steps--big { font-size: 0.95rem; color: var(--cream); margin-top: 1.5rem; }
.next-steps--big li { padding: 0.55rem 0 0.55rem 2.4rem; }
.next-steps--big li::before { content: none; }
.step-dot {
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background: var(--pink);
  color: var(--ink-on-fill);
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Floating speech-bubble launcher (bottom left) */
.reach-bubble {
  position: fixed;
  left: 1.1rem;
  bottom: 1.1rem;
  z-index: 90;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--pink);
  color: var(--ink-on-fill);
  border: 0;
  border-radius: 999px;
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.7rem 1.15rem;
  cursor: pointer;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.45);
  transition: transform 0.25s var(--ease), box-shadow 0.3s;
}
.reach-bubble:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 26px rgba(253, 120, 157, 0.4);
}
.reach-bubble svg { width: 18px; height: 18px; }
@media (max-width: 40rem) {
  .reach-bubble span { display: none; }
  .reach-bubble { padding: 0.75rem; }
}

/* Calculator teaser modal (two panels) */
.teaser { display: grid; gap: 1.75rem; }
@media (min-width: 40rem) { .teaser { grid-template-columns: 1.15fr 1fr; align-items: center; } }

.teaser__estimate {
  border: 1px solid rgba(253, 120, 157, 0.45);
  border-radius: var(--radius);
  background: rgba(253, 120, 157, 0.06);
  padding: 1.75rem 1.5rem;
  text-align: center;
}
.teaser__estimate .label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
.teaser__figure {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(1.9rem, 5vw, 2.6rem);
  color: var(--pink);
  letter-spacing: 0.06em;
  margin: 0.75rem 0;
  white-space: nowrap;
}
.teaser__hint { font-size: 0.85rem; color: var(--muted); }

/* ---------- Success stories / article pages cohesion ---------- */

.story-head { max-width: 50rem; }
.story-head .lead { margin-top: 0.5rem; }

.story-metrics {
  display: grid;
  gap: 1rem;
  margin: clamp(2.25rem, 5vw, 3.5rem) 0;
}
@media (min-width: 48rem) { .story-metrics { grid-template-columns: repeat(3, 1fr); } }
.story-metric {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--bg-raise);
  padding: 1.75rem 1.5rem;
}
.story-metric__num {
  font-family: var(--font-head);
  text-transform: uppercase;
  font-weight: 700;
  font-size: clamp(1.3rem, 2.4vw, 1.7rem);
  line-height: 1.05;
  color: var(--pink);
  white-space: nowrap;
}

.qa-box {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--bg-raise);
  padding: clamp(1.75rem, 4vw, 2.75rem);
  margin-top: clamp(2.5rem, 5vw, 4rem);
}
.qa-box h2 { font-size: clamp(1.4rem, 3vw, 1.9rem); }
.qa-box p { color: var(--muted); }
.story-metric__label { color: var(--muted); font-size: 0.9rem; margin-top: 0.6rem; }

.story-body { max-width: 50rem; }
.story-body p { color: var(--cream); margin-bottom: 1.35rem; }

/* ---------- Placeholder pages ---------- */

.placeholder-hero { padding-block: clamp(5rem, 14vw, 9rem); text-align: center; }
.placeholder-hero p { max-width: 34rem; margin-inline: auto; color: var(--muted); }
.placeholder-hero .btn { margin-top: 1.75rem; }

/* ---------- Legal ---------- */

.legal { max-width: var(--wrap-narrow); margin-inline: auto; }
.legal h1 { font-size: clamp(2rem, 5vw, 3rem); }
.legal h2 { font-size: clamp(1.4rem, 3vw, 1.9rem); margin-top: 3rem; }
.legal h3 { font-family: var(--font-body); text-transform: none; font-size: 1.05rem; font-weight: 600; color: var(--cream); margin-top: 2rem; }
.legal p, .legal li { color: var(--muted); font-size: 0.95rem; }
.legal strong { color: var(--cream); }

/* ---------- Footer ---------- */

.site-footer {
  border-top: 1px solid var(--line-soft);
  padding-block: clamp(2.5rem, 6vw, 4rem) 2rem;
  margin-top: var(--space-section);
  color: var(--muted);
  font-size: 0.92rem;
}

.site-footer__grid { display: grid; gap: 2rem; }
@media (min-width: 48rem) { .site-footer__grid { grid-template-columns: 2fr 1fr 1fr 1fr; } }

.site-footer .brand img { height: 1.7rem; }
.site-footer__tag { margin-top: 1rem; max-width: 22rem; }

.site-footer h4 {
  margin: 0 0 0.9rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cream);
}
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: 0.55rem; }
.site-footer a { text-decoration: none; color: var(--muted); }
.site-footer a:hover { color: var(--pink); }

.site-footer__legal {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line-soft);
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  justify-content: space-between;
  font-size: 0.85rem;
}
.site-footer__legal a { text-decoration: none; }

.icon-link { display: inline-flex; align-items: center; gap: 0.45rem; }
.icon-link svg { width: 18px; height: 18px; }

/* ---------- Chip tooltips (shared) ---------- */

.chip__tip {
  position: absolute;
  bottom: calc(100% + 0.6rem);
  left: 50%;
  transform: translateX(-50%) translateY(4px);
  width: min(19rem, 78vw);
  background: var(--cream);
  color: var(--ink-on-fill);
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 0.75rem 0.9rem;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, transform 0.2s var(--ease), visibility 0.2s;
  z-index: 5;
  pointer-events: none;
  text-align: left;
  white-space: normal;
}

/* ---------- Offers CTA ---------- */

.offers__cta { margin-top: 3rem; text-align: center; }
.offers__cta p { max-width: 38rem; margin-inline: auto; color: var(--muted); }

/* ---------- Utilities ---------- */

.h1-oneline { white-space: nowrap; font-size: clamp(2rem, 5.2vw, 4.2rem); }
@media (max-width: 48rem) { .h1-oneline { white-space: normal; } }

.h2-oneline { white-space: nowrap; font-size: clamp(1.5rem, 3.4vw, 2.6rem); }
@media (max-width: 48rem) { .h2-oneline { white-space: normal; } }

.u-pink { text-decoration: underline; text-decoration-color: var(--pink); text-decoration-thickness: 2px; text-underline-offset: 4px; }

/* Booking two-column layout */
.booking-cols { display: grid; gap: 2.5rem; align-items: start; margin-top: 2.5rem; }
@media (min-width: 56rem) {
  .booking-cols { grid-template-columns: minmax(0, 20rem) minmax(0, 1fr); gap: 3rem; }
  .booking-cols__intro { position: sticky; top: 7rem; }
}
.booking-cols .booking-embed { margin-top: 0; min-height: 1060px; max-width: none; margin-inline: 0; width: 100%; }
.booking-cols .calendly-inline-widget { width: 100%; min-width: 0; height: 1040px; }
.value-prop {
  border: 1px solid rgba(253, 120, 157, 0.4);
  border-radius: var(--radius);
  background: rgba(253, 120, 157, 0.07);
  padding: 1.25rem 1.4rem;
  margin-top: 1.75rem;
}
.value-prop .vp-line {
  font-family: var(--font-head);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--cream);
  line-height: 1.25;
}
.value-prop .vp-line .mark-pink { color: var(--pink); }

/* ---------- Reveal animations ---------- */

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
.reveal.is-in { opacity: 1; transform: none; }

.reveal-d1 { transition-delay: 0.08s; }
.reveal-d2 { transition-delay: 0.16s; }
.reveal-d3 { transition-delay: 0.24s; }

/* ---------- Reduced motion & no-JS safety ---------- */

.no-js .reveal { opacity: 1; transform: none; }

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

/* ============================================================
   Cookie consent  (banner with inline category toggles + embed blocker)
   ============================================================ */

.cc-banner {
  position: fixed;
  left: 50%;
  bottom: clamp(0.5rem, 1.5vw, 1.25rem);
  transform: translate(-50%, 160%);
  width: min(56rem, calc(100% - 1.5rem));
  z-index: 1200;
  background: var(--bg-raise);
  border: 1px solid rgba(242, 234, 218, 0.18);
  border-radius: var(--radius-lg);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.55);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.45s ease, visibility 0.45s;
}
.cc-banner.is-open { transform: translate(-50%, 0); opacity: 1; visibility: visible; }

.cc-banner__grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.8rem 1.5rem;
  align-items: start;
  padding: clamp(0.9rem, 1.6vw, 1.15rem) clamp(1rem, 2vw, 1.35rem);
}
.cc-banner__text { grid-column: 1; grid-row: 1; min-width: 0; }
.cc-banner__title {
  font-family: var(--font-display, "Antonio", sans-serif);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 1.02rem;
  color: var(--cream);
  margin: 0 0 0.3rem;
}
.cc-banner__body { color: var(--muted); font-size: 0.84rem; line-height: 1.5; margin: 0; max-width: 40rem; }
.cc-banner__body a { color: var(--cream); text-underline-offset: 3px; }

.cc-banner__actions {
  grid-column: 2; grid-row: 1;
  display: flex; flex-direction: column; gap: 0.4rem;
  min-width: 10rem;
}
/* Accept / Reject / Save are equally sized and reachable (reject as easy as accept).
   Any change here must keep all three visually identical in weight and size. */
.cc-banner__actions .cc-btn {
  width: 100%;
  justify-content: center;
  padding: 0.48rem 0.9rem;
  font-size: 0.8rem;
}
.cc-banner .btn--ghost { border-color: rgba(242, 234, 218, 0.5); color: var(--cream); }
.cc-banner .btn--ghost:hover { border-color: var(--cream); background: rgba(242, 234, 218, 0.06); }

.cc-banner__toggles {
  grid-column: 1; grid-row: 2;
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 0.55rem 1.15rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--line);
}
.cc-banner__foot {
  grid-column: 2; grid-row: 2;
  align-self: end; text-align: right;
  padding-top: 0.75rem;
}
.cc-banner__foot a { color: var(--muted); font-size: 0.8rem; text-underline-offset: 3px; }
.cc-banner__foot a:hover { color: var(--cream); }

/* toggle switches inside the banner */
.cc-toggle { display: inline-flex; align-items: center; gap: 0.55rem; cursor: pointer; }
.cc-toggle input { position: absolute; opacity: 0; width: 0; height: 0; }
.cc-toggle__track {
  position: relative; display: inline-block; flex: none;
  width: 38px; height: 22px; border-radius: 999px;
  background: var(--bg-raise-2); border: 1px solid var(--line);
  transition: background 0.2s, border-color 0.2s;
}
.cc-toggle__track::after {
  content: ""; position: absolute; top: 2px; left: 2px;
  width: 16px; height: 16px; border-radius: 50%;
  background: var(--muted); transition: transform 0.2s, background 0.2s;
}
.cc-toggle input:checked + .cc-toggle__track { background: rgba(253, 120, 157, 0.32); border-color: var(--pink); }
.cc-toggle input:checked + .cc-toggle__track::after { transform: translateX(16px); background: var(--pink); }
.cc-toggle input:focus-visible + .cc-toggle__track { outline: 2px solid var(--pink); outline-offset: 2px; }
.cc-toggle__label { color: var(--cream); font-size: 0.9rem; }
.cc-toggle--locked { cursor: default; }
.cc-toggle--locked .cc-toggle__label { color: var(--muted); }
.cc-toggle input:disabled + .cc-toggle__track { opacity: 0.75; }

/* ---- Calendly blocker placeholder ---- */
.cc-embed-block {
  text-align: center;
  padding: clamp(2rem, 6vw, 4rem) clamp(1.25rem, 4vw, 2.5rem);
  border: 1px dashed rgba(242, 234, 218, 0.25);
  border-radius: var(--radius-lg);
  background: var(--bg-raise);
}
.cc-embed-block__title {
  font-family: var(--font-display, "Antonio", sans-serif);
  text-transform: uppercase; color: var(--cream); font-size: 1.15rem; margin: 0 0 0.6rem;
}
.cc-embed-block__body { color: var(--muted); font-size: 0.92rem; line-height: 1.6; max-width: 30rem; margin: 0 auto 1.5rem; }
.cc-embed-block__body a { color: var(--cream); }

/* ---- footer re-open link ---- */
.cc-reopen { color: inherit; }

@media (max-width: 46rem) {
  .cc-banner__grid { grid-template-columns: 1fr; }
  .cc-banner__actions { grid-column: 1; grid-row: 3; flex-direction: row; flex-wrap: wrap; min-width: 0; }
  .cc-banner__actions .cc-btn { flex: 1 1 8rem; width: auto; }
  .cc-banner__toggles { grid-row: 2; }
  .cc-banner__foot { grid-column: 1; grid-row: 4; text-align: left; align-self: start; padding-top: 0.25rem; }
}

/* ============================================================
   Founder Cost Calculator — results
   Three readings over a working-year bar. Deliberately not a
   single hero figure with comparison bars.
   ============================================================ */

.calc-q__count {
  display: block;
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pink);
  margin: 0 0 0.75rem;
}

/* ---- The working-year track ---- */
.fcc-year { margin: 1.75rem 0 2.25rem; }
.fcc-year__cap {
  font-size: 0.85rem;
  color: var(--muted);
  margin-bottom: 0.6rem;
}
.fcc-year__track {
  position: relative;
  height: 18px;
  border-radius: 999px;
  background: var(--bg-raise-2, rgba(242, 234, 218, 0.08));
  border: 1px solid var(--line);
  overflow: hidden;
}
.fcc-year__fill {
  height: 100%;
  border-radius: 999px 0 0 999px;
  background: var(--pink);
  transition: width 0.6s var(--ease);
}
.fcc-year__legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1.5rem;
  margin-top: 0.7rem;
  font-size: 0.82rem;
  color: var(--muted);
}
.fcc-year__legend span { display: inline-flex; align-items: center; gap: 0.45rem; }
.fcc-key {
  width: 10px; height: 10px; border-radius: 3px; flex: none;
  display: inline-block;
}
.fcc-key--pink { background: var(--pink); }
.fcc-key--muted { background: rgba(242, 234, 218, 0.22); }

/* ---- Three figure cards ---- */
.fcc-figures {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 1rem;
  margin-top: 0.5rem;
}
.fcc-fig {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg, 14px);
  background: var(--bg-raise);
  padding: 1.25rem 1.35rem 1.15rem;
  border-top: 2px solid var(--line);
}
.fcc-fig--pink { border-top-color: var(--pink); }
.fcc-fig--gold { border-top-color: var(--gold, var(--pink)); }
.fcc-fig--risk { border-top-color: rgba(242, 234, 218, 0.55); }

.fcc-fig__val {
  font-family: var(--font-display, "Antonio", sans-serif);
  font-size: clamp(2rem, 4.2vw, 2.9rem);
  line-height: 1;
  color: var(--cream);
  letter-spacing: 0.01em;
}
.fcc-fig--pink .fcc-fig__val { color: var(--pink); }
.fcc-fig__label {
  margin-top: 0.5rem;
  font-size: 0.92rem;
  color: var(--cream);
  line-height: 1.4;
}
.fcc-meter {
  height: 4px;
  border-radius: 999px;
  background: rgba(242, 234, 218, 0.12);
  margin: 0.9rem 0 0.8rem;
  overflow: hidden;
}
.fcc-meter__fill {
  height: 100%;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.75;
  transition: width 0.6s var(--ease);
}
.fcc-fig--pink .fcc-meter__fill { background: var(--pink); }
.fcc-fig--gold .fcc-meter__fill { background: var(--gold, var(--pink)); }
.fcc-fig--risk .fcc-meter__fill { background: rgba(242, 234, 218, 0.6); }

.fcc-fig__note {
  margin: 0;
  font-size: 0.83rem;
  line-height: 1.55;
  color: var(--muted);
}

/* ---- Stage chips ---- */
.fcc-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.9rem 0 0.75rem;
}
.fcc-chip {
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--muted);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.4rem 0.9rem;
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}
.fcc-chip:hover { color: var(--cream); border-color: rgba(242, 234, 218, 0.45); }
.fcc-chip.is-on {
  color: var(--bg);
  background: var(--pink);
  border-color: var(--pink);
}

@media (max-width: 40rem) {
  .fcc-figures { grid-template-columns: 1fr; }
}

/* ---- One accent colour: pink. No gradients. ---- */
.fcc-fig--pink, .fcc-fig--gold, .fcc-fig--risk { border-top-color: var(--pink); }
.fcc-fig__val { color: var(--pink); }

/* ---- Per-card graphs ---- */
.fcc-graph { margin: 1.1rem 0 0.9rem; }
.fcc-graph__cap {
  margin: 0.6rem 0 0;
  font-size: 0.75rem;
  letter-spacing: 0.03em;
  color: var(--muted);
}

/* 52-week waffle */
.fcc-waffle {
  display: grid;
  grid-template-columns: repeat(13, 1fr);
  gap: 3px;
}
.fcc-waffle i {
  display: block;
  aspect-ratio: 1 / 1;
  border-radius: 2px;
  background: rgba(242, 234, 218, 0.12);
}
.fcc-waffle i.is-on { background: var(--pink); }

/* value band, plotted against a first-year hire */
.fcc-range {
  position: relative;
  height: 10px;
  border-radius: 999px;
  background: rgba(242, 234, 218, 0.12);
  overflow: hidden;
}
.fcc-range__span {
  position: absolute;
  top: 0; bottom: 0;
  background: var(--pink);
  border-radius: 999px;
}
.fcc-range__scale {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.45rem;
  font-size: 0.72rem;
  color: var(--muted);
}

/* key-person ring */
.fcc-ring { width: 96px; height: 96px; display: block; margin: 0 auto; }
.fcc-ring__bg { stroke: rgba(242, 234, 218, 0.12); }
.fcc-ring__fg {
  stroke: var(--pink);
  transition: stroke-dasharray 0.7s var(--ease);
}
.fcc-ring__txt {
  fill: var(--cream);
  font-family: var(--font-body);
  font-size: 5.5px;
  letter-spacing: 0.06em;
  text-anchor: middle;
  text-transform: uppercase;
}

/* ---- First Sales Hire Reality Check: fork, timeline, slider ---- */
.fcc-fork {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0 0.5rem;
}
.fcc-fork__btn {
  flex: 1 1 15rem;
  justify-content: center;
  text-align: center;
}
.fcc-fork__btn:nth-child(2) {
  background: transparent;
  border: 1px solid var(--pink);
  color: var(--cream);
}
.fcc-fork__btn:nth-child(2):hover { background: rgba(253, 120, 157, 0.12); }

.fcc-timeline {
  position: relative;
  display: flex;
  height: 16px;
  border-radius: 999px;
  background: rgba(242, 234, 218, 0.12);
  overflow: hidden;
}
.fcc-timeline__seg { height: 100%; }
.fcc-timeline__seg--search { background: rgba(242, 234, 218, 0.35); }
.fcc-timeline__seg--ramp { background: var(--pink); }
.fcc-timeline__need {
  position: absolute;
  top: -3px; bottom: -3px;
  width: 2px;
  background: var(--cream);
}
.fcc-timeline__need::after {
  content: "";
  position: absolute;
  top: -4px; left: -3px;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--cream);
}

.fcc-road {
  border: 1px solid rgba(253, 120, 157, 0.35);
  border-radius: var(--radius-lg, 14px);
  background: var(--bg-raise);
  padding: 1.5rem 1.5rem 1.6rem;
}
.fcc-road h3 { margin: 0.4rem 0 0.6rem; color: var(--cream); }

.fcc-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 4px;
  border-radius: 999px;
  background: rgba(242, 234, 218, 0.18);
  margin: 0.4rem 0 1.1rem;
  cursor: pointer;
}
.fcc-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--pink);
  cursor: pointer;
}
.fcc-slider::-moz-range-thumb {
  width: 18px; height: 18px;
  border: none;
  border-radius: 50%;
  background: var(--pink);
  cursor: pointer;
}

/* ---- Founder Bottleneck Calculator: number explanation + disclaimer ---- */
.calc-explain {
  font-size: 0.82rem;
  line-height: 1.55;
  color: var(--muted);
  opacity: 0.85;
  margin: 0.5rem 0 1.4rem;
  max-width: 42rem;
}
.calc-disclaimer {
  font-size: 0.8rem;
  line-height: 1.6;
  color: var(--muted);
  margin: 1.1rem 0 0;
  padding-top: 0.9rem;
  border-top: 1px solid var(--line);
  max-width: 42rem;
}

/* ---- Footer: "Ask an AI about SALT" row ---- */
.site-footer__ai {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 0.9rem;
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
  font-size: 0.85rem;
}
.site-footer__ai-label { color: var(--muted); }
.site-footer__ai a {
  color: var(--cream);
  text-decoration: none;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.2rem 0.7rem;
  transition: color 0.2s, border-color 0.2s;
}
.site-footer__ai a:hover { color: var(--pink); border-color: var(--pink); }
