/* ==========================================================================
   GETALWIN — THE RUN · homepage v2
   Acts: I cinematic (near-black, film) · II editorial (warm paper)
   Type: Space Grotesk (display) · Manrope (body) · JetBrains Mono (instrument)
   ========================================================================== */

/* ---------- Fonts (self-hosted) ---------- */
@font-face { font-family: "Space Grotesk"; src: url("/assets/fonts/spacegrotesk-400.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Space Grotesk"; src: url("/assets/fonts/spacegrotesk-500.woff2") format("woff2"); font-weight: 500; font-display: swap; }
@font-face { font-family: "Space Grotesk"; src: url("/assets/fonts/spacegrotesk-600.woff2") format("woff2"); font-weight: 600; font-display: swap; }
@font-face { font-family: "Space Grotesk"; src: url("/assets/fonts/spacegrotesk-700.woff2") format("woff2"); font-weight: 700; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("/assets/fonts/manrope-400.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("/assets/fonts/manrope-500.woff2") format("woff2"); font-weight: 500; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("/assets/fonts/manrope-600.woff2") format("woff2"); font-weight: 600; font-display: swap; }
@font-face { font-family: "JetBrains Mono"; src: url("/assets/fonts/jetbrainsmono-400.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "JetBrains Mono"; src: url("/assets/fonts/jetbrainsmono-500.woff2") format("woff2"); font-weight: 500; font-display: swap; }

/* ---------- Tokens ---------- */
:root {
  --ink-deep: #050609;
  --ink: #0b0d11;
  --ink-soft: #14171d;
  --paper: #f4f0e8;
  --paper-warm: #ebe5da;
  --white: #ffffff;
  --slate: #8b94a6;
  --muted: #57544b;
  --muted-dark: rgba(244, 240, 232, 0.56);
  --accent-deep: #052019;
  --signal-red: #ff4633; /* film light-band red — small signals only, never decoration */
  --line-dark: rgba(244, 240, 232, 0.16);
  --line-light: rgba(11, 13, 17, 0.16);
  --line-light-strong: rgba(11, 13, 17, 0.34);
  --font-head: "Space Grotesk", "Segoe UI", sans-serif;
  --font-body: "Manrope", "Segoe UI", sans-serif;
  --font-mono: "JetBrains Mono", "Cascadia Mono", monospace;
  --shell: min(1240px, calc(100vw - clamp(40px, 6vw, 128px)));
  --shell-narrow: min(880px, calc(100vw - clamp(40px, 6vw, 128px)));
  --header-h: 72px;
  --ease-out: cubic-bezier(0.2, 0.8, 0.2, 1);
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
html:focus-within { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: clip;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button { font: inherit; color: inherit; }
::selection { background: var(--accent); color: var(--ink); }

:focus-visible { outline: 2px solid var(--signal-red); outline-offset: 3px; border-radius: 1px; }
.act-two :focus-visible, .site-footer :focus-visible { outline-color: var(--signal-red); }

.skip-link {
  position: fixed; top: -48px; left: 16px; z-index: 200;
  background: var(--paper); color: var(--ink);
  padding: 10px 18px; font-family: var(--font-mono); font-size: 0.78rem;
  text-decoration: none; transition: top 0.2s var(--ease-out);
}
.skip-link:focus-visible { top: 12px; }

.shell { width: var(--shell); margin-inline: auto; }
.shell-narrow { width: var(--shell-narrow); margin-inline: auto; }

/* ---------- Shared type ---------- */
.eyebrow {
  font-family: var(--font-mono); font-weight: 500;
  font-size: 0.75rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--muted); margin: 0 0 clamp(18px, 2.4vh, 28px);
}
/* one signal mark opens every section label - the same rule that closes the logo wall */
.eyebrow::before {
  content: ""; display: inline-block; vertical-align: middle;
  width: 22px; height: 2px; margin: -2px 12px 0 0; background: var(--signal-red);
}
.eyebrow-inverse { color: rgba(244, 240, 232, 0.72); }
.headline-xl {
  text-wrap: balance;
  font-family: var(--font-head); font-weight: 600;
  font-size: clamp(2.8rem, 6vw, 5.4rem); line-height: 1.02;
  letter-spacing: -0.025em; margin: 0;
  color: var(--ink);
}
.headline-lg {
  text-wrap: balance;
  font-family: var(--font-head); font-weight: 600;
  font-size: clamp(2.2rem, 4.2vw, 3.8rem); line-height: 1.05;
  letter-spacing: -0.02em; margin: 0;
}
.headline-md {
  text-wrap: balance;
  font-family: var(--font-head); font-weight: 600;
  font-size: clamp(1.7rem, 3vw, 2.6rem); line-height: 1.12;
  letter-spacing: -0.015em; margin: 0;
}
.lede {
  font-size: clamp(1.1rem, 1.5vw, 1.3rem); line-height: 1.55;
  color: #45423b; margin: clamp(20px, 3vh, 32px) 0 0;
}
.body-copy {
  font-size: clamp(1.0625rem, 1.2vw, 1.1875rem); line-height: 1.7;
  margin: 0; max-width: 56ch;
}
.caps-line {
  font-family: var(--font-mono); font-size: 0.75rem; letter-spacing: 0.14em;
  text-transform: uppercase; line-height: 2; margin: 0 0 20px;
  color: var(--muted);
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 0 clamp(22px, 2.4vw, 34px);
  font-family: var(--font-head); font-weight: 500; font-size: 0.95rem;
  letter-spacing: 0.02em; text-decoration: none; cursor: pointer;
  border: 1px solid transparent; border-radius: 2px;
  transition: background-color 0.22s var(--ease-out), color 0.22s var(--ease-out),
    border-color 0.22s var(--ease-out), transform 0.22s var(--ease-out);
}
.btn:active { transform: translateY(1px); }
/* the signal wipes across the action — same red as the film's light band */
.btn { position: relative; overflow: hidden; isolation: isolate; }
.btn::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: var(--signal-red);
  transform: scaleX(0); transform-origin: left center;
  transition: transform 0.42s var(--ease-out);
}
.btn:hover::before, .btn:focus-visible::before { transform: scaleX(1); }
.btn:hover, .btn:focus-visible { color: var(--white); border-color: var(--signal-red); }
.btn-light { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.btn-ghost-light { background: transparent; color: var(--paper); border-color: rgba(244, 240, 232, 0.44); }
.btn-ink { background: var(--ink); color: var(--paper); border-color: var(--ink); }
/* Quiet premium text action on dark footage (film CTA) */
.btn-text-light {
  display: inline-flex; align-items: center; min-height: 52px;
  padding: 0 6px; background: none; border: none; cursor: pointer;
  font-family: var(--font-head); font-weight: 500; font-size: 0.95rem;
  letter-spacing: 0.02em; color: rgba(250, 248, 243, 0.94);
  text-decoration: underline; text-underline-offset: 6px;
  text-decoration-color: rgba(250, 248, 243, 0.62);
  text-shadow: 0 1px 14px rgba(5, 6, 9, 0.6);
  transition: color 0.22s, text-decoration-color 0.22s;
}
.btn-text-light:hover { color: var(--white); text-decoration-color: var(--signal-red); }

/* ==========================================================================
   LOADER
   ========================================================================== */
.loader {
  --load: 0%;
  position: fixed; inset: 0; z-index: 120;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  background: radial-gradient(ellipse 120% 90% at 50% 42%, #0a0c10, var(--ink-deep) 78%);
  transition: opacity 0.7s var(--ease-out), visibility 0.7s;
}
/* Ein sehr leises Glimmen atmet hinter der Marke - Leben, kein Effekt */
.loader::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 58% 38% at 50% 44%, rgba(255, 70, 51, 0.11), transparent 72%);
  opacity: 0.4; animation: loader-breath 6s ease-in-out infinite;
}
@keyframes loader-breath {
  0%, 100% { opacity: 0.32; transform: scale(1); }
  50%      { opacity: 0.72; transform: scale(1.045); }
}
.loader.is-done { opacity: 0; visibility: hidden; pointer-events: none; }
.loader.is-done .loader-center { transform: translateY(-8px); }
.loader-center {
  position: relative; display: flex; flex-direction: column; align-items: center;
  transition: transform 0.7s var(--ease-out);
}

/* Die Wortmarke ist der Fortschritt: dunkel angelegt, Licht fuellt sie auf */
.loader-markwrap { position: relative; width: clamp(230px, 27vw, 330px); }
.loader-mark { display: block; width: 100%; height: auto; opacity: 0.15; }
.loader-mark-fill {
  position: absolute; inset: 0; background: var(--paper);
  -webkit-mask: url('/assets/the-run/logos/getalwin-2026-white.svg') center / contain no-repeat;
  mask: url('/assets/the-run/logos/getalwin-2026-white.svg') center / contain no-repeat;
  clip-path: inset(0 calc(100% - var(--load)) 0 0);
  transition: clip-path 0.28s linear;
}
/* der Lichtkopf an der Fuellkante */
.loader-edge {
  position: absolute; top: -10%; bottom: -10%; left: var(--load); width: 2px;
  transform: translateX(-1px);
  background: linear-gradient(to bottom, rgba(255, 70, 51, 0), var(--signal-red) 45%, #ffb9ac 55%, rgba(255, 70, 51, 0));
  box-shadow: 0 0 16px 3px rgba(255, 70, 51, 0.5);
  transition: left 0.28s linear;
}
.loader.is-done .loader-edge { opacity: 0; transition: opacity 0.3s; }

.loader-title {
  font-family: var(--font-mono); font-weight: 500; font-size: 0.72rem; letter-spacing: 0.74em;
  text-indent: 0.74em; color: rgba(244, 240, 232, 0.5); margin: clamp(26px, 4vh, 40px) 0 0;
}
.loader-count {
  font-family: var(--font-mono); font-size: 0.68rem; letter-spacing: 0.24em;
  font-variant-numeric: tabular-nums; color: rgba(244, 240, 232, 0.4);
  margin: clamp(30px, 4.6vh, 46px) 0 0;
}
.loader-unit { letter-spacing: 0; opacity: 0.6; }
.loader-foot {
  position: absolute; bottom: max(30px, env(safe-area-inset-bottom));
  display: flex; align-items: center; gap: 12px;
}
.loader-skip {
  background: none; border: none; cursor: pointer;
  font-family: var(--font-mono); font-weight: 500; font-size: 0.68rem; letter-spacing: 0.22em;
  text-transform: uppercase; color: rgba(244, 240, 232, 0.55); padding: 10px 4px;
  transition: color 0.22s;
}
.loader-skip:hover { color: var(--paper); }
.loader-dot { color: rgba(244, 240, 232, 0.3); font-family: var(--font-mono); font-size: 0.68rem; }
.loader-esc {
  font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.26em;
  color: rgba(244, 240, 232, 0.34); margin: 0;
  border: 1px solid rgba(244, 240, 232, 0.2); border-radius: 2px; padding: 3px 8px;
}

/* ==========================================================================
   HEADER
   ========================================================================== */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 90;
  display: flex; align-items: center; justify-content: space-between;
  height: var(--header-h);
  padding-inline: clamp(20px, 3.4vw, 64px);
  transition: background-color 0.35s var(--ease-out), transform 0.28s var(--ease-out), box-shadow 0.35s;
}
.brand { display: block; position: relative; }
.brand img { height: 18px; width: auto; filter: drop-shadow(0 1px 10px rgba(5, 6, 9, 0.5)); }
body[data-mode="page"] .brand img { filter: none; }
.brand-ink { position: absolute; inset: 0; opacity: 0; transition: opacity 0.3s; }
.brand-light { transition: opacity 0.3s; }
.header-actions { display: flex; align-items: center; gap: clamp(14px, 2vw, 28px); }
.header-nav { display: none; gap: clamp(20px, 2.6vw, 40px); }
.header-nav a {
  font-family: var(--font-mono); font-weight: 500; font-size: 0.7rem; letter-spacing: 0.18em;
  text-transform: uppercase; color: rgba(11, 13, 17, 0.88); text-decoration: none;
  padding-block: 6px; transition: color 0.22s;
}
.header-nav a:hover { color: var(--signal-red); }
body[data-mode="page"] .header-nav { display: flex; }
/* reading signal: the red line the film taught us, now as progress */
.header-progress { position: absolute; left: 0; right: 0; bottom: 0; height: 2px; opacity: 0; transition: opacity 0.3s; }
.header-progress span {
  display: block; height: 100%; width: 100%; transform: scaleX(0); transform-origin: left center;
  background: var(--signal-red); will-change: transform;
}
body[data-mode="page"] .header-progress { opacity: 1; }
body[data-mode="page"] .site-header {
  border-bottom: 1px solid var(--line-light);
  height: 54px;
  /* Marke | wirklich zentrierte Navigation | Aktion */
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
}
body[data-mode="page"] .brand { justify-self: start; }
body[data-mode="page"] .header-actions { justify-self: end; }
body[data-mode="page"] .brand img { height: 15px; }
body[data-mode="page"] .header-cta { padding: 8px 16px; font-size: 0.83rem; letter-spacing: 0.01em; min-height: 0; }
body[data-mode="page"] .header-nav a { font-size: 0.72rem; letter-spacing: 0.14em; }
/* Contextual header action: scene 01 offers "Arbeiten ansehen", every later
   moment offers "Projekt anfragen". Both live stacked in one fixed-size grid
   cell and crossfade — no text swap, no jump, no resize. */
.header-cta-swap { display: grid; }
.header-cta-swap .header-cta {
  grid-area: 1 / 1; justify-self: stretch; text-align: center;
  opacity: 0; visibility: hidden; pointer-events: none;
}
.site-header.cta-work .header-cta-work,
.site-header:not(.cta-work) .header-cta-project {
  opacity: 1; visibility: visible; pointer-events: auto;
}
.header-cta {
  font-family: var(--font-head); font-weight: 500; font-size: 0.9rem;
  color: var(--paper); text-decoration: none;
  border: 1px solid rgba(244, 240, 232, 0.62); border-radius: 2px;
  padding: 11px 20px;
  text-shadow: 0 1px 3px rgba(5, 6, 9, 0.85), 0 2px 16px rgba(5, 6, 9, 0.7);
  transition: border-color 0.22s, background-color 0.22s, color 0.22s,
    opacity 0.55s var(--ease-out), visibility 0.55s;
}
.header-cta { position: relative; overflow: hidden; isolation: isolate; }
.header-cta::before {
  content: ""; position: absolute; inset: 0; z-index: -1; background: var(--signal-red);
  transform: scaleX(0); transform-origin: left center; transition: transform 0.42s var(--ease-out);
}
.header-cta:hover::before, .header-cta:focus-visible::before { transform: scaleX(1); }
.header-cta:hover { border-color: var(--signal-red); color: var(--white); text-shadow: none; }
/* ACT II: solid, auto-hiding header — legible over both paper and ink sections */
body[data-mode="page"] .site-header {
  background: var(--paper);
  box-shadow: 0 1px 0 0 var(--line-light);
  transform: translateY(-100%);
}
body[data-mode="page"] .site-header.is-revealed { transform: translateY(0); }
body[data-mode="page"] .brand-ink { opacity: 1; }
body[data-mode="page"] .brand-light { opacity: 0; }
body[data-mode="page"] .header-cta {
  color: var(--paper); background: var(--ink); border-color: var(--ink); text-shadow: none;
}
body[data-mode="page"] .header-cta:hover { border-color: var(--signal-red); color: var(--white); }
.header-skip {
  background: none; border: none; cursor: pointer; padding: 10px 0;
  font-family: var(--font-mono); font-weight: 500; font-size: 0.68rem; letter-spacing: 0.18em;
  text-transform: uppercase; color: rgba(250, 248, 243, 0.9); padding: 10px 0;
  text-shadow: 0 1px 3px rgba(5, 6, 9, 0.9), 0 2px 16px rgba(5, 6, 9, 0.75);
  transition: color 0.22s, opacity 0.3s, visibility 0.3s;
}
.header-skip:hover { color: var(--white); }
.header-skip-esc { color: rgba(244, 240, 232, 0.6); }
.skip-short { display: none; }
body[data-mode="page"] .header-skip { opacity: 0; visibility: hidden; pointer-events: none; }

/* ==========================================================================
   ACT I — CINEMATIC STAGE
   ========================================================================== */
.cinematic { position: relative; height: 900vh; }
.stage {
  position: sticky; top: 0; height: 100svh; height: 100dvh; overflow: hidden;
  background: var(--ink-deep);
}
.media {
  position: absolute; inset: 0; z-index: 1;
  transform: scale(var(--exit-scale, 1));
  transform-origin: 50% 44%;
  will-change: transform;
}
/* Schlussbild: das Bild sinkt zurueck und dunkelt ab, waehrend ACT II aufsteigt */
.stage::after {
  content: ""; position: absolute; inset: 0; z-index: 6; pointer-events: none;
  background: var(--ink-deep); opacity: var(--exit-veil, 0);
}
.scene-poster, .scene-video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: var(--object-pos, center center);
  opacity: 0; transition: opacity 0.12s linear;
}
.scene-poster.is-active, .scene-video.is-active { opacity: 1; }
.media-shade {
  position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(to top, rgba(5, 6, 9, 0.62) 0%, rgba(5, 6, 9, 0.18) 26%, rgba(5, 6, 9, 0) 46%),
    linear-gradient(to bottom, rgba(5, 6, 9, 0.72) 0%, rgba(5, 6, 9, 0.32) 12%, rgba(5, 6, 9, 0) 26%);
}
.stage.scene-is-work .media::after {
  content: ""; position: absolute; inset: 0;
  background: rgba(5, 6, 9, 0.55);
}
.media-grain {
  position: absolute; inset: 0; pointer-events: none; opacity: 0.05;
  mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 240px 240px;
}

.work-dots, .voice-controls { display: none; }

/* Ein ruhiges Aufsteigen fuer Sektionskoepfe - dieselbe Geste wie der ACT-II-Auftakt */
.reveal-rise {
  opacity: 0; transform: translateY(14px);
  transition: opacity 0.8s var(--ease-out), transform 0.8s var(--ease-out);
}
.reveal-rise.is-revealed { opacity: 1; transform: none; }
html.no-js .reveal-rise { opacity: 1; transform: none; }

/* Branchen als indizierte Staffel - Klassifikation, keine Karten */
.forwhom-index {
  list-style: none; margin: clamp(26px, 4vh, 40px) 0 0; padding: 0;
  display: flex; flex-direction: column; gap: 7px;
}
.forwhom-index li {
  display: flex; align-items: baseline; gap: 14px;
  font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.18em;
  text-transform: uppercase; color: rgba(244, 240, 232, 0.78);
}
.forwhom-index li span { font-size: 0.6rem; color: var(--signal-red); opacity: 0.85; }
.forwhom-index li:nth-child(2) { padding-left: clamp(16px, 1.8vw, 28px); }
.forwhom-index li:nth-child(3) { padding-left: clamp(32px, 3.6vw, 56px); }
.forwhom-index li:nth-child(4) { padding-left: clamp(48px, 5.4vw, 84px); }
.forwhom-index li:nth-child(5) { padding-left: clamp(64px, 7.2vw, 112px); }

/* Rennlinie am oberen Rand: Basis fast unsichtbar, Fortschritt im Signalrot,
   sechs Kapitel-Ticks, am Ende eine winzige Ziel-Referenz. Nur im Film. */
.race-progress {
  position: absolute; top: 0; left: 0; right: 0; height: 3px; z-index: 9;
  /* eigene dunkle Rinne: der Strich muss auch ueber hellem Himmel lesbar bleiben */
  background: rgba(5, 6, 9, 0.55);
  box-shadow: 0 1px 8px rgba(5, 6, 9, 0.45);
  opacity: 1; transition: opacity 0.4s var(--ease-out);
  pointer-events: none;
}
.race-progress::before {
  /* die noch offene Strecke, hell genug um sie zu sehen */
  content: ""; position: absolute; inset: 0;
  background: rgba(244, 240, 232, 0.3);
}
.race-fill {
  position: absolute; inset: 0; z-index: 1; background: var(--signal-red);
  transform: scaleX(0); transform-origin: left center; will-change: transform;
}
.race-fill::after {
  /* die aktuelle Position: ein heller Kopf an der Spitze */
  content: ""; position: absolute; top: 0; bottom: 0; right: 0; width: 2px;
  background: #ffd9d2; box-shadow: 0 0 10px rgba(255, 70, 51, 0.9);
}
.race-tick {
  position: absolute; top: 0; width: 1px; height: 100%;
  background: rgba(5, 6, 9, 0.75);
}
.race-finish {
  /* Ziel: ein kleines kariertes Feld, hoeher als die Linie - erkennbar, kein Comic */
  position: absolute; right: 0; top: 0; width: 26px; height: 7px;
  background:
    repeating-conic-gradient(#f4f0e8 0% 25%, #0b0d11 0% 50%) 0 0 / 3.5px 3.5px;
  box-shadow: -1px 0 0 0 rgba(5, 6, 9, 0.6), 0 1px 6px rgba(5, 6, 9, 0.5);
}
body[data-mode="page"] .race-progress { opacity: 0; }
@media (max-width: 1100px) { .race-finish { width: 20px; height: 6px; } }
@media (max-width: 860px) { .race-progress { display: none; } }

/* Scene copy */
.copy-stack { position: absolute; inset: 0; pointer-events: none; z-index: 7; }
.scene-copy {
  position: absolute; inset: 0; opacity: 0; visibility: hidden;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 0 clamp(24px, 6vw, 96px) clamp(64px, 11vh, 120px);
  transform: translateY(8px);
  transition: opacity 0.62s var(--ease-out), transform 0.62s var(--ease-out), visibility 0.62s;
}
.scene-copy.is-visible { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }
.scene-copy[data-align="center"] { align-items: center; justify-content: center; text-align: center; padding-bottom: 0; }
.scene-copy[data-align="left"] { max-width: min(880px, 78vw); }
.scene-eyebrow {
  font-family: var(--font-mono); font-weight: 500; font-size: 0.76rem; letter-spacing: 0.24em;
  text-transform: uppercase; color: rgba(250, 248, 243, 0.9); margin: 0 0 22px;
  text-shadow: 0 1px 4px rgba(5, 6, 9, 0.85), 0 1px 16px rgba(5, 6, 9, 0.6);
}
.scene-kicker {
  font-family: var(--font-mono); font-weight: 500; font-size: 0.9rem; letter-spacing: 0.3em;
  text-transform: uppercase; color: #ff6a57; margin: 0 0 20px;
  text-shadow: 0 0 18px rgba(255, 70, 51, 0.5), 0 1px 4px rgba(5, 6, 9, 0.95), 0 2px 18px rgba(5, 6, 9, 0.75);
}
.scene-display {
  font-family: var(--font-head); font-weight: 600;
  font-size: clamp(2.9rem, 6.4vw, 6.2rem); line-height: 0.99;
  letter-spacing: -0.028em; color: var(--white); margin: 0;
  text-wrap: balance; text-shadow: 0 2px 30px rgba(5, 6, 9, 0.5);
}
/* hero statement: monumental, revealed word by word, closed by the brand signal */
.hero-display {
  font-size: clamp(3.2rem, 8vw, 8rem); line-height: 0.94; letter-spacing: -0.035em;
}
/* every film statement arrives word by word — and leaves as one quiet fade */
.scene-display .hw { display: inline-block; overflow: hidden; vertical-align: bottom; padding-bottom: 0.08em; }
.scene-display .hw > span {
  display: inline-block; transform: translateY(108%);
  transition: transform 0.78s var(--ease-out);
}
.scene-copy.is-visible .scene-display .hw > span { transform: none; }
/* on the way out nothing re-choreographs: the block fades, words reset unseen */
.scene-copy:not(.is-visible) .scene-display .hw > span { transition: transform 0s linear 0.62s; }
.scene-display .hw:nth-child(1) > span { transition-delay: 0.05s; }
.scene-display .hw:nth-child(2) > span { transition-delay: 0.11s; }
.scene-display .hw:nth-child(3) > span { transition-delay: 0.17s; }
.scene-display .hw:nth-child(4) > span { transition-delay: 0.23s; }
.scene-display .hw:nth-child(5) > span { transition-delay: 0.29s; }
/* single-word beats carry the red signal as a hairline instead of a kicker */
.scene-copy.is-visible /* a lone chapter label sits close to the frame edge instead of floating */
.scene-copy[data-scene-copy="scene-06-work"] { padding-bottom: clamp(40px, 6vh, 72px); }
.scene-copy[data-scene-copy="scene-06-work"] .scene-kicker { margin-bottom: clamp(14px, 2vh, 22px); }
/* one-word statements: lower-left like the rest of the film copy, lifted a touch
   so they read as a beat rather than a caption */
.scene-subline {
  font-size: clamp(1.02rem, 1.35vw, 1.3rem); line-height: 1.55;
  color: var(--paper); margin: clamp(22px, 3.2vh, 34px) 0 0;
  max-width: 44ch;
  text-shadow: 0 1px 22px rgba(5, 6, 9, 0.55);
}
/* Local readability vignette under the hero block — a soft radial falloff,
   deliberately NOT a panel: no edges, no fill behind the full frame. */
.scene-copy[data-align="left"]::before,
.scene-copy[data-scene-copy="scene-01-prep"]::before {
  content: ""; position: absolute; left: -22%; right: 24%; top: 22%; bottom: -18%;
  background: radial-gradient(ellipse 82% 78% at 22% 76%, rgba(5, 6, 9, 0.52), rgba(5, 6, 9, 0) 68%);
  pointer-events: none; z-index: -1;
}
.scene-services {
  font-family: var(--font-mono); font-size: 0.75rem; letter-spacing: 0.18em;
  text-transform: uppercase; color: rgba(244, 240, 232, 0.78);
  margin: clamp(16px, 2.2vh, 24px) 0 0;
  text-shadow: 0 1px 12px rgba(5, 6, 9, 0.7);
}
.scene-ctas { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: clamp(26px, 4vh, 40px); }
/* hero entrance: the block arrives in order, the action last */
.scene-copy[data-scene-copy="scene-01-prep"] .hero-eyebrow {
  opacity: 0; transform: translateY(8px);
  transition: opacity 0.6s var(--ease-out), transform 0.6s var(--ease-out);
}
.scene-copy[data-scene-copy="scene-01-prep"].is-visible .hero-eyebrow { opacity: 1; transform: none; transition-delay: 0.1s; }
.scene-copy[data-scene-copy="scene-01-prep"] .scene-subline {
  opacity: 0; transform: translateY(14px);
  transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out);
}

.scene-copy[data-scene-copy="scene-01-prep"].is-visible .scene-subline { opacity: 1; transform: none; transition-delay: 0.55s; }
.scene-copy[data-scene-copy="scene-01-prep"] .scene-ctas {
  opacity: 0; transition: opacity 0.6s var(--ease-out);
}
.scene-copy[data-scene-copy="scene-01-prep"].is-visible .scene-ctas { opacity: 1; transition-delay: 0.7s; }
.scene-mobile-rule { display: none; }

/* Scroll cue */
.scroll-cue {
  position: absolute; z-index: 8; left: 50%; bottom: max(22px, env(safe-area-inset-bottom));
  transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  font-family: var(--font-mono); font-size: 0.64rem; letter-spacing: 0.32em;
  text-indent: 0.32em; text-transform: uppercase; color: rgba(244, 240, 232, 0.55);
  margin: 0; opacity: 1; transition: opacity 0.6s var(--ease-out);
}
.scroll-cue.is-hidden { opacity: 0; }
.cue-line {
  width: 1px; height: 34px;
  background: linear-gradient(to bottom, rgba(255, 70, 51, 0), rgba(255, 70, 51, 0.9));
  box-shadow: 0 0 8px rgba(255, 70, 51, 0.35);
  animation: cue-run 2.2s var(--ease-out) infinite;
}
@keyframes cue-run { 0% { transform: scaleY(0.2); transform-origin: top; } 45% { transform: scaleY(1); transform-origin: top; } 55% { transform: scaleY(1); transform-origin: bottom; } 100% { transform: scaleY(0.15); transform-origin: bottom; } }

/* Progress rail (desktop) */
.progress-rail {
  position: absolute; z-index: 9; right: clamp(20px, 2.6vw, 44px); top: 50%;
  transform: translateY(-50%);
}
/* soft local falloff so the rail never sinks into bright footage — no box */
.progress-rail::before {
  content: ""; position: absolute; inset: -64px -80px -64px -120px; z-index: -1;
  background: radial-gradient(ellipse 92% 74% at 80% 50%, rgba(5, 6, 9, 0.6), rgba(5, 6, 9, 0) 74%);
  pointer-events: none;
}
.progress-rail ol { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 5px; }
.rail-btn {
  display: flex; align-items: baseline; gap: 10px;
  background: none; border: none; cursor: pointer; padding: 4px 2px;
  font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.18em;
  color: rgba(244, 240, 232, 0.62);
  text-shadow: 0 1px 3px rgba(5, 6, 9, 0.95), 0 1px 12px rgba(5, 6, 9, 0.7);
  transition: color 0.3s var(--ease-out);
}
.rail-num { font-size: 0.58rem; width: 2em; text-align: right; }
.rail-label { text-transform: uppercase; }
.rail-btn:hover { color: rgba(244, 240, 232, 0.85); }
.rail-btn:hover .rail-num { color: rgba(255, 70, 51, 0.8); }
.rail-btn.is-current { color: var(--white); }
.rail-btn.is-current .rail-num { color: var(--signal-red); }
.rail-btn.is-past { color: rgba(244, 240, 232, 0.55); }
.rail-btn:focus-visible { outline: 2px solid var(--signal-red); outline-offset: 3px; }

/* Mobile progress */
.progress-mini { display: none; z-index: 9; }

/* Placeholder tag (dev masters) */
.placeholder-tag {
  position: absolute; z-index: 8; left: clamp(24px, 6vw, 96px); bottom: max(20px, env(safe-area-inset-bottom));
  margin: 0; font-family: var(--font-mono); font-size: 0.56rem; letter-spacing: 0.22em;
  text-transform: uppercase; color: rgba(244, 240, 232, 0.38);
  border: 1px solid rgba(244, 240, 232, 0.2); padding: 5px 10px;
}

/* Selected work layer (scene 06) */
.work-logo-lockup {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-head); font-weight: 600; font-size: clamp(0.95rem, 1.4vw, 1.3rem);
  letter-spacing: 0.14em; color: var(--white); opacity: 0.94;
  text-shadow: 0 2px 14px rgba(5, 6, 9, 0.55); height: auto;
}
.work-logo-lockup img { height: clamp(24px, 2.8vw, 38px); width: auto; }

/* Final layer (scene 08) */
.final-layer {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity 0.5s var(--ease-out), visibility 0.5s;
  z-index: 6;
}
.final-layer.is-dimming { opacity: 1; visibility: visible; }
/* the film settles: a full-frame cinematic dim so the brand takes over —
   no panel, the footage keeps breathing underneath */
.final-layer::before {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(ellipse 76% 66% at 50% 50%, rgba(5, 6, 9, 0.86), rgba(5, 6, 9, 0.6) 58%, rgba(5, 6, 9, 0.34) 100%),
    linear-gradient(to bottom, rgba(5, 6, 9, 0.45), rgba(5, 6, 9, 0.2) 40%, rgba(5, 6, 9, 0.72));
  opacity: var(--final-dim, 0);
}
.final-layer.is-active { opacity: 1; visibility: visible; pointer-events: auto; }
.final-lockup { position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 24px; }
.final-wordmark {
  width: clamp(340px, 46vw, 660px); height: auto;
  opacity: 0; transform: translateY(12px) scale(0.98);
  filter: drop-shadow(0 4px 40px rgba(5, 6, 9, 0.7));
  transition: opacity 1s var(--ease-out) 0.25s, transform 1.2s var(--ease-out) 0.25s;
}
/* light band: draws out from the centre like the car's tail light */
.final-band {
  width: min(560px, 68vw); height: 2px; border-radius: 2px;
  background: linear-gradient(to right, rgba(255, 70, 51, 0), var(--signal-red) 22%, #ff9a7d 50%, var(--signal-red) 78%, rgba(255, 70, 51, 0));
  box-shadow: 0 0 26px 4px rgba(255, 70, 51, 0.5), 0 0 70px 14px rgba(255, 70, 51, 0.18);
  margin-top: clamp(40px, 6vh, 60px);
  opacity: 0; transform: scaleX(0.12);
  transition: opacity 0.7s var(--ease-out) 0.5s, transform 1.4s var(--ease-out) 0.5s;
}
.final-layer.is-active .final-band { opacity: 1; transform: scaleX(1); }
.final-line {
  font-family: var(--font-head); font-weight: 500;
  font-size: clamp(1.3rem, 2.1vw, 1.9rem); letter-spacing: 0.005em;
  color: var(--paper); margin: clamp(28px, 4.2vh, 44px) 0 0;
  text-shadow: 0 2px 24px rgba(5, 6, 9, 0.75);
  opacity: 0; transform: translateY(10px);
  transition: opacity 0.8s var(--ease-out) 0.85s, transform 0.8s var(--ease-out) 0.85s;
}
/* die Leistungszeile: bewusst untergeordnet, Instrumentierungston */
.final-services {
  margin: clamp(12px, 1.8vh, 18px) 0 0;
  font-family: var(--font-mono); font-weight: 500; font-size: 0.66rem;
  letter-spacing: 0.24em; text-transform: uppercase;
  color: rgba(244, 240, 232, 0.55);
  text-shadow: 0 1px 12px rgba(5, 6, 9, 0.7);
  opacity: 0; transform: translateY(10px);
  transition: opacity 0.8s var(--ease-out) 0.95s, transform 0.8s var(--ease-out) 0.95s;
}
.final-ctas {
  display: flex; flex-wrap: wrap; gap: 16px; justify-content: center;
  margin-top: clamp(36px, 5.4vh, 56px);
  opacity: 0; transform: translateY(10px);
  transition: opacity 0.8s var(--ease-out) 1.1s, transform 0.8s var(--ease-out) 1.1s;
}
.final-layer.is-active .final-wordmark,
.final-layer.is-active .final-line,
.final-layer.is-active .final-services,
.final-layer.is-active .final-ctas { opacity: 1; transform: none; }

/* ==========================================================================
   STATIC SCENES (reduced motion / fallback)
   ========================================================================== */
.static-scenes { background: var(--ink-deep); }
.static-scene { position: relative; min-height: 88svh; min-height: 88dvh; display: flex; align-items: flex-end; overflow: hidden; }
.static-scene > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.static-scene::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(5, 6, 9, 0.7), rgba(5, 6, 9, 0.08) 50%);
}
.static-copy { position: relative; z-index: 2; padding: clamp(48px, 8vh, 96px) clamp(24px, 6vw, 96px); max-width: 880px; }
.static-copy .scene-display { font-size: clamp(2.2rem, 5vw, 4.6rem); }
.static-scene[data-align="center"] { align-items: center; justify-content: center; text-align: center; }

/* ==========================================================================
   ACT II — EDITORIAL
   ========================================================================== */
.act-two { background: var(--paper); color: var(--ink); }
.section { padding-block: clamp(96px, 14vh, 176px); }

/* Beilaeufiges Markieren/Kopieren der Marketing-Copy bleibt unterbunden;
   Formulare und Rechtstexte sind ausdruecklich ausgenommen. */
body:not(.legal-page) { -webkit-user-select: none; user-select: none; }
input, textarea, select { -webkit-user-select: text; user-select: text; }

/* Paths — one double page: two real surfaces meeting at a hard centre seam */
.paths-section { padding-top: 0; padding-bottom: 0; }
/* Der Film endet schwarz - der zweite Akt uebernimmt die Dunkelheit,
   statt sie mit einer leeren hellen Flaeche zu brechen. */
.paths-intro-stage {
  position: relative; background: var(--ink-deep); color: var(--paper);
  padding: clamp(84px, 13vh, 150px) 0 clamp(64px, 10vh, 120px);
  overflow: hidden;
}
/* Der Auftakt steigt aus dem Schlussbild des Films auf - eine Bewegung, keine Show */
.paths-intro-stage .intro-signal,
.paths-intro-stage .headline-xl,
.paths-intro-stage .lede {
  opacity: 0; transform: translateY(10px);
  transition: opacity 1s var(--ease-out), transform 1s var(--ease-out);
}
.paths-intro-stage.is-revealed .intro-signal { opacity: 1; transform: none; }
.paths-intro-stage.is-revealed .headline-xl { opacity: 1; transform: none; transition-delay: 0.1s; }
.paths-intro-stage.is-revealed .lede { opacity: 1; transform: none; transition-delay: 0.2s; }
.intro-track { transform: scaleX(0); transform-origin: left center; transition: transform 1.2s var(--ease-out) 0.25s; }
.paths-intro-stage.is-revealed .intro-track { transform: none; }
.paths-intro-stage .lede { color: rgba(244, 240, 232, 0.72); }
.paths-intro-stage .headline-xl { color: var(--white); }
.intro-signal {
  display: block; width: clamp(140px, 16vw, 260px); height: 3px;
  margin-bottom: clamp(22px, 3.4vh, 34px);
  background: linear-gradient(90deg, var(--signal-red) 0%, var(--signal-red) 68%, rgba(255, 70, 51, 0) 100%);
}
/* Die Gummispuren: zwei leise diagonale Baender mit signalroter Kante -
   dieselbe Sprache wie im Werkraum-Statement und unter DAS PRINZIP */
.intro-traces {
  position: absolute; inset: -12% -6%; pointer-events: none;
  background:
    linear-gradient(112deg,
      transparent 56%,
      rgba(0, 0, 0, 0.55) 58%, rgba(26, 28, 34, 0.4) 62%,
      rgba(255, 70, 51, 0.08) 62.6%, transparent 63.4%),
    linear-gradient(112deg,
      transparent 72%,
      rgba(0, 0, 0, 0.55) 74%, rgba(26, 28, 34, 0.34) 77.4%,
      rgba(255, 70, 51, 0.06) 78%, transparent 78.8%);
  opacity: 0; transition: opacity 1.6s var(--ease-out) 0.5s;
}
.paths-intro-stage.is-revealed .intro-traces { opacity: 1; }
/* Lede als bewusstes Zeilenpaar - nie ein haengendes Wort */
.paths-intro .lede .line-keep { display: block; }

/* am unteren Rand ein Hauch Strecke: die Randsteine als schmale rote Kante */
.intro-track {
  position: absolute; left: 0; right: 0; bottom: 0; height: 3px;
  background: repeating-linear-gradient(90deg, var(--signal-red) 0 56px, rgba(244, 240, 232, 0.16) 56px 112px);
  background-size: 112px 100%;
  opacity: 0.5;
}
/* Die Randsteine ziehen langsam vorbei - nur solange sie im Bild sind */
.intro-track.is-running { animation: track-drift 9s linear infinite; }
@keyframes track-drift { to { background-position-x: -112px; } }
.paths-intro {
  width: var(--shell); margin-inline: auto; text-align: left;
  padding-bottom: clamp(48px, 7vh, 84px);
}
.paths-intro .lede { max-width: 46ch; }
.paths-split { display: grid; grid-template-columns: 1fr 1fr; position: relative; }
/* the seam: the moment the two paths part */
.paths-split::before {
  content: ""; position: absolute; top: 0; bottom: 0; left: 50%; width: 2px;
  transform: translateX(-1px);
  background: linear-gradient(to bottom, rgba(255, 70, 51, 0), var(--signal-red) 18%, var(--signal-red) 82%, rgba(255, 70, 51, 0));
  box-shadow: 0 0 18px rgba(255, 70, 51, 0.35);
  z-index: 2; pointer-events: none;
}
.path { display: flex; align-items: stretch; }
.path-inner {
  width: min(600px, calc(100% - clamp(40px, 5vw, 96px)));
  margin-inline: auto;
  padding: clamp(96px, 14vh, 168px) 0;
  display: flex; flex-direction: column; align-items: flex-start;
}
/* both halves are surfaces — the light side is its own warm paper, not the page */
.path-built { background: var(--paper-warm); color: var(--ink); }
.path-run { background: var(--ink-deep); color: var(--paper); }
/* BUILT and RUN are the two products — they carry the section */
.path-kicker {
  font-family: var(--font-head); font-weight: 600;
  font-size: clamp(1.15rem, 1.5vw, 1.5rem);
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--signal-red);
  margin: 0 0 clamp(18px, 2.6vh, 26px);
}
.path-headline {
  font-family: var(--font-head); font-weight: 600; text-wrap: balance;
  font-size: clamp(1.75rem, 2.5vw, 2.55rem); line-height: 1.08; letter-spacing: -0.02em;
  margin: 0;
}
@media (min-width: 1100px) { .path-headline { white-space: nowrap; } }
.path-sub {
  font-family: var(--font-head); font-weight: 500;
  font-size: clamp(1.05rem, 1.4vw, 1.3rem);
  margin: clamp(14px, 2vh, 20px) 0 0;
}
.path-built .path-sub { color: #55524a; }
.path-run .path-sub { color: rgba(244, 240, 232, 0.66); }
/* services as a quiet two-column index — no dangling separators, no ragged wrap */
.path-services {
  list-style: none; margin: clamp(24px, 3.4vh, 34px) 0 0; padding: 0;
  display: grid; grid-template-rows: repeat(2, auto); grid-auto-flow: column;
  gap: 12px clamp(16px, 1.8vw, 30px); justify-content: start;
  font-family: var(--font-mono); font-size: 0.68rem; letter-spacing: 0.08em;
  text-transform: uppercase; line-height: 1.5;
}
.path-services li { display: flex; align-items: baseline; gap: 8px; white-space: nowrap; }
.path-services li::before { content: ""; width: 4px; height: 4px; flex: 0 0 4px; background: var(--signal-red); opacity: 0.75; }
.path-built .path-services { color: #6a675e; }
.path-run .path-services { color: rgba(244, 240, 232, 0.58); }
.path-cta { margin-top: clamp(30px, 4.4vh, 44px); flex-shrink: 0; }
/* ============ DAS PRINZIP — warum Performance bei der Website beginnt ============
   Ruhige Ink-Tafel zwischen RUN-Panel und FUER-WEN: These oben, darunter die
   vier Stufen des Systems als stilles Register. */
.principle-section {
  background: var(--ink); color: var(--paper);
  position: relative; overflow: clip;
}
/* Das Geister-Statement: dieselbe Sprache wie BUILT TO RUN im Werkraum -
   Graphit-Lettern, bewusst beschnitten, eine leise Gummispur mit Signalkante */
.principle-section { padding-bottom: clamp(120px, 16vh, 200px); }
.principle-statement {
  position: absolute; inset: auto 0 0 0; z-index: 0; pointer-events: none;
  height: clamp(280px, 40vh, 460px); overflow: clip;
}
.ps-line {
  position: absolute; right: clamp(20px, 2.2vw, 44px); bottom: clamp(18px, 2.6vh, 40px);
  font-family: var(--font-head); font-weight: 600; line-height: 1;
  letter-spacing: -0.035em; white-space: nowrap;
  font-size: clamp(10rem, 17vw, 18rem);
  color: rgba(244, 240, 232, 0.05);
}
.principle-statement::before {
  content: ""; position: absolute; inset: -20% -10%;
  background:
    linear-gradient(112deg,
      transparent 44%,
      rgba(0, 0, 0, 0.5) 46%, rgba(24, 26, 32, 0.32) 50%,
      rgba(255, 70, 51, 0.06) 50.6%, transparent 51.4%);
}
.principle-section > .shell { position: relative; z-index: 1; }
.principle-lede { color: rgba(244, 240, 232, 0.62); max-width: 56ch; }
.principle-list {
  list-style: none; margin: clamp(44px, 6.5vh, 72px) 0 0; padding: 0;
  border-top: 1px solid rgba(244, 240, 232, 0.14);
}
.principle-list li {
  display: grid; grid-template-columns: 56px minmax(0, 0.85fr) minmax(0, 1.6fr);
  column-gap: clamp(20px, 3vw, 48px); align-items: baseline;
  padding: clamp(22px, 3.2vh, 32px) 0;
  border-bottom: 1px solid rgba(244, 240, 232, 0.14);
}
.principle-num {
  font-family: var(--font-mono); font-weight: 500; font-size: 0.72rem;
  letter-spacing: 0.18em; color: var(--signal-red);
}
.principle-title {
  margin: 0; font-family: var(--font-head); font-weight: 600;
  font-size: clamp(1.15rem, 1.6vw, 1.5rem); letter-spacing: -0.01em;
}
.principle-text {
  margin: 0; color: rgba(244, 240, 232, 0.62);
  font-size: clamp(0.98rem, 1.1vw, 1.08rem); line-height: 1.55; max-width: 52ch;
}

/* a chapter briefly lights up when reached from the footer navigation */
.path { position: relative; overflow: hidden; }
/* the product marks themselves as a quiet watermark — real brand assets, no decoration */
.path-watermark {
  position: absolute; right: clamp(24px, 3vw, 60px); bottom: clamp(24px, 3.4vh, 52px);
  width: min(42%, 380px); height: auto;
  pointer-events: none; user-select: none;
}
.path-built .path-watermark { opacity: 0.07; }
.path-run .path-watermark { opacity: 0.1; }
.path.is-spotlight::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 3;
  animation: path-spotlight 2.2s var(--ease-out);
}
@keyframes path-spotlight {
  0%   { box-shadow: inset 0 0 0 0 rgba(255, 70, 51, 0); background: rgba(255, 70, 51, 0); }
  14%  { box-shadow: inset 0 0 0 4px var(--signal-red); background: rgba(255, 70, 51, 0.14); }
  55%  { box-shadow: inset 0 0 0 4px var(--signal-red); background: rgba(255, 70, 51, 0.06); }
  100% { box-shadow: inset 0 0 0 0 rgba(255, 70, 51, 0); background: rgba(255, 70, 51, 0); }
}
.path.is-spotlight .path-kicker { animation: kicker-spotlight 2.2s var(--ease-out); }
@keyframes kicker-spotlight {
  0%, 100% { transform: none; opacity: 1; }
  14% { transform: scale(1.12); opacity: 1; }
  40% { transform: none; }
}

/* Für wen — cinematic track environment */
.forwhom-cinema { position: relative; min-height: clamp(520px, 74vh, 860px); display: flex; align-items: flex-end; overflow: hidden; background: var(--ink-deep); }
.forwhom-media, .forwhom-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.forwhom-cinema::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(to top, rgba(5, 6, 9, 0.66), rgba(5, 6, 9, 0.12) 46%, rgba(5, 6, 9, 0) 66%);
}
.forwhom-overlay {
  position: relative; z-index: 2; width: var(--shell); margin-inline: auto;
  padding-bottom: clamp(56px, 9vh, 104px); color: var(--paper); max-width: none;
}
.forwhom-overlay .headline-lg { color: var(--white); max-width: 22ch; text-shadow: 0 1px 24px rgba(5, 6, 9, 0.5); }
.forwhom-tax-legacy {
  font-family: var(--font-mono); font-weight: 500; font-size: 0.78rem; letter-spacing: 0.16em;
  text-transform: uppercase; color: rgba(244, 240, 232, 0.82);
  margin: clamp(18px, 2.8vh, 28px) 0 0; text-shadow: 0 1px 16px rgba(5, 6, 9, 0.55);
}

/* Selected Work — compact editorial index: each tile is one object */
.work-section { padding-bottom: 0; }
.work-head { margin-bottom: clamp(40px, 6vh, 72px); }
/* ============ DER WERKRAUM — ein dunkles Portfolio-Kapitel ============ */
.werkraum { background: var(--ink-deep); color: var(--paper); }
.werkraum .eyebrow { color: rgba(244, 240, 232, 0.6); }
.werkraum .headline-lg { color: var(--white); }
.work-head { margin-bottom: clamp(34px, 5vh, 56px); }

/* Der Auftakt: das Werk beginnt - gerahmt, mit Randnotiz wie eine Werksignatur */
.work-opener { position: relative; margin: 0 0 clamp(56px, 8vh, 96px); }
.work-opener picture, .work-opener img {
  display: block; width: 100%; height: auto;
  aspect-ratio: 21 / 9; object-fit: cover; object-position: 50% 42%;
}
.work-opener picture { border: 1px solid rgba(244, 240, 232, 0.18); }
.work-caption {
  position: absolute; top: 0; right: -14px; height: 100%;
  transform: translateX(100%);
  writing-mode: vertical-rl;
  display: flex; align-items: center; justify-content: flex-start; gap: 14px;
  margin: 0;
  font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.2em;
  text-transform: uppercase; color: rgba(244, 240, 232, 0.5); white-space: nowrap;
}
.work-caption::before { content: ""; width: 2px; height: 26px; background: var(--signal-red); }
.work-caption-sep { display: inline-block; height: 1.6em; }

/* Vier Kader auf einem Streifen: seriell, nicht symmetrisch */
.work-strip {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1px; background: rgba(244, 240, 232, 0.16);
  border: 1px solid rgba(244, 240, 232, 0.16);
}
.work-tile {
  position: relative; display: flex; flex-direction: column;
  text-decoration: none; color: var(--paper); text-align: left;
  min-height: clamp(360px, 46vh, 480px);
  background: var(--ink-deep);
  padding: clamp(24px, 3vh, 34px) clamp(20px, 1.8vw, 30px) clamp(26px, 3.4vh, 38px);
  overflow: hidden; isolation: isolate;
  transition: background-color 0.35s var(--ease-out);
}
.work-tile:hover, .work-tile:focus-visible { background: #0b0e14; }
.work-num {
  font-family: var(--font-mono); font-size: 0.64rem; letter-spacing: 0.2em;
  color: rgba(244, 240, 232, 0.4); margin: 0 0 clamp(36px, 6vh, 64px);
  transition: color 0.3s var(--ease-out);
}
.work-tile:hover .work-num { color: var(--signal-red); }
/* Marke als Maske mit ruhigem Glow - eine Marke pro Kader */
.work-tile .work-logo-mark {
  display: block; height: clamp(34px, 2.6vw, 44px); width: 100%; max-width: 200px;
  margin: 0 0 auto;
  background-color: rgba(244, 240, 232, 0.94);
  -webkit-mask: var(--mark) left center / contain no-repeat;
  mask: var(--mark) left center / contain no-repeat;
  filter: drop-shadow(0 0 16px rgba(244, 240, 232, 0.2));
  transition: background-color 0.28s var(--ease-out), filter 0.28s var(--ease-out);
}
.work-tile:hover .work-logo-mark, .work-tile:focus-visible .work-logo-mark {
  filter: drop-shadow(0 0 20px rgba(255, 70, 51, 0.38));
}
.work-logo-art {
  display: block; height: clamp(26px, 2vw, 34px); width: auto; max-width: 200px;
  object-fit: contain; margin: 0 0 auto;
  opacity: 0.92; filter: drop-shadow(0 0 16px rgba(244, 240, 232, 0.18));
  transition: filter 0.28s var(--ease-out);
}
.work-tile:hover .work-logo-art { filter: drop-shadow(0 0 20px rgba(255, 70, 51, 0.3)); }
/* Hierarchie: Marke -> Ergebnis -> Meta */
.work-meta {
  position: relative; display: flex; flex-direction: column; gap: 12px;
  width: 100%; padding-top: clamp(16px, 2.2vh, 22px); margin-top: clamp(28px, 4.4vh, 48px);
}
.work-meta::before {
  content: ""; position: absolute; top: 0; left: 0; width: 30px; height: 2px;
  background: var(--signal-red); opacity: 0.9;
}
.work-line {
  font-family: var(--font-head); font-weight: 500;
  font-size: clamp(1.06rem, 1.25vw, 1.28rem); line-height: 1.32; letter-spacing: -0.01em;
  margin: 0; color: var(--paper); text-wrap: balance;
}
.work-tags {
  font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.14em; white-space: nowrap;
  text-transform: uppercase; margin: 0; color: rgba(244, 240, 232, 0.42);
}
.work-tile:focus-visible { outline: 2px solid var(--signal-red); outline-offset: -4px; }

@media (min-width: 861px) and (max-width: 1366px) {
  .work-caption {
    position: static; transform: none; writing-mode: horizontal-tb;
    height: auto; justify-content: flex-end; align-items: baseline; gap: 10px;
    padding: 14px 0 0; white-space: normal; text-align: right;
  }
  .work-caption::before { width: 20px; height: 2px; margin: 0; transform: translateY(-3px); }
}

/* Logo wall — calm neutral grid on ink */
.wall-section { background: var(--ink-deep); color: var(--paper); position: relative; overflow: clip; }
/* Teil des Werkraums: schliesst nahtlos an die Kader an */
.werkraum.work-section { padding-bottom: clamp(56px, 8vh, 96px); }
.werkraum-wall { padding-top: 0; }
.wall-section { padding-bottom: clamp(96px, 13vh, 150px); }
/* ============ BUILT TO RUN — das Statement hinter der Logowelt ============
   Erst Textur, dann Wort: riesige Graphit-Lettern, bewusst beschnitten,
   asymmetrisch. Zwei hauchduenne Gummispuren mit rotem Signalrand ziehen
   diagonal durch die Typografie. */
.werkraum-wall { position: relative; padding-bottom: clamp(140px, 20vh, 260px); }
.werkraum-wall > .shell { position: relative; z-index: 1; }
.wall-statement {
  position: absolute; inset: auto 0 0 0; z-index: 0; pointer-events: none;
  height: clamp(340px, 46vh, 560px); overflow: clip;
}
.ws-line {
  position: absolute; display: block;
  font-family: var(--font-head); font-weight: 600; line-height: 0.78;
  letter-spacing: -0.035em; white-space: nowrap;
  color: rgba(244, 240, 232, 0.055);
}
.ws-a { left: clamp(20px, 2.2vw, 44px); bottom: 0.62em; font-size: clamp(11rem, 19vw, 20rem); }
.ws-b { right: clamp(20px, 2.2vw, 44px); bottom: 0.14em; font-size: clamp(11rem, 19vw, 20rem); }
/* Gummispuren: zwei weiche dunkle Baender, je eine rote Signalkante */
.wall-statement::before {
  content: ""; position: absolute; inset: -20% -10%;
  background:
    linear-gradient(112deg,
      transparent 34%,
      rgba(0, 0, 0, 0.5) 36%, rgba(24, 26, 32, 0.35) 40%,
      rgba(255, 70, 51, 0.07) 40.6%, transparent 41.4%),
    linear-gradient(112deg,
      transparent 52%,
      rgba(0, 0, 0, 0.5) 54%, rgba(24, 26, 32, 0.3) 57.4%,
      rgba(255, 70, 51, 0.055) 58%, transparent 58.8%);
}
/* the direct route, for anyone who would rather not fill in a form */
.request-direct {
  margin: 0; display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 18px;
  font-family: var(--font-mono); font-size: 0.82rem; letter-spacing: 0.04em; color: var(--ink);
}
.request-direct-label {
  color: var(--muted); letter-spacing: 0.16em; text-transform: uppercase; font-size: 0.68rem;
}
.request-direct a { color: var(--ink); text-decoration: none; border-bottom: 1px solid rgba(11, 13, 17, 0.3); transition: color 0.2s, border-color 0.2s; }
.request-direct a:hover { color: var(--signal-red); border-color: var(--signal-red); }
.request-direct-sep { color: rgba(11, 13, 17, 0.3); }
.wall-section > .shell { position: relative; z-index: 1; }
.wall-section .eyebrow { color: rgba(244, 240, 232, 0.6); }
/* 18 marks resolve into an even 6 x 3 field — no ragged last row */
.logo-wall {
  list-style: none; margin: clamp(76px, 11vh, 136px) 0 0; padding: 0;
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: clamp(44px, 6.5vh, 72px) clamp(24px, 3vw, 48px);
  align-items: center; justify-items: center;
}
.logo-wall li {
  display: flex; align-items: center; justify-content: center;
  width: 100%; height: clamp(30px, 3.4vw, 40px);
}
/* Kundenmarken laufen ruhig durch - gegenlaeufig, mit weichen Kanten.
   Ohne JS bleibt das Raster darunter bestehen. */
.wall-section.has-marquee .logo-wall { display: none; }
.logo-marquee {
  display: block; margin-top: clamp(40px, 6vh, 76px);
  -webkit-mask: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
  mask: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
}
.logo-row { overflow: hidden; padding-block: clamp(14px, 2vh, 24px); }
.logo-track {
  display: flex; align-items: center; gap: clamp(48px, 5vw, 88px);
  width: max-content; will-change: transform;
  animation: logo-drift var(--dur, 52s) linear infinite;
  animation-play-state: paused;
}
.logo-marquee.is-running .logo-track { animation-play-state: running; }
.logo-row.is-reverse .logo-track { animation-name: logo-drift-back; }
.logo-marquee li {
  display: flex; align-items: center; justify-content: center;
  flex: 0 0 auto; width: clamp(120px, 11vw, 168px); height: clamp(26px, 2.4vw, 34px); list-style: none;
}
.logo-marquee .wall-mark { width: 100%; height: 100%; }
@keyframes logo-drift { from { transform: none; } to { transform: translateX(-50%); } }
@keyframes logo-drift-back { from { transform: translateX(-50%); } to { transform: none; } }

/* monochrome marks as masks — clean recolouring, no filter hacks */
.wall-mark {
  display: block; width: 100%; height: 100%;
  background-color: rgba(244, 240, 232, 0.82);
  -webkit-mask: var(--mark) center / contain no-repeat;
  mask: var(--mark) center / contain no-repeat;
  transition: background-color 0.25s var(--ease-out), transform 0.25s var(--ease-out);
}
.logo-wall li:hover .wall-mark { background-color: var(--signal-red); transform: translateY(-2px); }
/* marks whose artwork carries its own colour block stay untouched */
.wall-item-art img { max-height: 100%; max-width: 100%; width: auto; opacity: 0.82; transition: opacity 0.25s var(--ease-out), transform 0.25s var(--ease-out); }
.wall-item-art:hover img { opacity: 1; transform: translateY(-2px); }

/* Voices — one person, one statement, significant space */
.voices-section { border-bottom: 1px solid var(--line-light); }
.voices-stage { display: grid; margin-top: clamp(48px, 7vh, 80px); }
.voice-feature {
  grid-area: 1 / 1; margin: 0;
  display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: clamp(36px, 5vw, 88px); align-items: center;
  opacity: 0; visibility: hidden; transform: translateY(6px);
  transition: opacity 0.5s var(--ease-out), transform 0.5s var(--ease-out), visibility 0.5s;
}
.voice-feature.is-active { opacity: 1; visibility: visible; transform: none; }
.voice-portrait img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.voice-quote {
  font-family: var(--font-head); font-weight: 500;
  font-size: clamp(1.7rem, 3vw, 2.8rem); line-height: 1.2; letter-spacing: -0.015em;
  margin: 0; max-width: 26ch; text-wrap: balance;
}
.voice-source { display: flex; gap: 10px; align-items: baseline; margin-top: clamp(22px, 3.4vh, 32px); }
.voice-sep { font-family: var(--font-mono); font-size: 0.76rem; color: var(--signal-red); }
.voice-name { font-family: var(--font-mono); font-size: 0.76rem; letter-spacing: 0.12em; }
.voice-org { font-family: var(--font-mono); font-size: 0.76rem; letter-spacing: 0.12em; color: var(--muted); }
.voices-people { display: flex; gap: clamp(20px, 3vw, 40px); margin-top: clamp(36px, 5.4vh, 56px); }
.voice-tab {
  display: flex; align-items: center; gap: 14px;
  background: none; border: none; border-bottom: 2px solid transparent;
  padding: 0 2px 12px; cursor: pointer;
  font-family: var(--font-head); font-weight: 500; font-size: 0.95rem; color: var(--muted);
  transition: color 0.22s, border-color 0.22s, opacity 0.22s;
}
.voice-tab img { width: 52px; height: 52px; object-fit: cover; border-radius: 2px; filter: grayscale(35%); opacity: 0.75; transition: filter 0.22s, opacity 0.22s; }
.voice-tab:hover { color: var(--ink); }
.voice-tab.is-active { color: var(--ink); border-bottom-color: var(--signal-red); }
.voice-tab.is-active img { filter: none; opacity: 1; }

/* Personal */
/* mirrored against the inquiry section below, so no two images stack on one side */
.personal-grid {
  display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 4fr);
  gap: clamp(40px, 6vw, 100px); align-items: center;
}
.personal-portrait { margin: 0; max-width: 420px; justify-self: end; }
.personal-portrait img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 18%; }
.personal-section { background: var(--paper-warm); }
.personal-support {
  font-family: var(--font-head); font-weight: 500;
  font-size: clamp(1.1rem, 1.5vw, 1.35rem); color: #514e46;
  margin: clamp(18px, 2.8vh, 28px) 0 0;
}
.personal-sig { display: flex; flex-direction: column; gap: 6px; margin: clamp(36px, 5.4vh, 56px) 0 0; }
.personal-sig { position: relative; padding-top: clamp(18px, 2.4vh, 26px); }
.personal-sig::before {
  content: ""; position: absolute; top: 0; left: 0;
  width: 52px; height: 3px; background: var(--signal-red);
}
.personal-name { font-family: var(--font-head); font-weight: 600; font-size: clamp(1.3rem, 1.8vw, 1.65rem); letter-spacing: -0.01em; }
@media (min-width: 861px) {
  /* Founder Statement: asymmetrisch, viel kontrollierter Raum, Portrait als Beleg */
  .personal-grid { grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr); align-items: end; gap: clamp(48px, 6vw, 110px); }
  .personal-body .headline-lg { font-size: clamp(3rem, 4.8vw, 4.6rem); line-height: 1.02; }
  .personal-support { margin-top: clamp(28px, 4vh, 44px); font-size: clamp(1.15rem, 1.4vw, 1.35rem); line-height: 1.5; color: #4d4a43; }
  .personal-support .stmt-line { display: block; }
  .personal-support .stmt-line:nth-child(2) { padding-left: clamp(20px, 2.4vw, 44px); }
  .personal-support .stmt-line:nth-child(3) { padding-left: clamp(40px, 4.8vw, 88px); }
  .personal-portrait { max-width: clamp(220px, 22vw, 300px); justify-self: end; }
  .personal-portrait img { aspect-ratio: 4 / 5; object-fit: cover; }
  .personal-sig { margin-top: 18px; }
}
.personal-role { font-family: var(--font-mono); font-weight: 500; font-size: 0.85rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
.personal-body .body-copy { max-width: 46ch; margin-top: clamp(20px, 3vh, 30px); }

/* Brand film — strong focused dark moment */
.film-section {
  position: relative; overflow: hidden;
  background: var(--ink-deep); color: var(--paper);
  text-align: center; padding-block: clamp(120px, 16vh, 200px);
  min-height: 84vh; display: flex; flex-direction: column;
  align-items: center; justify-content: center;
}
.film-section .headline-lg { font-size: clamp(3rem, 6.4vw, 6rem); }
.film-media, .film-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.film-section::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 80% 70% at 50% 48%, rgba(5, 6, 9, 0.9), rgba(5, 6, 9, 0.78) 62%, rgba(5, 6, 9, 0.62) 100%),
    linear-gradient(to bottom, rgba(5, 6, 9, 0.72), rgba(5, 6, 9, 0.5) 45%, rgba(5, 6, 9, 0.8));
}
.film-body { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; }

