/* ==========================================================================
   CINEMA LAYER — nur auf der Startseite geladen (body.cinema)
   Erzählt die Seite als Film: fixe Hintergrund-Bühne, Akte, Parallax,
   Kinetik-Typografie, Sticky-Szenen, Timeline, Finale.
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Die Bühne: fixer Hintergrund, der sich beim Scrollen bewegt
   -------------------------------------------------------------------------- */

.cine-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.cine-bg__grid {
  position: absolute;
  inset: -20% -1px;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: radial-gradient(ellipse 90% 80% at 50% 42%, black 0%, transparent 78%);
  -webkit-mask-image: radial-gradient(ellipse 90% 80% at 50% 42%, black 0%, transparent 78%);
  transform: translate3d(0, var(--bgy, 0px), 0);
}

.cine-glow {
  position: absolute;
  width: 56vw;
  height: 56vw;
  min-width: 480px;
  min-height: 480px;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.5;
  transition:
    transform 1.8s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 1.8s ease,
    background 1.8s ease;
  will-change: transform, opacity;
}

.cine-glow--a {
  top: -28vw;
  right: -18vw;
  background: radial-gradient(circle, rgba(var(--primary-rgb), 0.16) 0%, transparent 65%);
}

.cine-glow--b {
  bottom: -32vw;
  left: -22vw;
  background: radial-gradient(circle, rgba(var(--primary-rgb), 0.08) 0%, transparent 65%);
}

.cine-glow--c {
  top: 30%;
  left: 30%;
  width: 40vw;
  height: 40vw;
  opacity: 0;
  background: radial-gradient(circle, rgba(var(--primary-rgb), 0.12) 0%, transparent 65%);
}

/* Die Glows wandern mit der Handlung — jeder Akt hat sein eigenes Licht. */

body[data-act="1"] .cine-glow--a { transform: translate3d(-6vw, 14vh, 0) scale(0.8); opacity: 0.28; background: radial-gradient(circle, rgba(214, 110, 82, 0.14) 0%, transparent 65%); }
body[data-act="1"] .cine-glow--b { transform: translate3d(8vw, -6vh, 0) scale(0.9); opacity: 0.3; background: radial-gradient(circle, rgba(214, 110, 82, 0.08) 0%, transparent 65%); }
body[data-act="1"] .cine-glow--c { opacity: 0; }

body[data-act="2"] .cine-glow--a { transform: translate3d(-42vw, 26vh, 0) scale(1.05); opacity: 0.55; }
body[data-act="2"] .cine-glow--b { transform: translate3d(30vw, -14vh, 0); opacity: 0.4; }
body[data-act="2"] .cine-glow--c { opacity: 0.35; transform: translate3d(-10vw, 6vh, 0); }

body[data-act="3"] .cine-glow--a { transform: translate3d(-14vw, 40vh, 0) scale(1.1); opacity: 0.45; }
body[data-act="3"] .cine-glow--b { transform: translate3d(16vw, -30vh, 0) scale(1.1); opacity: 0.45; }
body[data-act="3"] .cine-glow--c { opacity: 0.25; transform: translate3d(6vw, -8vh, 0) scale(1.2); }

body[data-act="4"] .cine-glow--a { transform: translate3d(-30vw, 55vh, 0) scale(0.9); opacity: 0.4; }
body[data-act="4"] .cine-glow--b { transform: translate3d(34vw, -40vh, 0) scale(0.9); opacity: 0.4; }
body[data-act="4"] .cine-glow--c { opacity: 0; }

body[data-act="5"] .cine-glow--a { transform: translate3d(-24vw, 30vh, 0) scale(1.25); opacity: 0.7; }
body[data-act="5"] .cine-glow--b { transform: translate3d(28vw, -24vh, 0) scale(1.2); opacity: 0.6; }
body[data-act="5"] .cine-glow--c { opacity: 0.5; transform: translate3d(0, 0, 0) scale(1.5); }

/* Vignette: der Kinosaal wird an den Rändern dunkel */

.cine-bg__vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 120% 100% at 50% 50%, transparent 60%, rgba(0, 0, 0, 0.34) 100%);
}

