/* ============================================================
   Catemo — website (V2.1)
   Built on the Catemo Design System (v4 · Stone · Teal · Coral).
   tokens.css must be loaded BEFORE this file.
   Only design-system tokens are used; no invented colours.
   ============================================================ */

body {
  font-size: 16px;
  color: var(--ink-3);
}

a { color: inherit; text-decoration: none; }

.wrap {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 40px;
}
.wrap-narrow { max-width: 940px; }

::selection { background: var(--teal-soft); color: var(--teal-2); }

/* ── shared eyebrow ─────────────────────────────────────────── */
.eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow .tick { color: var(--teal); }

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(250, 250, 248, 0.82);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 14px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.nav-logo { display: flex; align-items: center; }
.nav-logo img { height: 30px; display: block; }
.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
}
.nav-link {
  font-size: 14.5px;
  color: var(--ink-3);
  font-weight: 500;
  transition: color 140ms ease;
}
.nav-link:hover { color: var(--teal); }
.nav-link.current { color: var(--ink); }
.nav-link.current::after {
  content: "";
  display: block;
  height: 2px;
  background: var(--teal);
  border-radius: 2px;
  margin-top: 3px;
}

/* ============================================================
   BUTTONS (from design system component css)
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  height: 44px; padding: 0 20px;
  border: 1px solid transparent; border-radius: var(--r-pill);
  font-family: var(--sans); font-weight: 500; font-size: 15px; line-height: 1;
  cursor: pointer; white-space: nowrap; color: var(--ink);
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 120ms ease, box-shadow 160ms ease;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--teal); color: var(--surface); border-color: var(--teal); box-shadow: var(--shadow-key); }
.btn-primary:hover { background: var(--teal-2); }
.btn-secondary { background: var(--surface); color: var(--ink); border-color: var(--line); }
.btn-secondary:hover { background: var(--surface-2); border-color: var(--ink-3); }
.btn-ghost { background: transparent; color: var(--ink); padding: 0 4px; }
.btn-ghost:hover { color: var(--teal); }
.btn-sm { height: 36px; padding: 0 14px; font-size: 13.5px; }
.btn .arrow { transition: transform 160ms ease; display: inline-block; }
.btn:hover .arrow { transform: translateX(3px); }

/* ============================================================
   SECTIONS
   ============================================================ */
.section { padding: 104px 0; border-top: 1px solid var(--line); }
.section:first-of-type { border-top: none; }
.section-tight { padding: 80px 0; }

.section-head { max-width: 720px; margin-bottom: 56px; }
.section-head .eyebrow { margin-bottom: 20px; }
.section-head h2 {
  font-family: var(--display);
  font-size: 40px;
  line-height: 1.07;
  letter-spacing: -0.028em;
  font-weight: 500;
  font-variation-settings: "opsz" 44, "wght" 500;
  color: var(--ink);
  text-wrap: balance;
}
.section-head p {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.55;
  color: var(--muted);
  max-width: 60ch;
}
em.accent { font-style: italic; color: var(--teal); }

/* ============================================================
   HERO (P1)
   ============================================================ */
.hero {
  position: relative;
  padding: 96px 0 84px;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: center;
}
.hero-eyebrow { margin-bottom: 26px; }
.hero h1 {
  font-family: var(--display);
  font-size: clamp(40px, 5vw, 60px);
  line-height: 1.02;
  letter-spacing: -0.035em;
  font-weight: 500;
  font-variation-settings: "opsz" 72, "wght" 500;
  color: var(--ink);
  text-wrap: balance;
}
.hero h1 em { font-style: italic; color: var(--teal); }
.hero-sub {
  margin-top: 26px;
  font-size: 19px;
  line-height: 1.55;
  color: var(--muted);
  max-width: 52ch;
}
.hero-cta {
  margin-top: 38px;
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}
.hero-meta {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--muted);
}

