/* ===================== SELBST GEHOSTETE SCHRIFTEN =====================
   Ersetzt die frühere Einbindung über fonts.googleapis.com. Dadurch geht
   beim Seitenaufruf keine Besucher-IP mehr an Google (DSGVO), und es
   entfällt eine externe Verbindung beim Laden. Es sind Variable Fonts:
   je eine Datei pro Familie und Subset deckt alle Schnitte 200–900 ab.
   Alle drei Familien stehen unter der SIL Open Font License. */

/* Oswald — latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200 700;
  font-display: swap;
  src: url(../fonts/oswald-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Oswald — latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200 700;
  font-display: swap;
  src: url(../fonts/oswald-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Archivo — latin-ext */
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/archivo-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Archivo — latin */
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/archivo-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* JetBrains Mono — latin-ext */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url(../fonts/jetbrains-mono-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* JetBrains Mono — latin */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url(../fonts/jetbrains-mono-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Flugforensik — design system
   Colors, type and components transcribed from the Claude Design prototype
   (project/Flugforensik.dc.html): black/grey base, orange + mint signal
   colors, condensed uppercase display type, mono data tags. */

/* Kirby-only addition: spacing for kirbytext() paragraph output. */
.article-body p { margin: 0 0 20px; }
.article-body p:last-child { margin-bottom: 0; }
.legal-body p { margin: 0; }

/* Kirby-only addition: testimonials on the Über page. */
.testimonial { display: flex; flex-direction: column; gap: 20px; padding: 28px; border: 1px solid var(--border-light); background: var(--panel); }
.testimonial__quote { margin: 0; font-size: 17px; line-height: 1.6; color: var(--offwhite); }
.testimonial__quote::before { content: "\201E"; color: var(--orange); font-family: var(--font-display); font-weight: 700; }
.testimonial__author { display: flex; align-items: center; gap: 12px; }
.testimonial__photo { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; flex: none; }
.testimonial__photo--fallback { display: flex; align-items: center; justify-content: center; background: var(--grey); color: var(--white); font-family: var(--font-mono); font-size: 14px; letter-spacing: 0.02em; }
.testimonial__name { font-family: var(--font-display); font-weight: 600; text-transform: uppercase; letter-spacing: 0.02em; font-size: 15px; color: var(--white); }
.testimonial__role { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em; color: var(--grey); text-transform: uppercase; margin-top: 2px; }

:root {
  --bg: #16191c;
  --panel: #0f1215;
  --border: #1c2226;
  --border-light: #2a3238;
  --grey: #58666d;
  --greylight: #aab5bb;
  --offwhite: #e8ecee;
  --white: #ffffff;
  --black: #000000;
  --orange: #ff3e00;
  --orange-panel: #0a0605;
  --mint: #00ffae;
  --mint-panel: #00110b;
  --input-bg: #0a0a0a;

  --font-display: 'Oswald', sans-serif;
  --font-body: 'Archivo', sans-serif;
  --font-mono: 'JetBrains Mono', monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { overflow-x: hidden; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--white);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; }
::selection { background: var(--orange); color: var(--white); }
input::placeholder, textarea::placeholder { color: var(--grey); }
a { color: inherit; }

.container { max-width: 1280px; margin: 0 auto; padding: 0 32px; }
.container-narrow { max-width: 900px; margin: 0 auto; padding: 0 32px; }

/* ===================== HEADER ===================== */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(22,25,28,0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border);
}
.site-header__inner {
  max-width: 1280px; margin: 0 auto; padding: 14px 32px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.site-header__logo { height: 42px; width: auto; display: block; }
.site-header__nav { display: flex; align-items: center; gap: 4px; flex-wrap: wrap; justify-content: flex-end; }
.nav-link {
  background: none; border: none; cursor: pointer; text-decoration: none;
  font-family: var(--font-display); font-weight: 500; text-transform: uppercase;
  letter-spacing: 0.08em; font-size: 14px; padding: 8px 12px; color: var(--white);
}
.nav-link:hover { color: var(--orange); }
.nav-link.is-active { color: var(--orange); }

.nav-toggle {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 8px; flex: none;
}
.nav-toggle span { width: 22px; height: 2px; background: var(--white); display: block; }

/* ===================== BUTTONS ===================== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  border: none; cursor: pointer; text-decoration: none;
  font-family: var(--font-display); font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.08em; font-size: 15px; padding: 15px 26px;
  transition: opacity .15s ease;
}
.btn:hover { opacity: 0.85; }
.btn--orange { background: var(--orange); color: var(--white); }
.btn--mint { background: var(--mint); color: var(--black); }
.btn--white { background: var(--white); color: var(--black); }
.btn--black { background: var(--black); color: var(--white); }
.btn--outline { background: none; border: 1px solid var(--grey); color: var(--white); }
.btn--outline-orange { background: none; border: 1px solid var(--orange); color: var(--orange); }
.btn--sm { padding: 10px 18px; font-size: 14px; }
.btn--ticket { padding: 12px 22px; font-size: 15px; }
.btn--block { display: flex; width: 100%; }
.btn--link { background: none; border: none; padding: 0; cursor: pointer; text-decoration: none; color: var(--orange); }

/* ===================== TYPOGRAPHY ===================== */
.eyebrow {
  font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.24em;
  color: var(--mint); text-transform: uppercase; margin: 0 0 20px;
}
.eyebrow--grey { color: var(--grey); }

.heading { margin: 0; font-family: var(--font-display); font-weight: 700; text-transform: uppercase; letter-spacing: 0.02em; color: var(--white); }
.heading--right { text-align: right; }
.heading-hero { font-size: clamp(52px, 9vw, 132px); line-height: 0.9; }
.heading-section { font-size: clamp(30px, 4vw, 48px); line-height: 1; }
.heading-archive { font-size: clamp(48px, 8vw, 110px); line-height: 0.9; }
.heading-page { font-size: clamp(44px, 8vw, 110px); line-height: 0.9; }
.heading-ueber { font-size: clamp(44px, 8vw, 120px); line-height: 0.88; }
.heading-live { font-size: clamp(56px, 11vw, 168px); line-height: 0.86; letter-spacing: 0.01em; }
.heading-detail { font-size: clamp(34px, 4.6vw, 60px); line-height: 0.94; letter-spacing: 0.01em; }
.heading-legal { font-size: clamp(40px, 6vw, 80px); line-height: 0.9; }
.heading-artikel { font-size: clamp(40px, 6vw, 76px); line-height: 0.92; }
.heading-card { font-family: var(--font-display); font-weight: 700; text-transform: uppercase; letter-spacing: 0.03em; font-size: clamp(28px, 4vw, 42px); margin: 0; }

.accent-orange { color: var(--orange); }
.accent-mint { color: var(--mint); }

.lede { font-size: 19px; line-height: 1.55; color: var(--greylight); margin: 0; }
.lede--lg { font-size: 22px; line-height: 1.6; color: var(--offwhite); }
.body-text { font-size: 18px; line-height: 1.7; color: var(--greylight); margin: 0 0 20px; }
.body-text:last-child { margin-bottom: 0; }

/* ===================== MONO TAGS / LABELS ===================== */
.mono { font-family: var(--font-mono); }
.tag {
  border: 1px solid var(--border-light); padding: 6px 10px;
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em;
  color: var(--greylight); text-transform: uppercase;
}
.meta-mono { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em; color: var(--grey); text-transform: uppercase; }

/* ===================== HOME: HERO ===================== */
.hero { padding: 80px 32px 56px; }
.hero__foot {
  display: flex; flex-wrap: wrap; gap: 28px; align-items: flex-end;
  justify-content: space-between; margin-top: 40px;
}
.hero__actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ===================== SECTION SCAFFOLD ===================== */
.section { padding: 72px 32px; }
.section--tight { padding: 56px 32px 64px; }
.section--bordered { border-top: 1px solid var(--border); }
.section--panel { background: var(--panel); }
.section-head {
  display: flex; align-items: baseline; justify-content: space-between;
  margin-bottom: 36px; gap: 20px; flex-wrap: wrap;
}
.section-head--tight { margin-bottom: 24px; }

/* ===================== EPISODE COVER ===================== */
.cover {
  aspect-ratio: 1; background-size: cover; background-position: center;
  display: flex; flex-direction: column; justify-content: space-between;
  overflow: hidden; position: relative;
}
.cover__top { display: flex; justify-content: space-between; align-items: flex-start; }
.cover__logo { height: var(--logo-h, 30px); width: auto; display: block; }
.cover__badge { font-family: var(--font-mono); letter-spacing: 0.14em; }
.cover__bottom { text-align: right; }
.cover__flight { font-family: var(--font-mono); letter-spacing: 0.14em; opacity: 0.85; }
.cover__title { font-family: var(--font-display); font-weight: 700; text-transform: uppercase; line-height: 0.94; }

.cover--featured { padding: 36px; }
.cover--featured .cover__badge { font-size: 13px; }
.cover--featured .cover__flight { font-size: 12px; margin-bottom: 12px; }
.cover--featured .cover__title { font-size: clamp(28px, 3.6vw, 52px); line-height: 0.92; }

.cover--grid { padding: 22px; }
.cover--grid .cover__badge { font-size: 12px; }
.cover--grid .cover__flight { font-size: 11px; margin-bottom: 8px; }
.cover--grid .cover__title { font-size: 26px; }

.cover--archive { padding: 12px; }
.cover--archive .cover__badge { font-size: 10px; }

.cover--detail { padding: 32px; }
.cover--detail .cover__badge { font-size: 13px; }
.cover--detail .cover__flight { font-size: 12px; margin-bottom: 12px; }
.cover--detail .cover__title { font-size: clamp(30px, 3.4vw, 46px); line-height: 0.92; }

.cover--related { padding: 20px; }
.cover--related .cover__badge { font-size: 11px; }
.cover--related .cover__title { font-size: 22px; }

/* ===================== HOME: FEATURED LATEST ===================== */
.featured { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--panel); }
.featured__grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.15fr); }
.featured__cover { border-right: 1px solid var(--border); }
.featured__body { padding: 44px 40px; display: flex; flex-direction: column; justify-content: center; gap: 20px; }
.featured__lede { margin: 0; color: var(--greylight); font-size: 17px; line-height: 1.55; max-width: 520px; }
.featured__tags { display: flex; gap: 10px; flex-wrap: wrap; }

