/* Visionerity Home — Filmreise
   Jedes Kapitel = Szene · Vollbild · weiche Überblendungen */

.home-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);
}

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

/* —— Gemeinsame Filmszene —— */
.home-film .hp-film {
  position: relative;
  isolation: isolate;
  min-height: min(100svh, 980px);
  overflow: hidden;
  border: 0 !important;
  border-block: none !important;
  background: var(--film-ink);
  padding: 0;
}

.home-film .hp-film__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.home-film .hp-film__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.04);
  filter: saturate(0.88) contrast(1.06) brightness(0.92);
  transition: transform 8s var(--film-ease), filter 1.2s ease;
}

.home-film .hp-film.is-visible .hp-film__media img {
  transform: scale(1);
}

.home-film .hp-film__media img[data-film-pos="center 40%"] { object-position: center 40%; }
.home-film .hp-film__media img[data-film-pos="center 45%"] { object-position: center 45%; }
.home-film .hp-film__media img[data-film-pos="center 42%"] { object-position: center 42%; }
.home-film .hp-film__media img[data-film-pos="center 35%"] { object-position: center 35%; }
.home-film .hp-film__media img[data-film-pos="center 50%"] { object-position: center 50%; }
.home-film .hp-film__media img[data-film-pos="62% 45%"] { object-position: 62% 45%; }
.home-film .hp-film__media img[data-film-pos="68% 48%"] { object-position: 68% 48%; }

.home-film .hp-film__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      105deg,
      rgba(8, 6, 4, 0.78) 0%,
      rgba(8, 6, 4, 0.55) 38%,
      rgba(8, 6, 4, 0.28) 62%,
      rgba(8, 6, 4, 0.45) 100%
    ),
    linear-gradient(180deg, rgba(8, 6, 4, 0.35) 0%, transparent 22%, transparent 70%, rgba(8, 6, 4, 0.55) 100%);
}

/* Weiche Szenen-Übergänge (Auf-/Abblende) */
.home-film .hp-film__fade {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  pointer-events: none;
  height: clamp(4.5rem, 12vh, 8rem);
}

.home-film .hp-film__fade--top {
  top: 0;
  background: linear-gradient(180deg, var(--film-void) 0%, transparent 100%);
}

.home-film .hp-film__fade--bottom {
  bottom: 0;
  background: linear-gradient(0deg, var(--film-void) 0%, transparent 100%);
}

.home-film .hp-film__inner {
  position: relative;
  z-index: 2;
  padding-block: clamp(5rem, 12vh, 7.5rem);
}

/* —— Typo auf Filmszenen —— */
.home-film .hp-chapter--proof .hp-title,
.home-film .hp-chapter--proof .hp-title em,
.home-film .hp-chapter--worlds .hp-title,
.home-film .hp-chapter--worlds .hp-title em,
.home-film .hp-chapter--tiefe .hp-title,
.home-film .hp-chapter--tiefe .hp-title em,
.home-film .hp-chapter--cta .hp-title,
.home-film .hp-chapter--cta .hp-title em {
  color: var(--film-cream);
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.45);
}

.home-film .hp-chapter--proof .hp-lead,
.home-film .hp-chapter--worlds .hp-lead,
.home-film .hp-chapter--tiefe .hp-lead,
.home-film .hp-chapter--cta .hp-lead {
  color: var(--film-cream-soft);
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.4);
}

.home-film .hp-chapter--proof .hp-kicker,
.home-film .hp-chapter--worlds .hp-kicker,
.home-film .hp-chapter--tiefe .hp-kicker,
.home-film .hp-chapter--cta .hp-kicker {
  color: rgba(232, 176, 96, 0.85);
}

.home-film .hp-chapter--proof .hp-kicker span,
.home-film .hp-chapter--worlds .hp-kicker span,
.home-film .hp-chapter--tiefe .hp-kicker span,
.home-film .hp-chapter--cta .hp-kicker span {
  color: var(--film-gold);
}

/* —— Belege: Film-Dossier (kein Kartenraster) —— */
.home-film .hp-chapter--proof .hp-proof__card {
  /* legacy card styles unused in reel layout */
  background: transparent;
  border: 0;
  backdrop-filter: none;
}

.home-film .hp-proof-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
  margin: clamp(2rem, 4vh, 2.75rem) 0 0;
  padding-top: 0.25rem;
  border-top: 1px solid rgba(232, 176, 96, 0.28);
}

.home-film .hp-proof-pillar {
  padding: 1.15rem 0 0.25rem;
  border: 0;
  background: none;
}

.home-film .hp-proof-pillar__num {
  display: block;
  margin-bottom: 0.55rem;
  font-family: Cinzel, "Times New Roman", serif;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  line-height: 1;
  color: rgba(232, 176, 96, 0.55);
}

.home-film .hp-proof-pillar h3 {
  margin: 0 0 0.55rem;
  font-family: Cinzel, "Times New Roman", serif;
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
  font-weight: 500;
  color: var(--film-cream);
  text-wrap: balance;
}

.home-film .hp-proof-pillar p {
  margin: 0;
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: clamp(0.98rem, 1.3vw, 1.08rem);
  line-height: 1.55;
  color: rgba(220, 200, 160, 0.78);
}