/* Hero instrument — a live mini-analysis: missie → rollen × organisaties → uitvoerbare keten */
.instrument {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-pop);
  padding: 22px;
  overflow: hidden;
}
.instrument::before {
  content: "";
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(28,25,23,0.045) 1px, transparent 1px);
  background-size: 20px 20px;
  pointer-events: none;
}
.inst-top {
  position: relative;
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 16px;
}
.inst-live {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase;
  color: #4d7c0f;
}
.inst-region {
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--muted-2);
}
.inst-flow { position: relative; }
.inst-k {
  font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--muted-2); margin-bottom: 9px;
}

/* stage 1 — the question, in a composer-style field */
.inst-missie {
  position: relative;
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 13px 15px;
}
.inst-prompt {
  font-family: var(--display);
  font-size: 15.5px; font-weight: 500;
  font-variation-settings: "opsz" 16, "wght" 500;
  letter-spacing: -0.012em; color: var(--ink); line-height: 1.32;
}
.inst-prompt .caret {
  color: var(--teal); font-family: var(--sans); font-weight: 400;
  animation: instCaret 1.1s steps(1) infinite;
}
@keyframes instCaret { 50% { opacity: 0; } }

/* connector spine */
.inst-spine { position: relative; height: 20px; margin-left: 19px; }
.inst-spine::before {
  content: "";
  position: absolute; left: 0; top: -2px; bottom: -2px;
  width: 2px; border-radius: 2px;
  background: linear-gradient(180deg, var(--teal) 0%, var(--line) 100%);
}

/* stage 2 — roles with matched-organisation dots */
.inst-roles { position: relative; display: flex; flex-direction: column; gap: 7px; }
.inst-role {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 10px 13px;
}
.inst-role.is-gap {
  background: linear-gradient(90deg, var(--amber-soft) 0%, rgba(255,228,230,0) 82%);
  border-color: var(--amber-soft);
}
.ir-name {
  font-family: var(--display);
  font-size: 13.5px; font-weight: 500;
  font-variation-settings: "opsz" 14, "wght" 500;
  color: var(--ink); letter-spacing: -0.008em;
}
.ir-dots { display: inline-flex; gap: 4px; align-items: center; }
.ir-dots i { width: 9px; height: 9px; border-radius: 3px; display: inline-block; }
.ir-dots i.s-strong { background: var(--lime); }
.ir-dots i.s-medium { background: var(--amber); }
.ir-dots i.s-faint  { background: var(--line); }
.ir-gap {
  font-family: var(--mono); font-size: 9px; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--amber-2); display: inline-flex; align-items: center; gap: 5px; white-space: nowrap;
}
.ir-gap .gd { width: 7px; height: 7px; border-radius: 50%; background: var(--amber-2); display: inline-block; }

/* stage 3 — the executable chain as a filled bar */
.inst-result { position: relative; }
.inst-result.is-final {
  background: linear-gradient(180deg, var(--teal-soft) 0%, rgba(204,251,241,0) 90%);
  border: 1px solid var(--teal);
  border-radius: var(--r-lg);
  padding: 14px 15px;
}
.inst-bar { display: flex; gap: 3px; }
.inst-bar i { height: 11px; flex: 1; border-radius: 2px; background: var(--teal); }
.inst-bar i.gap { background: var(--amber); }
.inst-result-legend {
  margin-top: 11px; display: flex; align-items: baseline; justify-content: space-between; gap: 12px;
}
.inst-result-legend .lg-main {
  font-family: var(--display); font-size: 15px; font-weight: 500;
  font-variation-settings: "opsz" 16, "wght" 500; color: var(--ink); letter-spacing: -0.01em;
}
.inst-result-legend .lg-sub {
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--amber-2);
}

/* ============================================================
   PROBLEM / SHIFT statement blocks
   ============================================================ */
