/* ==========================================================================
   Visionerity — Startseite (Hero · Story · System · EcoSabil · Werke)
   ========================================================================== */

body.home-page {
  --hp-serif: "EB Garamond", Georgia, serif;
  --hp-sans: "Outfit", system-ui, sans-serif;
  --hp-display: "Cinzel", Georgia, serif;
  --hp-max: 1280px;
  --hp-gutter: clamp(1.5rem, 5vw, 4.5rem);
  --hp-section: clamp(6rem, 12vh, 9rem);
  --hp-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --hp-parchment: #ebe1cf;
}

body.home-page::before,
body.home-page::after {
  display: none;
}

body.home-page .site-grid {
  display: none;
}

/* Header */
body.home-page .site-header {
  background: transparent;
  border-bottom-color: transparent;
  transition: background 0.5s var(--hp-ease), border-color 0.5s, backdrop-filter 0.5s;
}

body.home-page .site-header.is-scrolled {
  background: rgba(14, 11, 8, 0.96);
  border-bottom-color: rgba(122, 99, 64, 0.18);
}

body.home-page .site-header::before,
body.home-page .site-header::after {
  opacity: 0;
  transition: opacity 0.5s var(--hp-ease);
}

body.home-page .site-header.is-scrolled::before,
body.home-page .site-header.is-scrolled::after {
  opacity: 1;
}

body.home-page .nav-links {
  background: rgba(14, 11, 8, 0.5);
  border-color: rgba(212, 175, 90, 0.12);
}

body.home-page .site-header.is-scrolled .nav-links {
  background: linear-gradient(160deg, rgba(32, 26, 18, 0.92), rgba(18, 14, 10, 0.95));
  border-color: rgba(212, 175, 90, 0.2);
}

body.home-page .logo-emblem {
  filter: none;
  opacity: 0.9;
  transition: opacity 0.4s ease;
}

body.home-page .site-header.hp-header--light .logo-emblem {
  filter: brightness(0.15);
  opacity: 0.85;
}

body.home-page .site-header.hp-header--light .story-nav a {
  color: rgba(80, 65, 45, 0.45);
  border-left-color: rgba(80, 65, 45, 0.2);
}

body.home-page .site-header.hp-header--light .story-nav a.is-active,
body.home-page .site-header.hp-header--light .story-nav a:hover {
  color: var(--bronze);
  border-left-color: var(--bronze);
}

/* Progress + scroll */
body.home-page main {
  /* natives Scrollen — kein snap */
}

body.home-page .scroll-progress {
  display: none;
}

body.home-page .story-progress {
  position: fixed;
  left: 0;
  top: 0;
  width: 2px;
  height: 0;
  z-index: 350;
  pointer-events: none;
  background: linear-gradient(180deg, var(--gold-bright), var(--bronze));
}

/* Side nav */
body.home-page .story-nav {
  position: fixed;
  right: clamp(1rem, 2.5vw, 2.25rem);
  top: 50%;
  transform: translateY(-50%);
  z-index: 200;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

body.home-page .story-nav a {
  background: transparent;
  border: none;
  border-left: 1px solid rgba(122, 99, 64, 0.22);
  border-radius: 0;
  padding: 0.45rem 0 0.45rem 1rem;
  font-family: var(--hp-sans);
  font-size: 0.56rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(168, 152, 120, 0.42);
  text-decoration: none;
  box-shadow: none;
  transition: color 0.4s ease, border-color 0.4s ease;
}

body.home-page .story-nav a.is-active,
body.home-page .story-nav a:hover {
  background: transparent;
  color: var(--gold-bright);
  border-left-color: var(--gold-bright);
  box-shadow: none;
}

/* Chapters — natürliche Höhe; nur Hero fullscreen */
.hp-chapter {
  position: relative;
  min-height: auto;
  overflow: hidden;
}

.hp-chapter--hero {
  min-height: 100svh;
}

.hp-chapter__inner {
  width: min(calc(100% - var(--hp-gutter) * 2), var(--hp-max));
  margin-inline: auto;
  position: relative;
  z-index: 2;
}

/* Reveal — nur mit JS (html.hp-animate); sonst sofort sichtbar */
.hp-kicker,
.hp-title,
.hp-lead,
.hp-actions,
.hp-scene__inner,
.hp-pm__layout,
.hp-bridge__line,
.hp-system__col,
.hp-system__visual,
.hp-cycle__node,
.hp-cycle__legend,
.hp-signature,
.hp-imprint,
.hp-stimmen__page {
  opacity: 1;
  transform: none;
}

html.hp-animate .hp-kicker {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.85s var(--hp-ease), transform 0.85s var(--hp-ease);
}

html.hp-animate .hp-title {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.95s var(--hp-ease) 0.06s, transform 0.95s var(--hp-ease) 0.06s;
}

html.hp-animate .hp-lead {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.9s var(--hp-ease) 0.14s, transform 0.9s var(--hp-ease) 0.14s;
}

html.hp-animate .hp-actions {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.85s var(--hp-ease) 0.22s, transform 0.85s var(--hp-ease) 0.22s;
}

html.hp-animate .hp-system__col,
html.hp-animate .hp-scene:not(.is-visible) .hp-scene__inner,
html.hp-animate .hp-scene:not(.is-visible) .hp-pm__layout,
html.hp-animate .hp-scene:not(.is-visible) .hp-bridge__line,
html.hp-animate .hp-system__visual,
html.hp-animate .hp-cycle__node,
html.hp-animate .hp-cycle__legend,
html.hp-animate .hp-signature,
html.hp-animate .hp-imprint {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.85s var(--hp-ease), transform 0.85s var(--hp-ease);
}

html.hp-animate .hp-stimmen__page {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.9s var(--hp-ease), transform 0.9s var(--hp-ease);
}

html.hp-animate .hp-chapter.is-visible .hp-kicker,
html.hp-animate .hp-chapter.is-visible .hp-title,
html.hp-animate .hp-chapter.is-visible .hp-lead,
html.hp-animate .hp-chapter.is-visible .hp-actions,
html.hp-animate .hp-scene.is-visible .hp-scene__inner,
html.hp-animate .hp-scene.is-visible .hp-pm__layout,
html.hp-animate .hp-scene.is-visible .hp-bridge__line,
html.hp-animate .hp-chapter.is-visible .hp-system__col,
html.hp-animate .hp-chapter.is-visible .hp-system__visual,
html.hp-animate .hp-chapter.is-visible .hp-cycle__node,
html.hp-animate .hp-chapter.is-visible .hp-cycle__legend,
html.hp-animate .hp-chapter.is-visible .hp-signature,
html.hp-animate .hp-chapter.is-visible .hp-imprint {
  opacity: 1;
  transform: none;
}

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

html.hp-animate .hp-chapter.is-visible .hp-system__col:nth-child(1) { transition-delay: 0.12s; }
html.hp-animate .hp-chapter.is-visible .hp-system__col:nth-child(2) { transition-delay: 0.22s; }
html.hp-animate .hp-chapter.is-visible .hp-system__col:nth-child(3) { transition-delay: 0.32s; }
html.hp-animate .hp-scene.is-visible .hp-bridge__line {
  opacity: 1;
  transform: none;
}

html.hp-animate .hp-scene.is-visible .hp-bridge__questions .hp-bridge__line:nth-child(1) { transition-delay: 0.08s; }
html.hp-animate .hp-scene.is-visible .hp-bridge__questions .hp-bridge__line:nth-child(2) { transition-delay: 0.18s; }
html.hp-animate .hp-scene.is-visible .hp-bridge__questions .hp-bridge__line:nth-child(3) { transition-delay: 0.28s; }
html.hp-animate .hp-chapter.is-visible .hp-cycle__node:nth-child(1) { transition-delay: 0.15s; }
html.hp-animate .hp-chapter.is-visible .hp-cycle__node:nth-child(2) { transition-delay: 0.3s; }
html.hp-animate .hp-chapter.is-visible .hp-cycle__node:nth-child(3) { transition-delay: 0.45s; }
html.hp-animate .hp-chapter.is-visible .hp-cycle__legend { transition-delay: 0.5s; }
html.hp-animate .hp-chapter.is-visible .hp-signature { transition-delay: 0.15s; }
html.hp-animate .hp-chapter.is-visible .hp-imprint { transition-delay: 0.3s; }

html.hp-animate .hp-bridge__line {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.85s var(--hp-ease), transform 0.85s var(--hp-ease);
}

.hp-kicker--hero {
  color: rgba(201, 168, 76, 0.55);
}

.hp-kicker--hero span {
  color: rgba(236, 218, 172, 0.75);
}

.hp-kicker--contact {
  justify-content: center;
  color: rgba(201, 168, 76, 0.5);
}

.hp-kicker--contact span {
  font-size: 0.65rem;
  color: var(--gold-bright);
}

.hp-kicker--contact::after {
  display: none;
}

.hp-kicker {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  margin: 0 0 clamp(1.5rem, 3vh, 2.25rem);
  font-family: var(--hp-sans);
  font-size: 0.62rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(201, 168, 76, 0.62);
}

.hp-kicker span {
  font-family: var(--font-display);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  color: var(--gold-bright);
}

.hp-kicker::after {
  content: "";
  flex: 0 0 2.5rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(201, 168, 76, 0.5), transparent);
}