/* ===================== GRIDS ===================== */
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 28px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; }

.ep-card { text-align: left; background: none; border: none; padding: 0; cursor: pointer; display: flex; flex-direction: column; gap: 16px; text-decoration: none; color: inherit; }
.ep-card__title { font-family: var(--font-display); font-weight: 600; text-transform: uppercase; letter-spacing: 0.02em; font-size: 19px; color: var(--white); }
.ep-card__meta { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em; color: var(--grey); text-transform: uppercase; }

.related-card { text-align: left; background: none; border: none; padding: 0; cursor: pointer; display: flex; flex-direction: column; gap: 14px; text-decoration: none; color: inherit; }

/* ===================== NEWS TEASERS (home) ===================== */
.news-teasers { border-top: 1px solid var(--border); }
.news-teaser {
  width: 100%; text-align: left; background: none; border: none; text-decoration: none; color: inherit;
  border-bottom: 1px solid var(--border); cursor: pointer; padding: 20px 0;
  display: grid; grid-template-columns: 110px 150px minmax(0,1fr) auto; gap: 24px; align-items: baseline;
}
.news-teaser__date { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.06em; color: var(--grey); }
.news-teaser__tag { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; }
.news-teaser__title { font-family: var(--font-display); font-weight: 600; text-transform: uppercase; letter-spacing: 0.02em; font-size: 20px; color: var(--white); }
.news-teaser__arrow { font-family: var(--font-display); font-weight: 600; font-size: 16px; color: var(--orange); }
.tag-color--orange { color: var(--orange); }
.tag-color--mint { color: var(--mint); }
.tag-color--grey { color: var(--greylight); }

