/* CrestInk × Cold Alloy (locked) — waitlist 2026-09-06 */
/* Tokens: brand/color-schemes-v2.md / brand-palettes-v2.md — scheme C */
:root,
[data-scheme="cold-alloy"] {
  --ink: #0E1116;
  --paper: #EEF1F4;
  --wordmark-on-dark: #EEF1F4;
  --wordmark-on-light: #0E1116;
  --signal: #3B6FE8;
  --signal-muted: #A8C0F5;
  --steel: #6B7380;
  --line: #1C222B;
  --line-on-paper: #D0D5DC;
  --danger: #D64545;
  --card: #12151A;
  --paper-ink: #0E1116;
  --warn-bg: #2A2410;
  --warn-fg: #F0E6A8;
  --warn-line: #5C5230;
  /* Typography lock 2026-09-21: body Calibri/Carlito · display IBM Plex Sans · exactly 3 size tokens */
  --font-body: Calibri, Carlito, "Segoe UI", Candara, "Gill Sans", "Trebuchet MS", sans-serif;
  --font-display: "IBM Plex Sans", Calibri, Carlito, "Segoe UI", sans-serif;
  --font-sans: var(--font-body);
  --font-mono: var(--font-body);
  --text-display: clamp(1.75rem, 1.4rem + 1.2vw, 2.25rem); /* one fluid token · hero air */
  --text-body: 1.125rem;   /* 18px */
  --text-meta: 0.8125rem;  /* 13px */
  --leading-display: 1.2;
  --leading-body: 1.55;
  --leading-meta: 1.4;
  --weight-regular: 400;
  --weight-semibold: 600;
  --weight-bold: 700;
  --max: 1180px;
  --section-y: 112px;
  --section-y-sm: 72px;
  --form-max: 560px;
  --radius: 14px;
  --banner-h: 40px;
  --header-h: 56px;
}

[data-scheme="warm-signal"] {
  --ink: #0B0D10;
  --paper: #F4F1EA;
  --wordmark-on-dark: #F4F1EA;
  --wordmark-on-light: #0B0D10;
  --signal: #E85D3B;
  --signal-muted: #F0A090;
  --steel: #6B7280;
  --line: #1A1F26;
  --line-on-paper: #D9D4C8;
  --danger: #C43C2C;
  --card: #12151A;
  --paper-ink: #0B0D10;
}

[data-scheme="soft-chartreuse"] {
  --ink: #0B0D10;
  --paper: #F3F0E8;
  --wordmark-on-dark: #F3F0E8;
  --wordmark-on-light: #0B0D10;
  --signal: #A8B82E;
  --signal-strong: #C6D93A;
  --steel: #6B7280;
  --line: #1A1F26;
  --line-on-paper: #D6D1C4;
  --danger: #C43C2C;
  --card: #12151A;
  --paper-ink: #0B0D10;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--paper-ink);
  font-family: var(--font-body);
  font-size: var(--text-body);
  font-weight: var(--weight-regular);
  line-height: var(--leading-body);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
button, input, textarea, select {
  font-family: var(--font-body);
}

/* Locked type roles — exactly 3 sizes; Plex display / Carlito body */
.text-display, h1, h2 {
  font-size: var(--text-display);
  line-height: var(--leading-display);
  font-weight: var(--weight-bold);
  font-family: var(--font-display);
  letter-spacing: -0.02em;
}
.text-body, p, li, label, .lead, .btn {
  font-size: var(--text-body);
  line-height: var(--leading-body);
  font-family: var(--font-body);
}
.text-meta, .eyebrow, .micro, .chip, .entwurf-banner, small, .footer-meta, .dns-line, footer {
  font-size: var(--text-meta);
  line-height: var(--leading-meta);
  font-family: var(--font-body);
}
.btn, .nav-cta, strong, .rival-name {
  font-weight: var(--weight-semibold);
}

body.has-entwurf { padding-top: var(--banner-h); }

img { max-width: 100%; display: block; }
a { color: inherit; }
a:hover { color: var(--signal); }
strong { font-weight: 600; }
ul, ol { margin: 0; padding: 0; }
button, input, select, textarea { font: inherit; }

.wrap {
  width: min(100% - 80px, var(--max));
  margin-inline: auto;
}
@media (max-width: 1023px) {
  .wrap { width: min(100% - 48px, var(--max)); }
}
@media (max-width: 640px) {
  .wrap { width: min(100% - 32px, var(--max)); }
}

/* Entwurf banner — quiet meta (not gold warning tape) */
.entwurf-banner {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  min-height: 28px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--paper);
  color: var(--steel);
  border-bottom: 1px solid var(--line-on-paper);
  font-family: var(--font-body);
  font-size: var(--text-meta);
  letter-spacing: 0.04em;
  text-align: center;
  padding: 6px 12px;
}
.entwurf-banner span {
  max-width: 100%;
  line-height: 1.3;
}
body.has-entwurf { --banner-h: 28px; }

