/* ============================================================
   Domina-KI — Bodoni auf Schwarz, Lackrot führt
   Violett = Marke. Lackrot = Handlung. Foto nie unter Lesetext.
   ============================================================ */

:root {
  --bg:        #050308;
  --slab:      #0b0710;
  --ink:       #f6eef9;
  --muted:     #c0aecb;
  --faint:     #8d7d99;

  --lack:      #c92f52;
  --lack-hot:  #e04a6b;
  --lack-dim:  rgba(201, 47, 82, .35);

  --violett:      #b84dff;
  --violett-tief: #5a1480;

  --line:   rgba(246, 238, 249, .12);
  --line-2: rgba(246, 238, 249, .24);

  --font-display: "Bodoni Moda", "Times New Roman", serif;
  --font-body: "Manrope", system-ui, -apple-system, sans-serif;

  --rand: 1.25rem;
  --luft: 3.5rem;
}
@media (min-width: 900px) {
  :root { --rand: 4rem; --luft: 6rem; }
}

/* Altnamen, damit nichts still zerbricht */
:root { --heat: var(--lack); --heat-deep: var(--violett-tief); --blood: var(--lack); }

@font-face { font-family: "Bodoni Moda"; src: url("/fonts/bodoni-400.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Bodoni Moda"; src: url("/fonts/bodoni-400i.woff2") format("woff2"); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: "Bodoni Moda"; src: url("/fonts/bodoni-600.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("/fonts/manrope-400.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("/fonts/manrope-500.woff2") format("woff2"); font-weight: 500; font-display: swap; }

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  min-height: 100dvh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--lack); text-decoration: none; }
a:hover { color: var(--lack-hot); }

:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 3px;
}

.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); border: 0;
}

/* ---------- Schriftbild ---------- */
h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.1;
  text-wrap: balance;
}
.kicker {
  margin: 0 0 .75rem;
  font-size: .7rem;
  font-weight: 500;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--lack);
}
.lead {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 40rem;
  margin: 0 0 1.4rem;
}
.fine { color: var(--faint); font-size: .82rem; }
.heat { color: var(--lack); }
.safeword { color: var(--lack); letter-spacing: .04em; }

/* ---------- Kopfleiste ---------- */
.domina-shell { position: relative; z-index: 3; min-height: 100dvh; }

.brand {
  position: fixed; top: 0; left: 0; right: 0; z-index: 40;
  display: flex; justify-content: space-between; align-items: center;
  gap: 1rem;
  padding: .95rem var(--rand);
  background: linear-gradient(to bottom, rgba(5,3,8,.97) 38%, rgba(5,3,8,.74) 72%, rgba(5,3,8,0) 100%);
  backdrop-filter: blur(10px);
  transition: background .2s ease, border-color .2s ease;
  border-bottom: 1px solid transparent;
}
.brand.ist-gescrollt {
  background: rgba(5,3,8,.985);
  border-bottom-color: var(--line);
}
.brand-word {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  column-gap: .55rem;
  line-height: 1;
  text-decoration: none;
}
/* Das Zeichen: das O des Namens, Icon-Schnitt weil klein */
.brand-word::before {
  content: "";
  grid-row: 1 / span 2;
  width: 1.25rem; height: 1.62rem;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%2213.5%208%2037%2048%22%3E%3Cpath%20fill%3D%22%23b84dff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M13.5%2032a18.5%2024%200%201%200%2037%200a18.5%2024%200%201%200%20-37%200ZM21%2032a11%2019.5%200%201%201%2022%200a11%2019.5%200%201%201%20-22%200Z%22%2F%3E%3C%2Fsvg%3E") center / contain no-repeat;
}
.brand-word .w-domina {
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 3.2vw, 1.4rem);
  letter-spacing: .3em;
  text-indent: .3em;
  text-transform: uppercase;
  color: var(--ink);
}
.brand-word .w-ki {
  font-family: var(--font-body); font-weight: 500;
  font-size: .58rem; letter-spacing: .46em; text-transform: uppercase;
  color: var(--faint);
}
.brand-word:hover .w-domina { color: #fff; }
.brand-mark, .gate-mark { display: none; }

/* Journal- und Rechtsseiten tragen nur einen Textlink */
.brand > a:not(.brand-word) {
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: var(--font-display);
  font-size: 1.1rem;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--ink);
}
.brand > a:not(.brand-word)::before {
  content: "";
  width: 1.15rem; height: 1.5rem;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%2213.5%208%2037%2048%22%3E%3Cpath%20fill%3D%22%23b84dff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M13.5%2032a18.5%2024%200%201%200%2037%200a18.5%2024%200%201%200%20-37%200ZM21%2032a11%2019.5%200%201%201%2022%200a11%2019.5%200%201%201%20-22%200Z%22%2F%3E%3C%2Fsvg%3E") center / contain no-repeat;
}
.brand > span {
  color: var(--muted);
  font-size: .64rem;
  letter-spacing: .24em;
  text-transform: uppercase;
}
.kopf-rechts { display: flex; align-items: center; gap: 1.1rem; }
.kopf-rechts a {
  color: var(--muted);
  font-size: .64rem; font-weight: 500;
  letter-spacing: .22em; text-transform: uppercase;
}
.kopf-rechts a:hover { color: var(--ink); }
.kopf-rechts > span {
  color: var(--muted);
  font-size: .64rem; font-weight: 500;
  letter-spacing: .22em; text-transform: uppercase;
}
.kopf-rechts > span:empty { display: none; }
@media (max-width: 720px) {
  .kopf-rechts a.nur-breit { display: none; }
}

.guthaben-chip {
  display: inline-flex; align-items: center; gap: .55rem;
  min-height: 2.9rem; padding: 0 1rem;
  border: 1px solid var(--line-2);
  color: var(--ink);
  font-size: .75rem; font-weight: 500; letter-spacing: .06em;
  white-space: nowrap;
}
.guthaben-chip:hover { border-color: var(--lack); color: var(--ink); }
.guthaben-chip svg { flex: none; }

/* ---------- 18+ Tür ---------- */
#gate {
  position: relative; z-index: 5;
  min-height: 100dvh;
  display: grid; place-content: center;
  text-align: center;
  padding: 5rem var(--rand) 4rem;
  overflow: hidden;
}
#gate::before {
  content: ""; position: absolute; inset: 0; z-index: -2;
  background: url("/images/hero-full-02.jpg") center 26% / cover no-repeat;
  filter: saturate(.86) contrast(1.1) brightness(.34);
}
#gate::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(ellipse 44% 30% at 50% 4%, rgba(90,20,128,.36), transparent 72%),
    radial-gradient(ellipse 90% 70% at 50% 48%, rgba(5,3,8,.72) 0%, rgba(5,3,8,.9) 58%, var(--bg) 100%);
}
.tuer-rahmen {
  position: absolute; inset: 2.5rem; z-index: 0;
  border: 1px solid rgba(246,238,249,.14);
  pointer-events: none;
}
@media (max-width: 700px) { .tuer-rahmen { inset: 1rem; } }