/* ===================== LIVE TEASER (home) / LIVE HERO ===================== */
.live-teaser { background: var(--orange); color: var(--white); }
.live-teaser__inner { padding: 64px 32px; display: flex; flex-wrap: wrap; gap: 32px; align-items: center; justify-content: space-between; }
.live-teaser__eyebrow { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.24em; text-transform: uppercase; opacity: 0.85; margin-bottom: 16px; }
.live-teaser__heading { margin: 0; font-family: var(--font-display); font-weight: 700; text-transform: uppercase; letter-spacing: 0.01em; line-height: 0.9; font-size: clamp(44px, 7vw, 96px); }
.live-teaser__side { display: flex; flex-direction: column; gap: 16px; align-items: flex-start; }
.live-teaser__text { margin: 0; max-width: 360px; font-size: 17px; line-height: 1.5; }

.live-hero { background: var(--orange); color: var(--white); }
.live-hero__inner { padding: 80px 32px; }

/* ===================== PLATFORMS STRIP ===================== */
.platforms { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.platform-link {
  text-decoration: none; border: 1px solid var(--border-light); padding: 14px 24px;
  font-family: var(--font-display); font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.06em; font-size: 16px; color: var(--white);
}
.platform-link:hover { border-color: var(--orange); color: var(--orange); }

/* ===================== EPISODE ARCHIVE LIST ===================== */
.ep-list { border-top: 1px solid var(--border); }
.ep-row {
  width: 100%; text-align: left; background: none; border: none; text-decoration: none; color: inherit;
  border-bottom: 1px solid var(--border); cursor: pointer; padding: 26px 0;
  display: grid; grid-template-columns: 120px minmax(0,1fr) auto; gap: 28px; align-items: center;
}
.ep-row__body { display: flex; flex-direction: column; gap: 8px; }
.ep-row__eyebrow { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; color: var(--mint); text-transform: uppercase; }
.ep-row__title { font-family: var(--font-display); font-weight: 700; text-transform: uppercase; letter-spacing: 0.01em; line-height: 0.98; font-size: clamp(24px, 3vw, 34px); color: var(--white); margin: 0; }
.ep-row__sub { color: var(--greylight); font-size: 15px; }
.ep-row__side { text-align: right; display: flex; flex-direction: column; gap: 8px; align-items: flex-end; }
.ep-row__dur { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.1em; color: var(--grey); }
.ep-row__cta { font-family: var(--font-display); font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; font-size: 14px; color: var(--orange); }

/* ===================== NEWS INDEX ===================== */
.news-list { border-top: 1px solid var(--border); }
.news-article {
  border-bottom: 1px solid var(--border); padding: 36px 0;
  display: grid; grid-template-columns: 200px minmax(0,1fr); gap: 40px; align-items: start;
}
.news-article__date { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.06em; color: var(--grey); margin-bottom: 8px; }
.news-article__tag { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; }
.news-article__title { margin: 0 0 12px; font-family: var(--font-display); font-weight: 700; text-transform: uppercase; letter-spacing: 0.02em; line-height: 1; font-size: clamp(24px, 3vw, 34px); }
.news-article__text { margin: 0 0 16px; color: var(--greylight); font-size: 16px; line-height: 1.6; max-width: 680px; }

/* ===================== EPISODE DETAIL ===================== */
.back-link {
  background: none; border: none; cursor: pointer; text-decoration: none; padding: 0;
  font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.14em; color: var(--grey);
  text-transform: uppercase; margin-bottom: 36px; display: inline-block;
}
.back-link:hover { color: var(--offwhite); }
.detail-grid { display: grid; grid-template-columns: minmax(0,0.85fr) minmax(0,1.15fr); gap: 48px; align-items: start; }
.detail-grid__cover { position: sticky; top: 90px; }
.detail-sub { font-family: var(--font-display); font-weight: 500; text-transform: uppercase; letter-spacing: 0.03em; font-size: 20px; color: var(--greylight); margin: 0 0 28px; }
.detail-lede { font-size: 18px; line-height: 1.65; color: var(--offwhite); margin: 0 0 18px; }
.detail-text { font-size: 17px; line-height: 1.65; color: var(--greylight); margin: 0 0 36px; }

.player {
  border: 1px solid var(--border-light); padding: 12px; margin-bottom: 28px;
}
.player__head {
  display: flex; justify-content: space-between; align-items: baseline; padding: 4px 8px 12px;
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
}
.player__label { color: var(--mint); }
.player__meta { color: var(--grey); }
.player iframe { border-radius: 12px; display: block; border: none; }

.fact-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); margin-bottom: 44px; }
.fact-grid__cell { background: var(--panel); padding: 18px 20px; }
.fact-grid__label { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.14em; color: var(--grey); text-transform: uppercase; margin-bottom: 8px; }
.fact-grid__value { font-family: var(--font-display); font-weight: 600; text-transform: uppercase; font-size: 20px; }