/* Header — paper chrome, separated from ink hero stage */
.site-header {
  position: sticky;
  top: var(--banner-h);
  z-index: 90;
  background: rgba(238, 241, 244, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line-on-paper);
}
.site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-h);
}
.logo {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: var(--text-display);
  letter-spacing: -0.03em;
  text-decoration: none;
  color: var(--wordmark-on-light, var(--paper-ink));
  white-space: nowrap;
  overflow: visible;
  padding-bottom: 2px;
}
.logo:hover {
  color: var(--wordmark-on-light, var(--paper-ink));
  box-shadow: inset 0 -2px 0 var(--signal);
}
.nav-cta {
  font-family: var(--font-sans);
  font-size: var(--text-meta);
  font-weight: 600;
  text-decoration: none;
  color: var(--paper);
  background: var(--signal);
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  letter-spacing: -0.01em;
}
.nav-cta:hover {
  color: var(--paper);
  background: var(--signal);
  filter: brightness(1.08);
  box-shadow: 0 0 0 1px var(--ink), 0 4px 14px rgba(59, 111, 232, 0.35);
}
.nav-cta:focus-visible {
  outline: none;
  color: var(--paper);
  box-shadow: 0 0 0 2px var(--ink), 0 0 0 4px var(--signal);
}

/* Type */
.eyebrow {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: var(--text-meta);
  font-weight: var(--weight-semibold);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--steel);
  margin-bottom: 16px;
}
.hero-copy h1 { margin-bottom: 24px; }
.hero-copy .lead { margin-bottom: 32px; }
h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: var(--weight-semibold);
  letter-spacing: -0.02em;
  line-height: var(--leading-display);
  margin: 0 0 1rem;
}
h1 {
  font-size: var(--text-display);
  font-weight: var(--weight-bold);
  max-width: 32ch;
  color: var(--paper);
  letter-spacing: -0.025em;
}
h2 {
  font-size: var(--text-display);
  max-width: 28ch;
  color: var(--paper-ink);
  font-weight: var(--weight-bold);
  letter-spacing: -0.02em;
}
h3 {
  font-family: var(--font-body);
  font-size: var(--text-body);
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
}
.lead {
  font-family: var(--font-sans);
  font-size: var(--text-body);
  line-height: 1.55;
  max-width: 65ch;
  margin: 0 0 1.5rem;
  color: rgba(238, 241, 244, 0.78);
}
.section-paper .lead { color: rgba(14, 17, 22, 0.72); }
.micro {
  font-family: var(--font-sans);
  font-size: var(--text-meta);
  color: var(--steel);
  margin: 0.85rem 0 0;
  letter-spacing: 0.01em;
}
.micro a { color: var(--steel); text-decoration: underline; text-underline-offset: 2px; }
.micro a:hover { color: var(--signal); }

/* Hero — paper page chrome + contained ink rounded stage */
.hero {
  min-height: auto;
  padding: 28px 0 48px;
  background: var(--paper);
  border-bottom: none;
  color: var(--paper);
}
.hero-stage {
  background: var(--ink);
  border-radius: 22px;
  padding: 48px 48px 52px;
  border: 1px solid var(--line);
  box-shadow: 0 20px 56px rgba(14, 17, 22, 0.18);
  color: var(--paper);
}
.hero-grid {
  display: grid;
  gap: 36px;
  align-items: start;
}
@media (min-width: 1024px) {
  .hero-stage { padding: 56px 56px 60px; }
  .hero-grid {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 48px;
    align-items: center;
  }
}
.hero-copy h1 {
  margin-top: 8px;
  margin-bottom: 28px;
  max-width: 32ch;
}
.hero-copy .lead { margin-bottom: 28px; }
.hero-visual {
  min-width: 0;
  max-width: 400px;
  width: 100%;
  justify-self: end;
  opacity: 0.92;
  transform: scale(0.96);
  transform-origin: top right;
}
@media (max-width: 1023px) {
  .hero-visual { max-width: 340px; justify-self: start; transform: none; opacity: 0.9; }
}
@media (min-width: 641px) and (max-width: 1023px) {
  .hero { padding: 24px 0 40px; }
  .hero-stage { padding: 40px 36px 44px; }
  .hero-grid { gap: 32px; align-items: start; }
  .waitlist-inline {
    max-width: 100%;
  }
  .waitlist-inline input[type="email"] {
    flex: 1 1 200px;
  }
  .artifact { padding: 1.15rem 1.2rem 1.25rem; }
}
.hero-copy .lead { color: rgba(238, 241, 244, 0.78); }
.hero .eyebrow { color: var(--signal-muted); }
.hero .micro { color: rgba(238, 241, 244, 0.55); }

/* Inline waitlist form */
.waitlist-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 10px;
  max-width: var(--form-max);
  margin-top: 0.25rem;
  width: 100%;
}
.waitlist-inline input[type="email"] {
  flex: 1 1 220px;
  min-width: 0;
  background: var(--card);
  border: 1px solid var(--line);
  color: var(--paper);
  border-radius: 999px;
  padding: 0.8rem 1.1rem;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.waitlist-inline input[type="email"]::placeholder { color: var(--steel); }
.waitlist-inline input[type="email"]:focus,
.waitlist-inline input[type="email"]:focus-visible {
  border-color: var(--signal);
  box-shadow: 0 0 0 2px var(--ink), 0 0 0 4px var(--signal);
}
.waitlist-inline .btn {
  flex: 0 1 auto;
  white-space: nowrap;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-sans);
  font-size: var(--text-body);
  font-weight: 600;
  letter-spacing: -0.015em;
  text-decoration: none;
  border: none;
  cursor: pointer;
  border-radius: 999px;
  padding: 0.8rem 1.25rem;
  transition: filter 0.15s ease, background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}
