/* ==========================================================================
   Hubbl — Democratising procurement, one neighbourhood at a time.
   v2 — green colourway, solution-first narrative, waitlist as centrepiece.
   ========================================================================== */

:root {
  /* Deep forest — nav, headlines, dark surfaces */
  --forest-900: #12301f;
  --forest-800: #163a26;
  --forest-700: #1f4d36;
  --forest-500: #3f6e52;
  --forest-300: #7d9c8a;
  --forest-100: #d8e6de;

  /* Vibrant fresh-herb green — CTAs, badges, accents */
  --green-700: #1f6b34; /* accent text on cream — 5.9:1 */
  --green-600: #2a8340; /* CTA background, white text — 4.75:1 (AA) */
  --green-500: #43b04a; /* vibrant accent: dots, bars, numbers on dark */
  --green-400: #5cc063;
  --green-300: #8fd79a; /* light accent on dark backgrounds */
  --green-50:  #e6f4e6; /* callout tint on cream */

  --cream: #f7f3ec;
  --cream-dark: #efe8dd;
  --paper: #fdfbf7;

  --ink: #21291f;
  --ink-70: #55604f;
  --ink-45: #6a7064;

  --line: rgba(33, 41, 31, 0.12);
  --line-strong: rgba(33, 41, 31, 0.22);
  --line-light: rgba(216, 230, 222, 0.22);

  /* Type */
  --serif: "Instrument Serif", "Iowan Old Style", Georgia, serif;
  --sans: "Satoshi", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --step--1: clamp(0.78rem, 0.76rem + 0.1vw, 0.83rem);
  --step-0: clamp(1rem, 0.97rem + 0.15vw, 1.075rem);
  --step-1: clamp(1.13rem, 1.06rem + 0.35vw, 1.35rem);
  --step-2: clamp(1.5rem, 1.35rem + 0.75vw, 2rem);
  --step-3: clamp(1.9rem, 1.6rem + 1.5vw, 2.9rem);
  --step-4: clamp(2.5rem, 1.9rem + 3vw, 4.6rem);

  /* Space */
  --gutter: clamp(1.25rem, 4vw, 4rem);
  --section-y: clamp(4.5rem, 9vw, 8.5rem);
  --max: 1220px;
  --radius: 4px;
  --radius-lg: 10px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: var(--step-0);
  line-height: 1.62;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; height: auto; }
h1, h2, h3, h4 { margin: 0; font-weight: 400; }
p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }
a { color: inherit; }

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

.skip-link {
  position: absolute; left: 1rem; top: -100px;
  background: var(--forest-700); color: var(--paper);
  padding: 0.7rem 1.1rem; z-index: 200; border-radius: var(--radius);
  font-size: var(--step--1); font-weight: 600; text-decoration: none;
}
.skip-link:focus { top: 1rem; }

/* ---------- Type primitives ---------- */
.display {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.018em;
  font-size: var(--step-4);
  color: var(--forest-900);
}
.h2 {
  font-family: var(--serif);
  font-size: var(--step-3);
  line-height: 1.06;
  letter-spacing: -0.014em;
  color: var(--forest-900);
}
.h3 {
  font-family: var(--sans);
  font-size: var(--step-1);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -0.008em;
}
.eyebrow {
  font-family: var(--sans);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--green-700);
  display: block;
  margin-bottom: 1.15rem;
}
.eyebrow--light { color: var(--green-300); }
.lede {
  font-size: var(--step-1);
  line-height: 1.55;
  color: var(--ink-70);
  font-weight: 400;
}
.muted { color: var(--ink-70); }
.fine {
  font-size: var(--step--1);
  line-height: 1.55;
  color: var(--ink-45);
}

/* ---------- Layout ---------- */
.wrap {
  width: 100%;
  max-width: var(--max);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.section { padding-block: var(--section-y); scroll-margin-top: 84px; }
.section--tight { padding-block: clamp(3rem, 6vw, 5.5rem); }
.section--dark {
  background: var(--forest-700);
  color: var(--forest-100);
}
.section--paper { background: var(--paper); }
.rule { height: 1px; background: var(--line); border: 0; margin: 0; }

/* ---------- Logo ---------- */
.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  color: var(--forest-700);
}
.logo svg { display: block; flex: none; }
.logo__word {
  font-family: var(--serif);
  font-size: 1.6rem;
  letter-spacing: -0.02em;
  line-height: 1;
  padding-bottom: 0.1em;
}
.logo--light { color: var(--cream); }

