/* =========================================================================
   KEY-FI · Design System — "Stille Bank" minimal pass · 2026-07-02
   Paper white + ink black + one pine-green accent. Hairlines, wide buttons,
   big confident type. No gradients, no glass, no texture.
   Fonts are SELF-HOSTED (DSGVO/TTDSG: zero third-party requests):
   Bricolage Grotesque (display) + Hanken Grotesk (text), variable woff2,
   latin + latin-ext (Turkish ğ ş ı İ ö ü ç). See /assets/fonts/LICENSE.txt.
   ========================================================================= */

/* Self-hosted variable fonts */
@font-face {
  font-family: 'Bricolage Grotesque';
  src: url('/assets/fonts/bricolage-grotesque-latin.woff2') format('woff2');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Bricolage Grotesque';
  src: url('/assets/fonts/bricolage-grotesque-latin-ext.woff2') format('woff2');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Hanken Grotesk';
  src: url('/assets/fonts/hanken-grotesk-latin.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Hanken Grotesk';
  src: url('/assets/fonts/hanken-grotesk-latin-ext.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Fallback font metrics — minimise CLS while Hanken Grotesk loads.
   Numbers tuned so the system fallback occupies ~the same line box as the
   web font, avoiding layout shift when the swap happens. */
@font-face {
  font-family: 'Hanken Grotesk Fallback';
  src: local('Arial');
  size-adjust: 101%;
  ascent-override: 98%;
  descent-override: 26%;
  line-gap-override: 0%;
}

/* -------------------------------------------------------------------------
   Tokens
   ------------------------------------------------------------------------- */
:root {
  /* Canvas / surfaces — paper white, faint warm cast */
  --canvas:        #FBFBF9;
  --canvas-soft:   #F3F3EE;
  --paper:         #FFFFFF;
  --paper-warm:    #F7F7F3;
  --ink:           #141719;   /* ink black */
  --ink-paper:     #141719;   /* on dark surfaces */
  --ink-soft:      #3E4549;   /* AA 8:1 on canvas */
  --ink-mute:      #697175;   /* AA 5:1 on canvas */
  --ink-faint:     #9AA1A5;
  --ink-inv:       #F7F8F6;
  --ink-inv-mute:  #C3C9C6;

  /* Lines — hairlines carry the layout */
  --rule:          #E2E3DC;
  --rule-soft:     #ECEDE7;
  --rule-strong:   #141719;
  --rule-gold:     #B99B6B;

  /* Accents — ONE pine green family; everything else stays ink */
  --terracotta:    #0F6B4F;   /* pine — primary accent */
  --terracotta-2:  #0A523C;   /* pine, pressed */
  --terracotta-3:  #DDEFE6;   /* pine tint */
  --moss:          #11635C;   /* deep teal — links / trust marks */
  --moss-2:        #0C4C46;
  --moss-3:        #DBEEEA;   /* tint */
  --gold:          #B99B6B;   /* quiet brass, dark-surface details only */
  --signal:        #C0392B;

  /* Type families — metric-matched fallback keeps CLS near zero */
  --font-display:  'Bricolage Grotesque', 'Hanken Grotesk', 'Hanken Grotesk Fallback', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-sans:     'Hanken Grotesk', 'Hanken Grotesk Fallback', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-mono:     ui-monospace, 'SF Mono', 'Cascadia Mono', Menlo, Consolas, monospace;

  /* Type scale (fluid) — a notch bigger: text should read across the room */
  --fs-mono:       clamp(11px, 0.75rem + 0.05vw, 13px);
  --fs-eyebrow:    clamp(11px, 0.7rem + 0.1vw, 13px);
  --fs-meta:       clamp(13px, 0.8rem + 0.1vw, 14.5px);
  --fs-body:       clamp(16px, 0.95rem + 0.2vw, 18px);
  --fs-lead:       clamp(19px, 1.1rem + 0.35vw, 23px);
  --fs-h6:         clamp(15px, 0.9rem + 0.2vw, 17px);
  --fs-h5:         clamp(18px, 1rem + 0.3vw, 22px);
  --fs-h4:         clamp(22px, 1.2rem + 0.5vw, 29px);
  --fs-h3:         clamp(28px, 1.4rem + 1vw, 40px);
  --fs-h2:         clamp(34px, 1.6rem + 1.8vw, 58px);
  --fs-h1:         clamp(46px, 2rem + 3.6vw, 92px);

  /* Spacing */
  --s-0: 0;
  --s-1: 4px;
  --s-2: 8px;
  --s-3: 12px;
  --s-4: 16px;
  --s-5: 24px;
  --s-6: 32px;
  --s-7: 48px;
  --s-8: 64px;
  --s-9: 96px;
  --s-10: 128px;
  --s-11: 160px;

  /* Layout */
  --container:        1240px;
  --container-wide:   1400px;
  --container-narrow: 920px;
  --reading:          680px;

  /* Radius — soft rectangles, no capsules except toggles */
  --r-1: 3px;
  --r-2: 8px;
  --r-3: 14px;
  --r-4: 20px;
  --r-btn: 14px;
  --r-pill: 999px;

  /* Shadow — nearly none; hairlines do the work */
  --shadow-1: 0 1px 0 rgba(20,23,25,.04);
  --shadow-2: 0 1px 2px rgba(20,23,25,.06);
  --shadow-3: 0 16px 40px -28px rgba(20,23,25,.30);

  /* Motion */
  --ease: cubic-bezier(.2,.7,.2,1);
  --dur-1: 180ms;
  --dur-2: 320ms;
  --dur-3: 600ms;
}

/* -------------------------------------------------------------------------
   Reset + base
   ------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }

html, body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: var(--fs-body);
  line-height: 1.55;
  font-feature-settings: "ss01","ss02","cv01","cv11";
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  /* flat paper — the minimal pass owns the canvas, no gradients */
  background-image: none;
}

img, svg, video { max-width: 100%; height: auto; display: block; }
button { font: inherit; cursor: pointer; }
input, select, textarea { font: inherit; color: inherit; }

a { color: var(--moss); text-decoration: none; text-underline-offset: 3px; }
a:hover { text-decoration: underline; text-decoration-color: var(--terracotta); }
/* Inline links inside text blocks need underline for accessibility */
p a, .answer a, .consent a, .foot-fine a {
  text-decoration: underline;
  text-decoration-color: color-mix(in srgb, currentColor 45%, transparent);
  text-underline-offset: 3px;
}
p a:hover, .answer a:hover, .consent a:hover, .foot-fine a:hover {
  text-decoration-color: var(--terracotta);
}
a:focus-visible {
  outline: 2px solid var(--terracotta);
  outline-offset: 3px;
  border-radius: 2px;
}

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

p { margin: 0 0 1em; max-width: 64ch; }
p.lead {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: var(--fs-lead);
  line-height: 1.45;
  letter-spacing: -.005em;
  max-width: 36ch;
  color: var(--ink-soft);
}

h1, h2, h3, h4, h5 {
  font-family: var(--font-display);
  color: var(--ink);
  letter-spacing: -.02em;
  line-height: 1.06;
  font-weight: 700;
  margin: 0 0 .4em;
}
h1 { font-size: var(--fs-h1); line-height: 1.0; letter-spacing: -.03em; font-weight: 720; }
h2 { font-size: var(--fs-h2); line-height: 1.05; }
h3 { font-size: var(--fs-h3); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); font-weight: 600; }

h1 em, h2 em, h3 em {
  font-style: normal;
  font-weight: 600;
  color: var(--terracotta);

}

.kicker, .eyebrow {
  font-family: var(--font-mono);
  font-size: var(--fs-eyebrow);
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--ink-soft);
  margin: 0 0 var(--s-4);
  display: inline-flex;
  align-items: center;
  gap: var(--s-2);
}
.kicker::before {
  content: "";
  width: 22px;
  height: 1px;
  background: var(--terracotta);
}

