/* Rotglut Athletic Club — Erscheinungsbild (Decision D20)

   Fast Schwarz, ein einziges kraeftiges Rot, harte Kanten, riesige schmale
   Grossbuchstaben. Farbe kommt nur aus der Oberflaeche, die Fotos sind
   Schwarz-Weiss. Rot #ff1f1f traegt weisse Schrift nicht (3,8:1) — auf Rot
   steht deshalb immer schwarze Schrift (5,2:1).

   Schriften: Anton (Plakat), Barlow (Text), Space Mono (Zahlen, Zeiten).      */

:root {
  --grund: #0a0a0a;
  --flaeche: #151515;
  --flaeche-2: #1f1f1f;
  --linie: #2a2a2a;
  --linie-hell: #6b6b6b;     /* Rahmen von Bedienelementen: auf Grund 3,7:1, auf Flaeche 3,4:1 (vorher #4a4a4a = 2,2:1) */
  --rot: #ff1f1f;            /* auf Grund 5,2:1 — auch fuer kleine Schrift   */
  --rot-tief: #b80d0d;
  --kreide: #f2efe9;
  --grau: #a3a3a3;           /* Nebentext, auf Grund 7,8:1                    */

  --plakat: 'Anton', 'Impact', sans-serif;
  --text: 'Barlow', system-ui, sans-serif;
  --mono: 'Space Mono', ui-monospace, monospace;

  --rand: clamp(18px, 4.5vw, 56px);
  --kopf-hoehe: 72px;

  /* fuer das geteilte Hinweisfenster (fake-interaction.css) */
  --accent: var(--rot-tief);   /* Hinweisfenster: weiss auf Rot und Rot auf Weiss brauchen das tiefe Rot */
  --surface: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--kopf-hoehe) + 20px); }
body {
  margin: 0;
  background: var(--grund);
  color: var(--kreide);
  font-family: var(--text);
  font-size: 1.06rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
[hidden] { display: none !important; }
h1, h2, h3 { font-family: var(--plakat); font-weight: 400; text-transform: uppercase; line-height: 0.92; letter-spacing: 0.005em; margin: 0; }
p { margin: 0 0 1em; }
a { color: inherit; }

/* Filmkorn ueber allem — macht die Flaechen stofflicher, kostet kaum etwas */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 3000;
  pointer-events: none;
  opacity: 0.07;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='k'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23k)'/%3E%3C/svg%3E");
}

.demo-flag { background: var(--rot); color: var(--grund); text-align: center; font-size: 0.78rem; font-weight: 600; padding: 6px; position: relative; z-index: 60; letter-spacing: 0.02em; }

.abschnitt { max-width: 1320px; margin: 0 auto; padding: clamp(80px, 11vw, 150px) var(--rand); }

/* ---------- Wiederkehrende Bausteine ---------- */
.etikett {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--mono);
  font-weight: 700;
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rot);
  margin: 0 0 18px;
}
.etikett::before { content: ""; width: 26px; height: 2px; background: currentColor; }
.titel { font-size: clamp(2.8rem, 7vw, 6.4rem); }
.titel em { font-style: normal; color: var(--rot); }
.titel .umriss, .umriss { color: transparent; -webkit-text-stroke: 1.5px var(--kreide); }
.einleitung { color: var(--grau); max-width: 54ch; font-size: 1.12rem; margin-top: 20px; }

.knopf {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 17px 28px;
  background: var(--rot);
  color: var(--grund);
  border: 2px solid var(--rot);
  font: 600 0.92rem var(--text);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.knopf::after { content: "→"; font-size: 1.1em; transition: transform 0.25s ease; }
.knopf:hover { background: var(--kreide); border-color: var(--kreide); }
.knopf:hover::after { transform: translateX(5px); }
.knopf--rand { background: transparent; color: var(--kreide); border-color: var(--kreide); }
.knopf--rand:hover { background: var(--kreide); color: var(--grund); }
.knopf--breit { width: 100%; justify-content: center; }

.textlink { color: var(--kreide); font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.88rem; text-decoration: none; border-bottom: 2px solid var(--rot); padding-bottom: 4px; }
.textlink:hover { color: var(--rot); }

.intensitaet { display: inline-flex; gap: 3px; align-items: flex-end; vertical-align: middle; }
.intensitaet i { display: block; width: 5px; background: var(--linie-hell); }
.intensitaet i:nth-child(1) { height: 8px; }
.intensitaet i:nth-child(2) { height: 12px; }
.intensitaet i:nth-child(3) { height: 16px; }
.intensitaet[data-stufe="1"] i:nth-child(-n+1),
.intensitaet[data-stufe="2"] i:nth-child(-n+2),
.intensitaet[data-stufe="3"] i:nth-child(-n+3) { background: var(--rot); }

/* ---------- Kopfzeile ---------- */
/* Unschaerfe auf ::before, nicht auf .kopf selbst: backdrop-filter wuerde das
   fixierte Handy-Menue in der Kopfzeile einsperren (Lehre aus dem Restaurant). */
.kopf {
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--kopf-hoehe);
  margin-bottom: calc(var(--kopf-hoehe) * -1);
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 0 var(--rand);
}
.kopf::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(10, 10, 10, 0.88);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--linie);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.kopf.ist-fest::before { opacity: 1; }
.kopf__marke { font-family: var(--plakat); font-size: 1.7rem; letter-spacing: 0.04em; text-decoration: none; margin-right: auto; line-height: 1; }
.kopf__marke span { color: var(--rot); }
.kopf__nav ul { display: flex; gap: 30px; list-style: none; margin: 0; padding: 0; }
.kopf__nav a {
  position: relative;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 0;
}
.kopf__nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--rot); transform: scaleX(0); transform-origin: left; transition: transform 0.25s ease; }
.kopf__nav a:hover::after, .kopf__nav a[aria-current="page"]::after { transform: scaleX(1); }
.kopf__cta { padding: 12px 20px; font-size: 0.8rem; }
.kopf__cta::after { display: none; }
.kopf__nav-cta { display: none; }
.kopf__menue {
  display: none;
  align-items: center;
  gap: 10px;
  background: none;
  border: 0;
  color: inherit;
  font: 600 0.82rem var(--text);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  padding: 10px 0;
  position: relative;
  z-index: 3;
}
.kopf__menue-striche { display: grid; gap: 6px; width: 26px; }
.kopf__menue-striche span { display: block; height: 2px; background: currentColor; transition: transform 0.3s ease; }