.h3 { margin: 0 0 20px; font-family: var(--font-display); font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; font-size: 22px; }

.shownotes { display: flex; flex-direction: column; gap: 10px; margin-bottom: 44px; }
.shownote-link {
  text-decoration: none; border: 1px solid var(--border-light); padding: 14px 16px;
  display: flex; gap: 12px; align-items: baseline; color: inherit;
}
.shownote-link__icon { font-family: var(--font-mono); font-size: 13px; color: var(--mint); }
.shownote-link__label { font-family: var(--font-body); font-size: 15px; line-height: 1.4; color: var(--offwhite); }

.chapters { border-top: 1px solid var(--border); margin-bottom: 44px; }
.chapter-row { display: flex; gap: 20px; align-items: baseline; padding: 14px 0; border-bottom: 1px solid var(--border); }
.chapter-row__t { font-family: var(--font-mono); font-size: 13px; letter-spacing: 0.06em; color: var(--orange); flex: none; width: 56px; }
.chapter-row__label { font-family: var(--font-display); font-weight: 500; text-transform: uppercase; letter-spacing: 0.03em; font-size: 17px; color: var(--offwhite); }

.related { border-top: 1px solid var(--border); background: var(--panel); }

/* ===================== ÜBER ===================== */
.team-photo { width: 100%; aspect-ratio: 21/9; object-fit: cover; object-position: center 30%; display: block; }
.team-photo-caption { display: flex; justify-content: space-between; gap: 16px; margin-top: 12px; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.12em; color: var(--grey); text-transform: uppercase; }
.team-member { display: flex; flex-direction: column; gap: 16px; }
.team-portrait { aspect-ratio: 1; position: relative; display: flex; align-items: flex-end; padding: 20px; background-image: repeating-linear-gradient(45deg, rgba(0,0,0,0.10) 0 10px, rgba(0,0,0,0) 10px 20px); }
.team-portrait__label { position: relative; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; }
.team-member__name { font-family: var(--font-display); font-weight: 700; text-transform: uppercase; letter-spacing: 0.02em; font-size: 24px; }
.team-member__role { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.12em; color: var(--mint); text-transform: uppercase; margin: 6px 0 12px; }
.team-member__bio { margin: 0; color: var(--greylight); font-size: 15px; line-height: 1.55; }