.mono { font-family: var(--font-mono); }
.serif { font-family: var(--font-display); }

.muted { color: var(--ink-soft); }
.faint { color: var(--ink-mute); }

/* -------------------------------------------------------------------------
   Layout helpers
   ------------------------------------------------------------------------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding-inline: var(--s-5);
}
.container-wide  { max-width: var(--container-wide); }
.container-narrow{ max-width: var(--container-narrow); }
.container-reading{ max-width: var(--reading); }

.section {
  padding-block: clamp(56px, 4vw + 32px, 120px);
  position: relative;
}
.section--tight { padding-block: clamp(40px, 3vw + 24px, 80px); }
.section--dark {
  background: var(--ink);
  color: var(--ink-inv);
}
.section--dark h1, .section--dark h2, .section--dark h3, .section--dark h4, .section--dark h5 { color: var(--ink-inv); }
.section--dark .kicker { color: var(--ink-inv-mute); }
.section--dark p { color: var(--ink-inv-mute); }
.section--dark a { color: var(--terracotta-3); }
.section--dark .kicker::before { background: var(--gold); }

.section--paper { background: var(--paper); }
.section--paper-warm { background: var(--paper-warm); }
.section--moss { background: var(--moss); color: var(--ink-inv); }
.section--moss h1, .section--moss h2, .section--moss h3 { color: var(--ink-inv); }

.hr-rule {
  border: 0;
  border-top: 1px solid var(--rule);
  margin: 0;
}
.hr-rule--gold {
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
  height: 3px;
  width: 80px;
}

/* Section heading patterns */
.sec-heading {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--s-4);
  align-items: end;
  margin-bottom: var(--s-7);
}
@media (min-width: 760px) {
  .sec-heading--split {
    grid-template-columns: 1.1fr .9fr;
    gap: var(--s-7);
  }
}
.sec-heading h2 { margin: 0; max-width: 18ch; }
.sec-heading p  { margin: 0; color: var(--ink-soft); }

/* -------------------------------------------------------------------------
   Top nav
   ------------------------------------------------------------------------- */
.site-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: color-mix(in srgb, var(--canvas) 88%, transparent);
  backdrop-filter: saturate(140%) blur(12px);
  -webkit-backdrop-filter: saturate(140%) blur(12px);
  border-bottom: 1px solid var(--rule-soft);
}
.site-nav__row {
  display: flex;
  align-items: center;
  gap: var(--s-5);
  padding-block: var(--s-3);
}
.site-nav__brand {
  display: inline-flex;
  align-items: center;
  gap: var(--s-3);
  font-family: var(--font-display);
  font-size: 19px;
  color: var(--ink);
  text-decoration: none;
  font-weight: 600;
  letter-spacing: -.01em;
}
.site-nav__brand small {
  display: block;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ink-mute);
  font-weight: 500;
  margin-top: 2px;
}
.site-nav__mark {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--canvas);
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 500;
  display: grid; place-items: center;
  letter-spacing: -.02em;
  position: relative;
}
.site-nav__mark::after {
  content: "";
  position: absolute; inset: -3px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  opacity: .6;
}

.site-nav__links {
  display: none;
  align-items: center;
  gap: var(--s-5);
  margin-left: var(--s-5);
}
.site-nav__links a {
  color: var(--ink);
  font-size: 14.5px;
  text-decoration: none;
  position: relative;
}
.site-nav__links a:hover { color: var(--terracotta); }
.site-nav__links a:hover::after {
  content: ""; position: absolute;
  left: 0; right: 0; bottom: -6px;
  height: 1px; background: var(--terracotta);
}

.site-nav__actions {
  display: inline-flex;
  align-items: center;
  gap: var(--s-3);
  margin-left: auto;
}
@media (max-width: 760px) {
  .site-nav__actions .btn--accent { display: none; }
  .site-nav__actions .lang-switch { display: none; }
}
@media (max-width: 600px) {
  .site-nav__brand small { display: none; }
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--rule);
  border-radius: var(--r-pill);
  overflow: hidden;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .12em;
}
.lang-switch a {
  padding: 6px 10px;
  color: var(--ink-mute);
  text-decoration: none;
}
.lang-switch a[aria-current="true"] {
  background: var(--ink);
  color: var(--canvas);
}

@media (min-width: 920px) {
  .site-nav__links { display: inline-flex; }
}

/* Hamburger (mobile) */
.menu-toggle {
  margin-left: auto;
  width: 40px; height: 40px;
  background: transparent;
  border: 1px solid var(--rule);
  border-radius: 50%;
  display: grid; place-items: center;
  color: var(--ink);
}
.menu-toggle svg { width: 18px; height: 18px; }
@media (min-width: 920px) { .menu-toggle { display: none; } }

.mobile-menu {
  display: none;
  padding: var(--s-4) var(--s-5) var(--s-6);
  border-bottom: 1px solid var(--rule);
  background: var(--canvas);
}
.mobile-menu.is-open { display: block; }
.mobile-menu a {
  display: block;
  padding: 10px 0;
  font-family: var(--font-display);
  font-size: 22px;
  color: var(--ink);
  border-bottom: 1px solid var(--rule-soft);
}
.mobile-menu a:last-child { border-bottom: 0; }

/* -------------------------------------------------------------------------
   Buttons
   ------------------------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--s-2);
  padding: 16px 30px;
  min-height: 54px;
  border-radius: var(--r-btn);
  border: 1px solid transparent;
  font-family: var(--font-sans);
  font-size: 16.5px;
  font-weight: 650;
  letter-spacing: -.005em;
  text-decoration: none;
  transition: transform var(--dur-1) var(--ease),
              background var(--dur-1) var(--ease),
              color var(--dur-1) var(--ease),
              box-shadow var(--dur-1) var(--ease);
  white-space: nowrap;
}
/* Wide by default where it matters: forms + hero submit full-width on touch */
.lead-form form .btn,
.calendar-booking .btn,
form .btn[type="submit"] { width: 100%; }
@media (max-width: 640px) {
  .hero__actions .btn { flex: 1 1 100%; }
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn:focus-visible { outline: 2px solid var(--terracotta); outline-offset: 3px; }

.btn--primary {
  background: var(--ink);
  color: var(--canvas);
  box-shadow: var(--shadow-2);
}
.btn--primary:hover { background: #000; color: var(--canvas); box-shadow: var(--shadow-3); }

.btn--accent {
  background: var(--terracotta);
  color: #fff;
}
.btn--accent:hover { background: var(--terracotta-2); color: #fff; }

.btn--ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}
.btn--ghost:hover { background: var(--ink); color: var(--canvas); }

.btn--soft {
  background: var(--paper);
  color: var(--ink);
  border-color: var(--rule);
}
.btn--soft:hover { border-color: var(--ink); }

.btn--moss {
  background: var(--moss);
  color: var(--canvas);
}
.btn--moss:hover { background: var(--moss-2); color: var(--canvas); }

.btn--link {
  background: transparent;
  color: var(--ink);
  padding: 6px 0;
  border-radius: 0;
  border-bottom: 1px solid var(--ink);
}
.btn--link:hover { color: var(--terracotta); border-color: var(--terracotta); }

.btn .arrow {
  display: inline-block;
  width: 14px; height: 14px;
  position: relative;
  transition: transform var(--dur-1) var(--ease);
}
.btn .arrow::before {
  content: "→";
  position: absolute;
  inset: 0;
  display: grid; place-items: center;
  font-family: var(--font-display);
  font-size: 16px;
  line-height: 1;
}
.btn:hover .arrow { transform: translateX(4px); }

/* -------------------------------------------------------------------------
   Card primitives
   ------------------------------------------------------------------------- */
.card {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-3);
  padding: var(--s-6);
}
.card--quiet {
  background: transparent;
  border: 1px solid var(--rule);
}
.card--ink {
  background: var(--ink);
  color: var(--ink-inv);
  border-color: var(--ink);
}

/* -------------------------------------------------------------------------
   Pills / chips
   ------------------------------------------------------------------------- */
.chip {
  display: inline-flex;
  align-items: center;
  gap: var(--s-2);
  padding: 5px 10px 5px 8px;
  border: 1px solid var(--rule);
  border-radius: var(--r-pill);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-soft);
  background: var(--paper);
}
.chip--moss { color: var(--moss); border-color: color-mix(in srgb, var(--moss) 30%, var(--rule)); background: color-mix(in srgb, var(--moss) 6%, var(--paper)); }
.chip--terracotta { color: var(--terracotta-2); border-color: color-mix(in srgb, var(--terracotta) 35%, var(--rule)); background: color-mix(in srgb, var(--terracotta) 7%, var(--paper)); }
.chip__dot { width: 6px; height: 6px; border-radius: 50%; background: currentColor; }

