/* Über uns — Filmreise (baut auf home-film.css) */

.about-film {
  --film-void: #080705;
  --film-ink: #0c0a08;
  --film-cream: #f3e6c8;
  --film-cream-soft: rgba(243, 230, 200, 0.78);
  --film-gold: #c9943a;
  --film-ease: cubic-bezier(0.22, 1, 0.36, 1);
  background: var(--film-void);
}

.about-film #main {
  background: var(--film-void);
}

.about-film .site-header.hp-header--light {
  background: transparent;
}

.about-film .site-header.hp-header--light .nav-links a,
.about-film .site-header.hp-header--light .menu-toggle {
  color: var(--film-cream);
}

.about-film .site-header.hp-header--light .nav-links a:hover,
.about-film .site-header.hp-header--light .nav-links a.active {
  color: var(--film-gold);
}

.about-film .site-footer {
  background: var(--film-void);
  border-top: 1px solid rgba(232, 176, 96, 0.14);
  color: rgba(220, 200, 160, 0.7);
}

.about-film .story-nav {
  position: fixed;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 40;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  align-items: flex-end;
}

.about-film .story-nav a {
  font-family: Outfit, system-ui, sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(220, 200, 160, 0.4);
  transition: color 0.25s ease;
}

.about-film .story-nav a.is-active,
.about-film .story-nav a:hover {
  color: var(--film-gold);
}

.about-film .hp-film {
  min-height: min(100svh, 980px);
}

.about-film .hp-film--tall {
  min-height: auto;
}

.about-film .hp-film--tall .hp-film__inner {
  padding-block: clamp(5.5rem, 12vh, 7.5rem) clamp(4rem, 9vh, 6rem);
  min-height: 0;
}

/* —— Filmabspann: Text mal links, rechts, Mitte —— */
.about-film .af-credits {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: none !important;
  box-sizing: border-box;
  min-height: min(100svh, 980px);
  padding-inline: clamp(1.75rem, 7vw, 5.5rem);
  padding-block: clamp(5.5rem, 12vh, 7.5rem);
}

.about-film .hp-film--tall .af-credits {
  min-height: 0;
}

.about-film .site-header.hp-header--light .logo-emblem {
  filter: none;
  opacity: 1;
}

.about-film .af-credits--end {
  justify-content: flex-end;
  padding-bottom: clamp(4.5rem, 11vh, 7rem);
}

.about-film .af-credits--mid {
  justify-content: center;
}

.about-film .af-credits--start {
  justify-content: flex-start;
  padding-top: clamp(5.5rem, 13vh, 8rem);
}

.about-film .af-credits--center {
  align-items: center;
  text-align: center;
}

.about-film .af-credits--center .hp-title,
.about-film .af-credits--center .hp-lead,
.about-film .af-credits--center .af-prose,
.about-film .af-credits--center .af-quote,
.about-film .af-credits--center .af-worlds,
.about-film .af-credits--center .af-slate {
  margin-inline: auto;
}

.about-film .af-credits--center .hp-title {
  max-width: 20ch;
}

.about-film .af-credits--center .hp-actions {
  justify-content: center;
}

.about-film .af-credits--center .af-world {
  text-align: left;
}

.about-film .af-credits--left {
  align-items: flex-start;
  text-align: left;
  padding-left: clamp(2.75rem, 11vw, 9.5rem);
  padding-right: clamp(2rem, 36vw, 30rem);
}

.about-film .af-credits--right {
  align-items: flex-end;
  text-align: left;
  padding-right: clamp(2.75rem, 11vw, 9.5rem);
  padding-left: clamp(2rem, 36vw, 30rem);
}

.about-film .af-credits--right > * {
  width: min(100%, 40rem);
}

.about-film .af-credits--right .about-triad {
  width: min(100%, 48rem);
}

.about-film .af-credits--left > * {
  width: min(100%, 40rem);
}

.about-film .af-credits--center .af-worlds {
  width: min(100%, 52rem);
  text-align: left;
}

.about-film .af-credits--right .hp-actions {
  justify-content: flex-start;
}

.about-film .af-credits--left .af-worlds,
.about-film .af-credits--right .af-worlds {
  width: min(100%, 54rem);
}

