/* ============================================================
   ADHS Coaches Deutschland e.V. — Redesign
   Type: Newsreader (serif display) + Manrope (sans body)
   Palette: Navy / Orange / Cream / Sage
   ============================================================ */

/* Selbstgehostete Schriften — keine externen Requests ---------- */
@font-face {
  font-family: 'Newsreader';
  src: url('assets/fonts/newsreader-latin-standard-normal.woff2') format('woff2-variations'),
       url('assets/fonts/newsreader-latin-standard-normal.woff2') format('woff2');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Newsreader';
  src: url('assets/fonts/newsreader-latin-standard-italic.woff2') format('woff2-variations'),
       url('assets/fonts/newsreader-latin-standard-italic.woff2') format('woff2');
  font-weight: 200 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('assets/fonts/manrope-latin-wght-normal.woff2') format('woff2-variations'),
       url('assets/fonts/manrope-latin-wght-normal.woff2') format('woff2');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'JetBrains Mono';
  src: url('assets/fonts/jetbrains-mono-latin-wght-normal.woff2') format('woff2-variations'),
       url('assets/fonts/jetbrains-mono-latin-wght-normal.woff2') format('woff2');
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --navy-900: #0d2438;
  --navy-700: #1a3a55;
  --navy-500: #4a637a;
  --navy-300: #94a4b4;

  --orange-600: #c44a1c;
  --orange-500: #d65a2a;
  --orange-400: #e87645;

  --cream-50: #faf7f2;
  --cream-100: #f3eee5;
  --cream-200: #e9e1d3;

  --sage-100: #eef1ea;
  --sage-200: #d9e0d0;

  --ink: #0d2438;
  --ink-soft: rgba(13, 36, 56, 0.72);
  --ink-mute: rgba(13, 36, 56, 0.55);
  --line: rgba(13, 36, 56, 0.12);
  --line-soft: rgba(13, 36, 56, 0.07);

  --serif: 'Newsreader', 'Source Serif 4', Georgia, serif;
  --sans: 'Manrope', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --mono: 'JetBrains Mono', ui-monospace, monospace;

  --radius-sm: 6px;
  --radius: 12px;
  --radius-lg: 20px;
  --radius-xl: 28px;

  --shadow-sm: 0 1px 2px rgba(13, 36, 56, 0.06), 0 1px 3px rgba(13, 36, 56, 0.04);
  --shadow-md: 0 4px 12px rgba(13, 36, 56, 0.06), 0 8px 24px rgba(13, 36, 56, 0.04);
  --shadow-lg: 0 12px 32px rgba(13, 36, 56, 0.08), 0 24px 64px rgba(13, 36, 56, 0.06);

  --container: 1200px;
  --container-narrow: 920px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--cream-50);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

::selection { background: var(--orange-500); color: white; }

/* Headings ---------------------------------------------------- */
h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0;
  color: var(--navy-900);
  text-wrap: balance;
}
h1 { font-size: clamp(2.5rem, 6vw, 4.75rem); }
h2 { font-size: clamp(2rem, 4.2vw, 3.25rem); }
h3 { font-size: clamp(1.35rem, 2.2vw, 1.75rem); letter-spacing: -0.015em; }
h4 { font-size: 1.125rem; font-family: var(--sans); font-weight: 600; letter-spacing: -0.01em; }

p { margin: 0; text-wrap: pretty; }

.eyebrow {
  font-family: var(--sans);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--orange-600);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before {
  content: '';
  width: 24px;
  height: 1px;
  background: currentColor;
  display: inline-block;
}

.lead { font-size: 1.125rem; color: var(--ink-soft); line-height: 1.65; }

/* Container --------------------------------------------------- */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 28px; }
.container-narrow { max-width: var(--container-narrow); margin: 0 auto; padding: 0 28px; }

/* Top bar / Navigation --------------------------------------- */
.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: linear-gradient(180deg, var(--navy-900) 0%, #0f2a40 100%);
  color: var(--cream-50);
  border-bottom: 1px solid rgba(214, 90, 42, 0.35);
  box-shadow: 0 1px 0 rgba(13, 36, 56, 0.04), 0 6px 18px rgba(13, 36, 56, 0.06);
  position: sticky;
  isolation: isolate;
}
.topbar::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 200% at 100% 50%, rgba(214, 90, 42, 0.22), transparent 60%),
    radial-gradient(ellipse 40% 200% at 0% 50%, rgba(10, 214, 199, 0.10), transparent 60%);
  pointer-events: none;
  z-index: -1;
}
.topbar.scrolled { box-shadow: 0 4px 18px rgba(13, 36, 56, 0.18); }
.topbar-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 18px 28px;
  display: flex;
  align-items: center;
  gap: 32px;
}
.brand { display: flex; align-items: center; gap: 18px; flex-shrink: 0; }
.brand-mark {
  width: 76px; height: 76px;
  display: grid; place-items: center;
  background: var(--cream-50);
  border-radius: 16px;
  padding: 8px;
  box-shadow: 0 2px 0 rgba(0,0,0,0.10), 0 10px 24px rgba(0,0,0,0.22);
}
.brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  white-space: nowrap;
  color: var(--cream-50);
}
.brand-text .name {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1.32rem;
  letter-spacing: -0.015em;
  color: var(--cream-50);
}
.brand-text .tag {
  font-size: 0.78rem;
  color: var(--orange-400);
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-top: 2px;
}

.nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 4px;
}
.nav a {
  font-weight: 500;
  font-size: 0.96rem;
  padding: 10px 16px;
  border-radius: 999px;
  color: rgba(250, 247, 242, 0.75);
  transition: background 0.18s, color 0.18s;
  position: relative;
}
.nav a:hover { color: var(--cream-50); background: rgba(250, 247, 242, 0.08); }
.nav a.active {
  color: var(--cream-50);
  background: rgba(250, 247, 242, 0.10);
}
.nav a.active::after {
  content: '';
  position: absolute;
  left: 16px; right: 16px; bottom: 4px;
  height: 2px;
  background: var(--orange-500);
  border-radius: 2px;
}
.nav-toggle {
  display: none;
  margin-left: auto;
  background: rgba(250, 247, 242, 0.10);
  border: 1px solid rgba(250, 247, 242, 0.18);
  border-radius: 10px;
  width: 44px; height: 44px;
  align-items: center; justify-content: center;
  color: var(--cream-50);
}
.nav-toggle svg { width: 22px; height: 22px; stroke: var(--cream-50); }

/* Buttons ----------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.98rem;
  border: 1px solid transparent;
  transition: transform 0.15s, background 0.15s, border-color 0.15s, color 0.15s, box-shadow 0.18s;
  white-space: nowrap;
}
.btn-primary {
  background: var(--orange-500);
  color: white;
  box-shadow: 0 1px 0 rgba(0,0,0,0.05), 0 6px 18px rgba(214, 90, 42, 0.25);
}
.btn-primary:hover { background: var(--orange-600); transform: translateY(-1px); box-shadow: 0 8px 22px rgba(196,74,28,0.32); }
.btn-secondary {
  background: var(--navy-900);
  color: var(--cream-50);
}
.btn-secondary:hover { background: var(--navy-700); transform: translateY(-1px); }
.btn-ghost {
  background: transparent;
  color: var(--navy-900);
  border-color: var(--line);
}
.btn-ghost:hover { background: rgba(13, 36, 56, 0.04); border-color: var(--ink-soft); }

.btn .arrow { transition: transform 0.2s; }
.btn:hover .arrow { transform: translateX(3px); }

/* Hero -------------------------------------------------------- */
.hero {
  padding: 92px 0 80px;
  background:
    radial-gradient(ellipse 80% 60% at 80% 0%, rgba(232, 118, 69, 0.10), transparent 60%),
    radial-gradient(ellipse 60% 50% at 0% 100%, rgba(13, 36, 56, 0.05), transparent 60%),
    var(--cream-50);
  position: relative;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 72px;
  align-items: center;
}
.hero h1 .accent { color: var(--orange-500); font-style: italic; font-weight: 400; }
.hero .hero-sub {
  margin-top: 28px;
  font-size: 1.18rem;
  color: var(--ink-soft);
  max-width: 540px;
  line-height: 1.6;
}
.hero-actions { margin-top: 40px; display: flex; gap: 12px; flex-wrap: wrap; }
.hero-meta {
  margin-top: 56px;
  display: flex;
  gap: 36px;
  align-items: center;
  color: var(--ink-mute);
  font-size: 0.86rem;
}
.hero-meta .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--orange-500); }
.hero-meta strong { color: var(--navy-900); font-weight: 600; font-size: 1rem; display: block; white-space: nowrap; }
.hero-meta > div { flex-shrink: 0; }
.hero-social { display: inline-flex; align-items: center; gap: 14px; }
.hero-social .coach-social { width: 50px; height: 50px; background: var(--navy-900); color: var(--cream-50); }
.hero-social .coach-social svg { width: 26px; height: 26px; }

/* Hero quote card */
.quote-card {
  background: white;
  border-radius: var(--radius-xl);
  padding: 48px 44px;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--line-soft);
  position: relative;
  transform: rotate(0.4deg);
}
.quote-card::before {
  content: '"';
  position: absolute;
  top: -28px; left: 30px;
  font-family: var(--serif);
  font-size: 7rem;
  line-height: 1;
  color: var(--orange-500);
  font-style: italic;
}
.quote-card blockquote {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.5rem;
  line-height: 1.4;
  color: var(--navy-900);
  font-weight: 400;
  letter-spacing: -0.01em;
  transition: opacity 0.4s ease;
}
.quote-card cite {
  display: block;
  margin-top: 24px;
  font-style: normal;
  font-size: 0.86rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-mute);
  font-family: var(--sans);
  transition: opacity 0.4s ease;
}
.quote-card.fade blockquote,
.quote-card.fade cite { opacity: 0; }

