/* ==========================================================================
   DER ABSPRUNG · Variante 2 „Der Kodex" — Premium-Ausbau
   Waldgrün #1E3D2F · Creme #F4EFE6 · Tinte #1A1A18 · Messing #B08D4C
   Headlines: Fraunces · Body: Source Serif 4 · Kapitälchen/UI: Inter
   Editorial-Magazine-Prinzipien: asymmetrischer Satzspiegel, 0 Rundungen,
   Papierkorn, Drop-Caps, Haarlinien, große Kapitel-Ziffern.
   ========================================================================== */

:root {
  --wald: #1E3D2F;
  --wald-tief: #16301F;
  --wald-nacht: #0F2317;
  --creme: #F4EFE6;
  --creme-dunkel: #EAE3D5;
  --creme-papier: #F8F4EC;
  --tinte: #1A1A18;
  --tinte-sanft: #4A4A44;
  --messing: #B08D4C;
  --messing-hell: #C9A96A;
  --messing-tief: #6E5527; /* AA-Kontrast für Messing-Text auf Creme */
  --linie-dunkel: rgba(26, 26, 24, 0.16);
  --linie-hell: rgba(244, 239, 230, 0.2);
  --serif-kopf: "Fraunces", Georgia, serif;
  --serif-text: "Source Serif 4", Georgia, serif;
  --grotesk: "Inter", -apple-system, "Segoe UI", sans-serif;
  --mass: 66ch;
  --rand: clamp(1.25rem, 4vw, 4rem);
  --kopf-hoehe: 4.75rem;
}

/* ---------- Reset & Grundsatz ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

[hidden] { display: none !important; }

html { scroll-behavior: smooth; }
html.lenis, html.lenis-smooth { scroll-behavior: auto; }

body {
  font-family: var(--serif-text);
  font-size: clamp(1.0625rem, 0.95rem + 0.4vw, 1.1875rem);
  line-height: 1.68;
  color: var(--tinte);
  background: var(--creme);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}

/* Papierkorn über allem — der Film-Look des Kodex. */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 60;
  pointer-events: none;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='k'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23k)' opacity='0.7'/%3E%3C/svg%3E");
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }

::selection { background: var(--messing); color: var(--creme); }

.sprunglink {
  position: absolute; left: -999px; top: 0; z-index: 200;
  background: var(--tinte); color: var(--creme);
  padding: 0.6rem 1.2rem; font-family: var(--grotesk); font-size: 0.85rem;
}
.sprunglink:focus { left: 0; }

.visuell-versteckt {
  position: absolute;
  width: 1px; height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.verzeichnis-link { text-decoration: none; }
.verzeichnis-link:hover { color: var(--messing-tief); }
.verzeichnis-status.ist-lesbar {
  color: var(--creme);
  background: var(--wald);
  border-color: var(--wald);
  text-decoration: none;
  transition: background-color 0.25s ease;
}
.verzeichnis-status.ist-lesbar:hover { background: var(--messing-tief); }

/* ---------- Typografie ---------- */
h1, h2, h3, h4 {
  font-family: var(--serif-kopf);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -0.015em;
  text-wrap: balance;
}
h2 em, h1 em { font-style: italic; font-weight: 300; }

h1 { font-size: clamp(2.7rem, 1.4rem + 6vw, 6.2rem); }
h2 { font-size: clamp(2rem, 1.3rem + 3vw, 3.8rem); margin-bottom: 1.6rem; }
h3 { font-size: clamp(1.25rem, 1.1rem + 0.8vw, 1.7rem); line-height: 1.2; }

/* Maskenzeilen: Unterlängen (g, j) nicht abschneiden — Puffer unten,
   der über negativen Margin wieder aus dem Rhythmus genommen wird. */
.zeile { display: block; overflow: hidden; padding-bottom: 0.16em; margin-bottom: -0.16em; }
.zeile > span { display: block; }
html.hat-motion .held .zeile > span { transform: translateY(115%); }

.kapitelmarke {
  font-family: var(--grotesk);
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--messing-tief);
  margin-bottom: 1.4rem;
  display: flex;
  align-items: center;
  gap: 0.9rem;
}
.kapitelmarke::before {
  content: "";
  width: 2.6rem; height: 1px;
  background: var(--messing);
  flex: none;
}
.kapitelmarke-hell { color: var(--messing-hell); }

.kapitaelchen {
  font-family: var(--grotesk);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--tinte);
}
.kapitaelchen-zusatz {
  display: block;
  margin-top: 0.35rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: var(--tinte-sanft);
  text-transform: none;
  font-size: 0.78rem;
}

.breit { max-width: var(--mass); }

.initialsatz::first-letter {
  font-family: var(--serif-kopf);
  font-weight: 400;
  font-size: 3.4em;
  line-height: 0.8;
  float: left;
  padding: 0.06em 0.14em 0 0;
  color: var(--wald);
}

.satzspiegel {
  max-width: 78rem;
  margin-inline: auto;
  padding-inline: var(--rand);
}

section { position: relative; }

/* Kapitel-Kopf: große Ziffer + Marke + Titel, asymmetrisch */
.kapitel-kopf {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(1.25rem, 3vw, 2.75rem);
  align-items: start;
  margin-bottom: clamp(1.75rem, 4vw, 2.75rem);
}
.kapitel-ziffer {
  font-family: var(--serif-kopf);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(4rem, 2.5rem + 7vw, 9rem);
  line-height: 0.75;
  color: transparent;
  -webkit-text-stroke: 1px var(--messing);
  transform: translateY(0.08em);
  user-select: none;
}
.kapitel-kopf-hell .kapitel-ziffer { -webkit-text-stroke-color: var(--messing-hell); }

