:root {
    --void:      oklch(0.15 0.018 255);
    --abyss:     oklch(0.18 0.020 252);
    --panel:     oklch(0.21 0.022 250);
    --panel-2:   oklch(0.24 0.024 248);
    --line:      oklch(0.32 0.022 248);
    --line-dim:  oklch(0.26 0.020 250);
    --text:      oklch(0.93 0.012 95);
    --text-2:    oklch(0.72 0.018 250);
    --text-3:    oklch(0.58 0.020 250);
    --mint:      oklch(0.85 0.19 162);
    --mint-deep: oklch(0.56 0.12 168);
    --mint-dark: oklch(0.33 0.07 168);
    --mint-ink:  oklch(0.18 0.04 170);
    --amber:     oklch(0.82 0.11 80);
    --amber-deep:oklch(0.46 0.07 70);
    --ease: cubic-bezier(0.16, 1, 0.3, 1);
    --mono: "Spline Sans Mono", ui-monospace, monospace;
    --display: "Unbounded", sans-serif;
    --body: "Schibsted Grotesk", system-ui, sans-serif;
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }
  html { overflow-x: clip; scroll-behavior: smooth; }
  @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

  body {
    background: var(--void);
    color: var(--text);
    font-family: var(--body);
    font-size: 1.0625rem;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    overflow-x: clip;
  }

  ::selection { background: var(--mint); color: var(--mint-ink); }

  .skip-link {
    position: absolute; left: 1rem; top: -4rem;
    background: var(--mint); color: var(--mint-ink);
    padding: 0.6rem 1.2rem; font-family: var(--mono); font-size: 0.8rem;
    z-index: 200; transition: top 0.2s var(--ease); text-decoration: none;
  }
  .skip-link:focus { top: 1rem; }

  a { color: inherit; }
  :focus-visible { outline: 2px solid var(--mint); outline-offset: 3px; }

  .wrap { width: min(1180px, 100% - clamp(2.5rem, 7vw, 6rem)); margin-inline: auto; }

  /* ---------- header ---------- */
  .site-head {
    position: sticky; top: 0; z-index: 100;
    background: var(--void);
    border-bottom: 1px solid var(--line-dim);
  }
  .head-in {
    display: flex; align-items: center; gap: 2.5rem;
    padding: 1.05rem 0;
  }
  .wordmark {
    font-family: var(--display); font-weight: 600; font-size: 0.95rem;
    letter-spacing: 0.02em; text-decoration: none; white-space: nowrap;
  }
  .wordmark .tld { color: var(--mint); }
  .head-nav { display: flex; gap: 1.8rem; margin-left: auto; }
  .head-nav a {
    font-family: var(--mono); font-size: 0.78rem; letter-spacing: 0.06em;
    text-transform: uppercase; text-decoration: none; color: var(--text-2);
    transition: color 0.25s var(--ease);
  }
  .head-nav a:hover { color: var(--mint); }
  .head-cta {
    font-family: var(--mono); font-size: 0.78rem; letter-spacing: 0.06em;
    text-transform: uppercase; text-decoration: none;
    color: var(--mint-ink); background: var(--mint);
    padding: 0.65rem 1.25rem; white-space: nowrap;
    transition: transform 0.3s var(--ease), background 0.3s var(--ease);
  }
  .head-cta:hover { background: var(--text); }
  @media (max-width: 760px) {
    .head-nav { display: none; }
    .head-cta { margin-left: auto; }
  }

  /* ---------- hero ---------- */
  .hero {
    position: relative;
    min-height: max(88vh, 40rem);
    display: flex; align-items: center;
    border-bottom: 1px solid var(--line-dim);
    overflow: clip;
  }
  .net-layer {
    position: absolute; inset: 0; z-index: 0; pointer-events: none;
  }
  .net-layer canvas, .net-layer svg { width: 100%; height: 100%; display: block; }
  .net-layer::after {
    content: ""; position: absolute; inset: 0; z-index: 1;
    background:
      radial-gradient(ellipse 70% 60% at 32% 58%, oklch(0.15 0.018 255 / 0.62), transparent 70%),
      linear-gradient(180deg, oklch(0.15 0.018 255 / 0.5), transparent 22%);
  }
  .hero-in { position: relative; z-index: 1; padding: clamp(5rem, 10vh, 8rem) 0; }
  .hero-eyebrow {
    font-family: var(--mono); font-size: 0.78rem; letter-spacing: 0.14em;
    text-transform: uppercase; color: var(--mint);
    display: flex; align-items: center; gap: 0.8rem;
  }
  .hero-eyebrow::before {
    content: ""; width: 2.4rem; height: 1px; background: var(--mint); display: inline-block;
  }
  .hero h1 {
    font-family: var(--display);
    font-weight: 600;
    font-size: clamp(3rem, 11.2vw, 9.2rem);
    line-height: 1.02;
    letter-spacing: -0.01em;
    margin: 1.4rem 0 0;
  }
  .hero h1 .dot { color: var(--mint); }
  .hero-def {
    display: grid; grid-template-columns: minmax(0, 30rem) 1fr;
    gap: 2rem; margin-top: 2.6rem; align-items: end;
  }
  .hero-def p { color: var(--text-2); font-size: clamp(1.05rem, 1.5vw, 1.2rem); }
  .hero-def p strong { color: var(--text); font-weight: 600; }
  .hero-def p .mint { color: var(--mint); font-weight: 600; }
  @media (max-width: 900px) { .hero-def { grid-template-columns: 1fr; } }

  .hero-ctas { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.4rem; }
  .btn {
    display: inline-flex; align-items: center; gap: 0.7rem;
    font-family: var(--mono); font-size: 0.85rem; letter-spacing: 0.05em;
    text-transform: uppercase; text-decoration: none;
    padding: 1.05rem 1.7rem; border: 1px solid transparent;
    transition: transform 0.35s var(--ease), background 0.35s var(--ease),
                color 0.35s var(--ease), border-color 0.35s var(--ease);
    will-change: transform;
  }
  .btn-fill { background: var(--mint); color: var(--mint-ink); }
  .btn-fill:hover { background: var(--text); }
  .btn-ghost { border-color: var(--line); color: var(--text); }
  .btn-ghost:hover { border-color: var(--mint); color: var(--mint); }

  .hero-facts {
    margin-top: clamp(3rem, 7vh, 5rem);
    border-top: 1px solid var(--line-dim);
    padding-top: 1.4rem;
    display: flex; flex-wrap: wrap; gap: 0.6rem 2.6rem;
    font-family: var(--mono); font-size: 0.78rem; letter-spacing: 0.05em;
    color: var(--text-3); text-transform: uppercase;
  }
  .hero-facts b { color: var(--text-2); font-weight: 500; }

  /* ---------- ticker ---------- */
  .ticker {
    border-bottom: 1px solid var(--line-dim);
    background: var(--abyss);
    overflow: clip; padding: 0.85rem 0;
  }
  .ticker-track {
    display: flex; gap: 3.5rem; width: max-content;
    font-family: var(--mono); font-size: 0.78rem; letter-spacing: 0.1em;
    text-transform: uppercase; color: var(--text-3); white-space: nowrap;
    animation: tick 46s linear infinite;
  }
  .ticker-track .up { color: var(--mint); }
  @keyframes tick { to { transform: translateX(-50%); } }
  @media (prefers-reduced-motion: reduce) { .ticker-track { animation: none; } }

  /* ---------- section scaffolding ---------- */
  section { padding: clamp(5rem, 12vh, 8.5rem) 0; }
  .sec-mark {
    font-family: var(--mono); font-size: 0.8rem; letter-spacing: 0.12em;
    text-transform: uppercase; color: var(--text-3);
    display: flex; align-items: baseline; gap: 1rem; margin-bottom: 1.6rem;
  }
  .sec-mark .hex { color: var(--mint); }
  .sec-mark::after { content: ""; flex: 1; height: 1px; background: var(--line-dim); align-self: center; }
  h2 {
    font-family: var(--display); font-weight: 500;
    font-size: clamp(1.7rem, 3.6vw, 2.7rem);
    line-height: 1.18; letter-spacing: -0.005em;
    max-width: 22ch;
  }
  .sec-intro { color: var(--text-2); max-width: 56ch; margin-top: 1.3rem; font-size: 1.1rem; }

  /* ---------- pathways ledger ---------- */
  .ledger { margin-top: clamp(2.5rem, 6vh, 4rem); border-top: 1px solid var(--line); }
  .entry {
    position: relative;
    display: grid;
    grid-template-columns: 5.5rem minmax(14rem, 1.1fr) 1.6fr auto;
    gap: 1.5rem 2.5rem; align-items: center;
    padding: 2.4rem 0;
    border-bottom: 1px solid var(--line);
    text-decoration: none;
    transition: background 0.35s var(--ease);
  }
  .entry::after {
    content: ""; position: absolute; left: 0; bottom: -1px; height: 1px; width: 100%;
    background: var(--mint); transform: scaleX(0); transform-origin: left;
    transition: transform 0.6s var(--ease);
  }
  .entry:hover { background: var(--abyss); }
  .entry:hover::after { transform: scaleX(1); }
  .entry-ix {
    font-family: var(--mono); font-size: 0.85rem; color: var(--text-3);
    display: grid; gap: 0.5rem;
  }
  .entry-ix .hex { color: var(--mint-deep); }
  .conf {
    display: inline-flex; align-items: center; gap: 0.45rem;
    font-size: 0.68rem; letter-spacing: 0.08em; color: var(--text-3);
  }
  .conf .dot {
    width: 0.5rem; height: 0.5rem; border-radius: 50%;
    border: 1px solid var(--mint-deep); background: transparent;
    transition: background 0.5s var(--ease), box-shadow 0.5s var(--ease);
  }
  .entry.is-confirmed .conf .dot { background: var(--mint); border-color: var(--mint); }
  .entry.is-confirmed .conf .lbl { color: var(--mint); }
  .entry-name h3 {
    font-family: var(--display); font-weight: 500;
    font-size: clamp(1.25rem, 2.1vw, 1.7rem); line-height: 1.2;
  }
  .chip {
    display: inline-block; margin-top: 0.7rem;
    font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.1em;
    text-transform: uppercase; padding: 0.32rem 0.65rem;
    border: 1px solid var(--line); color: var(--text-2);
  }
  .chip-final { border-color: var(--mint-deep); color: var(--mint); }
  .entry-desc { color: var(--text-2); font-size: 1rem; max-width: 46ch; }
  .entry-go {
    font-family: var(--mono); font-size: 0.8rem; letter-spacing: 0.06em;
    text-transform: uppercase; color: var(--text-3);
    display: inline-flex; align-items: center; gap: 0.6rem;
    transition: color 0.3s var(--ease);
  }
  .entry-go .arr { transition: transform 0.35s var(--ease); display: inline-block; }
  .entry:hover .entry-go { color: var(--mint); }
  .entry:hover .entry-go .arr { transform: translateX(0.4rem); }
  @media (max-width: 900px) {
    .entry { grid-template-columns: 1fr; gap: 0.9rem; padding: 2rem 0; }
    .entry-ix { grid-auto-flow: column; justify-content: start; gap: 1.4rem; align-items: center; }
  }

  /* ---------- only band ---------- */
  .only {
    background: var(--mint); color: var(--mint-ink);
    padding: clamp(3.5rem, 9vh, 6rem) 0;
  }
  .only p {
    font-family: var(--display); font-weight: 500;
    font-size: clamp(1.4rem, 3.4vw, 2.6rem); line-height: 1.25;
    max-width: 24ch;
  }
  .only .mono-note {
    font-family: var(--mono); font-size: 0.78rem; letter-spacing: 0.12em;
    text-transform: uppercase; margin-bottom: 1.6rem; opacity: 0.75;
    display: block;
  }

  /* ---------- method ---------- */
  .method-grid {
    margin-top: clamp(2.5rem, 6vh, 4rem);
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
    border-top: 1px solid var(--line); border-left: 1px solid var(--line);
  }
  .method-cell {
    border-right: 1px solid var(--line); border-bottom: 1px solid var(--line);
    padding: 2.2rem 2rem 2.6rem;
    background: var(--void);
    transition: background 0.4s var(--ease);
  }
  .method-cell:hover { background: var(--abyss); }
  .method-cell .ix {
    font-family: var(--mono); font-size: 0.78rem; color: var(--mint);
    letter-spacing: 0.1em;
  }
  .method-cell h3 {
    font-family: var(--display); font-weight: 500; font-size: 1.15rem;
    margin: 1.2rem 0 0.8rem; line-height: 1.3;
  }
  .method-cell p { color: var(--text-2); font-size: 0.98rem; }
  .method-cell:nth-child(2) { transform: translateY(2.2rem); }
  @media (max-width: 900px) {
    .method-grid { grid-template-columns: 1fr; }
    .method-cell:nth-child(2) { transform: none; }
    .method-grid { padding-bottom: 0; }
  }
  @media (min-width: 901px) { .method-grid { padding-bottom: 2.2rem; } }

  /* ---------- evidence band (full bleed image) ---------- */
  .evidence {
    width: 100vw; margin-left: calc(50% - 50vw);
    margin-top: clamp(4rem, 9vh, 6.5rem);
    position: relative; overflow: clip;
    background: var(--mint-dark);
  }
  .evidence img {
    width: 100%; height: clamp(18rem, 48vw, 30rem); object-fit: cover; display: block;
    filter: grayscale(1) contrast(1.12) brightness(0.95);
    mix-blend-mode: luminosity; opacity: 0.85;
  }
  .evidence figcaption {
    position: absolute; left: clamp(1.5rem, 5vw, 4rem); bottom: 1.4rem;
    font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.12em;
    text-transform: uppercase; color: var(--text);
    background: var(--void); padding: 0.5rem 0.9rem;
  }
  .evidence figcaption .hex { color: var(--mint); }

  /* ---------- attorney ---------- */
  .counsel { border-top: 1px solid var(--line-dim); background: var(--abyss); }
  .counsel-grid {
    display: grid; grid-template-columns: minmax(16rem, 24rem) 1fr;
    gap: clamp(2.5rem, 6vw, 5rem); align-items: center;
    margin-top: clamp(2.5rem, 6vh, 4rem);
  }
  .portrait {
    position: relative; background: var(--amber-deep); overflow: clip;
  }
  .portrait img {
    width: 100%; aspect-ratio: 1 / 1.12; object-fit: cover; display: block;
    filter: grayscale(1) contrast(1.08) brightness(1.0);
    mix-blend-mode: luminosity; opacity: 0.92;
  }
  .portrait::after {
    content: ""; position: absolute; inset: 0;
    border: 1px solid var(--line); pointer-events: none;
  }
  .portrait .tag {
    position: absolute; top: 1rem; left: 1rem;
    font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.12em;
    text-transform: uppercase; color: var(--text);
    background: var(--void); padding: 0.4rem 0.7rem;
  }
  .counsel-name {
    font-family: var(--display); font-weight: 500;
    font-size: clamp(1.5rem, 2.8vw, 2.2rem); line-height: 1.2;
    display: flex; align-items: baseline; gap: 0.7rem; flex-wrap: wrap;
  }
  .verified {
    width: 1.05em; height: 1.05em; flex: none; align-self: center;
    color: var(--mint);
  }
  .counsel-role {
    font-family: var(--mono); font-size: 0.8rem; letter-spacing: 0.12em;
    text-transform: uppercase; color: var(--mint); margin-top: 0.8rem;
  }
  .counsel-bio { color: var(--text-2); margin-top: 1.5rem; max-width: 52ch; font-size: 1.08rem; }
  @media (max-width: 900px) {
    .counsel-grid { grid-template-columns: 1fr; }
    .portrait { max-width: 22rem; }
  }

  /* ---------- assessment ---------- */
  .assess-grid {
    display: grid; grid-template-columns: 1.05fr 1fr;
    gap: clamp(2.5rem, 6vw, 5.5rem);
    margin-top: clamp(2.5rem, 6vh, 4rem);
  }
  @media (max-width: 900px) { .assess-grid { grid-template-columns: 1fr; } }
  .assess-copy p { color: var(--text-2); font-size: 1.1rem; max-width: 50ch; }
  .assess-copy .call {
    margin-top: 2rem; font-family: var(--mono); font-size: 0.85rem;
    letter-spacing: 0.05em; text-transform: uppercase; color: var(--text-3);
  }
  .assess-copy .call a { color: var(--mint); text-decoration: none; }
  .assess-copy .call a:hover { text-decoration: underline; }

  .intake {
    border: 1px solid var(--line); background: var(--abyss);
    padding: clamp(1.8rem, 4vw, 2.8rem); position: relative;
  }
  .intake-head {
    font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.12em;
    text-transform: uppercase; color: var(--text-3);
    display: flex; justify-content: space-between; gap: 1rem;
    border-bottom: 1px solid var(--line-dim); padding-bottom: 1.1rem; margin-bottom: 1.6rem;
  }
  .intake-head .hex { color: var(--mint); }
  .field { margin-bottom: 1.4rem; }
  .field label {
    display: block; font-family: var(--mono); font-size: 0.72rem;
    letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-2);
    margin-bottom: 0.55rem;
  }
  .field input, .field select, .field textarea {
    width: 100%; background: var(--void); border: 1px solid var(--line);
    color: var(--text); font-family: var(--body); font-size: 1rem;
    padding: 0.85rem 1rem; transition: border-color 0.3s var(--ease);
    border-radius: 0;
  }
  .field select { appearance: none; background-image: none; }
  .field textarea { min-height: 7rem; resize: vertical; }
  .field input:focus, .field select:focus, .field textarea:focus {
    outline: none; border-color: var(--mint);
  }
  .intake .btn { width: 100%; justify-content: center; border: 0; cursor: pointer; font-size: 0.85rem; }
  .intake-note {
    margin-top: 1.1rem; font-size: 0.82rem; color: var(--text-3); line-height: 1.5;
  }
  .receipt {
    display: none; margin-top: 1.2rem; border: 1px solid var(--mint-deep);
    padding: 0.9rem 1.1rem; font-family: var(--mono); font-size: 0.78rem;
    letter-spacing: 0.08em; text-transform: uppercase; color: var(--mint);
  }
  .receipt.show { display: block; }

  /* ---------- footer ---------- */
  footer { border-top: 1px solid var(--line); background: var(--void); padding: 4rem 0 2.5rem; }
  .foot-grid {
    display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2.5rem;
  }
  @media (max-width: 760px) { .foot-grid { grid-template-columns: 1fr; } }
  .foot-grid h4 {
    font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.12em;
    text-transform: uppercase; color: var(--text-3); margin-bottom: 1rem; font-weight: 500;
  }
  .foot-grid ul { list-style: none; }
  .foot-grid li { margin-bottom: 0.55rem; }
  .foot-grid a { color: var(--text-2); text-decoration: none; transition: color 0.25s var(--ease); }
  .foot-grid a:hover { color: var(--mint); }
  .foot-id .wordmark { font-size: 1.05rem; }
  .foot-id address { font-style: normal; color: var(--text-2); margin-top: 1.1rem; line-height: 1.7; }
  .foot-id address a { color: var(--mint); text-decoration: none; }
  .disclaimer {
    margin-top: 3rem; padding-top: 1.6rem; border-top: 1px solid var(--line-dim);
    color: var(--text-3); font-size: 0.85rem; max-width: 75ch;
  }
  .copyright {
    margin-top: 1.2rem; font-family: var(--mono); font-size: 0.72rem;
    letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-3);
  }

  /* ---------- reveal primitives ---------- */
  .rv { opacity: 1; }
  .js .rv { opacity: 0; transform: translateY(1.6rem); }
  .js .rv.is-in { opacity: 1; transform: none; transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); }
  @media (prefers-reduced-motion: reduce) {
    .js .rv { opacity: 1; transform: none; transition: none; }
  }