/* Welten: Text links unten, Türen rechts freilassen */
.about-film .af-credits--welten {
  padding-left: clamp(2.25rem, 7vw, 5.5rem);
  padding-right: clamp(2.5rem, 48vw, 42rem);
  padding-bottom: clamp(3.5rem, 9vh, 5.5rem);
}

.about-film .af-credits--welten > * {
  width: min(100%, 28rem);
}

.about-film .af-credits--welten .af-worlds {
  width: min(100%, 28rem);
}

.about-film .af-worlds--rail {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 1.15rem;
  max-width: 28rem;
  border-top: 1px solid rgba(232, 176, 96, 0.28);
}

.about-film .af-worlds--rail .af-world {
  padding: 0.95rem 0 1rem;
  border-right: 0;
  border-bottom: 1px solid rgba(232, 176, 96, 0.14);
}

.about-film .af-worlds--rail .af-world:last-child {
  border-bottom: 0;
  padding-right: 0;
}

.about-film .af-credits--welten .af-quote {
  max-width: 26rem;
  margin-top: 1.35rem;
}

.about-film .af-credits--welten .hp-title {
  max-width: 14ch;
}

.about-film .af-credits--welten .hp-lead {
  max-width: 26rem;
  margin-bottom: 0.35rem;
}

/* Veils: dunkeln die Textseite, Bild bleibt lesbar */
.about-film .hp-film[data-credit="left"] .hp-film__veil {
  background:
    linear-gradient(
      95deg,
      rgba(8, 6, 4, 0.9) 0%,
      rgba(8, 6, 4, 0.72) 34%,
      rgba(8, 6, 4, 0.28) 58%,
      rgba(8, 6, 4, 0.2) 100%
    ),
    linear-gradient(180deg, rgba(8, 6, 4, 0.35) 0%, transparent 22%, transparent 72%, rgba(8, 6, 4, 0.55) 100%);
}

.about-film .hp-film[data-credit="right"] .hp-film__veil {
  background:
    linear-gradient(
      265deg,
      rgba(8, 6, 4, 0.9) 0%,
      rgba(8, 6, 4, 0.72) 34%,
      rgba(8, 6, 4, 0.28) 58%,
      rgba(8, 6, 4, 0.2) 100%
    ),
    linear-gradient(180deg, rgba(8, 6, 4, 0.35) 0%, transparent 22%, transparent 72%, rgba(8, 6, 4, 0.55) 100%);
}

.about-film .hp-film[data-credit="center"] .hp-film__veil {
  background:
    linear-gradient(
      180deg,
      rgba(8, 6, 4, 0.4) 0%,
      rgba(8, 6, 4, 0.22) 35%,
      rgba(8, 6, 4, 0.55) 68%,
      rgba(8, 6, 4, 0.9) 100%
    ),
    linear-gradient(90deg, rgba(8, 6, 4, 0.35) 0%, transparent 28%, transparent 72%, rgba(8, 6, 4, 0.35) 100%);
}

.about-film .hp-kicker {
  margin: 0 0 0.85rem;
  font-family: Outfit, system-ui, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(232, 176, 96, 0.85);
}

.about-film .hp-kicker span {
  color: var(--film-gold);
  margin-right: 0.45rem;
}

.about-film .hp-title {
  margin: 0 0 0.85rem;
  font-family: Cinzel, "Times New Roman", serif;
  font-size: clamp(1.85rem, 4.2vw, 3.1rem);
  font-weight: 500;
  line-height: 1.15;
  color: var(--film-cream);
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.45);
  max-width: 22ch;
  text-wrap: balance;
}

.about-film .hp-title em {
  font-style: italic;
  color: var(--film-gold);
}

.about-film .hp-lead {
  margin: 0 0 1.5rem;
  max-width: 34rem;
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: clamp(1.08rem, 1.7vw, 1.28rem);
  line-height: 1.55;
  color: var(--film-cream-soft);
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.4);
}

.about-film .af-prose {
  max-width: 38rem;
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: clamp(1.02rem, 1.4vw, 1.12rem);
  line-height: 1.6;
  color: rgba(220, 200, 160, 0.82);
}

.about-film .af-prose + .af-prose {
  margin-top: 1rem;
}

.about-film .af-prose a {
  color: var(--film-gold);
}

.about-film .af-slate {
  max-width: none;
}