.hp-title {
  font-family: var(--hp-serif);
  font-weight: 400;
  font-size: clamp(2.6rem, 6.5vw, 5.5rem);
  line-height: 0.95;
  letter-spacing: -0.02em;
  color: var(--cream);
  margin: 0 0 clamp(1.25rem, 2.5vh, 1.75rem);
}

.hp-title em {
  display: block;
  font-style: italic;
  color: rgba(236, 218, 172, 0.92);
  margin-top: 0.05em;
}

.hp-lead {
  max-width: 34rem;
  margin: 0;
  font-family: var(--hp-serif);
  font-size: clamp(1.08rem, 1.5vw, 1.28rem);
  line-height: 1.72;
  color: rgba(210, 198, 174, 0.78);
}

.hp-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem 1.75rem;
  margin-top: clamp(1.75rem, 3vh, 2.5rem);
}

/* Buttons — Homepage einheitlich, ohne Theme-Shimmer */
body.home-page .btn {
  border-radius: 0;
  font-family: var(--hp-sans);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.66rem;
  font-weight: 500;
}

body.home-page .btn-primary::after {
  display: none;
}

body.home-page .btn-primary:hover,
body.home-page .btn-outline:hover,
body.home-page .btn:active {
  transform: none;
}

body.home-page .btn-primary {
  background: var(--gold-bright);
  color: var(--ink);
  border: none;
  padding: 1rem 2.1rem;
  box-shadow: none;
}

body.home-page .btn-primary:hover {
  background: var(--accent-hover);
  box-shadow: none;
}

body.home-page .btn-outline {
  background: transparent;
  border: 1px solid rgba(168, 152, 120, 0.32);
  color: rgba(210, 198, 174, 0.85);
  padding: 0.95rem 1.85rem;
}

body.home-page .btn-outline:hover {
  border-color: rgba(236, 218, 172, 0.5);
  background: rgba(236, 218, 172, 0.05);
  color: var(--cream);
}

.hp-link {
  font-family: var(--hp-sans);
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(168, 152, 120, 0.6);
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  transition: color 0.4s ease, gap 0.4s ease;
}

.hp-link::after {
  content: "→";
  color: var(--gold-bright);
}

.hp-link:hover {
  color: var(--gold-bright);
  gap: 0.85rem;
}

/* —— 01 Hero — Blueprint als Markengesicht —— */
.hp-chapter--hero {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  align-items: stretch;
  min-height: 100svh;
  background:
    radial-gradient(ellipse 70% 55% at 50% 38%, #3a2f22 0%, #1a1510 58%, #0e0c09 100%);
}

.hp-hero__stage {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding:
    calc(var(--nav-height) + clamp(0.75rem, 2vh, 1.5rem))
    clamp(1rem, 3vw, 2.5rem)
    clamp(0.5rem, 1.5vh, 1rem);
}

.hp-hero__media {
  position: relative;
  inset: auto;
  z-index: 0;
  width: min(100%, 1180px);
  margin-inline: auto;
}

.hp-hero__media picture {
  display: block;
  width: 100%;
}

.hp-hero__media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(68svh, 760px);
  margin-inline: auto;
  object-fit: contain;
  object-position: center;
  filter: saturate(0.95) contrast(1.03);
  border: 1px solid rgba(212, 175, 90, 0.22);
  box-shadow:
    0 0 0 1px rgba(248, 242, 228, 0.06),
    0 28px 80px rgba(0, 0, 0, 0.45),
    0 0 60px rgba(212, 175, 90, 0.06);
}

.hp-hero__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(14, 12, 9, 0.35) 0%, transparent 14%),
    linear-gradient(180deg, transparent 48%, rgba(14, 12, 9, 0.45) 72%, rgba(14, 12, 9, 0.92) 90%, #0e0c09 100%);
}

.hp-hero__wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 3;
  height: clamp(5rem, 14vh, 9rem);
  pointer-events: none;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(14, 12, 9, 0.35) 28%,
    rgba(14, 12, 9, 0.82) 62%,
    #0e0c09 88%,
    #120e0a 100%
  );
}

.hp-title--brand {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hp-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  width: 100%;
  max-width: none;
  min-height: 0;
  margin: 0;
  padding: 0.75rem var(--hp-gutter) clamp(4.5rem, 9vh, 6.5rem);
}

.hp-chapter--hero .hp-title {
  font-size: clamp(1.65rem, 3.5vw, 2.35rem);
  margin: 0 0 0.55rem;
  color: var(--cream, #f8f2e4);
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

.hp-hero__tagline {
  font-family: var(--hp-serif);
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  font-style: italic;
  line-height: 1.45;
  color: rgba(236, 218, 172, 0.88);
  margin: 0 0 1.35rem;
  max-width: 22ch;
}

.hp-chapter--hero .hp-actions {
  justify-content: center;
}

.hp-btn-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 2.4rem;
  border: 1px solid rgba(236, 218, 172, 0.55);
  border-radius: 999px;
  background: rgba(14, 11, 8, 0.35);
  backdrop-filter: blur(6px);
  font-family: var(--hp-sans);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--cream);
  transition: background 0.4s ease, border-color 0.4s ease, color 0.4s ease;
}

.hp-btn-pill:hover {
  background: rgba(236, 218, 172, 0.12);
  border-color: rgba(236, 218, 172, 0.85);
  color: #fff;
}

.hp-btn-pill--dark {
  border-color: rgba(45, 38, 28, 0.35);
  background: rgba(14, 11, 8, 0.88);
  color: var(--cream);
  margin-top: 1.75rem;
}

.hp-btn-pill--dark:hover {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--cream);
}

.hp-hero__scroll {
  position: absolute;
  left: 50%;
  right: auto;
  bottom: clamp(2.5rem, 6vh, 4rem);
  z-index: 4;
  transform: translateX(-50%);
  font-family: var(--hp-sans);
  font-size: 0.56rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(168, 152, 120, 0.45);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  pointer-events: none;
  opacity: 0.7;
}

