/* Selbst gehostete Schriften (DSGVO-konform, keine Google-CDN). Variable Fonts. */
@font-face{font-family:'Fraunces';font-style:normal;font-weight:300 700;font-display:swap;src:url('../assets/fonts/fraunces-var.woff2') format('woff2');}
@font-face{font-family:'Fraunces';font-style:italic;font-weight:300 700;font-display:swap;src:url('../assets/fonts/fraunces-400-italic.woff2') format('woff2');}
@font-face{font-family:'Hanken Grotesk';font-style:normal;font-weight:300 800;font-display:swap;src:url('../assets/fonts/hanken-var.woff2') format('woff2');}

/* =========================================================================
   Alicia Jording – Strategische Intervention
   Design-System: warm-neutrale, editoriale Palette (Anthrazit + Creme/Taupe)
   ========================================================================= */

:root {
  /* Farben – aus dem bestehenden Markenauftritt übernommen */
  --ink:        #18181a;   /* Primär – neutrales Beinahe-Schwarz (Text/Buttons) */
  --ink-soft:   #28282a;   /* dunkle Flächen */
  --ink-deep:   #0f0f11;   /* tiefstes Schwarz */
  --earth:      #26211a;   /* warmer Erdton – Hintergrund dunkler Sektionen */
  --earth-deep: #1b1712;   /* tiefer Erdton – Footer */
  --paper:      #ffffff;   /* Basis – Weiß */
  --paper-2:    #f3f3f1;   /* Element-/Karten-Fläche (neutrales Hellgrau) */
  --cream:      #ebebe8;   /* etwas tieferes Hellgrau (stärkeres Element) */
  --taupe:      #cbcbc7;   /* neutrales Hellgrau (dezente Ziffern/Marker) */
  --line:       #e4e4e1;   /* Haarlinie auf hell */
  --line-dark:  #3b352b;   /* Haarlinie auf dunkel (warm) */
  --muted:      #6a6a6c;   /* gedämpfter Text auf hell */
  --muted-2:    #8c8c8e;   /* noch gedämpfter */
  --on-dark:    #f6f4ef;   /* Text auf dunkel */
  --on-dark-mut:#b0a899;   /* gedämpft auf dunkel (warm) */
  --brass:      #18181a;   /* Akzent jetzt monochrom (= Ink) für Schwarz/Weiß-Klarheit */

  /* Maße */
  --container: 1180px;
  --gutter: clamp(1.25rem, 4vw, 3rem);
  --section-y: clamp(3rem, 5vw, 5rem);
  --radius: 2px;

  /* Schrift */
  --font-display: 'Fraunces', Georgia, 'Times New Roman', serif;
  --font-body: 'Hanken Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;

  /* Typografische Skala – 10 Stufen (statt 38) */
  --type-tag:    0.72rem;                          /* Eyebrows, Labels, Tags, Captions */
  --type-small:  0.94rem;                          /* Footer, Notes, gedämpfte Hinweise */
  --type-base:   1rem;                             /* Body */
  --type-body-l: 1.05rem;                          /* Body+ für Lead, Intro, Beobachtungen */
  --type-lead:   clamp(1.08rem, 1.3vw, 1.22rem);   /* Section-Lead, ci-value, Quote-Sub */
  --type-h3:     clamp(1.18rem, 1.5vw, 1.4rem);    /* Step-Title, Collab-Title, Sub-Heads */
  --type-quote:  clamp(1.35rem, 2.1vw, 1.85rem);   /* Pull-Quote, Pivot, Statement, Punch */
  --type-h2:     clamp(1.6rem, 2.9vw, 2.35rem);    /* H2 */
  --type-h1:     clamp(2rem, 4.3vw, 3.5rem);       /* Display */
  --type-stat:   clamp(2.2rem, 3.4vw, 3rem);       /* Stat-Zahlen */

  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: var(--font-body);
  font-size: var(--type-base);
  line-height: 1.6;
  color: var(--ink);
  background: var(--paper);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, picture, video, svg { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }

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

/* ---------- Typografie ---------- */
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 400; line-height: 1.08; letter-spacing: -0.01em; }

.display {
  font-size: var(--type-h1);
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-weight: 430;
}
.h2 { font-size: var(--type-h2); }
.h3 { font-size: var(--type-h3); font-weight: 500; }

/* Eyebrow – kleines Label mit kurzer Linie davor */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.85em;
  font-family: var(--font-body);
  font-size: var(--type-tag);
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink);
}
.eyebrow::before {
  content: "";
  width: 2.2em; height: 1px;
  background: var(--ink);
  opacity: 0.5;
}
.eyebrow.on-dark { color: var(--on-dark); }
.eyebrow.on-dark::before { background: var(--on-dark); }

/* GROSSE Sektions-Nummer als Display-Element (Editorial-Anker) */
.section-head { position: relative; padding-left: clamp(0px, 5vw, 5rem); }
section[data-num] .section-head::before {
  content: counter(section-counter, decimal-leading-zero);
  position: absolute;
  top: -0.45rem;
  left: 0;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: var(--type-stat);
  line-height: 1;
  color: var(--ink);
  letter-spacing: 0;
}
.section--dark section[data-num] .section-head::before,
section[data-num].section--dark .section-head::before { color: var(--on-dark); }
@media (max-width: 760px) {
  .section-head { padding-left: 0; }
  section[data-num] .section-head::before {
    position: static;
    display: inline-block;
    font-size: 1.7rem;
    line-height: 1;
    margin: 0 0.55em 0 0;
    vertical-align: -0.18em;
  }
  /* Eyebrow inline neben Sektionsnummer, damit kein Umbruch entsteht */
  section[data-num] .section-head .eyebrow { display: inline-flex; vertical-align: middle; }
}