/* ---------- Seitenkopf der Unterseiten ---------- */
.seitenkopf {
  position: relative;
  min-height: clamp(460px, 70vh, 760px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
}
.seitenkopf .seitenkopf__medien { position: absolute; inset: 0; z-index: -2; }
.seitenkopf__medien img { width: 100%; height: 100%; object-fit: cover; object-position: var(--fokus, center); animation: ranZoom 2.2s cubic-bezier(0.22, 1, 0.36, 1) both; }
.seitenkopf__schleier {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(10, 10, 10, 0.7) 0%, rgba(10, 10, 10, 0) 28%),
    linear-gradient(0deg, rgba(10, 10, 10, 0.97) 0%, rgba(10, 10, 10, 0.86) 50%, rgba(10, 10, 10, 0.35) 85%),
    linear-gradient(90deg, rgba(10, 10, 10, 0.8) 0%, rgba(10, 10, 10, 0.1) 65%);
}
.seitenkopf__inhalt { width: 100%; max-width: 1320px; margin: 0 auto; padding: calc(var(--kopf-hoehe) + 60px) var(--rand) clamp(50px, 8vh, 90px); }
.seitenkopf__titel { font-size: clamp(3.2rem, 10vw, 9rem); line-height: 0.88; }
.seitenkopf__titel em { font-style: normal; color: var(--rot); }
.seitenkopf__lead { max-width: 52ch; margin: 26px 0 0; color: #d9d6d0; font-size: 1.12rem; animation: auf 0.8s ease 0.6s both; }
.seitenkopf .etikett { color: var(--kreide); }   /* kleine rote Schrift haelt auf Fotos keine 4,5:1 */
.seitenkopf .etikett::before { background: var(--rot); }
.seitenkopf .ai-bild__badge { top: calc(var(--kopf-hoehe) + 12px); bottom: auto; right: 16px; }

.zeile { display: block; overflow: hidden; padding-bottom: 0.06em; margin-bottom: -0.06em; }
.zeile > span { display: block; transform: translateY(105%); animation: hoch 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards; }
.zeile:nth-child(2) > span { animation-delay: 0.1s; }
.zeile:nth-child(3) > span { animation-delay: 0.2s; }
@keyframes hoch { to { transform: none; } }
@keyframes auf { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@keyframes ranZoom { from { transform: scale(1.1); } to { transform: scale(1); } }

/* ---------- Held (Startseite) ---------- */
.held { position: relative; min-height: max(100svh, 680px); display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; isolation: isolate; }
.held .held__medien { position: absolute; inset: 0; z-index: -2; }
.held__medien img { width: 100%; height: 100%; object-fit: cover; object-position: 72% 40%; animation: ranZoom 2.4s cubic-bezier(0.22, 1, 0.36, 1) both; }
.held__schleier {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(10, 10, 10, 0.95) 0%, rgba(10, 10, 10, 0.86) 45%, rgba(10, 10, 10, 0.12) 80%),
    linear-gradient(0deg, rgba(10, 10, 10, 0.97) 0%, rgba(10, 10, 10, 0.4) 40%, rgba(10, 10, 10, 0) 60%),
    linear-gradient(180deg, rgba(10, 10, 10, 0.6) 0%, rgba(10, 10, 10, 0) 22%);
}
.held__inhalt { width: 100%; max-width: 1320px; margin: 0 auto; padding: calc(var(--kopf-hoehe) + 50px) var(--rand) 40px; }
.live-marke {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--mono);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--rot);
  margin: 0 0 20px;
  animation: auf 0.8s ease 0.1s both;
}
.live-punkt { width: 9px; height: 9px; border-radius: 50%; background: var(--rot); animation: puls 1.6s ease-out infinite; }
@keyframes puls { 0% { box-shadow: 0 0 0 0 rgba(255, 31, 31, 0.7); } 100% { box-shadow: 0 0 0 12px rgba(255, 31, 31, 0); } }
.held__titel { font-size: clamp(3.8rem, 13vw, 12.5rem); line-height: 0.84; }
.held__titel em { font-style: normal; color: var(--rot); }
.held__leiste { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 28px; margin-top: 34px; animation: auf 0.8s ease 0.6s both; }
.held__text { color: #d9d6d0; max-width: 38ch; margin: 0; }
.held__knoepfe { display: flex; flex-wrap: wrap; gap: 12px; }
.held .ai-bild__badge { top: calc(var(--kopf-hoehe) + 12px); bottom: auto; right: 16px; }

.zahlen { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--linie); background: rgba(10, 10, 10, 0.72); }
.zahlen li { padding: 22px var(--rand); border-right: 1px solid var(--linie); }
.zahlen li:last-child { border-right: 0; }
.zahlen__wert { display: block; font-family: var(--plakat); font-size: clamp(2.2rem, 4vw, 3.6rem); line-height: 1; }
.zahlen__wert em { font-style: normal; color: var(--rot); }
.zahlen__name { display: block; font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--grau); margin-top: 8px; }

/* ---------- Laufband (Tempo haengt am Scrollen, rotglut.js) ---------- */
.laufband { overflow: hidden; padding: 6px 0; }
.laufband__spur { display: flex; white-space: nowrap; will-change: transform; }
.laufband__spur span { font-family: var(--plakat); font-size: clamp(2.6rem, 7vw, 6rem); line-height: 1.1; text-transform: uppercase; padding-right: 0.4em; }
.laufband--rot { background: var(--rot); color: var(--grund); transform: rotate(-2deg); margin: 0 -2vw; }
.laufband--umriss span { color: transparent; -webkit-text-stroke: 1.5px var(--linie-hell); }
.laufbaender { padding: 40px 0; overflow: hidden; }