.statement {
  font-family: var(--display);
  font-size: clamp(28px, 3.6vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.025em;
  font-weight: 500;
  font-variation-settings: "opsz" 44, "wght" 500;
  color: var(--ink);
  max-width: 22ch;
  text-wrap: balance;
}
.statement em { font-style: italic; color: var(--teal); }
.statement-sub {
  margin-top: 26px;
  font-size: 18px;
  line-height: 1.6;
  color: var(--muted);
  max-width: 56ch;
}

.fail-grid {
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.fail-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-1);
  padding: 22px;
}
.fail-card .fc-tag {
  font-family: var(--mono);
  font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--amber-2);
  margin-bottom: 12px;
}
.fail-card .fc-title {
  font-family: var(--display);
  font-size: 18px; font-weight: 500;
  font-variation-settings: "opsz" 20, "wght" 500;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin-bottom: 8px;
}
.fail-card p { font-size: 14.5px; color: var(--muted); line-height: 1.55; }

/* split layout for shift section */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

/* ============================================================
   EXAMPLE BLOCK (P1 section 4)
   ============================================================ */
.example {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-2);
  overflow: hidden;
}
.example-head {
  padding: 30px 36px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
.example-head .eyebrow { margin-bottom: 12px; }
.example-q {
  font-family: var(--display);
  font-size: 24px; line-height: 1.18;
  font-variation-settings: "opsz" 28, "wght" 500;
  letter-spacing: -0.02em; font-weight: 500;
  color: var(--ink); max-width: 30ch;
}
.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.metric {
  padding: 28px 30px;
  border-right: 1px solid var(--line);
}
.metric:last-child { border-right: none; }
.metric .m-num {
  font-family: var(--display);
  font-size: 40px; line-height: 1;
  font-variation-settings: "opsz" 40, "wght" 500;
  letter-spacing: -0.03em; font-weight: 500;
  color: var(--ink);
}
.metric.is-gap .m-num { color: var(--amber-2); }
.metric .m-lab {
  margin-top: 10px;
  font-family: var(--mono);
  font-size: 10.5px; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--muted); line-height: 1.4;
}
.example-foot {
  padding: 20px 36px;
  border-top: 1px solid var(--line);
  background: var(--surface-2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.example-foot .note {
  font-family: var(--mono);
  font-size: 11px; letter-spacing: 0.03em; color: var(--muted);
  max-width: 64ch; line-height: 1.6;
}

/* ============================================================
   VOOR WIE — buyer cards
   ============================================================ */
.buyer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.buyer-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-1);
  padding: 28px 26px 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
  min-height: 300px;
}
.buyer-card:hover {
  border-color: var(--ink-3);
  transform: translateY(-2px);
  box-shadow: var(--shadow-2);
}
.buyer-role {
  font-family: var(--mono);
  font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--teal);
}
.buyer-q {
  font-family: var(--display);
  font-size: 22px; line-height: 1.18;
  font-variation-settings: "opsz" 24, "wght" 500;
  letter-spacing: -0.02em; font-weight: 500;
  color: var(--ink);
}
.buyer-card p { font-size: 14.5px; color: var(--muted); line-height: 1.55; flex: 1; }
.buyer-card .buyer-link {
  font-size: 14px; font-weight: 500; color: var(--teal);
  display: inline-flex; align-items: center; gap: 7px;
}
.buyer-card:hover .buyer-link .arrow { transform: translateX(3px); }

/* Spoor B afslag — small, discrete */
.sporeB {
  margin-top: 24px;
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 22px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.sporeB .sb-text { font-size: 15px; color: var(--muted); max-width: 64ch; }
.sporeB .sb-text strong { color: var(--ink-3); font-weight: 600; }

/* ============================================================
   PARTNER STRIP / LOGO LADDER
   ============================================================ */
.partner-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
}
.partner {
  background: var(--surface);
  padding: 26px 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 130px;
}
.partner .p-mark {
  font-family: var(--display);
  font-size: 21px; font-weight: 600;
  font-variation-settings: "opsz" 22, "wght" 600;
  letter-spacing: -0.025em;
  color: var(--ink);
}
.partner .p-mark.tbd { color: var(--muted-2); font-weight: 500; }
.partner .p-role {
  font-family: var(--mono);
  font-size: 9.5px; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--teal);
}
.partner .p-desc {
  font-size: 12.5px; color: var(--muted); line-height: 1.5; margin-top: auto;
}

