/* ============================================================
   MONACO — Startseite
   ============================================================ */

/* ══ 1 · Video-Hero ══ */
.stage {
  position: relative;
  height: 100svh;
  min-height: 620px;
  overflow: hidden;
  background: var(--void);
}

.stage__film { position: absolute; inset: 0; z-index: 0; }
.stage__film video, .stage__film img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: saturate(.9) contrast(1.04) brightness(.82);
  transform: scale(1.06);
  transition: transform 8s linear;
}
.stage.rolling .stage__film video { transform: scale(1); }

/* Farbschleier: Gold oben links, Pink unten rechts */
.stage__film::after {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(70% 55% at 8% 2%, rgba(201,162,39,.22), transparent 60%),
    radial-gradient(80% 65% at 96% 100%, rgba(255,30,122,.22), transparent 60%),
    radial-gradient(58% 44% at 50% 46%, rgba(0,0,0,.62), transparent 72%),
    linear-gradient(to bottom, rgba(0,0,0,.62) 0%, rgba(0,0,0,.14) 40%, rgba(5,3,8,.94) 100%);
}

/* Ton-Schalter */
.stage__sound {
  position: absolute;
  right: clamp(22px, 3.4vw, 52px);
  bottom: clamp(78px, 8vh, 100px);
  z-index: 6;
  width: 40px; height: 40px;
  display: grid; place-items: center;
  border: 1px solid var(--rule);
  color: var(--gold);
  background: rgba(0,0,0,.35);
  font-size: .8rem;
  transition: background .4s, color .4s;
}
.stage__sound:hover { background: var(--gold); color: var(--void); }

/* Déco-Rahmen: haarfeine Goldlinie mit offenen Ecken */
.stage__frame {
  position: absolute;
  inset: clamp(14px, 1.8vw, 30px);
  top: calc(var(--bar) + clamp(8px, 1vw, 18px));
  bottom: clamp(66px, 7vh, 84px);
  z-index: 2;
  pointer-events: none;
  border: 1px solid rgba(201,162,39,.34);
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 1.4s var(--ease) .5s, transform 1.6s var(--ease) .5s;
}
.stage.rolling .stage__frame { opacity: 1; transform: none; }
/* Eckwinkel kräftiger */
.stage__frame::before, .stage__frame::after {
  content: "";
  position: absolute;
  width: 34px; height: 34px;
  border: 1px solid var(--gold);
}
.stage__frame::before { left: -1px; top: -1px; border-right: 0; border-bottom: 0; }
.stage__frame::after  { right: -1px; bottom: -1px; border-left: 0; border-top: 0; }

/* Titelblock */
.stage__type::before {
  content: "";
  position: absolute;
  left: 50%; top: 50%;
  width: min(1100px, 92vw); height: min(560px, 62vh);
  transform: translate(-50%, -50%);
  background: radial-gradient(closest-side, rgba(0,0,0,.62), transparent 78%);
  pointer-events: none;
}
.stage__type {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: var(--bar);
}
.stage__word {
  font-family: var(--display);
  font-size: clamp(3rem, 13vw, 12rem);
  line-height: .9;
  text-transform: uppercase;
  letter-spacing: .5em;
  padding-left: .5em;
  margin: 0;
  text-shadow: 0 6px 40px rgba(0,0,0,.6);
  opacity: 0;
  transition: letter-spacing 2.2s var(--ease), opacity 1.4s var(--ease);
}
.stage.rolling .stage__word { letter-spacing: .16em; opacity: 1; }

.stage__sub {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 26px);
  margin-top: clamp(14px, 2vw, 28px);
  font-size: clamp(.6rem, .9vw, .74rem);
  letter-spacing: .46em;
  text-transform: uppercase;
  color: var(--bone);
  text-shadow: 0 2px 12px rgba(0,0,0,.85);
  flex-wrap: wrap;
  justify-content: center;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 1.2s var(--ease) .5s, transform 1.2s var(--ease) .5s;
}
.stage.rolling .stage__sub { opacity: 1; transform: none; }
.stage__sub .pip { width: 5px; height: 5px; background: var(--pink); transform: rotate(45deg); flex: 0 0 auto; }
@media (max-width: 620px) {
  .stage__sub {
    flex-direction: column;
    gap: 7px;
    letter-spacing: .3em;
    font-size: .58rem;
    margin-top: 22px;
  }
  .stage__sub .pip { display: none; }
  .stage__strip { font-size: .52rem; letter-spacing: .18em; padding: 13px 16px; justify-content: center; }
  .stage__strip > span:last-child { display: none; }
  .stage__frame { bottom: clamp(58px, 8vh, 76px); }
  .stage__sound { bottom: clamp(70px, 9vh, 92px); right: 18px; width: 36px; height: 36px; }
}