/* ---------- Live-Auslastung ---------- */
.live { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(36px, 6vw, 90px); align-items: end; }
.live__zahl { font-family: var(--plakat); font-size: clamp(7rem, 18vw, 15rem); line-height: 0.8; color: var(--kreide); display: block; }
.live__einheit { font-family: var(--plakat); font-size: clamp(1.8rem, 3vw, 2.6rem); text-transform: uppercase; display: block; margin-top: 10px; }
.live__status { display: inline-block; margin-top: 18px; padding: 8px 14px; background: var(--flaeche-2); border-left: 3px solid var(--rot); font-weight: 600; }
.live__hinweis { color: var(--grau); font-size: 0.9rem; margin-top: 14px; max-width: 40ch; }
.kurve { background: var(--flaeche); border: 1px solid var(--linie); padding: 26px 24px 18px; }
.kurve__kopf { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin-bottom: 22px; flex-wrap: wrap; }
.kurve__kopf h3 { font-size: 1.8rem; }
.kurve__tag { font-family: var(--mono); font-size: 0.75rem; color: var(--grau); letter-spacing: 0.08em; text-transform: uppercase; }
.kurve__balken { display: grid; grid-template-columns: repeat(24, minmax(0, 1fr)); gap: 4px; align-items: end; height: 190px; }
.kurve__balken span { display: block; background: var(--linie-hell); min-height: 4px; transition: height 0.6s cubic-bezier(0.22, 1, 0.36, 1); }
.kurve__balken span.ist-jetzt { background: var(--rot); }
.kurve__achse { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); margin-top: 10px; font-family: var(--mono); font-size: 0.7rem; color: var(--grau); }

/* ---------- Kurs-Karten ---------- */
.kurse__kopf { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 40px; }
.kurs-raster { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 3px; }
.kurs-karte { position: relative; background: var(--flaeche); overflow: hidden; }
.kurs-karte a { display: block; text-decoration: none; height: 100%; }
.kurs-karte .ai-bild { overflow: hidden; }
.kurs-karte img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), filter 0.4s ease; filter: contrast(1.05); }
/* Rot legt sich beim Ueberfahren multiplizierend aufs Schwarz-Weiss-Foto */
.kurs-karte .ai-bild::after { content: ""; position: absolute; inset: 0; background: var(--rot); mix-blend-mode: multiply; opacity: 0; transition: opacity 0.35s ease; pointer-events: none; }
@media (hover: hover) {
  .kurs-karte a:hover img { transform: scale(1.06); }
  .kurs-karte a:hover .ai-bild::after { opacity: 0.85; }
  .kurs-karte a:hover .kurs-karte__name { color: var(--rot); }
}
.kurs-karte a:focus-visible .ai-bild::after { opacity: 0.85; }
.kurs-karte__text { display: block; padding: 22px 24px 26px; }
.kurs-karte__meta { display: flex; justify-content: space-between; align-items: center; font-family: var(--mono); font-size: 0.74rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--grau); margin-bottom: 12px; }
.kurs-karte__name { font-size: clamp(2.2rem, 3.4vw, 3rem); transition: color 0.25s ease; }
.kurs-karte__text p { color: var(--grau); margin: 10px 0 0; font-size: 0.98rem; }
.kurs-karte--alle a { display: flex; flex-direction: column; justify-content: space-between; padding: 26px 24px; min-height: 100%; background: var(--rot); color: var(--grund); }
.kurs-karte--alle h3 { font-size: clamp(2.6rem, 4vw, 3.6rem); }
.kurs-karte--alle p { font-weight: 600; margin: 0; }
.kurs-karte--alle .pfeil { font-family: var(--plakat); font-size: 4rem; line-height: 1; align-self: flex-end; transition: transform 0.3s ease; }
.kurs-karte--alle a:hover .pfeil { transform: translateX(8px); }
.kurs-karte--alle a:focus-visible { outline-color: var(--kreide); outline-offset: -6px; }

/* ---------- Kurs-Finder ---------- */
.finder { background: var(--flaeche); border-block: 1px solid var(--linie); }
.finder__raster { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(30px, 5vw, 70px); align-items: start; }
.frage-block { border: 0; margin: 0 0 26px; padding: 0; min-width: 0; }
.frage-block legend { font-family: var(--plakat); font-size: 1.6rem; text-transform: uppercase; margin-bottom: 12px; padding: 0; display: flex; gap: 12px; align-items: baseline; }
.frage-block legend span { font-family: var(--mono); font-size: 0.8rem; color: var(--rot); }
.antworten { display: flex; flex-wrap: wrap; gap: 8px; }