/* Partikelstaub (Canvas, per JS erzeugt) */

.cine-bg__dust {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

/* Inhalt liegt über der Bühne */

.cinema main,
.cinema header,
.cinema footer {
  position: relative;
  z-index: 1;
}

/* --------------------------------------------------------------------------
   2. Filmlaufwerk: Fortschrittsbalken + Akt-Anzeige
   -------------------------------------------------------------------------- */

.cine-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 2100;
  background: rgba(255, 255, 255, 0.05);
}

.cine-progress__bar {
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, var(--primary-deep), var(--primary), var(--primary-soft));
  transform-origin: 0 50%;
  transform: scaleX(var(--scroll-p, 0));
  box-shadow: 0 0 12px rgba(var(--primary-rgb), 0.55);
}

.cine-act-label {
  position: fixed;
  left: 28px;
  bottom: 28px;
  z-index: 1500;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-muted);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  pointer-events: none;
}

.cine-act-label.is-on {
  opacity: 1;
  transform: translateY(0);
}

.cine-act-label::before {
  content: "";
  width: 26px;
  height: 1px;
  background: var(--primary);
  box-shadow: 0 0 8px rgba(var(--primary-rgb), 0.8);
}

.cine-act-label strong {
  color: var(--primary);
  font-weight: 700;
}

@media (max-width: 900px) {
  .cine-act-label { display: none; }
}

/* --------------------------------------------------------------------------
   3. Prolog / Hero-Erweiterungen
   -------------------------------------------------------------------------- */

.cinema .hero {
  z-index: 2;
}

html.js .cinema .hero-content {
  transform: translate3d(0, calc(var(--hero-p, 0) * -70px), 0);
  opacity: calc(1 - var(--hero-p, 0) * 1.15);
  will-change: transform, opacity;
}

html.js .cinema .hero-art {
  transform: translate3d(0, calc(-50% + var(--hero-p, 0) * 90px), 0);
  opacity: calc(1 - var(--hero-p, 0) * 0.9);
  will-change: transform, opacity;
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: var(--text-muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
  background: none;
  border: none;
  font-family: var(--font-body);
  padding: 8px;
  transition: color 0.3s ease, opacity 0.5s ease;
  opacity: calc(1 - var(--hero-p, 0) * 3);
}

.scroll-cue:hover { color: var(--primary); }

.scroll-cue__line {
  width: 1px;
  height: 44px;
  background: linear-gradient(180deg, transparent, var(--primary));
  position: relative;
  overflow: hidden;
}

.scroll-cue__line::after {
  content: "";
  position: absolute;
  left: 0;
  top: -50%;
  width: 100%;
  height: 50%;
  background: var(--primary-soft);
  box-shadow: 0 0 8px rgba(var(--primary-rgb), 0.9);
}

@media (prefers-reduced-motion: no-preference) {
  .scroll-cue__line::after {
    animation: cueDrop 2s cubic-bezier(0.45, 0, 0.55, 1) infinite;
  }
}

@keyframes cueDrop {
  0% { top: -50%; }
  70%, 100% { top: 110%; }
}

@media (max-width: 900px) {
  .scroll-cue { display: none; }
}

/* --------------------------------------------------------------------------
   4. Akte: Grundlayout & Kinetik-Typografie
   -------------------------------------------------------------------------- */

.act {
  position: relative;
  padding: 140px 0;
}

.act-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 36px;
}

.act-kicker::after {
  content: "";
  flex: 0 0 64px;
  height: 1px;
  background: linear-gradient(90deg, rgba(var(--primary-rgb), 0.8), transparent);
}

.act-kicker--center {
  justify-content: center;
}

.act-kicker--center::before {
  content: "";
  flex: 0 0 64px;
  height: 1px;
  background: linear-gradient(270deg, rgba(var(--primary-rgb), 0.8), transparent);
}

/* Zeilen-Maskeneffekt: Text schiebt sich wie ein Filmtitel ins Bild */

.k-head {
  font-size: clamp(36px, 5.6vw, 72px);
  line-height: 1.06;
  letter-spacing: -0.04em;
  margin: 0;
}

.k-line {
  display: block;
  overflow: hidden;
  padding-bottom: 0.08em;
  margin-bottom: -0.08em;
}