.home-film .hp-proof-evidence-label {
  margin: clamp(2.25rem, 5vh, 3rem) 0 0;
  font-family: Outfit, system-ui, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(232, 176, 96, 0.8);
  text-align: center;
}

.home-film .hp-proof--reel {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(1.25rem, 2.5vw, 2rem);
  margin-top: clamp(2.75rem, 6vh, 4rem);
  align-items: stretch;
}

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

@media (max-width: 900px) {
  .home-film .hp-proof-pillars {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .home-film .hp-proof-pillar {
    padding: 1.1rem 0;
    border-bottom: 1px solid rgba(232, 176, 96, 0.14);
  }

  .home-film .hp-proof-pillar:last-child {
    border-bottom: 0;
  }
}

html.hp-animate .home-film .hp-proof-pillar {
  opacity: 0;
  transform: translateY(1rem);
  transition:
    opacity 0.75s var(--film-ease, ease),
    transform 0.75s var(--film-ease, ease);
}

html.hp-animate .home-film .hp-chapter.is-visible .hp-proof-pillar {
  opacity: 1;
  transform: none;
}

html.hp-animate .home-film .hp-chapter.is-visible .hp-proof-pillar:nth-child(1) { transition-delay: 0.06s; }
html.hp-animate .home-film .hp-chapter.is-visible .hp-proof-pillar:nth-child(2) { transition-delay: 0.14s; }
html.hp-animate .home-film .hp-chapter.is-visible .hp-proof-pillar:nth-child(3) { transition-delay: 0.22s; }

.home-film .hp-proof__plate {
  position: relative;
  display: grid;
  text-decoration: none;
  color: inherit;
  isolation: isolate;
  overflow: hidden;
  min-height: 100%;
  transition: transform 0.45s var(--film-ease, ease);
}

.home-film .hp-proof__plate--lead {
  grid-template-columns: minmax(7.5rem, 38%) 1fr;
  gap: clamp(1.25rem, 2.5vw, 2rem);
  align-items: end;
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  background:
    linear-gradient(145deg, rgba(14, 10, 8, 0.35), rgba(14, 10, 8, 0.55));
  border-top: 1px solid rgba(232, 176, 96, 0.35);
}

.home-film .hp-proof__rail {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: clamp(1rem, 2vw, 1.35rem);
}

.home-film .hp-proof__rail .hp-proof__plate {
  grid-template-columns: minmax(6.5rem, 36%) 1fr;
  gap: 1rem;
  align-items: center;
  padding: 1rem 1.1rem;
  border-left: 1px solid rgba(232, 176, 96, 0.28);
  background: linear-gradient(90deg, rgba(12, 9, 6, 0.45), rgba(12, 9, 6, 0.15));
}

.home-film .hp-proof__still {
  position: relative;
  overflow: hidden;
}

.home-film .hp-proof__plate--lead .hp-proof__still {
  aspect-ratio: 2 / 3;
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(232, 176, 96, 0.18);
  transform: rotate(-1.5deg);
  transition: transform 0.55s var(--film-ease, ease);
}

.home-film .hp-proof__rail .hp-proof__still {
  aspect-ratio: 4 / 3;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.4);
}

.home-film .hp-proof__still img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.85) contrast(1.05);
  transition: transform 0.7s var(--film-ease, ease), filter 0.5s ease;
}

.home-film .hp-proof__plate:hover .hp-proof__still img,
.home-film .hp-proof__plate:focus-visible .hp-proof__still img {
  transform: scale(1.04);
  filter: saturate(1) contrast(1.08);
}

.home-film .hp-proof__plate--lead:hover .hp-proof__still,
.home-film .hp-proof__plate--lead:focus-visible .hp-proof__still {
  transform: rotate(0deg) translateY(-4px);
}

.home-film .hp-proof__meta {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.home-film .hp-proof__num {
  font-family: Cinzel, "Times New Roman", serif;
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0.02em;
  color: rgba(232, 176, 96, 0.55);
  margin-bottom: 0.55rem;
}

.home-film .hp-proof__rail .hp-proof__num {
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  margin-bottom: 0.35rem;
}

.home-film .hp-proof__tag {
  margin: 0 0 0.4rem;
  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);
}

.home-film .hp-proof__meta h3 {
  margin: 0 0 0.65rem;
  font-family: Cinzel, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  font-weight: 500;
  color: var(--film-cream);
  text-wrap: balance;
}

.home-film .hp-proof__rail .hp-proof__meta h3 {
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  margin-bottom: 0.45rem;
}

.home-film .hp-proof__meta p:not(.hp-proof__tag) {
  margin: 0 0 1rem;
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: clamp(0.98rem, 1.4vw, 1.12rem);
  line-height: 1.55;
  color: rgba(220, 200, 160, 0.78);
}

.home-film .hp-proof__rail .hp-proof__meta p:not(.hp-proof__tag) {
  font-size: 0.95rem;
  margin-bottom: 0.65rem;
}

.home-film .hp-proof__go {
  margin-top: auto;
  font-family: Outfit, system-ui, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--film-gold);
  border-bottom: 1px solid transparent;
  align-self: flex-start;
  transition: border-color 0.25s ease, color 0.25s ease;
}