/* Das Kinofenster: gerahmtes Thumbnail, ein ruhiger Play-Kreis, Meta am Rand */
.film-still {
  position: relative; display: block; margin-top: clamp(30px, 4.4vh, 48px);
  width: min(880px, 70vw); padding: 0; border: 1px solid rgba(244, 240, 232, 0.22);
  background: none; cursor: pointer; isolation: isolate;
}
.film-still img { display: block; width: 100%; height: auto; }
.film-still::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: rgba(5, 6, 9, 0.12);
  transition: background 0.35s var(--ease-out);
}
.film-still:hover::after, .film-still:focus-visible::after { background: rgba(5, 6, 9, 0); }
.film-play {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: clamp(64px, 6vw, 84px); height: clamp(64px, 6vw, 84px); border-radius: 999px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(5, 6, 9, 0.42);
  border: 1px solid rgba(244, 240, 232, 0.55);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  transition: transform 0.3s var(--ease-out), background 0.3s, border-color 0.3s;
}
/* Puls: zwei gestaffelte Signal-Ringe laufen ruhig aus dem Kreis aus */
.film-play::before, .film-play::after {
  content: ""; position: absolute; inset: -1px; border-radius: inherit;
  border: 1.5px solid rgba(255, 70, 51, 0.65); pointer-events: none;
  animation: film-pulse 2.8s cubic-bezier(0.2, 0.6, 0.36, 1) infinite;
}
.film-play::after { animation-delay: 1.4s; }
@keyframes film-pulse {
  0% { transform: scale(1); opacity: 0; }
  12% { opacity: 0.6; }
  70%, 100% { transform: scale(1.7); opacity: 0; }
}
.film-still:hover .film-play::before, .film-still:hover .film-play::after,
.film-still:focus-visible .film-play::before, .film-still:focus-visible .film-play::after {
  animation-play-state: paused; opacity: 0;
}
@media (prefers-reduced-motion: reduce) {
  .film-play::before, .film-play::after { animation: none; opacity: 0; }
}
.film-play-tri {
  width: 0; height: 0; margin-left: 4px;
  border-style: solid; border-width: 10px 0 10px 17px;
  border-color: transparent transparent transparent var(--paper);
}
.film-still:hover .film-play, .film-still:focus-visible .film-play {
  transform: translate(-50%, -50%) scale(1.06);
  background: var(--signal-red); border-color: var(--signal-red);
}
.film-still-meta {
  position: absolute; right: 14px; bottom: 12px;
  font-family: var(--font-mono); font-size: 0.64rem; letter-spacing: 0.18em;
  text-transform: uppercase; color: rgba(244, 240, 232, 0.85);
  text-shadow: 0 1px 6px rgba(5, 6, 9, 0.8);
}
.film-still:focus-visible { outline: 2px solid var(--signal-red); outline-offset: 4px; }
.film-section .headline-lg { text-shadow: 0 2px 30px rgba(5, 6, 9, 0.7); }
.film-section .eyebrow { color: rgba(244, 240, 232, 0.5); }
.why-play {
  width: 0; height: 0; border-style: solid;
  border-width: 6px 0 6px 10px; border-color: transparent transparent transparent currentColor;
}