.btn-signal {
  background: var(--signal);
  color: var(--paper);
}
.btn-signal:hover {
  background: var(--signal);
  color: var(--paper);
  filter: brightness(1.08);
  box-shadow: 0 0 0 1px var(--ink), 0 6px 20px rgba(59, 111, 232, 0.35);
}
.btn-signal:focus-visible {
  outline: none;
  background: var(--signal);
  color: var(--paper);
  box-shadow: 0 0 0 2px var(--ink), 0 0 0 4px var(--signal);
}
.btn-ink {
  background: var(--ink);
  color: var(--signal);
  border: 1px solid var(--ink);
}
.btn-ink:hover { color: var(--signal); filter: brightness(1.1); }
.btn-ink:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--paper), 0 0 0 4px var(--signal);
}
.btn-ghost {
  background: transparent;
  color: var(--paper);
  border: 1px solid var(--line);
}
.btn-ghost:hover { border-color: var(--steel); color: var(--paper); }
.btn-ghost:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--ink), 0 0 0 4px var(--signal);
}
.btn:disabled, .btn[aria-disabled="true"] {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
}

/* Briefing artifact */
.artifact {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.25rem 1.35rem 1.4rem;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.28);
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
}
.artifact-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin-bottom: 1rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--line);
}
.artifact-meta .kw {
  font-family: var(--font-sans);
  font-size: var(--text-meta);
  letter-spacing: 0.04em;
  color: var(--paper);
  background: var(--signal);
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  font-weight: 600;
}
.artifact-meta .label {
  font-family: var(--font-sans);
  font-size: var(--text-meta);
  color: var(--steel);
  letter-spacing: 0.03em;
}
.artifact-meta .badge {
  font-family: var(--font-sans);
  font-size: var(--text-meta);
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--paper);
  background: var(--signal);
  padding: 0.2rem 0.55rem;
  border-radius: 4px;
  margin-left: auto;
}
.artifact h3 {
  font-size: var(--text-body);
  color: var(--paper);
  margin-bottom: 0.85rem;
}
.rival-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.rival-list li {
  display: grid;
  gap: 0.35rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--line);
}
.rival-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.rival-name {
  font-family: var(--font-sans);
  font-size: var(--text-body);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--paper);
}
.rival-note {
  font-family: var(--font-sans);
  font-size: var(--text-body);
  color: rgba(238, 241, 244, 0.7);
  line-height: 1.45;
}
.source-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 0.15rem;
}
.chip {
  font-family: var(--font-sans);
  font-size: var(--text-meta);
  letter-spacing: 0.03em;
  color: var(--steel);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 0.15rem 0.4rem;
}

/* Paper sections */
.section-paper {
  background: var(--paper);
  color: var(--paper-ink);
  padding: var(--section-y) 0;
}
.section-offer { padding-top: 0; }
@media (max-width: 640px) {
  .section-paper { padding: var(--section-y-sm) 0; }
  .section-offer { padding-top: 0; }
  .hero { padding: 16px 0 32px; min-height: auto; }
  .hero-stage { padding: 32px 22px 36px; border-radius: 18px; }
  .hero-grid {
    gap: 28px;
    align-items: start;
    display: flex;
    flex-direction: column;
  }
  .hero-copy { order: 1; }
  .hero-visual { order: 2; max-width: 100%; transform: none; opacity: 0.88; }
  .entwurf-banner {
    font-size: var(--text-meta);
    padding: 4px 10px;
  }
  .site-header .wrap { gap: 12px; }
  .nav-cta { padding: 0.4rem 0.75rem; font-size: var(--text-meta); }
  .waitlist-inline {
    flex-direction: column;
    align-items: stretch;
    max-width: none;
  }
  .waitlist-inline input[type="email"],
  .waitlist-inline .btn {
    flex: 1 1 auto;
    width: 100%;
  }
  .artifact {
    padding: 1rem 1.05rem 1.15rem;
  }
  .artifact h3 { font-size: var(--text-body); }
  .rival-name { font-size: var(--text-meta); }
  .rival-note { font-size: var(--text-meta); }
  .cta-band { padding: 56px 0; }
  .cta-band .btn { width: 100%; }
  .footer-grid { flex-direction: column; gap: 1rem; }
}
.section-paper h2 { color: var(--paper-ink); }
.bullets {
  list-style: none;
  max-width: 36rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-top: 1.5rem;
}
.bullets li {
  position: relative;
  padding-left: 1.35rem;
  font-family: var(--font-sans);
  font-size: var(--text-body);
  color: rgba(14, 17, 22, 0.82);
}
.bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  background: var(--signal);
  border-radius: 1px;
}

.offer-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.75rem;
  max-width: 42rem;
}
@media (min-width: 768px) {
  .offer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
    max-width: none;
  }
  .offer-item { border-top: none; border-left: 1px solid var(--line-on-paper); padding-top: 0; padding-left: 1.15rem; }
  .offer-item:first-child { border-left: none; padding-left: 0; }
}
.offer-item {
  border-top: 1px solid var(--line-on-paper);
  padding-top: 1rem;
}
.offer-item .num {
  font-family: var(--font-sans);
  font-size: var(--text-meta);
  color: var(--steel);
  letter-spacing: 0.04em;
  margin-bottom: 0.35rem;
}
.offer-item p {
  margin: 0;
  font-size: var(--text-body);
  color: rgba(14, 17, 22, 0.8);
}
.note-box {
  margin-top: 2rem;
  padding: 1rem 1.15rem;
  border: 1px solid var(--line-on-paper);
  border-radius: var(--radius);
  font-size: var(--text-body);
  color: rgba(14, 17, 22, 0.7);
  max-width: 40rem;
}