/* Radio-Karten (echte Radio-Knoepfe, nur optisch umgebaut) */
.wahl { position: relative; display: block; cursor: pointer; }
.wahl input { position: absolute; inset: 0; opacity: 0; margin: 0; cursor: inherit; }
.wahl__karte {
  display: block;
  padding: 12px 18px;
  border: 1.5px solid var(--linie-hell);
  background: transparent;
  color: var(--kreide);
  font-weight: 600;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.wahl:hover input:not(:disabled) + .wahl__karte { border-color: var(--kreide); }
.wahl input:checked + .wahl__karte { background: var(--rot); border-color: var(--rot); color: var(--grund); }
.wahl input:focus-visible + .wahl__karte { outline: 3px solid var(--kreide); outline-offset: 2px; }
.wahl input:disabled + .wahl__karte { border-style: dashed; color: #8a8a8a; cursor: not-allowed; }
.wahl input:disabled + .wahl__karte .wahl__haupt { text-decoration: line-through; }
.wahl:has(input:disabled) { cursor: not-allowed; }
.wahl__klein { display: block; font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.08em; text-transform: uppercase; opacity: 0.85; }
.wahl__haupt { display: block; }
.wahl__hinweis { display: block; font-size: 0.68rem; font-weight: 500; }

.ergebnis { position: sticky; top: calc(var(--kopf-hoehe) + 24px); background: var(--grund); border: 1px solid var(--linie); }
.ergebnis .ai-bild { overflow: hidden; }
.ergebnis img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.ergebnis__text { padding: 24px; }
.ergebnis__name { font-size: clamp(2.6rem, 4vw, 3.4rem); color: var(--rot); margin: 6px 0 12px; }
.ergebnis__text p { color: var(--grau); }
.ergebnis__offen { padding: 30px 24px; color: var(--grau); }
.ergebnis__offen strong { display: block; font-family: var(--plakat); font-size: 2rem; text-transform: uppercase; color: var(--kreide); font-weight: 400; margin-bottom: 8px; }

/* ---------- Bildwort (Foto in den Buchstaben) ---------- */
.bildwort { padding: clamp(60px, 9vw, 120px) var(--rand); text-align: center; overflow: hidden; }
.bildwort__text {
  font-family: var(--plakat);
  text-transform: uppercase;
  font-size: clamp(4.5rem, 19vw, 19rem);
  line-height: 0.82;
  margin: 0;
  background-image: url("img/band-boxsack.webp");
  background-size: cover;
  background-position: center var(--bildwort-y, 50%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  /* Umriss sichert die Lesbarkeit, wo das Foto im Buchstaben dunkel ist */
  -webkit-text-stroke: 1.5px rgba(242, 239, 233, 0.55);
}
.bildwort__unter { font-family: var(--mono); font-size: 0.8rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--grau); margin-top: 24px; }
.bildwort__unter .ai-bild__badge { position: static; display: inline-block; margin-left: 10px; vertical-align: middle; }

/* ---------- Coaches ---------- */
.coaches { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(14px, 2vw, 26px); }
.coach .ai-bild { overflow: hidden; }
.coach img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; object-position: center 25%; transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1); }
@media (hover: hover) { .coach:hover img { transform: scale(1.04); } }
.coach h3 { font-size: 2.3rem; margin: 18px 0 4px; }
.coach__rolle { font-family: var(--mono); font-size: 0.74rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--rot); margin: 0; }

/* ---------- Stimmen ---------- */
.stimmen { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 3px; }
.stimme { background: var(--flaeche); padding: 32px 28px; display: flex; flex-direction: column; }
.stimme__wert { font-family: var(--plakat); font-size: clamp(3rem, 5vw, 4.4rem); line-height: 0.9; color: var(--rot); text-transform: uppercase; }
.stimme__was { font-family: var(--mono); font-size: 0.74rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--grau); margin: 10px 0 22px; }
.stimme blockquote { margin: 0 0 20px; font-size: 1.12rem; line-height: 1.5; flex: 1; }
.stimme footer { font-size: 0.86rem; color: var(--grau); }

/* ---------- Abschlussband ---------- */
.schluss { background: var(--rot); color: var(--grund); }
.schluss__inner { max-width: 1320px; margin: 0 auto; padding: clamp(60px, 9vw, 120px) var(--rand); display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 30px; }
.schluss__titel { font-size: clamp(3rem, 9vw, 8rem); line-height: 0.86; }
.schluss p { font-weight: 600; font-size: 1.1rem; max-width: 36ch; margin: 18px 0 0; }
.schluss .knopf { background: var(--grund); color: var(--kreide); border-color: var(--grund); }
.schluss .knopf:hover { background: var(--kreide); color: var(--grund); border-color: var(--kreide); }
.schluss :focus-visible { outline-color: var(--grund); }

/* ---------- Fuss ---------- */
.fuss { border-top: 1px solid var(--linie); padding: clamp(60px, 8vw, 100px) var(--rand) 28px; overflow: hidden; }
.fuss__inner { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; }
.fuss__kopf { font-family: var(--mono); font-size: 0.74rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--rot); margin-bottom: 14px; }
.fuss p, .fuss li { color: var(--grau); }
.fuss ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; }
.fuss a { text-decoration: none; color: var(--grau); }
.fuss a:hover { color: var(--kreide); }
/* doppelte Klasse: .fuss p (0,1,1) wuerde den Umriss sonst grau fuellen */
.fuss .fuss__wort { font-family: var(--plakat); font-size: clamp(5rem, 22vw, 22rem); line-height: 0.8; text-align: center; color: transparent; -webkit-text-stroke: 1.5px var(--linie-hell); margin: 60px 0 0; user-select: none; }
.fuss .fuss__wort span { color: var(--rot); -webkit-text-stroke: 0; }
.fuss__klein { max-width: 1320px; margin: 24px auto 0; padding-top: 20px; border-top: 1px solid var(--linie); font-size: 0.78rem; color: var(--grau); }

/* ---------- Filter-Chips ---------- */
.chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border: 1.5px solid var(--linie-hell);
  background: transparent;
  color: var(--kreide);
  font: 600 0.8rem var(--text);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.chip:hover { border-color: var(--kreide); }
.chip[aria-pressed="true"] { background: var(--rot); border-color: var(--rot); color: var(--grund); }