.k-line__in {
  display: inline-block;
}

.k-dim { color: var(--text-muted); }
.k-brass {
  background: linear-gradient(110deg, var(--primary) 0%, var(--primary-soft) 45%, var(--primary) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (prefers-reduced-motion: no-preference) {
  html.js .k-line__in {
    transform: translateY(112%);
    transition: transform 1.05s cubic-bezier(0.16, 1, 0.3, 1);
    transition-delay: calc(var(--i, 0) * 140ms);
  }

  html.js .is-in .k-line__in,
  html.js .k-head.is-in .k-line__in {
    transform: translateY(0);
  }
}

/* Sanftes Auftauchen für alles andere */

@media (prefers-reduced-motion: no-preference) {
  html.js [data-reveal] {
    opacity: 0;
    transform: translateY(34px);
    transition:
      opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1),
      transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
    transition-delay: calc(var(--rd, 0) * 120ms);
  }

  html.js [data-reveal].is-in {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Parallax-Elemente (JS setzt --plx) */

html.js .cinema [data-plx] {
  transform: translate3d(0, var(--plx, 0px), 0);
  will-change: transform;
}

/* --------------------------------------------------------------------------
   5. Akt I — Das Problem
   -------------------------------------------------------------------------- */

.act--problem .act-lead {
  max-width: 640px;
  margin-top: 32px;
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.7;
  color: var(--text-muted);
}

.pain-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 72px;
}

.pain-card {
  position: relative;
  padding: 36px 32px;
  border-radius: 24px;
  border: 1px solid var(--border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.008)),
    rgba(var(--surface-rgb), 0.72);
  backdrop-filter: blur(8px);
  overflow: hidden;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.5s ease;
}

.pain-card:hover {
  transform: translateY(-8px);
  border-color: rgba(214, 110, 82, 0.35);
}

.pain-card__num {
  position: absolute;
  top: -18px;
  right: 10px;
  font-family: var(--font-display);
  font-size: 96px;
  font-weight: 800;
  letter-spacing: -0.06em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.09);
  pointer-events: none;
}

.pain-card h3 {
  font-size: 21px;
  margin-bottom: 12px;
}

.pain-card p {
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.65;
}

.pain-card__glow {
  position: absolute;
  inset: auto -30% -60% -30%;
  height: 70%;
  background: radial-gradient(ellipse at 50% 100%, rgba(214, 110, 82, 0.14), transparent 70%);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.pain-card:hover .pain-card__glow { opacity: 1; }

/* --------------------------------------------------------------------------
   6. Akt II — Der Wendepunkt (Portrait + Zahlen)
   -------------------------------------------------------------------------- */

.turn-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.85fr);
  gap: 88px;
  align-items: center;
  margin-top: 64px;
}

.turn-copy p {
  color: var(--text-muted);
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 22px;
}

.turn-copy p strong {
  color: var(--text);
}

.turn-quote {
  margin: 36px 0;
  padding-left: 24px;
  border-left: 2px solid var(--primary);
  font-family: var(--font-display);
  font-size: clamp(19px, 1.9vw, 23px);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: var(--text);
}

.turn-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 44px;
}

.turn-metric {
  padding: 20px 22px;
  border-radius: 18px;
  border: 1px solid var(--border);
  background: rgba(var(--surface-rgb), 0.6);
}

.turn-metric strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(26px, 2.6vw, 34px);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--primary);
  line-height: 1.1;
  margin-bottom: 6px;
  white-space: nowrap;
}

.turn-metric span {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.4;
  display: block;
}

.turn-portrait {
  position: relative;
  justify-self: end;
  width: min(100%, 440px);
}

.turn-portrait__frame {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(var(--primary-rgb), 0.2);
  box-shadow:
    0 40px 90px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(255, 255, 255, 0.04);
}

.turn-portrait__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(200deg, rgba(var(--primary-rgb), 0.12), transparent 42%);
  pointer-events: none;
}

.turn-portrait img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1.12) translate3d(0, var(--plx-img, 0px), 0);
  will-change: transform;
}