.lead { font-size: var(--type-lead); line-height: 1.55; color: var(--ink); font-weight: 400; }
.muted { color: var(--muted); }

/* ---------- Layout-Helfer ---------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: var(--section-y); }
.section--tight { padding-block: clamp(3rem, 6vw, 5.5rem); }
/* Trennlinie nur zwischen zwei weißen Sektionen (Hintergrund hilft sonst schon) */
.section:not(.section--dark):not(.section--soft) + .section:not(.section--dark):not(.section--soft),
.hero + .section:not(.section--dark):not(.section--soft) { border-top: 1px solid var(--line); }

.section--dark { background: var(--earth); color: var(--on-dark); }
.section--dark .muted { color: var(--on-dark-mut); }
.section--cream { background: var(--cream); }
.section--paper2 { background: var(--paper-2); }
/* Soft-Sektion: subtiler Hintergrund-Wechsel für klare Bereichs-Trennung */
.section--soft { background: var(--paper-2); }
/* In soft-Sektionen kommen die Cards auf Weiß, damit sie sich abheben */
.section--soft .critical-row,
.section--soft .collab-card,
.section--soft .result-card,
.section--soft .obs { background: var(--paper); }

.measure { max-width: 62ch; }
.measure-sm { max-width: 46ch; }

.rule { height: 1px; background: var(--line); border: 0; }
.section--dark .rule { background: var(--line-dark); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 0.6em;
  padding: 0.95em 1.7em;
  font-family: var(--font-body);
  font-size: var(--type-small); font-weight: 600; letter-spacing: 0.01em;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  transition: background .35s var(--ease), color .35s var(--ease), border-color .35s var(--ease), transform .35s var(--ease);
  will-change: transform;
}
.btn .arrow { transition: transform .35s var(--ease); }
.btn:hover .arrow { transform: translateX(4px); }

.btn--primary { background: var(--ink); color: var(--paper); }
.btn--primary:hover { background: var(--ink-deep); transform: translateY(-2px); }

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