/* ---------- Kursplan ---------- */
.plan-leiste { display: flex; flex-wrap: wrap; gap: 16px 32px; align-items: center; margin-bottom: 30px; }
.plan-leiste__gruppe { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.plan-leiste__name { font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--grau); margin-right: 4px; }
.tag-reiter { display: none; gap: 6px; margin-bottom: 18px; overflow-x: auto; scrollbar-width: none; }
.tag-reiter::-webkit-scrollbar { display: none; }
/* alle sieben Tage sichtbar statt Sonntag ausserhalb des Bildes */
.tag-reiter .chip { flex: 1 0 40px; justify-content: center; padding-inline: 0; }
.plan { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 3px; }
.plan__tag { background: transparent; border: 1px solid var(--linie); min-width: 0; }
.plan__tag h3 { font-size: 1.4rem; padding: 14px 14px 12px; border-bottom: 2px solid var(--linie); display: flex; flex-direction: column; gap: 4px; }
/* Kuerzel unter dem Namen - nebeneinander kleben sie in schmalen Spalten zusammen */
.plan__tag h3 small { font-family: var(--mono); font-size: 0.68rem; color: var(--grau); letter-spacing: 0.06em; }
.plan__tag.ist-heute h3 { border-bottom-color: var(--rot); }
.plan__tag.ist-heute h3 small { color: var(--rot); }
.plan__liste { list-style: none; margin: 0; padding: 8px; display: grid; gap: 8px; }
.stunde {
  display: block;
  width: 100%;
  text-align: left;
  background: var(--flaeche);   /* rote Uhrzeit: auf Flaeche 4,75:1, auf Flaeche-2 nur 4,3:1 */
  border: 0;
  border-left: 3px solid var(--linie-hell);
  color: var(--kreide);
  padding: 10px 11px 11px;
  cursor: pointer;
  font: inherit;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.stunde:hover { border-left-color: var(--rot); box-shadow: inset 0 0 0 1px var(--linie-hell); }
.stunde__zeit { display: block; font-family: var(--mono); font-size: 0.74rem; font-weight: 700; color: var(--rot); }
.stunde__name { display: block; font-family: var(--plakat); font-size: 1.3rem; text-transform: uppercase; line-height: 1.05; margin: 4px 0 6px; }
.stunde__fuss { display: flex; justify-content: space-between; align-items: center; gap: 6px; font-size: 0.78rem; color: var(--grau); }
.stunde.ist-voll { border-left-style: dashed; }
.stunde.ist-voll .stunde__plaetze { color: var(--kreide); font-weight: 600; }
.plan__leer { color: var(--grau); font-size: 0.86rem; font-style: italic; padding: 12px 6px; margin: 0; }
.plan-meldung { margin-top: 14px; color: var(--grau); font-size: 0.9rem; }

/* Kurs-Details als natives <dialog> (Fokusfalle und Escape vom Browser) */
.kursdialog { border: 0; padding: 0; max-width: min(560px, calc(100vw - 32px)); width: 100%; background: var(--flaeche); color: var(--kreide); border-top: 4px solid var(--rot); }
.kursdialog::backdrop { background: rgba(0, 0, 0, 0.78); }
.kursdialog__bild img { width: 100%; aspect-ratio: 16 / 8; object-fit: cover; }
.kursdialog__inhalt { padding: 26px 28px 28px; }
.kursdialog h2 { font-size: clamp(2.4rem, 6vw, 3.4rem); margin-bottom: 14px; }
.kursdialog dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 20px; margin: 0 0 18px; }
.kursdialog dt { font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--grau); }
.kursdialog dd { margin: 2px 0 0; font-weight: 600; }
.kursdialog p { color: var(--grau); }
.kursdialog__zu { position: absolute; top: 12px; right: 12px; z-index: 2; width: 42px; height: 42px; border: 0; background: var(--grund); color: var(--kreide); font-size: 1.4rem; cursor: pointer; }
.kursdialog__zu:hover { background: var(--rot); color: var(--grund); }
.kursdialog .ai-bild__badge { bottom: 10px; right: 10px; }

/* ---------- Kursarten (Kurse-Seite) ---------- */
.kursarten { list-style: none; margin: 0; padding: 0; display: grid; gap: 3px; }
.kursart { display: grid; grid-template-columns: 90px minmax(0, 1fr) minmax(0, 1.4fr) auto; gap: 24px; align-items: center; background: var(--flaeche); padding: 22px 26px; }
.kursart__nr { font-family: var(--mono); color: var(--rot); font-weight: 700; }
.kursart h3 { font-size: clamp(2rem, 3.4vw, 3rem); }
.kursart p { color: var(--grau); margin: 0; }
.kursart__daten { font-family: var(--mono); font-size: 0.74rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--grau); text-align: right; white-space: nowrap; }
.kursart__daten .intensitaet { margin-left: 8px; }