/* ---------- Knöpfe ---------- */
.btn {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
  font-family: var(--grotesk);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.05rem 3.4rem 1.05rem 1.6rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  overflow: hidden;
}
.btn::after {
  content: "→";
  position: absolute;
  right: 1.35rem;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--serif-kopf);
  font-size: 1.05rem;
  letter-spacing: 0;
  transition: transform 0.3s ease;
}
.btn:hover::after { transform: translate(0.35rem, -50%); }
.btn:focus-visible { outline: 2px solid var(--messing); outline-offset: 3px; }

.btn-messing { background: var(--messing); border-color: var(--messing); color: var(--tinte); }
.btn-messing:hover { background: var(--messing-hell); border-color: var(--messing-hell); }
.btn-wald { background: var(--wald); border-color: var(--wald); color: var(--creme); }
.btn-wald:hover { background: var(--wald-tief); }
.btn-creme { background: var(--creme); border-color: var(--creme); color: var(--wald); }
.btn-creme:hover { background: #fff; }
.btn-kontur { background: transparent; color: var(--tinte); border-color: var(--tinte); }
.btn-kontur:hover { background: var(--tinte); color: var(--creme); }
.btn-geist { background: transparent; color: inherit; border-color: currentColor; opacity: 0.92; }
.btn-geist:hover { opacity: 1; }

.btn-zusatz {
  font-size: 0.66rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  opacity: 0.72;
  text-transform: none;
}
.btn-klein { padding: 0.7rem 2.7rem 0.7rem 1.1rem; font-size: 0.72rem; }
.btn-klein::after { right: 1rem; font-size: 0.9rem; }

/* ---------- Kopf ---------- */
.kopf {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  transition: background-color 0.4s ease, box-shadow 0.4s ease;
}
.kopf.ist-fest {
  background: rgba(244, 239, 230, 0.97);
  box-shadow: 0 1px 0 var(--linie-dunkel);
}
.kopf-innen {
  max-width: 78rem;
  margin-inline: auto;
  padding-inline: var(--rand);
  height: var(--kopf-hoehe);
  display: flex;
  align-items: center;
  gap: 2rem;
}
.wortmarke {
  font-family: var(--serif-kopf);
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;
  color: var(--creme);
  transition: color 0.4s ease;
  margin-right: auto;
  display: flex;
  align-items: baseline;
  gap: 0.18rem;
}
.kopf.ist-fest .wortmarke { color: var(--tinte); }
.wortmarke-punkt {
  width: 0.3em; height: 0.3em;
  border-radius: 50%;
  background: var(--messing);
  display: inline-block;
}
.kopf-nav { display: flex; gap: 2rem; }
.kopf-nav a {
  font-family: var(--grotesk);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--creme);
  transition: color 0.4s ease;
  padding: 0.35rem 0;
  border-bottom: 1px solid transparent;
}
.kopf-nav a:hover { border-bottom-color: var(--messing); }
.kopf.ist-fest .kopf-nav a { color: var(--tinte); }

.menue-knopf {
  display: none;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: 0;
  padding: 0.6rem 0.2rem;
  cursor: pointer;
}
.menue-knopf span {
  width: 26px; height: 1.5px;
  background: var(--creme);
  transition: background-color 0.4s ease, transform 0.3s ease;
}
.kopf.ist-fest .menue-knopf span, .kopf.ist-offen .menue-knopf span { background: var(--tinte); }
.kopf.ist-offen .menue-knopf span:first-child { transform: translateY(3.75px) rotate(45deg); }
.kopf.ist-offen .menue-knopf span:last-child { transform: translateY(-3.75px) rotate(-45deg); }

.menue {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: var(--creme);
  padding: calc(var(--kopf-hoehe) + 2rem) var(--rand) 3rem;
  overflow-y: auto;
}
.menue nav { display: flex; flex-direction: column; }
.menue a {
  font-family: var(--serif-kopf);
  font-size: clamp(1.6rem, 6vw, 2.2rem);
  text-decoration: none;
  padding: 1rem 0;
  border-bottom: 1px solid var(--linie-dunkel);
  display: flex;
  align-items: baseline;
  gap: 1.1rem;
  transition: color 0.25s ease, padding-left 0.25s ease;
}
.menue a:hover { color: var(--messing-tief); padding-left: 0.5rem; }
.menue a em {
  font-family: var(--grotesk);
  font-style: normal;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  color: var(--messing-tief);
  width: 1.8rem;
  flex: none;
}