/* ============================================================
   CLOSING CTA
   ============================================================ */
.cta-band {
  background: var(--ink);
  border-radius: var(--r-xl);
  padding: 64px 56px;
  position: relative;
  overflow: hidden;
}
.cta-band .deco-a, .cta-band .deco-b { position: absolute; border-radius: 24px; mix-blend-mode: screen; pointer-events: none; }
.cta-band .deco-a { right: -50px; top: -60px; width: 240px; height: 240px; background: var(--teal); opacity: 0.85; transform: rotate(8deg); }
.cta-band .deco-b { right: 120px; bottom: -70px; width: 150px; height: 150px; background: var(--amber); opacity: 0.5; transform: rotate(-12deg); }
.cta-band-inner { position: relative; z-index: 1; max-width: 30ch; }
.cta-band h2 {
  font-family: var(--display);
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1.08; letter-spacing: -0.028em; font-weight: 500;
  font-variation-settings: "opsz" 44, "wght" 500;
  color: var(--surface);
  text-wrap: balance;
}
.cta-band p { margin-top: 16px; color: rgba(255,255,255,0.72); font-size: 17px; line-height: 1.55; max-width: 52ch; }
.cta-band .hero-cta { margin-top: 30px; }
.cta-band .btn-secondary { background: transparent; color: var(--surface); border-color: rgba(255,255,255,0.28); }
.cta-band .btn-secondary:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.5); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  border-top: 1px solid var(--line);
  padding: 44px 0 56px;
}
.footer-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.footer-logo img { height: 28px; }
.footer-tag {
  font-family: var(--mono);
  font-size: 11px; letter-spacing: 0.04em; color: var(--muted);
  margin-top: 12px; max-width: 30ch; line-height: 1.6;
}
.footer-cols { display: flex; gap: 56px; flex-wrap: wrap; }
.footer-col h4 {
  font-family: var(--mono);
  font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--muted-2); font-weight: 400; margin-bottom: 14px;
}
.footer-col a {
  display: block; font-size: 14px; color: var(--ink-3); margin-bottom: 10px;
  transition: color 140ms ease;
}
.footer-col a:hover { color: var(--teal); }
.footer-base {
  margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--line);
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  font-family: var(--mono); font-size: 11px; color: var(--muted-2); letter-spacing: 0.04em;
}

/* ============================================================
   P2 — HOW IT WORKS  (steps)
   ============================================================ */
.step {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 36px;
  padding: 40px 0;
  border-top: 1px solid var(--line);
  align-items: start;
}
.step:first-child { border-top: none; }
.step-num {
  font-family: var(--mono);
  font-size: 12px; letter-spacing: 0.1em; color: var(--muted-2);
  padding-top: 6px;
}
.step-num .n {
  display: block;
  font-family: var(--display);
  font-size: 34px; font-weight: 500;
  font-variation-settings: "opsz" 36, "wght" 500;
  color: var(--teal); letter-spacing: -0.02em;
  margin-bottom: 4px;
}
.step-body { max-width: 64ch; }
.step-body h3 {
  font-family: var(--display);
  font-size: 25px; line-height: 1.15;
  font-variation-settings: "opsz" 28, "wght" 500;
  letter-spacing: -0.02em; font-weight: 500; color: var(--ink);
  margin-bottom: 12px;
}
.step-body p { font-size: 16px; color: var(--muted); line-height: 1.6; }
.step-link {
  margin-top: 14px;
  font-size: 13.5px; font-weight: 500; color: var(--teal);
  display: inline-flex; align-items: center; gap: 7px;
}
.step-link:hover .arrow { transform: translateX(3px); }
.step-figure {
  margin-top: 20px;
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 14px;
}
.step-figure .fig-canvas {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  min-height: 150px;
  position: relative;
  overflow: hidden;
  background-image: radial-gradient(rgba(28,25,23,0.05) 1px, transparent 1px);
  background-size: 22px 22px;
}
.step-figure .fig-cap {
  font-family: var(--mono);
  font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--muted-2); margin-top: 10px;
}