.home-film .hp-proof__plate:hover .hp-proof__go,
.home-film .hp-proof__plate:focus-visible .hp-proof__go {
  color: var(--film-cream);
  border-bottom-color: rgba(232, 176, 96, 0.55);
}

.home-film .hp-proof__plate:focus-visible {
  outline: 1px solid rgba(232, 176, 96, 0.55);
  outline-offset: 3px;
}

html.hp-animate .home-film .hp-proof__plate {
  opacity: 0;
  transform: translateY(1.4rem);
  transition:
    opacity 0.85s var(--film-ease, ease),
    transform 0.85s var(--film-ease, ease);
}

html.hp-animate .home-film .hp-chapter.is-visible .hp-proof__plate {
  opacity: 1;
  transform: none;
}

html.hp-animate .home-film .hp-chapter.is-visible .hp-proof__plate--lead {
  transition-delay: 0.08s;
}

html.hp-animate .home-film .hp-chapter.is-visible .hp-proof__rail .hp-proof__plate:nth-child(1) {
  transition-delay: 0.2s;
}

html.hp-animate .home-film .hp-chapter.is-visible .hp-proof__rail .hp-proof__plate:nth-child(2) {
  transition-delay: 0.32s;
}

@media (max-width: 980px) {
  .home-film .hp-proof--reel {
    grid-template-columns: 1fr;
  }

  .home-film .hp-proof__plate--lead {
    grid-template-columns: minmax(6.5rem, 32%) 1fr;
  }
}

@media (max-width: 620px) {
  .home-film .hp-proof__plate--lead,
  .home-film .hp-proof__rail .hp-proof__plate {
    grid-template-columns: 1fr;
  }

  .home-film .hp-proof__plate--lead .hp-proof__still {
    max-width: 11rem;
    transform: none;
  }

  .home-film .hp-proof__rail .hp-proof__still {
    aspect-ratio: 16 / 9;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-film .hp-proof__plate--lead .hp-proof__still {
    transform: none;
  }
}

/* —— Welten: Hub auf Filmszene —— */
.home-film .hp-chapter--worlds {
  background: var(--film-ink);
}

.home-film .hp-chapter--worlds::before {
  background: linear-gradient(90deg, transparent, rgba(201, 148, 58, 0.55), transparent);
}

.home-film .hp-welten {
  max-width: 68rem;
}

.home-film .hp-welten__head {
  max-width: 36rem;
  margin-bottom: clamp(2rem, 4.5vh, 2.75rem);
}

.home-film .hp-welten__block {
  margin: 0 0 clamp(2.25rem, 5vh, 3.25rem);
}

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

.home-film .hp-hub-paths {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  border-top: 1px solid rgba(232, 176, 96, 0.28);
}

.home-film .hp-hub-path {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 0.85rem;
  align-items: start;
  padding: 1.25rem 1.1rem 1.35rem 0;
  margin: 0;
  text-decoration: none;
  color: var(--film-cream);
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(232, 176, 96, 0.16);
  backdrop-filter: none;
  transform: none;
  transition: background 0.25s ease, color 0.25s ease;
}

.home-film .hp-hub-path:last-child {
  border-right: 0;
  padding-right: 0;
}

.home-film .hp-hub-path:first-child {
  padding-left: 0;
}

.home-film .hp-hub-path:hover,
.home-film .hp-hub-path:focus-visible {
  background: linear-gradient(180deg, rgba(232, 176, 96, 0.08), transparent 70%);
  border-color: rgba(232, 176, 96, 0.16);
  transform: none;
  outline: none;
}

.home-film .hp-hub-path:focus-visible {
  box-shadow: inset 0 0 0 1px rgba(232, 176, 96, 0.45);
}

.home-film .hp-hub-path__idx {
  font-family: Cinzel, "Times New Roman", serif;
  font-size: 1.25rem;
  line-height: 1.2;
  color: rgba(232, 176, 96, 0.65);
  padding-top: 0.1rem;
}

.home-film .hp-hub-path__body {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  min-width: 0;
}

.home-film .hp-hub-path__who {
  color: rgba(220, 200, 160, 0.55);
  font-size: 0.68rem;
}

.home-film .hp-hub-path__door {
  color: var(--film-cream);
  font-size: clamp(1.02rem, 1.5vw, 1.15rem);
}

.home-film .hp-hub-path:hover .hp-hub-path__door {
  color: var(--film-gold);
}

.home-film .hp-hub-path__note {
  margin-top: 0.15rem;
  color: rgba(220, 200, 160, 0.62);
}

.home-film .hp-legend--slim {
  justify-content: flex-start;
  gap: 0.65rem 1.35rem;
  margin: 0 0 1.35rem;
  font-size: 0.82rem;
  color: rgba(210, 198, 174, 0.65);
}

.home-film .hp-legend {
  color: rgba(210, 198, 174, 0.7);
}

.home-film .hp-worlds {
  gap: 0;
  border-top: 1px solid rgba(232, 176, 96, 0.28);
}

.home-film .hp-world-card {
  padding: 1.35rem 1.15rem 1.5rem 0;
  margin: 0;
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(232, 176, 96, 0.16);
  backdrop-filter: none;
  border-radius: 0;
  transform: none;
  box-shadow: none;
}

.home-film .hp-world-card:last-child {
  border-right: 0;
  padding-right: 0;
}

.home-film .hp-world-card:first-child {
  padding-left: 0;
}

.home-film .hp-world-card:hover,
.home-film .hp-world-card:focus-visible {
  border-color: rgba(232, 176, 96, 0.16);
  transform: none;
  background: linear-gradient(180deg, rgba(232, 176, 96, 0.07), transparent 75%);
}

.home-film .hp-world-card:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(232, 176, 96, 0.45);
}