/* ---------- Held (Hero) ---------- */
.held {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  background: var(--wald-nacht);
  color: var(--creme);
}
.held-bilder { position: absolute; inset: 0; }
.held-bild {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 2.2s ease;
}
.held-bild.ist-aktiv { opacity: 1; }
.held-bild img {
  width: 100%; height: 100%;
  object-fit: cover;
  transform: scale(1.06);
}
.held-bild.ist-aktiv img { animation: kenburns 16s ease-out forwards; }
@keyframes kenburns {
  from { transform: scale(1); }
  to { transform: scale(1.06); }
}
.held-schleier {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(130% 100% at 24% 72%, rgba(10, 22, 15, 0.68) 0%, rgba(10, 22, 15, 0) 58%),
    linear-gradient(180deg,
      rgba(15, 35, 23, 0.52) 0%,
      rgba(15, 35, 23, 0.18) 38%,
      rgba(15, 35, 23, 0.52) 72%,
      rgba(15, 35, 23, 0.86) 100%);
}
.held-inhalt {
  position: relative;
  z-index: 2;
  max-width: 78rem;
  width: 100%;
  margin-inline: auto;
  padding: calc(var(--kopf-hoehe) + 2rem) var(--rand) clamp(6rem, 14vh, 9rem);
}
.held-kicker {
  margin-bottom: 1.6rem;
  color: rgba(244, 239, 230, 0.96); /* Kicker liegt oft auf hellem Horizont — Creme + Schatten statt Messing */
  text-shadow: 0 1px 18px rgba(10, 22, 15, 0.85), 0 0 2px rgba(10, 22, 15, 0.6);
}
.held-kicker::before { background: var(--messing-hell); box-shadow: 0 1px 8px rgba(10, 22, 15, 0.7); }
.held-titel { max-width: 16ch; margin-bottom: 1.8rem; text-shadow: 0 2px 40px rgba(10, 22, 15, 0.45); }
.held-titel em { color: var(--messing-hell); }
.held-sub {
  max-width: 54ch;
  font-size: clamp(1.1rem, 1rem + 0.5vw, 1.32rem);
  line-height: 1.62;
  color: rgba(244, 239, 230, 0.94);
  margin-bottom: 2.6rem;
  text-shadow: 0 1px 24px rgba(10, 22, 15, 0.5);
}
.held-ctas { display: flex; flex-wrap: wrap; gap: 1rem; }
.held .btn-geist { color: var(--creme); }

.held-fuss {
  position: absolute;
  bottom: 0;
  left: 0; right: 0;
  z-index: 2;
  border-top: 1px solid var(--linie-hell);
  background: linear-gradient(180deg, rgba(15, 35, 23, 0) 0%, rgba(15, 35, 23, 0.35) 100%);
}
.held-fuss > * { pointer-events: none; }
.held-fuss {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 1.1rem var(--rand);
  max-width: none;
}
.held-legende { display: flex; flex-direction: column; gap: 0.25rem; }
.held-serie {
  font-family: var(--grotesk);
  font-size: 0.66rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--messing-hell);
}
.held-ort {
  font-family: var(--serif-kopf);
  font-style: italic;
  font-size: 0.98rem;
  color: rgba(244, 239, 230, 0.9);
}
.held-fortschritt { display: flex; align-items: center; gap: 1rem; }
.held-zaehler {
  font-family: var(--serif-kopf);
  font-style: italic;
  font-size: 0.95rem;
  color: rgba(244, 239, 230, 0.9);
  white-space: nowrap;
}
.held-balken {
  width: clamp(4rem, 10vw, 9rem);
  height: 1px;
  background: var(--linie-hell);
  position: relative;
  overflow: hidden;
}
.held-balken-fuellung {
  position: absolute;
  inset: 0;
  background: var(--messing);
  transform-origin: left;
  transform: scaleX(0);
}
html.hat-motion .held-balken-fuellung { animation: balken 7s linear infinite; }
@keyframes balken {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

/* ---------- Telegram-Band ---------- */
.mitlesen { background: var(--creme); border-bottom: 1px solid var(--linie-dunkel); }
.mitlesen-innen {
  max-width: 78rem;
  margin-inline: auto;
  padding: clamp(3rem, 7vw, 5rem) var(--rand);
  display: flex;
  gap: 3rem;
  align-items: center;
  justify-content: space-between;
}
.mitlesen-titel { font-size: clamp(1.6rem, 1.2rem + 1.8vw, 2.5rem); margin-bottom: 0.8rem; }
.mitlesen-text { max-width: 60ch; }
.mitlesen-text p { color: var(--tinte-sanft); }

/* ---------- Formel ---------- */
.formel { padding: clamp(5rem, 11vw, 9rem) 0; overflow: hidden; }
.formel-wasserzeichen {
  position: absolute;
  right: -0.05em;
  top: 45%;
  transform: translateY(-50%);
  font-family: var(--serif-kopf);
  font-style: italic;
  font-size: clamp(18rem, 42vw, 38rem);
  line-height: 1;
  color: var(--wald);
  opacity: 0.045;
  user-select: none;
  pointer-events: none;
}
.formel-spalten {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  margin-top: clamp(2.5rem, 5vw, 4rem);
  position: relative;
}
.formel-spalten::before {
  content: "";
  position: absolute;
  left: 50%; top: 0.4rem; bottom: 0.4rem;
  width: 1px;
  background: var(--linie-dunkel);
}
.formel-spalte h3 { margin-bottom: 1.5rem; color: var(--messing-tief); }
.orte {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0;
  font-family: var(--serif-kopf);
  font-weight: 400;
  font-size: clamp(1.5rem, 1.1rem + 1.7vw, 2.5rem);
  margin-bottom: 1.5rem;
  letter-spacing: -0.01em;
}
.orte li { display: flex; align-items: center; }
.orte li + li::before {
  content: "·";
  color: var(--messing);
  margin-inline: 0.5rem;
}
.formel-spalte p { color: var(--tinte-sanft); max-width: 48ch; }

/* ---------- Bild-Intermezzo ---------- */
.intermezzo {
  position: relative;
  overflow: hidden;
  background: var(--wald-nacht);
}
.intermezzo-bild {
  position: relative;
  height: clamp(28rem, 82vh, 46rem);
  overflow: hidden;
}
html.hat-motion [data-bildreveal] { clip-path: inset(12% 6% 12% 6%); }
.intermezzo-bild img {
  width: 100%; height: 118%;
  object-fit: cover;
  will-change: transform;
}
.intermezzo-bild::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 35, 23, 0.1) 40%, rgba(15, 35, 23, 0.72) 100%);
}
.intermezzo-zitat {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  z-index: 2;
  max-width: 78rem;
  margin-inline: auto;
  padding: 0 var(--rand) clamp(2rem, 5vw, 3.5rem);
  color: var(--creme);
}
.intermezzo-zitat p {
  font-family: var(--serif-kopf);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.35rem, 1rem + 1.9vw, 2.4rem);
  line-height: 1.35;
  max-width: 26ch;
  margin-bottom: 0.9rem;
  text-shadow: 0 2px 30px rgba(10, 22, 15, 0.6);
}
.intermezzo-ort {
  font-family: var(--grotesk);
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--messing-hell);
}