/* ============================================================
   PATHWAY PAGES — components layered on the shared system
   ============================================================ */

/* hero */
.hero.phero { min-height: max(80vh, 38rem); }
.phero-title {
  font-family: var(--display); font-weight: 600;
  font-size: clamp(3.4rem, 12vw, 9.2rem); line-height: 0.98;
  letter-spacing: -0.01em; margin: 1.2rem 0 0;
}
.phero-title .dot { color: var(--mint); }
.phero-name {
  display: block; font-family: var(--display); font-weight: 500;
  font-size: clamp(1.3rem, 3.2vw, 2.3rem); color: var(--text);
  margin-top: 0.5rem; line-height: 1.1;
}
.phero-lead {
  color: var(--text); font-size: clamp(1.15rem, 2vw, 1.5rem);
  max-width: 32ch; margin-top: 1.9rem; line-height: 1.32;
}
.phero-sub { color: var(--text-2); max-width: 48ch; margin-top: 1rem; font-size: 1.05rem; }

/* at a glance — key facts */
.facts { margin-top: clamp(2.5rem, 6vh, 4rem); border-top: 1px solid var(--line); }
.facts > div {
  display: grid; grid-template-columns: minmax(8rem, 15rem) 1fr;
  gap: 0.5rem 2.5rem; padding: 1.35rem 0;
  border-bottom: 1px solid var(--line); align-items: baseline;
}
.facts dt {
  font-family: var(--mono); font-size: 0.76rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--text-3);
}
.facts dd { color: var(--text); font-size: 1.05rem; }
.facts dd .big { color: var(--mint); font-weight: 600; }
.facts dd .muted { color: var(--text-3); font-size: 0.92rem; }
@media (max-width: 680px) { .facts > div { grid-template-columns: 1fr; gap: 0.3rem; } }