.stage__acts {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: clamp(30px, 4vw, 52px);
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 1.2s var(--ease) .75s, transform 1.2s var(--ease) .75s;
}
.stage.rolling .stage__acts { opacity: 1; transform: none; }

/* Neon-Schriftzüge an den Rändern */
.stage__sign {
  position: absolute;
  z-index: 4;
  font-size: clamp(1.9rem, 4.4vw, 4.2rem);
  pointer-events: none;
}
.stage__sign--tr { top: clamp(88px, 13vh, 160px); right: clamp(16px, 6vw, 120px); transform: rotate(-6deg); }
.stage__sign--bl { bottom: clamp(80px, 12vh, 150px); left: clamp(16px, 5vw, 100px); transform: rotate(4deg); }
@media (max-width: 760px) { .stage__sign--tr { display: none; } }

/* Statusband unten */
.stage__strip {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px clamp(14px, 3vw, 44px);
  border-top: 1px solid var(--rule);
  background: rgba(0,0,0,.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  font-size: .6rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--dust);
}
.stage__strip .live { display: inline-flex; align-items: center; gap: 10px; color: var(--bone); }
.stage__strip .live::before {
  content: "";
  width: 7px; height: 7px;
  background: var(--pink);
  transform: rotate(45deg);
  animation: blip 2.4s var(--ease) infinite;
}
@keyframes blip { 0%,100% { opacity: 1; } 50% { opacity: .2; } }
@media (max-width: 780px) { .stage__strip .drop { display: none; } }

/* Eröffnungsvorhang: zwei Goldflügel */
.curtain {
  position: absolute;
  inset: 0;
  z-index: 8;
  display: grid;
  grid-template-columns: 1fr 1fr;
  pointer-events: none;
}
.curtain__wing {
  position: relative;
  background: var(--gold-leaf);
  background-size: 200% 100%;
  transition: transform 1.5s var(--ease);
  overflow: hidden;
}
.curtain__wing::after {
  content: "";
  position: absolute;
  top: 50%; width: 200%; height: 200%;
  background: repeating-conic-gradient(from 0deg, rgba(0,0,0,.16) 0deg 3deg, transparent 3deg 6deg);
}
.curtain__wing--l { background-position: 0 0; }
.curtain__wing--l::after { right: -30%; transform: translateY(-50%); }
.curtain__wing--r { background-position: 100% 0; }
.curtain__wing--r::after { left: -30%; transform: translateY(-50%); }
.stage.rolling .curtain__wing--l { transform: translateX(-101%); }
.stage.rolling .curtain__wing--r { transform: translateX(101%); }

.curtain__seal {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  text-align: center;
  color: var(--void);
  transition: opacity .5s var(--ease);
}
.curtain__seal .cw {
  font-family: var(--display);
  font-size: clamp(1.5rem, 4vw, 3rem);
  letter-spacing: .48em;
  padding-left: .48em;
  text-transform: uppercase;
}
.curtain__seal .cs { font-size: .56rem; letter-spacing: .48em; text-transform: uppercase; margin-top: 12px; }
.stage.rolling .curtain__seal { opacity: 0; }

/* ══ 2 · Laufband ══ */
.crawl {
  border-block: 1px solid var(--rule);
  background: var(--void);
  overflow: hidden;
  padding-block: 15px;
}
.crawl__rail { display: flex; width: max-content; animation: crawl 42s linear infinite; }
.crawl:hover .crawl__rail { animation-play-state: paused; }
@keyframes crawl { to { transform: translateX(-50%); } }
.crawl__cell {
  display: inline-flex;
  align-items: center;
  gap: 34px;
  padding-inline: 17px;
  font-size: .66rem;
  letter-spacing: .42em;
  text-transform: uppercase;
  color: var(--dust);
  white-space: nowrap;
}
.crawl__cell::after { content: ""; width: 6px; height: 6px; background: var(--gold); transform: rotate(45deg); }