/* ---------- Messing-Linie ---------- */
.linie { background: var(--wald); color: var(--creme); }
.linie-pin {
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
  overflow: hidden;
}
.linie-kopfzeile { width: 100%; margin-bottom: clamp(2rem, 4vw, 3.5rem); }
.linie-kopfzeile .kapitel-kopf { margin-bottom: 1rem; }
.linie-sub { max-width: 52ch; color: rgba(244, 239, 230, 0.8); }
/* Die Tafel: Kodex-Interpretation einer Abflugtafel — was man hinter sich
   lässt, klappt Zeichen für Zeichen in das, was vor einem liegt. */
.tafel-rahmen {
  max-width: 78rem;
  width: 100%;
  margin-inline: auto;
  padding-inline: var(--rand);
}
.tafel {
  border: 1px solid var(--linie-hell);
  background: linear-gradient(180deg, rgba(15, 35, 23, 0.72), rgba(10, 22, 15, 0.85));
  box-shadow: inset 0 1px 0 rgba(244, 239, 230, 0.06), 0 2rem 4rem rgba(10, 22, 15, 0.35);
  padding: clamp(1.4rem, 3vw, 2.8rem) clamp(1.4rem, 3vw, 3.2rem);
}
.tafel-zeile {
  display: grid;
  grid-template-columns: minmax(8rem, 13rem) 1fr;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 2.5rem);
  padding: clamp(0.8rem, 1.6vw, 1.2rem) 0;
}
.tafel-zeile + .tafel-zeile { border-top: 1px dashed rgba(244, 239, 230, 0.13); }
.tafel-label {
  font-family: var(--grotesk);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(244, 239, 230, 0.6);
}
.tafel-wert { display: flex; gap: clamp(0.2rem, 0.4vw, 0.35rem); }
.zelle {
  width: clamp(1.35rem, 2.3vw, 2.4rem);
  height: clamp(1.9rem, 3.2vw, 3.3rem);
  display: grid;
  place-items: center;
  background: rgba(10, 22, 15, 0.9);
  border: 1px solid rgba(244, 239, 230, 0.1);
  font-family: var(--grotesk);
  font-weight: 600;
  font-size: clamp(0.9rem, 1.5vw, 1.55rem);
  color: rgba(244, 239, 230, 0.88);
  position: relative;
  overflow: hidden;
}
.zelle::after {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 50%;
  height: 1px;
  background: rgba(10, 22, 15, 0.85);
}
.zelle.ist-leer { background: transparent; border-color: transparent; }
.zelle.ist-leer::after { display: none; }
.zelle.ist-neu { color: var(--messing-hell); border-color: rgba(176, 141, 76, 0.35); }
.zelle.dreht { animation: zelle-dreht 0.32s ease; }
@keyframes zelle-dreht {
  0% { transform: scaleY(1); }
  50% { transform: scaleY(0.06); }
  100% { transform: scaleY(1); }
}

/* Routen-Fußzeile der Tafel: die Messing-Linie als Strecke DE → Städte */
.tafel-route {
  display: flex;
  align-items: flex-start;
  margin-top: clamp(1.4rem, 3vw, 2rem);
  padding-top: clamp(1.1rem, 2vw, 1.5rem);
  border-top: 1px solid rgba(244, 239, 230, 0.13);
}
.route-halt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  flex: none;
}
.route-punkt {
  width: 9px; height: 9px;
  border-radius: 50%;
  border: 1.5px solid var(--messing);
  background: transparent;
  transition: background-color 0.4s ease, box-shadow 0.4s ease;
  margin-top: -4px;
}
.route-halt.ist-aktiv .route-punkt {
  background: var(--messing);
  box-shadow: 0 0 0 5px rgba(176, 141, 76, 0.16);
}
.route-name {
  font-family: var(--grotesk);
  font-size: 0.66rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(244, 239, 230, 0.55);
  transition: color 0.4s ease;
  white-space: nowrap;
}
.route-halt.ist-aktiv .route-name { color: var(--messing-hell); }
.route-strecke {
  flex: 1;
  height: 1px;
  background: rgba(244, 239, 230, 0.16);
  position: relative;
  overflow: hidden;
  margin-inline: 0.6rem;
}
.route-strecke .fuellung {
  position: absolute;
  inset: 0;
  background: var(--messing);
  transform-origin: left;
  transform: scaleX(0);
}
.tafel-schluss {
  margin-top: clamp(1.4rem, 3vw, 2rem);
  font-family: var(--serif-kopf);
  font-style: italic;
  font-size: clamp(1.1rem, 1rem + 0.7vw, 1.5rem);
  color: rgba(244, 239, 230, 0.88);
  text-align: center;
}
.tafel-schluss em { color: var(--messing-hell); }

/* Städte-Verzeichnis unterhalb der Tafel */
.staedte {
  max-width: 78rem;
  margin-inline: auto;
  padding: clamp(3rem, 6vw, 5rem) var(--rand) clamp(4rem, 8vw, 6rem);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
}
.stadt {
  border-left: 1px solid var(--linie-hell);
  padding-left: 1.3rem;
}
.stadt-ziffer {
  font-family: var(--serif-kopf);
  font-style: italic;
  font-size: 1rem;
  color: var(--messing-hell);
  display: block;
  margin-bottom: 0.4rem;
}
.stadt h3 { margin-bottom: 0.4rem; font-size: 1.35rem; }
.stadt p { font-size: 0.95rem; color: rgba(244, 239, 230, 0.76); }