/* ---------- Nav ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(247, 243, 236, 0.94);
  backdrop-filter: saturate(1.1) blur(6px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.nav.is-stuck {
  border-bottom-color: var(--line);
  box-shadow: 0 1px 18px rgba(33, 41, 31, 0.05);
}
.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 74px;
}
.nav__links {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.2vw, 2.1rem);
}
.nav__links a {
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--ink-70);
  position: relative;
  padding-block: 0.4rem;
  transition: color 0.2s ease;
}
.nav__links a::after {
  content: "";
  position: absolute;
  left: 0; right: 100%; bottom: 0.1rem;
  height: 1.5px; background: var(--green-500);
  transition: right 0.28s ease;
}
.nav__links a:hover { color: var(--forest-700); }
.nav__links a:hover::after { right: 0; }
.nav__right { display: flex; align-items: center; gap: clamp(1rem, 2.2vw, 2.1rem); }
.nav__left { display: flex; align-items: center; gap: clamp(0.9rem, 2vw, 1.6rem); }
.nav__cta { padding: 0.55rem 1.1rem; font-size: 0.86rem; }

/* Active page / section highlight in top nav */
.nav__links a.is-active,
.nav__links a[aria-current="page"] {
  color: var(--forest-700);
  font-weight: 600;
}
.nav__links a.is-active::after,
.nav__links a[aria-current="page"]::after { right: 0; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  font-family: var(--sans);
  font-size: 0.94rem;
  font-weight: 600;
  letter-spacing: -0.005em;
  padding: 0.82rem 1.5rem;
  border-radius: 100px;
  border: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease,
    border-color 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn--primary {
  background: var(--green-600);
  color: #fff;
  box-shadow: 0 1px 0 rgba(18, 48, 31, 0.12), 0 6px 18px -10px rgba(31, 107, 52, 0.55);
}
.btn--primary:hover { background: var(--green-700); box-shadow: 0 8px 22px -10px rgba(31, 107, 52, 0.6); }
.btn--ghost {
  background: transparent;
  color: var(--forest-700);
  border-color: var(--line-strong);
}
.btn--ghost:hover { border-color: var(--green-600); color: var(--green-700); background: rgba(42, 131, 64, 0.06); }
.btn--onDark {
  background: var(--green-500);
  color: var(--forest-900);
}
.btn--onDark:hover { background: var(--green-400); }
.btn--sm { padding: 0.62rem 1.18rem; font-size: 0.875rem; }
.btn--block { width: 100%; padding-block: 1.05rem; font-size: 1.03rem; }
.btn--lg { padding: 1rem 1.9rem; font-size: 1rem; }
.btn[disabled] { opacity: 0.6; cursor: not-allowed; }

/* ---------- Hero ---------- */
.hero { padding-top: clamp(2.5rem, 5vw, 4.5rem); padding-bottom: 0; }
.hero__grid {
  display: grid;
  gap: clamp(2.5rem, 5vw, 4.5rem);
  align-items: center;
}
.hero h1 { max-width: 17ch; }
.hero h1 em {
  font-style: italic;
  color: var(--green-700);
}
.hero__lede { margin-top: 1.5rem; max-width: 46ch; }
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

/* Inline hero waitlist teaser */
.hero-join {
  margin-top: 1.9rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1rem;
  box-shadow: 0 18px 40px -34px rgba(18, 48, 31, 0.55);
}
.hero-join__row {
  display: grid;
  gap: 0.55rem;
  grid-template-columns: 1fr;
}
@media (min-width: 560px) {
  .hero-join__row { grid-template-columns: minmax(0, 1.5fr) minmax(0, 1.05fr) auto; }
}
.hero-join input[type="email"],
.hero-join select {
  width: 100%;
  font-family: var(--sans);
  font-size: 0.97rem;
  color: var(--ink);
  background: var(--cream);
  border: 1px solid var(--line-strong);
  border-radius: 100px;
  padding: 0.8rem 1.15rem;
  appearance: none;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.hero-join select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5 6 6.5l5-5' stroke='%232a8340' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.05rem center;
  padding-right: 2.4rem;
  cursor: pointer;
}
.hero-join input::placeholder { color: var(--ink-45); }
.hero-join input:hover, .hero-join select:hover { border-color: var(--green-500); }
.hero-join input:focus, .hero-join select:focus {
  outline: none;
  background: #fff;
  border-color: var(--green-600);
  box-shadow: 0 0 0 3px rgba(67, 176, 74, 0.22);
}
.hero-join__foot {
  margin-top: 0.8rem;
  padding-inline: 0.35rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 1.1rem;
  font-size: 0.79rem;
  color: var(--ink-45);
}
.hero-join__foot span { display: inline-flex; align-items: center; gap: 0.4rem; }
.hero-join__foot span::before {
  content: "";
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--green-500); flex: none;
}
.hero-join__msg {
  margin-top: 0.75rem;
  padding: 0.7rem 0.95rem;
  border-radius: var(--radius);
  font-size: 0.87rem;
  line-height: 1.45;
  background: var(--green-50);
  color: var(--green-700);
  font-weight: 500;
}
.hero-join__msg[hidden] { display: none; }
.hero-join__msg.is-error { background: #fbe9e3; color: #8f3a1c; }

.hero__meta {
  margin-top: 2.1rem;
  padding-top: 1.3rem;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.75rem;
}
.hero__meta span {
  font-size: var(--step--1);
  color: var(--ink-45);
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}
.hero__meta span::before {
  content: "";
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--green-500);
  flex: none;
}
.hero__figure {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--cream-dark);
}
.hero__figure img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.hero__caption {
  position: absolute;
  left: 1rem; bottom: 1rem;
  background: rgba(18, 48, 31, 0.86);
  color: var(--forest-100);
  font-size: 0.72rem;
  letter-spacing: 0.02em;
  padding: 0.45rem 0.8rem;
  border-radius: 100px;
}
.hero__badge {
  position: absolute;
  right: 1rem; top: 1rem;
  background: var(--green-500);
  color: var(--forest-900);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.42rem 0.85rem;
  border-radius: 100px;
}

