/* ==========================================================================
   padel-rheine.de · "Padel Vollgas" Design-DNA
   Quelle: Claude-Design-Export "Padel Rheine – Richtungen" (Screens 2a, 2b, 3a, 3b)
   Einzige Datenquelle für Inhalte: data/venues.json — dieses Stylesheet
   enthält ausschließlich Gestaltung, keine Inhalte.
   ========================================================================== */

/* ---- Fonts (self-hosted, DSGVO) ---- */
@font-face {
  font-family: "Anton";
  src: url("../fonts/anton-latin-400-normal.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Anton";
  src: url("../fonts/anton-latin-ext-400-normal.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0;
}
@font-face { font-family:"Archivo"; src:url("../fonts/archivo-latin-400-normal.woff2") format("woff2"); font-weight:400; font-style:normal; font-display:swap; }
@font-face { font-family:"Archivo"; src:url("../fonts/archivo-latin-500-normal.woff2") format("woff2"); font-weight:500; font-style:normal; font-display:swap; }
@font-face { font-family:"Archivo"; src:url("../fonts/archivo-latin-600-normal.woff2") format("woff2"); font-weight:600; font-style:normal; font-display:swap; }
@font-face { font-family:"Archivo"; src:url("../fonts/archivo-latin-700-normal.woff2") format("woff2"); font-weight:700; font-style:normal; font-display:swap; }
@font-face { font-family:"Archivo"; src:url("../fonts/archivo-latin-800-normal.woff2") format("woff2"); font-weight:800; font-style:normal; font-display:swap; }

/* ---- Design-Tokens ---- */
:root {
  --orange: #ff5500;        /* Signal / CTA */
  --orange-soft: #ffe0d0;   /* helle Schrift auf Orange */
  --dark: #1a1613;          /* Fast-Schwarz (Bänder, Headlines) */
  --dark-soft: #3a352f;     /* Fließtext dunkel */
  --sand: #f4ede1;          /* Seitenhintergrund */
  --sand-deep: #e6dccb;     /* Platzhalter-Flächen */
  --line-strong: #1a1613;   /* kräftige Trennlinien (Listen) */
  --line-soft: #ddd4c6;     /* ruhige Trennlinien (Datenzeilen) */
  --muted: #6b645b;         /* gedämpfter Text */
  --muted-2: #8a837a;
  --muted-3: #a49d94;
  --paper: #ffffff;
  --on-dark-muted: #8f887e;
  --on-dark-soft: #c9c0b2;
  --font-display: "Anton", "Arial Narrow", sans-serif;
  --font-body: "Archivo", Arial, sans-serif;
}

/* ---- Basis ---- */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--sand);
  color: var(--dark);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

/* Mobile-first: Inhaltsspalte. Desktop-Layout folgt in Roadmap-Schritt 5. */
.shell { max-width: 560px; margin: 0 auto; min-height: 100vh; background: var(--sand); }

/* ---- Header / Navigation ---- */
.site-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 20px 12px;
}
.logo { font-family: var(--font-display); font-size: 21px; color: var(--dark); letter-spacing: .01em; }
.logo em { font-style: normal; color: var(--orange); }
.nav-toggle { background: none; border: 0; padding: 6px 0; cursor: pointer; width: 34px; }
.nav-toggle span { display: block; height: 2.5px; background: var(--dark); margin: 5px 0; }
.site-nav { display: none; background: var(--dark); padding: 8px 0 14px; }
.site-nav.open { display: block; }
.site-nav a {
  display: block; padding: 12px 22px; color: #fff;
  font-weight: 800; font-size: 14px; text-transform: uppercase; letter-spacing: .05em;
  border-bottom: 1px solid #332d26;
}
.site-nav a:last-child { border-bottom: 0; }
.site-nav a.active { color: var(--orange); }

/* Zurück-Zeile */
.backlink {
  display: flex; align-items: center; gap: 8px;
  padding: 4px 20px 10px;
  font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em;
  color: var(--dark);
}
.backlink .arrow { font-size: 16px; }