/* -------------------------------------------------------------------------
   Forms
   ------------------------------------------------------------------------- */
.field {
  display: block;
  margin-bottom: var(--s-4);
}
.field > .lbl {
  display: block;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-bottom: 6px;
}
.field input[type="text"],
.field input[type="email"],
.field input[type="tel"],
.field input[type="number"],
.field select,
.field textarea {
  width: 100%;
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-2);
  padding: 12px 14px;
  font-family: var(--font-sans);
  color: var(--ink);
  transition: border-color var(--dur-1) var(--ease), background var(--dur-1) var(--ease);
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--ink);
  background: var(--paper-warm);
}
.field textarea { min-height: 100px; resize: vertical; }

.consent {
  display: flex;
  align-items: flex-start;
  gap: var(--s-3);
  padding: var(--s-3);
  border: 1px dashed var(--rule);
  border-radius: var(--r-2);
  margin-bottom: var(--s-3);
  font-size: 13.5px;
  color: var(--ink-soft);
}
.consent input[type="checkbox"] {
  flex-shrink: 0;
  width: 18px; height: 18px;
  accent-color: var(--moss);
  margin-top: 2px;
}
.field-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--s-4);
}
@media (min-width: 640px) {
  .field-row--2 { grid-template-columns: 1fr 1fr; }
}

/* -------------------------------------------------------------------------
   FAQ accordion
   ------------------------------------------------------------------------- */
.faq {
  border-top: 1px solid var(--rule-strong);
}
.faq details {
  border-bottom: 1px solid var(--rule);
  padding: 0;
}
.faq summary {
  list-style: none;
  cursor: pointer;
  padding: var(--s-5) 0;
  display: flex;
  gap: var(--s-5);
  align-items: baseline;
  position: relative;
  font-family: var(--font-display);
  font-size: clamp(20px, 1.1rem + 0.4vw, 24px);
  color: var(--ink);
  letter-spacing: -.01em;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  margin-left: auto;
  font-family: var(--font-display);
  font-size: 32px;
  line-height: 1;
  color: var(--terracotta);
  transition: transform var(--dur-2) var(--ease);
}
.faq details[open] summary::after { content: "−"; }
.faq .q-num {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .14em;
  color: var(--ink-mute);
  min-width: 38px;
}
.faq .answer {
  padding: 0 0 var(--s-6) 58px;
  color: var(--ink-soft);
  max-width: 70ch;
}
@media (max-width: 600px) {
  .faq .answer { padding-left: 0; }
}

/* -------------------------------------------------------------------------
   Hero (landing)
   ------------------------------------------------------------------------- */
.hero {
  padding-top: clamp(40px, 6vw, 96px);
  padding-bottom: clamp(60px, 6vw, 120px);
  position: relative;
  overflow: hidden;
}
.hero__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--s-8);
  align-items: end;
}
@media (min-width: 980px) {
  .hero__inner { grid-template-columns: 1.25fr .85fr; gap: var(--s-9); }
}

.hero__doc {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ink-mute);
  display: flex;
  align-items: center;
  gap: var(--s-3);
  margin-bottom: var(--s-5);
}
.hero__doc i {
  width: 30px; height: 1px; background: var(--ink);
  display: inline-block;
}

.hero h1 {
  font-size: var(--fs-h1);
  margin: 0;
  letter-spacing: -.035em;
  line-height: .98;
  font-weight: 720;
  font-variation-settings: "opsz" 96;
  max-width: 16ch;
}
.hero h1 .em {
  font-style: normal;
  color: var(--terracotta);
  font-variation-settings: "opsz" 96;
  font-weight: 720;
}

.hero__lead {
  font-family: var(--font-display);
  font-size: var(--fs-lead);
  color: var(--ink-soft);
  margin-top: var(--s-6);
  max-width: 34ch;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -.005em;
}

.hero__actions {
  display: inline-flex;
  flex-wrap: wrap;
  gap: var(--s-3);
  margin-top: var(--s-7);
}

.hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-5);
  margin-top: var(--s-6);
  color: var(--ink-mute);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .08em;
}
.hero__trust span { display: inline-flex; align-items: center; gap: 8px; }
.hero__trust span::before {
  content: "✓";
  color: var(--moss);
  font-size: 14px;
}

.active-campaigns {
  border-top: 1px solid var(--rule-soft);
  border-bottom: 1px solid var(--rule-soft);
}

.active-campaigns__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--s-4);
}

@media (min-width: 760px) {
  .active-campaigns__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .active-campaigns__grid--featured {
    grid-template-columns: minmax(0, 1.25fr) minmax(0, .9fr);
    grid-auto-rows: 1fr;
  }
}

.active-campaigns__card {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-2);
  padding: var(--s-5);
  display: grid;
  gap: var(--s-4);
  align-content: start;
  min-height: 100%;
}

.active-campaigns__card--priority {
  border-color: color-mix(in srgb, var(--terracotta) 44%, var(--rule));
  box-shadow: 0 14px 34px -28px color-mix(in srgb, var(--terracotta) 48%, transparent);
}

.active-campaigns__card--featured {
  background: color-mix(in srgb, var(--paper) 86%, var(--canvas-soft));
  border-color: color-mix(in srgb, var(--terracotta) 35%, var(--rule));
}

@media (min-width: 760px) {
  .active-campaigns__card--featured {
    grid-row: span 2;
    padding: var(--s-6);
  }
}

.active-campaigns__ribbon {
  justify-self: start;
  border: 1px solid color-mix(in srgb, var(--terracotta) 35%, var(--rule));
  border-radius: var(--r-pill);
  padding: 5px 10px;
  background: var(--paper);
  color: var(--terracotta-2);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0;
}

.active-campaigns__card h3 {
  font-size: 24px;
  line-height: 1.12;
  margin: 0;
  letter-spacing: 0;
}

.active-campaigns__card--featured h3 {
  font-size: clamp(26px, 1.2rem + 1vw, 36px);
}

.active-campaigns__card p {
  margin: 0;
  color: var(--ink-soft);
}

.active-campaigns__meta,
.active-campaigns__proof {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--ink-mute);
}

.active-campaigns__proof {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-2);
  letter-spacing: 0;
  text-transform: none;
}

.active-campaigns__proof span {
  border: 1px solid var(--rule-soft);
  border-radius: var(--r-pill);
  padding: 5px 9px;
  background: var(--canvas-soft);
}

.active-campaigns__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-2);
  align-items: center;
}

.active-campaigns__actions .btn {
  min-width: 0;
  white-space: normal;
}

/* Hero right diagnostic card */
.hero-diag {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-3);
  padding: var(--s-6);
  box-shadow: var(--shadow-2);
  position: relative;
}
.hero-diag::before {
  content: "";
  position: absolute;
  top: -8px; left: 20px;
  background: var(--terracotta);
  color: #fff;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .14em;
  padding: 5px 10px;
  border-radius: 2px;
  text-transform: uppercase;
}
.hero-diag--rentenluecke::before { content: "Vorschau · Rentenlücke"; }