/* ══ 3 · Horizontales Akkordeon ══ */
.fold { position: relative; background: var(--void); }
.fold__row {
  display: flex;
  height: clamp(480px, 62vh, 700px);
  border-block: 1px solid var(--rule);
}
.fold__panel {
  position: relative;
  flex: 0 0 auto;
  width: 96px;
  border-right: 1px solid var(--rule-2);
  cursor: pointer;
  overflow: hidden;
  transition: width 1.05s var(--ease), flex-grow 1.05s var(--ease);
  background: var(--pitch);
}
.fold__panel:last-child { border-right: 0; }
.fold__panel.open { flex: 1 1 auto; width: auto; cursor: default; }

.fold__panel::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(255,30,122,.14), transparent 60%);
  opacity: 0;
  transition: opacity .7s var(--ease);
}
.fold__panel:hover::before { opacity: 1; }
.fold__panel.open::before { opacity: 0; }

/* Senkrechter Titel */
.fold__tab {
  position: absolute;
  left: 0; top: 0;
  width: 96px; height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.fold__tab span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: var(--display);
  font-size: clamp(.95rem, 1.25vw, 1.35rem);
  letter-spacing: .34em;
  text-transform: uppercase;
  color: var(--bone);
  transition: color .6s var(--ease);
}
.fold__panel:hover .fold__tab span { color: var(--gold-hi); }
.fold__tab::after {
  content: "";
  position: absolute;
  bottom: 26px; left: 50%;
  width: 7px; height: 7px;
  margin-left: -3.5px;
  background: var(--pink);
  transform: rotate(45deg);
  transition: opacity .5s;
}
.fold__panel.open .fold__tab::after { opacity: 0; }
.fold__panel.open .fold__tab span { color: var(--gold); }

.fold__art { position: absolute; inset: 0; z-index: 0; }
.fold__art img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: brightness(.4) saturate(.7);
  transform: scale(1.1);
  transition: transform 1.6s var(--ease), filter 1.2s var(--ease);
}
.fold__panel.open .fold__art img { transform: none; filter: brightness(.55) saturate(.85); }
.fold__art::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(5,3,8,.94) 0%, rgba(5,3,8,.72) 42%, rgba(5,3,8,.2) 100%);
}

.fold__text {
  position: relative;
  z-index: 2;
  height: 100%;
  max-width: 620px;
  margin-left: 96px;
  padding: clamp(28px, 4vw, 64px) clamp(20px, 3vw, 54px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-y: auto;
  opacity: 0;
  transform: translateX(-24px);
  transition: opacity .8s var(--ease) .25s, transform .9s var(--ease) .25s;
  pointer-events: none;
}
.fold__panel.open .fold__text { opacity: 1; transform: none; pointer-events: auto; }
.fold__text h3 { margin-bottom: 18px; font-size: clamp(1.45rem, 2.3vw, 2.3rem); letter-spacing: .07em; }
.fold__text p { color: var(--dust); font-size: .95rem; }
.fold__text .act { margin-top: 26px; align-self: flex-start; }

/* Mobil: senkrecht gestapelt */
@media (max-width: 900px) {
  .fold__row { flex-direction: column; height: auto; }
  .fold__panel { width: 100%; height: 84px; border-right: 0; border-bottom: 1px solid var(--rule-2); transition: height 1s var(--ease); }
  .fold__panel.open { height: 560px; }
  .fold__tab { width: 100%; height: 84px; justify-content: flex-start; padding-left: 22px; }
  .fold__tab span { writing-mode: horizontal-tb; transform: none; }
  .fold__tab::after { bottom: auto; top: 50%; left: auto; right: 22px; margin: -3.5px 0 0; }
  .fold__text { margin-left: 0; padding-top: 96px; height: 100%; justify-content: flex-start; }
}

/* ══ 4 · Umbau & Countdown ══ */
.works__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 5vw, 92px);
  align-items: center;
}
@media (max-width: 920px) { .works__grid { grid-template-columns: 1fr; } }

.works__shot { position: relative; aspect-ratio: 4/5; }
.works__shot img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.6) contrast(1.05); }
.works__stamp {
  position: absolute;
  left: -1px; top: 34px;
  padding: 11px 24px;
  background: var(--void);
  border: 1px solid var(--gold);
  color: var(--gold-hi);
  font-size: .58rem;
  letter-spacing: .38em;
  text-transform: uppercase;
  z-index: 3;
}