/* ---- Titelbänder ---- */
.band { padding: 24px 20px 22px; position: relative; overflow: hidden; }
.band--dark { background: var(--dark); }
.band--orange { background: var(--orange); }
.band .ring {
  position: absolute; width: 140px; height: 140px; border-radius: 50%;
  border: 12px solid rgba(255,255,255,.15); pointer-events: none;
}
.band .ring--tr { top: -30px; right: -30px; }
.band .ring--br { bottom: -40px; right: -30px; }
.kicker {
  font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase;
}
.band--dark .kicker { color: var(--orange); }
.band--orange .kicker { color: var(--orange-soft); }
.display {
  font-family: var(--font-display); text-transform: uppercase; margin: 8px 0 0;
  font-size: 44px; line-height: .9; font-weight: 400;
}
.band--dark .display { color: #fff; }
.band--orange .display { color: #fff; }
.display .accent { color: var(--orange); }
.band .sub { font-size: 14px; font-weight: 700; margin-top: 12px; }
.band--orange .sub { color: var(--orange-soft); }
.band--dark .sub { color: var(--on-dark-soft); font-weight: 600; line-height: 1.5; }
.band .lead { font-size: 14px; font-weight: 600; color: #fff; line-height: 1.5; margin: 14px 0 0; max-width: 300px; }

/* Kennzahlen im Titelband (Werte werden aus venues.json berechnet) */
.band-stats { display: flex; gap: 16px; margin-top: 16px; font-family: var(--font-display); }
.band-stats .stat { color: #fff; font-size: 22px; }
.band-stats .stat:first-child { color: var(--orange); }
.band-stats .stat small {
  font-family: var(--font-body); font-size: 11px; font-weight: 700;
  color: var(--on-dark-muted); letter-spacing: .1em; margin-left: 4px;
}

/* Typ-Badge (Indoor/Outdoor) */
.type-badge {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--dark); padding: 5px 10px; margin-bottom: 12px;
}
.type-badge .dot { width: 9px; height: 9px; background: #fff; display: inline-block; }
.type-badge .dot--round { border-radius: 50%; }
.type-badge span {
  font-size: 10px; font-weight: 800; color: #fff; text-transform: uppercase; letter-spacing: .1em;
}

/* ---- Filter + Legende (Liste) ---- */
/* Abstand nach oben (16 px mobil, 24 px Desktop) hält die Pill-Reihe von der
   Unterkante des Titelbands weg — 8-px-Raster. */
.filterbar {
  position: sticky; top: 0; background: var(--sand); z-index: 4;
  padding: 16px 0 10px; box-shadow: 0 6px 10px -8px rgba(0,0,0,.2);
}
.filterbar .pills {
  display: flex; gap: 8px; overflow-x: auto; padding: 0 20px 2px;
  scrollbar-width: none; -webkit-overflow-scrolling: touch;
}
.filterbar .pills::-webkit-scrollbar { display: none; }
.fpill {
  flex: 0 0 auto; background: var(--paper); color: var(--dark); border: 2px solid var(--dark);
  font-family: var(--font-body); font-size: 12px; font-weight: 800; padding: 9px 15px;
  text-transform: uppercase; letter-spacing: .03em; white-space: nowrap; cursor: pointer;
  min-height: 44px;
}
.fpill[aria-pressed="true"] { background: var(--orange); color: #fff; border-color: var(--orange); }
.legend {
  display: flex; gap: 14px; padding: 12px 20px 0; overflow-x: auto;
  font-size: 10.5px; font-weight: 700; color: var(--muted);
  text-transform: uppercase; letter-spacing: .04em; scrollbar-width: none;
}
.legend::-webkit-scrollbar { display: none; }
.legend span { display: flex; align-items: center; gap: 5px; white-space: nowrap; }
.legend .legend-hint { color: var(--muted-3); }
/* Marker-Codierung: Form = bestehend (Kreis) oder geplant (Rechteck-Umriss),
   Farbe = Platzart (Tinte = Indoor, Orange = Outdoor, halb/halb = beides). */
.marker { width: 11px; height: 11px; flex: 0 0 auto; display: inline-block; }
.marker--indoor { background: var(--dark); border-radius: 50%; }
.marker--outdoor { background: var(--orange); border-radius: 50%; }
.marker--mixed { border-radius: 50%; background: linear-gradient(90deg, var(--orange) 50%, var(--dark) 50%); }
.marker--planned { border-radius: 0; border: 2px solid var(--dark); background: transparent; }

/* ---- Standort-Liste ---- */
.group-label {
  padding: 18px 20px 8px; font-family: var(--font-display);
  font-size: 14px; letter-spacing: .06em; text-transform: uppercase; color: var(--dark);
}
.group-label .count { color: var(--muted-3); }
.venue-list { padding: 0 20px; }
.venue-row {
  border-top: 1.5px solid var(--line-strong);
  padding: 14px 0; display: flex; gap: 13px; align-items: center; color: var(--dark);
}
.venue-list .venue-row:last-child, .venue-row--last { border-bottom: 1.5px solid var(--line-strong); }
.venue-row .idx { font-family: var(--font-display); font-size: 15px; color: var(--on-dark-soft); width: 22px; flex: 0 0 auto; }
.venue-row .info { flex: 1; min-width: 0; }
.venue-row .name { font-size: 15px; font-weight: 800; line-height: 1.15; }
.venue-row .meta { font-size: 12px; color: var(--muted); font-weight: 600; margin-top: 2px; }
.venue-row .go { font-size: 16px; color: var(--on-dark-soft); flex: 0 0 auto; }
.flag {
  background: var(--orange); color: #fff; font-size: 9px; font-weight: 800;
  padding: 3px 6px; text-transform: uppercase; flex: 0 0 auto;
}
.venue-row--planned .name { color: var(--muted); }
.result-note { padding: 14px 20px 0; font-size: 12.5px; font-weight: 700; color: var(--muted-2); display: none; }

/* ---- Porträt: Buchungs-CTA ---- */
.booking-cta {
  background: var(--dark); padding: 16px 20px;
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
}
.booking-cta .label {
  font-size: 11px; font-weight: 700; color: var(--on-dark-muted);
  text-transform: uppercase; letter-spacing: .08em;
}
.booking-cta .system {
  font-family: var(--font-display); font-size: 22px; color: #fff;
  text-transform: uppercase; line-height: 1; margin-top: 2px;
}
.btn {
  display: inline-block; background: var(--orange); color: #fff;
  font-family: var(--font-display); font-size: 15px; padding: 12px 18px;
  text-transform: uppercase; letter-spacing: .02em; border: 0; cursor: pointer;
}
.btn--big { font-size: 16px; padding: 13px 24px; }

/* ---- Porträt: Karte ---- */
.mini-map { padding: 20px 20px 0; }
.mini-map .frame {
  border: 3px solid var(--dark); height: 150px; position: relative; overflow: hidden;
  background-color: var(--sand-deep);
  background-image:
    linear-gradient(90deg, rgba(26,22,19,.08) 2px, transparent 2px),
    linear-gradient(0deg, rgba(26,22,19,.08) 2px, transparent 2px);
  background-size: 36px 36px;
}
.mini-map .pin {
  position: absolute; top: 50%; left: 50%; width: 26px; height: 26px;
  background: var(--orange); border: 4px solid var(--dark);
  border-radius: 50% 50% 50% 0; transform: translate(-50%, -100%) rotate(45deg);
}
.mini-map .addr {
  position: absolute; bottom: 10px; left: 12px;
  background: var(--dark); color: #fff; font-size: 11px; font-weight: 700; padding: 5px 9px;
}
.map-placeholder-note {
  padding: 8px 20px 0; font-size: 11px; color: var(--muted-3); font-weight: 600; font-style: italic;
}

/* ---- Sektionen & Datenzeilen ---- */
.section { padding: 22px 20px 0; }
.section-title {
  font-family: var(--font-display); font-size: 22px; color: var(--dark);
  text-transform: uppercase; margin: 0 0 12px;
}
.data-rows { display: flex; flex-direction: column; }
.data-row { display: flex; gap: 14px; padding: 13px 0; border-top: 1.5px solid var(--line-soft); }
.data-row:last-child { border-bottom: 1.5px solid var(--line-soft); }
/* Feste Breite ersetzt durch Mindestbreite: kurze Label bleiben in Flucht,
   lange (z. B. "Geschäftsführer") laufen nicht mehr in den Wert. */
.data-row .key {
  font-size: 11px; font-weight: 800; color: var(--muted-3);
  text-transform: uppercase; letter-spacing: .05em;
  min-width: 90px; padding-right: 10px; flex: 0 0 auto; padding-top: 2px;
}
/* Breitere Beschriftungsspalte, wo lange Label vorkommen (Impressum) */
.data-rows--wide .key { min-width: 140px; }
.data-row .val { flex: 1; font-size: 14px; font-weight: 600; color: var(--dark); line-height: 1.4; overflow-wrap: anywhere; }
.data-row .val a { color: var(--orange); }

/* Court-Block */
.court-block { background: var(--dark); padding: 18px 18px 16px; }
.court-block .big { font-family: var(--font-display); font-size: 32px; color: var(--orange); line-height: .9; }
.court-block .big span { color: #fff; font-size: 22px; }
.court-block .note { font-size: 13px; font-weight: 600; color: var(--on-dark-soft); margin-top: 8px; }

/* Feature-Liste */
/* Anfängerfehler: getrennte Zeilen wie .feature-rows, nur zweizeilig —
   oben der Fehler, darunter, was stattdessen zu tun ist. */
.mistakes { display: flex; flex-direction: column; margin: 0 0 22px; }
.mistake { padding: 12px 0; border-top: 1.5px solid var(--line-soft); }
.mistake:last-child { border-bottom: 1.5px solid var(--line-soft); }
.m-fehler { font-size: 14px; font-weight: 800; color: var(--dark); line-height: 1.35; }
.m-fehler::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  background: var(--orange); margin-right: 10px; vertical-align: middle;
}
.m-besser { font-size: 14px; line-height: 1.55; color: var(--dark-soft); margin-top: 4px; padding-left: 18px; }

/* Kurze Einordnung unter einer Abschnittsüberschrift (Wissen-Übersicht) */
.group-intro { font-size: 13.5px; line-height: 1.5; color: var(--muted); font-weight: 600; margin: -4px 0 14px; max-width: 620px; }

.feature-rows { display: flex; flex-direction: column; }
.feature-row { display: flex; align-items: center; gap: 12px; padding: 11px 0; border-top: 1.5px solid var(--line-soft); }
.feature-row:last-child { border-bottom: 1.5px solid var(--line-soft); }
.feature-row .tick { width: 8px; height: 8px; background: var(--orange); flex: 0 0 auto; }
.feature-row span:last-child { font-size: 14px; font-weight: 600; color: var(--dark); }

/* Melden-Link */
.report-link { padding: 20px 20px 0; }
.report-link a {
  font-size: 12.5px; font-weight: 700; color: var(--muted-2);
  text-decoration: underline; text-decoration-color: var(--on-dark-soft);
}

/* ---- Karten-Teaser / Kapitel-Karten ---- */
.cardlist { display: flex; flex-direction: column; gap: 12px; }
.card {
  background: var(--paper); padding: 16px; display: flex; gap: 14px; align-items: center; color: var(--dark);
}
.card .no { font-family: var(--font-display); font-size: 26px; color: var(--orange); width: 34px; flex: 0 0 auto; }
.card .body { flex: 1; }
.card .t { font-size: 15px; font-weight: 800; }
.card .d { font-size: 12.5px; color: var(--muted); font-weight: 600; margin-top: 2px; }
.card .go { color: var(--on-dark-soft); }

/* Fakten-Leiste */
.facts { background: var(--dark); padding: 16px 20px; display: flex; justify-content: space-between; text-align: center; }
.facts .sep { width: 1px; background: #332d26; }
.facts .v { font-family: var(--font-display); font-size: 26px; color: #fff; line-height: 1; }
.facts div:nth-child(odd) .v { color: var(--orange); }
.facts .k {
  font-size: 9px; font-weight: 700; letter-spacing: .08em; color: var(--on-dark-muted);
  text-transform: uppercase; margin-top: 3px;
}

/* ---- Artikel (News) ---- */
.article-head { background: var(--dark); padding: 22px 20px 24px; }
.article-head .tags { display: flex; gap: 8px; align-items: center; margin-bottom: 14px; }
.article-head .cat {
  background: var(--orange); color: #fff; font-size: 10px; font-weight: 800;
  padding: 4px 9px; text-transform: uppercase; letter-spacing: .08em;
}
.article-head .date {
  font-size: 11px; font-weight: 700; color: var(--on-dark-muted);
  text-transform: uppercase; letter-spacing: .06em;
}
.article-head h1 {
  font-family: var(--font-display); font-size: 38px; line-height: .94; color: #fff;
  margin: 0; text-transform: uppercase; font-weight: 400;
}
.article-head .teaser { font-size: 14px; font-weight: 600; color: var(--on-dark-soft); line-height: 1.5; margin: 16px 0 0; }
.article-media {
  height: 200px; background-color: var(--sand-deep);
  background-image: repeating-linear-gradient(45deg, #dcd2c0 0 14px, #e6dccb 14px 28px);
  display: flex; align-items: center; justify-content: center; position: relative;
}
.article-media .ph { font-family: monospace; font-size: 11px; color: var(--muted-3); }
.article-body { padding: 24px 22px 0; }
.article-body p { font-size: 16px; line-height: 1.6; color: var(--dark-soft); margin: 0 0 22px; }
.article-body p.opener { color: var(--dark); margin-bottom: 16px; }
.article-body h2 {
  font-family: var(--font-display); font-size: 22px; color: var(--dark);
  text-transform: uppercase; margin: 0 0 12px; font-weight: 400;
}
/* Dritte Ebene: bewusst leiser als H2 — Archivo statt Anton, Versalien in
   Textgröße. Der Abstand nach oben kommt aus dem 22-px-Rand des Absatzes
   davor, nach unten stehen 8 px, damit Überschrift und Absatz zusammengehören. */
.article-body h3 {
  font-family: var(--font-body); font-size: 13px; font-weight: 800; color: var(--dark);
  text-transform: uppercase; letter-spacing: .08em; margin: 0 0 8px;
}
.dropcap {
  font-family: var(--font-display); font-size: 40px; float: left; line-height: .8;
  margin: 4px 10px 0 0; color: var(--orange);
}
.pullquote { border-left: 5px solid var(--orange); padding: 6px 0 6px 18px; margin: 0 0 22px; }
.pullquote .q { font-family: var(--font-display); font-size: 24px; line-height: 1.05; color: var(--dark); text-transform: uppercase; }
.pullquote .src {
  font-size: 12px; font-weight: 700; color: var(--muted-2); margin-top: 10px;
  text-transform: uppercase; letter-spacing: .05em;
}
.source-note { font-size: 12px; color: var(--muted-2); font-weight: 600; }

/* Verwandte Artikel / Zeilen-Teaser */
.teaser-rows { }
.teaser-row {
  border-top: 1.5px solid var(--line-strong); padding: 13px 0;
  display: flex; gap: 12px; align-items: center; color: var(--dark);
}
.teaser-row:last-child { border-bottom: 1.5px solid var(--line-strong); }
/* Feste Breite ersetzt durch Mindestbreite: kurze Label bleiben in Flucht,
   lange (z. B. "Schlagarten") laufen nicht mehr in den Titel. */
.teaser-row .cat { font-size: 11px; font-weight: 800; color: var(--orange); text-transform: uppercase; min-width: 70px; padding-right: 12px; flex: 0 0 auto; }
.teaser-row .t { flex: 1; font-size: 14px; font-weight: 700; line-height: 1.2; }
.teaser-row .go { color: var(--on-dark-soft); }

/* ---- FAQ ---- */
.faq { }
.faq details { border-top: 1.5px solid var(--line-strong); }
.faq details:last-child { border-bottom: 1.5px solid var(--line-strong); }
.faq summary {
  padding: 14px 0; display: flex; align-items: center; justify-content: space-between; gap: 12px;
  font-size: 15px; font-weight: 700; color: var(--dark); cursor: pointer; list-style: none;
  min-height: 44px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--font-display); font-size: 20px; color: var(--orange); }
.faq details[open] summary::after { content: "–"; }
.faq .a { font-size: 14px; line-height: 1.55; color: var(--dark-soft); margin: 0; padding: 0 0 16px; }

/* ---- CTA-Block ---- */
.cta-block { background: var(--dark); padding: 22px; text-align: center; }
.cta-block .h { font-family: var(--font-display); font-size: 24px; color: #fff; text-transform: uppercase; line-height: .95; }
.cta-block .d { font-size: 13px; font-weight: 600; color: var(--on-dark-soft); margin: 8px 0 16px; }

/* Newsletter */
.newsletter { background: var(--orange); padding: 22px; }
.newsletter .h { font-family: var(--font-display); font-size: 22px; color: #fff; text-transform: uppercase; line-height: .95; }
.newsletter form { display: flex; margin-top: 14px; background: #fff; border: 3px solid var(--dark); }
.newsletter input[type="email"] {
  flex: 1; min-width: 0; border: 0; padding: 11px 13px; font-size: 13px;
  font-family: var(--font-body); font-weight: 600; color: var(--dark); background: transparent;
}
.newsletter input::placeholder { color: var(--muted-2); }
.newsletter button {
  background: var(--dark); color: #fff; border: 0; padding: 11px 15px;
  font-size: 13px; font-weight: 800; text-transform: uppercase; font-family: var(--font-body); cursor: pointer;
}
.newsletter .hint { font-size: 11px; font-weight: 600; color: var(--orange-soft); margin-top: 10px; }

/* ---- Footer ---- */
.site-footer { background: var(--dark); margin-top: 34px; padding: 26px 20px 30px; }
.site-footer .logo { color: #fff; font-size: 18px; }
.site-footer nav { margin-top: 16px; display: flex; flex-direction: column; }
.site-footer nav a {
  color: var(--on-dark-soft); font-size: 13px; font-weight: 600; padding: 8px 0;
  border-top: 1px solid #332d26;
}
.site-footer .fine { font-size: 11px; color: var(--on-dark-muted); margin-top: 16px; }

/* ---- Hilfsklassen ---- */
.gap-bottom { padding-bottom: 34px; }
.hidden { display: none !important; }

/* ---- Filter: Wisch-Hinweis am rechten Rand ---- */
.pills-wrap { position: relative; }
.pills-wrap::after {
  content: ""; position: absolute; top: 0; right: 0; bottom: 2px; width: 44px;
  background: linear-gradient(90deg, rgba(244,237,225,0), var(--sand) 85%);
  pointer-events: none;
}

/* ---- Legende außerhalb der Filterleiste (Startseite) ---- */
.legend--free { padding: 12px 20px 0; }

/* ---- Über mich: Timeline, Bilder, Presse ---- */
.figure { margin: 0; }
.figure img { width: 100%; height: auto; border: 3px solid var(--dark); }
.figure figcaption { font-size: 12px; color: var(--muted); font-weight: 600; margin-top: 7px; line-height: 1.45; }
.figure figcaption a { color: var(--orange); text-decoration: underline; text-decoration-color: var(--orange-soft); }
.figure + .figure { margin-top: 14px; }
.tl { display: flex; flex-direction: column; }
.tl-item { border-top: 1.5px solid var(--line-strong); padding: 16px 0 22px; }
.tl-item:last-child { border-bottom: 1.5px solid var(--line-strong); }
.tl-year { font-family: var(--font-display); font-size: 26px; color: var(--orange); line-height: 1; }
.tl-title { font-size: 15px; font-weight: 800; color: var(--dark); margin-top: 6px; }
.tl-text { font-size: 14px; color: var(--dark-soft); line-height: 1.55; margin: 6px 0 0; }
.tl-item .figure { margin-top: 12px; }
/* Presse-Zitat, Ausblick und Übungstipp teilen sich die Form:
   Papierfläche mit orangem Balken */
.press, .outlook, .drill { background: var(--paper); border-left: 5px solid var(--orange); padding: 16px; }
.outlook .tag, .drill .tag {
  font-size: 10px; font-weight: 800; color: var(--orange);
  text-transform: uppercase; letter-spacing: .1em;
}
.outlook p, .drill p { font-size: 14px; line-height: 1.55; color: var(--dark-soft); margin: 6px 0 0; }
.outlook .source { font-size: 12px; color: var(--muted-2); font-weight: 600; margin-top: 10px; }
.article-body .drill { margin: 0 0 22px; }
.press .t { font-size: 15px; font-weight: 800; color: var(--dark); }
.press .m { font-size: 12px; color: var(--muted); font-weight: 700; text-transform: uppercase; letter-spacing: .05em; margin-top: 4px; }
.press .l { margin-top: 10px; font-size: 13px; }
.press .l a { color: var(--orange); font-weight: 700; text-decoration: underline; text-decoration-color: var(--orange-soft); }
.beleg { font-size: 12.5px; color: var(--muted-2); font-weight: 600; margin-top: 10px; }
.beleg a { color: var(--orange); text-decoration: underline; text-decoration-color: var(--orange-soft); }

/* ---- Google Maps (Schritt 4) ---- */
.map-wrap { padding: 0 20px; }
/* 16 px Abstand zur Unterkante des Titelbands (Desktop 24 px, 8-px-Raster) */
.map-pills { display: flex; gap: 8px; overflow-x: auto; padding: 16px 0 12px; scrollbar-width: none; }
.map-pills::-webkit-scrollbar { display: none; }
.map-empty { padding: 8px 0 0; font-size: 12.5px; color: var(--muted-2); font-weight: 600; margin: 0; }
.map-canvas { height: 340px; border: 3px solid var(--dark); background: var(--sand-deep); }
.map-canvas--small { height: 200px; }
.map-wrap--venue { padding-top: 20px; }
/* Standortliste: die Karte hat keine eigenen Pills, den Abstand zur Filterleiste
   trägt hier der Kartenblock selbst (Desktop 24 px, 8-px-Raster). */
.map-wrap--list { padding-top: 16px; }
.map-note { padding: 8px 20px 0; font-size: 12.5px; color: var(--muted-2); font-weight: 600; margin: 0; }
.map-wrap .map-note, .map-wrap--venue .map-note { padding-left: 0; padding-right: 0; }
/* Google-Info-Fenster ans Design angleichen */
.gm-style .gm-style-iw-c { border-radius: 0; box-shadow: 0 10px 30px rgba(0,0,0,.25); }

/* ==========================================================================
   Desktop-Ausbau (Roadmap Schritt 5) — Mobile bleibt unverändert
   ========================================================================== */
@media (min-width: 900px) {
  .shell { max-width: 1100px; }

  /* Navigation: horizontal statt Burger, "Über mich" bewusst nur im Footer */
  .site-header { padding: 20px 40px 10px; }
  .logo { font-size: 26px; }
  .nav-toggle { display: none; }
  .site-nav {
    display: flex !important; background: transparent; padding: 0 40px 14px;
    gap: 22px; border-bottom: 2px solid var(--line-strong);
  }
  .site-nav a {
    display: inline-block; padding: 6px 0; color: var(--dark);
    border-bottom: 3px solid transparent; font-size: 13px;
  }
  .site-nav a.active { color: var(--orange); border-bottom-color: var(--orange); }
  .site-nav a:hover { color: var(--orange); }

  /* Bänder & Typo großzügiger */
  .band { padding: 44px 40px 40px; }
  .display { font-size: 64px; }
  .band-stats .stat { font-size: 28px; }
  .band .lead { max-width: 460px; font-size: 15px; }
  .band--dark .sub, .band--orange .sub { max-width: 560px; }
  .backlink { padding: 10px 40px 10px; }

  /* Sektionen und Karten */
  .section, .venue-list, .map-wrap, .report-link, .group-label, .legend--free, .map-note { padding-left: 40px; padding-right: 40px; }
  .map-wrap--venue .map-note, .map-wrap .map-note, .pcol .section, .pcol .report-link { padding-left: 0; padding-right: 0; }
  .map-canvas { height: 460px; }
  .filterbar .pills, .legend { padding-left: 40px; padding-right: 40px; }
  .filterbar { padding-top: 24px; }
  .map-pills { padding-top: 24px; }
  .map-wrap--list { padding-top: 24px; }

  /* Standort-Liste zweispaltig */
  .venue-list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 48px; }
  .venue-list .venue-row:last-child { border-bottom: none; }
  .venue-list .venue-row:nth-last-child(-n+2) { border-bottom: 1.5px solid var(--line-strong); }

  /* Porträt: Karte links, Infos rechts */
  .pcols { display: grid; grid-template-columns: 5fr 6fr; column-gap: 48px; padding: 0 40px; align-items: start; }
  .pcol--map { position: sticky; top: 24px; }
  .pcol .map-wrap, .pcol .booking-cta { margin-left: 0; }
  .pcol .map-wrap { padding: 20px 0 0; }
  .pcol--map .booking-cta { margin-top: 0; }
  .map-canvas--small { height: 380px; }

  /* Karten-Teaser / FAQ / Artikel: Lesebreite begrenzen */
  .article-body { max-width: 760px; }
  .article-head { padding: 44px 40px 40px; }
  .article-head h1 { font-size: 54px; }
  .faq, .cardlist { max-width: 760px; }
  .tl { max-width: 820px; }
  .figure { max-width: 640px; }
  .facts { padding: 20px 40px; }
  .facts .v { font-size: 32px; }

  /* Footer horizontal */
  .site-footer { padding: 30px 40px 36px; }
  .site-footer nav { flex-direction: row; flex-wrap: wrap; gap: 0 26px; }
  .site-footer nav a { border-top: none; padding: 10px 0 0; }

  .newsletter form { max-width: 520px; }
}

/* ---- Formulare (Schritt 7) ---- */
.report-form { max-width: 620px; }
.form-field { margin-bottom: 18px; }
.form-field label {
  display: block; font-size: 12px; font-weight: 800; text-transform: uppercase;
  letter-spacing: .05em; color: var(--muted); margin-bottom: 7px;
}
.form-field input, .form-field select, .form-field textarea {
  width: 100%; background: var(--paper); border: 2px solid var(--dark);
  font-family: var(--font-body); font-size: 15px; font-weight: 600; color: var(--dark);
  padding: 12px 13px; border-radius: 0; -webkit-appearance: none; appearance: none;
}
.form-field select {
  background-image: linear-gradient(45deg, transparent 50%, var(--dark) 50%), linear-gradient(135deg, var(--dark) 50%, transparent 50%);
  background-position: calc(100% - 20px) 50%, calc(100% - 14px) 50%;
  background-size: 6px 6px; background-repeat: no-repeat; padding-right: 38px;
}
.form-field textarea { resize: vertical; min-height: 120px; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  outline: 3px solid var(--orange); outline-offset: 0; border-color: var(--dark);
}
.form-field input::placeholder, .form-field textarea::placeholder { color: var(--muted-2); font-weight: 500; }


/* ========================================================================
   Turniere (Schritt 8) — ergänzt die bestehenden Klassen (venue-row, fpill,
   band--dark, filterbar). Nur Turnier-spezifische Bausteine.
   ======================================================================== */

.t-orange { color: #ff5500; font-style: normal; }

#turnier-map { height: 440px; background: #e6dfd0; border-top: 1px solid #3a352f; }
.turnier-map { height: 300px; background: #e6dfd0; margin-top: 28px; border: 2px solid #1a1613; }
@media (max-width: 700px) { #turnier-map { height: 340px; } .turnier-map { height: 240px; } }

.t-row { align-items: center; }
.t-date { flex: 0 0 62px; font-weight: 800; font-size: 14px; color: #ff5500; line-height: 1.15; }
.t-date small { display: block; font-size: 10px; font-weight: 700; letter-spacing: .14em; color: #8f887e; }
.t-km { flex: 0 0 auto; text-align: right; font-family: Anton, Impact, sans-serif; font-size: 17px; color: #1a1613; line-height: 1; }
.t-km small { display: block; font-family: Archivo, Arial, sans-serif; font-size: 9px; font-weight: 700; letter-spacing: .12em; color: #8f887e; }
.t-cats { display: inline-flex; gap: 12px; margin-left: 12px; }
.t-cat { display: inline-flex; align-items: center; gap: 6px; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: #6b645b; }
.t-cat .sq { width: 8px; height: 8px; background: #1a1613; flex: 0 0 auto; }
.t-cat--lvl .sq { background: #ff5500; border-radius: 50%; }
@media (max-width: 700px) { .t-cats { display: flex; margin: 4px 0 0; } }

.t-month { font-family: Anton, Impact, sans-serif; font-weight: 400; text-transform: uppercase; font-size: 16px; letter-spacing: .14em; color: #ff5500; display: flex; align-items: center; gap: 16px; margin: 34px 0 4px; }
.t-month::before, .t-month::after { content: ""; flex: 1; height: 1px; background: #c9c0b2; }

.t-filterbar { align-items: center; }
.t-count { font-weight: 800; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: #6b645b; white-space: nowrap; }
.t-count b { color: #ff5500; font-size: 14px; }
.t-more-btn { margin-left: auto; background: none; border: none; cursor: pointer; font-family: Archivo, Arial, sans-serif; font-weight: 800; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: #1a1613; min-height: 44px; }
.t-more-btn span { color: #ff5500; font-size: 15px; }
.t-more-btn:hover { color: #ff5500; }
.t-more { display: none; padding: 4px 24px 18px; border-bottom: 2px solid #1a1613; }
.t-more.open { display: flex; gap: 36px; flex-wrap: wrap; }
.t-group .t-glabel { font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #8f887e; margin-bottom: 8px; }
.t-chips { display: flex; gap: 8px; flex-wrap: wrap; }
.t-reset { align-self: flex-end; background: none; border: none; cursor: pointer; font-family: Archivo, Arial, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #6b645b; text-decoration: underline; min-height: 40px; }
.t-reset:hover { color: #ff5500; }
@media (max-width: 700px) { .t-more { padding: 4px 16px 16px; } }

.t-empty { border: 2px solid #1a1613; padding: 24px; margin-top: 26px; text-align: center; font-weight: 600; }
.t-empty b { font-family: Anton, Impact, sans-serif; font-weight: 400; text-transform: uppercase; display: block; font-size: 19px; margin-bottom: 4px; }

.band--detail .display { font-size: 40px; line-height: 1; }
@media (max-width: 700px) { .band--detail .display { font-size: 28px; } }
.backlink--band { color: #c9c0b2; display: inline-flex; margin-bottom: 12px; }
.backlink--band:hover { color: #ff5500; }
.t-detail-title { max-width: 860px; }

.t-facts { display: grid; grid-template-columns: repeat(3, 1fr); border: 2px solid #1a1613; }
@media (max-width: 900px) { .t-facts { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .t-facts { grid-template-columns: 1fr; } }
.t-fact { padding: 16px 18px; border-right: 1px solid #c9c0b2; border-bottom: 1px solid #c9c0b2; }
.t-fact .fk { font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #8f887e; margin-bottom: 5px; }
.t-fact .fv { font-family: Anton, Impact, sans-serif; text-transform: uppercase; font-size: 17px; line-height: 1.15; color: #1a1613; }
.t-fact .fv small { display: block; font-family: Archivo, Arial, sans-serif; text-transform: none; font-size: 12px; font-weight: 500; color: #6b645b; margin-top: 4px; letter-spacing: 0; }

.t-expl { border-left: 4px solid #ff5500; padding: 4px 0 4px 16px; font-size: 14px; color: #6b645b; margin: 22px 0 26px; max-width: 680px; }
.t-cta-row { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.t-cta { display: inline-flex; align-items: center; gap: 10px; min-height: 50px; background: #ff5500; color: #1a1613; font-weight: 900; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; padding: 13px 26px; text-decoration: none; }
.t-cta:hover { background: #ff6a1f; }
.t-cta-note { font-size: 13px; color: #6b645b; max-width: 380px; }

.t-quelle { max-width: 1100px; margin: 0 auto; padding: 18px 24px 8px; font-size: 12px; color: #8f887e; }

/* ==========================================================================
   Consent (Teil A2) — eigene Lösung im Vollgas-CD, keine fremde Optik.
   Zustimmen und Ablehnen sind auf der ersten Ebene gleichwertig.
   ========================================================================== */
.consent {
  position: fixed; inset: auto 0 0 0; z-index: 60;
  background: var(--dark); border-top: 4px solid var(--orange);
  padding: 20px; box-shadow: 0 -12px 32px rgba(0,0,0,.28);
}
.consent[hidden] { display: none; }
.consent-box { max-width: 1100px; margin: 0 auto; }
.c-h {
  font-family: var(--font-display); text-transform: uppercase; color: #fff;
  font-size: 24px; line-height: 1; margin: 0 0 8px; font-weight: 400;
}
.c-text { font-size: 13.5px; line-height: 1.5; color: var(--on-dark-soft); font-weight: 600; margin: 0; max-width: 720px; }
.c-cats { margin-top: 16px; display: grid; gap: 12px; }
.c-cats[hidden] { display: none; }
.c-cat { border-top: 1px solid #3a352f; padding-top: 10px; }
.c-cat label { display: flex; align-items: center; gap: 10px; cursor: pointer; }
.c-cat input { width: 18px; height: 18px; accent-color: var(--orange); flex: 0 0 auto; }
.c-cat input:disabled { cursor: not-allowed; }
.c-cat-t { font-size: 13px; font-weight: 800; color: #fff; text-transform: uppercase; letter-spacing: .04em; }
.c-cat-t em { font-style: normal; color: var(--on-dark-muted); font-weight: 700; text-transform: none; letter-spacing: 0; }
.c-cat-d { font-size: 12.5px; line-height: 1.45; color: var(--on-dark-muted); font-weight: 600; margin: 4px 0 0 28px; }
.c-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.c-btn {
  flex: 1 1 200px; min-height: 48px; cursor: pointer;
  font-family: var(--font-body); font-size: 13px; font-weight: 800;
  text-transform: uppercase; letter-spacing: .04em; padding: 12px 18px;
}
/* Zustimmen ist der hervorgehobene Weg, Ablehnen bleibt zurückgenommen —
   aber gleich groß, gleich erreichbar und auf derselben Ebene daneben,
   nicht als bloßer Textlink und nicht hinter einem Untermenü. */
.c-btn--main { background: var(--orange); color: #fff; border: 2px solid var(--orange); }
.c-btn--quiet { background: transparent; color: var(--on-dark-soft); border: 2px solid #3a352f; }
.c-btn--quiet:hover { color: #fff; border-color: var(--on-dark-muted); }
.c-more { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; margin-top: 12px; }
.c-link {
  background: none; border: 0; padding: 0; cursor: pointer;
  font-family: var(--font-body); font-size: 12px; font-weight: 700;
  color: var(--on-dark-soft); text-decoration: underline; text-underline-offset: 3px;
}
.c-link[hidden] { display: none; }
.c-link:hover { color: #fff; }
.footer-link {
  background: none; border: 0; padding: 14px 0; cursor: pointer; text-align: left;
  font-family: var(--font-body); font-size: 13px; font-weight: 700; color: var(--on-dark-soft);
  border-top: 1px solid #3a352f;
}
.footer-link:hover { color: var(--orange); }

/* Platzhalter für gesperrte Inhalte — nimmt dieselbe Fläche ein wie der
   Inhalt, damit beim Nachladen nichts springt. */
.consent-ph {
  height: 100%; width: 100%; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 8px; padding: 20px;
  background: var(--sand-deep); text-align: center;
}
.consent-ph-t {
  font-family: var(--font-display); text-transform: uppercase; font-size: 18px;
  color: var(--dark); margin: 0; line-height: 1;
}
.consent-ph-d { font-size: 12.5px; font-weight: 600; color: var(--muted); margin: 0; max-width: 320px; }
.consent-ph .c-btn { flex: 0 0 auto; margin-top: 4px; }

/* YouTube: 16:9, responsiv. Der iFrame wird erst nach Zustimmung eingesetzt. */
.video-wrap { position: relative; aspect-ratio: 16 / 9; background: var(--sand-deep); border: 3px solid var(--dark); margin: 0 0 22px; }
.video-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

@media (min-width: 900px) {
  .consent { padding: 24px 40px; }
  .c-h { font-size: 30px; }
  .c-actions { max-width: 560px; }
  .c-cats { grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .footer-link { border-top: none; padding: 10px 0 0; }
}

/* ---- Rechtstexte (Impressum, Datenschutz) ---- */
.legal p { font-size: 14.5px; line-height: 1.65; color: var(--dark-soft); margin: 0 0 14px; max-width: 720px; }
.legal p:last-child { margin-bottom: 0; }
.legal a { color: var(--orange); font-weight: 700; text-decoration: underline; text-decoration-color: var(--orange-soft); }
.legal em { font-style: normal; font-weight: 700; color: var(--dark); }
.legal strong { color: var(--dark); }
.legal-toc { display: grid; gap: 0; max-width: 720px; }
.legal-toc-item {
  display: flex; gap: 12px; align-items: baseline; padding: 10px 0;
  border-top: 1.5px solid var(--line-soft); font-size: 14px; font-weight: 700; color: var(--dark);
}
.legal-toc-item:last-child { border-bottom: 1.5px solid var(--line-soft); }
.legal-toc-item span { font-family: var(--font-display); color: var(--orange); font-size: 14px; }
.legal-toc-item:hover { color: var(--orange); }
/* Sprungziele nicht unter die klebende Filterleiste rutschen lassen */
.section[id] { scroll-margin-top: 16px; }