.hero-diag__head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: var(--s-4);
  padding-bottom: var(--s-3);
  border-bottom: 1px solid var(--rule);
}
.hero-diag__head .ttl {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 650;
  color: var(--ink);
}
.hero-diag__head .meta {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--ink-mute);
  letter-spacing: .1em;
  text-transform: uppercase;
}
.hero-diag__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 10px 0;
  border-bottom: 1px dashed var(--rule-soft);
  font-size: 14px;
}
.hero-diag__row:last-of-type { border-bottom: 0; }
.hero-diag__row .lbl { color: var(--ink-soft); }
.hero-diag__row .val { font-family: var(--font-mono); font-weight: 500; color: var(--ink); }
.hero-diag__result {
  margin-top: var(--s-4);
  padding: var(--s-4);
  background: var(--canvas-soft);
  border-radius: var(--r-2);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: var(--s-3);
}
.hero-diag__result .gap-label {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-bottom: 4px;
}
.hero-diag__result .gap-value {
  font-family: var(--font-display);
  font-size: 38px;
  font-weight: 650;
  letter-spacing: -.02em;
  color: var(--terracotta);
  line-height: 1;
}
.hero-diag__result .gap-value small {
  font-size: 14px;
  font-family: var(--font-mono);
  color: var(--ink-soft);
  font-weight: 500;
  margin-left: 4px;
}
.hero-diag__result .gap-cta {
  font-family: var(--font-sans);
  font-size: 13px;
  color: var(--moss);
  font-weight: 500;
  text-align: right;
}

.executive-brief {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255,255,255,.95), rgba(241,245,249,.92)),
    var(--paper);
  border: 1px solid color-mix(in srgb, var(--terracotta) 18%, var(--rule));
  border-radius: 26px;
  padding: clamp(16px, 2vw, 22px);
  box-shadow: 0 28px 80px -48px rgba(15, 23, 42, .46);
}
.media-card {
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--rule);
  background: var(--canvas-soft);
  position: relative;
}
.media-card img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}
.media-card figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.78);
  color: var(--ink-soft);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}
.media-card--hero { margin-bottom: var(--s-5); }
.executive-brief::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--terracotta), var(--moss), #0f172a);
}
.executive-brief__topline {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--terracotta-2);
  margin-bottom: var(--s-4);
}
.executive-brief h2 {
  font-size: clamp(25px, 1.3rem + .9vw, 36px);
  max-width: 14ch;
  margin-bottom: var(--s-5);
}
.executive-brief__grid {
  display: grid;
  gap: 12px;
}
.executive-brief__grid article {
  padding: 15px;
  border: 1px solid var(--rule-soft);
  border-radius: 18px;
  background: rgba(255,255,255,.76);
}
.executive-brief__grid span {
  display: inline-flex;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .12em;
  color: var(--ink-mute);
  margin-bottom: 8px;
}
.executive-brief__grid strong {
  display: block;
  color: var(--ink);
  font-weight: 600;
  margin-bottom: 4px;
}
.executive-brief__grid small {
  display: block;
  color: var(--ink-soft);
  line-height: 1.45;
}
.executive-brief__grid--compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.executive-brief__grid--compact article {
  padding: 12px;
  min-height: 86px;
}
.executive-brief__grid--compact strong {
  font-size: 14px;
  line-height: 1.25;
}
.executive-brief__footer {
  margin-top: var(--s-5);
  padding-top: var(--s-4);
  border-top: 1px solid var(--rule);
  display: grid;
  gap: 4px;
}
.executive-brief__footer strong { color: var(--ink); font-weight: 600; }
.executive-brief__footer span { color: var(--ink-mute); font-size: 14px; }

.corporate-proof {
  margin-top: calc(clamp(60px, 6vw, 120px) * -0.55);
  padding-bottom: clamp(28px, 3vw, 54px);
  position: relative;
  z-index: 2;
}
.corporate-proof__panel {
  display: grid;
  gap: 1px;
  background: var(--rule);
  border: 1px solid var(--rule);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 70px -54px rgba(15,23,42,.55);
}
@media (min-width: 860px) {
  .corporate-proof__panel { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.corporate-proof__panel > div {
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(248,250,252,.92));
  padding: clamp(16px, 1.8vw, 22px);
  min-height: 138px;
  display: grid;
  align-content: start;
  gap: 10px;
}
.corporate-proof__panel img {
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid var(--rule-soft);
  margin-bottom: 4px;
}
.corporate-proof__label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--terracotta-2);
}
.corporate-proof__panel strong {
  font-family: var(--font-display);
  font-size: clamp(18px, 1rem + .35vw, 23px);
  line-height: 1.25;
  letter-spacing: -.015em;
  color: var(--ink);
  font-weight: 600;
}

/* -------------------------------------------------------------------------
   Calculator grid (numbered cards)
   ------------------------------------------------------------------------- */
.calc-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: var(--rule);
  border: 1px solid var(--rule);
  border-radius: var(--r-3);
  overflow: hidden;
}
@media (min-width: 640px) { .calc-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 980px) { .calc-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1200px){ .calc-grid--7 { grid-template-columns: repeat(4, 1fr); } }

.calc-card {
  background: var(--paper);
  padding: var(--s-6);
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: var(--ink);
  transition: background var(--dur-2) var(--ease);
  position: relative;
  min-height: 240px;
}
.calc-card:hover {
  background: var(--paper-warm);
  text-decoration: none;
}
.calc-card .num {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .14em;
  color: var(--ink-mute);
  margin-bottom: var(--s-3);
}
.calc-card .title {
  font-family: var(--font-display);
  font-size: clamp(20px, 1.05rem + 0.4vw, 24px);
  font-weight: 650;
  letter-spacing: -.015em;
  margin: 0 0 var(--s-3);
  color: var(--ink);
  line-height: 1.15;
}
.calc-card .title em { font-style: normal; color: var(--terracotta); }
.calc-card .desc {
  font-size: 14px;
  color: var(--ink-soft);
  margin-bottom: var(--s-4);
  flex: 1;
  max-width: 36ch;
}
.calc-card .go {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--moss);
  display: inline-flex;
  gap: 8px;
  align-items: center;
}
.calc-card .go::after {
  content: "→";
  font-family: var(--font-display);
  font-size: 14px;
  transition: transform var(--dur-1) var(--ease);
}
.calc-card:hover .go::after { transform: translateX(4px); }

/* -------------------------------------------------------------------------
   Service rows (editorial table-like)
   ------------------------------------------------------------------------- */
.svc-list {
  border-top: 1px solid var(--rule-strong);
}
.svc-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--s-4);
  padding: var(--s-6) 0;
  border-bottom: 1px solid var(--rule);
  transition: background var(--dur-2) var(--ease);
  align-items: start;
  text-decoration: none;
  color: inherit;
}
.svc-item:hover { background: color-mix(in srgb, var(--terracotta) 5%, transparent); }
.svc-item:hover .svc-item__title { color: var(--terracotta); text-decoration: none; }
@media (min-width: 760px) {
  .svc-item { grid-template-columns: 80px 1.2fr 2fr auto; gap: var(--s-5); }
}
.svc-item__num {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .14em;
  color: var(--ink-mute);
  padding-top: 6px;
}
.svc-item__title {
  font-family: var(--font-display);
  font-size: clamp(22px, 1.15rem + 0.6vw, 30px);
  font-weight: 650;
  letter-spacing: -.015em;
  color: var(--ink);
  margin: 0;
  transition: color var(--dur-1) var(--ease);
  line-height: 1.15;
}
.svc-item__desc {
  color: var(--ink-soft);
  font-size: 15px;
  margin: 0;
  max-width: 56ch;
}
.svc-item__cta {
  align-self: center;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--moss);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.svc-item__cta::after {
  content: "→";
  font-family: var(--font-display);
  font-size: 18px;
  transition: transform var(--dur-1) var(--ease);
}
.svc-item:hover .svc-item__cta::after { transform: translateX(4px); }