/* ---------- Mitgliedschaft ---------- */
.laufzeit { display: inline-flex; border: 1.5px solid var(--linie-hell); padding: 4px; margin: 0 0 40px; }
.laufzeit legend { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.laufzeit .wahl__karte { border: 0; padding: 12px 22px; font-size: 0.86rem; letter-spacing: 0.08em; text-transform: uppercase; }
.laufzeit .wahl__karte small { font-family: var(--mono); font-size: 0.68rem; margin-left: 6px; }
fieldset.laufzeit { position: relative; }
.tarife { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 3px; align-items: stretch; }
.tarif { background: var(--flaeche); padding: 34px 30px; display: flex; flex-direction: column; position: relative; }
.tarif--beliebt { background: var(--flaeche-2); outline: 2px solid var(--rot); outline-offset: -2px; }
.tarif__marke { position: absolute; top: 0; right: 0; background: var(--rot); color: var(--grund); font-family: var(--mono); font-weight: 700; font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; padding: 7px 12px; }
.tarif h3 { font-size: 2.6rem; }
.tarif__fuer { color: var(--grau); margin: 8px 0 24px; min-height: 3.2em; }
.tarif__preis { display: flex; align-items: baseline; gap: 8px; margin-bottom: 4px; }
.tarif__preis strong { font-family: var(--plakat); font-weight: 400; font-size: 4.6rem; line-height: 1; }
.tarif__preis span { color: var(--grau); }
.tarif__klein { font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.06em; color: var(--grau); margin: 0 0 24px; min-height: 1.4em; }
.tarif ul { list-style: none; margin: 0 0 30px; padding: 0; display: grid; gap: 10px; flex: 1; }
.tarif li { padding-left: 26px; position: relative; }
.tarif li::before { content: ""; position: absolute; left: 0; top: 0.5em; width: 12px; height: 7px; border-left: 2px solid var(--rot); border-bottom: 2px solid var(--rot); transform: rotate(-45deg); }
.extras { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 3px; margin-top: 3px; }
.extra { background: var(--flaeche); padding: 22px 26px; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.extra strong { font-family: var(--plakat); font-weight: 400; font-size: 1.6rem; text-transform: uppercase; }
.extra span { font-family: var(--mono); color: var(--rot); font-weight: 700; }

.vergleich { width: 100%; border-collapse: collapse; margin-top: 10px; }
.vergleich th, .vergleich td { padding: 16px 14px; border-bottom: 1px solid var(--linie); text-align: center; }
.vergleich th:first-child, .vergleich td:first-child { text-align: left; }
.vergleich thead th { font-family: var(--plakat); font-weight: 400; font-size: 1.5rem; text-transform: uppercase; }
.vergleich tbody th { font-weight: 500; }
.ja, .nein { display: inline-block; width: 18px; height: 18px; position: relative; }
.ja::before { content: ""; position: absolute; left: 3px; top: 3px; width: 12px; height: 7px; border-left: 2.5px solid var(--rot); border-bottom: 2.5px solid var(--rot); transform: rotate(-45deg); }
.nein::before { content: ""; position: absolute; left: 3px; right: 3px; top: 8px; height: 2px; background: var(--linie-hell); }
.tabelle-huelle { overflow-x: auto; }

.fragen { max-width: 900px; }
.frage { border-bottom: 1px solid var(--linie); }
.frage summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px 0; font-family: var(--plakat); font-size: clamp(1.4rem, 2.4vw, 1.9rem); text-transform: uppercase; line-height: 1.1; }
.frage summary::-webkit-details-marker { display: none; }
.frage summary::after { content: "+"; font-family: var(--text); font-size: 1.8rem; color: var(--rot); transition: transform 0.3s ease; flex-shrink: 0; }
.frage[open] summary::after { transform: rotate(45deg); }
.frage p { margin: -6px 0 24px; color: var(--grau); max-width: 64ch; }

/* ---------- Team-Seite ---------- */
.coach-reihe { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(30px, 6vw, 90px); align-items: center; padding-block: clamp(40px, 6vw, 80px); border-bottom: 1px solid var(--linie); }
.coach-reihe:nth-child(even) .coach-reihe__bild { order: 2; }
.coach-reihe .ai-bild { overflow: hidden; }
.coach-reihe img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 25%; }
.coach-reihe__name { font-size: clamp(3.4rem, 8vw, 7rem); line-height: 0.86; }
.coach-reihe__rolle { font-family: var(--mono); font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--rot); margin: 14px 0 22px; }
.coach-reihe blockquote { margin: 0 0 22px; font-size: clamp(1.3rem, 2.2vw, 1.7rem); line-height: 1.35; border-left: 3px solid var(--rot); padding-left: 20px; }
.coach-reihe p { color: var(--grau); max-width: 52ch; }
.schwerpunkte { list-style: none; margin: 0 0 28px; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.schwerpunkte li { border: 1.5px solid var(--linie-hell); padding: 6px 12px; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }
.prinzipien { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 3px; }
.prinzipien li { background: var(--flaeche); padding: 32px 28px; }
.prinzipien span { font-family: var(--mono); color: var(--rot); font-weight: 700; }
.prinzipien h3 { font-size: 2.2rem; margin: 14px 0 12px; }
.prinzipien p { color: var(--grau); margin: 0; }

/* ---------- Probetraining ---------- */
.probe-raster { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(30px, 5vw, 70px); align-items: start; }
.buchung { background: var(--flaeche); border: 1px solid var(--linie); padding: clamp(22px, 3.4vw, 40px); min-width: 0; }
.buchung fieldset { border: 0; margin: 0 0 30px; padding: 0; min-width: 0; }
.buchung legend { font-family: var(--plakat); font-size: 1.7rem; text-transform: uppercase; margin-bottom: 14px; padding: 0; display: flex; gap: 12px; align-items: baseline; }
.buchung legend span { font-family: var(--mono); font-size: 0.8rem; color: var(--rot); }
.angebote { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.angebote .wahl__karte { padding: 14px 14px; height: 100%; }
.angebote .wahl__haupt { font-family: var(--plakat); font-weight: 400; font-size: 1.35rem; text-transform: uppercase; line-height: 1.05; }
/* Umbrechen statt seitlich scrollen: sonst ragen die letzten Tage aus dem
   Formular und wirken abgeschnitten */
.tage { display: grid; grid-template-columns: repeat(auto-fill, minmax(66px, 1fr)); gap: 8px; }
.tage .wahl__karte { text-align: center; padding: 10px 0; }
.tage .wahl__haupt { font-family: var(--plakat); font-weight: 400; font-size: 1.8rem; line-height: 1; margin: 2px 0; }
.zeiten { display: grid; grid-template-columns: repeat(auto-fill, minmax(86px, 1fr)); gap: 8px; }
.zeiten .wahl__karte { text-align: center; padding: 11px 0; font-family: var(--mono); font-size: 0.9rem; }
.zeiten-leer { color: var(--grau); font-style: italic; margin: 0; }
.felder { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.feld { display: block; min-width: 0; }
.feld--breit { grid-column: 1 / -1; }
.feld__name { display: block; font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--grau); margin-bottom: 8px; }
.feld__name small { text-transform: none; letter-spacing: 0; font-family: var(--text); font-size: 0.8rem; }
.feld input, .feld select, .feld textarea {
  width: 100%;
  font: 400 1rem var(--text);
  color: var(--kreide);
  background: var(--grund);
  border: 1.5px solid var(--linie-hell);
  border-radius: 0;
  padding: 13px 14px;
}
.feld select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--kreide) 50%), linear-gradient(135deg, var(--kreide) 50%, transparent 50%); background-position: calc(100% - 20px) 50%, calc(100% - 15px) 50%; background-size: 5px 5px; background-repeat: no-repeat; padding-right: 40px; }
.feld textarea { resize: vertical; min-height: 96px; }
.feld input:focus-visible, .feld select:focus-visible, .feld textarea:focus-visible { outline: 3px solid var(--rot); outline-offset: 1px; border-color: var(--kreide); }
.buchung__fuss { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 24px; border-top: 1px solid var(--linie); padding-top: 24px; margin-top: 8px; }
.buchung__auswahl { margin: 0; color: var(--grau); flex: 1 1 220px; }
.buchung__auswahl strong { color: var(--kreide); }
.buchung__hinweis { font-size: 0.82rem; color: var(--grau); margin: 16px 0 0; }
.erwartung { position: sticky; top: calc(var(--kopf-hoehe) + 24px); }
.erwartung .ai-bild { overflow: hidden; }
.erwartung img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.schritte { list-style: none; margin: 26px 0 0; padding: 0; counter-reset: s; display: grid; gap: 18px; }
.schritte li { counter-increment: s; display: grid; grid-template-columns: 44px 1fr; gap: 14px; }
.schritte li::before { content: counter(s, decimal-leading-zero); font-family: var(--mono); font-weight: 700; color: var(--rot); padding-top: 3px; }
.schritte strong { display: block; font-family: var(--plakat); font-weight: 400; font-size: 1.4rem; text-transform: uppercase; }
.schritte span { color: var(--grau); }
.kontakt-daten { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 3px; }
.kontakt-daten > div { background: var(--flaeche); padding: 28px; }
.kontakt-daten h3 { font-size: 1.9rem; margin-bottom: 14px; }
.kontakt-daten p, .kontakt-daten dd { color: var(--grau); margin: 0 0 6px; }
.kontakt-daten dl { margin: 0; display: grid; grid-template-columns: auto 1fr; gap: 6px 16px; }
.kontakt-daten dt { font-weight: 600; }
.linkknopf { background: none; border: 0; padding: 0; font: inherit; color: var(--kreide); text-decoration: underline; text-decoration-color: var(--rot); text-underline-offset: 4px; cursor: pointer; }
.linkknopf:hover { color: var(--rot); }