/* Logo mark hero side */
.hero-logo-watermark {
  position: absolute;
  right: -120px; top: 20%;
  width: 460px;
  opacity: 0.05;
  pointer-events: none;
}

/* Section base ------------------------------------------------ */
section.block { padding: 100px 0; position: relative; }
section.block + section.block { padding-top: 20px; }
section.tint { background: white; }
section.cream { background: var(--cream-100); }
section.navy { background: var(--navy-900); color: var(--cream-50); }
section.sage { background: var(--sage-100); }

.section-head { max-width: 760px; margin-bottom: 56px; }
.section-head .lead { margin-top: 18px; }

/* Events block ------------------------------------------------ */
.events-band {
  background: white;
  border-radius: var(--radius-xl);
  padding: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  border: 1px solid var(--line-soft);
  box-shadow: var(--shadow-md);
}
.events-band .badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 12px;
  background: rgba(214, 90, 42, 0.10);
  color: var(--orange-600);
  font-size: 0.78rem;
  font-weight: 600;
  border-radius: 999px;
  letter-spacing: 0.04em;
}
.events-band h2 { margin-top: 18px; font-size: clamp(1.75rem, 3vw, 2.4rem); }
.events-band p { margin-top: 16px; color: var(--ink-soft); }
.events-band .cta-row { margin-top: 28px; display: flex; gap: 10px; flex-wrap: wrap; }

.event-list { display: flex; flex-direction: column; gap: 12px; }
.event-item {
  display: grid;
  grid-template-columns: 60px 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  background: var(--cream-50);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  transition: border-color 0.18s, transform 0.18s;
}
.event-item:hover { border-color: var(--orange-400); transform: translateX(2px); }
.event-date {
  text-align: center;
  font-family: var(--sans);
  line-height: 1;
}
.event-date .day { font-size: 1.5rem; font-weight: 700; color: var(--navy-900); }
.event-date .month { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--orange-500); margin-top: 4px; }
.event-title { font-weight: 600; color: var(--navy-900); font-size: 0.98rem; }
.event-time { font-size: 0.8rem; color: var(--ink-mute); margin-top: 2px; }
.event-cta { font-size: 0.85rem; color: var(--orange-600); font-weight: 600; display: inline-flex; align-items: center; gap: 4px; }

.event-item--placeholder {
  cursor: default;
  opacity: 0.7;
  font-style: italic;
}
.event-item--placeholder:hover { border-color: var(--line-soft); transform: none; }
.event-date--generic {
  display: grid;
  place-items: center;
  color: var(--orange-500);
}
.event-date--generic svg { width: 26px; height: 26px; }

/* Pillars / values ------------------------------------------- */
.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.pillar {
  background: white;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.pillar:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.pillar-num {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.5rem;
  color: var(--orange-500);
  margin-bottom: 12px;
  display: block;
}
.pillar h3 { font-size: 1.35rem; margin-bottom: 12px; }
.pillar p { color: var(--ink-soft); font-size: 0.96rem; line-height: 1.6; }

/* Mitgliederbereich — Auswahl (zwei Rahmen) -------------------- */
.member-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.member-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 40px 36px;
}
.member-card h3 { font-size: 1.5rem; margin: 0; }
.member-card p { margin: 0; }
.member-card .note {
  background: var(--cream-100);
  border-radius: var(--radius);
  padding: 16px 18px;
  font-size: 0.9rem;
}
.member-card .btn { margin-top: auto; align-self: flex-start; }

/* Bridge metaphor (hero strip) -------------------------------- */
.bridge-strip {
  background: var(--navy-900);
  color: var(--cream-50);
  padding: 80px 0;
  text-align: center;
}
.bridge-strip h2 { color: var(--cream-50); max-width: 820px; margin: 0 auto; }
.bridge-strip h2 em { color: var(--orange-400); font-style: italic; font-weight: 400; }
.bridge-strip .lead { color: rgba(250, 247, 242, 0.7); margin-top: 24px; max-width: 640px; margin-left: auto; margin-right: auto; }