.gate-word {
  display: flex; flex-direction: column; align-items: center; gap: .5rem;
  margin: 0 auto 1.7rem; line-height: 1;
}
.gate-word::before {
  content: "";
  width: clamp(1.84rem, 4.6vw, 2.55rem);
  height: clamp(2.6rem, 6.5vw, 3.6rem);
  margin-bottom: .7rem;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%2215%208%2034%2048%22%3E%3Cpath%20fill%3D%22%23b84dff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M15%2032a17%2024%200%201%200%2034%200a17%2024%200%201%200%20-34%200ZM22%2032a10%2022%200%201%201%2020%200a10%2022%200%201%201%20-20%200Z%22%2F%3E%3C%2Fsvg%3E") center / contain no-repeat;
}
.gate-word .w-domina {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 10vw, 4.8rem);
  letter-spacing: .24em; text-indent: .24em;
  text-transform: uppercase;
  color: var(--ink);
}
.gate-word .w-ki {
  font-family: var(--font-body); font-weight: 500;
  font-size: clamp(.68rem, 2.2vw, .8rem);
  letter-spacing: .6em; text-indent: .6em;
  text-transform: uppercase;
  color: var(--faint);
}
#gate h1, #gate .gate-name, #gate .gate-satz {
  font-size: clamp(1.5rem, 4.4vw, 1.9rem);
  margin: 0 auto .8rem;
  max-width: 30ch;
  line-height: 1.35;
}
#gate .lead { margin-left: auto; margin-right: auto; max-width: 44ch; }
#gate .kicker { color: var(--lack); }
.gate {
  display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap;
  margin: 2rem 0 1.6rem;
}
.tuer-fuss {
  display: flex; align-items: center; justify-content: center;
  gap: .8rem; flex-wrap: wrap;
  font-size: .78rem; color: var(--faint);
}
.tuer-fuss .punkt { width: 3px; height: 3px; background: var(--violett-tief); }
html.ist-18 #gate { display: none; }

/* ---------- Knöpfe ---------- */
button, .btn {
  appearance: none; border: 0; border-radius: 0;
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  min-height: 3.25rem; padding: 0 2rem;
  background: var(--lack); color: #fff;
  font-family: var(--font-body); font-size: .95rem; font-weight: 500; letter-spacing: .06em;
  cursor: pointer;
  transition: background .16s ease;
}
button:hover, .btn:hover { background: var(--lack-hot); color: #fff; }
button:disabled { background: rgba(246,238,249,.08); color: var(--faint); cursor: default; }
.ghost {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 3.25rem; padding: 0 1.6rem;
  border: 1px solid var(--line-2);
  background: transparent;
  color: var(--ink);
  font-size: .95rem; font-weight: 500; letter-spacing: .06em;
  transition: border-color .16s ease, color .16s ease;
}
.ghost:hover { border-color: var(--lack); color: var(--ink); }
.text-link {
  display: inline-flex; align-items: center;
  min-height: 2.9rem;
  color: var(--muted);
  font-size: .88rem; font-weight: 500; letter-spacing: .05em;
  border-bottom: 1px solid var(--line-2);
}
.text-link:hover { color: var(--ink); border-color: var(--lack); }
.cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin-top: 1.4rem; }
.actions { display: flex; gap: .7rem; flex-wrap: wrap; }

/* ---------- Held ---------- */
.hero {
  position: relative;
  min-height: 100dvh;
  display: grid; align-items: end;
  overflow: hidden;
  background: var(--bg);
}
/* Diashow lebt nur noch im Helden, nie unter Lesetext */
#domina-bg {
  position: absolute; inset: 0; z-index: 0;
  overflow: hidden;
  background: #0a0610;
}
.domina-slide {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: 58% 10%;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 1.6s ease, transform 12s ease;
  filter: saturate(1.02) contrast(1.05) brightness(.84);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 34%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 34%);
}
.domina-slide.is-on { opacity: 1; transform: scale(1); }
.domina-vignette {
  position: absolute; inset: 0; z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, var(--bg) 0%, var(--bg) 24%, rgba(5,3,8,.72) 40%, rgba(5,3,8,.14) 62%, rgba(5,3,8,.06) 78%, rgba(5,3,8,.5) 100%),
    radial-gradient(ellipse 62% 58% at 78% 34%, rgba(90,20,128,.32), transparent 68%),
    linear-gradient(to top, var(--bg) 0%, transparent 24%);
}
@media (max-width: 860px) {
  .domina-slide {
    background-position: 52% 8%;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .domina-vignette {
    background:
      linear-gradient(to top, var(--bg) 3%, rgba(5,3,8,.95) 32%, rgba(5,3,8,.62) 52%, rgba(5,3,8,.14) 78%, rgba(5,3,8,.62) 100%),
      radial-gradient(ellipse 70% 40% at 50% 10%, rgba(90,20,128,.28), transparent 72%);
  }
}
.hero-copy {
  position: relative; z-index: 3;
  width: 100%;
  max-width: 34rem;
  padding: 6rem var(--rand) 3rem;
}
@media (min-width: 900px) {
  .hero-copy { max-width: 38rem; padding-bottom: 5rem; padding-right: 2rem; }
}
.hero-copy h1 {
  font-size: clamp(2.6rem, 7vw, 5.1rem);
  line-height: 1.0;
  letter-spacing: .005em;
  margin: 0 0 1.4rem;
}
.hero-copy .lead { font-size: clamp(1rem, 1.6vw, 1.2rem); max-width: 34ch; }
.hero-fein {
  display: flex; align-items: center; flex-wrap: wrap; gap: .85rem;
  margin: 1.6rem 0 0;
  font-size: .8rem; color: var(--faint); letter-spacing: .03em;
}
.hero-fein .punkt { width: 3px; height: 3px; background: var(--violett-tief); }

/* ---------- Abschnitte ---------- */
.section {
  position: relative; z-index: 3;
  padding: var(--luft) var(--rand);
  border-top: 1px solid var(--line);
  background: var(--bg);
}
.section.platte { background: var(--slab); }
.inner { max-width: 78rem; margin: 0 auto; }
.section h2 { font-size: clamp(1.85rem, 4.4vw, 2.9rem); margin: 0 0 1.6rem; }
.abschnitt-kopf {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 2rem; flex-wrap: wrap; margin-bottom: 3rem;
}
.abschnitt-kopf h2 { margin: 0; }
.abschnitt-kopf .lead { margin: 0 0 .4rem; max-width: 32ch; }
@media (min-width: 900px) { .abschnitt-kopf .lead { text-align: right; } }

/* ---------- Ablauf ---------- */
.schritte { display: grid; gap: 2rem; }
@media (min-width: 900px) {
  .schritte { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; }
  .schritt { padding: 0 2.75rem; border-right: 1px solid var(--line); }
  .schritt:first-child { padding-left: 0; }
  .schritt:last-child { padding-right: 0; border-right: 0; }
}
.schritt .zahl {
  display: block;
  font-family: var(--font-display);
  font-size: 2.5rem; line-height: 1;
  color: var(--violett-tief);
  margin-bottom: 1.1rem;
}
.schritt h3 { font-size: 1.55rem; margin: 0 0 .7rem; }
.schritt p { margin: 0; color: var(--muted); font-size: .95rem; }
@media (max-width: 899px) {
  .schritt { display: grid; grid-template-columns: 2.5rem 1fr; gap: 1.1rem; align-items: start;
             padding-bottom: 1.6rem; border-bottom: 1px solid var(--line); }
  .schritt:last-child { border-bottom: 0; padding-bottom: 0; }
  .schritt .zahl { font-size: 1.65rem; margin: 0; }
  .schritt h3 { grid-column: 2; font-size: 1.3rem; }
  .schritt p { grid-column: 2; }
}

/* ---------- Das Haus ---------- */
.cast-grid { display: grid; gap: 1.25rem; }
@media (min-width: 640px) { .cast-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1180px) { .cast-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }

.cast-tile {
  position: relative;
  min-height: 24rem;
  aspect-ratio: 4 / 5.4;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--bg);
  color: inherit;
}
.cast-tile img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: 50% 16%;
  filter: saturate(1.02) contrast(1.04) brightness(.8);
  transition: transform 1.1s ease;
}
.cast-tile:hover img { transform: scale(1.03); }
/* Vier Aufnahmen, vier Lichtsituationen — auf einen Ton gezogen */
.cast-tile[data-h="selma"] img { filter: saturate(.94) contrast(1.06) brightness(.76) sepia(.06); object-position: 50% 12%; }
.cast-tile[data-h="ira"] img    { filter: saturate(.9) contrast(1.08) brightness(.78); object-position: 50% 10%; }
.cast-tile[data-h="svea"] img   { filter: contrast(1.05) brightness(.8); object-position: 52% 14%; }
.cast-tile::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, var(--bg) 6%, rgba(5,3,8,.72) 38%, rgba(5,3,8,.06) 74%);
}
.cast-tile .copy {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
  padding: 1.4rem 1.35rem 1.5rem;
}
.cast-tile .kicker { margin-bottom: .4rem; font-size: .62rem; letter-spacing: .26em; }
.cast-tile h3 { font-size: 2rem; margin: 0 0 .5rem; }
.cast-tile p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.5; }
.cast-tile .cta-row { margin-top: 1.1rem; gap: 1rem; }
.cast-tile .btn { min-height: 2.9rem; padding: 0 1.4rem; font-size: .88rem; }