/* FAQ */
/* the wordmark stood on end, filling the empty column beside the questions */
.faq-section { position: relative; overflow: clip; }
.faq-section > .shell-narrow { position: relative; z-index: 1; }
.faq-watermark {
  position: absolute; top: 50%; left: clamp(24px, 5vw, 96px);
  width: clamp(300px, 38vh, 520px); aspect-ratio: 2042 / 330;
  transform: translateY(-50%) rotate(-90deg); transform-origin: center;
  background-color: var(--ink); opacity: 0.07; pointer-events: none;
  -webkit-mask: url('/assets/the-run/logos/getalwin-2026-black.svg') center / contain no-repeat;
  mask: url('/assets/the-run/logos/getalwin-2026-black.svg') center / contain no-repeat;
}
/* only where the narrow shell actually leaves a free column */
@media (max-width: 1240px) { .faq-watermark { display: none; } }
.faq-list { border-top: 1px solid var(--line-light-strong); margin-top: clamp(32px, 4.6vh, 48px); }
.faq-item { border-bottom: 1px solid rgba(11, 13, 17, 0.45); }
.faq-q { margin: 0; }
.faq-toggle {
  width: 100%; display: flex; align-items: center; justify-content: flex-start; gap: 18px;
  background: none; border: none; cursor: pointer; text-align: left;
  font-family: var(--font-head); font-weight: 500;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem); letter-spacing: -0.01em;
  padding: clamp(20px, 2.8vh, 26px) 2px;
}
.faq-num {
  font-family: var(--font-mono); font-size: 0.68rem; letter-spacing: 0.16em;
  color: rgba(11, 13, 17, 0.35); flex: 0 0 2.4em; transition: color 0.3s;
}
.faq-toggle[aria-expanded="true"] .faq-num { color: var(--signal-red); }
.faq-item:has(.faq-toggle[aria-expanded="true"]) {
  box-shadow: inset 2px 0 0 0 var(--signal-red);
  padding-left: clamp(14px, 1.6vw, 22px);
  transition: padding 0.3s var(--ease-out);
}
.faq-item { transition: padding 0.3s var(--ease-out); }
.faq-panel { padding-left: calc(2.4em + 0.68rem); }
.faq-icon { position: relative; flex: 0 0 14px; height: 14px; margin-left: auto; transition: transform 0.32s var(--ease-out); }
.faq-toggle[aria-expanded="true"] .faq-icon { transform: rotate(45deg); }
.faq-icon::before, .faq-icon::after {
  content: ""; position: absolute; background: var(--ink); transition: transform 0.3s var(--ease-out);
}
.faq-icon::before { left: 0; right: 0; top: 6.5px; height: 1px; }
.faq-icon::after { top: 0; bottom: 0; left: 6.5px; width: 1px; }
.faq-toggle[aria-expanded="true"] .faq-icon::after { transform: scaleY(0); }
.faq-panel p { margin: 0 0 clamp(22px, 3vh, 28px); max-width: 62ch; color: #33312b; font-size: 1.0625rem; line-height: 1.7; }

/* Request — the conversion moment: motif left, form on paper right */
.request-section { border-top: 1px solid var(--line-light); }
.request-split { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); align-items: stretch; }
.request-visual { position: relative; isolation: isolate; min-width: 0; display: flex; align-items: flex-end; min-height: clamp(520px, 72vh, 900px); background: var(--ink-deep); overflow: hidden; }
.request-media, .request-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.request-visual::after {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: linear-gradient(to top, rgba(5, 6, 9, 0.9) 0%, rgba(5, 6, 9, 0.45) 42%, rgba(5, 6, 9, 0.18) 100%);
}
.request-lead { padding-bottom: clamp(10px, 2vh, 26px); padding: clamp(40px, 6vw, 72px); color: var(--paper); }
.request-lead .headline-lg { color: var(--white); text-shadow: 0 2px 28px rgba(5, 6, 9, 0.6); }
.request-support {
  font-family: var(--font-head); font-weight: 500; font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  color: rgba(244, 240, 232, 0.82); margin: clamp(20px, 3vh, 30px) 0 0;
}
.request-panel { min-width: 0; background: var(--paper-warm); padding: clamp(48px, 7vw, 96px) clamp(32px, 5vw, 80px); display: flex; align-items: center; }
.request-form {
  width: 100%;
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 3.4vh, 36px) clamp(20px, 2.4vw, 32px);
}
.field { display: flex; flex-direction: column; gap: 8px; }
.field-wide { grid-column: 1 / -1; }
.field label {
  font-family: var(--font-mono); font-weight: 500; font-size: 0.8rem; letter-spacing: 0.08em;
  text-transform: uppercase; color: #24221e;
}
.field .opt { color: #6b675e; text-transform: none; letter-spacing: 0.04em; }
.field .req { color: var(--signal-red); }
.field input, .field select, .field textarea {
  font-family: var(--font-body); font-size: 1.125rem; color: var(--ink);
  background: transparent; border: none; border-bottom: 1px solid rgba(11, 13, 17, 0.45);
  border-radius: 0; padding: 12px 2px; transition: border-color 0.22s, box-shadow 0.22s;
}
.field textarea { resize: vertical; min-height: 120px; line-height: 1.6; }
.field select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--ink) 50%), linear-gradient(135deg, var(--ink) 50%, transparent 50%); background-position: calc(100% - 16px) 55%, calc(100% - 11px) 55%; background-size: 5px 5px; background-repeat: no-repeat; cursor: pointer; }
.field input:focus-visible, .field select:focus-visible, .field textarea:focus-visible {
  outline: none; border-bottom-color: var(--signal-red); box-shadow: 0 1px 0 0 var(--signal-red);
}
.field input[aria-invalid="true"], .field select[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-bottom-color: #b3261e; }
.field .field-error { font-size: 0.8rem; color: #b3261e; margin: 0; }
.hp-field { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.form-status { grid-column: 1 / -1; margin: 0; min-height: 1.2em; font-size: 0.95rem; }
.form-status.is-error { color: #b3261e; }
.form-status.is-success { color: #0f6b52; }
.request-actions { gap: 0; }
.btn-submit { margin-bottom: clamp(20px, 2.6vh, 28px); }
/* Ein ruhiger Abbinder: erst der direkte Weg, darunter der Hinweis */
.request-foot {
  border-top: 1px solid var(--line-light-strong);
  padding-top: clamp(16px, 2.2vh, 22px);
  display: grid; gap: 10px;
}
.btn-submit { justify-self: stretch; width: 100%; min-height: 60px; font-size: 1.05rem; }
.btn-submit[disabled] { opacity: 0.6; cursor: progress; }
.request-note { font-size: 0.8rem; color: #6b675e; margin: 0; line-height: 1.55; }
.request-note a { color: #66635a; text-decoration: underline; text-underline-offset: 3px; transition: color 0.2s; }
.request-note a:hover { color: var(--signal-red); }
.request-note a { color: var(--ink); }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer { position: relative; background: var(--ink-deep); color: var(--paper); padding: 0 0 clamp(36px, 5vh, 56px); }
/* closing frame: the road runs out into black, the statement stays */
.footer-hero {
  position: relative; isolation: isolate;
  width: 100%;
  padding: clamp(110px, 17vh, 210px) 0 clamp(72px, 10vh, 120px);
  display: flex; justify-content: center;
}
.footer-media, .footer-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.footer-media img { object-position: center 60%; }
.footer-hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background:
    linear-gradient(to bottom, rgba(5, 6, 9, 0.62) 0%, rgba(5, 6, 9, 0.35) 34%, rgba(5, 6, 9, 0.86) 78%, var(--ink-deep) 100%),
    linear-gradient(to right, rgba(5, 6, 9, 0.72) 0%, rgba(5, 6, 9, 0.25) 46%, rgba(5, 6, 9, 0) 72%);
}
.footer-hero-inner {
  width: var(--shell);
  display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: clamp(40px, 6vw, 96px); align-items: start;
}
.footer-statement { display: flex; flex-direction: column; align-items: flex-start; }
.footer-mark { height: clamp(22px, 2.4vw, 32px); width: auto; opacity: 0.9; }
.footer-line {
  font-family: var(--font-head); font-weight: 600;
  font-size: clamp(2.6rem, 6vw, 5.6rem); line-height: 0.98; letter-spacing: -0.03em;
  color: var(--white); margin: clamp(20px, 3vh, 34px) 0 0;
  text-shadow: 0 2px 40px rgba(5, 6, 9, 0.6);
}
/* the signal keeps running — a light travels the rule, like the tail band in the film */
.signal-line {
  display: block; position: relative; overflow: hidden;
  height: 2px; background: rgba(255, 70, 51, 0.22);
}
.signal-line::after {
  content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 45%;
  background: linear-gradient(90deg, rgba(255, 70, 51, 0), var(--signal-red) 38%, #ffb199 52%, var(--signal-red) 66%, rgba(255, 70, 51, 0));
  box-shadow: 0 0 18px rgba(255, 70, 51, 0.75);
  transform: translateX(-120%);
}
.signal-line.is-running::after { animation: rule-run 3.4s cubic-bezier(0.4, 0, 0.2, 1) infinite; }
@keyframes rule-run {
  0%   { transform: translateX(-120%); opacity: 0; }
  12%  { opacity: 1; }
  62%  { transform: translateX(240%); opacity: 1; }
  74%, 100% { transform: translateX(240%); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .signal-line.is-running::after { animation: none; transform: none; width: 100%; opacity: 0.8; }
}
/* hero: the signal stands still — the film beside it is already the movement */
.hero-signal { background: linear-gradient(90deg, var(--signal-red) 0%, var(--signal-red) 68%, rgba(255, 70, 51, 0) 100%); }
.hero-signal::after { content: none; }
/* hero: the same signal opens the journey */
.hero-signal {
  width: clamp(230px, 25vw, 440px); height: 4px; margin-top: clamp(2px, 0.6vh, 10px);
  opacity: 0; transform: scaleX(0.2); transform-origin: left center;
  transition: opacity 0.7s var(--ease-out) 0.42s, transform 0.9s var(--ease-out) 0.42s;
}
.scene-copy.is-visible .hero-signal { opacity: 1; transform: none; }
.footer-rule { width: clamp(180px, 21vw, 360px); height: 4px; margin-top: clamp(22px, 3vh, 34px); }
.footer-cta { margin-top: clamp(28px, 4vh, 44px); }
.footer-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 56px);
  padding-top: clamp(8px, 1.6vh, 18px);
}
.footer-head {
  font-family: var(--font-mono); font-weight: 500; font-size: 0.72rem; letter-spacing: 0.2em;
  text-transform: uppercase; color: rgba(244, 240, 232, 0.55); margin: 0 0 20px;
}
.footer-nav ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.footer-nav a {
  color: rgba(244, 240, 232, 0.88); text-decoration: none; font-size: 1.0625rem;
  padding-block: 2px; display: inline-block; transition: color 0.2s;
}
.footer-nav a:hover { color: var(--signal-red); }
.footer-bottom { flex-wrap: wrap; gap: 10px clamp(20px, 3vw, 44px);
  display: flex; flex-wrap: wrap; gap: 12px 32px; justify-content: space-between;
  margin-top: clamp(36px, 5vh, 60px);
  padding-top: clamp(24px, 3.6vh, 36px); border-top: 1px solid var(--line-dark);
}
.footer-trust a, .footer-copy a { color: rgba(244, 240, 232, 0.72); text-decoration: none; }
.footer-trust a:hover, .footer-copy a:hover { color: var(--signal-red); }
.footer-trust, .footer-copy { font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.1em; color: rgba(244, 240, 232, 0.5); margin: 0; }

/* ==========================================================================
   VIDEO MODAL
   ========================================================================== */
.video-modal { position: fixed; inset: 0; z-index: 150; display: flex; align-items: center; justify-content: center; padding: max(16px, env(safe-area-inset-top)) 16px max(16px, env(safe-area-inset-bottom)); }
.video-modal[hidden] { display: none; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(5, 6, 9, 0.9); }
.modal-frame { position: relative; width: min(1080px, 100%); }
.modal-frame video { width: 100%; aspect-ratio: 16 / 9; background: #000; display: block; }
/* red progress line under the film, synced to playback */
.modal-progress {
  position: absolute; left: 0; right: 0; bottom: -6px; height: 3px;
  background: rgba(244, 240, 232, 0.12); pointer-events: none; z-index: 3;
  overflow: hidden;
}
.modal-progress-fill {
  position: absolute; inset: 0; background: var(--signal-red);
  transform-origin: left center; transform: scaleX(0);
  box-shadow: 0 0 10px rgba(255, 70, 51, 0.5);
}
/* buffering state: GETALWIN loader instead of a poster */
.modal-loading {
  position: absolute; inset: 0; z-index: 2;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 26px;
  background: var(--ink-deep); opacity: 0; visibility: hidden;
  transition: opacity 0.35s var(--ease-out), visibility 0.35s;
}
.modal-loading.is-on { opacity: 1; visibility: visible; }
.modal-loading img { width: clamp(160px, 22vw, 240px); height: auto; }
.modal-loading-bar {
  width: clamp(160px, 22vw, 240px); height: 1px; position: relative; overflow: hidden;
  background: rgba(244, 240, 232, 0.14);
}
.modal-loading-bar::after {
  content: ""; position: absolute; top: 0; bottom: 0; left: -35%; width: 35%;
  background: var(--signal-red);
  animation: modal-load-sweep 1.1s var(--ease-out) infinite;
}
@keyframes modal-load-sweep { to { left: 100%; } }
.br-wide { display: none; }
@media (min-width: 861px) { .br-wide { display: inline; } }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }

/* ==========================================================================
   TABLET (<=1100px)
   ========================================================================== */
@media (max-width: 1100px) {
  :root { --header-h: 64px; }
  .product-grid, .personal-grid, .request-grid { grid-template-columns: 1fr; gap: clamp(32px, 5vh, 48px); align-items: start; }
  .progress-rail { right: 18px; }
  .rail-label { display: none; }
  .rail-btn.is-current .rail-label { display: inline; }
  .logo-wall { grid-template-columns: repeat(4, 1fr); }
  .voice:nth-child(2) { margin-left: clamp(0px, 8vw, 120px); }
  .voice:nth-child(3) { margin-left: clamp(0px, 16vw, 240px); }
}

/* ==========================================================================
   MOBILE (<=860px) — independently composed
   ========================================================================== */
@media (max-width: 860px) {
  :root { --header-h: 60px; }
  body[data-mode="page"] .site-header { height: 52px; grid-template-columns: 1fr auto; }
  body[data-mode="page"] .brand img { height: 14px; }
  body[data-mode="page"] .header-cta {
    padding: 6px 0; font-size: 0.86rem; font-weight: 600;
    background: none; border-color: transparent; color: var(--signal-red);
  }
  body[data-mode="page"] .header-cta::before { content: none; }
  body[data-mode="page"] .header-cta:hover { color: var(--signal-red); border-color: transparent; }
  body { font-size: 16px; }

  .brand img { height: 16px; }
  .header-cta { display: none; }
  body[data-mode="page"] .header-cta { display: inline-flex; font-size: 0.85rem; padding: 9px 16px; }
  .header-skip { font-size: 0.68rem; letter-spacing: 0.22em; }
  .skip-full { display: none; }
  .skip-short { display: inline; }

  .loader-markwrap { width: 190px; }
  .loader-foot { display: none; }

  /* film */
  .cinematic { height: 740vh; }
  /* Waehrend des Films deckt die Buehne den sichtbaren Bereich lueckenlos ab.
     Der MEDIEN-Umschlag ist dabei von Anfang an auf den GROSSEN Viewport (lvh)
     gerendert: klappt die Browserleiste ein, legt sie bereits gemalten Film
     frei - kein Warten auf ein Resize, keine schwarze Kante. Copy und UI
     bleiben am sichtbaren Viewport verankert. */
  body[data-mode="film"] .stage {
    position: fixed; inset: 0; height: auto;
    overflow-x: clip; overflow-y: visible;
  }
  body[data-mode="film"] .media { height: 100vh; }
  @supports (height: 100lvh) {
    body[data-mode="film"] .media { height: 100lvh; }
  }
  body[data-mode="film"] .cinematic { background: var(--ink-deep); }

  .scene-copy { padding: 0 20px calc(116px + env(safe-area-inset-bottom)); }
  .scene-copy[data-align="left"] { max-width: 100%; }
  .scene-copy[data-scene-copy="scene-01-prep"] { padding-bottom: calc(96px + env(safe-area-inset-bottom)); }
  .scene-mobile-rule {
    display: block; width: 46px; height: 3px; margin: 0 0 16px;
    background: var(--signal-red);
  }
  /* Szene 01 hat ihre eigene rote Linie unter der Headline - kein zweiter Strich darueber */
  .scene-copy[data-scene-copy="scene-01-prep"] .scene-mobile-rule { display: none; }
  /* LAUNCH already carries its own rule beside the word - one signal per scene */
  .scene-eyebrow, .scene-kicker { display: none; }
  /* Szene 01: die Leistungszeile muss auch mobil sofort lesbar sein */
  .hero-eyebrow { display: block; font-size: 0.62rem; letter-spacing: 0.2em; margin: 0 0 14px; }
  .scene-display { font-size: clamp(2.1rem, 9.6vw, 2.75rem); }
  .hero-display { font-size: clamp(2.9rem, 12.5vw, 3.4rem); }
  .scene-subline { font-size: 1.02rem; margin-top: 14px; max-width: 30ch; white-space: pre-line; }
  .scene-subline br { display: none; }
  .scene-services { font-size: 0.66rem; letter-spacing: 0.14em; margin-top: 12px; }
  .scene-ctas { margin-top: 22px; }
  .scene-ctas .btn { min-height: 50px; }
  .scene-ctas .btn-ghost-light { display: none; }
  .scene-copy[data-align="center"] { padding-bottom: 0; }
  /* one tile per row on a phone: 287px each was mostly empty space */
  /* ---- P3: BUILT/RUN ohne blasse Zwischenbaender, ruhiger Takt */
  .paths-section { padding-block: 0; }
  .paths-intro-stage { padding: clamp(50px, 7.4vh, 72px) 0 clamp(24px, 3.4vh, 34px); }
  .path-inner { padding: clamp(38px, 5.6vh, 54px) 0 clamp(46px, 6.4vh, 60px); }
  .path-inner .path-kicker { margin-bottom: 10px; }
  .path-headline { margin-bottom: 8px; }
  .path-sub { margin-bottom: 18px; }
  .path-services { margin-top: 0; gap: 8px 14px; }
  .path-services li { font-size: 0.66rem; }
  .path-cta { margin-top: 34px; }

  /* ---- P4: Fuer-wen fliesst nahtlos zwischen den dunklen Nachbarn */
  .forwhom-cinema { min-height: clamp(440px, 68vh, 620px); }
  .forwhom-overlay { padding-bottom: clamp(40px, 7vh, 64px); }

  /* ---- P5.1: Mini-Cases als Karussell mit sichtbarem Peek */
  .work-section { padding-top: clamp(42px, 6vh, 62px); }
  .work-head { margin-bottom: 20px; }
  .work-opener { margin-bottom: clamp(36px, 5.4vh, 56px); }
  .work-opener picture, .work-opener img { aspect-ratio: 4 / 3; }
  .work-caption {
    position: relative; transform: none; writing-mode: horizontal-tb;
    height: auto; display: block; margin: 0; padding: 12px 0 0 30px;
    white-space: normal; text-align: left;
    font-size: 0.58rem; line-height: 1.9;
  }
  .work-caption::before {
    content: ""; position: absolute; left: 0; top: 19px;
    width: 20px; height: 2px; background: var(--signal-red);
  }
  .work-caption-sep { display: block; height: 0; }
  .work-strip {
    display: flex; border: 0; background: none; gap: 10px;
    flex-wrap: nowrap; overflow-x: auto; scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; scrollbar-width: none;
    margin-inline: -20px; padding-inline: 20px 6vw;
  }
  .work-strip::-webkit-scrollbar { display: none; }
  .work-tile { border: 1px solid rgba(244, 240, 232, 0.16); }
  .work-tile {
    flex: 0 0 86vw; scroll-snap-align: center; padding: 22px 22px 22px;
    min-height: 260px;
  }
  .work-num { margin-bottom: 26px; }
  .work-tile .work-logo-mark { height: 34px; max-width: 160px; }
  .work-meta { margin-top: 24px; padding-top: 15px; gap: 8px; }
  .work-logo-mark { height: 38px; width: 132px; }
  .work-line { font-size: 1.04rem; max-width: 26ch; }
  /* Wall haengt am Kapitel */
  .werkraum.work-section { padding-bottom: clamp(40px, 6vh, 64px); }
  .werkraum-wall { padding-top: 0 !important; padding-bottom: clamp(150px, 24vh, 220px); }
  .wall-statement { height: clamp(240px, 34vh, 340px); }
  .ws-a { font-size: clamp(7rem, 42vw, 10rem); bottom: 0.78em; left: -0.08em; }
  .ws-b { font-size: clamp(7rem, 42vw, 10rem); bottom: -0.12em; right: -0.1em; }
  .forwhom-index li { font-size: 0.64rem; gap: 10px; }
  .forwhom-index li:nth-child(2) { padding-left: 14px; }
  .forwhom-index li:nth-child(3) { padding-left: 28px; }
  .forwhom-index li:nth-child(4) { padding-left: 42px; }
  .forwhom-index li:nth-child(5) { padding-left: 56px; }
  .faq-panel { padding-left: 0; }
  .film-section { min-height: 0; }
  .film-still { width: 100%; }
  .film-still-meta { font-size: 0.56rem; right: 10px; bottom: 9px; }
  .film-play { width: 58px; height: 58px; }
  .work-tags { white-space: normal; }
  .work-tile .work-logo-mark { align-self: flex-start; }
  .work-tags { font-size: 0.58rem; letter-spacing: 0.15em; }
  .work-line { font-size: 1.02rem; max-width: 30ch; }
  /* Seitenanzeige wie auf dem Telefon gewohnt: der aktive Punkt wird zum roten Strich */
  .work-dots {
    display: flex; justify-content: center; align-items: center; gap: 7px;
    margin: 18px 0 0;
  }
  .work-dot {
    width: 6px; height: 6px; border-radius: 99px;
    background: rgba(11, 13, 17, 0.22);
    transition: width 0.32s var(--ease-out), background-color 0.32s var(--ease-out);
  }
  .work-dot.is-current { width: 22px; background: var(--signal-red); }

  /* ---- P6: Logowand — zwei ruhige Spalten, gleiche Buehnenhoehe */
  .wall-section { padding-block: clamp(44px, 6.4vh, 66px) clamp(48px, 7vh, 72px); }
  .logo-marquee { margin: clamp(26px, 4vh, 40px) -20px 0; }
  .logo-row { padding-block: clamp(11px, 1.8vh, 16px); }
  .logo-track { gap: clamp(34px, 9vw, 54px); }
  .logo-marquee li { width: 108px; height: 28px; }
  .wall-claim { margin-top: clamp(34px, 5vh, 50px); }

  /* ---- P7: Eine Stimme, gross gesetzt. Signatur wie beim Gruender,
     Wechsel ueber die Punkte - kein Ueberblenden zweier Karten. */
  .voices-stage { margin-top: clamp(22px, 3.4vh, 32px); display: grid; }
  .voice-feature {
    grid-area: 1 / 1; width: 100%; box-sizing: border-box;
    display: grid; grid-template-columns: 44px minmax(0, 1fr);
    grid-template-rows: auto 44px;
    gap: 22px 12px; align-items: center;
  }
  .voice-body { display: contents; }
  .voice-quote {
    grid-column: 1 / -1; grid-row: 1; min-width: 0; margin: 0;
    font-size: clamp(1.42rem, 6vw, 1.7rem); line-height: 1.26;
  }
  .voice-source {
    grid-column: 2; grid-row: 2; min-width: 0; align-self: center; margin: 0;
    display: flex; flex-direction: column; justify-content: center; gap: 1px;
    line-height: 1.3; height: 44px;
  }
  .voice-sep { display: none; }
  .voice-portrait { grid-column: 1; grid-row: 2; align-self: center; width: 44px; height: 44px; margin: 0; }
  .voice-portrait picture { display: block; width: 44px; height: 44px; }
  .voice-portrait img {
    display: block; width: 44px; height: 44px; aspect-ratio: 1;
    border-radius: 999px; object-fit: cover; object-position: 50% 16%;
  }
  .voices-people { display: none; }
  .voice-controls {
    display: grid; grid-template-columns: 42px 66px 42px; align-items: center;
    justify-content: start; gap: 0; width: 150px; margin-top: 18px;
  }
  .voice-dots { display: flex; justify-content: flex-start; align-items: center; gap: 0; }
  .voice-dots .work-dot {
    appearance: none; display: grid; place-items: center; width: 22px; height: 44px;
    border: 0; margin: 0; padding: 0; background: transparent; cursor: pointer;
  }
  .voice-dots .work-dot::before {
    content: ""; width: 5px; height: 5px; border-radius: 99px;
    background: rgba(11, 13, 17, 0.22);
    transition: width 0.32s var(--ease-out), height 0.32s var(--ease-out), background-color 0.32s var(--ease-out);
  }
  .voice-dots .work-dot.is-current { width: 22px; background: transparent; }
  .voice-dots .work-dot.is-current::before {
    width: 20px; height: 4px; background: var(--signal-red);
  }
  .voice-arrow {
    display: grid; place-items: center; width: 44px; height: 44px; padding: 0;
    border: 0; border-radius: 0; background: transparent;
    color: rgba(11, 13, 17, 0.6); cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: color 0.18s var(--ease-out);
  }
  .voice-arrow-prev { justify-self: start; }
  .voice-arrow-next { justify-self: end; }
  .voice-chevron {
    display: block; width: 16px; height: 16px; fill: none; stroke: currentColor;
    stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round;
    transition: transform 0.18s var(--ease-out);
  }
  .voice-arrow:active { color: var(--signal-red); }
  .voice-arrow:active .voice-chevron { transform: scale(0.92); }

  @media (hover: hover) and (pointer: fine) {
    .voice-arrow:hover { color: var(--signal-red); }
  }

  /* ---- P10.1: Anfrage-Text tiefer im Bild */
  .request-visual { min-height: clamp(320px, 46vh, 440px); }
  .request-lead { padding-bottom: clamp(26px, 4.4vh, 44px); }
  /* Auf dem Telefon spricht der Kontakt fuer sich - das Label entfaellt */
  .request-direct-label { display: none; }
  .request-direct { gap: 6px 16px; font-size: 0.84rem; }
  .request-foot { gap: 12px; }

  /* ---- P11: FAQ dichter, klare Tap-Ziele */
  .faq-section { padding-block: clamp(44px, 6.4vh, 66px); }
  .faq-list { margin-top: 20px; }
  .faq-toggle { padding: 15px 0; min-height: 52px; font-size: 1.02rem; }
  .faq-panel p { font-size: 0.98rem; }


  .progress-rail { display: none; }
  .progress-mini {
    display: flex; flex-direction: column; align-items: flex-end; gap: 4px;
    position: absolute; right: 18px; top: calc(var(--header-h) + 14px);
    text-align: right;
  }
  .mini-count {
    font-family: var(--font-mono); font-weight: 500; font-size: 0.66rem; letter-spacing: 0.16em;
    color: var(--paper); margin: 0 -0.16em 0 0;
    text-shadow: 0 1px 3px rgba(5, 6, 9, 0.95), 0 2px 14px rgba(5, 6, 9, 0.8);
  }
  .mini-label {
    font-family: var(--font-mono); font-weight: 500; font-size: 0.6rem; letter-spacing: 0.2em;
    color: rgba(244, 240, 232, 0.82); margin: 2px -0.2em 0 0; text-transform: uppercase;
    text-shadow: 0 1px 3px rgba(5, 6, 9, 0.95), 0 2px 14px rgba(5, 6, 9, 0.8);
  }
  .mini-track { width: 2px; height: 44px; background: rgba(244, 240, 232, 0.3); box-shadow: 0 1px 8px rgba(5, 6, 9, 0.7); margin-top: 6px; position: relative; overflow: hidden; align-self: flex-end; }
  .mini-fill { position: absolute; top: 0; left: 0; right: 0; height: 100%; background: var(--paper); transform-origin: top; transform: scaleY(0); }

  .scroll-cue { display: none; }
  .placeholder-tag { left: 20px; font-size: 0.5rem; }

  .final-wordmark { width: min(280px, 74vw); }
  .final-band { width: 78vw; }
  .final-ctas { flex-direction: column; align-items: center; gap: 22px; }
  .final-ctas .btn-light { width: min(320px, 78vw); }
  .final-ctas .btn-ghost-light {
    border: none; min-height: 0; padding: 4px;
    font-family: var(--font-body); font-size: 0.95rem;
    color: rgba(244, 240, 232, 0.78);
    text-decoration: underline; text-underline-offset: 4px;
  }

  /* act II */
  .section { padding-block: clamp(50px, 7vh, 74px); }
  /* Ausnahmen NACH der Basisregel: dunkle Nachbarn fliessen nahtlos */
  .paths-section { padding-block: 0; }
  .work-section { padding-top: clamp(42px, 6vh, 62px); }
  .wall-section { padding-block: clamp(44px, 6.4vh, 66px) clamp(48px, 7vh, 72px); }
  .faq-section { padding-block: clamp(44px, 6.4vh, 66px); }
  .headline-xl {
  text-wrap: balance; font-size: clamp(2.3rem, 10vw, 3rem); }
  .headline-lg {
  text-wrap: balance; font-size: clamp(1.9rem, 8.2vw, 2.4rem); }
  .headline-md {
  text-wrap: balance; font-size: clamp(1.5rem, 6.6vw, 1.9rem); }
  .transition-section { padding-top: clamp(88px, 13vh, 128px); }

  .product-mark { margin-bottom: 20px; }
  .product-wordmark { height: 13px; }
  .caps-line { font-size: 0.66rem; letter-spacing: 0.12em; line-height: 1.9; }
  .product-body .btn { width: 100%; }

  .forwhom-cats { font-size: 0.68rem; line-height: 2; }

  .cases-section .shell { margin-bottom: 36px; }
  .case-visual { min-height: 320px; }
  .case-logo { width: min(240px, 62vw); }
  .case-meta { flex-direction: column; align-items: flex-start; gap: 8px; padding: 20px; }
  .case-line { flex: none; }

  .voice-quote { max-width: 100%; }
  .voices-btn { width: 48px; height: 48px; }

  .track-break { height: clamp(240px, 40vh, 400px); }
  .track-break-b { height: clamp(220px, 36vh, 360px); }
  .product-run .product-lead, .product-run .product-body { order: 0; }
  .film-section { padding-block: clamp(88px, 13vh, 128px); }

  /* Der Gruender signiert den Abschnitt, statt ihn zu ueberdecken */
  .personal-grid {
    display: grid; grid-template-columns: 48px minmax(0, 1fr);
    grid-template-areas: "eyebrow eyebrow" "headline headline" "support support" "portrait sig";
    grid-template-rows: auto auto auto 48px;
    gap: 0 14px; align-items: center;
  }
  .personal-body { display: contents; }
  .personal-body .eyebrow { grid-area: eyebrow; }
  .personal-body .headline-lg { grid-area: headline; margin-bottom: 14px; }
  .personal-support { grid-area: support; margin: 0 0 22px; }
  .personal-sig { grid-area: sig; align-self: center; padding-top: 0; margin: 0;
    display: flex; flex-direction: column; justify-content: center; gap: 1px; height: 48px; }
  .personal-sig::before { content: none; }
  .personal-portrait { grid-area: portrait; margin: 0; max-width: none; justify-self: start; }
  .personal-portrait { width: 48px; height: 48px; }
  .personal-portrait img {
    width: 48px; height: 48px; aspect-ratio: 1; border-radius: 999px;
    object-fit: cover; object-position: 50% 14%;
  }
  .personal-name { font-size: 1.05rem; }
  .personal-role { font-size: 0.68rem; letter-spacing: 0.1em; }
  .paths-split { grid-template-columns: 1fr; }
  /* stacked paths have no seam - the divider became a stray line down the middle */
  .paths-split::before { content: none; }
  .path-inner { padding: clamp(64px, 9vh, 96px) 0; }
  .forwhom-cinema { min-height: clamp(440px, 64vh, 620px); }
  .forwhom-overlay { width: calc(100vw - 40px); }
  .logo-wall { grid-template-columns: repeat(2, 1fr); gap: 34px clamp(20px, 6vw, 40px); }
  .logo-wall li { height: 30px; }
  .voices-people {
    flex-wrap: nowrap; overflow-x: auto; gap: 12px;
    scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    width: 100%; margin-inline: 0; padding-inline: 20px;
  }
  .voices-people::-webkit-scrollbar { display: none; }
  .voice-tab { flex: 0 0 auto; scroll-snap-align: start; }
  .voice-tab span { font-size: 0.85rem; }
  /* ---- P12: der Footer als bewusstes Schlussbild
     Hierarchie: Marke -> Claim -> CTA -> Navigation -> Kontakt -> Rechtliches */
  .footer-hero { padding: clamp(44px, 6.4vh, 64px) 0 clamp(26px, 4vh, 40px); }
  .footer-hero-inner { grid-template-columns: 1fr; gap: 22px; }
  .footer-line { font-size: clamp(2.4rem, 10.5vw, 3rem); }
  .footer-rule { width: clamp(150px, 40vw, 200px); }
  .footer-cta { align-self: stretch; text-align: center; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 20px; padding-top: 6px; }
  .footer-head { font-size: 0.62rem; margin-bottom: 8px; }
  .footer-nav a { font-size: 0.94rem; }
  .footer-nav ul { gap: 8px; }
  /* Unter dem Trennstrich nur noch das Noetige: Kontakt, dann eine Zeile Recht */
  .footer-hero { padding-bottom: 4px; }
  .footer-bottom { padding-block: 10px; gap: 5px; }
  .site-footer { padding-bottom: 14px; }
  .footer-reach { order: -1; font-size: 0.8rem; letter-spacing: 0.04em; color: var(--paper); }
  .footer-bottom .footer-trust:not(.footer-reach) { display: none; }
  .footer-copy { font-size: 0.64rem; letter-spacing: 0.08em; }
  .wide-only { display: none; }
  .footer-grid { gap: 24px; padding-top: 0; }
  .footer-nav ul { gap: 9px; }
  .footer-cta { margin-top: 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px; padding-top: 0; }
  .path-services { font-size: 0.68rem; gap: 9px 16px; }
  /* on a phone the mark competed with the service list and ran into the edge */
  .path-watermark { width: min(52%, 240px); right: 20px; bottom: 16px; }
  .path-built .path-watermark { opacity: 0.14; }
  .path-run .path-watermark { opacity: 0.2; }

  .request-split { grid-template-columns: minmax(0, 1fr); }
  /* the desktop 4x2 service grid is far wider than a phone - two columns instead */
  .path-services {
    grid-template-rows: none; grid-auto-flow: row;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 16px;
  }
  .path-services li { white-space: normal; }

  .principle-section { padding-bottom: clamp(120px, 18vh, 170px); }
  .principle-statement { height: clamp(180px, 26vh, 240px); }
  .ps-line { font-size: clamp(6rem, 38vw, 8.5rem); right: 14px; bottom: 14px; }
  .principle-list li {
    grid-template-columns: 40px minmax(0, 1fr);
    grid-template-areas: "num title" ". text"; row-gap: 8px;
  }
  .principle-num { grid-area: num; }
  .principle-title { grid-area: title; }
  .principle-text { grid-area: text; }

  .request-visual { min-height: clamp(320px, 46vh, 460px); }
  .request-panel { padding: clamp(40px, 7vh, 64px) 20px; }
  .request-form { grid-template-columns: 1fr; gap: 17px; }
  .field { gap: 6px; }
  .field label { font-size: 0.74rem; }
  .field input, .field select, .field textarea { font-size: 1.0625rem; padding: 9px 2px; }
  .field textarea { min-height: 108px; }
  .request-actions { margin-top: 6px; }
  .header-nav { display: none !important; }
  .btn-submit { width: 100%; }

  .footer-bottom { flex-wrap: wrap; gap: 10px clamp(20px, 3vw, 44px); flex-direction: column; }

}

@media (max-width: 430px) {
  .scene-display { font-size: clamp(2rem, 10.4vw, 2.4rem); }
  .hero-display { font-size: clamp(2.7rem, 12vw, 3.1rem); }
  .ps-line { font-size: clamp(5.5rem, 26vw, 7rem); }
}

/* ==========================================================================
   REDUCED MOTION / NO-JS / PRINT
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .cue-line { animation: none; }
  .scene-copy, .final-wordmark, .final-line, .final-services, .final-ctas, .loader { transition: none; }
  .logo-track { animation: none !important; }
  .intro-track.is-running { animation: none; }
  .reveal-rise { opacity: 1 !important; transform: none !important; transition: none; }
  .logo-marquee { display: none !important; }
  .wall-section.has-marquee .logo-wall { display: grid !important; }
  .paths-intro-stage .intro-signal, .paths-intro-stage .headline-xl,
  .paths-intro-stage .lede, .intro-track { opacity: 1 !important; transform: none !important; transition: none; }
  .intro-traces { opacity: 1; transition: none; }
  .loader::before { animation: none; opacity: 0.4; }
}

html.no-js .loader { display: none; }
html.no-js .cinematic { height: auto; }
html.no-js .stage { position: relative; height: 100svh; height: 100dvh; }
html.no-js .scene-poster[data-scene-poster="scene-01-prep"] { opacity: 1; }
html.no-js .scene-copy[data-scene-copy="scene-01-prep"] { opacity: 1; visibility: visible; transform: none; pointer-events: auto; }
html.no-js .progress-rail, html.no-js .progress-mini, html.no-js .scroll-cue, html.no-js .header-skip { display: none; }

@media print {
  .loader, .cinematic, .site-header, .video-modal { display: none !important; }
  .act-two { color: #000; background: #fff; }
}

/* ==========================================================================
   404 — same system, one screen: image, claim, way back
   ========================================================================== */
.notfound { position: relative; isolation: isolate; min-height: 100vh; min-height: 100svh;
  display: flex; align-items: center; background: var(--ink-deep); color: var(--paper); overflow: hidden; }
.notfound-media, .notfound-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.notfound::after {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background:
    linear-gradient(100deg, rgba(5, 6, 9, 0.9) 0%, rgba(5, 6, 9, 0.72) 46%, rgba(5, 6, 9, 0.4) 100%),
    linear-gradient(to bottom, rgba(5, 6, 9, 0.5), rgba(5, 6, 9, 0.2) 45%, rgba(5, 6, 9, 0.7));
}
.notfound-body { padding-block: clamp(120px, 18vh, 200px); max-width: min(760px, 92vw); margin-inline: 0; padding-inline: clamp(24px, 6vw, 96px); }
.notfound .headline-lg { text-shadow: 0 2px 30px rgba(5, 6, 9, 0.6); }
.notfound-signal { width: clamp(200px, 22vw, 380px); height: 4px; margin-top: clamp(20px, 3vh, 30px);
  background: linear-gradient(90deg, var(--signal-red) 0%, var(--signal-red) 68%, rgba(255, 70, 51, 0) 100%); }
.notfound-signal::after { content: none; }
.notfound-support { margin: clamp(22px, 3vh, 32px) 0 0; font-size: 1.0625rem; color: rgba(244, 240, 232, 0.8); max-width: 46ch; }
.notfound-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: clamp(30px, 4.4vh, 44px); }
.notfound-direct { margin: clamp(26px, 3.4vh, 36px) 0 0; font-family: var(--font-mono); font-size: 0.8rem;
  letter-spacing: 0.04em; color: rgba(244, 240, 232, 0.6); }
.notfound-direct a { color: var(--paper); text-decoration: none; border-bottom: 1px solid rgba(244, 240, 232, 0.35); }
.notfound-direct a:hover { color: var(--signal-red); border-color: var(--signal-red); }
.notfound-brand { display: inline-block; margin-bottom: clamp(34px, 5vh, 56px); }
.notfound-brand img { height: clamp(20px, 2.2vw, 28px); width: auto; opacity: 0.92; }
@media (max-width: 860px) {
  .notfound-body { padding-block: clamp(110px, 16vh, 150px); }
  .notfound-ctas .btn { width: 100%; }
}