/* Coach preview grid ----------------------------------------- */
.coach-preview-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.coach-card {
  background: white;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s, box-shadow 0.2s;
}
.coach-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.coach-photo {
  aspect-ratio: 1 / 1;
  background: var(--sage-100);
  overflow: hidden;
  position: relative;
}
.coach-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 22%; }
.coach-photo.placeholder {
  display: grid;
  place-items: center;
  background: repeating-linear-gradient(45deg, var(--cream-100) 0 10px, var(--cream-200) 10px 20px);
  color: var(--ink-mute);
  font-family: var(--mono);
  font-size: 0.75rem;
  text-align: center;
}
.coach-body { padding: 20px 22px 22px; }
.coach-body .city { font-size: 0.78rem; color: var(--orange-600); font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; }
.coach-body h3 { font-size: 1.15rem; margin-top: 6px; }
.coach-body .focus { margin-top: 10px; font-size: 0.88rem; color: var(--ink-soft); line-height: 1.5; }

/* Coaches verzeichnis page ----------------------------------- */
.page-hero {
  padding: 80px 0 56px;
  background:
    radial-gradient(ellipse 60% 40% at 90% 10%, rgba(232, 118, 69, 0.07), transparent 60%),
    var(--cream-50);
}
.page-hero h1 { font-size: clamp(2.2rem, 5vw, 3.75rem); max-width: 800px; }
.page-hero .lead { max-width: 660px; margin-top: 20px; }

.filter-bar {
  margin-top: 40px;
  padding: 14px;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  box-shadow: var(--shadow-sm);
}
.filter-bar input[type="search"] {
  flex: 1;
  min-width: 220px;
  border: 0;
  background: transparent;
  padding: 10px 14px;
  font: inherit;
  color: var(--navy-900);
  outline: none;
}
.filter-bar input::placeholder { color: var(--ink-mute); }
.filter-bar .chip-group { display: flex; gap: 6px; flex-wrap: wrap; }
.chip {
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--cream-100);
  border: 1px solid transparent;
  color: var(--ink-soft);
  font-size: 0.85rem;
  font-weight: 500;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.chip:hover { background: var(--cream-200); }
.chip.active { background: var(--navy-900); color: var(--cream-50); }
.filter-count { color: var(--ink-mute); font-size: 0.85rem; padding: 0 12px; }

.coach-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 32px;
}

.coach-row {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 32px;
  background: white;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  padding: 24px;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.coach-row:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); border-color: var(--line); }
.coach-row .coach-photo {
  width: 240px;
  height: 240px;
  aspect-ratio: 1 / 1;
  border-radius: var(--radius);
  align-self: start;
  overflow: hidden;
}
.coach-row .coach-photo img { object-position: 50% 22%; }
.coach-row .coach-photo.placeholder { font-size: 0.7rem; padding: 12px; }
.coach-row-body { padding: 4px 0 0; display: flex; flex-direction: column; gap: 14px; flex: 1; }
.coach-row-body .header { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.coach-row-body h3 { font-size: 1.3rem; }
.coach-row-body .city { font-size: 0.78rem; color: var(--orange-600); font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; white-space: nowrap; }
.coach-section { font-size: 0.88rem; }
.coach-section .label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-bottom: 6px;
}
.coach-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: var(--ink-soft);
  line-height: 1.45;
}
.coach-section ul li {
  position: relative;
  padding-left: 18px;
  font-size: 0.88rem;
}
.coach-section ul li::before {
  content: '';
  position: absolute;
  left: 2px; top: 8px;
  width: 8px; height: 8px;
  border-bottom: 1.5px solid var(--orange-500);
  border-left: 1.5px solid var(--orange-500);
  transform: rotate(-45deg);
}
.coach-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 14px;
  margin-top: auto;
  border-top: 1px solid var(--line-soft);
  font-size: 0.85rem;
  color: var(--ink-soft);
}
.coach-contact a { display: inline-flex; align-items: center; gap: 6px; color: var(--navy-900); font-weight: 500; }
.coach-contact a:hover { color: var(--orange-500); }
.coach-contact svg { width: 14px; height: 14px; opacity: 0.6; }
.coach-actions {
  margin-top: 4px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}
.coach-profile {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  border-radius: 999px;
  background: var(--orange-500);
  color: white;
  font-weight: 600;
  font-size: 0.88rem;
  box-shadow: 0 1px 0 rgba(0,0,0,0.05), 0 4px 12px rgba(214, 90, 42, 0.22);
  transition: transform 0.15s, background 0.15s, box-shadow 0.18s;
}
.coach-profile:hover { background: var(--orange-600); transform: translateY(-1px); box-shadow: 0 6px 16px rgba(196,74,28,0.3); }
.coach-profile svg { width: 12px; height: 12px; }
.coach-website {
  font-size: 0.85rem;
  color: var(--navy-700);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 2px;
  transition: color 0.15s, border-color 0.15s;
}
.coach-website:hover { color: var(--orange-500); border-color: var(--orange-500); }
.coach-website svg { width: 13px; height: 13px; opacity: 0.7; }