/* ---------- Minuten ---------- */
.packs { display: grid; gap: 1.25rem; }
@media (min-width: 820px) { .packs { grid-template-columns: repeat(3, minmax(0, 1fr)); } }

.pack, .packs .door, button.door {
  display: block; width: 100%; text-align: left;
  position: relative;
  border: 1px solid var(--line);
  background: var(--slab);
  color: var(--ink);
  font: inherit;
  letter-spacing: normal;
  padding: 2rem 1.9rem 1.9rem;
  min-height: 0;
  cursor: pointer;
  transition: border-color .16s ease, background .16s ease;
}
.packs .door:hover, button.door:hover, .pack:hover { border-color: var(--lack); background: var(--slab); }
.pack .kicker, .door .kicker {
  color: var(--faint);
  font-size: .62rem; letter-spacing: .26em;
  margin-bottom: 1.2rem;
}
.pack h2, .pack h3, .door h2, .door h3 {
  font-family: var(--font-display);
  font-size: 2.6rem; line-height: 1;
  font-weight: 400;
  margin: 0 0 .35rem;
  color: var(--ink);
}
.door .je-minute, .pack .je-minute {
  margin: 0 0 1.3rem;
  font-size: .82rem; color: var(--faint);
}
.door p, .pack p { margin: 0 0 1.5rem; color: var(--muted); font-size: .95rem; }
.door .preis-zeile, .pack .preis-zeile {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  margin: 0;
  padding-top: 1.3rem;
  border-top: 1px solid var(--line);
}
.door .preis, .pack .preis {
  font-family: var(--font-display); font-size: 1.85rem; color: var(--ink);
}
.door .laden, .pack .laden {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 2.9rem; padding: 0 1.4rem;
  border: 1px solid var(--line-2);
  font-size: .88rem; font-weight: 500; letter-spacing: .05em;
  color: var(--ink);
}
.door:hover .laden, .pack:hover .laden { border-color: var(--lack); }
.door.beste:hover .laden, .pack.beste:hover .laden { background: var(--lack-hot); border-color: var(--lack-hot); }

.door.beste, .pack.beste {
  border-color: var(--lack);
  background: linear-gradient(165deg, rgba(201,47,82,.11), rgba(90,20,128,.06) 58%, transparent 82%);
}
.door.beste .je-minute, .pack.beste .je-minute { color: var(--lack); }
.door.beste .preis-zeile, .pack.beste .preis-zeile { border-top-color: var(--lack-dim); }
.door.beste .laden, .pack.beste .laden { background: var(--lack); color: #fff; border-color: var(--lack); }
.door.beste::after, .pack.beste::after {
  content: "Günstigste Minute";
  position: absolute; top: -1px; right: -1px;
  padding: .45rem .9rem;
  background: var(--lack); color: #fff;
  font-size: .6rem; font-weight: 500; letter-spacing: .2em; text-transform: uppercase;
}

.price-strip { color: var(--muted); }
.price-strip strong {
  font-family: var(--font-display);
  font-size: 2.4rem; color: var(--lack); font-weight: 400;
}

/* ---------- Klartext ---------- */
.klartext { display: grid; gap: 2.4rem; }
@media (min-width: 760px) { .klartext { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1100px) { .klartext { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 2.5rem; } }
.klartext h3 { font-size: 1.4rem; margin: 0 0 .6rem; }
.klartext p { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.65; }

/* ---------- Fuß ---------- */
.fuss {
  position: relative; z-index: 3;
  display: flex; align-items: flex-start; justify-content: space-between;
  gap: 1.5rem; flex-wrap: wrap;
  padding: 3rem var(--rand) 3.5rem;
  border-top: 1px solid var(--line);
  background: var(--bg);
}
.fuss-links { display: flex; flex-wrap: wrap; gap: .5rem 1.6rem; font-size: .84rem; }
.fuss-links a { color: var(--faint); }
.fuss-links a:hover { color: var(--ink); }
.fsk {
  display: inline-flex; align-items: center; justify-content: center;
  width: 2.5rem; height: 2.5rem;
  border: 1px solid var(--line-2);
  font-size: .75rem; font-weight: 500; color: var(--muted);
}
.legal-links { color: var(--faint); font-size: .84rem; }
.legal-links a { color: var(--faint); }
.legal-links a:hover { color: var(--ink); }

/* ---------- Navigation der Unterseiten ---------- */
.nav {
  display: flex; flex-wrap: wrap; gap: 1.4rem;
  padding: 5.5rem var(--rand) 0;
}
.nav a {
  color: var(--muted);
  text-transform: uppercase; letter-spacing: .18em; font-size: .68rem; font-weight: 500;
}
.nav a:hover { color: var(--ink); }

/* ---------- Leitung ---------- */
.session-page .nav { padding-top: 5.5rem; }
.call-hero {
  position: relative;
  min-height: 100dvh;
  display: grid; align-items: center;
  overflow: hidden;
}
.call-hero > img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: 55% 18%;
  filter: saturate(1.02) contrast(1.05) brightness(.82);
  z-index: 0;
}
@media (min-width: 900px) {
  .call-hero > img {
    left: auto; right: 0; width: 54%;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 24%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 24%);
  }
}
.call-hero::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(to top, var(--bg) 3%, rgba(5,3,8,.9) 34%, rgba(5,3,8,.4) 64%, rgba(5,3,8,.7) 100%),
    radial-gradient(ellipse 60% 50% at 70% 26%, rgba(90,20,128,.26), transparent 70%);
}
@media (min-width: 900px) {
  .call-hero::after {
    background:
      linear-gradient(90deg, var(--bg) 0%, var(--bg) 30%, rgba(5,3,8,.7) 44%, rgba(5,3,8,.1) 64%, rgba(5,3,8,.5) 100%),
      radial-gradient(ellipse 50% 60% at 80% 30%, rgba(90,20,128,.28), transparent 70%);
  }
}
.call-hero .hero-copy {
  z-index: 2;
  padding-top: 7rem; padding-bottom: 3rem;
}
@media (min-width: 900px) {
  .call-hero { align-items: center; }
  .call-hero .hero-copy { max-width: 36rem; padding-top: 5rem; padding-bottom: 3rem; }
}
.call-hero h1 { font-size: clamp(3rem, 8vw, 5.5rem); line-height: .95; margin: 0 0 1.2rem; }