.section--dark .btn--primary { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.section--dark .btn--primary:hover { background: #fff; }
.section--dark .btn--ghost { color: var(--on-dark); border-color: var(--on-dark-mut); }
.section--dark .btn--ghost:hover { background: var(--paper); color: var(--ink); border-color: var(--paper); }

.btn-row { display: flex; flex-wrap: wrap; gap: 0.9rem; }

/* Text-Link mit Pfeil */
.tlink {
  display: inline-flex; align-items: center; gap: 0.5em;
  font-weight: 600; font-size: var(--type-small);
  border-bottom: 1px solid var(--line);
  padding-bottom: 2px;
  transition: border-color .3s var(--ease), gap .3s var(--ease);
}
.tlink:hover { border-color: var(--ink); gap: 0.8em; }

/* =========================================================================
   Header
   ========================================================================= */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  transition: background .4s var(--ease), border-color .4s var(--ease), padding .4s var(--ease);
  border-bottom: 1px solid transparent;
  padding-block: 1rem;
}
.site-header.scrolled {
  background: rgba(255,255,255,0.90);
  -webkit-backdrop-filter: saturate(160%) blur(12px);
  backdrop-filter: saturate(160%) blur(12px);
  border-bottom-color: var(--line);
  padding-block: 0.55rem;
}
/* Auf Mobil: kein backdrop-filter, sonst wird der Header zum containing-block
   und das Nav-Overlay klebt an der Header-Höhe statt am Viewport. */
@media (max-width: 880px) {
  .site-header.scrolled {
    background: #ffffff;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: flex; align-items: center; }
.brand img { height: 78px; width: auto; transition: height .4s var(--ease); }
.scrolled .brand img { height: 56px; }
@media (max-width: 760px) {
  .brand img { height: 56px; }
  .scrolled .brand img { height: 44px; }
}

.nav { display: flex; align-items: center; gap: 2.2rem; }
.nav a:not(.btn) {
  font-size: var(--type-small); font-weight: 500; color: var(--ink);
  position: relative; padding-block: 4px;
}
.nav a:not(.btn)::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 1px; width: 0;
  background: var(--ink); transition: width .3s var(--ease);
}
.nav a:not(.btn):hover::after { width: 100%; }
.nav .btn { padding: 0.7em 1.3em; }

.nav-toggle { display: none; }

/* Mobile-Nav */
@media (max-width: 880px) {
  .nav-toggle {
    display: inline-flex; flex-direction: column; gap: 5px;
    background: none; border: 0; padding: 8px;
    position: relative; z-index: 120;
  }
  .nav-toggle span { width: 26px; height: 2px; background: var(--ink); transition: transform .3s var(--ease), opacity .3s var(--ease), background-color .3s var(--ease); }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  /* Mobile-Overlay: fest im Viewport verankert, deckend, immer volle Fläche.
     Bewusst OHNE transform / backdrop-filter, damit kein Ancestor als
     containing-block hineinredet und das Panel beim Scrollen kaputt geht. */
  .nav {
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    width: 100vw; height: 100vh; height: 100dvh;
    background: var(--paper);
    flex-direction: column; justify-content: center; align-items: center;
    gap: 1.8rem; font-size: var(--type-lead);
    z-index: 115;
    opacity: 0; visibility: hidden; pointer-events: none;
    transition: opacity .3s var(--ease), visibility .3s var(--ease);
  }
  .nav a:not(.btn) { font-size: var(--type-quote); font-family: var(--font-display); }
  .nav.open {
    opacity: 1; visibility: visible; pointer-events: auto;
  }
  body.nav-open { overflow: hidden; }
}

/* =========================================================================
   Hero
   ========================================================================= */
.hero { padding-top: clamp(7rem, 14vh, 11rem); padding-bottom: clamp(3.5rem, 7vw, 6rem); position: relative; }
.hero-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.hero-eyebrow { margin-bottom: 1.8rem; }
.hero h1 { margin-bottom: 1.6rem; }
.hero .sub { color: var(--muted); font-size: var(--type-body-l); letter-spacing: 0.04em; margin-bottom: 2.4rem; font-weight: 500; }
.hero .sub strong { color: var(--ink); font-weight: 600; }

.hero-figure { position: relative; }
.hero-figure img { width: 100%; border-radius: var(--radius); filter: grayscale(8%) contrast(1.02); }
.hero-figure .frame {
  position: absolute; inset: 14px -14px -14px 14px; border: 1px solid var(--line); z-index: -1; border-radius: var(--radius);
}

@media (max-width: 880px) {
  .hero { padding-top: clamp(6rem, 12vh, 8rem); }
  .hero-grid { grid-template-columns: 1fr; gap: 1.8rem; }
  .hero-copy { order: 2; }
  .hero-figure { order: 1; max-width: 220px; margin-inline: 0; }
  .hero-figure .frame { display: none; }
}

/* =========================================================================
   Problem-Statement
   ========================================================================= */
/* Editorial-Lesespalte – fokussiert, max. 65 Zeichen */
.prose { max-width: 64ch; }
.prose p { font-size: var(--type-body-l); line-height: 1.65; color: var(--ink); }
.prose p + p { margin-top: 1.2rem; }
.prose .prose-lead { font-size: var(--type-lead); line-height: 1.55; color: var(--ink); font-weight: 500; margin-bottom: 1.5rem; }

/* Beobachtungs-Karten: 3 nummerierte Boxen + Schlussabsatz */
.observations { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 1.5rem; }
.obs {
  padding: 1.4rem 1.5rem;
  background: var(--paper-2);
  border: 1px solid var(--line);
  position: relative;
}
.obs-num {
  display: inline-block;
  font-family: var(--font-display);
  font-style: italic;
  font-size: var(--type-base);
  color: var(--ink);
  opacity: 0.55;
  margin-bottom: 0.65rem;
}
.obs p {
  font-size: var(--type-small);
  line-height: 1.55;
  margin: 0;
}
.observations-conclusion {
  margin-top: 1.5rem;
  font-size: var(--type-body-l);
  line-height: 1.6;
  color: var(--muted);
  max-width: 70ch;
}
@media (max-width: 880px) { .observations { grid-template-columns: 1fr; } }

/* Pivot-Block – volle Breite, zweispaltige Komposition (Quote | Sub-Text) */
.pivot-block {
  margin-top: clamp(2.5rem, 5vw, 4rem);
  padding: clamp(2.4rem, 4.5vw, 3.8rem) clamp(2.4rem, 4.5vw, 4rem);
  background: var(--earth);
  color: var(--on-dark);
  border-left: 3px solid rgba(244,242,236,0.45);
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
}
.pivot-block__line {
  font-family: var(--font-display);
  font-size: var(--type-quote);
  line-height: 1.2;
  color: var(--on-dark);
  margin: 0;
  max-width: 22ch;
}
.pivot-block__sub {
  color: var(--on-dark-mut);
  font-size: var(--type-base);
  line-height: 1.65;
  margin: 0;
  padding-left: clamp(1.5rem, 3vw, 2.5rem);
  border-left: 1px solid rgba(244,242,236,0.18);
}
@media (max-width: 760px) {
  .pivot-block { grid-template-columns: 1fr; gap: 1.5rem; padding: 2rem 1.8rem; }
  .pivot-block__sub { padding-left: 0; border-left: 0; padding-top: 1.2rem; border-top: 1px solid rgba(244,242,236,0.18); }
}

/* =========================================================================
   Werte – Stat-Callouts (dunkel)
   ========================================================================= */
/* Stats als umrahmtes Panel mit Innenlinien */
.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 0;
  border: 1px solid var(--line-dark);
}
.stat { padding: 2rem clamp(1.4rem,2.4vw,2.2rem); border-left: 1px solid var(--line-dark); }
.stat:first-child { border-left: 0; }
.stat .num { font-family: var(--font-display); font-size: var(--type-stat); line-height: 1; color: var(--on-dark); }
.stat .label { font-weight: 600; font-size: var(--type-body-l); margin: 1rem 0 0.6rem; letter-spacing: 0.02em; }
.stat .desc { color: var(--on-dark-mut); font-size: var(--type-small); line-height: 1.55; }
@media (max-width: 760px) {
  .stats { grid-template-columns: 1fr; }
  .stat { border-left: 0; border-top: 1px solid var(--line-dark); padding-left: 0; padding-block: 1.8rem; }
  .stat:first-child { border-top: 0; padding-top: 0; }
}

/* =========================================================================
   Wann es kritisch wird – Kontrastliste
   ========================================================================= */
/* Kritisch-Sektion: 5 Cards in einem Grid, Außen ↔ Innen visuell getrennt */
.critical-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 0;
}
.critical-row {
  display: flex; flex-direction: column;
  padding: 1.5rem 1.5rem;
  background: var(--paper-2);
  border: 1px solid var(--line);
}
.critical-row .seen {
  color: var(--muted);
  font-size: var(--type-small);
  line-height: 1.5;
  margin: 0;
  padding-bottom: 0.95rem;
  border-bottom: 1px solid var(--line);
}
.critical-row .real {
  margin-top: 0.95rem;
  font-family: var(--font-display);
  font-size: var(--type-lead);
  line-height: 1.35;
  color: var(--ink);
}
.critical-row .real::before {
  content: "→";
  color: var(--ink);
  opacity: 0.45;
  margin-right: 0.45em;
  font-family: var(--font-body);
}
@media (max-width: 880px) { .critical-list { grid-template-columns: 1fr 1fr; } }
@media (max-width: 580px) { .critical-list { grid-template-columns: 1fr; } }