@media (min-width: 900px) {
  .hero__grid { grid-template-columns: 1.06fr 0.94fr; }
  .hero__figure img { aspect-ratio: 5 / 6; }
}

/* Trust strip */
.strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  margin-top: clamp(3rem, 6vw, 5rem);
}
.strip__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem clamp(1.5rem, 4vw, 3.5rem);
  padding-block: 1.4rem;
  align-items: center;
  justify-content: space-between;
}
.strip p {
  font-size: var(--step--1);
  color: var(--ink-70);
}
.strip strong { color: var(--green-700); font-weight: 700; }

/* ---------- Section headers ---------- */
.sec-head {
  display: grid;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  margin-bottom: clamp(2.75rem, 5vw, 4rem);
}
@media (min-width: 860px) {
  .sec-head { grid-template-columns: 1fr 1fr; align-items: end; }
}
.sec-head h2 { max-width: 22ch; }
.sec-head p { max-width: 52ch; }

/* ---------- Solution: benefit banner ---------- */
.benefits {
  display: grid;
  gap: 1.1rem;
  margin-bottom: clamp(1.5rem, 3vw, 2.2rem);
}
@media (min-width: 760px) { .benefits { grid-template-columns: repeat(3, 1fr); } }
.benefit {
  background: var(--green-50);
  border: 1px solid rgba(42, 131, 64, 0.18);
  border-radius: var(--radius-lg);
  padding: clamp(1.3rem, 2.6vw, 1.8rem);
}
.benefit__num {
  display: block;
  font-family: var(--serif);
  font-size: clamp(2.4rem, 5vw, 3.4rem);
  line-height: 0.94;
  letter-spacing: -0.022em;
  color: var(--green-700);
}
.benefit b {
  display: block;
  margin-top: 0.7rem;
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--forest-900);
  letter-spacing: -0.005em;
}
.benefit span { display: block; margin-top: 0.25rem; font-size: 0.9rem; color: var(--ink-70); line-height: 1.5; }

/* Wide imagery band */
.band {
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-bottom: clamp(1.5rem, 3vw, 2.2rem);
  position: relative;
  background: var(--cream-dark);
}
.band img { width: 100%; aspect-ratio: 21 / 8; object-fit: cover; }
@media (max-width: 700px) { .band img { aspect-ratio: 4 / 3; } }
.band figcaption {
  position: absolute;
  left: 1rem; bottom: 1rem;
  background: rgba(18, 48, 31, 0.86);
  color: var(--forest-100);
  font-size: 0.74rem;
  padding: 0.45rem 0.85rem;
  border-radius: 100px;
}

/* ---------- Stat cards ---------- */
.stats {
  display: grid;
  gap: 1.1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 720px) { .stats { grid-template-columns: repeat(3, 1fr); } }
.stat {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 3vw, 2.1rem);
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  transition: border-color 0.25s ease, transform 0.25s ease;
}
.stat:hover { border-color: var(--green-500); transform: translateY(-2px); }
.stat .stat__num {
  font-family: var(--serif);
  font-size: clamp(2.6rem, 5vw, 3.7rem);
  line-height: 0.95;
  color: var(--forest-700);
  letter-spacing: -0.02em;
}
.stat > p { font-size: 0.95rem; color: var(--ink-70); }
.stat__src { margin-top: auto; padding-top: 0.9rem; }
.stat__src a { color: var(--ink-45); text-decoration: none; border-bottom: 1px solid var(--line); font-size: var(--step--1); }
.stat__src a:hover { color: var(--green-700); border-color: var(--green-500); }