/* what you get — numbered gains */
.gains { margin-top: clamp(2.5rem, 6vh, 4rem); border-top: 1px solid var(--line); }
.gain {
  display: grid; grid-template-columns: 4.5rem 1fr; gap: 1rem 2rem;
  padding: 1.5rem 0; border-bottom: 1px solid var(--line); align-items: baseline;
}
.gain .n { font-family: var(--mono); font-size: 0.95rem; color: var(--mint-deep); }
.gain h3 { font-family: var(--display); font-weight: 500; font-size: 1.15rem; line-height: 1.3; margin-bottom: 0.4rem; }
.gain p { color: var(--text-2); font-size: 1.02rem; }

/* what we'll need — checklist */
.need-list { margin-top: clamp(2.5rem, 6vh, 4rem); border-top: 1px solid var(--line); }
.need-item {
  display: grid; grid-template-columns: 1.5rem 1fr; gap: 1.1rem;
  padding: 1.4rem 0; border-bottom: 1px solid var(--line); align-items: start;
}
.need-item .tick { width: 1.4rem; height: 1.4rem; color: var(--mint); flex: none; margin-top: 0.15rem; }
.need-item p { color: var(--text-2); font-size: 1.02rem; }
.need-item p b { color: var(--text); font-weight: 600; }
.note { margin-top: 2.2rem; border: 1px solid var(--line-dim); padding: 1.3rem 1.5rem; color: var(--text-3); font-size: 0.9rem; max-width: 70ch; }
.note .note-h { font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-2); display: block; margin-bottom: 0.55rem; }