.turn-portrait__badge {
  position: absolute;
  left: -18px;
  bottom: 26px;
  padding: 14px 20px;
  border-radius: 14px;
  background: var(--primary);
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.04em;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.4);
}

.turn-portrait__badge small {
  display: block;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.75;
  margin-top: 2px;
}

/* --------------------------------------------------------------------------
   7. Akt III — Die Verwandlung (Sticky-Szenen)
   -------------------------------------------------------------------------- */

.scene-stack {
  display: flex;
  flex-direction: column;
  gap: 44px;
  margin-top: 72px;
}

.scene {
  position: sticky;
  top: calc(96px + var(--i, 0) * 22px);
  border-radius: 30px;
  border: 1px solid var(--border);
  background:
    radial-gradient(circle at 12% 0%, rgba(var(--primary-rgb), 0.09), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.006)),
    #15151c;
  padding: clamp(32px, 4.5vw, 64px);
  overflow: hidden;
  box-shadow: 0 -20px 60px rgba(0, 0, 0, 0.4);
  transform: scale(var(--sc, 1));
  transform-origin: 50% 0%;
}

.scene__dim {
  position: absolute;
  inset: 0;
  background: #0a0a0d;
  opacity: var(--dim, 0);
  pointer-events: none;
  border-radius: inherit;
  z-index: 5;
}

.scene__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 56px;
  align-items: center;
}

.scene__num {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--primary);
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.scene__num::after {
  content: "";
  width: 44px;
  height: 1px;
  background: rgba(var(--primary-rgb), 0.5);
}

.scene h3 {
  font-size: clamp(28px, 3.2vw, 42px);
  letter-spacing: -0.03em;
  margin-bottom: 18px;
}

.scene p {
  color: var(--text-muted);
  font-size: 16px;
  line-height: 1.75;
  max-width: 520px;
}

.scene__list {
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.scene__list li {
  position: relative;
  padding-left: 26px;
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.55;
}

.scene__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 12px;
  height: 2px;
  background: var(--primary);
}

.scene__list li strong { color: var(--text); }

.scene__visual {
  position: relative;
  min-height: 260px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background:
    linear-gradient(160deg, rgba(var(--primary-rgb), 0.07), transparent 55%),
    rgba(10, 10, 13, 0.55);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scene__visual svg {
  width: 82%;
  height: auto;
  display: block;
}

/* --------------------------------------------------------------------------
   8. Akt IV — Der Plan (Timeline)
   -------------------------------------------------------------------------- */

.method-flow {
  position: relative;
  max-width: 760px;
  margin: 80px auto 0;
  padding-left: 44px;
}

.method-flow::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 2px;
}

.method-flow__progress {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: calc(100% - 16px);
  background: linear-gradient(180deg, var(--primary-soft), var(--primary));
  border-radius: 2px;
  transform-origin: 50% 0%;
  transform: scaleY(var(--tl, 0));
  box-shadow: 0 0 14px rgba(var(--primary-rgb), 0.5);
}

.method-step2 {
  position: relative;
  padding: 0 0 64px;
}

.method-step2:last-child { padding-bottom: 0; }

.method-step2::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--bg);
  border: 2px solid rgba(255, 255, 255, 0.25);
  transition: border-color 0.5s ease, box-shadow 0.5s ease, background 0.5s ease;
}

.method-step2.is-in::before {
  border-color: var(--primary);
  background: var(--primary);
  box-shadow: 0 0 16px rgba(var(--primary-rgb), 0.8);
}

.method-step2__phase {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 10px;
}