/* Video-Feature: große, einzelne Video-Card in eigener Sektion */
.video-feature {
  aspect-ratio: 16/9;
  background: var(--ink);
  overflow: hidden;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.video-feature .video-card__play { width: 72px; height: 72px; }
.video-feature .video-card__label { font-size: var(--type-tag); }

/* (Legacy, falls noch genutzt) Video-Card als Feld im Critical-Grid */
.critical-row--video { padding: 0; background: var(--ink); border-color: var(--ink); overflow: hidden; }
.video-card {
  background: none; border: 0; padding: 0; margin: 0;
  cursor: pointer; display: block;
  width: 100%; height: 100%;
  position: relative;
  color: var(--paper);
}
.video-card__poster {
  display: block; width: 100%; height: 100%;
  object-fit: cover;
  filter: brightness(0.78) contrast(1.05);
  transition: filter .4s var(--ease), transform .6s var(--ease);
}
.video-card:hover .video-card__poster { filter: brightness(0.65); transform: scale(1.02); }
.video-card__overlay {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 0.7rem;
}
.video-card__play {
  display: inline-flex; align-items: center; justify-content: center;
  width: 56px; height: 56px;
  border: 1px solid var(--paper);
  border-radius: 50%;
  color: var(--paper);
  background: rgba(0,0,0,0.2);
  transition: background .25s var(--ease), transform .35s var(--ease);
}
.video-card:hover .video-card__play { background: var(--paper); color: var(--ink); transform: scale(1.05); }
.video-card__play svg { margin-left: 3px; } /* optisches Zentrieren des Play-Dreiecks */
.video-card__label {
  font-family: var(--font-body);
  font-size: var(--type-tag); font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--paper);
}
.video-card__label em { font-style: normal; opacity: 0.6; font-weight: 500; }

/* Video-Lightbox (analog Calendly-Pattern) */
.video-overlay {
  position: fixed; inset: 0; z-index: 400;
  display: none;
  background: rgba(15,15,17,0.88); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  padding: clamp(1rem, 4vw, 3rem);
}
.video-overlay.open { display: flex; align-items: center; justify-content: center; }
.video-overlay__inner { position: relative; width: 100%; max-width: 1100px; aspect-ratio: 16/9; background: #000; }
.video-overlay video { width: 100%; height: 100%; display: block; }
.video-overlay__close {
  position: absolute; top: -3rem; right: 0;
  width: 40px; height: 40px;
  border: 1px solid var(--paper); background: transparent; color: var(--paper);
  font-size: var(--type-lead); line-height: 1;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
}
.critical-punch { margin-top: 2rem; font-family: var(--font-display); font-size: var(--type-quote); line-height: 1.25; max-width: 30ch; }

/* =========================================================================
   Wiederverwendbare Container-Patterns für Text-Übergänge
   ========================================================================= */
/* Lead-Aussage: kräftige Übergangsaussage nach Section-Head */
.section-lead {
  font-size: var(--type-lead);
  line-height: 1.55;
  color: var(--ink);
  font-weight: 500;
  max-width: 64ch;
  margin: 0 0 clamp(1.5rem, 3vw, 2rem);
}

/* Caption: ruhige, gedämpfte Überleitung zwischen Bereichen */
.section-caption {
  margin: clamp(1.5rem, 3vw, 2rem) 0 0;
  font-size: var(--type-small);
  line-height: 1.6;
  color: var(--muted);
  max-width: 64ch;
}

/* Statement-Block: volle Breite, zweispaltig (Quote | Sub-Text) – analog Pivot-Block */
.statement-block {
  margin: clamp(2rem, 4vw, 3rem) 0 0;
  padding: clamp(2.4rem, 4.5vw, 3.8rem) clamp(2.4rem, 4.5vw, 4rem);
  background: var(--earth);
  color: var(--on-dark);
  border-left: 3px solid rgba(244,242,236,0.45);
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
}
.statement-block__line {
  font-family: var(--font-display);
  font-size: var(--type-quote);
  line-height: 1.2;
  color: var(--on-dark);
  margin: 0;
  max-width: 22ch;
}
.statement-block__sub {
  color: var(--on-dark-mut);
  font-size: var(--type-base);
  line-height: 1.65;
  margin: 0;
  padding-left: clamp(1.5rem, 3vw, 2.5rem);
  border-left: 1px solid rgba(244,242,236,0.18);
}
@media (max-width: 760px) {
  .statement-block { grid-template-columns: 1fr; gap: 1.5rem; padding: 2rem 1.8rem; }
  .statement-block__sub { padding-left: 0; border-left: 0; padding-top: 1.2rem; border-top: 1px solid rgba(244,242,236,0.18); }
}

/* Section-Closer: Brand-Statement + CTA als horizontale Komposition */
.section-closer {
  margin-top: clamp(3rem, 5vw, 4.5rem);
  padding-top: clamp(2rem, 3.5vw, 2.75rem);
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 4rem);
  flex-wrap: wrap;
}
.section-closer__statement {
  font-family: var(--font-body);
  font-size: var(--type-tag);
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0;
  line-height: 1.7;
  max-width: 50ch;
}
.section-closer__statement .strong { color: var(--ink); font-weight: 700; }
.section-closer .btn-row { margin: 0; flex-shrink: 0; }
@media (max-width: 760px) {
  .section-closer { flex-direction: column; align-items: flex-start; gap: 1.5rem; }
}