/* where this can lead — outlook */
.leads { margin-top: clamp(2.5rem, 6vh, 4rem); border-top: 1px solid var(--line); }
.lead {
  display: grid; grid-template-columns: 2.2rem 1fr; gap: 1.2rem;
  padding: 1.5rem 0; border-bottom: 1px solid var(--line); align-items: baseline;
}
.lead .arr { color: var(--mint); font-family: var(--mono); font-size: 1.1rem; }
.lead h3 { font-family: var(--display); font-weight: 500; font-size: 1.1rem; margin-bottom: 0.3rem; }
.lead p { color: var(--text-2); font-size: 1.02rem; }

/* eligibility CTA band (mint) */
.cta-band { background: var(--mint); color: var(--mint-ink); }
.cta-band .sec-mark { color: var(--mint-ink); opacity: 0.72; }
.cta-band .sec-mark .hex { color: var(--mint-ink); }
.cta-band .sec-mark::after { background: oklch(0.18 0.04 170 / 0.28); }
.cta-band h2 { color: var(--mint-ink); }
.cta-band .cta-sub { color: var(--mint-ink); opacity: 0.84; max-width: 50ch; margin-top: 1.2rem; font-size: 1.1rem; }
.btn-dark { background: var(--void); color: var(--text); }
.btn-dark:hover { background: var(--abyss); }
.btn-outline-dark { border-color: var(--mint-ink); color: var(--mint-ink); }
.btn-outline-dark:hover { background: var(--mint-ink); color: var(--mint); }