/* =====================================================================
   Nachtrag D20: Aktionsbanner, Mitglieder-Login, Studio-Seite
   ===================================================================== */
.aktion {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px 18px;
  padding: 10px 56px 10px var(--rand);
  background: var(--flaeche);
  border-bottom: 1px solid var(--linie);
  font-size: 0.88rem;
  position: relative;   /* bewusst ohne hohen z-index: sonst laege es ueber dem Handy-Menue */
}
.aktion__text { margin: 0; }
.aktion__text strong { color: var(--rot); font-weight: 600; }   /* Rot auf Flaeche 4,75:1 */
.aktion__uhr { font-family: var(--mono); font-weight: 700; font-size: 0.8rem; letter-spacing: 0.06em; color: var(--kreide); background: var(--grund); padding: 3px 8px; }
.aktion__uhr:empty { display: none; }
.aktion__link { font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.78rem; text-decoration: underline; text-decoration-color: var(--rot); text-underline-offset: 4px; }
.aktion__link:hover { color: var(--rot); }
.aktion__zu { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); width: 36px; height: 36px; border: 0; background: transparent; color: var(--grau); font-size: 1rem; cursor: pointer; }
.aktion__zu:hover { color: var(--kreide); background: var(--flaeche-2); }

.aktion-hinweis { display: inline-block; border-left: 3px solid var(--rot); background: var(--flaeche); padding: 12px 18px; margin: 0 0 26px; }
.aktion-hinweis strong { color: var(--rot); font-weight: 600; }

.kopf__login {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: 0;
  padding: 8px 0;
  color: var(--kreide);
  font: 600 0.82rem var(--text);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}
.kopf__login svg { width: 18px; height: 18px; }
.kopf__login:hover { color: var(--rot); }
.kopf__login--menue { display: none; }

.teaser-reihe { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 3px; }
.teaser-reihe a { display: block; position: relative; text-decoration: none; overflow: hidden; }
.teaser-reihe img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1); }
@media (hover: hover) { .teaser-reihe a:hover img { transform: scale(1.05); } }
.teaser-reihe__name { position: absolute; left: 0; bottom: 0; background: var(--grund); padding: 10px 16px; font-family: var(--plakat); font-size: 1.7rem; text-transform: uppercase; line-height: 1; }
.teaser-reihe a:hover .teaser-reihe__name { color: var(--rot); }
.teaser-reihe .ai-bild__badge { top: 10px; bottom: auto; }

.bereiche { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(20px, 3vw, 40px) 3px; }
.bereich { background: var(--flaeche); scroll-margin-top: calc(var(--kopf-hoehe) + 20px); }
.bereich figure { margin: 0; position: relative; }
.bereich img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.bereich .galerie__knopf { border-radius: 0; }
/* Name auf festem Schwarz statt direkt aufs Foto: Kontrast unabhaengig vom Bild */
.bereich__name { position: absolute; left: 0; bottom: 0; z-index: 2; background: var(--grund); padding: 12px 18px 10px; font-family: var(--plakat); font-size: clamp(1.6rem, 2.6vw, 2.2rem); text-transform: uppercase; line-height: 1; pointer-events: none; }
.bereich .ai-bild__badge { top: 10px; bottom: auto; }
.bereich__text { padding: 22px 24px 26px; }
.bereich__nr { font-family: var(--mono); font-weight: 700; color: var(--rot); font-size: 0.8rem; }
.bereich__text p { color: var(--grau); margin: 8px 0 16px; }
.bereich .schwerpunkte { margin: 0; }
.zahlen--block { background: transparent; border: 1px solid var(--linie); }

/* Lupe (geteilte lightbox.css) im Rotglut-Look */
:root { --lupe-grund: rgba(0, 0, 0, 0.94); --lupe-schrift: var(--kreide); --lupe-akzent: var(--rot); }

@media (max-width: 1180px) {
  .kopf { gap: 22px; }
  .kopf__nav ul { gap: 20px; }
}
@media (max-width: 960px) {
  .kopf > .kopf__login { display: none; }
  .kopf__nav .kopf__login--menue { display: inline-flex; font-size: 0.9rem; }
}
@media (max-width: 900px) {
  .bereiche { grid-template-columns: 1fr; }
  .teaser-reihe { grid-template-columns: 1fr; }
  .teaser-reihe img { aspect-ratio: 16 / 10; }
}
@media (max-width: 640px) {
  .aktion { justify-content: flex-start; font-size: 0.82rem; }
  /* lange Woerter wie TRAININGSFLAECHE passten auf 320 px nicht in die Kachel */
  .zahlen li { padding: 18px 14px; }
  .zahlen__name { letter-spacing: 0.05em; hyphens: manual; }
}