/* Questions-Block: hervorgehobener heller Block mit Akzent-Border */
.questions-block {
  margin: clamp(1.5rem, 3vw, 2rem) 0;
  padding: clamp(1.6rem, 3vw, 2.2rem) clamp(1.8rem, 3.5vw, 2.6rem);
  background: var(--paper-2);
  border-left: 3px solid var(--ink);
  max-width: 64ch;
}
.questions-block__q {
  font-family: var(--font-display);
  font-size: var(--type-lead);
  line-height: 1.4;
  color: var(--ink);
  margin: 0;
}
.questions-block__q + .questions-block__q {
  margin-top: 0.65rem;
  padding-top: 0.65rem;
  border-top: 1px solid var(--line);
}

/* =========================================================================
   Vorgehen – nummerierte Schritte
   ========================================================================= */
/* Schritte als Card-Grid: 2 Spalten, letzte Card spannt volle Breite */
.steps {
  margin-top: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.step {
  display: block;
  padding: 1.6rem 1.7rem;
  background: var(--paper-2);
  border: 1px solid var(--line);
  position: relative;
}
.step:nth-child(5) { grid-column: 1 / -1; }
.step .step-num {
  display: inline-block;
  font-family: var(--font-display);
  font-style: italic;
  font-size: var(--type-base);
  color: var(--ink);
  opacity: 0.55;
  margin-bottom: 0.7rem;
  letter-spacing: 0;
}
.step .step-title { font-family: var(--font-display); font-size: var(--type-h3); margin-bottom: 0.7rem; line-height: 1.3; }
.step .step-body { color: var(--muted); }
.step .step-body p { font-size: var(--type-small); line-height: 1.55; }
.step .step-body p + p { margin-top: 0.6rem; }
@media (max-width: 760px) { .steps { grid-template-columns: 1fr; } .step:nth-child(5) { grid-column: auto; } }

.method-intro .q { font-family: var(--font-display); font-size: var(--type-h3); line-height: 1.4; }
.method-intro .q span { display:block; margin-top: 0.4rem; }

/* =========================================================================
   Zusammenarbeit – Karten (asymmetrisch)
   ========================================================================= */
.collab { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 0; }
.collab-card {
  background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--radius);
  padding: clamp(1.6rem, 2.5vw, 2.4rem); display: flex; flex-direction: column;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s var(--ease);
}
.collab-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px -24px rgba(27,26,24,0.35); border-color: var(--taupe); }
.collab-card .c-num { font-family: var(--font-display); color: var(--brass); font-size: var(--type-lead); margin-bottom: 1.3rem; }
.collab-card .c-title { font-family: var(--font-display); font-size: var(--type-h3); margin-bottom: 0.9rem; }
.collab-card .c-body { color: var(--muted); flex: 1; }
.collab-card .c-result { margin-top: 1.5rem; padding-top: 1.2rem; border-top: 1px solid var(--line); font-weight: 600; font-size: var(--type-small); }
.collab-card .c-result span { color: var(--brass); display: block; font-size: var(--type-tag); letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 0.35rem; font-weight: 600; }
/* Featured-Card – mittlere als visueller Anker hervorgehoben */
.collab-card--featured { background: var(--earth); color: var(--on-dark); border-color: var(--earth); position: relative; }
.section--soft .collab-card--featured { background: var(--earth); }
.collab-card--featured .c-num { color: var(--on-dark); opacity: 0.6; }
.collab-card--featured .c-title { color: var(--on-dark); }
.collab-card--featured .c-body { color: var(--on-dark-mut); }
.collab-card--featured .c-result { border-top-color: var(--line-dark); color: var(--on-dark); }
.collab-card--featured .c-result span { color: var(--on-dark); opacity: 0.75; }
.collab-card--featured::before {
  content: "Fokus";
  position: absolute;
  top: -0.7rem;
  left: clamp(1.4rem, 2.5vw, 2rem);
  background: var(--on-dark);
  color: var(--ink);
  padding: 0.35em 0.75em;
  font-family: var(--font-body);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.collab-card--featured:hover { transform: translateY(-4px); }
@media (max-width: 860px) { .collab { grid-template-columns: 1fr; } }

.collab-note { margin-top: 2.5rem; max-width: 60ch; color: var(--muted); }

/* Beratungsgespräch-Block */
.consult { margin-top: clamp(3rem,6vw,5rem); display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(2rem,5vw,4rem); align-items: start; }
.consult .points { display: grid; gap: 1.4rem; }
.consult .point .p-h { font-family: var(--font-display); font-size: var(--type-h3); margin-bottom: 0.3rem; }
.consult .point .p-h .mk { color: var(--brass); margin-right: 0.4em; }
.consult .point p { color: var(--muted); font-size: var(--type-small); }
@media (max-width: 820px) { .consult { grid-template-columns: 1fr; gap: 2rem; } }

/* =========================================================================
   Analyse – Vergleich
   ========================================================================= */
.compare { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem,4vw,3rem); margin-top: 0; }
.compare-col { padding: clamp(1.6rem,2.5vw,2.4rem); border-radius: var(--radius); }
.compare-col.classic { background: var(--paper-2); border: 1px solid var(--line); }
.compare-col.intervention { background: var(--ink); color: var(--on-dark); }
.compare-col h3 { font-size: var(--type-h3); margin-bottom: 1rem; }
.compare-col .lead-sm { font-size: var(--type-body-l); margin-bottom: 1.4rem; }
.compare-col.classic .lead-sm { color: var(--muted); }
.compare-col.intervention .lead-sm { color: var(--on-dark-mut); }
.compare-col ul { list-style: none; padding: 0; display: grid; gap: 0.8rem; }
.compare-col li { padding-left: 1.4em; position: relative; font-size: var(--type-small); }
.compare-col li::before { content: ""; position: absolute; left: 0; top: 0.65em; width: 7px; height: 1px; background: currentColor; opacity: 0.5; }
.compare-col strong { font-weight: 700; }
.compare-foot { margin-top: 2.5rem; font-family: var(--font-display); font-size: var(--type-quote); line-height: 1.35; max-width: 44ch; }
@media (max-width: 760px) { .compare { grid-template-columns: 1fr; } }