/* other routes — cross-links */
.routes { margin-top: clamp(2.5rem, 6vh, 4rem); display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
@media (max-width: 700px) { .routes { grid-template-columns: 1fr; } }
.route-card {
  border: 1px solid var(--line); background: var(--abyss); padding: 2rem;
  text-decoration: none; display: block;
  transition: border-color 0.35s var(--ease), transform 0.35s var(--ease);
}
.route-card:hover { border-color: var(--mint-deep); transform: translateY(-3px); }
.route-card .tag { font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mint); }
.route-card h3 { font-family: var(--display); font-weight: 500; font-size: 1.3rem; margin: 0.9rem 0 0.6rem; }
.route-card p { color: var(--text-2); font-size: 0.98rem; }
.route-card .go { margin-top: 1.2rem; font-family: var(--mono); font-size: 0.8rem; text-transform: uppercase; color: var(--text-3); display: inline-flex; gap: 0.5rem; }
.route-card .go .arr { transition: transform 0.35s var(--ease); }
.route-card:hover .go { color: var(--mint); }
.route-card:hover .go .arr { transform: translateX(0.35rem); }

/* who-it-fits cells that are a bare statement (number + sentence, no heading) */
.method-cell .ix + p { margin-top: 1.1rem; font-size: 1.08rem; color: var(--text); line-height: 1.45; }