/* ---------- Pakete / Baukasten ---------- */
.pakete { padding: clamp(5rem, 11vw, 9rem) 0; background: var(--creme); }
.baukasten {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: clamp(1.5rem, 3vw, 3rem);
  align-items: start;
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
  padding: clamp(1.5rem, 3.5vw, 3rem);
  border: 1px solid var(--linie-dunkel);
  background: var(--creme-papier);
}
.baukasten-ebene h3 { margin-bottom: 1.3rem; }
.baukasten-fuge {
  align-self: center;
  font-family: var(--serif-kopf);
  font-style: italic;
  font-weight: 300;
  font-size: 2.6rem;
  color: var(--messing);
}
.baukasten-optionen { display: flex; flex-direction: column; gap: 0.6rem; }
.option {
  font-family: var(--serif-kopf);
  font-size: 1.2rem;
  font-weight: 400;
  text-align: left;
  background: transparent;
  color: var(--tinte);
  border: 1px solid var(--linie-dunkel);
  padding: 0.8rem 1.15rem;
  cursor: pointer;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  transition: border-color 0.25s ease, background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
.option small {
  font-family: var(--grotesk);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--tinte-sanft);
}
.option:hover { border-color: var(--messing); transform: translateX(0.25rem); }
.option[aria-pressed="true"] {
  background: var(--wald);
  border-color: var(--wald);
  color: var(--creme);
}
.option[aria-pressed="true"] small { color: var(--messing-hell); }
.option:focus-visible { outline: 2px solid var(--messing); outline-offset: 2px; }

.baukasten-ergebnis {
  margin-top: 1.6rem;
  font-family: var(--serif-kopf);
  font-style: italic;
  font-size: clamp(1.2rem, 1rem + 1vw, 1.7rem);
  color: var(--tinte-sanft);
  min-height: 2.2em;
}
.baukasten-ergebnis strong { color: var(--tinte); font-weight: 500; }
.baukasten-ergebnis strong em { color: var(--messing-tief); font-style: italic; }

.ausgaben { margin-top: clamp(3.5rem, 7vw, 5rem); }
.ausgaben-titel { margin-bottom: 1.8rem; color: var(--tinte-sanft); }
.ausgaben-reihe {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.25rem, 2.5vw, 2rem);
}
.ausgabe {
  background: var(--wald);
  color: var(--creme);
  border-left: 3px solid var(--messing);
  transform-origin: bottom left;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  display: flex;
  flex-direction: column;
}
.ausgabe:nth-child(2) { background: var(--wald-tief); }
.ausgabe:nth-child(3) { background: var(--wald-nacht); }
.ausgabe:hover {
  transform: rotate(-2deg) translateY(-0.5rem);
  box-shadow: 0.8rem 1.2rem 2.4rem rgba(26, 26, 24, 0.22);
}
.ausgabe-bild {
  overflow: hidden;
  aspect-ratio: 16 / 9;
}
.ausgabe-bild img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: saturate(0.9);
  transform: scale(1.01);
  transition: transform 0.6s ease;
}
.ausgabe:hover .ausgabe-bild img { transform: scale(1.06); }
.ausgabe-text { padding: 1.6rem 1.6rem 1.7rem; }
.ausgabe-ziffer {
  font-family: var(--grotesk);
  font-size: 0.68rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--messing-hell);
  display: block;
  margin-bottom: 0.9rem;
}
.ausgabe h4 { font-size: 1.4rem; margin-bottom: 0.25rem; }
.ausgabe-untertitel {
  font-family: var(--serif-kopf);
  font-style: italic;
  color: var(--messing-hell);
  margin-bottom: 0.85rem;
}
.ausgabe-text p:last-child { font-size: 0.95rem; color: rgba(244, 239, 230, 0.82); }

.pakete-schluss {
  margin-top: clamp(3.5rem, 7vw, 5rem);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.pakete-schluss > p {
  font-family: var(--serif-kopf);
  font-style: italic;
  font-size: clamp(1.25rem, 1.05rem + 1vw, 1.8rem);
  max-width: 30ch;
}
.pakete-schluss .btn { align-items: center; }

/* ---------- Randnotiz ---------- */
.randnotiz { background: var(--creme); }
.randnotiz-innen {
  max-width: 48rem;
  margin-inline: auto;
  padding: clamp(4rem, 9vw, 7rem) var(--rand);
  text-align: center;
  position: relative;
}
.randnotiz-innen::before, .randnotiz-innen::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 5rem;
  height: 1px;
  background: var(--messing);
}
.randnotiz-innen::before { top: 0; }
.randnotiz-innen::after { bottom: 0; }
.randnotiz-glyphe {
  display: block;
  font-family: var(--serif-kopf);
  font-style: italic;
  font-size: 5rem;
  line-height: 0.6;
  color: var(--messing);
  opacity: 0.55;
  margin-bottom: 1.2rem;
  user-select: none;
}
.randnotiz-zitat {
  font-family: var(--serif-kopf);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.45rem, 1.1rem + 1.7vw, 2.3rem);
  line-height: 1.38;
  margin-bottom: 1.5rem;
  color: var(--wald);
}
.randnotiz-satz { color: var(--tinte-sanft); max-width: 52ch; margin-inline: auto; }