/* Repeat CTA band */
.cta-band {
  background: var(--ink);
  padding: var(--section-y) 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.cta-band h2 {
  color: var(--paper);
  max-width: 18ch;
  margin-bottom: 0.75rem;
}
.cta-band .lead {
  color: rgba(238, 241, 244, 0.7);
  margin-bottom: 1.5rem;
}
.cta-band .waitlist-block {
  max-width: var(--form-max);
}
.full-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.full-form label {
  font-family: var(--font-sans);
  font-size: var(--text-meta);
  letter-spacing: 0.04em;
  color: var(--steel);
  display: block;
  margin-bottom: 0.35rem;
}
.full-form input[type="email"],
.full-form input[type="text"],
.full-form select {
  width: 100%;
  background: var(--card);
  border: 1px solid var(--line);
  color: var(--paper);
  border-radius: 8px;
  padding: 0.75rem 1rem;
  outline: none;
}
.full-form input:focus,
.full-form input:focus-visible,
.full-form select:focus,
.full-form select:focus-visible {
  border-color: var(--signal);
  box-shadow: 0 0 0 2px var(--ink), 0 0 0 4px var(--signal);
}
.full-form input[type="checkbox"]:focus-visible {
  outline: 2px solid var(--signal);
  outline-offset: 3px;
}
.consent {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  font-family: var(--font-sans);
  font-size: var(--text-meta);
  color: rgba(238, 241, 244, 0.75);
  line-height: 1.45;
}
.consent input {
  margin-top: 0.3rem;
  accent-color: var(--signal);
  flex-shrink: 0;
}
.consent a { color: var(--signal); text-decoration: underline; text-underline-offset: 2px; }
.form-status {
  font-family: var(--font-sans);
  font-size: var(--text-meta);
  color: var(--signal);
  min-height: 1.2em;
  margin: 0.35rem 0 0;
}
.form-status.error { color: var(--danger); }
.optional-note {
  font-family: var(--font-sans);
  font-size: var(--text-meta);
  color: var(--steel);
  margin: 0.5rem 0 0;
}

/* FAQ light */
.faq {
  background: var(--paper);
  color: var(--paper-ink);
  padding: var(--section-y) 0;
}
.faq h2 { margin-bottom: 1.5rem; font-size: var(--text-display); }
.faq-list {
  list-style: none;
  max-width: 40rem;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.faq-list details {
  border-top: 1px solid var(--line-on-paper);
  padding: 0.75rem 0;
}
.faq-list details:last-child { border-bottom: 1px solid var(--line-on-paper); }
.faq-list summary {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: var(--text-body);
  letter-spacing: -0.02em;
  cursor: pointer;
  list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list details p {
  margin: 0.65rem 0 0;
  font-size: var(--text-body);
  color: rgba(14, 17, 22, 0.72);
}
.disclaimer {
  margin-top: 2rem;
  max-width: 40rem;
  font-size: var(--text-meta);
  color: rgba(14, 17, 22, 0.55);
  line-height: 1.5;
}

/* Footer */
.site-footer {
  background: var(--ink);
  border-top: 1px solid var(--line);
  padding: 40px 0 48px;
  font-family: var(--font-sans);
}
.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 2rem;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-brand {
  font-weight: 600;
  letter-spacing: -0.03em;
  font-size: var(--text-body);
  color: var(--wordmark-on-dark, var(--paper));
  white-space: nowrap;
  overflow: visible;
}
.footer-meta {
  font-family: var(--font-sans);
  font-size: var(--text-meta);
  color: var(--steel);
  letter-spacing: 0.02em;
  margin-top: 0.4rem;
  line-height: 1.6;
}
.footer-links {
  display: flex;
  gap: 1.25rem;
  font-size: var(--text-body);
}
.footer-links a {
  text-decoration: none;
  color: rgba(238, 241, 244, 0.75);
}
.footer-links a:hover { color: var(--signal); }
.dns-line {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
  font-family: var(--font-sans);
  font-size: var(--text-meta);
  color: var(--steel);
  letter-spacing: 0.03em;
}

/* Legal pages */
body.legal-page { background: var(--paper); color: var(--paper-ink); }
body.legal-page .site-header {
  background: rgba(238, 241, 244, 0.9);
  border-bottom-color: var(--line-on-paper);
}
body.legal-page .logo { color: var(--wordmark-on-light, var(--ink)); }
body.legal-page .logo:hover {
  color: var(--wordmark-on-light, var(--ink));
  box-shadow: inset 0 -2px 0 var(--signal);
}
body.legal-page .nav-cta { /* keep signal */ }
.legal-main {
  padding: 48px 0 80px;
  max-width: 42rem;
}
.legal-main h1 {
  color: var(--ink);
  max-width: none;
  font-size: var(--text-display);
  margin-bottom: 0.75rem;
}
.legal-main h2 {
  font-size: var(--text-body);
  margin-top: 2rem;
  margin-bottom: 0.65rem;
  max-width: none;
}
.legal-main p, .legal-main li {
  font-family: var(--font-sans);
  font-size: var(--text-body);
  color: rgba(14, 17, 22, 0.82);
  line-height: 1.55;
}
.legal-main ul { padding-left: 1.2rem; margin: 0.5rem 0; }
.legal-main a { color: #1a4a8a; }
.legal-main a:hover { color: #0b2e5c; }
.ph {
  background: #ffe8e8;
  color: #8b1a1a;
  padding: 0 0.25em;
  border-radius: 3px;
  font-weight: 600;
  font-family: var(--font-sans);
  font-size: var(--text-meta);
}
.legal-back {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: var(--text-meta);
  color: var(--steel);
  text-decoration: none;
  margin-bottom: 1.5rem;
  letter-spacing: 0.02em;
}
.legal-back:hover { color: var(--ink); }
body.legal-page .site-footer {
  background: var(--ink);
}
/* Shared keyboard focus — ink + paper surfaces */
a:focus-visible {
  outline: 2px solid var(--signal);
  outline-offset: 3px;
  border-radius: 2px;
}
.section-paper a:focus-visible,
.faq a:focus-visible,
body.legal-page a:focus-visible {
  outline-color: var(--ink);
}
.faq-list summary:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 3px;
  border-radius: 2px;
}
.micro a:focus-visible,
.footer-links a:focus-visible,
.consent a:focus-visible {
  outline: 2px solid var(--signal);
  outline-offset: 3px;
}
.logo:focus-visible {
  outline: 2px solid var(--signal);
  outline-offset: 4px;
  border-radius: 2px;
}
body.legal-page .logo:focus-visible,
body.legal-page .legal-back:focus-visible {
  outline-color: var(--ink);
}
body.legal-page .nav-cta:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--paper), 0 0 0 4px var(--ink);
}

.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}


/* Compare page */
.compare-page {
  background: var(--ink);
  color: var(--paper);
}
.compare-main {
  padding: 40px 0 72px;
}
.compare-intro h1 {
  max-width: 22ch;
  font-size: var(--text-display);
  color: var(--paper);
  margin-bottom: 0.75rem;
}
.compare-sub {
  font-family: var(--font-sans);
  font-size: var(--text-body);
  color: rgba(238, 241, 244, 0.72);
  max-width: 40rem;
  margin: 0 0 2rem;
  line-height: 1.5;
}
.scheme-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  .scheme-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
    align-items: start;
  }
}
.scheme-card {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  /* clip keeps radius; does NOT create a scrollport (unlike hidden),
     so sticky scheme labels use the viewport and don't push LIGHT down */
  overflow: clip;
  background: var(--card);
  min-width: 0;
}
.scheme-card-header {
  padding: 1rem 1.1rem 0.9rem;
  background: var(--ink);
  border-bottom: 1px solid var(--line);
}
@media (max-width: 1023px) {
  .sticky-label {
    position: sticky;
    top: calc(var(--banner-h) + var(--header-h));
    z-index: 5;
    background: var(--ink);
    /* keep header solid while preview scrolls underneath */
    box-shadow: 0 1px 0 var(--line);
  }
}