.clock {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: clamp(28px, 3.5vw, 46px);
  border: 1px solid var(--rule);
  max-width: 560px;
}
.clock__unit { padding: 22px 8px 18px; text-align: center; border-right: 1px solid var(--rule-2); }
.clock__unit:last-child { border-right: 0; }
.clock__n {
  display: block;
  font-family: var(--display);
  font-size: clamp(1.7rem, 3.4vw, 2.9rem);
  line-height: 1;
  letter-spacing: .08em;
  font-variant-numeric: tabular-nums;
  color: var(--gold-hi);
}
.clock__l { display: block; margin-top: 11px; font-size: .5rem; letter-spacing: .34em; text-transform: uppercase; color: var(--ash); }

.tally { display: flex; flex-wrap: wrap; gap: clamp(22px, 4vw, 58px); margin-top: clamp(28px, 3.5vw, 44px); }
.tally__n { font-family: var(--display); font-size: clamp(1.8rem, 3vw, 2.6rem); line-height: 1; letter-spacing: .06em; }
.tally__l { font-size: .56rem; letter-spacing: .3em; text-transform: uppercase; color: var(--ash); margin-top: 9px; }

/* ══ 5 · Coverflow mit Spiegelung ══ */
.flow { position: relative; perspective: 1700px; }
.flow__deck {
  position: relative;
  height: clamp(360px, 42vw, 540px);
  transform-style: preserve-3d;
}
.flow__card {
  position: absolute;
  top: 42%; left: 50%;
  width: clamp(180px, 18.5vw, 268px);
  aspect-ratio: 2/3;
  transition: transform .95s var(--ease), opacity .95s var(--ease), filter .95s var(--ease);
  will-change: transform;
}
.flow__card img { width: 100%; height: 100%; object-fit: cover; }
.flow__frame { position: relative; height: 100%; overflow: hidden; }
.flow__frame::after {
  content: "";
  position: absolute; inset: 0;
  border: 1px solid rgba(201,162,39,0);
  transition: border-color .8s var(--ease);
}
.flow__card.mid .flow__frame::after { border-color: var(--gold); }