.anruf-karte {
  border: 1px solid rgba(246,238,249,.16);
  background: rgba(11,7,16,.82);
  backdrop-filter: blur(6px);
  padding: 1.6rem 1.6rem 1.4rem;
  margin-top: 1.8rem;
}
.anruf-zeile { display: flex; align-items: center; gap: 1.2rem; flex-wrap: wrap; }
.anruf-zeile .btn { min-height: 3.6rem; padding: 0 2rem; font-size: 1rem; }
.anruf-preis { margin: 0; font-size: .9rem; color: var(--ink); }
.anruf-preis + .anruf-preis { color: var(--faint); margin-top: .2rem; }
.anruf-fuss {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; flex-wrap: wrap;
  margin-top: 1.3rem; padding-top: 1.2rem;
  border-top: 1px solid var(--line);
  font-size: .84rem; color: var(--faint);
}
.anruf-fuss p { margin: 0; }
#status { font-size: .82rem; color: var(--faint); }
#uhr {
  display: inline-block; margin-left: .6rem;
  font-family: var(--font-display); font-size: 1.15rem;
  color: var(--lack);
}
.werkzeuge { display: flex; flex-wrap: wrap; gap: .5rem; margin: 0; padding: 0; list-style: none; }
.werkzeuge li {
  display: inline-flex; align-items: center;
  min-height: 2.25rem; padding: 0 .85rem;
  border: 1px solid var(--line);
  font-size: .82rem; color: var(--muted);
}
.wechsel { display: flex; align-items: center; gap: .85rem; flex-wrap: wrap; margin-top: 2rem; }
.wechsel-bilder { display: flex; gap: .5rem; }
.wechsel-bilder a { display: block; }
.wechsel-bilder img {
  width: 3.4rem; height: 4.25rem;
  object-fit: cover; object-position: 50% 14%;
  border: 1px solid var(--line-2);
  filter: brightness(.8);
  transition: filter .16s ease, border-color .16s ease;
}
.wechsel-bilder a:hover img { filter: brightness(1); border-color: var(--lack); }

.call-log {
  max-width: 46rem;
  margin: 0 auto;
  padding: 0 var(--rand) 4rem;
  font-size: .92rem; color: var(--muted);
}
.call-log div, .call-log p { margin: .45rem 0; }
.call-log .du { color: var(--ink); }
.call-log .sie { color: var(--lack); }
.call-bild { margin: 1.2rem 0; }
.call-bild img { width: 100%; border: 1px solid var(--line); }
.call-bild figcaption { margin-top: .5rem; font-size: .8rem; color: var(--faint); }

/* ---------- Bezahlfenster im Anruf ---------- */
#ohr-pay {
  position: fixed; inset: 0; z-index: 90;
  display: grid; place-items: center;
  padding: var(--rand);
  background: rgba(5,3,8,.86);
  backdrop-filter: blur(8px);
}
#ohr-pay[hidden] { display: none; }
#ohr-pay .pay-card {
  width: min(100%, 34rem);
  border: 1px solid var(--line-2);
  background: var(--slab);
  padding: 2.2rem 2rem 2rem;
}
#ohr-pay .pay-card h2 {
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  margin: 0 0 .8rem;
}
#ohr-pay .pay-card .lead { margin-bottom: 1.8rem; }
#ohr-pay .actions { display: grid; gap: .7rem; }
@media (min-width: 560px) { #ohr-pay .actions { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
#ohr-pay .actions button { width: 100%; padding: 0 1rem; font-size: .9rem; }
/* Ein Preis führt — der aus der Überschrift. Die anderen sind Alternativen. */
#ohr-pay .actions button:not(:first-child) {
  background: transparent;
  border: 1px solid var(--line-2);
  color: var(--ink);
}
#ohr-pay .actions button:not(:first-child):hover { border-color: var(--lack); background: transparent; }

/* ---------- Kasse ---------- */
.kasse-raster { display: grid; gap: 2.5rem; }
/* Auf der Kasse stehen die Pakete als Zeilen, nicht als drei enge Spalten */
.kasse-raster .packs { grid-template-columns: 1fr !important; gap: .85rem; }
.kasse-raster .door {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.5rem; flex-wrap: wrap;
  padding: 1.4rem 1.5rem;
}
.kasse-raster .door .kicker { display: none; }
.kasse-raster .door h2 { font-size: 1.85rem; margin: 0 0 .25rem; }
.kasse-raster .door .je-minute { margin: 0; }
.kasse-raster .door > p:not(.je-minute) { display: none; }
.kasse-raster .door .preis-zeile {
  border-top: 0; padding-top: 0;
  margin-left: auto;
  gap: 1.2rem;
}
/* In der Zeilenansicht trägt schon Rahmen, Farbe und gefüllter Knopf die Auszeichnung */
.kasse-raster .door.beste::after { display: none; }
@media (min-width: 1000px) { .kasse-raster { grid-template-columns: 1.15fr .85fr; gap: 4rem; } }
.konto-karte {
  border: 1px solid rgba(246,238,249,.16);
  background: var(--slab);
  padding: 1.9rem 1.9rem 1.7rem;
}
.konto-karte + .konto-karte { margin-top: 1.5rem; }
.konto-karte .kicker { color: var(--faint); }
.guthaben-gross {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 8vw, 3.9rem); line-height: 1;
  margin: 0 0 .6rem;
  color: var(--ink);
}
.guthaben-balken { height: 6px; background: rgba(246,238,249,.1); margin-top: 1.4rem; }
.guthaben-balken span { display: block; height: 6px; background: var(--lack); }
.merksatz {
  margin-top: 1.5rem;
  padding: 1.2rem 1.4rem;
  border-left: 2px solid var(--violett-tief);
  color: var(--muted); font-size: .92rem;
}
.merksatz p { margin: 0; }