/* Mobile stack polish: tight preview labels, no empty band / header crush */
@media (max-width: 640px) {
  .compare-main {
    padding: 28px 0 56px;
  }
  .scheme-grid {
    gap: 1.25rem;
  }
  .scheme-card-header {
    padding: 0.85rem 1rem 0.75rem;
  }
  .preview {
    padding: 0.9rem 1rem 1.05rem;
  }
  .preview-label {
    margin-bottom: 0.5rem;
    line-height: 1.2;
  }
  .sticky-label {
    /* still sticky under site chrome; opaque so LIGHT isn't crushed visually */
    top: calc(var(--banner-h) + var(--header-h));
  }
}
.scheme-title-row {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
}
.scheme-letter {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: var(--text-display);
  letter-spacing: -0.04em;
  color: var(--paper);
  line-height: 1;
}
.scheme-name {
  font-family: var(--font-sans);
  font-size: var(--text-body);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--paper);
  margin: 0 0 0.35rem;
  max-width: none;
}
.scheme-star { color: var(--signal); font-size: var(--text-meta); }
.scheme-hex {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0;
  font-family: var(--font-sans);
  font-size: var(--text-meta);
  color: var(--steel);
  letter-spacing: 0.02em;
}
.swatch {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 3px;
  border: 1px solid rgba(255,255,255,0.2);
  flex-shrink: 0;
}
.preview {
  padding: 1.1rem 1.1rem 1.25rem;
}
.preview-label {
  font-family: var(--font-sans);
  font-size: var(--text-meta);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--steel);
  margin-bottom: 0.75rem;
}
.preview-light {
  background: var(--paper);
  color: var(--wordmark-on-light, var(--ink));
  border-bottom: 1px solid var(--line-on-paper);
}
.preview-dark {
  background: var(--ink);
  color: var(--wordmark-on-dark, var(--paper));
  border-bottom: 1px solid var(--line);
}
.preview-wm {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: var(--text-body);
  letter-spacing: -0.03em;
  white-space: nowrap;
  overflow: visible;
  margin-bottom: 0.75rem;
}
.preview-wm-light { color: var(--wordmark-on-light, var(--ink)); }
.preview-wm-dark { color: var(--wordmark-on-dark, var(--paper)); }
.preview-eyebrow {
  display: block;
  font-family: var(--font-sans);
  font-size: var(--text-meta);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--steel);
  margin-bottom: 0.55rem;
}
.preview-h1 {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: var(--text-display);
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin: 0 0 0.65rem;
  max-width: none;
}
.preview-h1-light { color: var(--wordmark-on-light, var(--ink)); }
.preview-h1-dark { color: var(--wordmark-on-dark, var(--paper)); }
.preview-body {
  font-family: var(--font-sans);
  font-size: var(--text-body);
  line-height: 1.45;
  margin: 0 0 1rem;
  max-width: 28rem;
}
.preview-body-light { color: rgba(14, 17, 22, 0.72); }
.preview-cta {
  pointer-events: none;
  padding: 0.55rem 0.95rem;
  font-size: var(--text-meta);
  margin-bottom: 0.75rem;
}
/* CTA: paper text on Cold Alloy blue; dark text on coral/olive for AA */
.preview .btn-signal,
.scheme-card .btn-signal {
  color: var(--ink);
  background: var(--signal);
}
.scheme-card[data-scheme="cold-alloy"] .btn-signal {
  color: var(--paper);
}
/* Soft Chartreuse: stronger accent on dark previews only */
.preview-dark .btn-signal-strong {
  background: var(--signal-strong, var(--signal));
  color: var(--ink);
}
.preview-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.preview-light .chip {
  color: var(--steel);
  border-color: var(--line-on-paper);
}
.preview-mini-footer {
  margin-top: 1rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.preview-meta {
  font-family: var(--font-sans);
  font-size: var(--text-meta);
  color: var(--steel);
  letter-spacing: 0.02em;
}
.btn-pick {
  margin: 0;
  border-radius: 0;
  width: 100%;
  background: transparent;
  color: var(--paper);
  border: none;
  border-top: 1px solid var(--line);
  padding: 0.95rem 1rem;
  font-family: var(--font-sans);
  font-weight: 600;
  letter-spacing: -0.015em;
}
.btn-pick:hover {
  background: rgba(255,255,255,0.04);
  color: var(--paper);
  filter: none;
}
.btn-pick.is-selected {
  background: var(--signal);
  color: var(--ink);
}
.btn-pick:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 2px var(--signal);
}
.compare-status {
  margin-top: 1.5rem;
  font-family: var(--font-sans);
  font-size: var(--text-meta);
  color: var(--signal);
  min-height: 1.2em;
}
.compare-page .site-header {
  background: rgba(14, 17, 22, 0.9);
}