.about-film .af-subhead {
  margin: clamp(1.75rem, 4vh, 2.5rem) 0 0.85rem;
  font-family: Cinzel, "Times New Roman", serif;
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
  font-weight: 500;
  color: var(--film-cream);
}

.about-film .about-pillars {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 40rem;
  border-top: 1px solid rgba(232, 176, 96, 0.22);
}

.about-film .about-pillars li {
  display: grid;
  grid-template-columns: 3.25rem 1fr;
  gap: 1rem;
  padding: 1.15rem 0;
  border-bottom: 1px solid rgba(232, 176, 96, 0.14);
}

.about-film .about-pillars__num {
  font-family: Cinzel, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1.2;
  color: rgba(232, 176, 96, 0.7);
}

.about-film .about-pillars h3 {
  margin: 0 0 0.4rem;
  font-family: Cinzel, "Times New Roman", serif;
  font-size: 1.12rem;
  font-weight: 500;
  color: var(--film-cream);
}

.about-film .about-pillars p {
  margin: 0;
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: 1.05rem;
  line-height: 1.55;
  color: rgba(220, 200, 160, 0.78);
}

.about-film .about-triad {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin: 1.5rem 0 0;
  max-width: 52rem;
}

.about-film .about-triad article {
  padding: 1.1rem 0 0;
  border-top: 1px solid rgba(232, 176, 96, 0.22);
}

.about-film .about-triad span {
  display: block;
  margin-bottom: 0.5rem;
  font-family: Outfit, system-ui, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--film-gold);
}

.about-film .about-triad h3 {
  margin: 0 0 0.5rem;
  font-family: Cinzel, "Times New Roman", serif;
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--film-cream);
}

.about-film .about-triad p {
  margin: 0;
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: 1.02rem;
  line-height: 1.5;
  color: rgba(220, 200, 160, 0.78);
}

.about-film .about-compass {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  max-width: 40rem;
  display: grid;
  gap: 0.65rem;
}

.about-film .about-compass li {
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: 1.05rem;
  line-height: 1.5;
  color: rgba(220, 200, 160, 0.82);
}

.about-film .about-compass strong {
  font-family: Cinzel, "Times New Roman", serif;
  font-weight: 500;
  color: var(--film-gold);
  margin-right: 0.25rem;
}

.about-film .af-quote {
  margin: clamp(1.75rem, 4vh, 2.5rem) 0 0;
  padding: 1.25rem 0 0;
  max-width: 38rem;
  border-top: 1px solid rgba(232, 176, 96, 0.28);
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: clamp(1.08rem, 1.5vw, 1.22rem);
  line-height: 1.55;
  font-style: italic;
  color: rgba(243, 230, 200, 0.9);
}

.about-film .af-quote strong {
  font-style: normal;
  color: var(--film-gold);
}

.about-film .af-economy {
  margin-top: clamp(2rem, 5vh, 3rem);
  max-width: 40rem;
}

.about-film .af-economy > .af-subhead {
  margin-top: 0;
}

.about-film .about-pillars--economy {
  margin-top: 1.25rem;
}

.about-film .about-pillars--economy a {
  color: rgba(232, 176, 96, 0.9);
  text-decoration: none;
  border-bottom: 1px solid rgba(232, 176, 96, 0.35);
}

.about-film .about-pillars--economy a:hover {
  color: var(--film-cream);
  border-bottom-color: rgba(232, 176, 96, 0.65);
}

.about-film .af-prose--closing {
  margin-top: 1.35rem;
  font-style: italic;
  color: rgba(243, 230, 200, 0.82);
}

.about-film .af-siegel {
  display: block;
  max-width: 38rem;
}

.about-film .af-siegel--solo .hp-title {
  margin-bottom: 0.85rem;
}

.about-film .af-siegel--solo .hp-lead {
  margin-bottom: 0;
}

.about-film .af-siegel__still {
  display: none;
}

.about-film .af-worlds {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 1.5rem;
  max-width: 54rem;
  border-top: 1px solid rgba(232, 176, 96, 0.28);
}

.about-film .af-world {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 1.25rem 1.1rem 1.35rem 0;
  border-right: 1px solid rgba(232, 176, 96, 0.16);
  text-decoration: none;
  color: inherit;
  transition: background 0.25s ease;
}