.home-film .hp-world-card__icon {
  margin-bottom: 0.65rem;
  color: rgba(232, 176, 96, 0.75);
}

.home-film .hp-world-card .status {
  align-self: flex-start;
  margin-bottom: 0.85rem;
}

.home-film .hp-world-card h3 {
  color: var(--film-cream);
}

.home-film .hp-world-card p {
  color: rgba(220, 200, 160, 0.78);
  font-family: "EB Garamond", Garamond, Georgia, serif;
}

.home-film .hp-world-card__link {
  color: var(--film-gold);
}

.home-film .hp-hub-continue {
  margin-top: clamp(0.5rem, 2vh, 1rem);
}

.home-film .hp-hub-continue a {
  color: rgba(232, 176, 96, 0.9);
  border-bottom-color: rgba(232, 176, 96, 0.4);
}

.home-film .hp-hub-continue a:hover {
  color: var(--film-cream);
}

@media (max-width: 900px) {
  .home-film .hp-hub-paths,
  .home-film .hp-worlds {
    grid-template-columns: 1fr;
  }

  .home-film .hp-hub-path,
  .home-film .hp-world-card {
    border-right: 0;
    border-bottom: 1px solid rgba(232, 176, 96, 0.14);
    padding: 1.2rem 0;
  }

  .home-film .hp-hub-path:last-child,
  .home-film .hp-world-card:last-child {
    border-bottom: 0;
  }
}

/* —— Drei Schienen (Motor) —— */
.home-film .hp-chapter--schienen {
  min-height: 0;
}

.home-film .hp-schienen__head {
  max-width: 36rem;
  margin-bottom: clamp(1.5rem, 4vh, 2.25rem);
}

.home-film .hp-schienen__head .hp-link {
  font-size: 0.95rem;
}

.home-film .hp-schienen {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  max-width: 56rem;
}

.home-film .hp-schienen__card {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 1.35rem 1.25rem 1.4rem;
  border: 1px solid rgba(232, 176, 96, 0.22);
  border-radius: 0.85rem;
  background: rgba(8, 7, 5, 0.55);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.home-film .hp-schienen__card:hover {
  border-color: rgba(232, 176, 96, 0.45);
  background: rgba(201, 148, 58, 0.1);
  transform: translateY(-2px);
}

.home-film .hp-schienen__tag {
  font-family: Outfit, system-ui, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--film-gold);
}

.home-film .hp-schienen__card h3 {
  margin: 0;
  font-family: Cinzel, "Times New Roman", serif;
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  font-weight: 500;
  color: var(--film-cream);
}

.home-film .hp-schienen__card p {
  margin: 0;
  flex: 1;
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: 1.02rem;
  line-height: 1.5;
  color: rgba(220, 200, 160, 0.75);
}

.home-film .hp-schienen__card p em {
  font-style: italic;
  color: rgba(243, 230, 200, 0.88);
}

.home-film .hp-schienen__go {
  margin-top: 0.35rem;
  font-family: Outfit, system-ui, sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  color: rgba(232, 176, 96, 0.85);
}

@media (max-width: 860px) {
  .home-film .hp-schienen {
    grid-template-columns: 1fr;
  }
}

/* —— Tiefe: Filmszene + Kapitelslate —— */
.home-film .hp-chapter--tiefe {
  background: var(--film-ink);
  color: var(--film-cream);
}

.home-film .hp-film__veil--tiefe {
  background:
    linear-gradient(
      100deg,
      rgba(6, 5, 4, 0.88) 0%,
      rgba(6, 5, 4, 0.62) 42%,
      rgba(6, 5, 4, 0.35) 68%,
      rgba(6, 5, 4, 0.55) 100%
    ),
    linear-gradient(180deg, rgba(6, 5, 4, 0.4) 0%, transparent 20%, transparent 72%, rgba(6, 5, 4, 0.6) 100%);
}

.home-film .hp-tiefe__head {
  max-width: 34rem;
  margin-bottom: clamp(1.75rem, 4vh, 2.5rem);
}

.home-film .hp-tabs--film {
  display: grid;
  grid-template-columns: minmax(10rem, 14rem) minmax(0, 1fr);
  gap: clamp(1.5rem, 3vw, 2.75rem);
  margin-top: 0;
  align-items: start;
}

.home-film .hp-tabs__slate {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  position: sticky;
  top: calc(var(--nav-height, 4.25rem) + 1.5rem);
}