.method-step2 h3 {
  font-size: clamp(22px, 2.4vw, 30px);
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

.method-step2 p {
  color: var(--text-muted);
  font-size: 16px;
  line-height: 1.7;
  max-width: 560px;
}

.method-step2__meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  padding: 6px 14px;
  border-radius: 99px;
  border: 1px solid rgba(var(--primary-rgb), 0.3);
  background: rgba(var(--primary-rgb), 0.08);
  color: var(--primary);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

/* --------------------------------------------------------------------------
   9. Akt V — Das Finale
   -------------------------------------------------------------------------- */

.act--finale {
  padding: 200px 0 180px;
  text-align: center;
}

.finale-head {
  font-size: clamp(40px, 6.4vw, 84px);
  line-height: 1.04;
  letter-spacing: -0.045em;
  margin: 0 auto 28px;
  max-width: 900px;
}

.finale-sub {
  max-width: 560px;
  margin: 0 auto 48px;
  color: var(--text-muted);
  font-size: 18px;
  line-height: 1.7;
}

.finale-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

.finale-actions .btn-primary {
  padding: 22px 56px;
  font-size: 18px;
  border-radius: 16px;
  box-shadow:
    0 20px 60px rgba(var(--primary-rgb), 0.28),
    0 0 0 1px rgba(var(--primary-rgb), 0.4);
}

.finale-note {
  margin-top: 26px;
  font-size: 13px;
  color: var(--text-muted);
  letter-spacing: 0.02em;
}

.finale-note strong { color: var(--primary); font-weight: 600; }

/* --------------------------------------------------------------------------
   10. Epilog — Wissen & FAQ (SEO-Inhalte als Akkordeon)
   -------------------------------------------------------------------------- */

.epilog {
  padding: 100px 0 140px;
}

.epilog-intro {
  max-width: 720px;
  margin: 0 auto 56px;
  text-align: center;
}

.epilog-intro h2 {
  font-size: clamp(30px, 4vw, 46px);
  margin-bottom: 18px;
}

.epilog-intro h2 span { color: var(--primary); }

.epilog-intro p {
  color: var(--text-muted);
  font-size: 17px;
  line-height: 1.7;
}

.epilog-list {
  max-width: 820px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.epilog-item {
  border: 1px solid var(--border);
  border-radius: 20px;
  background: rgba(var(--surface-rgb), 0.7);
  backdrop-filter: blur(8px);
  overflow: hidden;
  transition: border-color 0.4s ease;
}

.epilog-item[open] {
  border-color: rgba(var(--primary-rgb), 0.35);
}

.epilog-item summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 60px 22px 28px;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.01em;
  position: relative;
  transition: color 0.3s ease;
}

.epilog-item summary:hover { color: var(--primary); }

.epilog-item summary::-webkit-details-marker { display: none; }

.epilog-item summary::after {
  content: "+";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: 400;
  color: var(--primary);
  transition: transform 0.35s ease;
}

.epilog-item[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.epilog-item__body {
  padding: 0 28px 26px;
  color: var(--text-muted);
  font-size: 15.5px;
  line-height: 1.75;
  display: grid;
  gap: 14px;
}

.epilog-item__body strong { color: var(--text); }

.epilog-item__body ul {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 10px;
}

/* --------------------------------------------------------------------------
   11. Fallbacks & Responsive
   -------------------------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {
  .cine-glow { transition: none; }
  .cine-bg__grid { transform: none; }
  html.js .cinema .hero-content,
  html.js .cinema .hero-art { transform: none; opacity: 1; }
  html.js .cinema .hero-art { transform: translateY(-50%); }
  html.js .cinema [data-plx] { transform: none; }
  .scene { transform: none; }
  .method-flow__progress { transform: scaleY(1); }
}

@media (max-width: 1024px) {
  .pain-grid { grid-template-columns: 1fr; gap: 18px; margin-top: 56px; }
  .turn-grid { grid-template-columns: 1fr; gap: 48px; }
  .turn-portrait { justify-self: start; }
  .scene__inner { grid-template-columns: 1fr; gap: 36px; }
  .scene__visual { min-height: 220px; }
}

@media (max-width: 768px) {
  .act { padding: 96px 0; }
  .act--finale { padding: 130px 0 110px; }
  .turn-metrics { grid-template-columns: 1fr; gap: 14px; }
  .turn-metric strong { white-space: normal; }
  .method-flow { padding-left: 36px; margin-top: 56px; }
  .method-step2::before { left: -32px; }
  .scene { top: 84px; }
  .scene-stack { gap: 24px; }
  .finale-actions .btn { width: 100%; }
  .epilog-item summary { padding: 18px 52px 18px 20px; font-size: 16px; }
  .epilog-item__body { padding: 0 20px 22px; }
  .turn-portrait__badge { left: 12px; }
}