/* ===================== LIVE 2026 ===================== */
.tour-list { border-top: 1px solid var(--border); }
.tour-row { display: grid; grid-template-columns: 130px minmax(0,1fr) auto; gap: 28px; align-items: center; padding: 24px 0; border-bottom: 1px solid var(--border); }
.tour-row__date { font-family: var(--font-display); font-weight: 700; text-transform: uppercase; line-height: 0.95; font-size: 22px; }
.tour-row__day { color: var(--orange); }
.tour-row__month { color: var(--grey); font-size: 13px; font-family: var(--font-mono); letter-spacing: 0.1em; margin-top: 4px; }
.tour-row__city { font-family: var(--font-display); font-weight: 700; text-transform: uppercase; letter-spacing: 0.02em; font-size: 26px; }
.tour-row__venue { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.1em; color: var(--greylight); text-transform: uppercase; margin-top: 6px; }
.tour-row__status { text-align: right; }
.soldout-label { font-family: var(--font-display); font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; font-size: 15px; color: var(--grey); }

/* ===================== SUPPORT (Unterstützen) ===================== */
.support-card { padding: 36px 32px; display: flex; flex-direction: column; gap: 18px; }
.support-card--orange { border: 1px solid var(--orange); background: var(--orange-panel); }
.support-card--mint { border: 1px solid var(--mint); background: var(--mint-panel); }
.support-card__kicker { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; }
.support-card__title { font-family: var(--font-display); font-weight: 700; text-transform: uppercase; font-size: 32px; line-height: 1.05; color: var(--white); }
.support-card__price { font-family: var(--font-display); font-weight: 700; text-transform: uppercase; font-size: 44px; line-height: 1; color: var(--white); }
.support-card__price small { font-size: 16px; color: var(--grey); text-transform: none; }
.support-card__rule { height: 1px; background: var(--border); }
.support-card__list { display: flex; flex-direction: column; gap: 12px; }
.support-card__item { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; line-height: 1.45; color: var(--white); }