/* ---------- Note block ---------- */
.note {
  display: grid;
  gap: clamp(1.75rem, 4vw, 3rem);
  margin-top: clamp(2.5rem, 5vw, 3.75rem);
  align-items: start;
}
@media (min-width: 860px) { .note { grid-template-columns: 0.95fr 1.05fr; } }
.note__figure { border-radius: var(--radius-lg); overflow: hidden; }
.note__figure img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.note__body { display: flex; flex-direction: column; gap: 1.1rem; }
.note__body h3 { max-width: 30ch; }
.note__body > p { color: var(--ink-70); font-size: 1rem; }
.note__body .note__quote {
  border-left: 3px solid var(--green-500);
  padding-left: 1.15rem;
  font-family: var(--serif);
  font-size: var(--step-2);
  line-height: 1.24;
  color: var(--forest-700);
  letter-spacing: -0.012em;
}

/* ---------- Solution split ---------- */
.split { display: grid; gap: 1.1rem; }
@media (min-width: 900px) { .split { grid-template-columns: 1fr 1fr; } }
.panel {
  border-radius: var(--radius-lg);
  padding: clamp(1.6rem, 3.2vw, 2.6rem);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.panel--light {
  background: var(--paper);
  border: 1px solid var(--line);
}
.panel--dark {
  background: var(--forest-700);
  color: var(--forest-100);
  border: 1px solid var(--forest-700);
}
.panel__pic { margin: 0 0 1.5rem; border-radius: var(--radius); overflow: hidden; }
.panel__pic img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.panel__tag {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--green-700);
  margin-bottom: 0.85rem;
}
.panel--dark .panel__tag { color: var(--green-300); }
.panel h3 { font-family: var(--serif); font-size: var(--step-2); font-weight: 400; letter-spacing: -0.014em; line-height: 1.1; color: var(--forest-900); }
.panel--dark h3 { color: var(--cream); }
.panel > p { margin-top: 0.9rem; color: var(--ink-70); }
.panel--dark > p { color: var(--forest-100); opacity: 0.85; }

.feats { margin-top: 1.9rem; display: flex; flex-direction: column; }
.feats li {
  display: grid;
  grid-template-columns: 1.65rem 1fr;
  gap: 0.9rem;
  padding-block: 1.05rem;
  border-top: 1px solid var(--line);
  align-items: start;
}
.panel--dark .feats li { border-top-color: var(--line-light); }
.feats svg { width: 1.65rem; height: 1.65rem; color: var(--green-600); margin-top: 0.1rem; }
.panel--dark .feats svg { color: var(--green-300); }
.feats b { display: block; font-weight: 700; font-size: 0.98rem; letter-spacing: -0.005em; }
.feats span { display: block; font-size: 0.9rem; color: var(--ink-70); margin-top: 0.2rem; line-height: 1.5; }
.panel--dark .feats span { color: var(--forest-100); opacity: 0.78; }

.callout {
  margin-top: 1.9rem;
  background: var(--green-50);
  border-radius: var(--radius);
  padding: 1.3rem 1.4rem;
  display: flex;
  gap: 1.1rem;
  align-items: baseline;
}
.panel--dark .callout { background: rgba(216, 230, 222, 0.1); }
.callout__big {
  font-family: var(--serif);
  font-size: clamp(1.9rem, 4vw, 2.5rem);
  line-height: 0.95;
  color: var(--green-700);
  letter-spacing: -0.02em;
  flex: none;
}
.panel--dark .callout__big { color: var(--green-300); }
.callout p { font-size: 0.88rem; line-height: 1.5; color: var(--ink-70); }
.panel--dark .callout p { color: var(--forest-100); opacity: 0.85; }

/* ---------- Supplier upside bubble (inside panel--dark) ---------- */
.upside {
  margin-top: 1.2rem;
  background: var(--cream);
  color: var(--forest-900);
  border-radius: var(--radius);
  padding: 1.4rem 1.5rem 1.3rem;
  box-shadow: 0 22px 40px -28px rgba(0, 0, 0, 0.45);
  position: relative;
  overflow: hidden;
}
.upside::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--green-500);
}
.upside__eyebrow {
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--green-700);
  margin: 0 0 0.55rem;
}
.upside__big {
  font-family: var(--serif);
  font-size: clamp(2.4rem, 5vw, 3.2rem);
  line-height: 0.95;
  letter-spacing: -0.02em;
  color: var(--forest-900);
  margin: 0;
}
.upside__lead {
  margin: 0.25rem 0 0.9rem;
  font-size: 0.98rem;
  color: var(--ink-70);
}
.upside__lead b { color: var(--forest-900); font-weight: 700; }
.upside__list {
  list-style: none;
  padding: 0;
  margin: 0.6rem 0 0.7rem;
  border-top: 1px solid var(--line-light, rgba(31, 77, 54, 0.14));
}
.upside__list li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.6rem 0;
  border-bottom: 1px solid var(--line-light, rgba(31, 77, 54, 0.14));
  font-size: 0.88rem;
  line-height: 1.4;
}
.upside__list span { color: var(--ink-70); flex: 1 1 auto; }
.upside__list b {
  font-family: var(--sans);
  font-weight: 700;
  color: var(--green-700);
  font-variant-numeric: tabular-nums;
  flex: none;
  white-space: nowrap;
}
.upside__foot {
  margin: 0.7rem 0 0;
  font-size: 0.78rem;
  color: var(--ink-45, #6a7064);
  font-style: italic;
}

/* ---------- Opportunity funnel ---------- */
.funnel {
  display: grid;
  gap: 0.55rem;
}
.fstep {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.2rem;
  align-items: center;
  background: rgba(216, 230, 222, 0.07);
  border: 1px solid var(--line-light);
  border-radius: var(--radius);
  padding: clamp(1.1rem, 2.4vw, 1.5rem) clamp(1.1rem, 2.4vw, 1.7rem);
  position: relative;
  overflow: hidden;
}
.fstep::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--w, 100%);
  background: rgba(67, 176, 74, 0.16);
  transition: width 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}