/* ---------- Wissen ---------- */
.wissen {
  padding: clamp(5rem, 11vw, 9rem) 0;
  background: var(--creme-dunkel);
  border-top: 1px solid var(--linie-dunkel);
  border-bottom: 1px solid var(--linie-dunkel);
}
.verzeichnis { list-style: none; margin-top: clamp(2rem, 5vw, 3rem); }
.verzeichnis-eintrag {
  display: grid;
  grid-template-columns: 3.4rem 1fr auto;
  gap: 1.25rem;
  align-items: baseline;
  padding: 1.6rem 0;
  border-bottom: 1px solid var(--linie-dunkel);
  transition: background-color 0.3s ease, padding-left 0.3s ease;
}
.verzeichnis-eintrag:first-child { border-top: 1px solid var(--linie-dunkel); }
.verzeichnis-eintrag:hover { background: rgba(244, 239, 230, 0.5); padding-left: 0.6rem; }
.verzeichnis-ziffer {
  font-family: var(--serif-kopf);
  font-style: italic;
  font-size: 1.5rem;
  color: var(--messing-tief);
}
.verzeichnis-eintrag h3 { margin-bottom: 0.35rem; }
.verzeichnis-eintrag p { color: var(--tinte-sanft); max-width: 58ch; font-size: 1rem; }
.verzeichnis-status {
  font-family: var(--grotesk);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--tinte-sanft);
  border: 1px solid var(--linie-dunkel);
  padding: 0.35rem 0.75rem;
  white-space: nowrap;
}
.wissen-hinweis { margin-top: 2rem; color: var(--tinte-sanft); }
.wissen-hinweis a { color: var(--wald); text-decoration-color: var(--messing); text-underline-offset: 3px; }

/* ---------- Gespräch ---------- */
.gespraech {
  position: relative;
  background: var(--wald-nacht);
  color: var(--creme);
  overflow: hidden;
}
.gespraech-hintergrund {
  position: absolute;
  inset: 0;
}
.gespraech-hintergrund img {
  width: 100%; height: 118%;
  object-fit: cover;
  will-change: transform;
}
.gespraech-hintergrund::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(15, 35, 23, 0.94) 30%, rgba(15, 35, 23, 0.72) 70%, rgba(15, 35, 23, 0.55) 100%);
}
.gespraech-innen {
  position: relative;
  z-index: 2;
  padding-top: clamp(5rem, 11vw, 9rem);
  padding-bottom: clamp(5rem, 11vw, 9rem);
}
.gespraech-text { max-width: 58ch; color: rgba(244, 239, 230, 0.9); }
.gespraech-merkmale {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 1.9rem 0 2.5rem;
}
.gespraech-merkmale li {
  font-family: var(--grotesk);
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border: 1px solid var(--linie-hell);
  padding: 0.5rem 1rem;
  color: rgba(244, 239, 230, 0.88);
}
.gespraech-ctas { display: flex; flex-wrap: wrap; gap: 1rem; }
.gespraech .btn-geist { color: var(--creme); }

/* ---------- Fuß ---------- */
.fuss {
  background: var(--wald-nacht);
  color: rgba(244, 239, 230, 0.82);
  padding: clamp(3.5rem, 7vw, 5.5rem) 0 2.5rem;
  border-top: 1px solid var(--linie-hell);
}
.fuss-spalten {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--linie-hell);
}
.fuss-wortmarke {
  font-family: var(--serif-kopf);
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--creme);
  display: flex;
  align-items: baseline;
  gap: 0.18rem;
  margin-bottom: 1rem;
}
.fuss-claim { font-family: var(--serif-kopf); font-style: italic; color: rgba(244, 239, 230, 0.66); }
.fuss-spalte { display: flex; flex-direction: column; gap: 0.7rem; align-items: flex-start; }
.fuss-spalte .kapitaelchen { color: var(--messing-hell); margin-bottom: 0.4rem; }
.fuss-spalte a {
  font-family: var(--grotesk);
  font-size: 0.92rem;
  text-decoration: none;
  color: rgba(244, 239, 230, 0.82);
  border-bottom: 1px solid transparent;
  padding-bottom: 1px;
}
.fuss-spalte a:hover { border-bottom-color: var(--messing); color: var(--creme); }
.fuss-stand { font-family: var(--grotesk); font-size: 0.8rem; color: rgba(244, 239, 230, 0.5); margin-top: 0.5rem; }
.fuss-recht { padding-top: 2rem; }
.fuss-recht p {
  font-family: var(--grotesk);
  font-size: 0.8rem;
  line-height: 1.6;
  color: rgba(244, 239, 230, 0.55);
  max-width: 72ch;
  margin-bottom: 0.7rem;
}
.fuss-copyright { margin-top: 1.4rem; }

/* ---------- Marginalie (Sticky Telegram) ---------- */
.marginalie {
  position: fixed;
  right: 1.1rem;
  bottom: 50%;
  transform: translateY(50%);
  z-index: 80;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  font-family: var(--grotesk);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--tinte-sanft);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0s linear 0.5s, color 0.25s ease;
  pointer-events: none;
}
.marginalie.ist-sichtbar {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease, visibility 0s, color 0.25s ease;
  pointer-events: auto;
}
.marginalie:hover { color: var(--wald); }
.marginalie-punkt {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--messing);
  animation: marginalie-puls 3.2s ease-in-out infinite;
}
@keyframes marginalie-puls {
  0%, 100% { box-shadow: 0 0 0 0 rgba(176, 141, 76, 0.35); }
  50% { box-shadow: 0 0 0 6px rgba(176, 141, 76, 0); }
}