.home-film .hp-tabs--film .hp-tabs__tab {
  display: grid;
  grid-template-columns: 1.6rem 1fr;
  grid-template-rows: auto auto;
  column-gap: 0.75rem;
  row-gap: 0.15rem;
  width: 100%;
  min-width: 0;
  padding: 0.85rem 0.9rem;
  text-align: left;
  border: 0;
  border-left: 1px solid rgba(232, 176, 96, 0.22);
  background: transparent;
  color: rgba(243, 230, 200, 0.45);
  cursor: pointer;
  transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.home-film .hp-tabs--film .hp-tabs__tab:hover,
.home-film .hp-tabs--film .hp-tabs__tab:focus-visible {
  color: var(--film-cream);
  outline: none;
  background: rgba(255, 248, 235, 0.04);
}

.home-film .hp-tabs--film .hp-tabs__tab.is-active {
  color: var(--film-cream);
  border-left-color: var(--film-gold);
  background: linear-gradient(90deg, rgba(232, 176, 96, 0.12), transparent 70%);
  box-shadow: none;
}

.home-film .hp-tabs__idx {
  grid-row: 1 / span 2;
  align-self: center;
  font-family: Cinzel, "Times New Roman", serif;
  font-size: 1.15rem;
  color: rgba(232, 176, 96, 0.7);
}

.home-film .hp-tabs__name {
  font-family: Outfit, system-ui, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-film .hp-tabs__hint {
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: 0.92rem;
  letter-spacing: 0;
  text-transform: none;
  color: rgba(220, 200, 160, 0.55);
}

.home-film .hp-tabs--film .hp-tabs__tab.is-active .hp-tabs__hint {
  color: rgba(220, 200, 160, 0.8);
}

.home-film .hp-tabs__stage {
  min-width: 0;
}

.home-film .hp-tabs--film .hp-tabs__panel {
  animation: hp-tab-in 0.4s var(--film-ease, ease);
}

.home-film .hp-tabs__scene-label {
  margin: 0 0 0.75rem;
  font-family: Outfit, system-ui, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(232, 176, 96, 0.8);
}

.home-film .hp-tabs__heading {
  margin: 0 0 0.75rem;
  font-family: Cinzel, "Times New Roman", serif;
  font-size: clamp(1.55rem, 3.2vw, 2.35rem);
  font-weight: 500;
  line-height: 1.2;
  color: var(--film-cream);
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
}

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

.home-film .hp-tabs__deck {
  margin: 0 0 1.75rem;
  max-width: 34rem;
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  line-height: 1.5;
  color: var(--film-cream-soft);
}

.home-film .hp-tiefe__spokes {
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(232, 176, 96, 0.22);
}

.home-film .hp-tiefe__spokes li {
  display: grid;
  grid-template-columns: 6.5rem 1fr;
  grid-template-rows: auto auto;
  column-gap: 1rem;
  padding: 1.1rem 0;
  border-bottom: 1px solid rgba(232, 176, 96, 0.14);
}

.home-film .hp-tiefe__spokes li span {
  grid-row: 1 / span 2;
  font-family: Outfit, system-ui, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--film-gold);
  padding-top: 0.2rem;
}

.home-film .hp-tiefe__spokes strong {
  font-family: Cinzel, "Times New Roman", serif;
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--film-cream);
}

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

.home-film .hp-pillars {
  margin: 1.35rem 0 1.1rem;
  padding: 1rem 1.1rem 1.05rem;
  border: 1px solid rgba(201, 148, 58, 0.28);
  background: rgba(8, 6, 4, 0.35);
}

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

.home-film .hp-pillars__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem 1.25rem;
}

.home-film .hp-pillars__list li {
  margin: 0;
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: 0.98rem;
  line-height: 1.4;
  color: rgba(220, 200, 160, 0.82);
}

.home-film .hp-pillars__list strong {
  display: block;
  margin-bottom: 0.15rem;
  font-family: Outfit, system-ui, sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(232, 176, 96, 0.95);
}

.home-film .hp-klang-hint {
  margin: 0 0 1.15rem;
  max-width: 38rem;
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: 1.05rem;
  line-height: 1.45;
  color: rgba(220, 200, 160, 0.82);
}

.home-film .hp-klang-hint a {
  color: rgba(232, 176, 96, 0.95);
  text-decoration: none;
  border-bottom: 1px solid rgba(201, 148, 58, 0.4);
}

.home-film .hp-klang-hint a:hover {
  color: var(--film-cream, #f3e6c8);
  border-bottom-color: rgba(243, 230, 200, 0.55);
}

@media (max-width: 700px) {
  .home-film .hp-pillars__list {
    grid-template-columns: 1fr;
  }
}

.home-film .hp-tiefe__strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
  margin: 0 0 1.75rem;
}

.home-film .hp-tiefe__still {
  position: relative;
  display: block;
  text-decoration: none;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}

.home-film .hp-tiefe__still img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.85) contrast(1.05);
  transition: transform 0.6s var(--film-ease, ease), filter 0.4s ease;
}

.home-film .hp-tiefe__still:hover img,
.home-film .hp-tiefe__still:focus-visible img {
  transform: scale(1.05);
  filter: saturate(1) contrast(1.08);
}

.home-film .hp-tiefe__still-num,
.home-film .hp-tiefe__still-title {
  position: absolute;
  left: 0.7rem;
  font-family: Outfit, system-ui, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--film-cream);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