.hp-hero__scroll span {
  width: 1px;
  height: 36px;
  background: linear-gradient(180deg, rgba(122, 99, 64, 0.55), transparent);
}

/* —— 02 Story (Mission · Problem · Lösung · Manifest) —— */
.hp-chapter--story {
  padding: 0;
  position: relative;
  margin-top: -4.5rem;
  background: #0e0c09;
}

.hp-story__chapter-head {
  position: absolute;
  top: calc(var(--nav-height) + 0.35rem);
  left: 0;
  right: 0;
  z-index: 3;
  max-width: min(78rem, calc(100% - var(--hp-gutter) * 2));
  margin: 0 auto;
  padding: 0;
  pointer-events: none;
}

.hp-story__chapter-head .hp-kicker {
  margin-bottom: 0;
  color: rgba(212, 175, 90, 0.7);
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.45);
}

.hp-story__chapter-head .hp-kicker span {
  color: var(--gold-bright, #d4af5a);
}

.hp-scene {
  position: relative;
  min-height: min(100svh, 920px);
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hp-scene + .hp-scene {
  border-top: 1px solid rgba(122, 99, 64, 0.12);
}

.hp-scene__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hp-scene__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hp-scene__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.hp-scene__veil--light {
  background:
    linear-gradient(90deg, rgba(235, 225, 207, 0.55) 0%, rgba(235, 225, 207, 0.25) 45%, rgba(235, 225, 207, 0.08) 100%),
    linear-gradient(180deg, rgba(235, 225, 207, 0.15) 0%, transparent 50%, rgba(235, 225, 207, 0.35) 100%);
}

.hp-scene__veil--sepia {
  background:
    linear-gradient(90deg, rgba(235, 225, 207, 0.72) 0%, rgba(235, 225, 207, 0.45) 38%, rgba(200, 185, 160, 0.2) 100%),
    linear-gradient(180deg, rgba(180, 160, 130, 0.25) 0%, transparent 55%);
}

.hp-scene__veil--dark {
  background:
    linear-gradient(90deg, rgba(14, 11, 8, 0.15) 0%, rgba(14, 11, 8, 0.55) 35%, rgba(14, 11, 8, 0.88) 100%),
    linear-gradient(180deg, rgba(14, 11, 8, 0.4) 0%, rgba(14, 11, 8, 0.75) 100%);
}

.hp-scene__veil--blueprint {
  background:
    linear-gradient(180deg, rgba(235, 225, 207, 0.82) 0%, rgba(235, 225, 207, 0.65) 45%, rgba(235, 225, 207, 0.88) 100%),
    radial-gradient(ellipse 60% 50% at 50% 40%, rgba(255, 255, 255, 0.35), transparent 70%);
}

.hp-scene__veil--parchment {
  background:
    linear-gradient(180deg, rgba(235, 225, 207, 0.88) 0%, rgba(235, 225, 207, 0.72) 50%, rgba(235, 225, 207, 0.92) 100%),
    radial-gradient(ellipse 55% 45% at 50% 35%, rgba(255, 255, 255, 0.4), transparent 68%);
}

.hp-scene__veil--gradient {
  background:
    linear-gradient(180deg, rgba(30, 26, 22, 0.92) 0%, rgba(80, 70, 58, 0.55) 42%, rgba(235, 225, 207, 0.95) 100%);
}

.hp-scene--prolog .hp-scene__media img,
.hp-scene--bridge .hp-scene__media img {
  object-fit: cover;
  object-position: center;
  filter: saturate(0.35) contrast(1.05);
  opacity: 0.45;
}

.hp-scene--symbiosis {
  min-height: min(85svh, 720px);
  background: var(--hp-parchment);
}

.hp-scene--symbiosis .hp-scene__inner {
  padding-block: clamp(4rem, 10vh, 6rem);
}

.hp-scene__label {
  margin: 0 0 1.5rem;
  font-family: var(--hp-display);
  font-size: clamp(0.72rem, 1vw, 0.82rem);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(80, 65, 45, 0.65);
}

.hp-scene__manifest {
  max-width: 36rem;
  margin: 0 auto 1rem;
  font-family: var(--hp-serif);
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.85;
  color: rgba(45, 38, 28, 0.88);
  text-align: center;
}

.hp-scene__manifest p {
  margin: 0 0 0.85rem;
}

.hp-scene__manifest p:last-child {
  margin-bottom: 0;
}

.hp-bridge__intro {
  margin: 0 0 2rem;
  font-family: var(--hp-serif);
  font-size: clamp(1.1rem, 1.6vw, 1.35rem);
  font-style: italic;
  line-height: 1.55;
  color: rgba(45, 38, 28, 0.8);
}

.hp-bridge__questions {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(0.85rem, 2vh, 1.25rem);
}

.hp-bridge__line {
  margin: 0;
  font-family: var(--hp-serif);
  font-size: clamp(1.15rem, 2.2vw, 1.65rem);
  line-height: 1.35;
  color: rgba(45, 38, 28, 0.85);
}

.hp-bridge__line strong {
  font-weight: 600;
  color: var(--ink);
}

.hp-scene--bridge .hp-bridge__line:nth-child(3) {
  font-size: clamp(1.35rem, 2.8vw, 2rem);
}

.hp-scene__bridge {
  margin: 0 0 2rem;
  max-width: 32rem;
  font-family: var(--hp-serif);
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  line-height: 1.65;
  color: rgba(236, 218, 172, 0.9);
}

.hp-scene__bridge em {
  font-style: italic;
  color: #fff;
}

.hp-scene__heading--symbiosis {
  font-family: var(--hp-serif);
  font-size: clamp(1.65rem, 3.5vw, 2.5rem);
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--ink);
  max-width: 18ch;
  margin-inline: auto;
}

.hp-scene__symbiosis-lead {
  margin: 1.25rem 0 0;
  max-width: 34rem;
  margin-inline: auto;
  font-family: var(--hp-serif);
  font-size: clamp(0.98rem, 1.2vw, 1.08rem);
  line-height: 1.72;
  color: rgba(80, 65, 45, 0.78);
}

.hp-scene__manifest-closer {
  margin: 0 0 1.25rem;
  max-width: 32rem;
  margin-inline: auto;
  font-family: var(--hp-serif);
  font-size: clamp(0.98rem, 1.15vw, 1.05rem);
  line-height: 1.65;
  color: rgba(45, 38, 28, 0.78);
}

.hp-story__wave {
  position: relative;
  z-index: 2;
  height: clamp(3rem, 6vw, 5rem);
  margin-top: -1px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'%3E%3Cpath fill='%23ebe1cf' d='M0,40 C480,80 960,0 1440,50 L1440,80 L0,80 Z'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
}

.hp-scene__inner {
  position: relative;
  z-index: 2;
  width: min(calc(100% - var(--hp-gutter) * 2), var(--hp-max));
  margin-inline: auto;
  padding: calc(var(--nav-height) + 3rem) var(--hp-gutter) clamp(3rem, 8vh, 5rem);
}

.hp-scene__inner--split {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: start;
}

.hp-scene__inner--right {
  max-width: 38rem;
  margin-left: auto;
  margin-right: var(--hp-gutter);
}

.hp-scene__inner--center {
  text-align: center;
  max-width: 42rem;
}

.hp-scene__eyebrow {
  grid-column: 1 / -1;
  margin: 0 0 0.5rem;
  font-family: var(--hp-serif);
  font-size: clamp(0.95rem, 1.3vw, 1.1rem);
  font-style: italic;
  text-align: center;
  color: rgba(60, 50, 38, 0.75);
}

.hp-scene__heading {
  margin: 0;
  font-family: var(--hp-serif);
  font-size: clamp(2.75rem, 6vw, 4.5rem);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.hp-scene--loesung .hp-scene__heading {
  color: var(--cream);
}

.hp-scene__heading--caps {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hp-scene__star {
  display: block;
  margin-bottom: 1rem;
  font-size: 0.85rem;
  color: var(--ink);
}

.hp-scene__tagline {
  margin: 1rem 0 1.75rem;
  font-family: var(--hp-serif);
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  font-style: italic;
  line-height: 1.55;
  color: rgba(60, 50, 38, 0.85);
}

.hp-scene__prose {
  font-family: var(--hp-serif);
  font-size: clamp(0.98rem, 1.15vw, 1.08rem);
  line-height: 1.72;
  color: rgba(45, 38, 28, 0.88);
}

.hp-scene__prose p {
  margin: 0 0 1rem;
}

.hp-scene__prose p:last-child {
  margin-bottom: 0;
}

.hp-scene--loesung .hp-scene__prose {
  color: rgba(210, 198, 174, 0.88);
}

.hp-scene--loesung .hp-scene__prose strong {
  color: var(--cream);
  font-weight: 600;
}

.hp-scene--loesung .hp-scene__prose em {
  display: block;
  margin-top: 1.25rem;
  font-size: 1.15em;
  color: rgba(236, 218, 172, 0.92);
}

.hp-scene__prose--manifest {
  text-align: left;
  font-family: var(--hp-sans);
  font-size: clamp(0.72rem, 0.95vw, 0.82rem);
  letter-spacing: 0.06em;
  line-height: 1.85;
  text-transform: uppercase;
  color: rgba(45, 38, 28, 0.82);
}

.hp-scene__prose--manifest p {
  margin-bottom: 1.1rem;
}

.hp-scene__closing {
  margin-top: 1.5rem !important;
  font-family: var(--font-display);
  font-size: clamp(0.85rem, 1.2vw, 1rem) !important;
  letter-spacing: 0.18em;
  text-align: center;
  color: var(--ink) !important;
}

.hp-scene--prolog-mission {
  position: relative;
  min-height: min(100svh, 960px);
  height: auto;
  overflow: hidden;
  align-items: center;
  display: flex;
  padding: 0;
  background: #120e0a;
}

.hp-scene--prolog-mission .hp-scene__media {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hp-scene--prolog-mission .hp-scene__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  filter: saturate(0.92) contrast(1.04) brightness(0.9);
  opacity: 1;
}

.hp-scene__veil--prolog-mission {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      #0e0c09 0%,
      rgba(14, 12, 9, 0.88) 5%,
      rgba(14, 12, 9, 0.4) 14%,
      transparent 28%
    ),
    radial-gradient(
      ellipse 26% 72% at 50% 48%,
      rgba(248, 242, 228, 0.22) 0%,
      rgba(248, 242, 228, 0.08) 48%,
      transparent 78%
    ),
    linear-gradient(180deg, transparent 72%, rgba(10, 7, 5, 0.4) 100%);
}

.hp-pm {
  width: min(100%, 24rem);
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hp-scene__inner--prolog-mission {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(100% - var(--hp-gutter) * 2), 78rem);
  max-width: none;
  margin: 0 auto;
  padding: clamp(5.5rem, 12vh, 7.5rem) 0 clamp(3.5rem, 8vh, 5.5rem);
  box-sizing: border-box;
  text-align: center;
}

.hp-pm__head {
  margin: 0 0 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hp-pm__kicker {
  margin: 0 0 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  font-family: var(--hp-display);
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(80, 65, 45, 0.75);
  text-shadow: 0 1px 0 rgba(255, 248, 230, 0.35);
}

.hp-pm__kicker span {
  color: var(--bronze, #7a6340);
  letter-spacing: 0;
}

.hp-pm__label {
  margin: 0;
  font-family: var(--hp-display);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(61, 50, 36, 0.82);
  text-shadow: 0 1px 0 rgba(255, 248, 230, 0.35);
}

.hp-pm__vision {
  margin: 0 0 1.25rem;
}

.hp-pm__lead {
  margin: 0 0 0.95rem;
  font-family: var(--hp-serif);
  font-size: clamp(1.15rem, 1.9vw, 1.45rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.35;
  color: #2d261c;
  text-shadow: 0 1px 0 rgba(255, 248, 230, 0.4);
}

.hp-pm__vision p:not(.hp-pm__lead) {
  margin: 0 0 0.75rem;
  font-family: var(--hp-serif);
  font-size: clamp(0.95rem, 1.1vw, 1.02rem);
  line-height: 1.62;
  color: rgba(45, 38, 28, 0.92);
  text-shadow: 0 1px 0 rgba(255, 248, 230, 0.3);
}

.hp-pm__vision p:last-child {
  margin-bottom: 0;
}

.hp-pm__closer {
  margin: 0 0 1.4rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(80, 65, 45, 0.35);
  font-family: var(--hp-serif);
  font-size: clamp(1.05rem, 1.35vw, 1.15rem);
  line-height: 1.55;
  color: #2d261c;
  text-shadow: 0 1px 0 rgba(255, 248, 230, 0.35);
  max-width: 28rem;
}

.hp-pm__closer strong {
  font-family: var(--hp-display);
  font-size: 0.92em;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--bronze, #7a6340);
}

.hp-pm__cta {
  align-self: center;
}

.hp-scene--prolog-mission .btn-outline {
  background: rgba(248, 242, 228, 0.45);
  border-color: rgba(45, 38, 28, 0.55);
  color: #2d261c;
  backdrop-filter: blur(4px);
}

.hp-scene--prolog-mission .btn-outline:hover {
  background: #2d261c;
  border-color: #2d261c;
  color: #f8f2e4;
}

@media (max-width: 900px) {
  .hp-scene--prolog-mission .hp-scene__media img {
    object-position: center 36%;
  }

  .hp-scene__veil--prolog-mission {
    background:
      linear-gradient(
        180deg,
        #0e0c09 0%,
        rgba(14, 12, 9, 0.9) 8%,
        rgba(14, 12, 9, 0.45) 20%,
        transparent 36%
      ),
      radial-gradient(
        ellipse 55% 70% at 50% 44%,
        rgba(10, 7, 5, 0.58) 0%,
        rgba(10, 7, 5, 0.32) 55%,
        transparent 78%
      ),
      linear-gradient(180deg, transparent 70%, rgba(10, 7, 5, 0.72) 88%, rgba(10, 7, 5, 0.88) 100%);
  }

  .hp-scene__inner--prolog-mission {
    align-items: center;
    justify-content: center;
    padding-top: clamp(4.5rem, 12vh, 6rem);
  }

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

.hp-scene--problems {
  min-height: min(88svh, 780px);
  height: auto;
  align-items: flex-start;
  overflow: clip;
  padding: 0;
}

.hp-scene--problems:has(.is-open) {
  overflow: visible;
}

/* Failsafe: tall scenes must stay readable even if IO lags */
html.hp-animate .hp-scene--problems .hp-scene__inner,
html.hp-animate .hp-scene--prolog-mission .hp-scene__inner {
  opacity: 1;
  transform: none;
}

.hp-scene--problems .hp-scene__media img {
  object-position: center 45%;
  filter: saturate(0.45) contrast(1.08) brightness(0.55);
}

.hp-scene__veil--problems {
  background:
    linear-gradient(180deg, rgba(14, 11, 8, 0.72) 0%, rgba(14, 11, 8, 0.88) 40%, rgba(14, 11, 8, 0.96) 100%),
    radial-gradient(ellipse 70% 40% at 50% 0%, rgba(232, 176, 96, 0.12), transparent 60%);
}

.hp-scene__inner--problems {
  position: relative;
  z-index: 2;
  width: min(calc(100% - var(--hp-gutter) * 2), 72rem);
  max-width: none;
  margin-inline: auto;
  padding: clamp(5.5rem, 12vh, 7rem) 0 clamp(4rem, 9vh, 6rem);
  color: var(--cream);
}

.hp-pr__intro {
  max-width: 40rem;
  margin-bottom: 1.5rem;
}

.hp-pr__kicker {
  margin: 0 0 1rem;
  font-family: var(--hp-display);
  font-size: 0.68rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold-bright, #d4af5a);
}

.hp-pr__title {
  margin: 0 0 1.25rem;
  font-family: var(--hp-serif);
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--cream);
}

.hp-pr__lead {
  margin: 0;
  font-family: var(--hp-serif);
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  font-style: italic;
  line-height: 1.45;
  color: rgba(236, 218, 172, 0.92);
}

.hp-pr__teaser {
  margin: 0 0 1.5rem;
  max-width: 40rem;
  font-family: var(--hp-serif);
  font-size: clamp(1.02rem, 1.35vw, 1.12rem);
  line-height: 1.7;
  color: rgba(220, 208, 186, 0.88);
}

.hp-pr__more {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.55s var(--hp-ease, cubic-bezier(0.22, 1, 0.36, 1));
}

.hp-scene__inner--problems.is-open .hp-pr__more {
  grid-template-rows: 1fr;
}

.hp-pr__more-inner {
  overflow: hidden;
  min-height: 0;
  opacity: 0;
  transform: translateY(-0.5rem);
  transition:
    opacity 0.4s ease,
    transform 0.45s var(--hp-ease, cubic-bezier(0.22, 1, 0.36, 1));
}

.hp-scene__inner--problems.is-open .hp-pr__more-inner {
  opacity: 1;
  transform: none;
  transition-delay: 0.08s;
}

.hp-pr__toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0.25rem 0 0;
  padding: 0.85rem 1.35rem;
  border: 1px solid rgba(212, 175, 90, 0.4);
  background: rgba(248, 242, 228, 0.08);
  color: var(--cream, #f8f2e4);
  font-family: var(--hp-display);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease;
}

.hp-pr__toggle:hover {
  background: rgba(212, 175, 90, 0.18);
  border-color: rgba(212, 175, 90, 0.7);
  color: var(--gold-bright, #d4af5a);
}

.hp-pr__toggle:focus-visible {
  outline: 2px solid var(--gold-bright, #d4af5a);
  outline-offset: 3px;
}

.hp-pr__toggle-icon {
  width: 0.65rem;
  height: 0.65rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transition: transform 0.3s ease;
}

.hp-scene__inner--problems.is-open .hp-pr__toggle-icon {
  transform: rotate(-135deg) translateY(-1px);
}

.hp-scene__inner--problems.is-open .hp-pr__teaser {
  display: none;
}

.hp-pr__chapters {
  display: flex;
  flex-direction: column;
  gap: clamp(2.75rem, 7vh, 4.5rem);
  padding-top: 0.5rem;
  margin-bottom: 0.25rem;
}

@media (prefers-reduced-motion: reduce) {
  .hp-pr__more,
  .hp-pr__more-inner,
  .hp-pr__toggle-icon {
    transition: none;
  }
}

.hp-pr__chapter-label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 1.25rem;
  font-family: var(--hp-display);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(232, 176, 96, 0.85);
}

.hp-pr__chapter-label span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.75rem;
  color: var(--gold-bright, #d4af5a);
}

.hp-pr__chapter-lead {
  margin: 0 0 1.5rem;
  max-width: 38rem;
  font-family: var(--hp-serif);
  font-size: clamp(1.08rem, 1.6vw, 1.25rem);
  font-style: italic;
  line-height: 1.5;
  color: rgba(236, 218, 172, 0.9);
}

.hp-pr__prose {
  max-width: 42rem;
}

.hp-pr__prose p {
  margin: 0 0 1rem;
  font-family: var(--hp-serif);
  font-size: clamp(1rem, 1.25vw, 1.1rem);
  line-height: 1.75;
  color: rgba(220, 208, 186, 0.88);
}

.hp-pr__prose p:last-child {
  margin-bottom: 0;
}

.hp-pr__triad {
  list-style: none;
  margin: 1.75rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(212, 175, 90, 0.2);
  border: 1px solid rgba(212, 175, 90, 0.22);
}

.hp-pr__triad li {
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  background: rgba(22, 18, 14, 0.92);
}

.hp-pr__triad-num {
  display: block;
  margin-bottom: 0.75rem;
  font-family: var(--hp-display);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  color: var(--gold-bright, #d4af5a);
}

.hp-pr__triad h3 {
  margin: 0 0 0.75rem;
  font-family: var(--hp-serif);
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  font-weight: 500;
  line-height: 1.3;
  color: var(--cream);
}

.hp-pr__triad p {
  margin: 0;
  font-family: var(--hp-serif);
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(210, 198, 174, 0.78);
}

.hp-pr__compass {
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.hp-pr__compass li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.15rem 1.25rem;
  border: 1px solid rgba(212, 175, 90, 0.22);
  background: rgba(28, 22, 16, 0.75);
}

.hp-pr__compass-q {
  font-family: var(--hp-display);
  font-size: 0.85rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-bright, #d4af5a);
  padding-top: 0.15rem;
}

.hp-pr__compass p {
  margin: 0;
  font-family: var(--hp-serif);
  font-size: 0.98rem;
  line-height: 1.55;
  color: rgba(220, 208, 186, 0.88);
}

.hp-pr__compass strong {
  color: var(--cream);
  font-weight: 600;
}

.hp-pr__solved {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid rgba(212, 175, 90, 0.2);
}

.hp-pr__solved li {
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  gap: 1.25rem;
  padding: 1.35rem 0;
  border-bottom: 1px solid rgba(212, 175, 90, 0.16);
}

.hp-pr__solved-num {
  font-family: var(--hp-display);
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  color: var(--gold-bright, #d4af5a);
  padding-top: 0.2rem;
}

.hp-pr__solved h3 {
  margin: 0 0 0.55rem;
  font-family: var(--hp-serif);
  font-size: clamp(1.1rem, 1.6vw, 1.3rem);
  font-weight: 500;
  color: var(--cream);
}

.hp-pr__solved p {
  margin: 0;
  max-width: 42rem;
  font-family: var(--hp-serif);
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(210, 198, 174, 0.82);
}

.hp-pr__horizon {
  margin-top: 0.5rem;
  padding: clamp(1.75rem, 3.5vw, 2.5rem);
  border: 1px solid rgba(212, 175, 90, 0.28);
  background:
    linear-gradient(165deg, rgba(42, 34, 24, 0.95), rgba(18, 14, 10, 0.98));
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.35);
}

.hp-pr__horizon-lead {
  margin: 0 0 1.25rem;
  font-family: var(--hp-serif);
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
  font-style: italic;
  line-height: 1.4;
  color: rgba(236, 218, 172, 0.95);
}

.hp-pr__not {
  list-style: none;
  margin: 1.5rem 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.55rem 1.5rem;
}

.hp-pr__not li {
  font-family: var(--hp-display);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(210, 198, 174, 0.7);
}

.hp-pr__identity {
  margin: 0 0 1.5rem;
  max-width: 40rem;
  font-family: var(--hp-serif);
  font-size: clamp(1.05rem, 1.5vw, 1.18rem);
  line-height: 1.65;
  color: rgba(236, 218, 172, 0.92);
}

.hp-pr__closing {
  margin: 0 0 1.75rem;
  font-family: var(--hp-serif);
  font-size: clamp(1.15rem, 1.8vw, 1.35rem);
  line-height: 1.55;
  color: var(--cream);
}

.hp-pr__closing strong {
  display: inline;
  color: var(--gold-bright, #d4af5a);
  font-weight: 600;
}

.hp-pr__cta {
  align-self: flex-start;
}

@media (max-width: 900px) {
  .hp-pr__triad,
  .hp-pr__compass,
  .hp-pr__not {
    grid-template-columns: 1fr;
  }

  .hp-pr__solved li {
    grid-template-columns: 2.5rem 1fr;
    gap: 0.85rem;
  }
}

.hp-scene--manifest .hp-scene__media img {
  object-position: center bottom;
  filter: saturate(0.15) contrast(1.05);
}

/* —— Stimmen (Text auf der Wand · Filmszene) —— */
.hp-chapter--stimmen {
  position: relative;
  isolation: isolate;
  min-height: min(100svh, 960px);
  padding: clamp(5.5rem, 12vh, 7.5rem) 0 clamp(4rem, 9vh, 6rem);
  border-block: none;
  background: #120e0a;
  overflow: hidden;
}

.hp-stimmen__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hp-stimmen__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 18% 42%;
  filter: saturate(0.9) contrast(1.06) brightness(0.95);
}

.hp-stimmen__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(18, 12, 8, 0.55) 0%,
      rgba(18, 12, 8, 0.38) 28%,
      rgba(18, 12, 8, 0.12) 48%,
      transparent 62%
    ),
    linear-gradient(180deg, rgba(12, 9, 6, 0.35) 0%, transparent 18%, transparent 78%, rgba(12, 9, 6, 0.45) 100%);
}

.hp-stimmen__inner {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: min(calc(100% - var(--hp-gutter) * 2), 78rem);
}

.hp-stimmen__page {
  width: min(100%, 36rem);
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  transform: none;
}

.hp-chapter--stimmen .hp-title,
.hp-chapter--stimmen .hp-title em {
  color: #f3e6c8;
  text-shadow:
    0 1px 0 rgba(20, 14, 8, 0.55),
    0 8px 28px rgba(0, 0, 0, 0.35);
}

.hp-chapter--stimmen .hp-title {
  font-size: clamp(1.85rem, 3.8vw, 2.85rem);
  margin-bottom: 0.75rem;
}

.hp-chapter--stimmen .hp-lead {
  color: rgba(220, 200, 160, 0.82);
  max-width: 28rem;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.4);
}

.hp-chapter--stimmen .hp-kicker {
  color: rgba(212, 175, 90, 0.72);
  margin-bottom: 0.85rem;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.hp-chapter--stimmen .hp-kicker span {
  color: var(--gold-bright, #d4af5a);
}

.hp-stimmen {
  margin-top: clamp(1.5rem, 3vh, 2.25rem);
  max-width: none;
}

.hp-stimmen__quote {
  margin: 0 0 1.35rem;
  padding: 0 0 0 1.05rem;
  border: none;
  border-left: 1px solid rgba(212, 175, 90, 0.55);
  background: transparent;
  box-shadow: none;
}

.hp-stimmen__quote p {
  margin: 0;
  font-family: var(--hp-serif);
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  font-style: italic;
  line-height: 1.4;
  color: #f6ecd0;
  text-shadow:
    0 1px 0 rgba(20, 14, 8, 0.5),
    0 6px 22px rgba(0, 0, 0, 0.35);
}

.hp-stimmen__preface {
  margin: 0 0 1.1rem;
  font-family: var(--hp-serif);
  font-size: clamp(1.02rem, 1.25vw, 1.1rem);
  line-height: 1.72;
  color: rgba(232, 216, 184, 0.9);
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.45);
}

.hp-stimmen__more {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.55s var(--hp-ease, cubic-bezier(0.22, 1, 0.36, 1));
}

.hp-stimmen.is-open .hp-stimmen__more {
  grid-template-rows: 1fr;
}

.hp-stimmen__more-inner {
  overflow: hidden;
  min-height: 0;
  opacity: 0;
  transform: translateY(-0.5rem);
  transition:
    opacity 0.4s ease,
    transform 0.45s var(--hp-ease, cubic-bezier(0.22, 1, 0.36, 1));
}

.hp-stimmen.is-open .hp-stimmen__more-inner {
  opacity: 1;
  transform: none;
  transition-delay: 0.08s;
}

.hp-stimmen__preface-label {
  margin: 0 0 1.25rem;
  font-family: var(--hp-display);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(212, 175, 90, 0.85);
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
}

.hp-stimmen__points {
  list-style: none;
  margin: 0 0 clamp(1.35rem, 2.5vh, 2rem);
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(1.1rem, 2vh, 1.5rem);
}

.hp-stimmen__point {
  padding: 0 0 0 1rem;
  border-left: 1px solid rgba(212, 175, 90, 0.28);
}

.hp-stimmen__point-title {
  margin: 0 0 0.5rem;
  font-family: var(--hp-serif);
  font-size: clamp(1.05rem, 1.45vw, 1.18rem);
  font-weight: 500;
  line-height: 1.3;
  color: #f3e6c8;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.4);
}

.hp-stimmen__point-title span {
  display: inline-block;
  margin-right: 0.5rem;
  font-family: var(--hp-display);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  color: rgba(212, 175, 90, 0.9);
  vertical-align: 0.08em;
}

.hp-stimmen__point p {
  margin: 0;
  font-family: var(--hp-serif);
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(226, 210, 178, 0.88);
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.4);
}

.hp-stimmen__closing {
  margin: 0 0 0.35rem;
  padding: 1.15rem 0 0;
  background: none;
  border: none;
  border-top: 1px solid rgba(212, 175, 90, 0.28);
}

.hp-stimmen__closing-label {
  margin: 0 0 0.7rem;
  font-family: var(--hp-display);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(212, 175, 90, 0.9);
}

.hp-stimmen__closing > p:not(.hp-stimmen__closing-label):not(.hp-stimmen__call) {
  margin: 0 0 0.85rem;
  font-family: var(--hp-serif);
  font-size: clamp(1rem, 1.2vw, 1.08rem);
  line-height: 1.68;
  color: rgba(232, 216, 184, 0.9);
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.45);
}

.hp-stimmen__call {
  margin: 0;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(212, 175, 90, 0.22);
  font-family: var(--hp-serif);
  font-size: clamp(1.02rem, 1.25vw, 1.12rem);
  font-style: italic;
  line-height: 1.55;
  color: var(--gold-bright, #d4af5a);
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.45);
}

.hp-stimmen__toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0.35rem 0 1.5rem;
  padding: 0.85rem 1.35rem;
  border: 1px solid rgba(236, 218, 172, 0.4);
  background: rgba(14, 11, 8, 0.28);
  backdrop-filter: blur(4px);
  color: #f3e6c8;
  font-family: var(--hp-display);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease;
}

.hp-stimmen__toggle:hover {
  background: rgba(236, 218, 172, 0.12);
  border-color: rgba(236, 218, 172, 0.75);
  color: #fff;
}

.hp-stimmen__toggle:focus-visible {
  outline: 2px solid var(--gold-bright, #d4af5a);
  outline-offset: 3px;
}

.hp-stimmen__toggle-icon {
  width: 0.65rem;
  height: 0.65rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transition: transform 0.3s ease;
}

.hp-stimmen.is-open .hp-stimmen__toggle-icon {
  transform: rotate(-135deg) translateY(-1px);
}

.hp-chapter--stimmen .hp-actions {
  margin-top: 0.25rem;
}

.hp-chapter--stimmen .btn-primary {
  background: rgba(14, 11, 8, 0.4);
  border-color: rgba(236, 218, 172, 0.45);
  color: #f3e6c8;
}

.hp-chapter--stimmen .btn-primary:hover {
  background: rgba(236, 218, 172, 0.14);
  border-color: rgba(236, 218, 172, 0.8);
  color: #fff;
}

.hp-chapter--stimmen .hp-link {
  color: rgba(220, 200, 160, 0.85);
}

.hp-chapter--stimmen .hp-link:hover {
  color: var(--gold-bright, #d4af5a);
}

html.hp-animate .hp-chapter.is-visible .hp-stimmen__page { transition-delay: 0.14s; }

@media (max-width: 900px) {
  .hp-stimmen__inner {
    justify-content: stretch;
    align-items: flex-end;
  }

  .hp-stimmen__page {
    width: 100%;
    padding-bottom: 0.5rem;
  }

  .hp-stimmen__media img {
    object-position: 35% 30%;
  }

  .hp-stimmen__veil {
    background:
      linear-gradient(180deg, rgba(12, 9, 6, 0.25) 0%, rgba(12, 9, 6, 0.2) 35%, rgba(12, 9, 6, 0.72) 68%, rgba(12, 9, 6, 0.88) 100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hp-stimmen__more,
  .hp-stimmen__more-inner,
  .hp-stimmen__toggle-icon {
    transition: none;
  }
}

/* —— 03 System —— */
.hp-chapter--system {
  padding: var(--hp-section) 0;
  margin-top: -1px;
  background:
    radial-gradient(ellipse 85% 55% at 50% 0%, rgba(232, 176, 96, 0.07), transparent 58%),
    linear-gradient(180deg, #ebe1cf 0%, var(--parchment) 50%, #ebe1cf 100%);
  border-block: 1px solid rgba(122, 99, 64, 0.14);
}

.hp-chapter--system .hp-title,
.hp-chapter--system .hp-title em {
  color: var(--ink);
}

.hp-chapter--system .hp-lead {
  color: #5c4e38;
}

.hp-chapter--system .hp-kicker {
  color: rgba(107, 93, 72, 0.75);
}

.hp-chapter--system .hp-kicker span {
  color: var(--bronze);
}

.hp-system {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: clamp(2.5rem, 5vh, 3.5rem);
  background: rgba(122, 99, 64, 0.16);
}

.hp-system__col {
  padding: clamp(1.75rem, 3vw, 2.5rem);
  background: rgba(248, 242, 228, 0.92);
}

.hp-system__num {
  display: block;
  margin-bottom: 0.85rem;
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-style: italic;
  color: var(--bronze);
}

.hp-system__col h3 {
  margin: 0 0 0.75rem;
  font-family: var(--hp-serif);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 500;
  color: var(--ink);
}

.hp-system__col p {
  margin: 0;
  font-family: var(--hp-serif);
  font-size: 0.98rem;
  line-height: 1.62;
  color: #5c4e38;
}

.hp-system__visual {
  margin-top: clamp(2.5rem, 5vh, 3.5rem);
  display: grid;
  grid-template-columns: minmax(0, 280px) 1fr;
  gap: clamp(2rem, 4vw, 3rem);
  align-items: end;
}

.hp-system__plate {
  margin: 0;
  overflow: hidden;
  background: var(--parchment-deep);
  border: 1px solid rgba(122, 99, 64, 0.16);
}

.hp-system__plate img {
  display: block;
  width: 100%;
  max-height: 420px;
  aspect-ratio: 3 / 4;
  object-fit: contain;
  object-position: center;
}

.hp-system__note {
  margin: 0;
  padding-left: 1.25rem;
  border-left: 1px solid rgba(122, 99, 64, 0.28);
  font-family: var(--hp-serif);
  font-size: 1.05rem;
  font-style: italic;
  line-height: 1.65;
  color: #6b5d48;
}

/* —— 04 Belege —— */
.hp-chapter--proof {
  padding: var(--hp-section) 0;
  background:
    radial-gradient(ellipse 70% 50% at 50% 100%, rgba(61, 90, 98, 0.08), transparent 55%),
    linear-gradient(180deg, #1f1914 0%, #2a221a 50%, #1a1410 100%);
  border-block: 1px solid rgba(122, 99, 64, 0.22);
}

.hp-chapter--proof .hp-title,
.hp-chapter--proof .hp-title em {
  color: var(--cream);
}

.hp-chapter--proof .hp-lead {
  color: rgba(210, 198, 174, 0.78);
}

.hp-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.25rem, 2.5vw, 2rem);
  margin-top: clamp(2.5rem, 5vh, 3.5rem);
}

.hp-proof__card {
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 90, 0.22);
  background: linear-gradient(165deg, rgba(46, 38, 28, 0.95), rgba(26, 20, 16, 0.98));
}

.hp-proof__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #120e0a;
}

.hp-proof__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}

.hp-proof__card:hover .hp-proof__media img {
  transform: scale(1.03);
}

.hp-proof__body {
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  display: flex;
  flex-direction: column;
  flex: 1;
}

.hp-proof__num {
  display: block;
  margin-bottom: 0.75rem;
  font-family: var(--font-display);
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: var(--gold-bright);
}

.hp-proof__card h3 {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 1.8vw, 1.35rem);
  font-weight: 500;
  color: var(--cream);
}

.hp-proof__card p {
  margin: 0 0 1.25rem;
  font-size: 0.98rem;
  line-height: 1.65;
  color: rgba(210, 198, 174, 0.75);
}

html.hp-animate .hp-proof__card {
  opacity: 0;
  transform: translateY(1.25rem);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

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

html.hp-animate .hp-chapter.is-visible .hp-proof__card:nth-child(1) { transition-delay: 0.1s; }
html.hp-animate .hp-chapter.is-visible .hp-proof__card:nth-child(2) { transition-delay: 0.2s; }
html.hp-animate .hp-chapter.is-visible .hp-proof__card:nth-child(3) { transition-delay: 0.3s; }

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

/* —— 05 EcoSabil cycle —— */
.hp-chapter--ecosabil {
  padding: var(--hp-section) 0;
  background:
    radial-gradient(ellipse 70% 45% at 50% 0%, rgba(232, 176, 96, 0.05), transparent 62%),
    linear-gradient(180deg, var(--bg-mid) 0%, var(--charcoal) 100%);
}

.hp-cycle {
  position: relative;
  margin-top: clamp(2.5rem, 5vh, 4rem);
  min-height: 280px;
}

.hp-cycle__svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-height: 140px;
  top: 38%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.5;
}

.hp-cycle__track {
  fill: none;
  stroke: rgba(201, 168, 76, 0.28);
  stroke-width: 1;
  stroke-dasharray: 6 8;
}

.hp-cycle__flow {
  fill: none;
  stroke: rgba(232, 176, 96, 0.45);
  stroke-width: 1.5;
  marker-end: url(#hp-arrow);
}

.hp-cycle__nodes {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.25rem, 3vw, 2rem);
}

.hp-cycle__node {
  display: block;
  text-decoration: none;
  color: inherit;
}

.hp-cycle__node:hover .hp-cycle__img img {
  transform: scale(1.04);
}

.hp-cycle__img {
  overflow: hidden;
  margin-bottom: 1.15rem;
}

.hp-cycle__img img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  transition: transform 0.75s var(--hp-ease);
}

.hp-cycle__label {
  display: block;
  margin-bottom: 0.5rem;
  font-family: var(--hp-sans);
  font-size: 0.56rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(168, 152, 120, 0.55);
}

.hp-cycle__node h3 {
  margin: 0 0 0.45rem;
  font-family: var(--hp-serif);
  font-size: clamp(1.35rem, 2vw, 1.65rem);
  font-weight: 500;
  color: var(--cream);
}

.hp-cycle__node p {
  margin: 0;
  font-family: var(--hp-serif);
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(168, 152, 120, 0.75);
}

.hp-cycle__legend {
  margin: clamp(2rem, 4vh, 2.75rem) 0 0;
  text-align: center;
  font-family: var(--hp-serif);
  font-size: clamp(0.95rem, 1.2vw, 1.08rem);
  font-style: italic;
  letter-spacing: 0.04em;
  color: rgba(201, 168, 76, 0.55);
}

/* —— 05 Werke + Kontakt —— */
.hp-chapter--werke {
  padding: var(--hp-section) 0 calc(var(--hp-section) * 0.85);
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(232, 176, 96, 0.06), transparent 58%),
    linear-gradient(180deg, #ebe1cf 0%, var(--parchment) 32%, #ddd0b8 100%);
}

.hp-chapter--werke .hp-kicker,
.hp-chapter--werke .hp-title,
.hp-chapter--werke .hp-lead {
  color: var(--ink);
}

.hp-chapter--werke .hp-title em {
  color: var(--bronze);
}

.hp-chapter--werke .hp-lead {
  color: #5c4e38;
}

.hp-chapter--werke .hp-kicker span {
  color: var(--bronze);
}

/* Signature — Haus des Rechts */
.hp-signature {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.85fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  margin-top: clamp(2.5rem, 5vh, 3.5rem);
  align-items: center;
}

.hp-signature__arch {
  position: relative;
  overflow: hidden;
  min-height: clamp(320px, 38vh, 520px);
  background: #1a1410;
  border: 1px solid rgba(122, 99, 64, 0.2);
}

.hp-signature__arch img {
  width: 100%;
  height: 100%;
  min-height: clamp(320px, 38vh, 520px);
  object-fit: cover;
  object-position: center top;
}

.hp-signature__compass {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  width: clamp(88px, 12vw, 120px);
  height: clamp(88px, 12vw, 120px);
  opacity: 0.88;
}

.hp-signature__body h3 {
  margin: 0 0 0.85rem;
  font-family: var(--hp-serif);
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 500;
  color: var(--ink);
}

.hp-signature__body p {
  margin: 0 0 1.25rem;
  font-family: var(--hp-serif);
  font-size: 1.05rem;
  line-height: 1.68;
  color: #5c4e38;
}

.hp-signature__badge {
  display: inline-block;
  margin-bottom: 1rem;
  font-family: var(--hp-sans);
  font-size: 0.56rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--bronze);
}