/* -------------------------------------------------------------------------
   Trust band (stats / proof)
   ------------------------------------------------------------------------- */
.trust-band {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--rule);
  border-block: 1px solid var(--rule);
}
@media (min-width: 760px) { .trust-band { grid-template-columns: repeat(4, 1fr); } }
.trust-band > div {
  background: var(--canvas);
  padding: var(--s-6) var(--s-5);
  text-align: left;
}
.trust-band .num {
  font-family: var(--font-display);
  font-size: clamp(36px, 1.5rem + 2vw, 64px);
  font-weight: 700;
  letter-spacing: -.03em;
  color: var(--ink);
  line-height: 1;
  font-variation-settings: "opsz" 96;
}
.trust-band .num em { color: var(--terracotta); font-style: normal; }
.trust-band .lbl {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-top: var(--s-3);
}

/* -------------------------------------------------------------------------
   Pull quote
   ------------------------------------------------------------------------- */
.pull {
  font-family: var(--font-display);
  font-size: clamp(28px, 1.4rem + 1.2vw, 44px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -.02em;
  color: var(--ink);
  max-width: 22ch;
  position: relative;
  padding-top: var(--s-6);
}
.pull::before {
  content: "“";
  position: absolute;
  top: -14px; left: -8px;
  font-family: var(--font-display);
  font-size: 96px;
  color: var(--terracotta);
  line-height: 1;
  font-weight: 700;
}
.pull em { color: var(--terracotta); }
.pull cite {
  display: block;
  margin-top: var(--s-5);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-mute);
  font-style: normal;
}
.visual-break__grid {
  display: grid;
  gap: var(--s-7);
  align-items: center;
}
@media (min-width: 860px) {
  .visual-break__grid { grid-template-columns: .95fr 1fr; }
}
.visual-break img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid var(--rule);
  border-radius: 24px;
  box-shadow: 0 22px 60px -44px rgba(15,23,42,.55);
}
.visual-break h2 { max-width: 12ch; }
.visual-break p:not(.kicker) { color: var(--ink-soft); max-width: 38ch; }

/* -------------------------------------------------------------------------
   Permission-First manifesto — the covenant / consent seal.
   Lives on the inverted .section--dark band; the § seals (01/02/03) echo
   the page's Aktenzeichen motif. Honest promise, real legal links, no
   fabricated social proof. Motion handled by the shared .reveal system
   (already reduced-motion guarded).
   ------------------------------------------------------------------------- */
.manifest h2 em,
.manifest h3 em { color: var(--terracotta-3); font-style: normal; }

.manifest__pillars {
  list-style: none;
  margin: var(--s-8) 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--s-7);
  counter-reset: manifest;
}
@media (min-width: 760px) {
  .manifest__pillars { grid-template-columns: repeat(3, 1fr); gap: var(--s-6); }
}

.manifest__pillar {
  padding-top: var(--s-5);
  border-top: 1px solid color-mix(in srgb, var(--gold) 50%, transparent);
}
.manifest__pillar h3 {
  font-size: var(--fs-h4);
  margin: var(--s-4) 0 var(--s-3);
  color: var(--ink-inv);
  line-height: 1.12;
  max-width: 18ch;
}
.manifest__pillar p {
  color: var(--ink-inv-mute);
  font-size: var(--fs-body);
  line-height: 1.55;
  margin: 0;
  max-width: 38ch;
}
.manifest__pillar a {
  color: var(--terracotta-3);
  text-underline-offset: 3px;
}

/* Seal: a gold-ruled monospace stamp carrying the § number */
.manifest__seal {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: .06em;
  color: var(--gold);
}

/* -------------------------------------------------------------------------
   Process steps
   ------------------------------------------------------------------------- */
.steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--s-5);
  counter-reset: step;
}
@media (min-width: 760px) { .steps { grid-template-columns: repeat(3, 1fr); gap: var(--s-6); } }
.step {
  position: relative;
  padding-top: var(--s-7);
  border-top: 1px solid var(--rule-strong);
  counter-increment: step;
}
.step::before {
  content: counter(step, decimal-leading-zero);
  position: absolute;
  top: var(--s-4);
  left: 0;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .14em;
  color: var(--terracotta);
}
.step h3 {
  font-size: clamp(22px, 1.15rem + 0.4vw, 28px);
  margin: 0 0 var(--s-3);
  font-weight: 650;
}
.step p { color: var(--ink-soft); max-width: 38ch; margin: 0; font-size: 15px; }

/* -------------------------------------------------------------------------
   Brand / personal section (formerly Yasin block)
   ------------------------------------------------------------------------- */
.yasin {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--s-7);
  align-items: center;
}
@media (min-width: 900px) {
  .yasin { gap: var(--s-9); }
}
.yasin__portrait {
  position: relative;
  aspect-ratio: 4 / 5;
  background:
    radial-gradient(120% 100% at 30% 20%, var(--terracotta-3) 0%, transparent 60%),
    linear-gradient(180deg, var(--paper-warm) 0%, var(--canvas-soft) 100%);
  border: 1px solid var(--rule);
  border-radius: var(--r-3);
  overflow: hidden;
  display: grid;
  place-items: center;
  margin: 0;
}
.yasin__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.yasin__portrait::after {
  content: "KEY-FI · Berater";
  position: absolute;
  bottom: var(--s-4);
  left: var(--s-4);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .16em;
  color: var(--ink-soft);
  text-transform: uppercase;
  font-style: normal;
  background: var(--paper);
  padding: 5px 10px;
  border-radius: 2px;
  border: 1px solid var(--rule);
  font-weight: 500;
}
.yasin__credentials {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--s-3);
  margin-top: var(--s-5);
  padding-top: var(--s-5);
  border-top: 1px solid var(--rule);
}
.yasin__credentials li {
  list-style: none;
  display: flex;
  gap: var(--s-3);
  font-size: 14px;
  color: var(--ink-soft);
  font-family: var(--font-mono);
  letter-spacing: .02em;
}
.yasin__credentials li::before {
  content: "→";
  color: var(--terracotta);
}

/* -------------------------------------------------------------------------
   Lead form (final)
   ------------------------------------------------------------------------- */
.lead-form {
  background: var(--ink);
  color: var(--ink-inv);
  border-radius: var(--r-4);
  padding: clamp(28px, 4vw, 56px);
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--s-7);
  position: relative;
  overflow: hidden;
}
@media (min-width: 900px) { .lead-form { grid-template-columns: 1fr 1.2fr; gap: var(--s-9); } }
.lead-form::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(60% 80% at 100% 0%, color-mix(in srgb, var(--terracotta) 22%, transparent) 0%, transparent 60%),
    radial-gradient(50% 60% at 0% 100%, color-mix(in srgb, var(--moss) 22%, transparent) 0%, transparent 60%);
  pointer-events: none;
}
.lead-form > * { position: relative; z-index: 1; }

.lead-form__copy h2 { color: var(--ink-inv); max-width: 14ch; }
.lead-form__media {
  margin: 0 0 var(--s-5);
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--ink-inv) 18%, transparent);
  background: rgba(255,255,255,.08);
}
.lead-form__media img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  opacity: .92;
}
.lead-form__copy .kicker { color: var(--ink-inv-mute); }
.lead-form__copy .kicker::before { background: var(--gold); }
.lead-form__copy p { color: var(--ink-inv-mute); max-width: 32ch; }
.lead-form__copy ul {
  list-style: none;
  padding: 0;
  margin: var(--s-5) 0 0;
  display: grid;
  gap: var(--s-3);
}
.lead-form__copy li {
  display: flex;
  gap: var(--s-3);
  color: var(--ink-inv-mute);
  font-size: 14px;
}
.lead-form__copy li::before {
  content: "✓";
  color: var(--gold);
  font-weight: 700;
}