.home-film .hp-tiefe__still-num {
  top: 0.65rem;
  font-size: 0.65rem;
  color: var(--film-gold);
}

.home-film .hp-tiefe__still-title {
  bottom: 0.65rem;
  font-size: 0.72rem;
}

/* EcoSabil modules — still + caption */
.home-film .hp-tiefe__modules {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.35rem);
  margin: 0 0 1.85rem;
  padding-top: 0.35rem;
  border-top: 1px solid rgba(232, 176, 96, 0.22);
}

.home-film .hp-tiefe__module {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 1.1rem 0 0.15rem;
  text-decoration: none;
  color: inherit;
  background: none;
  border: 0;
}

.home-film .hp-tiefe__module-still {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  margin-bottom: 0.85rem;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.home-film .hp-tiefe__module-still::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(6, 5, 4, 0.45) 100%);
  pointer-events: none;
}

.home-film .hp-tiefe__module-still img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.88) contrast(1.05);
  transition: transform 0.55s var(--film-ease, ease), filter 0.55s ease;
}

.home-film .hp-tiefe__module:hover .hp-tiefe__module-still img,
.home-film .hp-tiefe__module:focus-visible .hp-tiefe__module-still img {
  transform: scale(1.04);
  filter: saturate(1) contrast(1.08);
}

.home-film .hp-tiefe__module:focus-visible {
  outline: 1px solid rgba(232, 176, 96, 0.55);
  outline-offset: 4px;
}

.home-film .hp-tiefe__module-num {
  display: block;
  margin-bottom: 0.35rem;
  font-family: Outfit, system-ui, sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--film-gold);
}

.home-film .hp-tiefe__module-title {
  margin: 0 0 0.4rem;
  font-family: Cinzel, "Times New Roman", serif;
  font-size: clamp(0.98rem, 1.4vw, 1.12rem);
  font-weight: 500;
  line-height: 1.25;
  color: var(--film-cream);
  text-wrap: balance;
}

.home-film .hp-tiefe__module-text {
  margin: 0;
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: clamp(0.95rem, 1.2vw, 1.05rem);
  line-height: 1.45;
  color: rgba(220, 200, 160, 0.78);
}

/* Werke shelf — alle Bücher */
.home-film .hp-tiefe__werke {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.2vw, 1.5rem);
  margin: 0 0 1.85rem;
  padding-top: 0.35rem;
  border-top: 1px solid rgba(232, 176, 96, 0.22);
  align-items: start;
}

.home-film .hp-tiefe__werk {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 1.15rem 0 0.15rem;
  text-decoration: none;
  color: inherit;
  background: none;
  border: 0;
}

.home-film .hp-tiefe__werk-cover {
  width: min(100%, 11.5rem);
  aspect-ratio: 2 / 3;
  overflow: hidden;
  margin: 0 0 0.95rem;
  box-shadow:
    0 14px 36px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(232, 176, 96, 0.12);
}

.home-film .hp-tiefe__werk-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.92) contrast(1.04);
  transition: transform 0.55s var(--film-ease, ease), filter 0.55s ease;
}

.home-film .hp-tiefe__werk:hover .hp-tiefe__werk-cover img,
.home-film .hp-tiefe__werk:focus-visible .hp-tiefe__werk-cover img {
  transform: scale(1.035);
  filter: saturate(1) contrast(1.08);
}

.home-film .hp-tiefe__werk:focus-visible {
  outline: 1px solid rgba(232, 176, 96, 0.55);
  outline-offset: 4px;
}

.home-film .hp-tiefe__werk-badge {
  display: block;
  margin-bottom: 0.4rem;
  font-family: Outfit, system-ui, sans-serif;
  font-size: 0.64rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--film-gold);
}

.home-film .hp-tiefe__werk-title {
  margin: 0 0 0.4rem;
  font-family: Cinzel, "Times New Roman", serif;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  font-weight: 500;
  line-height: 1.25;
  color: var(--film-cream);
  text-wrap: balance;
}

.home-film .hp-tiefe__werk-text {
  margin: 0;
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: clamp(0.95rem, 1.2vw, 1.05rem);
  line-height: 1.45;
  color: rgba(220, 200, 160, 0.78);
}

.home-film .hp-tiefe__feature {
  display: grid;
  grid-template-columns: minmax(5.5rem, 8.5rem) 1fr;
  gap: 1.25rem;
  align-items: center;
  margin: 0 0 1rem;
  padding: 1rem 0;
  text-decoration: none;
  color: inherit;
  border-top: 1px solid rgba(232, 176, 96, 0.22);
}

.home-film .hp-tiefe__feature--slim {
  grid-template-columns: 4.25rem 1fr;
  border-bottom: 1px solid rgba(232, 176, 96, 0.14);
}

.home-film .hp-tiefe__feature-still {
  aspect-ratio: 2 / 3;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.45);
}

.home-film .hp-tiefe__feature-still--sm {
  aspect-ratio: 2 / 3;
  max-width: 4.25rem;
}

.home-film .hp-tiefe__feature-still img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-film .hp-tiefe__feature-body h3 {
  margin: 0.35rem 0 0.45rem;
  font-family: Cinzel, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--film-cream);
}

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