.scheme-locked-badge {
  display: inline-block;
  margin-left: 0.4rem;
  font-family: var(--font-sans);
  font-size: var(--text-meta);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--paper);
  background: var(--signal);
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  vertical-align: middle;
}
.scheme-card.is-locked {
  outline: 2px solid var(--signal);
  outline-offset: 2px;
}


/* Briefing proof (product card) */
.briefing-proof {
  background: var(--ink);
  padding: 0 0 88px;
  border-bottom: 1px solid var(--line);
}
.briefing-proof-inner {
  display: grid;
  gap: 28px;
  max-width: 640px;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .briefing-proof-inner {
    max-width: none;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 40px;
    align-items: stretch;
  }
}
.briefing-proof .artifact {
  margin: 0;
}

/* Image slots — Andreas final photo pass */
.img-slot {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  border: 1px dashed var(--line);
  border-radius: var(--radius);
  background: var(--card);
  color: var(--steel);
  text-align: center;
  padding: 1.25rem 1rem;
  min-width: 0;
  box-sizing: border-box;
}
.section-paper .img-slot,
.slot-peers {
  background: rgba(14, 17, 22, 0.03);
  border-color: var(--line-on-paper);
}
.img-slot-caption {
  font-family: var(--font-sans);
  font-size: var(--text-meta);
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: var(--steel);
  max-width: 28ch;
}
.slot-hero {
  aspect-ratio: 4 / 5;
  min-height: 280px;
}
.slot-briefing {
  aspect-ratio: 16 / 10;
  min-height: 180px;
  align-self: stretch;
}
.slot-peers {
  margin-top: 2rem;
  aspect-ratio: 6 / 1;
  min-height: 88px;
  padding: 1rem 1.25rem;
  gap: 10px;
}
.peer-placeholders {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 18px;
  width: 100%;
}
.peer-ph {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px dashed var(--line-on-paper);
  background: rgba(14, 17, 22, 0.04);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-sans);
  font-size: var(--text-meta);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--steel);
}
@media (max-width: 640px) {
  .briefing-proof { padding: 0 0 60px; }
  .slot-hero { min-height: 240px; }
  .slot-briefing { min-height: 140px; }
  .slot-peers {
    aspect-ratio: auto;
    min-height: 120px;
  }
  .peer-ph { width: 40px; height: 40px; }
  .cta-band { padding: 60px 0; }
}


/* --- ACQ Design top-3 + Brand edits (2026-09-06) --- */

/* Hero: KW artifact as sole proof visual */
.hero-visual .artifact {
  width: 100%;
  max-width: 100%;
}
.hero-visual .artifact-meta .badge {
  margin-left: 0;
  white-space: normal;
  line-height: 1.35;
  max-width: 22ch;
  text-align: right;
}
.micro-effort {
  margin-top: 0.55rem;
}
.micro-pilot { margin-top: 0.35rem; }

/* Deferred image slots (hidden until real assets) */
.img-slot.is-deferred,
.briefing-proof.is-deferred,
[hidden].img-slot,
.briefing-proof[hidden] {
  display: none !important;
}

/* Text peer set (replaces dashed logo strip) */
.peer-set {
  margin-top: 2rem;
  padding: 1.1rem 1.25rem;
  border: 1px solid var(--line-on-paper);
  border-radius: var(--radius);
  background: rgba(14, 17, 22, 0.02);
  max-width: 48rem;
}
.peer-set-names {
  margin: 0;
  font-family: var(--font-sans);
  font-size: var(--text-meta);
  line-height: 1.55;
  letter-spacing: 0.01em;
  color: var(--paper-ink);
}
.peer-set-method {
  margin: 0.45rem 0 0;
  font-family: var(--font-sans);
  font-size: var(--text-meta);
  line-height: 1.45;
  color: var(--steel);
}

/* Honest scarcity (capacity, not carnival) */
.scarcity-honest {
  margin: 1.35rem 0 0;
  max-width: 40rem;
  font-family: var(--font-sans);
  font-size: var(--text-meta);
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: rgba(14, 17, 22, 0.62);
}
.scarcity-on-ink {
  color: rgba(238, 241, 244, 0.62);
  margin: 0 0 1.25rem;
}