.coach-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(15, 30, 52, 0.06);
  color: var(--navy-700);
  transition: background 0.15s, color 0.15s, transform 0.15s, box-shadow 0.18s;
}
.coach-social svg { width: 16px; height: 16px; }
.coach-social:hover { transform: translateY(-1px); box-shadow: 0 4px 12px rgba(0,0,0,0.08); }
.coach-social--youtube:hover  { background: #ff0000; color: #fff; }
.coach-social--spotify:hover  { background: #1db954; color: #fff; }
.coach-social--webinar:hover  { background: var(--orange-500); color: #fff; }

/* Footer ----------------------------------------------------- */
footer {
  background: var(--navy-900);
  color: rgba(250, 247, 242, 0.78);
  padding: 72px 0 32px;
  margin-top: 80px;
}
footer h4 { color: var(--cream-50); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.14em; margin-bottom: 18px; font-weight: 700; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(250, 247, 242, 0.10);
}
.footer-brand .name {
  font-family: var(--serif);
  font-size: 1.4rem;
  color: var(--cream-50);
  letter-spacing: -0.01em;
  font-weight: 500;
}
.footer-brand .blurb { margin-top: 14px; max-width: 320px; color: rgba(250, 247, 242, 0.6); font-size: 0.92rem; line-height: 1.6; }
.footer-links { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.footer-links a { color: rgba(250, 247, 242, 0.72); font-size: 0.92rem; transition: color 0.15s; }
.footer-links a:hover { color: var(--orange-400); }
.social-row { display: flex; gap: 10px; }
.social-row a {
  width: 40px; height: 40px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: rgba(250, 247, 242, 0.08);
  color: var(--cream-50);
  transition: background 0.18s, color 0.18s;
}
.social-row a:hover { background: var(--orange-500); }
.social-row svg { width: 16px; height: 16px; }

.footer-bottom {
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.82rem;
  color: rgba(250, 247, 242, 0.5);
  flex-wrap: wrap;
  gap: 12px;
}

/* Responsive -------------------------------------------------- */
@media (max-width: 1080px) {
  .brand-text .tag { display: none; }
}
@media (max-width: 980px) {
  .nav { display: none; position: absolute; top: 70px; right: 12px; left: 12px; flex-direction: column; align-items: stretch; background: var(--cream-50); padding: 12px; border-radius: var(--radius); box-shadow: var(--shadow-lg); border: 1px solid var(--line); }
  .nav.open { display: flex; }
  .nav a { padding: 14px 18px; border-radius: 8px; color: var(--ink); }
  .nav a:hover { color: var(--orange-600); background: rgba(13, 36, 56, 0.05); }
  .nav a.active { color: var(--orange-600); background: rgba(214, 90, 42, 0.08); }
  .nav a.active::after { left: 18px; right: auto; bottom: 8px; width: 16px; }
  .nav-toggle { display: inline-flex; }

  .hero { padding: 64px 0 56px; }
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .quote-card { padding: 36px 28px; }
  .quote-card blockquote { font-size: 1.25rem; }

  section.block { padding: 72px 0; }

  .events-band { grid-template-columns: 1fr; padding: 32px; gap: 28px; }

  .pillars { grid-template-columns: 1fr; }
  .member-grid { grid-template-columns: 1fr; }

  .coach-preview-grid { grid-template-columns: repeat(2, 1fr); }

  .coach-row { grid-template-columns: 200px 1fr; gap: 24px; padding: 20px; }
  .coach-row .coach-photo { width: 200px; height: 200px; }
  .coach-row-body { padding: 18px 20px; }
  .coach-row-body .header { flex-direction: column; align-items: flex-start; gap: 4px; }

  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
}

@media (max-width: 600px) {
  body { font-size: 16px; }
  .container, .container-narrow { padding: 0 20px; }
  .topbar-inner { padding: 12px 20px; gap: 14px; }
  .brand { gap: 12px; }
  .brand-mark { width: 56px; height: 56px; border-radius: 12px; padding: 6px; }
  .brand-text .name { font-size: 1.05rem; }
  .brand-text .tag { display: none; }
  .hero { padding: 48px 0 56px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { justify-content: center; }
  .hero-meta { flex-direction: column; align-items: flex-start; gap: 18px; }
  .events-band { padding: 24px; }
  .coach-preview-grid { grid-template-columns: 1fr; }
  .coach-row { grid-template-columns: 1fr; gap: 16px; padding: 20px; }
  .coach-row .coach-photo { width: 100%; height: auto; aspect-ratio: 5/3; }
  footer { padding: 56px 0 24px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}

/* Germany map ------------------------------------------------- */
.map-section {
  background: var(--cream-100);
  padding: 64px 0 64px;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}
.map-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 56px;
  align-items: center;
}
.map-wrap {
  background: var(--cream-50);
  border-radius: var(--radius-lg);
  padding: 28px;
  border: 1px solid var(--line-soft);
  box-shadow: var(--shadow-sm);
  position: relative;
}
.de-map { width: 100%; max-width: 460px; height: auto; display: block; margin: 0 auto; }
.de-map .de-outline {
  fill: var(--cream-100);
  stroke: var(--navy-900);
  stroke-width: 2;
  stroke-linejoin: round;
}
.de-map .de-divs path {
  fill: none;
  stroke: var(--navy-300);
  stroke-width: 1;
  stroke-dasharray: 0;
  opacity: 0.55;
}
.de-map .de-pin {
  cursor: pointer;
}
.de-map .de-pin .halo {
  fill: var(--orange-500);
  opacity: 0.15;
  transition: opacity 0.2s, r 0.2s;
}
.de-map .de-pin .dot {
  fill: var(--orange-500);
  stroke: var(--cream-50);
  stroke-width: 2;
  transition: r 0.2s, fill 0.2s;
}
.de-map .de-pin:hover .halo,
.de-map .de-pin.active .halo {
  opacity: 0.32;
}
.de-map .de-pin:hover .dot,
.de-map .de-pin.active .dot {
  fill: var(--orange-600);
}

.map-info h2 { font-size: clamp(1.6rem, 2.6vw, 2.1rem); }
.map-info p { color: var(--ink-soft); margin-top: 14px; }
.map-stats { margin-top: 28px; display: flex; flex-direction: column; gap: 14px; }
.map-stat {
  display: flex; align-items: baseline; gap: 14px;
  padding: 12px 0;
  border-top: 1px solid var(--line-soft);
}
.map-stat:last-child { border-bottom: 1px solid var(--line-soft); }
.map-stat .n { font-family: var(--serif); font-size: 1.85rem; color: var(--orange-500); line-height: 1; }
.map-stat .l { color: var(--ink-soft); font-size: 0.95rem; }

.map-tooltip {
  position: absolute;
  background: var(--navy-900);
  color: var(--cream-50);
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 500;
  pointer-events: none;
  white-space: nowrap;
  opacity: 0;
  transform: translate(-50%, -100%) translateY(-10px);
  transition: opacity 0.15s;
  box-shadow: var(--shadow-md);
  z-index: 5;
}
.map-tooltip::after {
  content: '';
  position: absolute;
  left: 50%; bottom: -5px;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top-color: var(--navy-900);
  border-bottom: 0;
}
.map-tooltip.show { opacity: 1; }
.map-tooltip .city { color: var(--orange-400); font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.06em; display: block; }

@media (max-width: 900px) {
  .map-grid { grid-template-columns: 1fr; gap: 28px; }
}

/* Video grid -------------------------------------------------- */
.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
  gap: 28px;
  margin-top: 40px;
}
.video-card {
  background: white;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.video-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--line); }

.video-frame {
  aspect-ratio: 16 / 9;
  background: var(--navy-900);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.video-frame::after {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 30% 30%, rgba(214, 90, 42, 0.20), transparent 60%),
    radial-gradient(ellipse 50% 60% at 80% 80%, rgba(10, 214, 199, 0.10), transparent 60%);
  pointer-events: none;
  transition: opacity 0.2s;
}
.video-frame iframe {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  border: 0;
}
.video-frame.playing::after { opacity: 0; }

.video-frame .play-btn {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 72px; height: 72px;
  border-radius: 50%;
  background: var(--orange-500);
  display: grid; place-items: center;
  box-shadow: 0 4px 20px rgba(214, 90, 42, 0.45), 0 0 0 0 rgba(214, 90, 42, 0.5);
  transition: transform 0.2s, box-shadow 0.2s;
  z-index: 2;
}
.video-frame:hover .play-btn { transform: translate(-50%, -50%) scale(1.06); box-shadow: 0 8px 28px rgba(214,90,42,0.55); }
.video-frame .play-btn svg { width: 26px; height: 26px; margin-left: 4px; }

.video-frame.playing .play-btn { display: none; }

.video-frame .duration,
.video-frame .video-label {
  position: absolute;
  z-index: 2;
  background: rgba(13, 36, 56, 0.78);
  color: var(--cream-50);
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  backdrop-filter: blur(6px);
}
.video-frame .duration { bottom: 14px; right: 14px; }
.video-frame .video-label { top: 14px; left: 14px; background: rgba(214, 90, 42, 0.92); }

.video-meta {
  padding: 24px 26px 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.video-meta .video-eyebrow {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--orange-600);
}
.video-meta h3 { font-size: 1.3rem; }
.video-meta p { color: var(--ink-soft); font-size: 0.95rem; line-height: 1.55; }
.video-cta {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 999px;
  background: var(--orange-500);
  color: white;
  font-weight: 600;
  font-size: 0.9rem;
  align-self: flex-start;
  box-shadow: 0 1px 0 rgba(0,0,0,0.05), 0 4px 12px rgba(214, 90, 42, 0.22);
  transition: background 0.15s, transform 0.15s, box-shadow 0.18s;
}
.video-cta:hover { background: var(--orange-600); transform: translateY(-1px); box-shadow: 0 6px 16px rgba(196,74,28,0.30); }
.video-cta .arrow { transition: transform 0.2s; }
.video-cta:hover .arrow { transform: translateX(3px); }
.video-cta.ghost {
  background: transparent;
  color: var(--navy-900);
  border: 1px solid var(--line);
  box-shadow: none;
}
.video-cta.ghost:hover { background: rgba(13, 36, 56, 0.04); border-color: var(--ink-soft); }
.video-meta .video-foot {
  margin-top: 6px;
  display: flex;
  gap: 14px;
  align-items: center;
  font-size: 0.82rem;
  color: var(--ink-mute);
}
.video-meta .video-foot .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--ink-mute); }

@media (max-width: 700px) {
  .video-grid { grid-template-columns: 1fr; gap: 20px; }
  .video-frame .play-btn { width: 60px; height: 60px; }
}

/* Podcast Embed (Spotify, 2-Klick) ---------------------------- */
.podcast-embed {
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  background: var(--navy-900);
  color: var(--cream-50);
  position: relative;
  transition: transform 0.2s, box-shadow 0.2s;
  outline: none;
}
.podcast-embed:hover,
.podcast-embed:focus-visible {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.podcast-embed:focus-visible { box-shadow: 0 0 0 3px rgba(214, 90, 42, 0.45); }
.podcast-embed.loaded {
  cursor: default;
  background: transparent;
  transform: none;
  box-shadow: none;
}
.podcast-embed iframe {
  display: block;
  width: 100%;
  height: 232px;
  border: 0;
  border-radius: 14px;
}
.podcast-cover {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 30px 34px;
}
.podcast-logo {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: #1ed760;
}
.podcast-logo svg { width: 56px; height: 56px; }
.podcast-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.podcast-info .podcast-meta {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(250, 247, 242, 0.65);
}
.podcast-info strong {
  font-family: 'Newsreader', serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.podcast-info .podcast-hint {
  font-size: 0.88rem;
  color: rgba(250, 247, 242, 0.65);
  margin-top: 4px;
}
.podcast-play {
  display: grid;
  place-items: center;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--orange-500);
  flex-shrink: 0;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 16px rgba(214, 90, 42, 0.35);
}
.podcast-embed:hover .podcast-play { transform: scale(1.06); }
.podcast-play svg { width: 22px; height: 22px; color: white; margin-left: 3px; }

@media (max-width: 600px) {
  .podcast-cover { flex-wrap: wrap; padding: 22px 22px; gap: 16px; }
  .podcast-logo svg { width: 44px; height: 44px; }
  .podcast-info { flex-basis: calc(100% - 60px - 16px); }
  .podcast-info strong { font-size: 1.25rem; }
  .podcast-play { width: 48px; height: 48px; }
  .podcast-embed iframe { height: 232px; }
}

/* Legal pages (Impressum, Satzung, Datenschutz) --------------- */
.legal h2 {
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  margin-top: 56px;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}
.legal h2:first-of-type { margin-top: 0; }
.legal h3 {
  font-family: 'Newsreader', serif;
  font-weight: 500;
  font-size: 1.35rem;
  color: var(--navy-900);
  margin-top: 36px;
  margin-bottom: 12px;
}
.legal h4 {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--orange-600);
  margin-top: 28px;
  margin-bottom: 10px;
}
.legal p {
  color: var(--ink-soft);
  line-height: 1.7;
  margin-bottom: 14px;
}
.legal ol,
.legal ul {
  margin: 0 0 16px 1.4em;
  padding: 0;
  color: var(--ink-soft);
  line-height: 1.7;
}
.legal li { margin-bottom: 6px; }
.legal li > ul,
.legal li > ol { margin-top: 8px; margin-bottom: 8px; }
.legal a { color: var(--orange-600); text-decoration: underline; text-underline-offset: 2px; }
.legal a:hover { color: var(--orange-700, var(--orange-600)); }
.legal strong { color: var(--navy-900); }
.legal-block {
  font-style: normal;
  color: var(--ink-soft);
  line-height: 1.7;
  padding: 18px 22px;
  background: var(--cream-50);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  margin-bottom: 16px;
}
.legal-meta {
  font-size: 0.92rem;
  color: var(--ink-mute);
  font-style: italic;
}
.legal-divider {
  border: 0;
  border-top: 2px solid var(--line);
  margin: 64px 0;
}

/* Logo SVG ---------------------------------------------------- */
.logo-svg-fill-navy { fill: var(--navy-900); }
.logo-svg-fill-orange { fill: var(--orange-500); }
.logo-svg-stroke-navy { stroke: var(--navy-900); }

/* Video/Podcast-Consent-Overlay (2-Klick-Loesung) ------------- */
.video-frame.consenting { cursor: default; }
.video-frame.consenting .play-btn,
.video-frame.consenting .duration,
.video-frame.consenting .video-label { display: none; }
.podcast-embed.consenting { cursor: default; }
.podcast-embed.consenting .podcast-cover { opacity: 0.25; }

.video-consent {
  position: absolute;
  inset: 0;
  z-index: 3;
  background: rgba(13, 36, 56, 0.92);
  color: var(--cream-50);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px 28px;
  gap: 18px;
}
.video-consent p {
  font-size: 0.95rem;
  line-height: 1.5;
  max-width: 38ch;
  margin: 0;
  color: var(--cream-50);
}
.video-consent-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}
.video-consent .btn { min-width: 132px; }
.video-consent .btn-ghost {
  color: var(--cream-50);
  border-color: rgba(250, 247, 242, 0.4);
  background: transparent;
}
.video-consent .btn-ghost:hover {
  background: rgba(250, 247, 242, 0.08);
  border-color: var(--cream-50);
}