/* ===================== SHOP ===================== */
.product, .product:hover, .product:focus, .product:visited { text-decoration: none; }
.product { display: flex; flex-direction: column; gap: 14px; color: inherit; }
.product__art { aspect-ratio: 1; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; background-image: repeating-linear-gradient(45deg, rgba(0,0,0,0.08) 0 12px, rgba(0,0,0,0) 12px 24px); background-blend-mode: normal; }
.product__mark { position: relative; height: 38%; width: auto; opacity: 0.95; }
.product__photo { width: 100%; height: 100%; object-fit: contain; display: block; }
.product__caption { position: absolute; bottom: 14px; left: 16px; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; }
.product__row { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.product__name { font-family: var(--font-display); font-weight: 600; text-transform: uppercase; letter-spacing: 0.02em; font-size: 19px; text-decoration: none; }
.product__price { font-family: var(--font-mono); font-size: 14px; color: var(--mint); text-decoration: none; }
.product__meta { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em; color: var(--grey); text-transform: uppercase; text-decoration: none; }

/* ===================== KONTAKT ===================== */
.kontakt-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 64px; align-items: start; }
.contact-item { border-top: 1px solid var(--border); padding-top: 14px; }
.contact-item__label { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; color: var(--grey); text-transform: uppercase; margin-bottom: 6px; }
.contact-item__value { font-family: var(--font-display); font-weight: 500; text-transform: uppercase; letter-spacing: 0.03em; font-size: 19px; color: var(--white); text-decoration: none; }

.form { border: 1px solid var(--border); padding: 32px; }
.form__fields { display: flex; flex-direction: column; gap: 20px; }
.form label { display: flex; flex-direction: column; gap: 8px; }
.form label span { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; color: var(--grey); text-transform: uppercase; }
.form input, .form textarea {
  background: var(--input-bg); border: 1px solid var(--border-light); color: var(--white);
  padding: 14px; font-family: var(--font-body); font-size: 16px;
}
.form textarea { resize: vertical; }
.form input:focus, .form textarea:focus { outline: 1px solid var(--orange); border-color: var(--orange); }

/* ===================== LEGAL / ARTIKEL ===================== */
.legal-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; background: var(--border); border: 1px solid var(--border); margin-bottom: 36px; }
.legal-grid__cell { background: var(--panel); padding: 22px 24px; }
.legal-block { border-top: 1px solid var(--border); padding-top: 24px; }
.legal-block + .legal-block { margin-top: 36px; }
.legal-sections { display: flex; flex-direction: column; gap: 36px; }
.legal-fine { font-size: 15px; line-height: 1.7; color: var(--greylight); margin: 0; }
.legal-body { margin: 0; font-size: 16px; line-height: 1.7; color: var(--greylight); }
.link-inline { color: var(--mint); text-decoration: none; }
.link-inline:hover { text-decoration: underline; }