/* ============================================================
   FLUENTFORMS — styles the [fluentform] shortcode output to
   match the intake panel. Scoped to .iv-fluentform wrapper.
   ============================================================ */
.iv-fluentform .fluentform { background: transparent; margin: 0; }
.iv-fluentform .ff-el-group { margin-bottom: 1.4rem; }
.iv-fluentform .ff-el-group:last-child { margin-bottom: 0; }

.iv-fluentform .ff-el-input--label label {
  font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--text-2); font-weight: 500;
  margin-bottom: 0.55rem; line-height: 1.4;
}
.iv-fluentform .ff-el-input--label .text-danger,
.iv-fluentform .ff-el-is-required-symbol { color: var(--mint); }

.iv-fluentform .ff-el-form-control {
  width: 100%; background: var(--void) !important; color: var(--text) !important;
  border: 1px solid var(--line) !important; border-radius: 0 !important;
  font-family: var(--body); font-size: 1rem; line-height: 1.5;
  padding: 0.85rem 1rem; box-shadow: none !important;
  transition: border-color 0.3s var(--ease);
}
.iv-fluentform .ff-el-form-control::placeholder { color: var(--text-3); opacity: 1; }
.iv-fluentform .ff-el-form-control:focus {
  outline: none; border-color: var(--mint) !important; box-shadow: none !important;
}
.iv-fluentform textarea.ff-el-form-control { min-height: 7rem; resize: vertical; }
.iv-fluentform select.ff-el-form-control {
  appearance: none; -webkit-appearance: none; padding-right: 2.4rem;
  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 1l5 5 5-5' stroke='%237b8696' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 1rem center;
}

