/* Statische, vollständige Fassung, bis die neue Filmsequenz abgenommen ist. */
.history-story { background: #101c29; color: #f5f7fa; scroll-margin-top: var(--nav-h,72px); }
.history-static { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: clamp(40px,7vw,110px); max-width: 1500px; margin: auto; padding: 110px max(6vw,24px); }
.history-copy { position: relative; }
.history-eyebrow { display: block; margin-bottom: 28px; font-family: var(--mono); font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; color: #bfcbd7; }
.history-copy h2 { position: relative; z-index: 1; font-size: clamp(2.5rem,4.4vw,4.4rem); line-height: 1.07; letter-spacing: -.05em; font-weight: 700; text-wrap: balance; }
.history-copy h2 span { color: #f09050; }
.history-copy p { position: relative; z-index: 1; margin-top: 24px; max-width: 490px; color: #c7d2df; font-size: 1rem; line-height: 1.8; }
.history-link { display: inline-flex; gap: 25px; align-items: center; color: white; margin-top: 24px; padding-block: 12px; font-size: .9375rem; text-underline-offset: 6px; }
.history-mark { position: absolute; right: 0; bottom: 0; width: 75px; height: auto; opacity: .045; pointer-events: none; }
.history-archive { margin: 0; }
.history-archive > img { display: block; width: 100%; height: auto; border-radius: 3px; }
.history-archive figcaption { margin-top: 18px; font-size: .75rem; line-height: 1.8; color: #aebed0; }
.history-archive figcaption strong { color: #f5f7fa; font-size: .875rem; font-weight: 500; }
.history-archive a { color: inherit; text-underline-offset: 3px; }
.history-story a:focus-visible { outline: 2px solid #f09050; outline-offset: 5px; }
@media (max-width: 820px) {
  .history-static { grid-template-columns: 1fr; padding-block: 72px; gap: 44px; }
  .history-copy h2 { max-width: 560px; font-size: clamp(2.5rem,8vw,3.7rem); }
}
@media (max-width: 420px) {
  .history-static { padding: 56px 22px; }
  .history-copy h2 { font-size: 2.35rem; }
}


















/* Durchgehende Filmsequenz; keine Bewegung ohne geladenes Manifest. */
.history-story [hidden] { display: none !important; }
.history-story.has-film { height: 600svh; }
.film-stage { --film-gutter: max(5vw,calc((100vw - 1520px)/2)); position: sticky; top: var(--nav-h,72px); height: calc(100svh - var(--nav-h,72px)); overflow: hidden; isolation: isolate; background: #101c29; color: white; }
.film-visual, .film-poster, .film-canvas, .film-survey, .film-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.film-visual { z-index: -3; transform: scale(var(--film-zoom,1)); transform-origin: 50% 80%; }
.film-poster { object-fit: cover; object-position: 50% 100%; }
.film-shade { z-index: -1; pointer-events: none; background: linear-gradient(180deg,#101c29e6 0%,#101c2999 12%,#101c2900 42%,#101c2900 78%,#101c29eb 100%); }
.film-survey { pointer-events: none; }
.film-anomaly { opacity: .16; color: #d3c8b5; }
.film-anomaly.is-found { color: #f39b63; }
.film-anomaly ellipse { stroke-width: 1.2; }
.film-anomaly text { font: 11px var(--mono,monospace); letter-spacing: 1.2px; fill: currentColor; opacity: 0; }
.film-anomaly.is-found text { opacity: 1; }
.film-anomaly image { opacity: .7; }
.film-meta { position: absolute; top: 24px; left: var(--film-gutter); right: var(--film-gutter); display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.film-eyebrow { font: .75rem var(--mono,monospace); text-transform: uppercase; letter-spacing: .14em; }
.film-actions { display: flex; align-items: center; gap: 24px; }
.film-actions a, .film-actions button { color: white; font-family: inherit; font-size: .8125rem; }
.film-actions a { text-decoration: none; }
.film-actions button, [data-film-resume] { cursor: pointer; border: 1px solid #ffffff55; background: #101c2999; border-radius: 4px; padding: 10px 14px; color: white; min-height: 40px; }
.film-copy { position: absolute; top: 95px; left: var(--film-gutter); right: var(--film-gutter); pointer-events: none; }
.film-time { display: flex; align-items: center; gap: 14px; font: .75rem var(--mono,monospace); text-transform: uppercase; letter-spacing: .12em; color: #d3dbe2; margin: 0 0 16px; }
.film-time [data-film-year] { min-width: 50px; color: #f4a777; }
.film-time-rule { width: 35px; height: 1px; background: #ffffff55; }
.film-caption { position: absolute; opacity: 0; visibility: hidden; transition: opacity .35s ease,visibility .35s; }
.film-caption.is-current { opacity: 1; visibility: visible; }
.film-sand { position: absolute; top: 0; left: -50px; pointer-events: none; }
.film-caption h2 { will-change: mask-image; }
.film-caption h2 { font-size: clamp(2.5rem,4vw,4.2rem); font-weight: 600; line-height: 1.02; letter-spacing: -.055em; text-wrap: balance; color: white; margin: 0; text-shadow: 0 2px 25px #101c2944; }
.film-caption p { font-size: .9375rem; margin: 14px 0 0; color: #e4e9ed; max-width: 460px; line-height: 1.5; }
.film-caption a { display: inline-block; pointer-events: auto; color: white; font-size: .875rem; margin-top: 10px; padding-block: 8px; text-underline-offset: 5px; }
.film-bottom { position: absolute; left: var(--film-gutter); right: var(--film-gutter); bottom: 20px; }
.film-timeline { position: relative; display: flex; border-top: 1px solid #ffffff40; }
.film-timeline::before { content: ''; position: absolute; left: 0; right: 0; top: -1px; height: 2px; background: #f09050; transform-origin: left; transform: scaleX(var(--film-progress,0)); }
.film-timeline button { flex: 1; min-width: 0; text-align: left; font-family: inherit; font-size: .9375rem; padding: 15px 0 12px; background: none; border: 0; color: #bbc7d1; cursor: pointer; }
.film-timeline button span { font: .6875rem var(--mono,monospace); color: #96a6b5; margin-right: 14px; }
.film-timeline button[aria-current] { color: white; }
.film-timeline button[aria-current] span { color: #f4a777; }
.film-footnote { display: flex; justify-content: space-between; gap: 20px; font-size: .6875rem; color: #b4c0cb; line-height: 1.6; }
.film-stage a:focus-visible, .film-stage button:focus-visible { outline: 2px solid #f09050; outline-offset: 4px; }
[data-film-resume] { display: block; margin-top: 20px; font: inherit; font-size: .875rem; }
@media (max-width:680px) {
  .history-story.has-film { height: 550svh; }
  .film-meta { top: 22px; left: 22px; right: 22px; align-items: start; }
  .film-eyebrow { max-width: 150px; font-size: .75rem; line-height: 1.6; }
  .film-actions { flex-direction: column; align-items: end; gap: 8px; }
  .film-actions button { font-size: .75rem; padding: 8px 10px; min-height: 36px; }
  .film-actions a { font-size: .75rem; }
  .film-copy { top: 112px; left: 22px; right: 22px; }
  .film-time { margin-bottom: 12px; font-size: .75rem; }
  .film-caption h2 { font-size: clamp(2.05rem,8.5vw,2.7rem); }
  .film-caption p { margin-top: 12px; font-size: .875rem; }
  .film-caption a { font-size: .8125rem; }
  .film-visual { top: 302px; height: clamp(200px,62.5vw,310px); overflow: hidden; }
  .film-poster { object-fit: cover; object-position: 50% 50%; }
  .film-anomaly text { display: none; }
  .film-shade { background: none; }
  .film-bottom { left: 22px; right: 22px; bottom: 24px; }
  .film-timeline button { font-size: .8125rem; padding-top: 13px; }
  .film-timeline button span { display: block; margin: 0 0 6px; font-size: .6875rem; }
  .film-footnote { font-size: .75rem; }
  .film-scroll-cue { display: none; }
}
@media (min-width:681px) and (max-height:760px) {
  .film-meta { top: 18px; }
  .film-copy { top: 78px; }
  .film-caption h2 { font-size: 2.7rem; }
  .film-caption p { font-size: .875rem; margin-top: 10px; }
  .film-bottom { bottom: 15px; }
}
@media (prefers-reduced-motion: reduce) { .film-stage * { transition: none !important; } }