/* ===================== FOOTER ===================== */
.site-footer { border-top: 1px solid var(--border); background: var(--bg); }
.site-footer__inner { padding: 64px 32px 40px; }
.site-footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 56px; }
.site-footer__logo { height: 64px; width: auto; margin-bottom: 20px; }
.site-footer__claim { margin: 0; color: var(--grey); font-size: 14px; line-height: 1.6; max-width: 260px; }
.site-footer__heading { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; color: var(--grey); text-transform: uppercase; margin-bottom: 16px; }
.site-footer__links { display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }
.site-footer__link { text-decoration: none; font-family: var(--font-display); font-weight: 500; text-transform: uppercase; letter-spacing: 0.04em; font-size: 15px; color: var(--greylight); background: none; border: none; cursor: pointer; padding: 0; }
.site-footer__link:hover { color: var(--white); }
.site-footer__link--mono { font-family: var(--font-mono); font-size: 13px; letter-spacing: 0.04em; color: var(--mint); text-transform: none; }
.site-footer__bottom { border-top: 1px solid var(--border); padding-top: 24px; display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; align-items: center; }
.site-footer__copy { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em; color: var(--grey); text-transform: uppercase; }
.site-footer__legal { display: flex; gap: 24px; }
.site-footer__legal-link { background: none; border: none; padding: 0; cursor: pointer; text-decoration: none; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em; color: var(--grey); text-transform: uppercase; }
.site-footer__legal-link:hover { color: var(--offwhite); }

/* ===================== RESPONSIVE ===================== */
@media (max-width: 760px) {
  .nav-toggle { display: flex; }
  .site-header__nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--bg); border-bottom: 1px solid var(--border);
    padding: 8px 20px 20px; max-height: calc(100vh - 70px); overflow-y: auto;
  }
  .site-header__nav.is-open { display: flex; }
  .site-header__nav .nav-link { width: 100%; padding: 14px 0; font-size: 16px; border-bottom: 1px solid var(--border); text-align: left; }
  .site-header__nav .btn { margin: 16px 0 0 !important; width: 100%; }
}