.fstep > * { position: relative; }
.fstep__val {
  font-family: var(--serif);
  font-size: clamp(1.9rem, 4.4vw, 3rem);
  line-height: 1;
  letter-spacing: -0.022em;
  color: var(--green-300);
  min-width: 4.6ch;
}
.fstep__txt b {
  display: block;
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--cream);
  letter-spacing: -0.005em;
}
.fstep__txt span {
  display: block;
  font-size: 0.88rem;
  color: var(--forest-100);
  opacity: 0.72;
  margin-top: 0.15rem;
  line-height: 1.5;
}
.fstep--final {
  background: var(--green-500);
  border-color: var(--green-500);
  margin-top: 0.9rem;
}
.fstep--final::before { background: rgba(255, 255, 255, 0.12); }
.fstep--final .fstep__val { color: var(--forest-900); }
.fstep--final .fstep__txt b { color: var(--forest-900); }
.fstep--final .fstep__txt span { color: #10281a; opacity: 0.82; }

.funnel-foot {
  margin-top: 1.6rem;
  font-size: var(--step--1);
  color: var(--forest-300);
  max-width: 62ch;
  line-height: 1.6;
}
.funnel-foot a { color: var(--forest-100); text-decoration: underline; text-underline-offset: 3px; }

/* ---------- Vision cards ---------- */
.cards { display: grid; gap: 1.1rem; }
@media (min-width: 640px) { .cards { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1040px) { .cards--4 { grid-template-columns: repeat(4, 1fr); } }
.card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(1.4rem, 2.6vw, 1.85rem);
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  transition: border-color 0.25s ease, transform 0.25s ease;
}
.card:hover { border-color: var(--green-500); transform: translateY(-3px); }
.card__icon {
  width: 2.5rem; height: 2.5rem;
  border-radius: 50%;
  background: var(--green-50);
  color: var(--green-700);
  display: grid; place-items: center;
  margin-bottom: 0.3rem;
}
.card__icon svg { width: 1.25rem; height: 1.25rem; }
.card h3 { font-size: 1.05rem; color: var(--forest-900); }
.card p { font-size: 0.92rem; color: var(--ink-70); line-height: 1.55; }
.card em { font-style: italic; color: var(--green-700); }

/* ---------- Team ---------- */
.team { display: grid; gap: 1.1rem; }
@media (min-width: 820px) { .team { grid-template-columns: 1fr 1fr; } }
.founder {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(1.6rem, 3vw, 2.3rem);
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}
.founder__avatar {
  width: 92px; height: 92px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--green-50);
  box-shadow: 0 0 0 1px rgba(42, 131, 64, 0.2);
  flex: none;
  background: var(--cream);
}
.founder__avatar img { width: 100%; height: 100%; object-fit: cover; }
.founder h3 { font-family: var(--serif); font-size: var(--step-2); font-weight: 400; letter-spacing: -0.014em; color: var(--forest-900); }
.founder .founder__role {
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--green-700);
  margin-top: 0.3rem;
}
.founder > p { font-size: 0.95rem; color: var(--ink-70); }
.founder__tags { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: auto; padding-top: 0.4rem; }
.founder__tags li {
  font-size: 0.74rem;
  letter-spacing: 0.02em;
  border: 1px solid rgba(42, 131, 64, 0.24);
  color: var(--green-700);
  padding: 0.3rem 0.7rem;
  border-radius: 100px;
  background: var(--green-50);
}
.team-note {
  margin-top: clamp(1.75rem, 4vw, 2.5rem);
  padding: clamp(1.3rem, 3vw, 1.8rem);
  border-left: 3px solid var(--green-500);
  background: var(--cream);
  border-radius: 0 var(--radius) var(--radius) 0;
  font-family: var(--serif);
  font-size: var(--step-1);
  line-height: 1.4;
  color: var(--forest-700);
  max-width: 62ch;
}

