/* ==========================================================================
   speaker.css . WP-E7 . Buehne/Spotlight
   Seitenspezifische Schicht fuer speaker.html. Baut NUR auf den Tokens und
   Komponenten aus design-system.css auf (READ-ONLY). Konventioneller Flow
   (kein data-flow="ascent"): normales Scrollen, Tiefenmesser ab -400 m,
   Fisch + Pfad + Zonen als Bildsprache, Occlusion dosiert.
   Motiv: Buehne. Ein Spotlight-Kegel (Jellofish, NUR Licht) folgt dem
   Scroll (transform only, via data-parallax der Engine).
   ========================================================================== */

/* --------------------------------------------------------------------------
   Spotlight-Kegel . globales Buehnenlicht, folgt dem Scroll.
   Reiner Lichteffekt: Jellofish-Radialverlauf, sehr dezent, transform only.
   data-parallax (Engine) verschiebt ihn beim Scrollen -> "folgt dem Scroll".
   Bei reduced-motion schaltet die Engine Parallax ab, das Licht bleibt ruhig.
   -------------------------------------------------------------------------- */
.spotlight {
  position: fixed;
  top: -22vh;
  left: 50%;
  width: min(120vw, 1500px);
  height: 150vh;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(60% 45% at 50% 0%,
      rgba(255, 255, 157, 0.10) 0%,
      rgba(255, 255, 157, 0.05) 38%,
      rgba(255, 255, 157, 0) 72%);
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 55%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 55%, transparent 100%);
  will-change: transform;
}

/* --------------------------------------------------------------------------
   Hero . echtes Buehnenfoto, dezent abgedunkelt fuer Lesbarkeit
   -------------------------------------------------------------------------- */
.speaker-hero {
  position: relative;
  overflow: hidden;
  min-height: clamp(560px, 86vh, 880px);
  display: flex;
  align-items: flex-end;
  padding-block: clamp(7rem, 16vh, 11rem) clamp(3.5rem, 9vh, 6rem);
}
.speaker-hero__media {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.speaker-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}
/* Lesbarkeits-Overlay: nach links/unten abgedunkelt, Buehne bleibt sichtbar */
.speaker-hero__scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 14, 26, 0.92) 0%, rgba(10, 14, 26, 0.74) 38%, rgba(10, 14, 26, 0.30) 72%, rgba(10, 14, 26, 0.18) 100%),
    linear-gradient(0deg, rgba(6, 8, 15, 0.95) 0%, rgba(6, 8, 15, 0.30) 34%, rgba(6, 8, 15, 0) 60%);
}
.speaker-hero__inner { position: relative; max-width: 46rem; }
.speaker-hero h1 { margin-top: 0.85rem; }
.speaker-hero__sub { margin-top: 1.6rem; max-width: 34rem; }
.speaker-hero__actions { margin-top: 2.4rem; }

/* --------------------------------------------------------------------------
   Format-Karten
   -------------------------------------------------------------------------- */
.format-card { display: flex; flex-direction: column; height: 100%; }
.format-card__num { margin-bottom: 0.85rem; }
.format-card h3 { font-size: 1.5rem; margin-bottom: 0.65rem; }
.format-card p { color: var(--text-muted); line-height: 1.7; }
.format-card__meta {
  margin-top: auto;
  padding-top: 1.1rem;
  border-top: 1px solid var(--border-subtle);
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: var(--text-muted);
  letter-spacing: 0.02em;
}
.format-card__copy { margin-bottom: 1.4rem; }

/* --------------------------------------------------------------------------
   Storylines . grosse typografische Bloecke
   -------------------------------------------------------------------------- */
.storylines__grid {
  display: grid;
  gap: 0;
  grid-template-columns: 1fr;
  border-top: 1px solid var(--border-subtle);
}
.storyline {
  padding: clamp(1.75rem, 4vw, 2.75rem) 0;
  border-bottom: 1px solid var(--border-subtle);
}
.storyline h3 {
  font-size: clamp(1.6rem, 3.4vw, 2.5rem);
  letter-spacing: -0.02em;
  margin-bottom: 0.7rem;
}
.storyline p {
  color: var(--text-muted);
  line-height: 1.7;
  max-width: 54ch;
  font-size: 1.0625rem;
}
.storylines__note {
  margin-top: 2rem;
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  color: var(--text-muted);
}
@media (min-width: 860px) {
  .storylines__grid { grid-template-columns: 1fr 1fr; column-gap: clamp(2.5rem, 5vw, 5rem); }
  .storyline { padding-inline: 0; }
  /* obere Reihe teilt sich die Top-Border nicht doppelt */
  .storyline:nth-child(1), .storyline:nth-child(2) { border-top: none; }
}

/* --------------------------------------------------------------------------
   Bekannt von . laufende Marquee (Komponente .marquee aus design-system)
   -------------------------------------------------------------------------- */