.hp-imprint {
  display: grid;
  grid-template-columns: minmax(0, 120px) 1fr auto;
  gap: 1.5rem 2rem;
  align-items: center;
  margin-top: clamp(2.5rem, 4vh, 3rem);
  padding-top: clamp(2rem, 3vh, 2.5rem);
  border-top: 1px solid rgba(122, 99, 64, 0.18);
}

.hp-imprint__cover {
  margin: 0;
  width: 100%;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
}

.hp-imprint__cover img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.hp-imprint__body h3 {
  margin: 0 0 0.5rem;
  font-family: var(--hp-serif);
  font-size: 1.45rem;
  color: var(--ink);
}

.hp-imprint__body p {
  margin: 0;
  font-family: var(--hp-serif);
  font-size: 0.98rem;
  line-height: 1.6;
  color: #5c4e38;
}

/* Contact block */
.hp-contact {
  margin-top: clamp(3.5rem, 7vh, 5rem);
  padding: clamp(2.5rem, 5vh, 3.5rem) clamp(1.5rem, 4vw, 2.5rem);
  text-align: center;
  background:
    radial-gradient(ellipse 70% 55% at 50% 100%, rgba(232, 176, 96, 0.08), transparent 62%),
    rgba(14, 11, 8, 0.96);
  border: 1px solid rgba(122, 99, 64, 0.16);
}