/* ---------- Waitlist — hero moment ---------- */
.waitlist {
  position: relative;
  background: var(--forest-900);
  color: var(--forest-100);
  overflow: hidden;
  isolation: isolate;
}
.waitlist__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.waitlist__bg img {
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0.62;
}
.waitlist::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(115% 95% at 8% 18%, rgba(18, 48, 31, 0.94) 0%, rgba(18, 48, 31, 0.9) 45%, rgba(11, 34, 21, 0.86) 100%);
}
.waitlist__grid { display: grid; gap: clamp(2.5rem, 5vw, 4.5rem); align-items: center; position: relative; }
@media (min-width: 940px) { .waitlist__grid { grid-template-columns: 0.92fr 1.08fr; } }
.waitlist h2 {
  color: var(--cream);
  max-width: 18ch;
  font-size: clamp(2.2rem, 1.7rem + 2.4vw, 3.6rem);
}
.waitlist h2 em { font-style: italic; color: var(--green-300); }
.waitlist__lede { color: var(--forest-100); opacity: 0.85; margin-top: 1.4rem; max-width: 44ch; }
.waitlist__pts { margin-top: 2.1rem; display: flex; flex-direction: column; gap: 0.9rem; }
.waitlist__pts li {
  display: flex; gap: 0.8rem; align-items: flex-start;
  font-size: 0.97rem; color: var(--forest-100);
}
.waitlist__pts svg { width: 1.15rem; height: 1.15rem; flex: none; margin-top: 0.28rem; color: var(--green-400); }
.waitlist__pts b { color: var(--cream); font-weight: 700; }
.waitlist__urgency {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 2.2rem;
  background: rgba(67, 176, 74, 0.16);
  border: 1px solid rgba(67, 176, 74, 0.4);
  color: var(--green-300);
  border-radius: 100px;
  padding: 0.5rem 1rem;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.waitlist__urgency::before {
  content: "";
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--green-400);
  box-shadow: 0 0 0 0 rgba(92, 192, 99, 0.7);
}
@media (prefers-reduced-motion: no-preference) {
  .waitlist__urgency::before { animation: pulse 2.4s ease-out infinite; }
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(92, 192, 99, 0.6); }
  70% { box-shadow: 0 0 0 9px rgba(92, 192, 99, 0); }
  100% { box-shadow: 0 0 0 0 rgba(92, 192, 99, 0); }
}