@media (max-width: 900px) {
  .featured__grid { grid-template-columns: 1fr; }
  .featured__cover { border-right: none; border-bottom: 1px solid var(--border); }
  .grid-3 { grid-template-columns: 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
  .detail-grid { grid-template-columns: minmax(0,1fr); }
  .detail-grid__cover { position: static; max-width: 420px; }
  .kontakt-grid { grid-template-columns: 1fr; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .news-article { grid-template-columns: 1fr; gap: 12px; }
  .ep-row { grid-template-columns: 80px minmax(0,1fr); }
  .ep-row__side { grid-column: 1 / -1; flex-direction: row; justify-content: space-between; align-items: center; text-align: left; }
  .news-teaser { grid-template-columns: minmax(0,1fr) auto; row-gap: 6px; }
  .news-teaser__date, .news-teaser__tag { grid-column: 1 / 2; }
  .legal-grid { grid-template-columns: 1fr; }
  .fact-grid { grid-template-columns: 1fr; }
  .tour-row { grid-template-columns: 70px minmax(0,1fr); }
  .tour-row__status { grid-column: 1 / -1; text-align: left; margin-top: 4px; }
}

@media (max-width: 640px) {
  .container, .container-narrow { padding: 0 20px; }
  .hero { padding: 56px 20px 40px; }
  .section { padding: 48px 20px; }
  .section--tight { padding: 40px 20px 48px; }
  .site-footer__grid { grid-template-columns: 1fr; }
  .site-header__inner { padding: 12px 20px; }

  /* Large condensed-caps headings are tuned for a 1280px canvas; on narrow
     phones their clamp() minimum can outgrow the viewport width. Lower the
     floor here so long words (GESCHICHTE, ERMITTLER:IN, …) keep wrapping
     via <br> instead of forcing horizontal scroll. */
  .heading-hero { font-size: clamp(34px, 11vw, 132px); }
  .heading-archive { font-size: clamp(32px, 11vw, 110px); }
  .heading-page { font-size: clamp(32px, 11vw, 110px); }
  .heading-ueber { font-size: clamp(32px, 11vw, 120px); }
  .heading-live { font-size: clamp(38px, 14vw, 168px); }
  .heading-detail { font-size: clamp(26px, 8vw, 60px); }
  .heading-legal { font-size: clamp(28px, 9vw, 80px); }
  .heading-artikel { font-size: clamp(28px, 9vw, 76px); }
}

.team-portrait { aspect-ratio: 4/5; position: relative; display: flex; align-items: flex-end; padding: 20px; background-image: repeating-linear-gradient(45deg, rgba(0,0,0,0.10) 0 10px, rgba(0,0,0,0) 10px 20px); }

.article-header-image { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; margin-bottom: 32px; }

.news-article__text, .article-body { overflow-wrap: break-word; word-break: break-word; }

.detail-text, .detail-lede, .detail-sub, .fact-grid__value, .cover__title, .cover__flight {
  overflow-wrap: break-word; word-break: break-word;
}
.shownote-link {
  flex-wrap: wrap;
}
.shownote-link__label, .chapter-row__label {
  min-width: 0; overflow-wrap: break-word; word-break: break-word;
}
.fact-grid__cell { min-width: 0; }

.site-header { position: relative; }

.search-toggle {
  background: none; border: none; cursor: pointer;
  padding: 8px; margin-left: 8px;
  display: flex; align-items: center; justify-content: center;
  color: inherit;
}
.search-toggle svg { width: 20px; height: 20px; stroke: currentColor; }

.search-panel {
  position: absolute; top: 100%; left: 0; right: 0;
  background: #fff; border-bottom: 1px solid #eee;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  padding: 16px 32px; z-index: 50;
}
.search-panel__inner { display: flex; align-items: center; gap: 12px; max-width: 640px; margin: 0 auto; }
.search-panel__input { flex: 1; border: 1px solid #ddd; border-radius: 8px; padding: 10px 14px; font-size: 16px; }
.search-panel__close { background: none; border: none; cursor: pointer; font-size: 18px; color: #999; padding: 4px 8px; }

.search-results { max-width: 640px; margin: 12px auto 0; max-height: 60vh; overflow-y: auto; }
.search-result { display: flex; flex-direction: column; padding: 10px 8px; border-radius: 6px; text-decoration: none; color: inherit; }
.search-result:hover { background: #f5f5f5; }
.search-result__title { font-weight: 600; }
.search-result__meta { font-size: 13px; color: #888; margin-top: 2px; }
.search-results__empty { color: #999; font-size: 14px; padding: 10px 8px; }

@media (max-width: 600px) { .search-panel { padding: 16px; } }

/* ===================== COOKIE-CONSENT =====================
   Fehlte bisher komplett: der Banner aus site/snippets/cookie-consent.php
   wurde ohne jede Formatierung ausgegeben. Fällt nur auf, sobald im Panel
   eine Analytics-ID hinterlegt ist — vorher rendert der Banner gar nicht. */
.consent-banner {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 200;
  background: var(--panel); border-top: 1px solid var(--border-light);
  padding: 20px 32px;
  display: flex; flex-wrap: wrap; gap: 20px;
  align-items: center; justify-content: space-between;
}
.consent-banner[hidden] { display: none; }
.consent-banner__text {
  margin: 0; flex: 1 1 420px; min-width: 0;
  font-size: 14px; line-height: 1.6; color: var(--greylight);
}
.consent-banner__actions { display: flex; gap: 12px; flex: none; }

/* Widerruf-Schaltfläche im Footer. Wird per JS ausgeblendet, solange keine
   Analytics-ID gesetzt ist — dann gibt es keine Einwilligung zu widerrufen. */
#ffConsentOpen[hidden] { display: none; }

@media (max-width: 640px) {
  .consent-banner { padding: 16px 20px; gap: 14px; }
  .consent-banner__actions { width: 100%; }
  .consent-banner__actions .btn { flex: 1; }
}

/* ===================== KONTAKT-KARTE =====================
   Ersetzt das frühere Formular auf der Kontaktseite. Das war eine Attrappe
   aus dem Design-Prototyp: abgesendet wurde nie etwas. */
.contact-card {
  border: 1px solid var(--border-light); background: var(--panel);
  padding: 32px; display: flex; flex-direction: column;
  gap: 18px; align-items: flex-start;
}
.contact-card__label { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; color: var(--grey); text-transform: uppercase; }
.contact-card__mail {
  font-family: var(--font-display); font-weight: 600; font-size: clamp(20px, 2.4vw, 28px);
  letter-spacing: 0.01em; color: var(--white); text-decoration: none;
  max-width: 100%; overflow-wrap: break-word; word-break: break-word;
}
.contact-card__mail:hover { color: var(--orange); }

@media (max-width: 640px) { .contact-card { padding: 24px; } }