.atelier-form label { display: block; }
.atelier-form input {
  width: 100%; max-width: 26rem;
  min-height: 3.25rem; padding: 0 1rem;
  background: var(--bg);
  border: 1px solid var(--line-2);
  color: var(--ink);
  font: inherit;
  margin: .5rem 0 1rem;
}
.atelier-form input::placeholder { color: var(--faint); }
.atelier-form input:focus-visible { border-color: var(--lack); outline: none; }

/* ---------- Chat ---------- */
.chat-session {
  display: grid; gap: 1.5rem;
  padding: 1.5rem var(--rand) 4rem;
  max-width: 72rem; margin: 0 auto;
}
@media (min-width: 900px) {
  .chat-session { grid-template-columns: minmax(13rem, 17rem) 1fr; gap: 2rem; align-items: start; }
}
.chat-presence {
  position: relative;
  border: 1px solid var(--line);
  background: var(--slab);
  padding: 0 0 1.2rem;
  overflow: hidden;
}
.chat-presence img {
  width: 100%; aspect-ratio: 4/5;
  object-fit: cover; object-position: 50% 16%;
  filter: saturate(1.02) contrast(1.04) brightness(.82);
  margin-bottom: 1rem;
}
.chat-presence h2 { font-size: 1.9rem; margin: 0 1.2rem .4rem; }
.chat-presence .kicker,
.chat-presence .heat,
.chat-presence .fine,
.chat-presence .cta-row { margin-left: 1.2rem; margin-right: 1.2rem; }
.chat-presence .cta-row { gap: .6rem; }
.chat-presence .ghost { min-height: 2.9rem; padding: 0 1rem; font-size: .85rem; }
.chat-main { min-width: 0; }

/* Schmal: Porträt wird Kopfstreifen, der Faden steht oben */
@media (max-width: 899px) {
  .chat-presence {
    display: grid;
    grid-template-columns: 5.5rem 1fr;
    gap: 1rem;
    align-items: center;
    padding: 0;
  }
  .chat-presence img {
    grid-row: 1 / span 4;
    aspect-ratio: 1 / 1;
    height: 100%;
    margin: 0;
  }
  .chat-presence .kicker { margin: .9rem 1rem 0 0; }
  .chat-presence h2 { margin: 0 1rem .1rem 0; font-size: 1.5rem; }
  .chat-presence .heat { margin: 0 1rem 0 0; font-size: .85rem; }
  .chat-presence .fine { display: none; }
  .chat-presence .cta-row { margin: .5rem 1rem .9rem 0; }
}
.chat-thread {
  min-height: 16rem;
  max-height: min(56vh, 32rem);
  overflow-y: auto;
  border: 1px solid var(--line);
  background: var(--slab);
  padding: 1.3rem 1.4rem;
  margin: 0 0 1.2rem;
}
.chat-bubble { margin: .7rem 0; max-width: 42rem; line-height: 1.55; }
.chat-bubble-user { color: var(--ink); }
.chat-bubble-assistant { color: var(--lack); font-size: 1.05rem; }
.chat-setup {
  border: 1px solid var(--line);
  background: linear-gradient(160deg, rgba(201,47,82,.08), transparent 62%);
  padding: 1.4rem;
  margin: 0 0 1.2rem;
}
.chat-setup[hidden], #chat-form[hidden], #cast-picker[hidden] { display: none !important; }
.chat-setup .lead { margin-left: 0; }
.chat-compose { margin-top: .5rem; }
.chat-compose .cta-row { margin-top: 0; }

.cast-picker {
  display: grid; gap: 1.25rem;
  padding: 1.5rem var(--rand) 2rem;
  max-width: 72rem; margin: 0 auto;
}
@media (min-width: 700px) { .cast-picker { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1100px) { .cast-picker { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.cast-pick {
  position: relative; display: block;
  aspect-ratio: 4/5;
  overflow: hidden;
  border: 1px solid var(--line);
  color: inherit;
}
.cast-pick img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: 50% 16%;
  filter: saturate(1.02) contrast(1.04) brightness(.8);
}
.cast-pick span {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 1.1rem;
  background: linear-gradient(to top, rgba(5,3,8,.96), transparent);
  display: flex; flex-direction: column; gap: .25rem;
}
.cast-pick em {
  font-style: normal; color: var(--lack);
  font-size: .6rem; letter-spacing: .24em; text-transform: uppercase;
}
.cast-pick strong { font-family: var(--font-display); font-size: 1.7rem; font-weight: 400; }
.cast-pick:hover { border-color: var(--lack); }

/* ---------- Journal, Recht ---------- */
.legal-page, .article {
  max-width: 42rem;
  padding: 6rem var(--rand) 4rem;
  margin: 0 auto;
}
.legal-page h1, .article h1 {
  font-size: clamp(2rem, 5vw, 2.9rem);
  margin: 0 0 1.4rem;
}
.article h2 { font-size: clamp(1.4rem, 3.4vw, 1.9rem); margin: 2.4rem 0 .8rem; }
.legal-page p, .article p { color: var(--muted); }
.legal-page a, .article a { color: var(--lack); }
.journal-list { list-style: none; padding: 0; margin: 1.5rem 0 0; }
.journal-list li { border-top: 1px solid var(--line); }
.journal-list a {
  display: block; padding: 1rem 0;
  color: var(--ink);
  font-family: var(--font-display); font-size: 1.3rem;
}
.journal-list a:hover { color: var(--lack); }

/* ---------- Reste, die JS erzeugt ---------- */
.domina-card { position: relative; min-height: min(78vh, 720px); overflow: hidden; margin-top: 1.5rem; }
.domina-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 55% 22%; }
.domina-card .copy { position: absolute; left: 0; right: 0; bottom: 0; padding: 1.5rem; background: linear-gradient(to top, rgba(5,3,8,.96), transparent); }
#ohr-start-hint {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: .9rem var(--rand);
  background: var(--slab); border-top: 1px solid var(--line);
  font-size: .88rem; color: var(--muted);
}
.start-dot { display: inline-block; width: 6px; height: 6px; margin-right: .3rem; background: rgba(246,238,249,.2); }
.start-dot.on { background: var(--lack); }
.start-dot.done { background: var(--violett-tief); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .domina-slide { transition: none; transform: none; }
  .cast-tile img { transition: none; }
  .cast-tile:hover img { transform: none; }
}