.lead-form form {
  background: var(--paper);
  color: var(--ink);
  padding: clamp(20px, 2vw, 32px);
  border-radius: var(--r-3);
  border: 1px solid var(--rule);
}
.lead-form__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-bottom: var(--s-3);
  border-bottom: 1px solid var(--rule);
  margin-bottom: var(--s-5);
}
.lead-form__head h3 {
  font-family: var(--font-display);
  font-size: 22px;
  margin: 0;
  font-weight: 600;
  color: var(--ink);
}
.lead-form__head .step-meta {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .14em;
  color: var(--ink-mute);
  text-transform: uppercase;
}

/* Success state */
.lead-form__success {
  text-align: center;
  padding: var(--s-7) var(--s-4);
}
.lead-form__success h3 {
  font-family: var(--font-display);
  font-size: 32px;
  margin: var(--s-4) 0;
  color: var(--ink);
}
.lead-form__success .check {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--moss);
  color: var(--canvas);
  display: grid; place-items: center;
  margin: 0 auto;
  font-size: 32px;
}

/* -------------------------------------------------------------------------
   Footer
   ------------------------------------------------------------------------- */
.site-foot {
  background: var(--ink);
  color: var(--ink-inv);
  padding: clamp(56px, 6vw, 96px) 0 var(--s-7);
  border-top: 4px solid var(--gold);
}
.site-foot a { color: var(--ink-inv-mute); text-decoration: none; }
.site-foot a:hover { color: var(--canvas); text-decoration: underline; text-decoration-color: var(--terracotta); }

.foot-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--s-7);
}
@media (min-width: 760px) { .foot-grid { grid-template-columns: 1.3fr repeat(3, 1fr); gap: var(--s-7); } }

.foot-brand {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 650;
  color: var(--ink-inv);
  letter-spacing: -.015em;
  display: block;
  margin-bottom: var(--s-4);
}
.foot-brand em { color: var(--terracotta-3); font-style: normal; }
.foot-tag {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .14em;
  color: var(--ink-inv-mute);
  text-transform: uppercase;
  margin-bottom: var(--s-4);
}
.foot-desc {
  color: var(--ink-inv-mute);
  font-size: 14px;
  max-width: 38ch;
}

.foot-col h4 {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 var(--s-4);
  font-weight: 500;
}
.foot-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: var(--s-2);
}
.foot-col a { display: inline-block; padding: 4px 0; font-size: 14.5px; }

.foot-fine {
  margin-top: var(--s-8);
  padding-top: var(--s-5);
  border-top: 1px solid color-mix(in srgb, var(--canvas) 12%, transparent);
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-4) var(--s-5);
  justify-content: space-between;
  align-items: baseline;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .12em;
  color: var(--ink-inv-mute);
  text-transform: uppercase;
}

/* -------------------------------------------------------------------------
   Reveal — no-op decorative class. Kept for hooks future use.
   Content always visible (best for SEO, SSR, screenshots, reduced motion).
   ------------------------------------------------------------------------- */
.reveal { opacity: 1; transform: none; }

/* -------------------------------------------------------------------------
   Misc utilities
   ------------------------------------------------------------------------- */
.flex { display: flex; }
.grid { display: grid; }
.row-gap-5 { gap: var(--s-5); }
.center { text-align: center; }
.mt-0 { margin-top: 0; }
.mt-3 { margin-top: var(--s-3); }
.mt-4 { margin-top: var(--s-4); }
.mt-5 { margin-top: var(--s-5); }
.mt-6 { margin-top: var(--s-6); }
.mt-7 { margin-top: var(--s-7); }
.mb-3 { margin-bottom: var(--s-3); }
.mb-4 { margin-bottom: var(--s-4); }
.mb-5 { margin-bottom: var(--s-5); }
.mb-6 { margin-bottom: var(--s-6); }
.mb-7 { margin-bottom: var(--s-7); }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip {
  position: absolute; top: -100px; left: 8px;
  background: var(--ink); color: var(--canvas);
  padding: 8px 14px; border-radius: var(--r-2);
  z-index: 100; text-decoration: none;
}
.skip:focus { top: 8px; }

/* Print niceties — no need for fancy ink screens */
@media print {
  .site-nav, .site-foot, .lead-form, .menu-toggle, .cookie-banner { display: none; }
  body { background: #fff; color: #000; }
}

/* -------------------------------------------------------------------------
   Cookie consent banner (DSGVO)
   Brand-aligned, accessible, dismissible.  Min-JS only — vanilla site.js.
   ------------------------------------------------------------------------- */
.cookie-banner {
  position: fixed;
  inset: auto var(--s-4) var(--s-4) var(--s-4);
  z-index: 90;
  background: var(--ink);
  color: var(--ink-inv);
  border-radius: var(--r-3);
  padding: var(--s-5) var(--s-6);
  box-shadow: 0 30px 80px -20px rgba(26,23,20,.4);
  border: 1px solid color-mix(in srgb, var(--gold) 30%, transparent);
  max-width: 720px;
  margin: 0 auto;
  display: none;
  transform: translateY(8px);
  opacity: 0;
  transition: transform var(--dur-3) var(--ease), opacity var(--dur-3) var(--ease);
}
.cookie-banner.is-visible {
  display: block;
}
.cookie-banner.is-shown {
  transform: translateY(0);
  opacity: 1;
}
.cookie-banner__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--s-4);
  align-items: center;
}
@media (min-width: 720px) {
  .cookie-banner__inner { grid-template-columns: 1.6fr 1fr; gap: var(--s-6); }
}
.cookie-banner__copy {
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--ink-inv);
}
.cookie-banner__copy strong {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 17px;
  letter-spacing: -.01em;
  display: block;
  margin-bottom: 6px;
  color: var(--ink-inv);
}
.cookie-banner__copy a {
  color: var(--terracotta-3);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cookie-banner__copy a:hover { color: var(--gold); }
.cookie-banner__actions {
  display: grid;
  gap: 8px;
  justify-self: end;
}
@media (min-width: 720px) {
  .cookie-banner__actions { width: 100%; max-width: 240px; }
}
.cookie-banner__actions .btn {
  width: 100%;
  justify-content: center;
  padding: 11px 18px;
  font-size: 13.5px;
}
.cookie-banner__actions .btn--soft {
  background: transparent;
  color: var(--ink-inv);
  border-color: color-mix(in srgb, var(--ink-inv) 30%, transparent);
}
.cookie-banner__actions .btn--soft:hover {
  border-color: var(--ink-inv);
  background: color-mix(in srgb, var(--ink-inv) 10%, transparent);
}
.cookie-banner__actions .btn--accent {
  background: var(--gold);
  color: var(--ink);
}
.cookie-banner__actions .btn--accent:hover {
  background: color-mix(in srgb, var(--gold) 80%, white);
  color: var(--ink);
}
@media (prefers-reduced-motion: reduce) {
  .cookie-banner { transition: none; }
  /* A11Y-1 (WCAG 2.3.3): honour reduced-motion globally — collapse animation +
     transition durations and disable CSS smooth scrolling. JS smooth-scroll calls
     are gated separately on matchMedia (a behavior:'smooth' option passed to
     scrollIntoView/scrollTo overrides CSS scroll-behavior, so CSS alone is not enough). */
  html { scroll-behavior: auto !important; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* -------------------------------------------------------------------------
   Calendar slot picker (kontakt.html embed)
   ------------------------------------------------------------------------- */
.calendar {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-3);
  padding: var(--s-5);
}
.calendar__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--s-4);
  padding-bottom: var(--s-3);
  border-bottom: 1px solid var(--rule);
}
.calendar__title {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  color: var(--ink);
}
.calendar__nav { display: inline-flex; gap: 8px; }
.calendar__nav-btn {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1px solid var(--rule);
  background: var(--paper);
  color: var(--ink);
  font-size: 16px;
  cursor: pointer;
  transition: background var(--dur-1) var(--ease), border-color var(--dur-1) var(--ease);
}
.calendar__nav-btn:not(:disabled):hover {
  background: var(--ink);
  color: var(--canvas);
  border-color: var(--ink);
}
.calendar__nav-btn:disabled { opacity: .35; cursor: not-allowed; }
.calendar__grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
  overflow-x: auto;
}
@media (max-width: 760px) {
  .calendar__grid {
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
  }
  .calendar__col { min-width: 64px; }
}
.calendar__col {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
}
.calendar__day-label {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-mute);
  padding: 6px 0 8px;
  border-bottom: 1px solid var(--rule-soft);
  margin-bottom: 4px;
}
.calendar__slot {
  background: var(--paper-warm);
  border: 1px solid var(--rule);
  border-radius: var(--r-2);
  padding: 6px 8px;
  font-family: var(--font-mono);
  font-size: 12.5px;
  color: var(--ink);
  cursor: pointer;
  transition: background var(--dur-1) var(--ease), border-color var(--dur-1) var(--ease), color var(--dur-1) var(--ease);
}
.calendar__slot:hover {
  background: var(--ink);
  color: var(--canvas);
  border-color: var(--ink);
}
.calendar__slot.is-selected {
  background: var(--terracotta);
  color: #fff;
  border-color: var(--terracotta);
}
.calendar__closed {
  font-size: 12px;
  color: var(--ink-faint);
  padding: 12px 0;
  margin: 0;
}
.calendar__note {
  margin-top: var(--s-4);
  padding-top: var(--s-3);
  border-top: 1px dashed var(--rule);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .08em;
  color: var(--ink-mute);
  text-align: center;
}
.calendar__loading,
.calendar__error,
.calendar__empty {
  padding: var(--s-7) var(--s-4);
  text-align: center;
  color: var(--ink-soft);
  font-family: var(--font-mono);
  font-size: 13px;
}
.calendar__error { color: var(--signal); }