.form-card {
  background: var(--cream);
  color: var(--ink);
  border-radius: 16px;
  padding: clamp(1.5rem, 3.4vw, 2.7rem);
  box-shadow: 0 40px 80px -40px rgba(0, 0, 0, 0.7);
}
.form-card__head {
  margin-bottom: 1.6rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid var(--line);
}
.form-card__head h3 {
  font-family: var(--serif);
  font-size: var(--step-2);
  font-weight: 400;
  letter-spacing: -0.014em;
  color: var(--forest-900);
}
.form-card__head p { margin-top: 0.4rem; font-size: 0.9rem; color: var(--ink-70); }
.field { margin-bottom: 1.35rem; }
.field > label, .fieldset__legend {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--forest-700);
  margin-bottom: 0.55rem;
}
.field .opt { color: var(--ink-45); font-weight: 500; text-transform: none; letter-spacing: 0; }
.field input[type="text"], .field input[type="email"] {
  width: 100%;
  font-family: var(--sans);
  font-size: 1rem;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  padding: 0.85rem 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.field input::placeholder { color: var(--ink-45); }
.field input:hover { border-color: var(--green-500); }
.field input:focus {
  outline: none;
  border-color: var(--green-600);
  box-shadow: 0 0 0 3px rgba(67, 176, 74, 0.22);
}
.field .hint { display: block; margin-top: 0.5rem; font-size: 0.8rem; color: var(--ink-45); }

.fieldset { border: 0; padding: 0; margin: 0 0 1.35rem; }
.radios { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.5rem; }
@media (min-width: 520px) { .radios { grid-template-columns: repeat(4, 1fr); } }
.radio { position: relative; display: block; }
.radio input {
  position: absolute;
  opacity: 0;
  inset: 0;
  width: 100%; height: 100%;
  cursor: pointer;
}
.radio span {
  display: block;
  text-align: center;
  font-size: 0.88rem;
  font-weight: 500;
  padding: 0.7rem 0.4rem;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: #fff;
  transition: all 0.18s ease;
}
.radio input:checked + span {
  background: var(--green-600);
  border-color: var(--green-600);
  color: #fff;
  font-weight: 600;
}
.radio input:focus-visible + span { outline: 2.5px solid var(--green-600); outline-offset: 2px; }
.radio:hover span { border-color: var(--green-500); }

.form-foot { margin-top: 1.6rem; }
.form-note { margin-top: 1rem; font-size: 0.8rem; color: var(--ink-45); line-height: 1.5; }
.form-error {
  margin-top: 1rem;
  font-size: 0.88rem;
  color: #8f3a1c;
  background: #fbe9e3;
  border-radius: var(--radius);
  padding: 0.8rem 1rem;
}
.form-error[hidden] { display: none; }

.thanks { text-align: left; }
.thanks[hidden] { display: none; }
.thanks__mark {
  width: 3.4rem; height: 3.4rem;
  border-radius: 50%;
  background: var(--green-500);
  color: #fff;
  display: grid; place-items: center;
  margin-bottom: 1.3rem;
}
.thanks h3 { font-family: var(--serif); font-size: var(--step-2); font-weight: 400; letter-spacing: -0.014em; color: var(--forest-900); }
.thanks p { margin-top: 0.9rem; color: var(--ink-70); }
.thanks .fine { margin-top: 1.2rem; }

/* ---------- Footer ---------- */
.footer-cta {
  background: var(--green-500);
  color: var(--forest-900);
}
.footer-cta__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 2rem;
  padding-block: 1.6rem;
}
.footer-cta p {
  font-family: var(--serif);
  font-size: var(--step-2);
  line-height: 1.15;
  letter-spacing: -0.014em;
}
.footer-cta a.btn {
  background: var(--forest-900);
  color: var(--cream);
  box-shadow: none;
}
.footer-cta a.btn:hover { background: #0a2013; }

.footer {
  background: var(--forest-900);
  color: var(--forest-100);
  padding-block: clamp(2.75rem, 5vw, 4rem);
}
.footer__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1.75rem 2.5rem;
  justify-content: space-between;
  align-items: flex-start;
}
.footer__tag { margin-top: 1rem; font-size: 0.95rem; opacity: 0.75; max-width: 34ch; }
.footer__links { display: flex; flex-direction: column; gap: 0.6rem; }
.footer__links a {
  font-size: 0.9rem;
  opacity: 0.8;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  width: fit-content;
  transition: opacity 0.2s ease, border-color 0.2s ease;
}
.footer__links a:hover { opacity: 1; border-bottom-color: var(--green-400); }
.footer__bottom {
  margin-top: clamp(2rem, 4vw, 3rem);
  padding-top: 1.4rem;
  border-top: 1px solid rgba(216, 230, 222, 0.12);
  display: flex; flex-wrap: wrap; gap: 0.6rem 1.5rem;
  justify-content: space-between;
  font-size: 0.8rem;
  color: var(--forest-300);
}

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(18px); }
@media (prefers-reduced-motion: no-preference) {
  .reveal { transition: opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1), transform 0.75s cubic-bezier(0.22, 1, 0.36, 1); }
}
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; }
  .fstep::before { transition: none; }
}

/* ---------- Small screens ---------- */
@media (max-width: 760px) {
  .nav__inner {
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 0.55rem;
    min-height: 0;
    padding-top: 0.9rem;
    gap: 0.75rem 1rem;
  }
  .nav__left { width: 100%; justify-content: space-between; gap: 0.75rem; }
  .nav__links {
    width: 100%;
    order: 3;
    gap: 1.15rem;
    justify-content: flex-start;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-bottom: 0.15rem;
  }
  .nav__links::-webkit-scrollbar { display: none; }
  .nav__links a { font-size: 0.84rem; white-space: nowrap; }
  .nav__left .btn { flex: none; }
  .callout { flex-direction: column; gap: 0.5rem; align-items: flex-start; }
  .founder { gap: 1rem; }
  .section { scroll-margin-top: 118px; }
  .footer-cta__inner { flex-direction: column; align-items: flex-start; }
  .footer-cta .btn { width: 100%; }
}

/* ==========================================================================
   v3 — Simple landing + subpages
   ========================================================================== */