.about-film .af-world:last-child {
  border-right: 0;
  padding-right: 0;
}

.about-film .af-world:hover,
.about-film .af-world:focus-visible {
  background: linear-gradient(180deg, rgba(232, 176, 96, 0.08), transparent 70%);
  outline: none;
}

.about-film .af-world__idx {
  font-family: Outfit, system-ui, sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--film-gold);
}

.about-film .af-world h3 {
  margin: 0;
  font-family: Cinzel, "Times New Roman", serif;
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--film-cream);
}

.about-film .af-world p {
  margin: 0;
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: 1.02rem;
  line-height: 1.45;
  color: rgba(220, 200, 160, 0.78);
}

.about-film .af-world__go {
  margin-top: 0.35rem;
  font-family: Outfit, system-ui, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--film-gold);
}

.about-film .hp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.25rem;
  align-items: center;
  margin-top: 1.75rem;
}

.about-film .hp-link {
  color: var(--film-gold);
  text-decoration: none;
  border-bottom: 1px solid rgba(232, 176, 96, 0.35);
}

.about-film .hp-link:hover {
  color: var(--film-cream);
}

.about-film .btn-outline {
  color: var(--film-cream);
  border-color: rgba(232, 176, 96, 0.4);
}

html.hp-animate .about-film .hp-film .hp-film__inner > * {
  opacity: 0;
  transform: translateY(1rem);
  transition:
    opacity 0.85s var(--film-ease),
    transform 0.85s var(--film-ease);
}

html.hp-animate .about-film .hp-film.is-visible .hp-film__inner > * {
  opacity: 1;
  transform: none;
}

html.hp-animate .about-film .hp-film.is-visible .hp-film__inner > *:nth-child(1) { transition-delay: 0.05s; }
html.hp-animate .about-film .hp-film.is-visible .hp-film__inner > *:nth-child(2) { transition-delay: 0.12s; }
html.hp-animate .about-film .hp-film.is-visible .hp-film__inner > *:nth-child(3) { transition-delay: 0.18s; }
html.hp-animate .about-film .hp-film.is-visible .hp-film__inner > *:nth-child(4) { transition-delay: 0.24s; }
html.hp-animate .about-film .hp-film.is-visible .hp-film__inner > *:nth-child(5) { transition-delay: 0.3s; }

@media (max-width: 900px) {
  .about-film .story-nav {
    display: none;
  }

  .about-film .af-credits,
  .about-film .af-credits--left,
  .about-film .af-credits--right,
  .about-film .af-credits--center,
  .about-film .af-credits--welten {
    align-items: stretch;
    text-align: left;
    padding-inline: clamp(1.25rem, 5vw, 2rem);
    padding-left: clamp(1.25rem, 5vw, 2rem);
    padding-right: clamp(1.25rem, 5vw, 2rem);
    min-height: min(88svh, 820px);
  }

  .about-film .af-credits--welten > *,
  .about-film .af-credits--welten .af-worlds {
    width: 100%;
    max-width: none;
  }

  .about-film .af-credits--center {
    text-align: left;
  }

  .about-film .af-credits--center .hp-actions {
    justify-content: flex-start;
  }

  .about-film .af-credits--right > *,
  .about-film .af-credits--left > * {
    width: 100%;
  }

  .about-film .about-triad,
  .about-film .af-worlds,
  .about-film .af-siegel {
    grid-template-columns: 1fr;
  }

  .about-film .af-world {
    border-right: 0;
    border-bottom: 1px solid rgba(232, 176, 96, 0.14);
    padding: 1.15rem 0;
  }

  .about-film .af-world:last-child {
    border-bottom: 0;
  }

  .about-film .hp-film[data-credit="left"] .hp-film__veil,
  .about-film .hp-film[data-credit="right"] .hp-film__veil,
  .about-film .hp-film[data-credit="center"] .hp-film__veil {
    background:
      linear-gradient(
        180deg,
        rgba(8, 6, 4, 0.45) 0%,
        rgba(8, 6, 4, 0.35) 40%,
        rgba(8, 6, 4, 0.72) 72%,
        rgba(8, 6, 4, 0.92) 100%
      );
  }
}

@media (prefers-reduced-motion: reduce) {
  html.hp-animate .about-film .hp-film .hp-film__inner > * {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