/* Booking form */
.calendar-booking {
  background: var(--paper);
  border: 1px solid var(--terracotta-3);
  border-radius: var(--r-3);
  padding: var(--s-5);
  margin-top: var(--s-4);
}
.calendar-booking__head {
  padding-bottom: var(--s-3);
  border-bottom: 1px dashed var(--rule);
  margin-bottom: var(--s-4);
}
.calendar-booking__head-label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-right: 8px;
}
.calendar-booking__head-value {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  color: var(--ink);
}
.calendar-booking__fields {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--s-4);
}
@media (min-width: 640px) {
  .calendar-booking__fields { grid-template-columns: 1fr 1fr; }
}
.calendar-booking__status {
  margin-top: 12px;
  font-size: 13px;
  color: var(--ink-soft);
  min-height: 18px;
}
.calendar-booking__status.is-error { color: var(--signal); }

/* Success state */
.calendar-success {
  text-align: center;
  padding: var(--s-7) var(--s-4);
}
.calendar-success__check {
  width: 56px; height: 56px;
  background: var(--moss);
  color: var(--canvas);
  display: grid; place-items: center;
  border-radius: 50%;
  font-size: 28px;
  margin: 0 auto var(--s-4);
}
.calendar-success h3 {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 var(--s-3);
}
.calendar-success p {
  margin: 4px 0;
  color: var(--ink-soft);
}

/* -------------------------------------------------------------------------
   Blog prose (markdown-rendered content)
   ------------------------------------------------------------------------- */
.blog-prose {
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  max-width: 64ch;
}
.blog-prose p { margin: 0 0 1.2em; }
.blog-prose p.lead {
  font-family: var(--font-display);
  font-size: 1.2em;
  color: var(--ink-soft);
}
.blog-prose h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 1.4rem + 0.8vw, 38px);
  font-weight: 650;
  letter-spacing: -.02em;
  margin: 2em 0 .6em;
  color: var(--ink);
  line-height: 1.15;
}
.blog-prose h2 em { color: var(--terracotta); font-style: normal; }
.blog-prose h3 {
  font-family: var(--font-display);
  font-size: clamp(22px, 1.1rem + 0.5vw, 28px);
  font-weight: 600;
  letter-spacing: -.015em;
  margin: 1.6em 0 .4em;
  color: var(--ink);
}
.blog-prose strong { color: var(--ink); font-weight: 600; }
.blog-prose em { color: inherit; font-style: normal; }
.blog-prose a {
  color: var(--moss);
  text-decoration: underline;
  text-decoration-color: color-mix(in srgb, var(--moss) 50%, transparent);
  text-underline-offset: 3px;
}
.blog-prose a:hover { color: var(--terracotta); text-decoration-color: var(--terracotta); }
.blog-prose ul,
.blog-prose ol {
  margin: 0 0 1.5em;
  padding-left: 24px;
}
.blog-prose ul li,
.blog-prose ol li {
  margin: .3em 0;
}
.blog-prose ul li::marker { color: var(--terracotta); }
.blog-prose blockquote {
  border-left: 3px solid var(--gold);
  background: var(--paper-warm);
  padding: var(--s-4) var(--s-5);
  margin: var(--s-5) 0;
  font-family: var(--font-display);
  font-size: 1.1em;
  color: var(--ink-soft);
  font-style: normal;
}
.blog-prose code {
  background: var(--paper-warm);
  padding: 2px 6px;
  border-radius: 4px;
  font-family: var(--font-mono);
  font-size: .9em;
  border: 1px solid var(--rule);
}
.blog-prose pre {
  background: var(--ink);
  color: var(--ink-inv);
  padding: var(--s-5);
  border-radius: var(--r-3);
  overflow-x: auto;
  margin: var(--s-5) 0;
  font-family: var(--font-mono);
  font-size: 13.5px;
  line-height: 1.55;
}
.blog-prose pre code {
  background: transparent;
  border: 0;
  padding: 0;
  color: inherit;
}
.blog-prose hr {
  border: 0;
  border-top: 1px solid var(--rule);
  margin: var(--s-7) 0;
}
.blog-prose table {
  width: 100%;
  border-collapse: collapse;
  margin: var(--s-5) 0;
  font-size: 15px;
}
.blog-prose th,
.blog-prose td {
  padding: 10px 12px;
  text-align: left;
  border-bottom: 1px solid var(--rule);
}
.blog-prose th {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-mute);
  background: var(--paper-warm);
  border-bottom: 1px solid var(--rule-strong);
}
.blog-prose tr:hover td { background: color-mix(in srgb, var(--terracotta) 5%, transparent); }

/* Footer "Cookie-Einstellungen" link — fits in foot-fine */
.cookie-reopen {
  background: transparent;
  border: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}
.cookie-reopen:hover { color: var(--terracotta-3); }