/* ============================================================
   P3 — PROOF / analyses
   ============================================================ */
.analysis {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-2);
  overflow: hidden;
  margin-bottom: 40px;
}
.analysis-head {
  padding: 32px 38px;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: start;
}
.analysis-head .eyebrow { margin-bottom: 14px; }
.analysis-q {
  font-family: var(--display);
  font-size: 27px; line-height: 1.16;
  font-variation-settings: "opsz" 32, "wght" 500;
  letter-spacing: -0.022em; font-weight: 500;
  color: var(--ink); max-width: 32ch;
}
.analysis-tags {
  display: flex; flex-direction: column; gap: 8px; align-items: flex-end;
  font-family: var(--mono); font-size: 11px; color: var(--muted);
  letter-spacing: 0.04em; text-align: right;
}
.analysis-tags .scope-tag {
  display: inline-flex; align-items: center; gap: 6px;
  height: 26px; padding: 0 11px; border-radius: var(--r-pill);
  background: var(--surface); border: 1px solid var(--line);
  font-family: var(--sans); font-size: 12px; color: var(--ink);
}
.analysis-tags .scope-tag.heavy { background: var(--teal); color: var(--surface); border-color: var(--teal); }
.analysis-tags .scope-tag .k { font-family: var(--mono); font-size: 9px; letter-spacing: 0.08em; text-transform: uppercase; opacity: 0.7; }

/* metrics reused from .metrics — variant inside analysis */
.analysis .metrics { border-bottom: 1px solid var(--line); }

/* rolkaart */
.rolkaart { padding: 30px 38px; }
.rolkaart-title {
  font-family: var(--mono);
  font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 18px;
  display: flex; align-items: center; gap: 10px;
}
.role-list { display: flex; flex-direction: column; }
.role-row {
  display: grid;
  grid-template-columns: 30px 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 13px 0;
  border-top: 1px solid var(--line-soft);
}
.role-row:first-child { border-top: none; }
.role-idx { font-family: var(--mono); font-size: 11px; color: var(--muted-2); }
.role-name {
  font-family: var(--display);
  font-size: 16px; font-weight: 500;
  font-variation-settings: "opsz" 18, "wght" 500;
  letter-spacing: -0.01em; color: var(--ink);
}
.role-name .role-sub { display:block; font-family: var(--sans); font-size: 12.5px; color: var(--muted); font-weight: 400; margin-top: 2px; letter-spacing: 0; }
.role-fill { display: flex; align-items: center; gap: 12px; justify-content: flex-end; }
.role-company { font-size: 13.5px; color: var(--ink-3); font-weight: 500; text-align: right; }
.role-company .rc-meta { display:block; font-family: var(--mono); font-size: 10px; color: var(--muted-2); letter-spacing: 0.04em; margin-top: 2px; }