/* gespiegelter Abdruck darunter */
.flow__echo {
  position: absolute;
  left: 0; top: 100%;
  width: 100%; height: 44%;
  display: flex;
  align-items: flex-end;      /* Bildunterkante an die Kartenkante */
  overflow: hidden;
  transform: scaleY(-1);      /* danach gespiegelt: Unterkante liegt oben */
  opacity: .26;
  -webkit-mask-image: linear-gradient(to top, #000 6%, transparent 100%);
  mask-image: linear-gradient(to top, #000 6%, transparent 100%);
  pointer-events: none;
}
.flow__echo img { width: 100%; height: auto; flex: 0 0 auto; }

.flow__tag {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  z-index: 3;
  padding: 22px 18px;
  background: linear-gradient(to top, rgba(5,3,8,.95), transparent);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .7s var(--ease) .2s, transform .7s var(--ease) .2s;
}
.flow__card.mid .flow__tag { opacity: 1; transform: none; }
.flow__name {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(1.2rem, 1.8vw, 1.6rem);
  letter-spacing: -.02em;
  margin: 0 0 8px;
}
.flow__meta { font-size: .56rem; letter-spacing: .3em; text-transform: uppercase; color: var(--gold); }

.flow__ctrl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  margin-top: clamp(18px, 2.5vw, 34px);
}
.flow__arrow {
  width: 52px; height: 44px;
  display: grid; place-items: center;
  border: 1px solid var(--rule);
  color: var(--gold);
  transition: background .45s, color .45s, border-color .45s;
}
.flow__arrow:hover { background: var(--gold); border-color: var(--gold); color: var(--void); }
.flow__pos {
  font-family: var(--display);
  font-size: 1rem;
  letter-spacing: .3em;
  color: var(--ash);
  min-width: 92px;
  text-align: center;
  font-variant-numeric: tabular-nums;
}
.flow__pos b { color: var(--gold-hi); font-weight: 400; }

/* ══ 6 · Zwei Tafeln über Bild ══ */
.pair { position: relative; overflow: hidden; }
.pair__bg { position: absolute; inset: 0; z-index: 0; }
.pair__bg img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.34) saturate(.6); }
.pair__bg::after {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(70% 60% at 50% 50%, transparent, rgba(5,3,8,.85));
}
.pair__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(16px, 2vw, 30px); }
@media (max-width: 820px) { .pair__grid { grid-template-columns: 1fr; } }
.pair__card {
  padding: clamp(32px, 4vw, 62px) clamp(22px, 3vw, 46px);
  text-align: center;
  background: rgba(5,3,8,.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: background .6s var(--ease), transform .6s var(--ease);
}
.pair__card:hover { background: rgba(5,3,8,.86); transform: translateY(-4px); }
.pair__card p { color: var(--dust); margin: 0 0 30px; }
.pair__card .act { margin-inline: auto; }

/* ══ 7 · Leistungsraster ══ */
.card {
  position: relative;
  overflow: hidden;
  padding: clamp(26px, 2.6vw, 40px);
  border: 1px solid rgba(236,228,212,.09);
  background: linear-gradient(158deg, rgba(255,30,122,.09) 0%, rgba(255,255,255,.03) 26%, rgba(255,255,255,.012) 60%);
  transition: border-color .5s var(--ease), transform .5s var(--ease), box-shadow .5s var(--ease);
}
.card::after {
  content: "";
  position: absolute; inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity .45s var(--ease);
  background: radial-gradient(300px circle at var(--mx, 50%) var(--my, 50%), rgba(255,122,176,.16), transparent 62%);
}
.card:hover::after { opacity: 1; }
.card:hover {
  transform: translateY(-6px);
  border-color: rgba(255,122,176,.4);
  box-shadow: 0 34px 60px -34px rgba(255,30,122,.55);
}
.card > * { position: relative; z-index: 2; }
.card__no {
  font-family: var(--display);
  font-size: .8rem;
  letter-spacing: .3em;
  color: var(--pink);
  display: block;
  margin-bottom: 20px;
}
.card h4 {
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.18rem;
  letter-spacing: -.02em;
  margin: 0 0 12px;
}
.card p { color: var(--dust); font-size: .9rem; margin: 0; }
.card__mark {
  position: absolute; right: 22px; top: 22px; z-index: 2;
  color: var(--gold-deep); font-size: 1.15rem;
  transition: color .5s var(--ease), transform .5s var(--ease);
}
.card:hover .card__mark { color: var(--gold-hi); transform: translateY(-2px) rotate(-6deg); }
.card:hover .card__mark { color: var(--gold); }

/* ══ 8 · Termine ══ */
.line-item {
  display: grid;
  grid-template-columns: 132px 1fr auto;
  gap: clamp(16px, 3vw, 44px);
  align-items: center;
  padding-block: clamp(22px, 2.6vw, 34px);
  border-bottom: 1px solid var(--rule-2);
  transition: background .6s var(--ease), padding-left .6s var(--ease);
}
.line-item:first-child { border-top: 1px solid var(--rule-2); }
.line-item:hover { background: linear-gradient(90deg, rgba(201,162,39,.07), transparent 55%); padding-left: 16px; }
@media (max-width: 780px) {
  .line-item { grid-template-columns: 92px 1fr; }
  .line-item .thin { grid-column: 2; justify-self: start; }
}
.line-item__d { text-align: center; border-right: 1px solid var(--rule-2); padding-right: 14px; }
.line-item__dd { display: block; font-family: var(--display); font-size: clamp(2rem, 3.4vw, 3rem); line-height: 1; letter-spacing: .06em; }
.line-item__mm { display: block; margin-top: 7px; font-size: .54rem; letter-spacing: .34em; text-transform: uppercase; color: var(--pink); }
.line-item h3 { font-size: clamp(1.15rem, 1.8vw, 1.55rem); letter-spacing: -.02em; margin: 0 0 7px; }
.line-item p { color: var(--dust); font-size: .88rem; margin: 0; }
.line-item__t { font-size: .56rem; letter-spacing: .3em; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 9px; }

/* ══ 9 · Handschrift der Geschäftsführung ══ */
.word { max-width: 940px; margin-inline: auto; text-align: center; position: relative; }
.word__q {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(1.35rem, 2.8vw, 2.4rem);
  line-height: 1.3;
  letter-spacing: -.025em;
  margin: 0 0 34px;
}
.word__sig { font-family: var(--script); font-size: clamp(2.2rem, 4vw, 3.4rem); color: var(--gold-hi); line-height: 1; }
.word__role { font-size: .58rem; letter-spacing: .38em; text-transform: uppercase; color: var(--ash); margin-top: 16px; }
.word__face { width: 92px; height: 112px; object-fit: cover; margin: 0 auto 30px; filter: grayscale(1) contrast(1.1); border: 1px solid var(--rule); }

/* ══ 10 · Anfahrt ══ */
.pin-map { position: relative; height: clamp(380px, 46vw, 580px); border: 1px solid var(--rule); overflow: hidden; }
.pin-map iframe { width: 100%; height: 100%; border: 0; filter: invert(90%) hue-rotate(185deg) saturate(.45) brightness(.95) contrast(.92); }
.pin-map__ask {
  position: absolute; inset: 0;
  display: grid; place-items: center; align-content: center;
  gap: 18px; text-align: center; padding: 30px;
  background: var(--pitch);
}
.pin-map__ask p { max-width: 44ch; color: var(--dust); font-size: .88rem; margin: 0; }

.pin-map__badge {
  position: absolute;
  left: clamp(14px, 3vw, 42px);
  bottom: clamp(14px, 3vw, 42px);
  z-index: 3;
  max-width: 330px;
  padding: 30px 28px;
  background: rgba(0,0,0,.88);
  border: 1px solid var(--rule);
}
.pin-map__badge h4 { font-family: var(--display); font-weight: 600; font-size: 1.2rem; letter-spacing: -.02em; margin: 0 0 12px; }
.pin-map__badge p { color: var(--dust); font-size: .87rem; margin: 0 0 18px; }

/* ══ 11 · Verteiler ══ */
.list-cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 4vw, 66px);
  align-items: center;
  padding: clamp(30px, 4vw, 62px);
  border: 1px solid var(--rule);
  background:
    radial-gradient(80% 130% at 100% 0%, rgba(255,30,122,.1), transparent 58%),
    radial-gradient(80% 130% at 0% 100%, rgba(201,162,39,.12), transparent 58%),
    var(--coal);
}
@media (max-width: 880px) { .list-cta { grid-template-columns: 1fr; } }
.list-cta__form { display: flex; gap: 12px; flex-wrap: wrap; }
.list-cta__form .slot { flex: 1 1 240px; }
.list-cta__fine { font-size: .72rem; color: var(--ash); margin-top: 16px; }
.list-cta__fine a { color: var(--gold); border-bottom: 1px solid var(--rule); }