/* =========================================================================
   Ergebnis – Karten + Vorher/Nachher
   ========================================================================= */
.results-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem 2.5rem; margin-top: 0; }
.results-grid .result-card { margin-bottom: 1.4rem; }
.result-card {
  padding: 1.5rem 1.6rem;
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-top: 2px solid var(--ink);
}
.result-card h3 { font-size: var(--type-h3); margin-bottom: 0.7rem; line-height: 1.3; }
.result-card p { color: var(--muted); font-size: var(--type-small); }
.result-card ul { margin: 0.6rem 0; padding-left: 1.1em; color: var(--muted); font-size: var(--type-small); }
.result-card .res { display: block; margin-top: 0.9rem; font-size: var(--type-small); }
.result-card .res b { font-weight: 700; color: var(--ink); }
/* Auf dunklem Grund: Lesbarkeit der Ergebnis-Karten sicherstellen */
.section--dark .result-card { border-top-color: var(--brass); }
.section--dark .result-card p,
.section--dark .result-card ul { color: var(--on-dark-mut); }
.section--dark .result-card .res b { color: var(--on-dark); }
@media (max-width: 860px) { .results-grid { grid-template-columns: 1fr; gap: 1.8rem; } }

.beforeafter { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.25rem,3vw,2rem); margin-top: clamp(3rem,6vw,5rem); }
.beforeafter .ba-col { padding: clamp(1.5rem,2.5vw,2.2rem); border-radius: var(--radius); border: 1px solid var(--line); }
.ba-col.before { background: var(--paper-2); }
.ba-col.after { background: var(--cream); border-color: var(--taupe); }
.ba-col h3 { font-size: var(--type-h3); margin-bottom: 1.2rem; display: flex; align-items: baseline; gap: 0.6rem; }
.ba-col ul { list-style: none; padding: 0; display: grid; gap: 0.7rem; }
.ba-col li { padding-left: 1.5em; position: relative; }
.ba-col.before li::before { content: "—"; position: absolute; left: 0; color: var(--muted-2); }
.ba-col.after li::before { content: "✓"; position: absolute; left: 0; color: var(--brass); font-size: 0.85em; }
.ba-col.before { color: var(--muted); }
@media (max-width: 680px) { .beforeafter { grid-template-columns: 1fr; gap: 2rem; } }
.ergebnis-punch { margin-top: 3rem; font-family: var(--font-display); font-size: var(--type-quote); }

/* =========================================================================
   Profil
   ========================================================================= */
.profile-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(2rem,5vw,4.5rem); align-items: start; }
.profile-figure img { width: 100%; border-radius: var(--radius); filter: grayscale(10%); }
.profile-body p + p { margin-top: 1.1rem; }
.profile-body .spaced { color: var(--muted); }
.pullquote {
  font-family: var(--font-display); font-style: italic; font-weight: 400;
  font-size: var(--type-quote); line-height: 1.35;
  margin: 2.5rem 0;
  padding: 1.8rem 1.8rem 1.8rem 4rem;
  background: var(--paper-2);
  position: relative;
  color: var(--ink);
}
.pullquote::before {
  content: "“";
  position: absolute;
  top: -0.5rem;
  left: 1.2rem;
  font-family: var(--font-display);
  font-style: normal;
  font-size: 4.5rem;
  line-height: 1;
  color: var(--ink);
  opacity: 0.18;
}
.profile-decisions { display: grid; gap: 1.2rem; margin-top: 2.5rem; }
.profile-decisions p { font-family: var(--font-display); font-size: var(--type-lead); line-height: 1.35; }
.profile-location {
  margin-top: 2rem;
  padding: 0.9rem 1.1rem;
  background: var(--paper-2);
  border-left: 2px solid var(--ink);
  display: flex; align-items: baseline; gap: 0.9rem;
  flex-wrap: wrap;
}
.profile-location__label {
  font-family: var(--font-body);
  font-size: var(--type-tag);
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  flex-shrink: 0;
}
.profile-location__text { color: var(--ink); font-size: var(--type-small); line-height: 1.5; }
@media (max-width: 820px) { .profile-grid { grid-template-columns: 1fr; } .profile-figure { max-width: 340px; } }

/* =========================================================================
   Kontakt
   ========================================================================= */
.contact-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(2rem,5vw,4.5rem); margin-top: 0; align-items: start; }
.contact-info .ci-item { padding: 1.4rem 0; border-top: 1px solid var(--line-dark); }
.contact-info .ci-item:first-of-type { border-top: 0; }
.contact-info .ci-label { font-size: var(--type-tag); text-transform: uppercase; letter-spacing: 0.18em; color: var(--on-dark-mut); margin-bottom: 0.5rem; }
.contact-info .ci-value { font-family: var(--font-display); font-size: var(--type-lead); }
.contact-info .ci-value a { border-bottom: 1px solid transparent; transition: border-color .3s; }
.contact-info .ci-value a:hover { border-color: var(--on-dark-mut); }
.contact-info .ci-note { color: var(--on-dark-mut); font-size: var(--type-small); margin-bottom: 0.35rem; }
.contact-info .ci-map { margin-top: 0.55rem; margin-bottom: 0; }
.contact-info .ci-map a { color: var(--on-dark-mut); border-bottom: 1px solid transparent; padding-bottom: 1px; transition: color .25s, border-color .25s; }
.contact-info .ci-map a:hover { color: var(--on-dark); border-bottom-color: var(--on-dark-mut); }
.contact-info address.ci-value { font-style: normal; }