@media (max-width: 540px) {
  .video-consent { padding: 18px; gap: 14px; }
  .video-consent p { font-size: 0.85rem; }
  .video-consent .btn { min-width: 0; flex: 1; }
}

/* ===========================================================
   Landingpage „Du bist nicht allein" (du-bist-nicht-allein.html)
   Nutzt die bestehenden Tokens/Komponenten; nur Ergaenzungen.
   =========================================================== */

/* Reduzierter Header-Link (statt voller Nav) — immer sichtbar */
.lp-home {
  margin-left: auto;
  font-size: 0.92rem;
  font-weight: 500;
  color: rgba(250, 247, 242, 0.78);
  padding: 8px 14px;
  border-radius: 999px;
  transition: background 0.18s, color 0.18s;
}
.lp-home:hover { color: var(--cream-50); background: rgba(250, 247, 242, 0.08); }

/* Hero-Zusatz */
.lp-cta-note { margin-top: 14px; font-size: 0.95rem; color: var(--ink-mute); }

/* Einzelnes Testimonial-Video, zentriert & begrenzt */
.lp-video { max-width: 720px; margin: 40px auto 0; }

/* Schmerz/Sehnsucht-Zitatzeilen in den Karten */
.lp-quotes { list-style: none; display: flex; flex-direction: column; gap: 12px; margin: 4px 0 0; }
.lp-quotes li {
  font-family: var(--serif);
  font-size: 1.15rem;
  font-style: italic;
  color: var(--ink-soft);
  line-height: 1.5;
}