/* ---------- Landing hero (very simple) ---------- */
.landing-hero {
  padding-top: clamp(3.5rem, 8vw, 6.5rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
  background: var(--cream);
}
.landing-hero__inner {
  max-width: 78ch;
  margin-inline: auto;
  text-align: center;
}
.landing-hero__title {
  max-width: 22ch;
  margin: 0.6rem auto 0;
}
.landing-hero__title em {
  color: var(--green-600);
  font-style: italic;
}
.landing-hero__lede {
  max-width: 58ch;
  margin: 1.6rem auto 0;
  color: var(--ink-70);
}
.landing-hero__cta {
  display: flex;
  gap: 0.9rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2.2rem;
}
.landing-hero__paths {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: clamp(2.5rem, 5vw, 4rem);
  text-align: left;
}
.path-card {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 1.4rem 1.5rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 14px;
  text-decoration: none;
  color: var(--ink);
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
}
.path-card:hover {
  border-color: var(--green-500);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px -18px rgba(31, 107, 52, 0.35);
}
.path-card__tag {
  font-family: var(--sans);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--green-700);
}
.path-card__title {
  font-family: var(--serif);
  font-size: 1.35rem;
  line-height: 1.15;
  color: var(--forest-900);
}
.path-card__arrow {
  position: absolute;
  top: 1.4rem;
  right: 1.4rem;
  font-size: 1.1rem;
  color: var(--green-600);
  transition: transform 0.2s ease;
}
.path-card:hover .path-card__arrow { transform: translateX(4px); }

@media (max-width: 760px) {
  .landing-hero__paths { grid-template-columns: 1fr; }
  .landing-hero__cta .btn { flex: 1 1 auto; }
}

/* ---------- Sub-page hero ---------- */
.sub-hero {
  padding-top: clamp(3rem, 6vw, 5rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
  background: var(--cream);
  border-bottom: 1px solid var(--line);
}
.sub-hero__inner {
  max-width: 68ch;
}
.sub-hero__crumb {
  font-family: var(--sans);
  font-size: 0.85rem;
  color: var(--ink-45);
  margin: 0 0 1.5rem;
}
.sub-hero__crumb a {
  color: var(--forest-700);
  text-decoration: none;
}
.sub-hero__crumb a:hover { text-decoration: underline; }
.sub-hero .display {
  max-width: 20ch;
}
.sub-hero .lede {
  max-width: 62ch;
  margin-top: 1.4rem;
}

/* ---------- Split with single panel ---------- */
.split--single {
  grid-template-columns: 1fr !important;
}
.split--single .panel {
  max-width: 62rem;
  margin-inline: auto;
}

/* ---------- Steps (getting-started rows) ---------- */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 2.5rem;
}
.step {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1.6rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: var(--green-50);
  color: var(--green-700);
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 700;
}
.step h3 {
  font-family: var(--serif);
  font-size: 1.3rem;
  line-height: 1.15;
  color: var(--forest-900);
  margin: 0.2rem 0 0;
}
.step p {
  color: var(--ink-70);
  font-size: 0.98rem;
  line-height: 1.55;
  margin: 0;
}

@media (max-width: 900px) {
  .steps { grid-template-columns: 1fr; }
}

/* ---------- Investor page ---------- */
.investor-hero {
  padding-top: clamp(3.5rem, 8vw, 6.5rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
  background: var(--forest-900);
  color: var(--cream);
  text-align: center;
}
.investor-hero__inner {
  max-width: 68ch;
  margin-inline: auto;
}
.investor-hero .display {
  color: var(--cream);
  max-width: 22ch;
  margin: 0.6rem auto 0;
}
.investor-hero .display em {
  color: var(--green-300);
  font-style: italic;
}
.investor-hero__lede {
  color: var(--forest-100);
  opacity: 0.9;
  max-width: 60ch;
  margin: 1.5rem auto 0;
}
.investor-hero__cta {
  display: flex;
  gap: 0.9rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2.2rem;
}
.investor-hero__contact {
  margin-top: 1.5rem;
  font-family: var(--sans);
  font-size: 0.92rem;
  color: var(--forest-100);
  opacity: 0.8;
}
.investor-hero__contact a {
  color: var(--green-300);
  text-decoration: none;
  font-weight: 500;
}
.investor-hero__contact a:hover { text-decoration: underline; }

/* Ghost button on dark backgrounds */
.btn--ghost-light {
  background: transparent;
  color: var(--cream);
  border: 1.5px solid rgba(216, 230, 222, 0.4);
}
.btn--ghost-light:hover {
  border-color: var(--green-300);
  color: var(--green-300);
  background: rgba(216, 230, 222, 0.06);
}

/* Investor cards */
.investor-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
  margin-top: 2.5rem;
}
.icard {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1.6rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.icard__tag {
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--green-700);
  margin: 0;
}
.icard p:not(.icard__tag) {
  color: var(--ink);
  font-size: 0.98rem;
  line-height: 1.55;
  margin: 0;
}

@media (max-width: 900px) {
  .investor-cards { grid-template-columns: 1fr; }
}

/* Investor closing CTA */
.investor-cta__inner {
  text-align: center;
  max-width: 60ch;
  margin-inline: auto;
}
.investor-cta__actions {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
.investor-cta__founders {
  margin-top: 2rem;
  font-family: var(--sans);
  font-size: 0.88rem;
  color: var(--forest-100);
  opacity: 0.7;
  letter-spacing: 0.02em;
}
