@font-face {
  font-family: "Mona Sans Expanded";
  src: url("https://cdn.jsdelivr.net/gh/github/mona-sans@main/fonts/webfonts/variable/MonaSansVF-Expanded%5Bopsz,wght,ital%5D.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
}

:root {
  --ink: #07090c;
  --ink-soft: #10141a;
  --ice: #f4f7f8;
  --muted: #aab4bc;
  --line: rgba(255,255,255,.17);
  --sun: #e6bd4a;
  --blue: #0c4d83;
  --max: 1420px;
  --pad: clamp(22px, 4.2vw, 76px);
  --font: "Mona Sans Expanded", "Arial Black", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0;
  color: var(--ice);
  background: var(--ink);
  font-family: var(--font);
  font-weight: 500;
  line-height: 1.45;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img, video { display: block; max-width: 100%; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.skip-link { position:fixed; left:1rem; top:-5rem; z-index:9999; background:var(--ice); color:var(--ink); padding:.8rem 1rem; }
.skip-link:focus { top:1rem; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  min-height: 86px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 18px var(--pad);
  border-bottom: 1px solid transparent;
  transition: background .35s, border-color .35s;
}
.site-header.is-scrolled {
  background: rgba(7,9,12,.9);
  backdrop-filter: blur(18px);
  border-color: var(--line);
}
.svm-mark { justify-self:start; display:flex; flex-direction:column; letter-spacing:.08em; }
.svm-mark__name { font-size:.72rem; font-weight:900; }
.svm-mark__sub { font-size:.58rem; color:var(--muted); margin-top:2px; }
.film-nav { display:flex; gap:clamp(18px,2vw,38px); font-size:.68rem; text-transform:uppercase; letter-spacing:.14em; }
.film-nav a { position:relative; color:rgba(255,255,255,.84); }
.film-nav a::after { content:""; position:absolute; left:0; right:100%; bottom:-8px; height:1px; background:var(--sun); transition:right .25s; }
.film-nav a:hover::after { right:0; }
.header-cta { justify-self:end; border:1px solid var(--line); padding:.72rem 1rem; font-size:.65rem; text-transform:uppercase; letter-spacing:.13em; }

.hero {
  min-height: 100svh;
  background: #000;
  position: relative;
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  overflow: hidden;
}
.hero__video { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transform:scale(1.025); filter:saturate(.78) contrast(1.08); z-index:-5; background:#000; }
.hero__veil { position:absolute; inset:0; z-index:-4; background:linear-gradient(180deg,rgba(2,4,7,.28) 0%,rgba(2,4,7,.15) 37%,rgba(2,4,7,.94) 100%),linear-gradient(90deg,rgba(2,4,7,.72),transparent 65%); }
.hero__grain { position:absolute; inset:0; z-index:-3; opacity:.11; pointer-events:none; background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E"); mix-blend-mode:soft-light; }
.hero__sun { position:absolute; width:min(65vw,920px); aspect-ratio:1; right:-24vw; bottom:-35vw; border-radius:50%; z-index:-2; opacity:.25; background:repeating-conic-gradient(from -8deg,rgba(230,189,74,.9) 0 2deg,transparent 2deg 8deg); mask-image:radial-gradient(circle,#000 0 56%,transparent 72%); }
.hero__content { width:min(1320px,100%); padding:150px var(--pad) clamp(70px,9vh,114px); }
.eyebrow, .section-kicker { margin:0 0 22px; text-transform:uppercase; letter-spacing:.2em; font-size:.66rem; font-weight:700; color:var(--sun); }
.film-title { margin:0; font-size:clamp(4.7rem,13.8vw,13rem); line-height:.76; letter-spacing:.035em; font-weight:900; text-transform:uppercase; white-space:nowrap; font-optical-sizing:auto; }
.film-subtitle { margin:28px 0 0 .25em; font-size:clamp(.82rem,1.5vw,1.18rem); text-transform:uppercase; letter-spacing:.42em; font-weight:500; }
.hero__teaser { margin-top:clamp(36px,5vh,58px); max-width:790px; }
.hero__hook { margin:0; font-size:clamp(1.45rem,2.8vw,2.75rem); line-height:1.08; font-weight:700; letter-spacing:-.02em; }
.hero__subhook { margin:18px 0 0; max-width:680px; color:rgba(255,255,255,.75); font-size:clamp(.98rem,1.35vw,1.22rem); }
.hero__actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:30px; }
.button { min-height:50px; padding:0 22px; display:inline-flex; align-items:center; justify-content:center; border-radius:0; border:1px solid transparent; text-transform:uppercase; letter-spacing:.11em; font-size:.66rem; font-weight:800; cursor:pointer; }
.button--primary { background:var(--ice); color:var(--ink); }
.button--ghost { background:rgba(7,9,12,.18); color:var(--ice); border-color:rgba(255,255,255,.42); }
.hero__scroll { position:absolute; right:var(--pad); bottom:38px; display:flex; align-items:center; gap:12px; font-size:.6rem; text-transform:uppercase; letter-spacing:.16em; color:var(--muted); }
.hero__scroll span { width:52px; height:1px; background:currentColor; position:relative; overflow:hidden; }
.hero__scroll span::after { content:""; position:absolute; inset:0; background:var(--ice); transform:translateX(-100%); animation:scrollLine 2.2s infinite; }
@keyframes scrollLine { 50%,100% { transform:translateX(100%); } }

.section { padding:clamp(94px,12vw,182px) var(--pad); }
.display-heading { margin:0; font-size:clamp(3rem,7.4vw,7.8rem); line-height:.88; letter-spacing:-.035em; font-weight:900; }
.premise { background:var(--ice); color:var(--ink); }
.premise__inner { max-width:var(--max); margin:auto; display:grid; grid-template-columns:.55fr 1.55fr; gap:clamp(34px,7vw,120px); }
.premise .section-kicker { color:#765d18; }
.premise__copy { grid-column:2; max-width:820px; color:#343d45; font-size:clamp(1.03rem,1.45vw,1.3rem); line-height:1.62; }
.premise__copy p:first-child { margin-top:0; }
.premise__copy strong { color:var(--ink); font-weight:900; letter-spacing:.04em; }

.cinema-break { min-height:88svh; position:relative; display:flex; align-items:flex-end; overflow:hidden; isolation:isolate; }
.cinema-break__image { position:absolute; inset:-5%; z-index:-3; background-size:cover; background-position:center; filter:saturate(.78) contrast(1.05); }
.cinema-break__veil { position:absolute; inset:0; z-index:-2; background:linear-gradient(180deg,rgba(5,7,10,.12),rgba(5,7,10,.9)),linear-gradient(90deg,rgba(5,7,10,.7),transparent 75%); }
.cinema-break__copy { width:min(1320px,100%); padding:var(--pad) var(--pad) clamp(74px,10vh,130px); }
.cinema-break__copy p { margin:0 0 18px; color:var(--sun); text-transform:uppercase; letter-spacing:.2em; font-size:.66rem; }
.cinema-break__copy h2 { margin:0; font-size:clamp(3.4rem,9vw,9rem); line-height:.85; letter-spacing:-.035em; font-weight:900; }


.upset {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 78% 35%, rgba(230,189,74,.14), transparent 28%),
    linear-gradient(135deg, #07101b 0%, #09131e 48%, #07090c 100%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.upset__ghost {
  position: absolute;
  z-index: -1;
  left: -0.055em;
  bottom: -0.23em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.07);
  font-size: clamp(13rem, 35vw, 36rem);
  line-height: .7;
  letter-spacing: -.06em;
  font-weight: 900;
  pointer-events: none;
  user-select: none;
}
.upset__inner {
  width: min(var(--max), 100%);
  margin: auto;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr);
  gap: clamp(52px, 8vw, 130px);
  align-items: center;
}
.upset__content { position: relative; z-index: 1; }
.upset__heading {
  margin: 0;
  max-width: 900px;
  font-size: clamp(3.15rem, 6.8vw, 7.2rem);
  line-height: .88;
  letter-spacing: -.038em;
  font-weight: 900;
  text-transform: uppercase;
}
.upset__impact {
  margin: clamp(26px, 4vw, 48px) 0 0;
  color: var(--sun);
  font-size: clamp(1.65rem, 3.3vw, 3.5rem);
  line-height: 1;
  letter-spacing: -.025em;
  font-weight: 900;
  text-transform: uppercase;
}
.upset__copy {
  max-width: 720px;
  margin: 28px 0 0;
  color: rgba(244,247,248,.78);
  font-size: clamp(1.02rem, 1.35vw, 1.22rem);
  line-height: 1.62;
}
.upset__after {
  margin: 38px 0 0;
  padding-top: 25px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: clamp(.88rem, 1.05vw, 1rem);
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: .09em;
}
.upset__after strong { color: var(--ice); font-weight: 900; }
.upset__visual {
  position: relative;
  margin: 0;
  min-height: clamp(440px, 58vw, 760px);
  box-shadow: 0 40px 100px rgba(0,0,0,.45);
  overflow: hidden;
}
.upset__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, transparent 52%, rgba(4,7,10,.92) 100%),
    linear-gradient(90deg, rgba(4,7,10,.2), transparent 40%);
  pointer-events: none;
}
.upset__visual::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 42%;
  aspect-ratio: 1;
  right: -14%;
  top: -17%;
  border-radius: 50%;
  opacity: .45;
  background: repeating-conic-gradient(rgba(230,189,74,.9) 0 2deg, transparent 2deg 9deg);
  mask-image: radial-gradient(circle,#000 0 54%,transparent 71%);
  pointer-events: none;
}
.upset__visual img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: 50% 50%;
  filter: saturate(.9) contrast(1.08);
  transform: scale(1.015);
}
.upset__visual figcaption {
  position: absolute;
  z-index: 3;
  left: clamp(20px, 3vw, 42px);
  right: clamp(20px, 3vw, 42px);
  bottom: clamp(20px, 3vw, 38px);
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  color: var(--ice);
}
.upset__visual figcaption span {
  color: var(--sun);
  font-size: .62rem;
  text-transform: uppercase;
  letter-spacing: .17em;
}
.upset__visual figcaption strong {
  font-size: clamp(.72rem, 1vw, .92rem);
  text-align: right;
  text-transform: uppercase;
  letter-spacing: .09em;
}

.director { max-width:calc(var(--max) + var(--pad)*2); margin:auto; display:grid; grid-template-columns:.82fr 1.18fr; gap:clamp(48px,8vw,130px); align-items:center; }
.director__portrait { position:relative; }
.director__portrait::before { content:""; position:absolute; width:72%; aspect-ratio:1; left:-22%; top:-24%; background:repeating-conic-gradient(rgba(230,189,74,.28) 0 2deg,transparent 2deg 9deg); border-radius:50%; z-index:-1; }
.director__portrait img { width:100%; aspect-ratio:4/5; object-fit:cover; filter:saturate(.75); }
.director__content { max-width:760px; }
.director__lead { margin:0; font-size:clamp(2rem,4.2vw,4.5rem); line-height:1.02; letter-spacing:-.035em; font-weight:800; }
.director__body { margin-top:34px; color:var(--muted); font-size:clamp(1rem,1.35vw,1.22rem); line-height:1.65; }
.signature { margin:44px 0 0; font-weight:900; font-size:1.08rem; }
.signature span { display:block; margin-top:4px; color:var(--muted); font-size:.72rem; font-weight:500; text-transform:uppercase; letter-spacing:.16em; }

.premiere { position:relative; overflow:hidden; border-top:1px solid var(--line); background:linear-gradient(145deg,#090c11 0%,#0a1622 55%,#07101b 100%); }
.premiere__glow { position:absolute; width:min(92vw,1250px); aspect-ratio:1; border-radius:50%; right:-25%; top:-32%; background:radial-gradient(circle,rgba(29,101,164,.38),transparent 68%); pointer-events:none; }
.premiere__inner { max-width:var(--max); margin:auto; position:relative; display:grid; grid-template-columns:minmax(300px,.72fr) 1.28fr; gap:clamp(54px,9vw,150px); align-items:center; }
.poster { margin:0; box-shadow:0 35px 90px rgba(0,0,0,.42); }
.poster img { width:100%; height:auto; }
.premiere__lead { max-width:700px; color:var(--muted); font-size:clamp(1.08rem,1.55vw,1.35rem); }
.premiere__details { margin:42px 0 0; display:grid; gap:0; border-top:1px solid var(--line); }
.premiere__details > div { display:grid; grid-template-columns:160px 1fr; gap:22px; padding:18px 0; border-bottom:1px solid var(--line); }
.premiere__details span { color:var(--muted); font-size:.66rem; text-transform:uppercase; letter-spacing:.16em; }
.premiere__details strong { font-size:.92rem; font-weight:700; }
.signup { display:flex; width:min(670px,100%); margin-top:34px; border:1px solid rgba(255,255,255,.35); }
.signup input { flex:1; min-width:0; background:transparent; color:var(--ice); border:0; padding:16px 18px; outline:none; }
.signup button { border:0; background:var(--ice); color:var(--ink); padding:0 22px; text-transform:uppercase; letter-spacing:.1em; font-size:.63rem; font-weight:900; cursor:pointer; }
.form-note { color:#6f7880; font-size:.7rem; }

.site-footer { padding:42px var(--pad); border-top:1px solid var(--line); display:grid; grid-template-columns:1fr 1fr 1fr; gap:24px; align-items:end; color:var(--muted); font-size:.75rem; }
.footer-title strong { display:block; color:var(--ice); font-weight:900; font-size:1.35rem; letter-spacing:.05em; }
.footer-title span { display:block; margin-top:2px; letter-spacing:.12em; text-transform:uppercase; font-size:.58rem; }
.site-footer__svm { text-align:center; }
.site-footer__svm span { display:block; font-size:.6rem; text-transform:uppercase; letter-spacing:.14em; }
.site-footer__svm a { color:var(--ice); font-size:.92rem; }
.site-footer__links { justify-self:end; display:flex; gap:20px; }

.trailer-dialog { width:min(900px,calc(100% - 32px)); color:var(--ice); background:var(--ink-soft); border:1px solid var(--line); padding:0; }
.trailer-dialog::backdrop { background:rgba(0,0,0,.84); backdrop-filter:blur(8px); }
.trailer-dialog__inner { min-height:480px; display:flex; flex-direction:column; justify-content:center; align-items:center; text-align:center; padding:60px; }
.trailer-dialog__inner p:last-child { max-width:600px; color:var(--muted); }
.trailer-dialog__close { position:absolute; top:16px; right:18px; border:0; background:transparent; color:var(--ice); font-size:2rem; cursor:pointer; }
.concept-badge { position:fixed; z-index:120; left:18px; bottom:16px; padding:7px 10px; background:rgba(7,9,12,.78); border:1px solid var(--line); font-size:.55rem; text-transform:uppercase; letter-spacing:.11em; color:var(--muted); backdrop-filter:blur(10px); }

.reveal { opacity:0; transform:translateY(26px); transition:opacity .8s ease,transform .8s ease; }
.reveal.is-visible { opacity:1; transform:none; }

@media (max-width:1050px) {
  .site-header { grid-template-columns:1fr auto; }
  .film-nav { display:none; }
  .premise__inner { grid-template-columns:1fr; }
  .premise__copy { grid-column:auto; }
  .upset__inner { grid-template-columns:1fr 1fr; gap:48px; }
  .director { grid-template-columns:1fr 1fr; }
  .premiere__inner { grid-template-columns:minmax(260px,.8fr) 1.2fr; gap:48px; }
}

@media (max-width:760px) {
  .site-header { min-height:72px; }
  .header-cta { display:none; }
  .film-title { font-size:clamp(4rem,20vw,7rem); white-space:normal; line-height:.8; }
  .film-subtitle { letter-spacing:.24em; margin-left:0; }
  .hero__hook br { display:none; }
  .hero__scroll { display:none; }
  .hero__sun { width:110vw; right:-65vw; bottom:-45vw; }
  .display-heading { font-size:clamp(2.8rem,13vw,5.4rem); }
  .cinema-break { min-height:74svh; }
  .cinema-break__copy h2 { font-size:clamp(3rem,14vw,6rem); }
  .upset__inner { grid-template-columns:1fr; }
  .upset__heading br { display:none; }
  .upset__visual { min-height:68svh; order:-1; }
  .upset__visual figcaption { align-items:start; flex-direction:column; gap:5px; }
  .upset__visual figcaption strong { text-align:left; }
  .upset__ghost { bottom:-.08em; font-size:58vw; }
  .director { grid-template-columns:1fr; }
  .director__portrait { max-width:520px; }
  .premiere__inner { grid-template-columns:1fr; }
  .poster { width:min(82vw,480px); margin-inline:auto; }
  .premiere__details > div { grid-template-columns:1fr; gap:4px; }
  .signup { flex-direction:column; border:0; gap:10px; }
  .signup input[type="email"] { border:1px solid rgba(255,255,255,.35); min-height:54px; }
  .signup button { min-height:54px; }
  .site-footer { grid-template-columns:1fr; text-align:left; }
  .site-footer__svm { text-align:left; }
  .site-footer__links { justify-self:start; }
  .concept-badge { display:none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *,*::before,*::after { animation-duration:.01ms!important; animation-iteration-count:1!important; transition-duration:.01ms!important; }
  .reveal { opacity:1; transform:none; }
}

/* V5: defensive layout rules to prevent text collisions on intermediate widths */
.hero__content,
.premise__inner,
.upset__inner,
.director,
.premiere__inner { min-width: 0; }

.hero__teaser,
.premise__copy,
.upset__content,
.director__content,
.premiere__content { min-width: 0; }

.display-heading,
.upset__heading,
.director__lead,
.cinema-break__copy h2,
.hero__hook { overflow-wrap: normal; word-break: normal; }

@media (min-width: 761px) and (max-width: 1180px) {
  .film-title { font-size: clamp(5.2rem, 12vw, 9.2rem); }
  .premise__inner { grid-template-columns: .42fr 1.58fr; gap: 52px; }
  .upset__inner { grid-template-columns: minmax(0, 1fr) minmax(320px, .85fr); gap: 48px; }
  .upset__heading { font-size: clamp(2.9rem, 5.7vw, 5.2rem); }
  .director { grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); gap: 54px; }
  .director__lead { font-size: clamp(2rem, 3.6vw, 3.35rem); }
  .premiere__inner { grid-template-columns: minmax(270px, .72fr) minmax(0, 1.28fr); gap: 54px; }
}

@media (max-width: 760px) {
  .hero__content { padding-top: 120px; }
  .hero__teaser { max-width: 100%; }
  .premise__inner,
  .upset__inner,
  .director,
  .premiere__inner { width: 100%; }
  .director__lead { font-size: clamp(2rem, 10.5vw, 3.7rem); }
  .upset__impact { line-height: 1.05; }
}

/* V8: reduzierter Teaser-Aufbau */
.team-dream {
  margin: 0 0 16px;
  color: var(--ice);
  font-size: clamp(1.35rem, 2.1vw, 2rem);
  line-height: 1.2;
  font-weight: 800;
}

.director__portrait img {
  object-position: 52% 50%;
}

.upset__ghost {
  font-size: clamp(9rem, 25vw, 27rem);
  bottom: -0.12em;
  letter-spacing: -.075em;
}

.upset__impact {
  max-width: 760px;
  font-size: clamp(1.45rem, 2.7vw, 2.8rem);
  line-height: 1.08;
}

.trailer-dialog__inner strong {
  color: var(--ice);
}

@media (max-width: 760px) {
  .director__lead br { display: block; }
  .upset__ghost { font-size: 37vw; bottom: -.02em; }
}


/* V9 simplification */
.team-dream {
  margin: 0 0 12px;
  color: var(--ice);
  font-size: clamp(1.2rem, 1.7vw, 1.45rem);
  line-height: 1.35;
  font-weight: 700;
}
.director__body strong { color: var(--ice); font-weight: 900; letter-spacing: .04em; }
@media (max-width: 900px) {
  .film-nav { gap: 14px; }
}


/* V10 content separation */
.premise__copy p { margin: 0 0 1rem; }
.premise__copy p:last-child { margin-bottom: 0; }
.screen-line {
  margin-top: 2rem !important;
  color: var(--ice);
  font-size: clamp(1.15rem, 1.65vw, 1.45rem);
  font-weight: 800;
  letter-spacing: -.01em;
}
.idea-cta { margin-top: 1.75rem; }


/* V11 – produktionsnahes Premiere-Formular */
.signup {
  display: block;
  width: min(720px, 100%);
  margin-top: 34px;
  border: 0;
}
.signup__row {
  display: flex;
  border: 1px solid rgba(255,255,255,.35);
}
.signup__row input[type="email"] {
  flex: 1;
  min-width: 0;
  min-height: 56px;
  background: transparent;
  color: var(--ice);
  border: 0;
  padding: 16px 18px;
  outline: none;
}
.signup__row input[type="email"]:focus {
  box-shadow: inset 0 0 0 1px var(--ice);
}
.signup__row button {
  min-height: 56px;
  border: 0;
  background: var(--ice);
  color: var(--ink);
  padding: 0 22px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .63rem;
  font-weight: 900;
  cursor: pointer;
}
.signup__row button:disabled { opacity: .55; cursor: wait; }
.signup__consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 11px;
  align-items: start;
  margin-top: 15px;
  color: rgba(244,247,248,.68);
  font-size: .72rem;
  line-height: 1.5;
  cursor: pointer;
}
.signup__consent input[type="checkbox"] {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  margin: 2px 0 0;
  padding: 0;
  border: 0;
  accent-color: var(--sun);
}
.signup__consent a { color: var(--ice); text-decoration: underline; text-underline-offset: 3px; }
.signup__honeypot,
.signup__target { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.form-note[data-state="success"] { color: #bfe9c9; }
.form-note[data-state="error"] { color: #ffb7b7; }
.form-note[data-state="loading"] { color: var(--sun); }

@media (max-width: 650px) {
  .signup__row { flex-direction: column; border: 0; gap: 10px; }
  .signup__row input[type="email"] { border: 1px solid rgba(255,255,255,.35); }
  .signup__row button { width: 100%; }
}


/* V12: offizielle ZFF-Verlinkung */
.zff-link, .zff-text-link { color: inherit; }
.zff-link { display: inline-block; }
.zff-link:hover, .zff-text-link:hover { color: var(--sun); }
.zff-link:focus-visible, .zff-text-link:focus-visible, .header-cta:focus-visible { outline: 2px solid var(--sun); outline-offset: 5px; }


/* V13: offizielles ZFF-Laurel prominent im Hero */
.hero__lower {
  width: min(1180px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(190px, 19vw, 280px);
  gap: clamp(34px, 5vw, 84px);
  align-items: end;
}
.hero__lower .hero__teaser {
  margin-top: clamp(36px, 5vh, 58px);
}
.hero__laurel {
  align-self: end;
  justify-self: end;
  width: 100%;
  max-width: 280px;
  margin-bottom: -2px;
  filter: drop-shadow(0 14px 30px rgba(0,0,0,.28));
  transition: transform .3s ease, opacity .3s ease;
}
.hero__laurel img {
  width: 100%;
  height: auto;
}
.hero__laurel:hover { transform: translateY(-4px); }
.hero__laurel:focus-visible { outline: 2px solid var(--sun); outline-offset: 7px; }

@media (max-width: 900px) {
  .hero__lower {
    grid-template-columns: minmax(0, 1fr) clamp(145px, 23vw, 205px);
    gap: 28px;
  }
}

@media (max-width: 650px) {
  .hero__lower {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .hero__laurel {
    justify-self: start;
    width: min(48vw, 190px);
    margin-top: 0;
  }
}

/* V14 – gezielte Mobile-Optimierung */
@media (max-width: 760px) {
  :root { --pad: clamp(18px, 5vw, 24px); }

  body { -webkit-text-size-adjust: 100%; }

  .site-header {
    min-height: 66px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .svm-mark__name { font-size: .64rem; }
  .svm-mark__sub { font-size: .5rem; }

  .hero {
    min-height: 100svh;
    align-items: flex-end;
  }
  .hero__video {
    object-position: 55% center;
    transform: scale(1.04);
  }
  .hero__veil {
    background:
      linear-gradient(180deg, rgba(2,4,7,.34) 0%, rgba(2,4,7,.12) 30%, rgba(2,4,7,.96) 88%, rgba(2,4,7,1) 100%),
      linear-gradient(90deg, rgba(2,4,7,.58), transparent 78%);
  }
  .hero__content {
    width: 100%;
    padding: 102px var(--pad) max(34px, env(safe-area-inset-bottom));
  }
  .eyebrow {
    margin-bottom: 14px;
    font-size: .56rem;
    letter-spacing: .17em;
  }
  .film-title {
    max-width: 100%;
    font-size: clamp(2.75rem, 13vw, 4.65rem);
    line-height: .84;
    letter-spacing: -.005em;
    white-space: nowrap;
  }
  .film-subtitle {
    margin-top: 18px;
    font-size: clamp(.68rem, 3vw, .88rem);
    letter-spacing: .22em;
    line-height: 1.3;
  }
  .hero__lower {
    margin-top: 28px;
    gap: 18px;
  }
  .hero__lower .hero__teaser { margin-top: 0; }
  .hero__hook {
    max-width: 16ch;
    font-size: clamp(1.55rem, 7.8vw, 2.35rem);
    line-height: 1.02;
    letter-spacing: -.028em;
  }
  .hero__hook br { display: block; }
  .hero__subhook {
    margin-top: 14px;
    max-width: 30ch;
    font-size: .96rem;
    line-height: 1.5;
  }
  .hero__laurel {
    width: min(42vw, 165px);
    margin-top: 2px;
  }
  .hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 24px;
  }
  .button {
    width: 100%;
    min-height: 52px;
    padding-inline: 18px;
    font-size: .66rem;
  }

  .section { padding: 82px var(--pad); }
  .section-kicker { margin-bottom: 16px; }
  .display-heading {
    font-size: clamp(2.65rem, 12vw, 4.6rem);
    line-height: .92;
  }
  .premise__copy {
    font-size: 1rem;
    line-height: 1.58;
  }

  .director { gap: 34px; }
  .director__portrait {
    width: calc(100% + (var(--pad) * 2));
    max-width: none;
    margin-left: calc(var(--pad) * -1);
  }
  .director__portrait::before { display: none; }
  .director__portrait img {
    aspect-ratio: 16/10;
    object-position: 50% 44%;
  }
  .director__lead {
    font-size: clamp(2.4rem, 11vw, 4.1rem);
    line-height: .95;
  }
  .director__body {
    margin-top: 24px;
    font-size: 1rem;
    line-height: 1.58;
  }
  .team-dream { font-size: 1.18rem; }
  .screen-line { margin-top: 1.5rem !important; }

  .premiere__inner { gap: 42px; }
  .poster { width: min(88vw, 430px); }
  .premiere__content .display-heading { font-size: clamp(2.7rem, 12.5vw, 4.7rem); }
  .premiere__lead { font-size: 1rem; line-height: 1.55; }
  .premiere__details { margin-top: 30px; }
  .premiere__details > div { padding: 15px 0; }

  .signup { margin-top: 28px; }
  .signup__row { gap: 9px; }
  .signup__row input[type="email"],
  .signup__row button { min-height: 54px; }
  .signup__consent { font-size: .69rem; }
  .form-note { line-height: 1.5; }

  .site-footer {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 26px;
    padding: 38px var(--pad) calc(42px + env(safe-area-inset-bottom));
  }
  .site-footer__svm { text-align: left; }
  .site-footer__links {
    justify-self: start;
    flex-wrap: wrap;
    gap: 14px 20px;
  }

  .trailer-dialog {
    width: calc(100% - 20px);
    max-height: calc(100svh - 20px);
  }
  .trailer-dialog__inner {
    min-height: auto;
    padding: 74px 22px 42px;
  }
  .trailer-dialog__inner .display-heading { font-size: 2.55rem; }
  .concept-badge { display: none; }
}

@media (max-width: 390px) {
  .film-title { font-size: clamp(2.75rem, 13vw, 3.35rem); }
  .hero__hook { font-size: 1.46rem; }
  .hero__laurel { width: 145px; }
  .button { font-size: .61rem; }
}

@media (orientation: landscape) and (max-height: 520px) and (max-width: 950px) {
  .hero { min-height: 720px; }
  .hero__content { padding-top: 92px; }
}


/* V15: neues Bild für Abschnitt Die Idee */
.director__portrait img { object-position: 50% 48%; }
@media (max-width: 760px) { .director__portrait img { object-position: 52% 46%; } }


/* V16: neuer Film-Hook und vollflächiger Abschnitt „Die Idee“ */
.premise .display-heading em {
  font-style: normal;
  color: #765d18;
}

.idea-panel {
  position: relative;
  min-height: clamp(720px, 92svh, 1040px);
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background: #07090c;
}
.idea-panel__image {
  position: absolute;
  inset: 0;
  z-index: -4;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  filter: saturate(.82) contrast(1.05);
  transform: scale(1.015);
}
.idea-panel__veil {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(4,7,10,.94) 0%, rgba(4,7,10,.82) 32%, rgba(4,7,10,.34) 67%, rgba(4,7,10,.12) 100%),
    linear-gradient(180deg, rgba(4,7,10,.24) 0%, rgba(4,7,10,.12) 44%, rgba(4,7,10,.76) 100%);
}
.idea-panel__grain {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .08;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}
.idea-panel__content {
  width: min(var(--max), 100%);
  margin-inline: auto;
  padding: clamp(105px, 12vw, 178px) var(--pad);
}
.idea-panel__content .section-kicker { margin-bottom: 22px; }
.idea-panel__title {
  max-width: 930px;
  margin: 0;
  color: var(--ice);
  font-size: clamp(3.35rem, 7.2vw, 7.8rem);
  line-height: .86;
  letter-spacing: -.045em;
  font-weight: 900;
  text-wrap: balance;
}
.idea-panel__body {
  max-width: 650px;
  margin-top: clamp(30px, 4vw, 48px);
  color: rgba(244,247,248,.78);
  font-size: clamp(1rem, 1.35vw, 1.22rem);
  line-height: 1.62;
}
.idea-panel__body .team-dream {
  margin-bottom: 14px;
  color: var(--ice);
  font-size: clamp(1.3rem, 2vw, 1.85rem);
  line-height: 1.25;
  font-weight: 800;
}
.idea-panel__body .screen-line {
  color: var(--ice);
}
.idea-panel .button--ghost {
  background: rgba(7,9,12,.28);
  border-color: rgba(255,255,255,.55);
}

@media (max-width: 900px) {
  .idea-panel {
    min-height: 800px;
    align-items: flex-end;
  }
  .idea-panel__image {
    object-position: 56% 50%;
  }
  .idea-panel__veil {
    background:
      linear-gradient(180deg, rgba(4,7,10,.16) 0%, rgba(4,7,10,.48) 44%, rgba(4,7,10,.96) 100%),
      linear-gradient(90deg, rgba(4,7,10,.55), rgba(4,7,10,.12));
  }
  .idea-panel__content {
    padding-top: 150px;
    padding-bottom: 92px;
  }
  .idea-panel__title {
    max-width: 680px;
    font-size: clamp(3rem, 10vw, 5.7rem);
  }
}

@media (max-width: 650px) {
  .idea-panel {
    min-height: 780px;
  }
  .idea-panel__image {
    object-position: 58% 50%;
    transform: scale(1.04);
  }
  .idea-panel__content {
    padding: 120px var(--pad) calc(76px + env(safe-area-inset-bottom));
  }
  .idea-panel__title {
    max-width: 11ch;
    font-size: clamp(2.75rem, 12.5vw, 4.2rem);
    line-height: .91;
  }
  .idea-panel__body {
    margin-top: 26px;
    font-size: 1rem;
    line-height: 1.56;
  }
  .idea-panel__body .team-dream {
    font-size: 1.18rem;
  }
}


/* Sprachspezifischer Trailer im responsiven Kino-Dialog */
.trailer-dialog {
  width: min(1180px, calc(100% - 32px));
  max-width: none;
  max-height: calc(100svh - 32px);
  margin: auto;
  padding: 0;
  overflow: auto;
  color: var(--ice);
  background: #050608;
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: 0 42px 130px rgba(0,0,0,.72);
}
.trailer-dialog::backdrop {
  background: rgba(0,0,0,.9);
  backdrop-filter: blur(12px);
}
.trailer-dialog__inner {
  min-height: 0;
  display: block;
  padding: clamp(62px, 6vw, 82px) clamp(14px, 2.2vw, 28px) clamp(18px, 2.4vw, 30px);
  text-align: left;
}
.trailer-dialog__heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin: 0 0 18px;
}
.trailer-dialog__heading .section-kicker { margin: 0 0 6px; }
.trailer-dialog__heading h2 {
  margin: 0;
  color: var(--ice);
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  line-height: .95;
  letter-spacing: -.02em;
  font-weight: 900;
}
.trailer-dialog__heading > span {
  flex: 0 0 auto;
  color: var(--muted);
  font-size: .68rem;
  letter-spacing: .16em;
}
.trailer-dialog__player {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
  box-shadow: 0 24px 70px rgba(0,0,0,.46);
}
.trailer-dialog__player video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
}
.trailer-dialog__caption {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: .63rem;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.trailer-dialog__close {
  z-index: 3;
  top: 14px;
  right: 18px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 50%;
  background: rgba(5,6,8,.58);
  backdrop-filter: blur(8px);
  color: var(--ice);
  font-size: 1.55rem;
  line-height: 1;
}
.trailer-dialog__close:hover { background: rgba(255,255,255,.12); }
.trailer-dialog__close:focus-visible { outline: 2px solid var(--sun); outline-offset: 4px; }
body:has(.trailer-dialog[open]) { overflow: hidden; }

@media (max-width: 650px) {
  .trailer-dialog {
    width: calc(100% - 12px);
    max-height: calc(100svh - 12px);
  }
  .trailer-dialog__inner {
    padding: 62px 8px calc(12px + env(safe-area-inset-bottom));
  }
  .trailer-dialog__heading {
    align-items: start;
    margin-inline: 8px;
    margin-bottom: 12px;
  }
  .trailer-dialog__heading h2 { font-size: 1.65rem; }
  .trailer-dialog__player { aspect-ratio: 16 / 9; }
  .trailer-dialog__caption { margin-inline: 8px; }
  .trailer-dialog__close {
    top: 10px;
    right: 10px;
  }
}

@media (orientation: landscape) and (max-height: 600px) {
  .trailer-dialog {
    width: calc(100% - 12px);
    max-height: calc(100svh - 12px);
  }
  .trailer-dialog__inner { padding: 10px 58px 10px 10px; }
  .trailer-dialog__heading,
  .trailer-dialog__caption { display: none; }
  .trailer-dialog__player {
    height: calc(100svh - 32px);
    aspect-ratio: auto;
  }
  .trailer-dialog__close { top: 10px; right: 10px; }
}


/* V18: neues HD-Sample, neues Bild und eigenständige Datenschutzseite */
.idea-panel__image { object-position: 50% 48%; }

.legal-page {
  background:
    radial-gradient(circle at 82% 8%, rgba(12,77,131,.22), transparent 30%),
    var(--ink);
}
.legal-main {
  min-height: 100svh;
  padding: clamp(150px, 17vw, 230px) var(--pad) clamp(90px, 10vw, 150px);
}
.legal-hero,
.legal-document,
.legal-back {
  width: min(980px, 100%);
  margin-inline: auto;
}
.legal-hero {
  padding-bottom: clamp(48px, 7vw, 82px);
  border-bottom: 1px solid var(--line);
}
.legal-hero h1 {
  margin: 0;
  color: var(--ice);
  font-size: clamp(4rem, 10vw, 9rem);
  line-height: .84;
  letter-spacing: -.045em;
  text-transform: uppercase;
  font-weight: 900;
}
.legal-hero > p:last-child {
  max-width: 760px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.45vw, 1.25rem);
  line-height: 1.65;
}
.legal-document {
  padding-top: clamp(50px, 7vw, 86px);
}
.legal-document section {
  display: grid;
  grid-template-columns: minmax(210px, .36fr) minmax(0, 1fr);
  column-gap: clamp(38px, 6vw, 90px);
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}
.legal-document h2 {
  grid-column: 1;
  margin: 0;
  color: var(--ice);
  font-size: clamp(1rem, 1.65vw, 1.34rem);
  line-height: 1.2;
  letter-spacing: -.01em;
  font-weight: 900;
}
.legal-document p,
.legal-document ul {
  grid-column: 2;
  margin: 0 0 16px;
  color: var(--muted);
  font-size: .98rem;
  line-height: 1.72;
}
.legal-document p:last-child,
.legal-document ul:last-child { margin-bottom: 0; }
.legal-document ul { padding-left: 1.2rem; }
.legal-document li + li { margin-top: 6px; }
.legal-document strong { color: var(--ice); }
.legal-document a {
  color: var(--ice);
  text-decoration: underline;
  text-decoration-color: rgba(230,189,74,.55);
  text-underline-offset: 4px;
}
.legal-document a:hover { color: var(--sun); }
.legal-updated {
  color: var(--sun) !important;
  font-size: .72rem !important;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.legal-back { padding-top: 50px; }

@media (max-width: 760px) {
  .idea-panel__image { object-position: 54% 46%; }
  .legal-main { padding-top: 118px; }
  .legal-hero h1 { font-size: clamp(3.3rem, 18vw, 5.4rem); }
  .legal-document section {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 30px 0;
  }
  .legal-document h2,
  .legal-document p,
  .legal-document ul { grid-column: 1; }
  .legal-document h2 { font-size: 1.18rem; }
  .legal-back .button { width: 100%; }
}


/* V19: finales SVM-Branding im Footer */
.site-footer__svm {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.site-footer__svm-logo {
  display: block;
  width: min(390px, 88%);
  margin-top: 12px;
  opacity: .9;
  transition: opacity .25s ease, transform .25s ease;
}
.site-footer__svm-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.site-footer__svm-logo:hover { opacity: 1; transform: translateY(-2px); }
.site-footer__svm-logo:focus-visible { outline: 2px solid var(--sun); outline-offset: 6px; }

@media (max-width: 760px) {
  .site-footer__svm { align-items: flex-start; }
  .site-footer__svm-logo { width: min(330px, 86vw); margin-top: 10px; }
}


/* V1.0.1 – Mobile-Korrekturen: Titel vollständig sichtbar, kompakte Einwilligungs-Checkbox, schwarzer Hero-Fallback */

/* V1.1.0 – Sprachumschalter DE/EN */
.header-tools {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}
.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: .45rem .55rem;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(7,9,12,.28);
  color: rgba(255,255,255,.56);
  font-size: .6rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}
.language-switch a {
  color: inherit;
  transition: color .2s ease;
}
.language-switch a:hover,
.language-switch a[aria-current="page"] { color: var(--sun); }
.language-switch a:focus-visible { outline: 2px solid var(--sun); outline-offset: 4px; }
.language-switch span { color: rgba(255,255,255,.25); }

@media (max-width: 1050px) {
  .header-tools { gap: 10px; }
}

@media (max-width: 760px) {
  .site-header { grid-template-columns: minmax(0, 1fr) auto; gap: 12px; }
  .header-tools { gap: 0; }
  .language-switch {
    padding: .48rem .58rem;
    font-size: .58rem;
    background: rgba(7,9,12,.46);
  }
}

/* V1.2: principal credits and understated partner presentation */
.credits-partners {
  position: relative;
  padding: clamp(76px, 9vw, 132px) var(--pad) clamp(82px, 10vw, 144px);
  overflow: hidden;
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 12% 18%, rgba(230,189,74,.075), transparent 30%),
    linear-gradient(180deg, #080b0f 0%, #07090c 100%);
}
.credits-partners::after {
  content: "";
  position: absolute;
  width: min(50vw, 700px);
  aspect-ratio: 1;
  right: -22%;
  bottom: -75%;
  border-radius: 50%;
  opacity: .09;
  background: repeating-conic-gradient(from -8deg, rgba(230,189,74,.9) 0 2deg, transparent 2deg 9deg);
  mask-image: radial-gradient(circle, #000 0 55%, transparent 72%);
  pointer-events: none;
}
.credits-partners__inner {
  position: relative;
  z-index: 1;
  width: min(var(--max), 100%);
  margin: 0 auto;
}
.credits-partners__header {
  display: grid;
  grid-template-columns: minmax(160px, .45fr) minmax(0, 1.55fr);
  gap: clamp(28px, 7vw, 120px);
  align-items: start;
}
.credits-partners__header .section-kicker { margin-top: .65rem; }
.credits-partners__header h2 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(2.35rem, 5.5vw, 6rem);
  line-height: .95;
  letter-spacing: -.035em;
  font-weight: 900;
}
.credits-partners__header em { font-style: normal; color: var(--sun); }
.film-credits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: clamp(52px, 7vw, 88px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.film-credit {
  min-width: 0;
  padding: clamp(24px, 3vw, 38px) 0;
}
.film-credit + .film-credit {
  padding-left: clamp(28px, 5vw, 74px);
  border-left: 1px solid var(--line);
}
.film-credit span {
  display: block;
  margin-bottom: 9px;
  color: var(--muted);
  font-size: .62rem;
  text-transform: uppercase;
  letter-spacing: .16em;
}
.film-credit strong {
  display: block;
  color: var(--ice);
  font-size: clamp(1.15rem, 2.05vw, 1.85rem);
  line-height: 1.15;
  font-weight: 850;
  letter-spacing: -.015em;
}
.partners { margin-top: clamp(54px, 7vw, 86px); }
.partners__label {
  margin: 0 0 28px;
  color: rgba(170,180,188,.76);
  font-size: .61rem;
  text-transform: uppercase;
  letter-spacing: .19em;
}
.partners__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 38px);
  align-items: center;
}
.partner {
  min-width: 0;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 4px;
  opacity: .54;
  filter: grayscale(1);
  transition: opacity .25s ease, transform .25s ease, filter .25s ease;
}
.partner img {
  width: 100%;
  max-width: 190px;
  max-height: 56px;
  object-fit: contain;
}
.partner--alan img { max-width: 235px; }
.partner:hover,
.partner:focus-visible { opacity: .95; filter: grayscale(0); transform: translateY(-2px); }
.partner:focus-visible { outline: 1px solid var(--sun); outline-offset: 6px; }

@media (max-width: 1050px) {
  .partners__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 24px; }
}

@media (max-width: 760px) {
  .credits-partners { padding-top: 72px; padding-bottom: 82px; }
  .credits-partners__header { grid-template-columns: 1fr; gap: 4px; }
  .credits-partners__header .section-kicker { margin-top: 0; }
  .credits-partners__header h2 { font-size: clamp(2.5rem, 12vw, 4.6rem); }
  .film-credits { grid-template-columns: 1fr; margin-top: 46px; }
  .film-credit { padding: 24px 0; }
  .film-credit + .film-credit { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .film-credit strong { font-size: 1.35rem; }
  .partners { margin-top: 48px; }
  .partners__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 24px; }
  .partner { min-height: 62px; }
  .partner img { max-height: 44px; }
  .partner--alan img { max-width: 195px; }
}

@media (max-width: 380px) {
  .partners__grid { grid-template-columns: 1fr; }
  .partner { min-height: 54px; }
  .partner img { max-width: 190px; }
}


/* V1.2.1: principal credits in the hero */
.hero__byline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 26px;
  margin: 22px 0 0 .25em;
  color: rgba(255,255,255,.62);
  font-size: clamp(.56rem, .76vw, .7rem);
  line-height: 1.4;
  font-weight: 650;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.hero__byline span {
  position: relative;
  white-space: nowrap;
}
.hero__byline span + span::before {
  content: "";
  position: absolute;
  left: -13px;
  top: 50%;
  width: 1px;
  height: 1.15em;
  background: rgba(255,255,255,.25);
  transform: translateY(-50%);
}
.hero__byline strong {
  color: rgba(255,255,255,.92);
  font-weight: 820;
}

@media (max-width: 760px) {
  .hero__byline {
    display: grid;
    gap: 5px;
    margin-top: 16px;
    font-size: .52rem;
    line-height: 1.45;
    letter-spacing: .125em;
  }
  .hero__byline span { white-space: normal; }
  .hero__byline span + span::before { display: none; }
  .hero__lower { margin-top: 24px; }
}

/* V1.2.2: refined mobile headline typography */
@media (max-width: 760px) {
  /* Give large display type slightly more breathing room on small screens. */
  .film-title {
    letter-spacing: .006em;
  }
  .hero__hook,
  .display-heading,
  .cinema-break__copy h2,
  .upset__heading,
  .upset__impact,
  .director__lead,
  .idea-panel__title,
  .trailer-dialog__heading h2,
  .credits-partners__header h2 {
    letter-spacing: -.006em;
  }

  /* The long German privacy heading must remain comfortable and fully visible. */
  .legal-hero h1 {
    max-width: 100%;
    font-size: clamp(2.2rem, 10.5vw, 3.15rem);
    line-height: .94;
    letter-spacing: .004em;
    overflow-wrap: normal;
    word-break: normal;
  }
  .legal-document h2,
  .film-credit strong {
    letter-spacing: 0;
  }
}

@media (max-width: 390px) {
  .legal-hero h1 {
    font-size: clamp(2.05rem, 10.2vw, 2.55rem);
  }
}


/* V1.2.3: subtly relaxed desktop display typography */
@media (min-width: 761px) {
  .film-title {
    letter-spacing: .041em;
  }

  .hero__hook {
    letter-spacing: -.014em;
  }

  .display-heading,
  .cinema-break__copy h2,
  .director__lead {
    letter-spacing: -.029em;
  }

  .upset__heading {
    letter-spacing: -.032em;
  }

  .upset__impact {
    letter-spacing: -.019em;
  }

  .idea-panel__title,
  .legal-hero h1 {
    letter-spacing: -.039em;
  }

  .trailer-dialog__heading h2 {
    letter-spacing: -.014em;
  }

  .credits-partners__header h2 {
    letter-spacing: -.014em;
  }
}


/* V1.2.6: compact billing block below the sponsor logos, matching the poster hierarchy */
.billing-block {
  max-width: 1180px;
  margin: clamp(34px, 4.2vw, 52px) auto 0;
  color: rgba(170,180,188,.58);
  text-align: center;
  font-size: clamp(.54rem, .68vw, .64rem);
  line-height: 1.75;
  font-weight: 620;
  letter-spacing: .105em;
  text-transform: uppercase;
}
.billing-block span {
  display: block;
}

@media (max-width: 760px) {
  .billing-block {
    margin-top: 34px;
    font-size: .52rem;
    line-height: 1.8;
    letter-spacing: .09em;
    text-align: left;
  }
  .billing-block span { display: inline; }
  .billing-block span + span::before { content: " "; }
}


/* V1.2.17: calmer mobile hero hierarchy */
@media (max-width: 760px) {
  .hero__lower {
    margin-top: 20px;
    gap: 14px;
  }

  .hero__hook {
    max-width: 19ch;
    font-size: clamp(1.28rem, 6.35vw, 1.82rem);
    line-height: 1.08;
    letter-spacing: -.004em;
  }

  .hero__subhook {
    margin-top: 11px;
    max-width: 32ch;
    font-size: .88rem;
    line-height: 1.46;
  }

  .hero__laurel {
    width: min(35vw, 138px);
    margin-top: 0;
  }

  .hero__actions {
    margin-top: 21px;
  }
}

@media (max-width: 390px) {
  .hero__hook {
    font-size: 1.26rem;
  }

  .hero__subhook {
    font-size: .85rem;
  }

  .hero__laurel {
    width: 124px;
  }
}


/* V1.2.18: stronger mobile hero hierarchy with more visible film image */
@media (max-width: 760px) {
  .hero__lower {
    margin-top: 46px;
    gap: 10px;
  }

  .hero__hook {
    max-width: 24ch;
    font-size: clamp(1.06rem, 4.9vw, 1.34rem);
    line-height: 1.12;
    letter-spacing: .004em;
  }

  .hero__subhook {
    margin-top: 9px;
    max-width: 34ch;
    font-size: .78rem;
    line-height: 1.42;
  }

  .hero__laurel {
    width: min(29vw, 112px);
    margin-top: 2px;
  }

  .hero__actions {
    margin-top: 18px;
  }
}

@media (max-width: 390px) {
  .hero__lower {
    margin-top: 40px;
  }

  .hero__hook {
    font-size: 1.03rem;
  }

  .hero__subhook {
    font-size: .76rem;
  }

  .hero__laurel {
    width: 102px;
  }
}


/* V1.2.19: intermediate-width and mobile-landscape responsiveness */

/*
 * A later 761–1180 px tablet rule previously reopened the premise grid
 * after the 1050 px breakpoint had already collapsed it. At widths such
 * as an iPhone in landscape this placed the copy in the narrow first
 * column. Keep the whole section in one column through 1050 px.
 */
@media (min-width: 761px) and (max-width: 1050px) {
  .premise__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }

  .premise__inner > .section-kicker,
  .premise__inner > .display-heading,
  .premise__copy {
    grid-column: 1;
    width: 100%;
  }

  .premise__copy {
    max-width: 70ch;
  }
}

/*
 * Dedicated landscape mode for phones and compact tablets.
 * It is based on available height as well as width, so normal desktop
 * layouts are not affected.
 */
@media (orientation: landscape) and (max-height: 650px) and (max-width: 1100px) {
  :root {
    --pad: clamp(22px, 4vw, 42px);
  }

  body {
    -webkit-text-size-adjust: 100%;
  }

  .site-header {
    min-height: 66px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    padding: 11px var(--pad);
  }

  .svm-mark__name { font-size: .64rem; }
  .svm-mark__sub { font-size: .5rem; }
  .film-nav { display: none; }

  .header-tools { gap: 10px; }
  .language-switch {
    padding: .48rem .58rem;
    font-size: .58rem;
  }
  .header-cta {
    display: inline-flex;
    padding: .64rem .82rem;
    font-size: .58rem;
  }

  /*
   * The hero remains scrollable instead of forcing all content into the
   * very shallow landscape viewport. This prevents clipping while keeping
   * the title visually dominant.
   */
  .hero {
    min-height: 680px;
    align-items: flex-end;
  }

  .hero__content {
    width: min(960px, 100%);
    padding: 92px var(--pad) 44px;
  }

  .eyebrow {
    margin-bottom: 12px;
    font-size: .55rem;
  }

  .film-title {
    max-width: 100%;
    font-size: clamp(4.2rem, 10.5vw, 7.2rem);
    line-height: .8;
    white-space: nowrap;
  }

  .film-subtitle {
    margin-top: 18px;
    font-size: clamp(.68rem, 1.7vw, .84rem);
    letter-spacing: .25em;
  }

  .hero__byline {
    margin-top: 15px;
    gap: 6px 24px;
    font-size: .51rem;
  }

  .hero__lower {
    width: min(760px, 100%);
    grid-template-columns: minmax(0, 1fr) 112px;
    gap: 24px;
    margin-top: 32px;
    align-items: end;
  }

  .hero__lower .hero__teaser {
    margin-top: 0;
  }

  .hero__hook {
    max-width: 25ch;
    font-size: clamp(1.08rem, 2.6vw, 1.38rem);
    line-height: 1.12;
  }

  .hero__subhook {
    max-width: 42ch;
    margin-top: 9px;
    font-size: .78rem;
    line-height: 1.42;
  }

  .hero__laurel {
    justify-self: end;
    width: 108px;
    margin: 0;
  }

  .hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
  }

  .hero__actions .button {
    width: auto;
    min-width: 210px;
    min-height: 48px;
  }

  .hero__scroll { display: none; }

  .section {
    padding: 68px var(--pad);
  }

  .display-heading {
    max-width: 17ch;
    font-size: clamp(3rem, 6.2vw, 4.4rem);
    line-height: .92;
  }

  .premise__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 26px;
  }

  .premise__inner > .section-kicker,
  .premise__inner > .display-heading,
  .premise__copy {
    grid-column: 1;
    width: 100%;
  }

  .premise__copy {
    max-width: 70ch;
    font-size: .98rem;
    line-height: 1.58;
  }

  .idea-panel {
    min-height: 680px;
    align-items: flex-end;
  }

  .idea-panel__content {
    width: 100%;
    padding: 106px var(--pad) 64px;
  }

  .idea-panel__title {
    max-width: 15ch;
    font-size: clamp(2.8rem, 6.5vw, 4.4rem);
    line-height: .91;
  }

  .idea-panel__body {
    max-width: 58ch;
    margin-top: 25px;
    font-size: .96rem;
    line-height: 1.56;
  }

  .idea-panel__body .team-dream {
    font-size: 1.16rem;
  }

  .idea-panel .button {
    width: auto;
  }

  .premiere__inner {
    grid-template-columns: minmax(210px, .62fr) minmax(0, 1.38fr);
    gap: 36px;
    align-items: start;
  }

  .poster {
    width: 100%;
    max-width: 300px;
    margin-inline: auto;
  }

  .premiere__content .display-heading {
    max-width: none;
    font-size: clamp(2.7rem, 5.4vw, 3.8rem);
  }

  .premiere__lead {
    font-size: .98rem;
    line-height: 1.5;
  }

  .premiere__details {
    margin-top: 26px;
  }

  .premiere__details > div {
    grid-template-columns: 125px minmax(0, 1fr);
    gap: 16px;
    padding: 14px 0;
  }

  .signup {
    width: 100%;
    margin-top: 26px;
  }

  .signup__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .signup__row button {
    white-space: nowrap;
  }

  .signup__consent {
    max-width: 68ch;
  }

  .credits-partners {
    padding-top: 68px;
    padding-bottom: 76px;
  }

  .credits-partners__header {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  .credits-partners__header .section-kicker {
    margin-top: 0;
  }

  .credits-partners__header h2 {
    max-width: 18ch;
    font-size: clamp(2.8rem, 5.6vw, 4rem);
  }

  .film-credits {
    margin-top: 42px;
  }

  .partners {
    margin-top: 44px;
  }

  .partners__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px 28px;
  }

  .billing-block {
    max-width: 100%;
    font-size: .51rem;
    line-height: 1.72;
  }

  .site-footer {
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    align-items: start;
    gap: 26px 34px;
    padding: 34px var(--pad);
  }

  .site-footer__svm {
    align-items: flex-start;
    text-align: left;
  }

  .site-footer__svm-logo {
    width: min(310px, 100%);
  }

  .site-footer__links {
    grid-column: 1 / -1;
    justify-self: start;
    flex-wrap: wrap;
    gap: 12px 20px;
  }

  .legal-main {
    padding: 104px var(--pad) 70px;
  }

  .legal-hero h1 {
    max-width: 100%;
    font-size: clamp(3.2rem, 8vw, 5rem);
    line-height: .9;
  }

  .legal-hero > p:last-child {
    max-width: 66ch;
    margin-top: 22px;
    font-size: .98rem;
  }

  .legal-document section {
    grid-template-columns: minmax(155px, .32fr) minmax(0, 1fr);
    column-gap: 28px;
    padding: 27px 0;
  }

  .legal-document h2 {
    font-size: 1.04rem;
  }

  .legal-document p,
  .legal-document ul {
    font-size: .93rem;
    line-height: 1.64;
  }
}

/* Very narrow landscape phones: stack complex two-column areas. */
@media (orientation: landscape) and (max-height: 500px) and (max-width: 780px) {
  .header-cta { display: none; }

  .hero {
    min-height: 700px;
  }

  .hero__lower {
    grid-template-columns: minmax(0, 1fr) 96px;
  }

  .hero__laurel { width: 92px; }

  .premiere__inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .poster {
    width: min(280px, 56vw);
  }

  .signup__row {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    border: 0;
  }

  .signup__row input[type="email"] {
    border: 1px solid rgba(255,255,255,.35);
  }

  .film-credits {
    grid-template-columns: minmax(0, 1fr);
  }

  .film-credit + .film-credit {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .partners__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .legal-document section {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .legal-document h2,
  .legal-document p,
  .legal-document ul {
    grid-column: 1;
  }
}


/* V1.2.28: cinematic signup success confirmation */
.signup-success-dialog {
  width: min(620px, calc(100% - 32px));
  padding: 0;
  overflow: hidden;
  color: var(--ice);
  background:
    radial-gradient(circle at 50% 0%, rgba(225, 181, 62, .18), transparent 42%),
    linear-gradient(180deg, #101a25 0%, #07111c 100%);
  border: 1px solid rgba(255,255,255,.2);
  box-shadow: 0 36px 120px rgba(0,0,0,.72);
}

.signup-success-dialog::backdrop {
  background: rgba(0, 5, 11, .82);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.signup-success-dialog__inner {
  position: relative;
  display: flex;
  min-height: 480px;
  padding: 62px 58px 54px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.signup-success-dialog__mark {
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  margin-bottom: 30px;
  border: 1px solid rgba(225,181,62,.55);
  border-radius: 50%;
  background: rgba(225,181,62,.08);
  box-shadow:
    0 0 0 12px rgba(225,181,62,.035),
    0 18px 55px rgba(0,0,0,.25);
}

.signup-success-dialog__mark span {
  width: 35px;
  height: 19px;
  display: block;
  border-left: 5px solid var(--sun);
  border-bottom: 5px solid var(--sun);
  transform: translateY(-4px) rotate(-45deg);
}

.signup-success-dialog .section-kicker {
  margin: 0 0 13px;
}

.signup-success-dialog h2 {
  max-width: 10ch;
  margin: 0;
  color: var(--ice);
  font-size: clamp(3rem, 7vw, 5.1rem);
  font-weight: 900;
  line-height: .88;
  letter-spacing: -.045em;
}

.signup-success-dialog__inner > p:not(.section-kicker) {
  max-width: 39ch;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
}

.signup-success-dialog__button {
  min-width: 190px;
  margin-top: 34px;
}

.signup-success-dialog__close {
  position: absolute;
  z-index: 3;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
  background: rgba(5,6,8,.38);
  color: var(--ice);
  font-size: 1.55rem;
  line-height: 1;
  cursor: pointer;
}

.signup-success-dialog__close:hover {
  background: rgba(255,255,255,.1);
}

.signup-success-dialog__close:focus-visible,
.signup-success-dialog__button:focus-visible {
  outline: 2px solid var(--sun);
  outline-offset: 4px;
}

body:has(.signup-success-dialog[open]) {
  overflow: hidden;
}

@media (max-width: 650px) {
  .signup-success-dialog {
    width: calc(100% - 20px);
    max-height: calc(100svh - 20px);
  }

  .signup-success-dialog__inner {
    min-height: min(560px, calc(100svh - 20px));
    padding: 62px 25px 42px;
  }

  .signup-success-dialog__mark {
    width: 76px;
    height: 76px;
    margin-bottom: 25px;
  }

  .signup-success-dialog__mark span {
    width: 29px;
    height: 16px;
    border-left-width: 4px;
    border-bottom-width: 4px;
  }

  .signup-success-dialog h2 {
    font-size: clamp(2.75rem, 14vw, 4.2rem);
  }

  .signup-success-dialog__inner > p:not(.section-kicker) {
    font-size: .94rem;
  }

  .signup-success-dialog__button {
    width: 100%;
    max-width: 310px;
  }
}

@media (orientation: landscape) and (max-height: 560px) {
  .signup-success-dialog {
    width: min(720px, calc(100% - 20px));
    max-height: calc(100svh - 20px);
  }

  .signup-success-dialog__inner {
    min-height: 0;
    padding: 34px 80px 30px;
  }

  .signup-success-dialog__mark {
    width: 58px;
    height: 58px;
    margin-bottom: 15px;
  }

  .signup-success-dialog__mark span {
    width: 23px;
    height: 13px;
    border-left-width: 3px;
    border-bottom-width: 3px;
  }

  .signup-success-dialog .section-kicker {
    margin-bottom: 7px;
  }

  .signup-success-dialog h2 {
    font-size: clamp(2.35rem, 8vw, 3.4rem);
  }

  .signup-success-dialog__inner > p:not(.section-kicker) {
    margin-top: 13px;
    font-size: .84rem;
  }

  .signup-success-dialog__button {
    min-height: 44px;
    margin-top: 18px;
  }
}


/* V1.2.29: three-language switch */
@media (max-width: 430px) {
  .language-switch {
    gap: 5px;
    padding-inline: .48rem;
    letter-spacing: .09em;
  }
}