.offer-aside {
  margin: 0.55rem 0 0;
  font-family: var(--font-sans);
  font-size: var(--text-meta);
  line-height: 1.45;
  color: rgba(14, 17, 22, 0.55);
}

/* Mid-page soft CTA after Offer */
.mid-cta {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.55rem;
}
.btn-outline-ink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-sans);
  font-size: var(--text-body);
  font-weight: 600;
  letter-spacing: -0.015em;
  text-decoration: none;
  cursor: pointer;
  border-radius: 999px;
  padding: 0.75rem 1.2rem;
  background: transparent;
  color: var(--paper-ink);
  border: 1px solid var(--paper-ink);
  transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}
.btn-outline-ink:hover {
  background: var(--paper-ink);
  color: var(--paper);
  border-color: var(--paper-ink);
}
.btn-outline-ink:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--paper), 0 0 0 4px var(--signal);
}
.micro-on-paper {
  color: rgba(14, 17, 22, 0.55);
  margin: 0;
}
.cta-band .micro-effort {
  color: var(--steel);
  margin: 0.55rem 0 0;
}

@media (max-width: 640px) {
  .mid-cta .btn-outline-ink { width: 100%; }
  .hero-visual .artifact-meta {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero-visual .artifact-meta .badge {
    text-align: left;
    max-width: none;
  }
}


/* Sample PDF secondary CTAs (conversion polish, no redesign) */
.hero-secondary-cta {
  margin: 1rem 0 0;
}
.hero-secondary-cta .btn-sample {
  font-size: var(--text-body);
  padding: 0.65rem 1.05rem;
}
.artifact-meta .badge-link {
  text-decoration: none;
  cursor: pointer;
  transition: filter 0.15s ease, box-shadow 0.15s ease;
}
.artifact-meta .badge-link:hover {
  color: var(--paper);
  filter: brightness(1.08);
}
.artifact-meta .badge-link:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--ink), 0 0 0 4px var(--signal);
}
.artifact-cta {
  margin: 1rem 0 0;
  padding-top: 0.85rem;
  border-top: 1px solid var(--line);
  font-family: var(--font-sans);
  font-size: var(--text-meta);
  letter-spacing: 0.01em;
}
.artifact-cta a {
  color: var(--signal-muted);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.artifact-cta a:hover { color: var(--signal); }
.mid-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
}
@media (max-width: 640px) {
  .mid-cta-row .btn-outline-ink { width: 100%; }
  .hero-secondary-cta .btn-sample { width: 100%; justify-content: center; }
}


/* ============================================================
   Home v2 — Mailjet-inspired spine × Cold Alloy (2026-09-21)
   ============================================================ */

.section-eyebrow {
  display: block;
  font-family: var(--font-sans);
  font-size: var(--text-meta);
  font-weight: var(--weight-semibold);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--steel);
  margin: 0 0 14px;
}

/* --- Role cards --- */
.section-roles {
  border-top: 1px solid var(--line-on-paper);
}
.section-roles h2 {
  max-width: 22ch;
  margin-bottom: 2.5rem;
}
.role-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .role-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }
}
.role-card {
  background: #fff;
  border: 1px solid var(--line-on-paper);
  border-radius: var(--radius);
  padding: 1.5rem 1.4rem 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  min-height: 100%;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.role-card:hover {
  border-color: var(--signal-muted);
  box-shadow: 0 8px 28px rgba(14, 17, 22, 0.06);
}
.role-num {
  font-family: var(--font-sans);
  font-size: var(--text-meta);
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--signal);
}
.role-card h3 {
  font-family: var(--font-sans);
  font-size: var(--text-body);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--paper-ink);
  margin: 0;
}
.role-card p {
  margin: 0;
  font-family: var(--font-sans);
  font-size: var(--text-body);
  line-height: 1.5;
  color: rgba(14, 17, 22, 0.72);
  flex: 1;
}
.role-link { display: none; } /* P0: no Warteliste on role cards */

/* --- Umbrella --- */
.section-umbrella {
  padding-top: 0;
  background: var(--paper);
}
.section-umbrella .umbrella-inner {
  /* open band — less card density than benefits */
}
.umbrella-inner {
  padding-top: 0;
  border-top: 1px solid var(--line-on-paper);
  padding-top: var(--section-y);
}
@media (max-width: 640px) {
  .umbrella-inner { padding-top: var(--section-y-sm); }
}
.section-umbrella h2 {
  max-width: 24ch;
  margin-bottom: 1rem;
}
.section-umbrella .lead {
  color: rgba(14, 17, 22, 0.72);
  max-width: 42rem;
  margin-bottom: 2.25rem;
}
.umbrella-bullets {
  list-style: none;
  display: grid;
  gap: 1.25rem;
  max-width: 52rem;
}
@media (min-width: 900px) {
  .umbrella-bullets {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
.umbrella-bullets li {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
}
.ub-icon {
  flex-shrink: 0;
  color: var(--signal);
  margin-top: 2px;
}
.umbrella-bullets strong {
  display: block;
  font-family: var(--font-sans);
  font-size: var(--text-body);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--paper-ink);
  margin-bottom: 0.35rem;
}
.umbrella-bullets p {
  margin: 0;
  font-size: var(--text-body);
  line-height: 1.5;
  color: rgba(14, 17, 22, 0.7);
}

/* --- How it works — vertical timeline (≠ role cards) --- */
.section-how {
  border-top: 1px solid var(--line-on-paper);
  background: var(--paper);
}
.section-how h2 {
  max-width: 20ch;
  margin-bottom: 2.5rem;
}
.how-timeline {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 40rem;
  margin: 0;
  padding: 0;
  position: relative;
}
.how-timeline::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: var(--line-on-paper);
}
.how-timeline .how-step {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 1rem;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0 0 2rem;
  position: relative;
}
.how-timeline .how-step:last-child { padding-bottom: 0; }
.how-timeline .how-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0;
  border-radius: 999px;
  background: var(--paper);
  border: 1px solid var(--line-on-paper);
  font-family: var(--font-body);
  font-size: var(--text-meta);
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--steel);
  position: relative;
  z-index: 1;
}
.how-timeline .how-body h3 {
  font-family: var(--font-body);
  font-size: var(--text-body);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--paper-ink);
  margin: 0.15rem 0 0.4rem;
}
.how-timeline .how-body p {
  margin: 0;
  font-size: var(--text-body);
  line-height: 1.5;
  color: rgba(14, 17, 22, 0.72);
}
/* legacy how-grid kept harmless if referenced */
.how-grid { list-style: none; display: grid; gap: 20px; }