.home-film .hp-chapter--tiefe .hp-link,
.home-film .hp-chapter--tiefe .hp-proof__go {
  color: var(--film-gold);
}

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

.home-film .hp-chapter--tiefe .hp-actions {
  justify-content: flex-start;
  margin-top: 0.5rem;
}

@media (max-width: 900px) {
  .home-film .hp-tabs--film {
    grid-template-columns: 1fr;
  }

  .home-film .hp-tabs__slate {
    position: static;
    flex-direction: row;
    overflow-x: auto;
    gap: 0.25rem;
    padding-bottom: 0.35rem;
  }

  .home-film .hp-tabs--film .hp-tabs__tab {
    flex: 1 0 auto;
    min-width: 7.5rem;
    border-left: 0;
    border-bottom: 1px solid rgba(232, 176, 96, 0.22);
    grid-template-columns: auto 1fr;
  }

  .home-film .hp-tabs--film .hp-tabs__tab.is-active {
    border-bottom-color: var(--film-gold);
    background: rgba(232, 176, 96, 0.1);
  }

  .home-film .hp-tabs__hint {
    display: none;
  }

  .home-film .hp-tiefe__spokes li {
    grid-template-columns: 1fr;
  }

  .home-film .hp-tiefe__spokes li span {
    grid-row: auto;
    margin-bottom: 0.25rem;
  }

  .home-film .hp-tiefe__strip {
    grid-template-columns: 1fr;
  }

  .home-film .hp-tiefe__modules {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .home-film .hp-tiefe__module {
    padding: 1.15rem 0;
    border-bottom: 1px solid rgba(232, 176, 96, 0.14);
  }

  .home-film .hp-tiefe__module:last-child {
    border-bottom: 0;
  }

  .home-film .hp-tiefe__module-still {
    max-width: 22rem;
  }

  .home-film .hp-tiefe__werke {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .home-film .hp-tiefe__werk {
    display: grid;
    grid-template-columns: minmax(5.5rem, 7rem) 1fr;
    grid-template-rows: auto auto auto;
    column-gap: 1.1rem;
    row-gap: 0.2rem;
    padding: 1.2rem 0;
    border-bottom: 1px solid rgba(232, 176, 96, 0.14);
    align-items: start;
  }

  .home-film .hp-tiefe__werk:last-child {
    border-bottom: 0;
  }

  .home-film .hp-tiefe__werk-cover {
    grid-row: 1 / span 3;
    width: 100%;
    margin: 0;
  }

  .home-film .hp-tiefe__werk-badge {
    margin-top: 0.15rem;
  }
}

/* —— Kontakt —— */
.home-film .hp-chapter--cta {
  background: var(--film-ink) !important;
}

.home-film .hp-chapter--cta .hp-contact {
  background: transparent;
}

/* —— Hero & Haltung: nahtlose Anbindung —— */
.home-film .hp-chapter--hero {
  background: var(--film-void);
}

.home-film .hp-hero__wave,
.home-film .hp-story__wave {
  display: none;
}

.home-film .hp-chapter--story {
  background: var(--film-void);
}

.home-film .hp-chapter--stimmen {
  background: var(--film-ink);
}

/* Diagnose-Szene: gleicher Film-Atem */
.home-film .hp-scene--problems {
  min-height: min(85svh, 820px);
}

.home-film .hp-scene--problems::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: clamp(3.5rem, 10vh, 6.5rem);
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(0deg, var(--film-void), transparent);
}

.home-film .hp-scene--prolog-mission::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: clamp(3rem, 8vh, 5.5rem);
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(0deg, var(--film-void), transparent);
}

/* Sanfter Ken-Burns nur wenn Motion ok */
@media (prefers-reduced-motion: reduce) {
  .home-film .hp-film__media img {
    transform: none;
    transition: none;
  }
}

@media (max-width: 900px) {
  .home-film .hp-film {
    min-height: min(100svh, 880px);
  }

  .home-film .hp-film__veil {
    background:
      linear-gradient(180deg, rgba(8, 6, 4, 0.55) 0%, rgba(8, 6, 4, 0.42) 40%, rgba(8, 6, 4, 0.62) 100%);
  }
}

/* —— Hero · Markengesicht (Visionen → Wirklichkeit) —— */
.home-film .hp-chapter--hero-face {
  display: grid;
  place-items: stretch;
  min-height: 100svh;
  background: var(--film-void);
}

.home-film .hp-hero__media--bleed {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: auto;
  margin: 0;
}

.home-film .hp-hero__media--bleed picture,
.home-film .hp-hero__media--bleed img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center 45%;
  border: 0;
  box-shadow: none;
  filter: saturate(0.96) contrast(1.06) brightness(0.9);
}

.home-film .hp-hero__veil--face {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(8, 6, 4, 0.42) 0%, rgba(8, 6, 4, 0.12) 32%, rgba(8, 6, 4, 0.35) 58%, rgba(8, 6, 4, 0.88) 80%, var(--film-void) 100%),
    linear-gradient(90deg, rgba(8, 6, 4, 0.2) 0%, transparent 35%, transparent 65%, rgba(8, 6, 4, 0.18) 100%);
}

.home-film .hp-hero__content--face {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  min-height: 100svh;
  padding:
    calc(var(--nav-height, 4.25rem) + 2rem)
    var(--hp-gutter, 1.5rem)
    clamp(5rem, 12vh, 7rem);
}