.stages__marquee { margin-top: 2.5rem; }
.stages__item {
  flex: none;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.1rem, 2.2vw, 1.6rem);
  color: var(--text-muted);
  letter-spacing: 0.01em;
  white-space: nowrap;
}
.stages__dot { color: var(--accent-caribbean); opacity: 0.6; }
.stages__list {
  margin-top: 2.5rem;
  max-width: 64rem;
  color: var(--text-muted);
  line-height: 1.8;
}
.stages__list .kicker { display: block; margin-bottom: 0.6rem; }

/* --------------------------------------------------------------------------
   Was ihn ausmacht . Text + Portrait + Anker-Card
   -------------------------------------------------------------------------- */
.profile__grid {
  display: grid;
  gap: clamp(2rem, 5vw, 3.5rem);
  grid-template-columns: 1fr;
  align-items: start;
}
.profile__body { display: flex; flex-direction: column; gap: 1.25rem; }
.profile__body p { color: var(--text-muted); line-height: 1.8; font-size: 1.0625rem; }
.profile__body p.is-primary { color: var(--text-primary); }
.profile__body .profile__name { color: var(--text-primary); font-weight: 600; }
.profile__aside { display: flex; flex-direction: column; gap: 1.5rem; }
.profile__photo {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border-subtle);
  background: var(--bg-elevated);
}
.profile__photo img { width: 100%; height: auto; display: block; }
.profile__anchor h3 { font-size: 1.25rem; margin-bottom: 0.25rem; }
.profile__anchor .kicker { display: block; margin-bottom: 1.25rem; }
.profile__anchor ul { display: flex; flex-direction: column; gap: 0.8rem; }
.profile__anchor li {
  display: flex;
  gap: 0.6rem;
  font-size: 0.9375rem;
  color: var(--text-muted);
  line-height: 1.55;
}
.profile__anchor li::before {
  content: "·";
  color: var(--accent-caribbean);
  font-weight: 700;
  flex: none;
}
@media (min-width: 920px) {
  .profile__grid { grid-template-columns: 1.7fr 1fr; }
  .profile__aside { position: sticky; top: 6rem; }
}

/* --------------------------------------------------------------------------
   YouTube-Bibliothek . Karten mit Play-Symbol (KEINE Embeds, lokale Thumbs)
   -------------------------------------------------------------------------- */
.video-card { display: flex; flex-direction: column; padding: 0; overflow: hidden; }
.video-card__thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--bg-abyss);
}
.video-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform var(--t-med) ease;
}
.video-card:hover .video-card__thumb img { transform: scale(1.04); }
.video-card__thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(6, 8, 15, 0.55) 0%, rgba(6, 8, 15, 0.05) 55%);
}
.video-card__play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-caribbean);
  color: var(--bg-deep);
  z-index: 1;
  transition: transform var(--t-fast) ease, box-shadow var(--t-med) ease;
  box-shadow: 0 8px 28px rgba(160, 239, 255, 0.28);
}
.video-card:hover .video-card__play { transform: scale(1.08); }
.video-card__body { padding: 1.25rem 1.4rem 1.5rem; }
.video-card__body .kicker { display: block; margin-bottom: 0.4rem; }
.video-card__body h3 { font-size: 1.0625rem; margin-bottom: 0.5rem; line-height: 1.25; }
.video-card__dur { font-family: var(--font-mono); font-size: 0.75rem; color: var(--text-muted); }
.videos__more { margin-top: 2.25rem; }

/* --------------------------------------------------------------------------
   Booking
   -------------------------------------------------------------------------- */
.booking__inner { max-width: 46rem; margin-inline: auto; }
.booking__head { text-align: center; margin-bottom: clamp(2.5rem, 6vh, 3.5rem); }
.booking__head .lead { margin-inline: auto; }
.booking__form { padding: clamp(1.75rem, 4vw, 2.5rem); }
.booking__field-group { margin-bottom: 1.25rem; }
.booking__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.75rem;
}
.booking__alt {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--border-subtle);
  text-align: center;
  font-size: 0.9375rem;
  color: var(--text-muted);
}

/* --------------------------------------------------------------------------
   Dosierte Twilight-Aufhellung am Ende (God Rays Komponente aus design-system)
   -------------------------------------------------------------------------- */
.scene-light { position: relative; }

/* Bühnen-Galerie (echte Stage-/Workshop-Fotos, 13.06.) */
.stage-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(0.6rem, 1.5vw, 1rem);
  margin-top: clamp(1.5rem, 4vh, 2.5rem);
}
@media (min-width: 760px) {
  .stage-gallery { grid-template-columns: repeat(3, 1fr); }
}
.stage-shot {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  border: 1px solid rgba(160, 239, 255, 0.12);
  box-shadow: 0 18px 50px -28px rgba(0, 0, 0, 0.8);
}
.stage-shot img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s ease; }
.stage-shot:hover img { transform: scale(1.04); }
@media (prefers-reduced-motion: reduce) {
  .stage-shot img, .stage-shot:hover img { transition: none; transform: none; }
}