/* ============================================================
   BLING — Startseite auf voller Lautstärke
   ============================================================ */

.stage__film video, .stage__film img { filter: saturate(1.15) contrast(1.06) brightness(.86); }
.stage__film::after {
  background:
    radial-gradient(70% 55% at 6% 0%, rgba(240,205,78,.4), transparent 60%),
    radial-gradient(80% 65% at 96% 100%, rgba(255,30,122,.46), transparent 60%),
    radial-gradient(55% 42% at 50% 46%, rgba(0,0,0,.55), transparent 72%),
    linear-gradient(to bottom, rgba(0,0,0,.5) 0%, rgba(0,0,0,.08) 40%, rgba(5,3,8,.94) 100%);
}
.stage__word { filter: drop-shadow(0 0 60px rgba(240,205,78,.5)); }
.stage__frame { border-color: rgba(255,243,196,.4); box-shadow: 0 0 40px -12px rgba(240,205,78,.4) inset; }
.stage__frame::before, .stage__frame::after {
  width: 44px; height: 44px;
  border-color: var(--gold-hi);
  box-shadow: 0 0 18px rgba(240,205,78,.7);
}
.stage__strip { border-top: 2px solid transparent; border-image: var(--chrome) 1; }
.stage__strip .live::before { box-shadow: 0 0 14px rgba(255,30,122,1); }
.stage__sound { border-color: rgba(255,243,196,.4); color: var(--gold-hi); }
.stage__sound:hover { background: var(--chrome); color: #1a1200; box-shadow: var(--burn-gold); }

/* Laufband */
.crawl {
  border-block: 2px solid transparent;
  border-image: var(--chrome) 1;
  background: linear-gradient(90deg, rgba(255,30,122,.14), rgba(240,205,78,.1), rgba(255,30,122,.14));
}
.crawl__cell { color: rgba(255,255,255,.9); font-weight: 500; }
.crawl__cell::after { background: var(--chrome-pink); box-shadow: 0 0 12px rgba(255,30,122,.9); }

/* Akkordeon */
.fold__row { border-block: 2px solid transparent; border-image: var(--chrome) 1; }
.fold__panel { background: linear-gradient(160deg, rgba(150,30,220,.16), rgba(10,6,16,.9)); }
.fold__panel::before { background: linear-gradient(to right, rgba(255,30,122,.35), transparent 65%); }
.fold__panel.open .fold__tab span { background: linear-gradient(96deg, var(--gold-hi), var(--pink-hi)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.fold__tab::after { background: var(--chrome-pink); box-shadow: var(--burn-pink); }
.fold__art::after {
  background:
    linear-gradient(105deg, rgba(5,3,8,.94) 0%, rgba(5,3,8,.62) 44%, rgba(255,30,122,.16) 100%);
}
.fold__text h3 { font-weight: 800; letter-spacing: -.035em; text-shadow: 0 0 44px rgba(255,30,122,.3); }

/* Umbau */
.works__stamp {
  background: var(--chrome);
  border: 0;
  color: #1a1200;
  font-weight: 700;
  box-shadow: 0 0 26px rgba(240,205,78,.7);
}
.clock { border: 0; box-shadow: inset 0 0 0 1px rgba(255,140,192,.3); background: rgba(10,6,16,.55); }
.clock__unit { border-right-color: rgba(255,140,192,.2); }
.clock__n {
  font-weight: 800;
  background: linear-gradient(96deg, var(--gold-hi), var(--pink-hi));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 22px rgba(255,30,122,.5));
}
.clock__l { color: rgba(255,255,255,.6); }
.tally__n { filter: drop-shadow(0 0 26px rgba(240,205,78,.45)); }
.tally__l { color: rgba(255,255,255,.6); }

/* Coverflow */
.flow__card.mid .flow__frame::after {
  border: 0;
  box-shadow: inset 0 0 0 2px rgba(255,243,196,.75), 0 0 60px -10px rgba(255,30,122,.8);
}
.flow__name {
  font-weight: 800;
  background: linear-gradient(96deg, #fff, var(--gold-hi) 50%, var(--pink-hi));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.flow__meta { color: var(--pink-hi); }
.flow__arrow:hover { background: var(--chrome-pink); border-color: transparent; color: #fff; box-shadow: var(--burn-pink); }

/* Doppeltafel */
.pair__card {
  background: linear-gradient(158deg, rgba(255,30,122,.18), rgba(150,30,220,.1) 40%, rgba(10,6,16,.82));
  box-shadow: inset 0 0 0 1px rgba(255,140,192,.28), 0 24px 60px -34px rgba(255,30,122,.7);
}
.pair__card:hover { box-shadow: inset 0 0 0 1px rgba(255,208,230,.5), 0 40px 80px -30px rgba(255,30,122,.85); }
.pair__bg img { filter: brightness(.46) saturate(1.2); }

/* Termine */
.line-item__dd { filter: drop-shadow(0 0 22px rgba(240,205,78,.5)); }
.line-item__mm { color: var(--pink-hi); text-shadow: 0 0 12px rgba(255,30,122,.7); }
.line-item:hover { background: linear-gradient(90deg, rgba(255,30,122,.16), transparent 60%); }

/* Zitat */
.word__q { text-shadow: 0 0 50px rgba(255,30,122,.25); }
.word__sig { filter: drop-shadow(0 0 24px rgba(240,205,78,.55)); }
.word__face { border: 0; box-shadow: 0 0 0 1px rgba(255,140,192,.4), 0 0 40px -8px rgba(255,30,122,.6); }

/* Karte und Verteiler */
.pin-map { border: 0; box-shadow: inset 0 0 0 1px rgba(255,140,192,.3); }
.pin-map__badge { border: 0; box-shadow: inset 0 0 0 1px rgba(255,140,192,.4), 0 20px 50px -28px rgba(255,30,122,.8); }
.list-cta {
  border: 0;
  box-shadow: inset 0 0 0 1px rgba(255,140,192,.35), 0 30px 70px -40px rgba(255,30,122,.8);
  background:
    radial-gradient(80% 130% at 100% 0%, rgba(255,30,122,.26), transparent 58%),
    radial-gradient(80% 130% at 0% 100%, rgba(240,205,78,.22), transparent 58%),
    rgba(10,6,16,.7);
}