/* --- Benefits — bento 1+3 (not six identical cards) --- */
.section-benefits {
  border-top: 1px solid var(--line-on-paper);
}
.section-benefits h2 {
  max-width: 18ch;
  margin-bottom: 2.5rem;
}
.benefit-bento {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .benefit-bento {
    grid-template-columns: 1.2fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
  }
  .benefit-card--lead {
    grid-row: 1 / span 2;
  }
}
.benefit-card {
  background: transparent;
  border: none;
  border-top: 1px solid var(--line-on-paper);
  border-radius: 0;
  padding: 1.15rem 0 0.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.benefit-card--lead {
  background: #fff;
  border: 1px solid var(--line-on-paper);
  border-radius: var(--radius);
  padding: 1.5rem 1.4rem 1.45rem;
}
.benefit-icon {
  color: var(--signal);
  margin-bottom: 0.15rem;
}
.benefit-card h3 {
  font-family: var(--font-body);
  font-size: var(--text-body);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--paper-ink);
  margin: 0;
}
.benefit-card p {
  margin: 0;
  font-size: var(--text-body);
  line-height: 1.5;
  color: rgba(14, 17, 22, 0.7);
}
.benefit-grid { display: grid; gap: 20px; }

/* --- Trust — calm method block --- */
.section-trust {
  border-top: none;
  background: #fff;
}
.section-trust h2 {
  max-width: 28ch;
  margin-bottom: 1.5rem;
}
.section-trust .peer-set,
.section-trust .method-block {
  margin-top: 0;
  max-width: 48rem;
  background: var(--paper);
  border: 1px solid var(--line-on-paper);
  border-radius: var(--radius);
  padding: 1.25rem 1.35rem;
}
.trust-sample {
  margin: 1.35rem 0 0;
  font-family: var(--font-body);
  font-size: var(--text-body);
  font-weight: 600;
}
.trust-sample .btn-sample {
  font-weight: 600;
}

/* --- Mid CTA band (quiet, paper) --- */
.section-mid-cta {
  border-top: 1px solid var(--line-on-paper);
  padding-top: calc(var(--section-y) - 16px);
  padding-bottom: calc(var(--section-y) - 16px);
}
@media (max-width: 640px) {
  .section-mid-cta {
    padding-top: calc(var(--section-y-sm) - 8px);
    padding-bottom: calc(var(--section-y-sm) - 8px);
  }
}
.mid-cta-band {
  max-width: 40rem;
}
.mid-cta-band h2 {
  max-width: 22ch;
  margin-bottom: 0.85rem;
}
.mid-cta-band .lead {
  color: rgba(14, 17, 22, 0.72);
  margin-bottom: 1.5rem;
}
.mid-cta-band .mid-cta-row {
  margin-bottom: 0.75rem;
}
.mid-cta-band .btn-outline-ink {
  font-family: var(--font-sans);
}

/* Card title polish on paper sections */
.section-paper + .section-paper {
  /* separators handled per-section borders */
}

@media (prefers-reduced-motion: reduce) {
  .role-card { transition: none; }
}

@media (max-width: 640px) {
  .role-card,
  .how-step,
  .benefit-card {
    padding: 1.25rem 1.15rem;
  }
  .cta-band { padding: var(--section-y-sm) 0; }
  .faq { padding: var(--section-y-sm) 0; }
}

/* ============================================================
   Visual QA Round-01 fixes + heading sans lock (2026-09-21)
   ============================================================ */
.cta-band {
  background: var(--ink);
  color: var(--paper);
}
.site-footer {
  background: var(--ink);
  color: var(--paper);
}
.faq {
  background: var(--paper);
  color: var(--paper-ink);
}
.section-mid-cta .btn-signal {
  color: var(--paper);
}
.section-roles {
  background: var(--paper);
}
.section-how {
  /* open vs denser benefits */
}
.section-benefits {
  background: #f7f8fa;
}
@media (max-width: 640px) {
  .benefit-card,
  .role-card {
    padding: 1.15rem 1.05rem;
  }
  .benefit-card--lead { padding: 1.25rem 1.15rem; }
  .how-timeline .how-step { padding-bottom: 1.5rem; }
  .hero-copy h1 { margin-bottom: 20px; max-width: 18ch; }
  .hero-copy .lead { margin-bottom: 20px; }
}