/* ---------- Einwilligung ---------- */
.einwilligung {
  position: fixed;
  left: 50%;
  bottom: 1.25rem;
  transform: translateX(-50%);
  z-index: 150;
  width: min(46rem, calc(100vw - 2rem));
  background: var(--tinte);
  color: var(--creme);
  padding: 1.4rem 1.6rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.35);
}
.einwilligung p { font-family: var(--grotesk); font-size: 0.82rem; line-height: 1.55; }
.einwilligung a { color: var(--messing-hell); }
.einwilligung-knoepfe { display: flex; gap: 0.7rem; flex: none; }
/* Beide Wahlmöglichkeiten bewusst gleichwertig gestaltet (kein Nudging). */
.einwilligung .btn { padding: 0.65rem 2.6rem 0.65rem 1.1rem; font-size: 0.7rem; }
.einwilligung .btn-geist { color: var(--creme); border-color: rgba(244, 239, 230, 0.55); }

/* ---------- Reveals ---------- */
html.hat-motion [data-reveal] { opacity: 0; }

/* ---------- Responsiv ---------- */
@media (max-width: 960px) {
  .kopf-nav { display: none; }
  .menue-knopf { display: flex; }
  .kopf .btn-klein { margin-left: auto; }
  .wortmarke { margin-right: 0; }
  .kopf-innen { justify-content: space-between; gap: 1rem; }

  .kapitel-kopf { grid-template-columns: 1fr; gap: 0.5rem; }
  .kapitel-ziffer { font-size: clamp(3rem, 12vw, 5rem); transform: none; }

  .linie-pin { min-height: 0; }
  .tafel-zeile { grid-template-columns: 1fr; gap: 0.5rem; }
  .staedte { grid-template-columns: repeat(2, 1fr); }
  .route-name { letter-spacing: 0.12em; font-size: 0.6rem; }

  .formel-spalten { grid-template-columns: 1fr; }
  .formel-spalten::before { display: none; }
  .formel-spalte + .formel-spalte { border-top: 1px solid var(--linie-dunkel); padding-top: 2rem; }
  .formel-wasserzeichen { font-size: 16rem; top: auto; bottom: -0.1em; }

  .baukasten { grid-template-columns: 1fr; }
  .baukasten-fuge { justify-self: center; }

  .ausgaben-reihe { grid-template-columns: 1fr; }

  .mitlesen-innen { flex-direction: column; align-items: flex-start; gap: 1.5rem; }

  .fuss-spalten { grid-template-columns: 1fr; }

  .verzeichnis-eintrag { grid-template-columns: 2.2rem 1fr; }
  .verzeichnis-status { grid-column: 2; justify-self: start; }

  .intermezzo-bild { height: clamp(20rem, 60vh, 30rem); }

  .marginalie {
    writing-mode: horizontal-tb;
    right: 1rem;
    bottom: 1rem;
    transform: none;
    background: var(--creme);
    border: 1px solid var(--linie-dunkel);
    border-radius: 2rem;
    padding: 0.55rem 1rem;
    box-shadow: 0 0.4rem 1.2rem rgba(26, 26, 24, 0.12);
  }

  .einwilligung { flex-direction: column; align-items: flex-start; gap: 1rem; }
}

@media (max-width: 560px) {
  .kopf .btn-klein { display: none; }
  .held-ctas .btn, .gespraech-ctas .btn { width: 100%; }
  .held-fuss { flex-direction: column; align-items: flex-start; gap: 0.6rem; padding-bottom: 0.9rem; }
  .held-fortschritt { width: 100%; }
  .held-balken { flex: 1; }
  .staedte { grid-template-columns: 1fr; }
  .zelle { width: 1.15rem; height: 1.7rem; font-size: 0.8rem; }
}

/* ---------- Große Bildschirme (WQHD+): Bühne füllen ---------- */
@media (min-width: 1800px) {
  html { font-size: 19px; }
}
@media (min-width: 2200px) {
  html { font-size: 20.5px; }
  .satzspiegel, .kopf-innen, .mitlesen-innen, .tafel-rahmen, .staedte,
  .held-inhalt, .intermezzo-zitat { max-width: 84rem; }
}

/* ---------- Signet & Wortmarke ---------- */
.wortmarke, .fuss-wortmarke { gap: 0.6rem; align-items: center; }
.signet { display: block; width: 2.1rem; height: 2.1rem; flex: none; }
.fuss-wortmarke .signet { width: 2.3rem; height: 2.3rem; }
.signet .signet-linie { stroke: currentColor; }
.signet .signet-punkt { fill: var(--messing); }

/* ---------- Wissen-Artikel (ruhiger Modus) ---------- */
/* Artikelseiten haben keinen dunklen Hero — der Kopf ist hier immer fest,
   rein per CSS (funktioniert damit auch ohne JS und ohne Transitions-Flackern). */
body[data-artikel] .kopf {
  background: rgba(244, 239, 230, 0.97);
  box-shadow: 0 1px 0 var(--linie-dunkel);
  transition: none;
}
body[data-artikel] .wortmarke,
body[data-artikel] .kopf-nav a { color: var(--tinte); transition-duration: 0s; }
body[data-artikel] .menue-knopf span { background: var(--tinte); }

.artikel-kopf {
  padding: calc(var(--kopf-hoehe) + clamp(2.5rem, 6vw, 4.5rem)) 0 clamp(2.5rem, 5vw, 3.5rem);
  border-bottom: 1px solid var(--linie-dunkel);
  background: var(--creme);
}
.artikel-kopf h1 {
  font-size: clamp(2.2rem, 1.4rem + 3.6vw, 4.4rem);
  max-width: 22ch;
  margin-bottom: 1.4rem;
}
.artikel-vorspann {
  max-width: 62ch;
  font-size: clamp(1.15rem, 1.05rem + 0.5vw, 1.35rem);
  line-height: 1.6;
  color: var(--tinte-sanft);
  margin-bottom: 1.8rem;
}
.artikel-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0;
  font-family: var(--grotesk);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  color: var(--tinte-sanft);
}
.artikel-meta span { display: flex; align-items: center; }
.artikel-meta span + span::before { content: "·"; margin-inline: 0.7rem; color: var(--messing); }