.home-film .hp-hero__mark {
  margin: 0 0 0.85rem;
  font-size: 1rem;
  color: var(--film-gold);
  letter-spacing: 0;
  text-shadow: 0 0 24px rgba(232, 176, 96, 0.35);
}

.home-film .hp-chapter--hero-face .hp-title--brand {
  font-size: clamp(2.4rem, 7vw, 5.25rem);
  letter-spacing: 0.16em;
  margin: 0 0 0.85rem;
  color: var(--film-cream);
  text-shadow:
    0 2px 0 rgba(20, 14, 8, 0.35),
    0 12px 40px rgba(0, 0, 0, 0.45);
}

.home-film .hp-chapter--hero-face .hp-hero__tagline {
  max-width: 22ch;
  margin: 0 auto 0.85rem;
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  font-style: italic;
  line-height: 1.35;
  color: rgba(243, 230, 200, 0.95);
  text-wrap: balance;
  text-shadow: 0 4px 28px rgba(0, 0, 0, 0.5);
}

.home-film .hp-chapter--hero-face .hp-hero__orient {
  max-width: 32rem;
  margin: 0 auto 1.5rem;
  font-family: Outfit, system-ui, sans-serif;
  font-size: clamp(0.78rem, 1.2vw, 0.88rem);
  letter-spacing: 0.06em;
  line-height: 1.55;
  color: rgba(220, 200, 160, 0.72);
  text-wrap: balance;
}

.home-film .hp-hero__roles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 11rem));
  gap: 0.65rem;
  margin: 0 0 1.35rem;
  width: min(100%, 36rem);
}

.home-film .hp-hero__role {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 0.85rem 0.75rem;
  text-decoration: none;
  text-align: center;
  color: var(--film-cream);
  border: 1px solid rgba(232, 176, 96, 0.35);
  background: rgba(10, 8, 6, 0.45);
  backdrop-filter: blur(6px);
  transition:
    border-color 0.25s ease,
    background 0.25s ease,
    transform 0.25s var(--film-ease, ease);
}

.home-film .hp-hero__role:hover,
.home-film .hp-hero__role:focus-visible {
  border-color: rgba(232, 176, 96, 0.75);
  background: rgba(18, 14, 10, 0.65);
  transform: translateY(-2px);
  outline: none;
}

.home-film .hp-hero__role-who {
  font-family: Outfit, system-ui, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--film-gold);
}

.home-film .hp-hero__role-what {
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: 0.95rem;
  color: rgba(243, 230, 200, 0.78);
}

.home-film .hp-chapter--hero-face .hp-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem 1.5rem;
  margin-top: 0;
}

.home-film .hp-hero__ghost {
  font-family: Outfit, system-ui, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(243, 230, 200, 0.7);
  border-bottom: 1px solid rgba(232, 176, 96, 0.35);
  padding-bottom: 0.15rem;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.home-film .hp-hero__ghost:hover,
.home-film .hp-hero__ghost:focus-visible {
  color: var(--film-cream);
  border-bottom-color: var(--film-gold);
}

.home-film .hp-chapter--hero-face .hp-hero__scroll {
  z-index: 2;
}

@media (max-width: 700px) {
  .home-film .hp-chapter--hero-face .hp-title--brand {
    letter-spacing: 0.1em;
  }

  .home-film .hp-hero__media--bleed img {
    object-position: center 35%;
  }

  .home-film .hp-hero__roles {
    grid-template-columns: 1fr;
    max-width: 16rem;
  }
}

/* —— Haltung · Filmszene (Text im Licht der Tür) —— */
.home-film .hp-scene--haltung-film {
  min-height: 100svh;
}

.home-film .hp-scene--haltung-film .hp-scene__media img {
  object-position: center 55%;
  filter: saturate(0.9) contrast(1.06) brightness(0.88);
}

.home-film .hp-scene--haltung-film .hp-scene__veil--prolog-mission {
  background:
    linear-gradient(180deg, var(--film-void) 0%, rgba(8, 6, 4, 0.55) 8%, transparent 22%),
    radial-gradient(
      ellipse 22% 58% at 50% 52%,
      rgba(255, 246, 220, 0.28) 0%,
      rgba(255, 246, 220, 0.1) 42%,
      transparent 72%
    ),
    linear-gradient(180deg, transparent 70%, rgba(8, 6, 4, 0.55) 88%, var(--film-void) 100%);
}

.home-film .hp-scene--haltung-film .hp-pm {
  width: min(100%, 22rem);
}

.home-film .hp-scene--haltung-film .hp-pm__lead {
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  line-height: 1.35;
  color: #241c14;
}

.home-film .hp-scene--haltung-film .hp-pm__vision p:not(.hp-pm__lead) {
  font-size: clamp(0.98rem, 1.2vw, 1.08rem);
  color: rgba(36, 28, 20, 0.9);
}

.home-film .hp-scene--haltung-film .hp-pm__closer {
  max-width: 20rem;
  font-size: clamp(1rem, 1.3vw, 1.1rem);
}

.home-film .hp-scene--haltung-film .hp-film__fade {
  z-index: 3;
}