/* ---------- Hilfsklassen ----------
   Die Live-CSP setzt style-src 'self' ohne 'unsafe-inline': style="…"-Attribute
   werden verworfen. Alles, was früher inline stand, steht deshalb hier. */
.ohne-luft-oben { margin-top: 0; }
.luft-oben-1  { margin-top: 1rem; }
.luft-oben-16 { margin-top: 1.6rem; }
.luft-oben-2  { margin-top: 2rem; }
.luft-unten-12 { margin-bottom: 1.2rem; }
.ohne-linie { border-top: 0; }
.balken-leer { width: 0; }
.label-leise {
  margin: 2rem 0 .9rem;
  color: var(--faint);
}
.seiten-titel {
  font-size: clamp(2.2rem, 5.5vw, 3.4rem);
  margin: 0 0 1.1rem;
}
.seiten-titel.eng { font-size: clamp(2.2rem, 5.5vw, 3.2rem); margin: 0; }

/* ============================================================
   LAUT — großer Auftritt, Fotografie trägt, Angebot vorn
   ============================================================ */

/* Korn: Atmosphäre ohne Verlauf */
.korn {
  position: absolute; inset: 0; z-index: 2;
  pointer-events: none; opacity: .16; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- Markenzeile: eigene Zeile, vor allem anderen ---------- */
.markenzeile {
  position: relative; z-index: 30;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.5rem;
  padding: 1.5rem var(--rand);
  border-bottom: 1px solid var(--line);
  background: var(--bg);
}
.markenzeile .brand-word { column-gap: .8rem; }
.markenzeile .brand-word::before { width: 2rem; height: 2.6rem; }
.markenzeile .brand-word .w-domina { font-size: clamp(1.3rem, 2.4vw, 1.75rem); letter-spacing: .34em; text-indent: .34em; }
.markenzeile .brand-word .w-ki { font-size: .62rem; letter-spacing: .52em; text-indent: .52em; }
.markenzeile nav { display: flex; align-items: center; gap: 2rem; }
.markenzeile nav a {
  color: var(--muted);
  font-size: .68rem; font-weight: 500; letter-spacing: .26em; text-transform: uppercase;
}
.markenzeile nav a:hover { color: var(--ink); }
.markenzeile .anmelden {
  display: inline-flex; align-items: center; min-height: 2.75rem; padding: 0 1.25rem;
  border: 1px solid var(--line-2); color: var(--ink); letter-spacing: .14em;
}
.markenzeile .anmelden:hover { border-color: var(--lack); }
@media (max-width: 860px) { .markenzeile nav a.nur-breit { display: none; } }

.hausband {
  display: flex; align-items: center; gap: 1.4rem;
  padding: .8rem var(--rand);
  background: var(--slab);
  border-bottom: 1px solid var(--line);
}
.hausband .strich { height: 2px; width: 4rem; background: var(--lack); flex: none; }
.hausband span:last-child {
  font-size: .7rem; font-weight: 500; letter-spacing: .3em; text-transform: uppercase; color: var(--muted);
}

/* ---------- Held, laut ---------- */
.held {
  position: relative;
  min-height: min(88vh, 820px);
  overflow: hidden;
  background: var(--bg);
  display: grid; align-items: center;
}
.held > img {
  position: absolute; top: 0; right: 0; bottom: 0;
  width: 58%; height: 100%;
  object-fit: cover; object-position: 50% 22%;
  filter: saturate(.96) contrast(1.1) brightness(.72);
  -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 26%);
  mask-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 26%);
}
.held::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(90deg, var(--bg) 0%, var(--bg) 24%, rgba(5,3,8,.62) 40%, rgba(5,3,8,.1) 62%, rgba(5,3,8,.5) 100%),
    linear-gradient(to top, var(--bg) 0%, transparent 22%);
}
.held-text { position: relative; z-index: 3; padding: 3rem var(--rand); max-width: 54rem; }
.held-marke { display: flex; align-items: center; gap: 1.25rem; margin-bottom: 1.9rem; }
.held-marke .strich { height: 2px; width: 5rem; background: var(--lack); flex: none; }
.held-marke span:last-child {
  font-size: .72rem; font-weight: 500; letter-spacing: .34em; text-transform: uppercase; color: var(--lack);
}
.held h1 {
  margin: 0 0 2.1rem;
  font-size: clamp(3.4rem, 9vw, 8.25rem);
  line-height: .86;
  letter-spacing: -.015em;
}
.held-lead {
  margin: 0 0 2.75rem; max-width: 30ch;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.1vw, 1.82rem);
  line-height: 1.28;
  color: var(--muted);
}
.held-fein { display: flex; align-items: center; gap: 1.6rem; flex-wrap: wrap; }
.held-fein .fine { font-size: .94rem; color: var(--faint); }
.held-fein .fine strong { font-weight: 400; color: var(--ink); }

@media (max-width: 900px) {
  .held { min-height: 78vh; align-items: end; }
  .held > img {
    left: 0; width: 100%;
    -webkit-mask-image: none; mask-image: none;
    object-position: 50% 16%;
  }
  .held::after {
    background: linear-gradient(to top, var(--bg) 4%, rgba(5,3,8,.9) 34%, rgba(5,3,8,.3) 64%, rgba(5,3,8,.55) 100%);
  }
  .held-text { padding-bottom: 2.25rem; }
}

.btn.gross, .ghost.gross {
  min-height: 4.25rem; padding: 0 2.5rem; font-size: 1.05rem; letter-spacing: .08em;
}
@media (max-width: 640px) {
  .btn.gross, .ghost.gross { width: 100%; }
  .held-fein { gap: 1rem; }
}

/* ---------- Angebot: zwei Wege, direkt nach dem Helden ---------- */
.angebot { position: relative; padding: var(--luft) var(--rand); background: var(--slab); border-top: 1px solid var(--line); }
.angebot > * { position: relative; z-index: 3; }
.angebot h2, .haus-kopf h2, .abschluss h2 {
  font-size: clamp(2.3rem, 5.2vw, 4.5rem);
  line-height: .94;
  margin: 0;
}
.wege { display: grid; gap: 1.4rem; }
@media (min-width: 1000px) { .wege { grid-template-columns: 1.05fr .95fr; } }