.artikel { padding: clamp(3rem, 7vw, 5rem) 0 clamp(4rem, 9vw, 6rem); }
.artikel-inhalt { max-width: 70ch; }
.artikel-inhalt > p { margin-bottom: 1.2rem; }
.artikel-inhalt h2 {
  font-size: clamp(1.6rem, 1.2rem + 1.6vw, 2.4rem);
  margin: clamp(2.6rem, 6vw, 3.8rem) 0 1.2rem;
  display: flex;
  align-items: baseline;
  gap: 0.9rem;
}
.artikel-inhalt h2 .nr {
  font-family: var(--serif-kopf);
  font-style: italic;
  font-weight: 300;
  font-size: 0.75em;
  color: var(--messing-tief);
  flex: none;
}
.artikel-inhalt h3 { font-size: 1.25rem; margin: 2rem 0 0.8rem; }
.artikel-inhalt ul, .artikel-inhalt ol { margin: 0 0 1.2rem 1.2rem; }
.artikel-inhalt li { margin-bottom: 0.55rem; }
.artikel-inhalt li::marker { color: var(--messing); }
.artikel-inhalt a { color: var(--wald); text-decoration-color: var(--messing); text-underline-offset: 3px; }
.artikel-inhalt blockquote {
  font-family: var(--serif-kopf);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.3rem, 1.1rem + 1vw, 1.8rem);
  line-height: 1.45;
  color: var(--wald);
  border-left: 2px solid var(--messing);
  padding-left: 1.5rem;
  margin: 2.4rem 0;
  max-width: 32ch;
}

.hinweis-box {
  border: 1px solid var(--messing);
  background: var(--creme-papier);
  padding: 1.3rem 1.5rem;
  font-family: var(--grotesk);
  font-size: 0.86rem;
  line-height: 1.6;
  color: var(--tinte-sanft);
  margin: 2rem 0;
}
.hinweis-box strong { color: var(--tinte); }

.rechnung {
  background: var(--wald);
  color: var(--creme);
  padding: clamp(1.6rem, 3.5vw, 2.4rem);
  margin: 2.4rem 0;
}
.rechnung-titel {
  font-family: var(--grotesk);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--messing-hell);
  margin-bottom: 1.2rem;
}
.rechnung dl { margin: 0; }
.rechnung .zeile-r {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(244, 239, 230, 0.14);
  font-size: 0.98rem;
}
.rechnung .zeile-r dd { font-variant-numeric: tabular-nums; white-space: nowrap; }
.rechnung .zeile-r.ist-summe {
  border-bottom: 0;
  border-top: 2px solid var(--messing);
  margin-top: 0.4rem;
  padding-top: 0.9rem;
  font-family: var(--serif-kopf);
  font-size: 1.15rem;
  color: var(--messing-hell);
}
.rechnung-fussnote {
  margin-top: 1rem;
  font-family: var(--grotesk);
  font-size: 0.76rem;
  color: rgba(244, 239, 230, 0.6);
}

.faq { margin-top: 1rem; }
.faq details { border-bottom: 1px solid var(--linie-dunkel); }
.faq details:first-of-type { border-top: 1px solid var(--linie-dunkel); }
.faq summary {
  font-family: var(--serif-kopf);
  font-size: 1.15rem;
  padding: 1.1rem 2.2rem 1.1rem 0;
  cursor: pointer;
  list-style: none;
  position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--serif-kopf);
  font-size: 1.5rem;
  color: var(--messing-tief);
  transition: transform 0.25s ease;
}
.faq details[open] summary::after { content: "–"; }
.faq details p { padding: 0 0 1.3rem; color: var(--tinte-sanft); max-width: 62ch; }

.artikel-verweise { margin-top: clamp(2.6rem, 6vw, 3.8rem); }
.artikel-verweise ul { list-style: none; margin: 1rem 0 0; }
.artikel-verweise li {
  padding: 0.8rem 0;
  border-bottom: 1px solid var(--linie-dunkel);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: baseline;
}
.artikel-verweise li:first-child { border-top: 1px solid var(--linie-dunkel); }
.artikel-verweise .bald {
  font-family: var(--grotesk);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--tinte-sanft);
  white-space: nowrap;
}

.artikel-cta {
  margin-top: clamp(3rem, 7vw, 4.5rem);
  background: var(--wald);
  color: var(--creme);
  padding: clamp(2rem, 5vw, 3.2rem);
}
.artikel-cta h2 { font-size: clamp(1.6rem, 1.3rem + 1.4vw, 2.3rem); margin-bottom: 0.9rem; }
.artikel-cta p { color: rgba(244, 239, 230, 0.88); max-width: 56ch; margin-bottom: 1.6rem; }
.artikel-cta .gespraech-merkmale { margin: 0 0 1.8rem; }
.artikel-cta .btn-geist { color: var(--creme); }
.artikel-cta-knoepfe { display: flex; flex-wrap: wrap; gap: 1rem; }

/* ---------- Reduzierte Bewegung ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .held-bild.ist-aktiv img { animation: none; transform: scale(1); }
  html.hat-motion .held .zeile > span { transform: none; }
  html.hat-motion [data-bildreveal] { clip-path: none; }
}