/* ---------- Zugaenglichkeit ---------- */
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 2000; background: var(--rot); color: var(--grund); padding: 12px 20px; font-weight: 600; text-decoration: none; }
.skip-link:focus { left: 0; }
.nur-vorlesen { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--rot); outline-offset: 3px; }
/* Auf roten Flaechen ist Rot als Fokusrahmen unsichtbar */
.knopf:focus-visible, .chip[aria-pressed="true"]:focus-visible, .kopf__cta:focus-visible { outline-color: var(--kreide); }

/* ---------- Schmale Bildschirme ---------- */
@media (max-width: 1100px) {
  .kurs-raster { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .extras, .kontakt-daten { grid-template-columns: 1fr; }
  .kursart { grid-template-columns: 60px minmax(0, 1fr) auto; }
  .kursart p { grid-column: 2 / -1; }
}
@media (max-width: 900px) {
  /* Kursplan: eine Woche passt nicht mehr nebeneinander → Tages-Reiter */
  .plan { grid-template-columns: 1fr; }
  .tag-reiter { display: flex; }
  .plan__tag:not(.ist-gewaehlt) { display: none; }
  /* Drei Eintraege: zweispaltig bliebe einer allein in der zweiten Reihe */
  .coaches, .stimmen, .tarife, .prinzipien { grid-template-columns: 1fr; }
  .coaches, .tarife { max-width: 560px; }
}
@media (max-width: 960px) {
  .kopf__menue { display: inline-flex; }
  .kopf__cta { display: none; }
  .kopf__nav {
    position: fixed;
    inset: 0;
    z-index: 2;
    background: var(--grund);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
    padding: 100px var(--rand) 40px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  }
  .kopf__nav ul { flex-direction: column; gap: 4px; }
  .kopf__nav a { font-family: var(--plakat); font-weight: 400; font-size: clamp(2.8rem, 12vw, 4.4rem); letter-spacing: 0.01em; line-height: 1.05; }
  .kopf__nav a::after { height: 4px; }
  .kopf__nav .kopf__nav-cta { display: inline-flex; font-family: var(--text); font-size: 0.92rem; font-weight: 600; letter-spacing: 0.08em; }
  .kopf__nav .kopf__nav-cta::after { position: static; height: auto; background: none; transform: none; content: "→"; }
  .menue-offen .kopf::before { opacity: 0; }
  .menue-offen .kopf__nav { opacity: 1; visibility: visible; transition: opacity 0.3s ease, visibility 0s; }
  .menue-offen .kopf__marke { position: relative; z-index: 3; }
  .menue-offen .kopf__menue-striche span:first-child { transform: translateY(4px) rotate(45deg); }
  .menue-offen .kopf__menue-striche span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .menue-offen { overflow: hidden; }

  .live, .finder__raster, .probe-raster { grid-template-columns: 1fr; }
  .ergebnis, .erwartung { position: static; }
  .coach-reihe { grid-template-columns: 1fr; }
  .coach-reihe:nth-child(even) .coach-reihe__bild { order: 0; }
  .coach-reihe__bild { max-width: 460px; }
  .fuss__inner { grid-template-columns: 1fr 1fr; }
  .zahlen { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .zahlen li:nth-child(2) { border-right: 0; }
  .zahlen li:nth-child(-n+2) { border-bottom: 1px solid var(--linie); }
  /* Hochformat: Foto oben frei (Gesicht sichtbar), Text darunter auf dem
     abgedeckten Teil. Vorher lag die Ueberschrift ueber dem hellen Gesicht —
     gemessen teils nur 1,0:1. */
  .held { min-height: 0; }
  .held__inhalt { padding-top: max(calc(var(--kopf-hoehe) + 44vh), 380px); }
  .held .held__medien img { object-position: 62% 15%; }
  /* Kleine rote Schrift braucht fast Schwarz - auf dem Foto nicht garantiert */
  .live-marke { background: var(--grund); padding: 7px 12px; }
  .held__schleier { background: linear-gradient(180deg, rgba(10, 10, 10, 0.55) 0%, rgba(10, 10, 10, 0) 10%, rgba(10, 10, 10, 0) 24%, rgba(10, 10, 10, 0.93) 37%, rgba(10, 10, 10, 0.98) 50%); }
}
@media (max-width: 640px) {
  .kurs-raster { grid-template-columns: 1fr; }
  .angebote { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .felder { grid-template-columns: 1fr; }
  .fuss__inner { grid-template-columns: 1fr; }
  .kursart { grid-template-columns: 1fr; gap: 8px; }
  .kursart p { grid-column: auto; }
  .kursart__daten { text-align: left; }
  .buchung__fuss .knopf { width: 100%; justify-content: center; }
  .laufzeit { display: flex; }
  .laufzeit .wahl { flex: 1; }
  .laufzeit .wahl__karte { padding: 12px 10px; text-align: center; }
  .kurve__balken { height: 150px; gap: 2px; }
  .kurve__achse { font-size: 0.62rem; }
  .vergleich th, .vergleich td { padding: 12px 8px; font-size: 0.9rem; }
  .vergleich thead th { font-size: 1.1rem; }
}

/* ---------- Weniger 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; }
  .live-punkt { animation: none; }
  .laufband__spur { transform: none !important; }
}
.erwartung__titel { font-size: clamp(2.2rem, 4vw, 3.2rem); margin-top: 28px; }

/* Pflichtseiten der Betreiberin — liegen eine Ebene ueber den Demos */
.fuss .rechtliches a { color: inherit; text-decoration: underline; text-underline-offset: 3px; display: inline-block; padding: 3px 0; }