/* Landing trust note — quiet Apple-like explanatory surface */
.landing-apple-note {
  margin-top: var(--s-5);
  padding: 18px 20px;
  border-radius: 24px;
  background: color-mix(in srgb, #fff 88%, var(--canvas));
  border: 1px solid color-mix(in srgb, var(--terracotta) 14%, var(--rule));
  box-shadow: 0 24px 70px -52px rgba(0, 113, 227, .28);
  color: var(--ink-soft);
  max-width: 58ch;
}
.landing-apple-note strong { color: var(--ink); font-weight: 600; }

/* =========================================================================
   Stille Bank minimal pass · 2026-07-02
   Art direction: quiet European ledger — paper, ink, one pine accent.
   Replaces the 2026-06-12 premium layer: no gradients, no glass blur,
   no grid texture. Hairlines + whitespace + big type carry the design.
   Scope: public landing, service hubs, calculators, contact/legal/static.
   ========================================================================= */

html { scroll-behavior: smooth; }
body { background: var(--canvas); }

/* --- Navigation: solid paper, hairline, roomier ------------------------- */
.site-nav {
  background: color-mix(in srgb, var(--paper) 96%, transparent);
  backdrop-filter: saturate(120%) blur(10px);
  -webkit-backdrop-filter: saturate(120%) blur(10px);
  border-bottom: 1px solid var(--rule);
}
.site-nav__row { min-height: 72px; }
.site-nav__brand { letter-spacing: -.02em; font-weight: 700; }
.site-nav__mark {
  border-radius: 12px;
  background: var(--ink);
  color: var(--canvas);
  font-weight: 700;
  box-shadow: none;
}
.site-nav__mark::after { content: none; }
.site-nav__links a {
  font-size: 15.5px;
  font-weight: 550;
  padding: 6px 2px;
  color: var(--ink-soft);
  white-space: nowrap;
}
.site-nav__brand small { white-space: nowrap; }
@media (max-width: 1100px) {
  .site-nav__brand small { display: none; }
}
.site-nav__links a:hover,
.site-nav__links a[aria-current="page"] {
  color: var(--ink);
  text-decoration: none;
}
.site-nav__links a:hover::after,
.site-nav__links a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -4px;
  height: 2px;
  background: var(--terracotta);
}

/* --- Buttons: wide, flat, decisive -------------------------------------- */
.btn,
button.btn,
.pdf-print-btn {
  box-shadow: none;
  transition: transform 160ms var(--ease), background 160ms var(--ease),
              border-color 160ms var(--ease), color 160ms var(--ease);
}
.btn:hover,
button.btn:hover,
.pdf-print-btn:hover {
  transform: translateY(-1px);
  box-shadow: none;
  text-decoration: none;
}
.btn:active,
button.btn:active { transform: translateY(1px); }
.btn--primary {
  background: var(--ink);
  color: var(--canvas);
}
.btn--primary:hover { background: var(--terracotta-2); color: #fff; }
.btn--accent {
  background: var(--terracotta);
  border-color: transparent;
  color: #fff;
}
.btn--accent:hover { background: var(--terracotta-2); color: #fff; }
.btn--soft {
  background: var(--paper);
  border-color: var(--rule);
  color: var(--ink);
}
.btn--soft:hover { border-color: var(--ink); }

/* --- Hero: flat paper, no stage panel ----------------------------------- */
.hero {
  padding-block: clamp(64px, 8vw, 140px) clamp(56px, 6vw, 120px);
  overflow: clip;
}
.hero::before { content: none; }
.hero__inner {
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  gap: clamp(34px, 5vw, 78px);
  align-items: center;
}
.hero h1 {
  max-width: 13ch;
  text-wrap: balance;
  color: var(--ink);
}
.hero__lead {
  max-width: 44ch;
  color: var(--ink-soft);
  font-weight: 550;
}
.hero__doc {
  width: fit-content;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.hero__trust span,
.lang-switch a,
.chip,
.step-meta {
  box-shadow: none;
}

/* --- Surfaces: white card + hairline, nothing else ---------------------- */
.executive-brief,
.card,
.calc-card,
.media-card,
.corporate-proof__panel,
.visual-break,
.trust-band,
.faq-item,
.service-card {
  border: 1px solid var(--rule);
  box-shadow: none;
}
.executive-brief {
  border-radius: var(--r-4);
  background: var(--paper);
  padding: clamp(20px, 2.2vw, 28px);
}
.executive-brief::before { background: var(--terracotta); height: 3px; }
.executive-brief::after { content: none; }
.executive-brief__grid article {
  border: 1px solid var(--rule-soft);
  border-radius: var(--r-3);
  background: var(--canvas);
}
.executive-brief__topline { color: var(--terracotta); }
.media-card {
  border-radius: var(--r-4);
  overflow: hidden;
  background: var(--paper);
}
.media-card figcaption { backdrop-filter: none; background: rgba(255,255,255,.92); }
.media-card img,
.corporate-proof img,
.visual-break img,
.lead-form__media img { filter: none; }

.corporate-proof__panel,
.trust-band {
  border-radius: var(--r-4);
  background: var(--paper);
  backdrop-filter: none;
  box-shadow: none;
}
.corporate-proof__label { color: var(--terracotta); }
.trust-band .num,
.calc-card .title,
.rh-result__title { font-variant-numeric: tabular-nums; }

/* --- Calculator cards ---------------------------------------------------- */
.calc-grid { align-items: stretch; }
.calc-card {
  border-radius: 0;               /* the grid frame owns the radius */
  background: var(--paper);
  min-height: 250px;
  padding: clamp(24px, 2.3vw, 34px);
  transition: background var(--dur-1) var(--ease);
}
.calc-card::after { content: none; }
.calc-card:hover {
  transform: none;
  background: var(--canvas-soft);
}
.calc-card .title { font-weight: 650; }
.calc-card .num { color: var(--ink-mute); }
.calc-card .go { color: var(--terracotta); }

.sec-heading h2,
.pull,
.lead-form h2 { text-wrap: balance; }

/* --- Lead form: dark ink block, white form card inside ------------------- */
.lead-form {
  border-radius: var(--r-4);
  background: var(--ink);
  overflow: hidden;
}
.lead-form::before { content: none; }
.lead-form__copy::before {
  content: "";
  display: block;
  width: 44px;
  height: 3px;
  margin-bottom: 20px;
  background: var(--terracotta);
}
.field input,
.field textarea,
.field select,
.lead-form input,
.lead-form textarea,
.lead-form select {
  border-radius: 10px;
  border-color: var(--rule);
  background: var(--paper);
  box-shadow: none;
  font-size: 16px;
  padding: 13px 15px;
}
.field input:focus,
.field textarea:focus,
.field select:focus,
.lead-form input:focus,
.lead-form textarea:focus,
.lead-form select:focus {
  outline: 3px solid color-mix(in srgb, var(--terracotta) 22%, transparent);
  border-color: var(--terracotta);
}

/* --- Dark bands: flat ink, high contrast --------------------------------- */
.section--dark { background: var(--ink); }
.section--dark p,
.section--dark .promise__lead,
.section--dark .muted,
.section--dark small {
  color: rgba(248,250,252,.74);
}
.section--dark h1,
.section--dark h2,
.section--dark h3,
.section--dark h4,
.section--dark h5 { color: #F8FAFC; }
.section--dark .kicker { color: rgba(248,250,252,.66); }
.section--dark .promise-card,
.section--dark article { border-color: rgba(248,250,252,.18); }

/* --- Footer: flat ink, brass hairline ------------------------------------ */
.site-foot {
  background: var(--ink);
  color: var(--ink-inv);
  border-top: 1px solid var(--gold);
}
.site-foot a { color: var(--ink-inv); }
.site-foot .foot-desc,
.site-foot .foot-tag,
.site-foot .foot-fine { color: var(--ink-inv-mute); }

/* --- Landing trust note: quiet paper card -------------------------------- */
.landing-apple-note {
  border-radius: var(--r-3);
  background: var(--paper);
  border: 1px solid var(--rule);
  box-shadow: none;
}

@media (max-width: 900px) {
  .hero__inner { grid-template-columns: 1fr; }
  .hero h1 { max-width: 14ch; }
  .site-nav__row { min-height: 64px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}

/* Visual QA refinements · 2026-07-02
   Contrast + focus checks after the minimal pass: dark bands keep AA text,
   focus rings stay visible on paper and ink surfaces. */
a:focus-visible,
.btn:focus-visible,
button:focus-visible {
  outline: 2px solid var(--terracotta);
  outline-offset: 3px;
}
.section--dark a:focus-visible,
.site-foot a:focus-visible { outline-color: var(--gold); }