/* Formular */
.form { background: var(--paper-2); color: var(--ink); padding: clamp(1.8rem,3vw,2.8rem); border-radius: var(--radius); }
.form .field { margin-bottom: 1.3rem; }
.form label { display: block; font-size: var(--type-tag); font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.5rem; }
.form label .req { color: var(--brass); }
.form input, .form select, .form textarea {
  width: 100%; padding: 0.85em 1em; font: inherit; font-size: var(--type-base);
  background: #fbfaf6; color: var(--ink);
  border: 1px solid var(--line); border-radius: var(--radius);
  transition: border-color .25s var(--ease), background .25s var(--ease);
}
.form input:focus, .form select:focus, .form textarea:focus {
  outline: none; border-color: var(--ink); background: #fff;
}
.form textarea { resize: vertical; min-height: 130px; }
.form .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (max-width: 520px) { .form .row2 { grid-template-columns: 1fr; gap: 0; } }
.form .consent { display: flex; gap: 0.7rem; align-items: flex-start; font-size: var(--type-small); color: var(--muted); line-height: 1.5; }
.form .consent input { width: auto; margin-top: 0.25em; flex-shrink: 0; accent-color: var(--ink); }
.form .consent label { text-transform: none; letter-spacing: 0; font-weight: 400; margin: 0; font-size: var(--type-small); color: var(--muted); }
.form .consent a { border-bottom: 1px solid var(--line); }
.form .hp { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; }
.form button[type="submit"] { width: 100%; justify-content: center; margin-top: 0.6rem; }
.form-status { margin-top: 1rem; padding: 0.9rem 1.1rem; border-radius: var(--radius); font-size: var(--type-small); display: none; }
.form-status.show { display: block; }
.form-status.success { background: #e6efe6; color: #2c4a2c; border: 1px solid #b9d2b9; }
.form-status.error { background: #f3e3e0; color: #6e352c; border: 1px solid #e0bcb4; }

@media (max-width: 820px) { .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; } }

/* =========================================================================
   Footer
   ========================================================================= */
.site-footer { background: var(--earth-deep); color: var(--on-dark); padding-block: clamp(3rem,5vw,4.5rem) 2rem; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2.5rem; }
.footer-brand img { height: 64px; width: auto; filter: invert(1) brightness(1.6); margin-bottom: 1.2rem; }
.footer-brand p { color: var(--on-dark-mut); font-size: var(--type-small); max-width: 34ch; }
.footer-col h4 { font-family: var(--font-body); font-size: var(--type-tag); text-transform: uppercase; letter-spacing: 0.18em; color: var(--on-dark-mut); margin-bottom: 1.1rem; font-weight: 600; }
.footer-col ul { list-style: none; padding: 0; display: grid; gap: 0.7rem; }
.footer-col a { color: var(--on-dark); font-size: var(--type-small); border-bottom: 1px solid transparent; transition: border-color .3s; }
.footer-col a:hover { border-color: var(--on-dark-mut); }
.footer-bottom { margin-top: 3rem; padding-top: 1.6rem; border-top: 1px solid var(--line-dark); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; color: var(--on-dark-mut); font-size: var(--type-tag); }
.footer-contact { margin-top: 0.9rem; color: var(--on-dark-mut); font-size: var(--type-tag); letter-spacing: 0.02em; line-height: 1.7; }
.footer-contact, .footer-contact a, .footer-contact address { color: var(--on-dark-mut); }
.footer-contact a { border-bottom: 1px solid transparent; transition: border-color .25s, color .25s; }
.footer-contact a:hover { color: var(--on-dark); border-bottom-color: var(--on-dark-mut); }
.footer-credit { margin-top: 0.6rem; color: var(--on-dark-mut); font-size: var(--type-tag); opacity: 0.75; }
.footer-credit a { color: inherit; border-bottom: 1px solid transparent; transition: border-color .25s, opacity .25s; }
.footer-credit a:hover { border-bottom-color: var(--on-dark-mut); opacity: 1; }
@media (max-width: 760px) { .footer-top { grid-template-columns: 1fr; gap: 2rem; } }

/* =========================================================================
   Rechtstexte (Impressum/Datenschutz)
   ========================================================================= */
.legal { padding-top: clamp(7rem, 12vh, 10rem); }
.legal h1 { font-size: clamp(2.2rem,4vw,3.2rem); margin-bottom: 2.5rem; }
.legal h2 { font-size: var(--type-quote); margin: 2.8rem 0 1rem; }
.legal h3 { font-size: var(--type-h3); font-weight: 600; margin: 1.8rem 0 0.6rem; }
.legal p, .legal ul { max-width: 70ch; color: var(--ink); margin-bottom: 1rem; }
.legal ul { padding-left: 1.3em; }
.legal li { margin-bottom: 0.4rem; }
.legal a { border-bottom: 1px solid var(--line); }
.legal .back { display: inline-flex; gap: 0.5em; margin-bottom: 2rem; color: var(--muted); font-weight: 600; font-size: var(--type-small); }

/* =========================================================================
   Scroll-Reveal
   ========================================================================= */
[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
[data-reveal].in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* Scroll-to-Top-Button */
.to-top {
  position: fixed;
  right: clamp(1rem, 3vw, 2rem);
  bottom: clamp(1rem, 3vw, 2rem);
  z-index: 90;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--ink);
  color: var(--paper);
  border: 1px solid var(--ink);
  cursor: pointer;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .35s var(--ease), transform .35s var(--ease), background .25s var(--ease);
  pointer-events: none;
}
.to-top.visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.to-top:hover { background: var(--ink-deep); transform: translateY(-2px); }
.to-top[hidden] { display: none; }
@media (max-width: 520px) {
  .to-top { width: 42px; height: 42px; }
}

/* Skip-Link */
.skip-link { position: absolute; left: -9999px; top: 0; background: var(--ink); color: var(--paper); padding: 0.8em 1.2em; z-index: 200; }
.skip-link:focus { left: 0; }

/* Fokus-Sichtbarkeit (WCAG 2.4.7 / 2.4.11) */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--ink); outline-offset: 3px;
  border-radius: 1px;
}
.section--dark a:focus-visible,
.section--dark button:focus-visible {
  outline-color: var(--paper);
}