.score-tag-inline {
  font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 3px 9px; border-radius: 999px; background: var(--surface-2); color: var(--muted);
  white-space: nowrap;
}
.score-tag-inline.s-strong { background: var(--lime-soft);  color: #4d7c0f; }
.score-tag-inline.s-medium { background: var(--amber-soft); color: var(--amber-2); }
.score-tag-inline.s-gap    { background: var(--amber-soft); color: var(--amber-2); }

.role-row.is-gap .role-name { color: var(--ink); }
.role-row.is-gap { background: linear-gradient(90deg, var(--amber-soft) 0%, rgba(255,228,230,0) 60%); }
.gap-flag {
  font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 3px 9px; border-radius: 999px; background: var(--amber-soft); color: var(--amber-2);
  display: inline-flex; align-items: center; gap: 6px; white-space: nowrap;
}

/* diagnose */
.diagnose {
  padding: 30px 38px;
  border-top: 1px solid var(--line);
  background: var(--surface-2);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
}
.diag-axis {
  background: var(--surface-2);
  padding: 22px 26px;
}
.diag-axis .da-name {
  font-family: var(--mono);
  font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 12px;
  display: flex; align-items: center; gap: 9px;
}
.diag-dot { width: 8px; height: 8px; border-radius: 50%; }
.diag-dot.ok { background: var(--lime); }
.diag-dot.mid { background: var(--amber); }
.diag-dot.low { background: var(--rust); }
.diag-axis .da-verdict {
  font-family: var(--display);
  font-size: 18px; font-weight: 500;
  font-variation-settings: "opsz" 20, "wght" 500;
  letter-spacing: -0.015em; color: var(--ink); margin-bottom: 8px;
}
.diag-axis p { font-size: 13.5px; color: var(--muted); line-height: 1.5; }

/* footnote */
.analysis-foot {
  padding: 20px 38px;
  border-top: 1px solid var(--line);
  display: flex; gap: 14px; align-items: flex-start;
}
.analysis-foot .fn-badge {
  font-family: var(--mono); font-size: 9px; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--amber-2); border: 1px solid var(--amber-soft); background: var(--amber-soft);
  padding: 4px 9px; border-radius: 999px; white-space: nowrap; margin-top: 2px;
}
.analysis-foot p {
  font-family: var(--mono); font-size: 11.5px; line-height: 1.65; color: var(--muted);
  letter-spacing: 0.01em;
}

/* legend */
.legend {
  display: flex; gap: 22px; flex-wrap: wrap;
  font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 28px;
}
.legend span { display: inline-flex; align-items: center; gap: 8px; }
.legend .sw { width: 11px; height: 11px; border-radius: 3px; }

/* generic intro lede on subpages */
.page-hero { padding: 76px 0 40px; }
.page-hero .eyebrow { margin-bottom: 22px; }
.page-hero h1 {
  font-family: var(--display);
  font-size: clamp(36px, 4.4vw, 52px);
  line-height: 1.04; letter-spacing: -0.032em; font-weight: 500;
  font-variation-settings: "opsz" 60, "wght" 500;
  color: var(--ink); max-width: 20ch; text-wrap: balance;
}
.page-hero h1 em { font-style: italic; color: var(--teal); }
.page-hero p {
  margin-top: 22px; font-size: 19px; line-height: 1.55; color: var(--muted); max-width: 60ch;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1000px) {
  .hero-grid, .split { grid-template-columns: 1fr; gap: 44px; }
  .buyer-grid, .fail-grid { grid-template-columns: 1fr; }
  .partner-row { grid-template-columns: repeat(2, 1fr); }
  .metrics { grid-template-columns: repeat(2, 1fr); }
  .metric:nth-child(2) { border-right: none; }
  .metric:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .diagnose { grid-template-columns: 1fr; }
  .analysis-head { grid-template-columns: 1fr; }
  .analysis-tags { flex-direction: row; align-items: center; flex-wrap: wrap; }
  .nav-links .nav-link { display: none; }
  .nav-links .nav-link.cta-keep { display: inline-flex; }
}
@media (max-width: 640px) {
  .wrap { padding: 0 22px; }
  .nav-inner { padding: 12px 22px; }
  .section { padding: 72px 0; }
  .metrics { grid-template-columns: 1fr; }
  .metric { border-right: none; border-bottom: 1px solid var(--line); }
  .metric:last-child { border-bottom: none; }
  .example-head, .analysis-head, .rolkaart, .diag-axis, .analysis-foot { padding-left: 22px; padding-right: 22px; }
  .step { grid-template-columns: 1fr; gap: 12px; }
  .cta-band { padding: 44px 28px; }
}