.iv-fluentform input[type="checkbox"],
.iv-fluentform input[type="radio"] { accent-color: var(--mint); width: 1rem; height: 1rem; }
.iv-fluentform .ff-el-form-check-label,
.iv-fluentform .ff-el-form-check { color: var(--text-2); font-size: 0.98rem; }

.iv-fluentform .ff-el-help-message { color: var(--text-3); font-size: 0.82rem; margin-top: 0.4rem; }
.iv-fluentform .ff-el-is-error .ff-el-form-control { border-color: oklch(0.62 0.2 25) !important; }
.iv-fluentform .error.text-danger,
.iv-fluentform .ff-el-is-error .error { color: oklch(0.72 0.17 25); font-size: 0.8rem; margin-top: 0.4rem; }

/* submit button — mirrors .btn .btn-fill */
.iv-fluentform .ff-btn-submit,
.iv-fluentform button[type="submit"] {
  display: inline-flex; align-items: center; justify-content: center; width: 100%;
  font-family: var(--mono); font-size: 0.85rem; letter-spacing: 0.05em;
  text-transform: uppercase; text-decoration: none;
  padding: 1.05rem 1.7rem; border: 0 !important; border-radius: 0 !important;
  background: var(--mint) !important; color: var(--mint-ink) !important;
  cursor: pointer; box-shadow: none !important;
  transition: background 0.35s var(--ease), transform 0.3s var(--ease);
}
.iv-fluentform .ff-btn-submit:hover,
.iv-fluentform button[type="submit"]:hover { background: var(--text) !important; }

.iv-fluentform .ff-message-success,
.iv-fluentform .ff_submit_success {
  border: 1px solid var(--mint-deep); color: var(--mint); background: transparent;
  padding: 1rem 1.2rem; font-family: var(--mono); font-size: 0.85rem; letter-spacing: 0.04em;
}

/* raw shortcode text shown only in the static (non-WordPress) preview */
.iv-fluentform { font-family: var(--mono); font-size: 0.82rem; color: var(--text-3); letter-spacing: 0.04em; }