/* High-Contrast-Modus (WCAG 1.4.6 AAA) – User mit Sehschwäche */
@media (prefers-contrast: more) {
  :root {
    --line: #aaaaaa;
    --line-dark: #cccccc;
    --muted: #4a4a4a;
    --on-dark-mut: #d8d8d8;
  }
  .eyebrow::before { opacity: 1; }
  .pivot-block, .statement-block { border-left-width: 4px; }
  .critical-row, .obs, .step, .collab-card, .result-card { border-width: 2px; }
}

/* Windows High-Contrast / Forced-Colors Modus */
@media (forced-colors: active) {
  .btn, .critical-row, .obs, .step, .collab-card, .result-card,
  .pivot-block, .statement-block, .video-card, .to-top {
    border: 1px solid CanvasText;
  }
  .pivot-block, .statement-block, .section--dark { forced-color-adjust: none; }
}

/* =========================================================================
   Cookie-/Consent-Banner
   ========================================================================= */
.consent-banner {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 300;
  background: var(--earth); color: var(--on-dark);
  border-top: 1px solid var(--line-dark);
  box-shadow: 0 -16px 40px -24px rgba(0,0,0,0.5);
  transform: translateY(100%);
  transition: transform .5s var(--ease);
}
.consent-banner.show { transform: translateY(0); }
.consent-banner[hidden] { display: block; }
.consent-inner {
  max-width: var(--container); margin-inline: auto; padding: 1.4rem var(--gutter);
  display: flex; align-items: center; gap: clamp(1.2rem, 3vw, 3rem); flex-wrap: wrap;
}
.consent-body { flex: 1; min-width: 260px; }
.consent-title { font-family: var(--font-display); font-size: var(--type-lead); margin-bottom: 0.35rem; }
.consent-text { color: var(--on-dark-mut); font-size: var(--type-small); line-height: 1.55; max-width: 80ch; }
.consent-text a { color: var(--on-dark); border-bottom: 1px solid var(--on-dark-mut); }
.consent-actions { display: flex; gap: 0.8rem; flex-shrink: 0; }
.consent-actions .btn { padding: 0.75em 1.4em; white-space: nowrap; }
/* Buttons auf dem dunklen Banner sichtbar machen (heller Primär, heller Umriss) */
.consent-banner .btn--primary { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.consent-banner .btn--primary:hover { background: #fff; }
.consent-banner .btn--ghost { background: transparent; color: var(--on-dark); border-color: var(--on-dark-mut); }
.consent-banner .btn--ghost:hover { background: var(--paper); color: var(--ink); border-color: var(--paper); }
@media (max-width: 620px) {
  .consent-actions { width: 100%; }
  .consent-actions .btn { flex: 1; justify-content: center; }
}

/* Calendly In-Page-Overlay (eigenes, leichtgewichtiges Modal) */
.cal-overlay {
  position: fixed; inset: 0; z-index: 400; display: none;
  background: rgba(17,16,14,0.78); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
  padding: clamp(1rem, 4vw, 3rem);
}
.cal-overlay.open { display: flex; align-items: center; justify-content: center; }
.cal-modal { position: relative; width: 100%; max-width: 1000px; height: min(82vh, 760px); background: var(--paper); border-radius: var(--radius); overflow: hidden; }
.cal-modal .cal-frame { width: 100%; height: 100%; min-width: 320px; }
.cal-close {
  position: absolute; top: 0.6rem; right: 0.6rem; z-index: 2;
  width: 40px; height: 40px; border: 0; border-radius: 50%;
  background: var(--ink); color: var(--paper); font-size: var(--type-lead); line-height: 1;
  display: flex; align-items: center; justify-content: center;
}
.cal-loading { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: var(--muted); font-size: var(--type-small); }

/* =========================================================================
   Sektions-Köpfe – fokussierte, geführte Lesespalte (Editorial-Stil)
   ========================================================================= */
.section-head { max-width: 64ch; margin-bottom: clamp(2.25rem, 4vw, 3rem); }
.section-head .eyebrow { display: inline-flex; }
.section-head .h2 { margin-top: 0.95rem; }
.section-head .intro { margin: 1.1rem 0 0; color: var(--muted); font-size: var(--type-body-l); line-height: 1.6; max-width: 56ch; }
.section--dark .section-head .intro { color: var(--on-dark-mut); }
/* Wrapper aus früherer Iteration neutralisieren – Inhalte einfach untereinander */
.section-head .sh-main, .section-head .sh-side { display: contents; }

/* Sektions-Counter initialisieren */
main { counter-reset: section-counter; }
section[data-num] { counter-increment: section-counter; }