.hp-contact .hp-title {
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  margin-inline: auto;
  max-width: 12ch;
  color: var(--cream);
}

.hp-contact .hp-title em {
  color: rgba(236, 218, 172, 0.9);
}

.hp-contact .hp-lead {
  margin-inline: auto;
  text-align: center;
  color: rgba(168, 152, 120, 0.75);
}

.hp-contact .hp-actions {
  justify-content: center;
}

.hp-contact__mail {
  margin: 1.75rem 0 0;
}

body.home-page .site-footer {
  border-top: 1px solid rgba(122, 99, 64, 0.14);
}

/* Responsive */
@media (max-width: 1024px) {
  .hp-chapter--hero {
    grid-template-rows: minmax(0, 1fr) auto;
  }

  .hp-hero__stage {
    padding-inline: clamp(0.75rem, 3vw, 1.25rem);
  }

  .hp-hero__media img {
    max-height: min(58svh, 640px);
  }

  .hp-hero__content {
    padding-bottom: clamp(4rem, 10vh, 5.5rem);
  }

  .hp-hero__veil {
    background:
      linear-gradient(180deg, rgba(14, 12, 9, 0.4) 0%, transparent 16%),
      linear-gradient(180deg, transparent 50%, rgba(14, 12, 9, 0.65) 78%, rgba(14, 12, 9, 0.92) 100%);
  }

  .hp-scene__inner--split {
    grid-template-columns: 1fr;
  }

  .hp-scene__heading {
    margin-bottom: 0.5rem;
  }

  .hp-scene__inner--right {
    max-width: none;
    margin-inline: auto;
  }

  .hp-scene__prose--manifest {
    text-align: center;
  }

  .hp-system {
    grid-template-columns: 1fr;
  }

  .hp-system__visual {
    grid-template-columns: 1fr;
  }

  .hp-cycle__nodes {
    grid-template-columns: 1fr;
  }

  .hp-cycle__svg {
    display: none;
  }

  .hp-signature {
    grid-template-columns: 1fr;
  }

  body.home-page .story-nav {
    display: none;
  }
}

@media (max-width: 640px) {
  .hp-imprint {
    grid-template-columns: 90px 1fr;
  }

  .hp-imprint .hp-link {
    grid-column: 1 / -1;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.hp-animate .hp-kicker,
  html.hp-animate .hp-title,
  html.hp-animate .hp-lead,
  html.hp-animate .hp-actions,
  html.hp-animate .hp-system__col,
  html.hp-animate .hp-scene:not(.is-visible) .hp-scene__inner,
  html.hp-animate .hp-scene:not(.is-visible) .hp-pm__layout,
  html.hp-animate .hp-scene:not(.is-visible) .hp-bridge__line,
  html.hp-animate .hp-system__visual,
  html.hp-animate .hp-cycle__node,
  html.hp-animate .hp-cycle__legend,
  html.hp-animate .hp-signature,
  html.hp-animate .hp-imprint,
  html.hp-animate .hp-stimmen__page {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