.weg { display: flex; flex-direction: column; padding: 2.5rem 2.4rem 2.25rem; }
.weg-abo { background: var(--lack); color: #fff; }
.weg-min { border: 1px solid rgba(246,238,249,.16); background: var(--bg); }
.weg p.rolle {
  margin: 0 0 1.6rem;
  font-size: .66rem; font-weight: 500; letter-spacing: .3em; text-transform: uppercase;
}
.weg-abo p.rolle { color: rgba(255,255,255,.8); }
.weg-min p.rolle { color: var(--faint); }
.weg .zahl {
  margin: 0 0 .35rem;
  font-family: var(--font-display);
  font-size: clamp(3rem, 6.5vw, 6rem);
  line-height: .9;
}
.weg-min .zahl { color: var(--ink); }
.weg .zahl-unter { margin: 0 0 1.7rem; font-size: 1rem; }
.weg-abo .zahl-unter { color: rgba(255,255,255,.85); }
.weg-min .zahl-unter { color: var(--faint); }
.weg hr { border: 0; height: 1px; margin: 0 0 1.5rem; }
.weg-abo hr { background: rgba(255,255,255,.28); }
.weg-min hr { background: rgba(246,238,249,.14); }
.weg ul { margin: 0 0 2rem; padding: 0; list-style: none; display: flex; flex-direction: column; gap: .75rem; font-size: 1rem; line-height: 1.45; }
.anker {
  margin: 0 0 1.8rem; padding: 1.15rem 1.25rem;
  background: rgba(5,3,8,.28);
  font-size: 1rem; line-height: 1.45; color: #fff;
}
.anker strong { font-weight: 500; }
.weg-fuss { margin-top: auto; display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; }
.weg-abo .btn { background: var(--bg); color: #fff; }
.weg-abo .btn:hover { background: #1a0f22; }
.weg-fuss .fine { color: var(--faint); }
.weg-abo .weg-fuss .fine { color: rgba(255,255,255,.8); }

.minzeile { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; padding: .8rem 0; border-bottom: 1px solid rgba(246,238,249,.1); }
.minzeile:last-of-type { border-bottom: 0; }
.minzeile .dauer { font-family: var(--font-display); font-size: 1.5rem; color: var(--ink); }
.minzeile .je { font-size: .94rem; color: var(--faint); }
.minzeile .je.beste { color: var(--lack); }
.minzeile .preis { font-family: var(--font-display); font-size: 1.5rem; color: var(--ink); }
.minliste { margin-bottom: 1.9rem; }

/* ---------- Herrinnen als Bänder ---------- */
.haus-kopf { padding: var(--luft) var(--rand) 2.5rem; background: var(--bg); }
.band {
  position: relative;
  display: flex;
  min-height: 34rem;
  background: var(--bg);
  border-top: 1px solid rgba(246,238,249,.1);
}
.band-bild { position: relative; width: 44%; flex: none; overflow: hidden; }
.band-bild img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.band-bild::after { content: ""; position: absolute; inset: 0; }
.band:nth-child(odd) .band-bild::after { background: linear-gradient(270deg, var(--bg) 0%, rgba(5,3,8,.1) 46%, transparent 70%); }
.band:nth-child(even) .band-bild::after { background: linear-gradient(90deg, var(--bg) 0%, rgba(5,3,8,.1) 46%, transparent 70%); }
.band:nth-child(even) { flex-direction: row-reverse; }
.band-text { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: 4rem var(--rand); }
.band-text h3 {
  margin: 0 0 1.1rem;
  font-size: clamp(3rem, 7vw, 6.5rem);
  line-height: .88; letter-spacing: -.01em;
}
.band-satz {
  margin: 0 0 .85rem; max-width: 22ch;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.1vw, 1.88rem);
  line-height: 1.22; color: var(--muted);
}
.band-unter { margin: 0 0 2.1rem; max-width: 40ch; font-size: .95rem; line-height: 1.6; color: var(--faint); }
.band-tun { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }

@media (max-width: 900px) {
  .band, .band:nth-child(even) { flex-direction: column; min-height: 0; }
  .band-bild { width: 100%; height: 26rem; }
  .band:nth-child(odd) .band-bild::after,
  .band:nth-child(even) .band-bild::after {
    background: linear-gradient(to top, var(--bg) 6%, rgba(5,3,8,.86) 34%, rgba(5,3,8,.25) 66%, rgba(5,3,8,.5) 100%);
  }
  .band-text { padding: 0 var(--rand) 2.5rem; margin-top: -9rem; position: relative; z-index: 3; }
  .band-satz { max-width: none; }
}

/* ---------- Einwände als eine Zeile ---------- */
.einwand { display: flex; align-items: stretch; border-top: 1px solid var(--line); background: var(--slab); }
.einwand .kante { flex: none; width: 4rem; background: var(--lack); }
.einwand .spalten { flex: 1; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 2.75rem 0; }
.einwand .spalten > div { padding: 0 2.1rem; border-right: 1px solid rgba(246,238,249,.1); }
.einwand .spalten > div:last-child { border-right: 0; }
.einwand h3 { margin: 0 0 .5rem; font-size: 1.6rem; }
.einwand p { margin: 0; font-size: .9rem; line-height: 1.6; color: var(--muted); }
@media (max-width: 1000px) {
  .einwand .kante { width: 1.4rem; }
  .einwand .spalten { grid-template-columns: 1fr; gap: 1.6rem; padding: 2rem 0; }
  .einwand .spalten > div { border-right: 0; padding: 0 var(--rand) 0 1.4rem; }
}

/* ---------- Abschluss ---------- */
.abschluss { position: relative; padding: var(--luft) var(--rand); background: var(--bg); border-top: 1px solid var(--line); text-align: center; }
.abschluss > * { position: relative; z-index: 3; }
.abschluss h2 { margin: 0 0 2.1rem; }
.abschluss .cta-row { justify-content: center; }

/* ============================================================
   Die Matrix — sechzehn Herrinnen als Kacheln, mit Filterleiste
   Karten stehen statisch im HTML, js/matrix.js baut nur die Filter.
   ============================================================ */
.matrix-abschnitt {
  padding: var(--luft) var(--rand);
  background: var(--bg);
  border-top: 1px solid var(--line);
}
.matrix-kopf { margin-bottom: 2.2rem; max-width: 60ch; }
.matrix-kopf h2 { margin: 0 0 .8rem; }
.matrix-kopf .lead { margin: 0; }
.matrix-hinweis {
  margin: 1rem 0 0;
  font-size: .82rem;
  line-height: 1.6;
  color: var(--faint);
  border-left: 1px solid var(--lack);
  padding-left: .9rem;
}

/* Filterleiste — ohne JavaScript unsichtbar, die Karten stehen trotzdem da */
.matrix-filter { display: none; margin-bottom: 2.4rem; }
.matrix-filter.ist-da { display: block; }
.filter-reihe {
  display: flex;
  align-items: baseline;
  gap: .9rem;
  flex-wrap: wrap;
  padding: .75rem 0;
  border-top: 1px solid var(--line);
}
.filter-reihe:last-of-type { border-bottom: 1px solid var(--line); }
.filter-label {
  flex: none;
  min-width: 5.5rem;
  font-size: .62rem;
  font-weight: 500;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--faint);
}
.filter-chips { display: flex; flex-wrap: wrap; gap: .5rem; }
.filter-chip {
  appearance: none;
  border-radius: 0;
  min-height: 2.9rem;
  padding: 0 1.05rem;
  border: 1px solid var(--line-2);
  background: transparent;
  color: var(--muted);
  font-family: var(--font-body);
  font-size: .82rem;
  font-weight: 500;
  letter-spacing: .04em;
  cursor: pointer;
  transition: border-color .16s ease, color .16s ease, background .16s ease;
}
.filter-chip:hover { border-color: var(--lack); color: var(--ink); background: transparent; }
.filter-chip[aria-pressed="true"] {
  background: var(--lack);
  border-color: var(--lack);
  color: #fff;
}
.filter-chip[aria-pressed="true"]:hover { background: var(--lack-hot); border-color: var(--lack-hot); color: #fff; }
.filter-stand {
  margin: .9rem 0 0;
  font-size: .78rem;
  letter-spacing: .04em;
  color: var(--faint);
}

/* Das Raster */
.matrix { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
@media (min-width: 620px)  { .matrix { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 980px)  { .matrix { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 1320px) { .matrix { grid-template-columns: repeat(4, minmax(0, 1fr)); } }

.matrix-karte {
  display: flex;
  flex-direction: column;
  background: var(--slab);
}
.matrix-karte[hidden] { display: none; }
.matrix-bild {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #0f0a15;
}
.matrix-bild img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: 50% 16%;
  filter: saturate(1.02) contrast(1.04) brightness(.82);
  transition: transform 1.1s ease;
}
.matrix-karte:hover .matrix-bild img { transform: scale(1.03); }
.matrix-karte.ohne-bild .matrix-bild img { display: none; }
.matrix-karte.ohne-bild .matrix-bild::after {
  content: attr(data-name);
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-size: 2.2rem;
  color: var(--violett-tief);
}
.matrix-text {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.3rem 1.25rem 1.4rem;
}
.matrix-text .kicker { margin: 0 0 .45rem; font-size: .62rem; letter-spacing: .26em; color: var(--lack); }
.matrix-text h3 {
  margin: 0 0 .5rem;
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3.4vw, 2.4rem);
  line-height: 1;
}
.matrix-aussehen {
  margin: 0 0 .75rem;
  font-size: .72rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--faint);
}
.matrix-satz {
  margin: 0 0 1.2rem;
  font-size: .9rem;
  line-height: 1.55;
  color: var(--muted);
}
.matrix-tun {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  flex-wrap: wrap;
  margin-top: auto;
}
.matrix-tun .btn { min-height: 2.9rem; padding: 0 1.35rem; font-size: .88rem; }
.matrix-leer {
  margin: 1.6rem 0 0;
  font-size: .92rem;
  color: var(--muted);
}

/* Sichtbarer Rahmen-Hinweis auf Leitungs- und Chatseiten */
.hinweis-rolle {
  margin: 1rem 0 0;
  font-size: .78rem;
  line-height: 1.6;
  color: var(--faint);
  border-left: 1px solid var(--lack);
  padding-left: .8rem;
}

/* Torüberschriften ohne h1 — pro Seite bleibt genau eine Hauptüberschrift.
   Masse identisch zu #gate h1, damit sich optisch nichts verschiebt. */
.gate-name, .gate-satz {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.35;
  text-wrap: balance;
  font-size: clamp(1.5rem, 4.4vw, 1.9rem);
  margin: 0 auto .8rem;
  max-width: 30ch;
}

@media (prefers-reduced-motion: reduce) {
  .matrix-bild img { transition: none; }
  .matrix-karte:hover .matrix-bild img { transform: none; }
}

/* ---------- Trefferflächen: 46 px, auf dem Handy 54 px ---------- */
.brand-word { min-height: 2.9rem; align-content: center; }
.fuss-links a, .nav a, .kopf-rechts a {
  display: inline-flex; align-items: center; min-height: 2.9rem;
}
@media (max-width: 700px) {
  button, .btn, .ghost, .text-link, .filter-chip,
  .guthaben-chip, .brand-word,
  .fuss-links a, .nav a, .kopf-rechts a {
    min-height: 3.375rem;
  }
  .matrix-tun .btn { min-height: 3.375rem; }
  .cast-tile .btn { min-height: 3.375rem; }
}

/* ---------- Herrin-Urteil /bewerten/ ---------- */
.urteil-kopf { max-width: 40rem; padding: 0 0 2rem; }
.urteil-kopf h1 { margin: .4rem 0 1rem; }
.urteil-form { display: grid; gap: 1.1rem; padding-bottom: 3rem; }
.urteil-picker {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(7.4rem, 1fr));
  gap: .7rem;
}
.urteil-pick {
  display: flex; flex-direction: column; align-items: stretch;
  padding: 0; min-height: 0; background: transparent; color: inherit;
  border: 1px solid var(--line); text-align: left;
}
.urteil-pick img { width: 100%; aspect-ratio: 4/5; object-fit: cover; display: block; }
.urteil-pick span { display: grid; gap: .15rem; padding: .55rem .6rem .7rem; }
.urteil-pick b { font-family: var(--font-display); font-size: 1.15rem; font-weight: 600; }
.urteil-pick i { font-style: normal; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; color: var(--faint); }
.urteil-pick:hover, .urteil-pick.ist-an { border-color: var(--lack); background: rgba(201, 47, 82, .08); }
.urteil-drop {
  display: grid; place-items: center; gap: .8rem;
  min-height: 12rem; padding: 1.2rem;
  border: 1px dashed var(--line-2); cursor: pointer; color: var(--muted);
  text-align: center;
}
.urteil-drop.ist-over, .urteil-drop.hat-bild { border-color: var(--lack); }
.urteil-drop img { max-height: 16rem; max-width: 100%; object-fit: contain; }
.urteil-fein { margin: 0; color: var(--faint); font-size: .82rem; }
.urteil-result { display: grid; gap: 1.2rem; padding-bottom: 2.5rem; }
.urteil-text {
  white-space: pre-wrap;
  font-size: 1.05rem; line-height: 1.65;
  color: var(--ink);
  border-left: 1px solid var(--lack);
  padding-left: 1.1rem;
}
.urteil-band {
  margin: 0 0 var(--luft);
  padding: 2.4rem var(--rand);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--slab);
}
.urteil-band h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: .95;
  margin: .4rem 0 1rem;
}
.urteil-band .lead { max-width: 42ch; margin: 0 0 1.4rem; }

.tr-form label.tr-lab { display: grid; gap: .35rem; font-size: .82rem; color: var(--muted); }
.tr-form input[type="text"], .tr-form select, .tr-form textarea {
  background: transparent; color: inherit; border: 1px solid var(--line);
  padding: .75rem .85rem; font: inherit;
}
.tr-picks { display: flex; flex-wrap: wrap; gap: .5rem; }
.tr-picks label { border: 1px solid var(--line); padding: .55rem .85rem; cursor: pointer; }
.tr-picks input { margin-right: .35rem; }
.tr-doors { display: grid; gap: .8rem; margin: 1.5rem 0 3rem; }
@media (min-width: 700px) { .tr-doors { grid-template-columns: 1fr 1fr; } }
.tr-door {
  display: block; border: 1px solid var(--line); padding: 1.1rem 1.2rem;
  text-decoration: none; color: inherit;
}
.tr-door:hover { border-color: var(--lack); }
.tr-door h2 { margin: .2rem 0 .4rem; font-size: 1.6rem; }