/* Transparenz-Faktenliste */
.lp-facts { list-style: none; display: flex; flex-direction: column; gap: 16px; margin: 4px 0 0; }
.lp-facts li { display: flex; gap: 14px; color: var(--ink-soft); line-height: 1.6; }
.lp-facts li svg { flex: 0 0 auto; width: 22px; height: 22px; color: var(--orange-500); margin-top: 2px; }
.lp-facts li strong { color: var(--navy-900); font-weight: 600; }

/* Newsletter-Formular */
.lp-newsletter-form {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 520px;
  margin: 26px auto 0;
}
.lp-newsletter-form input[type="email"] {
  flex: 1 1 240px;
  padding: 14px 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font: inherit;
  font-size: 1rem;
  background: white;
  color: var(--ink);
}
.lp-newsletter-form input[type="email"]:focus {
  outline: none;
  border-color: var(--orange-500);
  box-shadow: 0 0 0 3px rgba(214, 90, 42, 0.15);
}
.lp-newsletter-form .btn { flex: 0 0 auto; }
.lp-fineprint { margin-top: 14px; font-size: 0.88rem; color: var(--ink-mute); }

/* Schlanker Landingpage-Footer */
.lp-footer {
  background: linear-gradient(180deg, var(--navy-900) 0%, #0f2a40 100%);
  color: rgba(250, 247, 242, 0.75);
  padding: 40px 0;
  text-align: center;
}
.lp-footer .disclaimer { color: var(--cream-50); font-weight: 600; margin-bottom: 14px; }
.lp-footer .lp-footer-links { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; margin-bottom: 14px; }
.lp-footer a { color: rgba(250, 247, 242, 0.78); }
.lp-footer a:hover { color: var(--cream-50); }
.lp-footer .copy { font-size: 0.82rem; color: rgba(250, 247, 242, 0.5); }
