/* =========================================================================
   GONGAUSBILDUNG.DE — Homepage neu (Testfassung 03.09.2026)
   Liegt auf style.css: alle Farben, Schriften, Abstaende und die Bausteine
   Header, Footer, Buttons, Eyebrow, Facts, Frow, Trainer, Voices kommen von dort.
   Hier nur die neuen Sektionen (Praefix hn-) und die Bewegung.
   Vorgabe Alexander: super modern, Luxus, hochwertig, grossformatig,
   interaktiv, Bewegung. Farben nur aus :root, Schrift nur Syntax LT Pro,
   Kante statt Glow, kein Bildradius, Eyebrow statt Icon.
   ========================================================================= */

:root {
  --hn-ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --hn-sec: clamp(112px, 12vw, 200px);
  --hn-fs-h2: clamp(2.4rem, 4.6vw, 4.5rem);
}

body.hn { background: var(--white); }

/* Grosse H2 auf dieser Seite: ruhig, ohne Bold-Poster */
.hn h2 { font-size: var(--hn-fs-h2); letter-spacing: -0.03em; line-height: 1.02; }

/* Kopfzeile und Burger-Menue: seit 04.09.2026 komplett in style.css (Umschaltpunkt 1420px,
   Untermenues als Akkordeon). Hier steht dazu nichts mehr. */
/* Ueber dem Video-Hero: Dropdown-Panel bleibt weiss und lesbar, aber links ohne Runde */
.hn .nav-drop__menu { border-radius: 0; }

/* ---------- 1 · Hero: Vollbild, Video skaliert beim Scrollen ---------- */
.hn-hero {
  position: relative;
  min-height: min(100vh, 1200px);
  min-height: min(100svh, 1200px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
}
.hn-hero__media {
  position: absolute; inset: 0; z-index: -2;
  transform: scale(var(--hs, 1)) translateY(var(--hy, 0px));
  transform-origin: 50% 40%;
  will-change: transform;
}
.hn-hero__img, .hn-hero__vid {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: 50% 46%;
  filter: brightness(0.94) saturate(1);
}
.hn-hero__vid { z-index: 1; }
.hn-hero__scrim {
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(90deg, rgba(20,19,17,0.66) 0%, rgba(20,19,17,0.36) 32%, rgba(20,19,17,0) 62%),
    linear-gradient(0deg, rgba(20,19,17,0.82) 0%, rgba(20,19,17,0.16) 44%, rgba(20,19,17,0) 66%),
    linear-gradient(180deg, rgba(20,19,17,0.5) 0%, rgba(20,19,17,0) 22%);
}
.hn-hero__foot { width: 100%; padding-bottom: clamp(44px, 5.5vw, 88px); opacity: var(--ho, 1); transform: translateY(var(--ht, 0px)); }
.hn-hero__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(20px, 3vw, 48px);
  align-items: end;
}
.hn-hero__body { grid-column: 1 / 10; }
.hn-hero__aside { grid-column: 10 / 13; display: flex; flex-direction: column; align-items: flex-end; gap: 34px; }

.hn-hero__eyebrow {
  font-size: calc(var(--fs-micro) * 1.15); font-weight: 700; letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--gold-soft); margin-bottom: clamp(20px, 2.2vw, 30px);
  text-shadow: 0 1px 16px rgba(8,7,6,0.5);
}
.hn-hero__title {
  color: #fff;
  font-size: clamp(3.4rem, 9.4vw, 10rem);
  line-height: 0.94;
  letter-spacing: -0.04em;
  font-weight: 400;
  text-shadow: 0 1px 34px rgba(8,7,6,0.5);
  max-width: 12ch;
}
.hn-hero__title .shift { display: block; }
.hn-hero__lede {
  color: rgba(255,255,255,0.94); max-width: 44ch; margin-top: clamp(22px, 2.4vw, 32px);
  font-size: var(--fs-lede); line-height: 1.5;
  text-shadow: 0 1px 18px rgba(8,7,6,0.45);
}
.hn-hero__actions { display: flex; align-items: center; gap: 30px; margin-top: clamp(28px, 3vw, 40px); flex-wrap: wrap; }
.hn-hero__actions .textlink { color: #fff; border-color: rgba(255,255,255,0.4); }
.hn-hero__actions .textlink:hover { color: var(--gold-soft); border-color: var(--gold-soft); }
.hn-hero__actions .textlink .arr { color: var(--gold-soft); }

.hn-hero__meta { list-style: none; margin: 0; padding: 0; text-align: right; }
.hn-hero__meta li {
  font-size: var(--fs-micro); font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(255,255,255,0.84); padding: 10px 0; border-top: 1px solid rgba(255,255,255,0.26);
  text-shadow: 0 1px 12px rgba(8,7,6,0.5);
}
.hn-hero__meta li:last-child { border-bottom: 1px solid rgba(255,255,255,0.26); }

/* Scroll-Hinweis: eine duenne Linie, die ruhig laeuft */
.hn-scrollcue { display: block; width: 1px; height: 72px; position: relative; overflow: hidden; background: rgba(255,255,255,0.22); }
.hn-scrollcue span { position: absolute; left: 0; top: 0; width: 100%; height: 40%; background: var(--gold); animation: hn-cue 2.2s var(--hn-ease-out) infinite; }
@keyframes hn-cue { 0% { transform: translateY(-100%); } 60% { transform: translateY(250%); } 100% { transform: translateY(250%); } }

/* Einblendung beim Laden, gestaffelt */
.hn-hero__eyebrow, .hn-hero__title, .hn-hero__lede, .hn-hero__actions, .hn-hero__aside {
  animation: hn-up 1.1s var(--hn-ease-out) both;
}
.hn-hero__title { animation-delay: 0.1s; }
.hn-hero__lede { animation-delay: 0.25s; }
.hn-hero__actions { animation-delay: 0.38s; }
.hn-hero__aside { animation-delay: 0.5s; }
@keyframes hn-up { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }

/* ---------- Laufband ---------- */
.hn-ticker { background: var(--black); color: var(--paper); overflow: hidden; border-bottom: 1px solid var(--rule-dark); }
.hn-ticker__track { display: flex; align-items: center; gap: 0; width: max-content; padding: 22px 0; animation: hn-ticker 46s linear infinite; }
.hn-ticker__track span {
  font-size: var(--fs-micro); font-weight: 700; letter-spacing: 0.26em; text-transform: uppercase; white-space: nowrap;
  color: rgba(250,244,234,0.86);
}
.hn-ticker__track i { display: inline-block; width: 6px; height: 6px; background: var(--gold); margin: 0 clamp(28px, 3vw, 56px); transform: rotate(45deg); }
@keyframes hn-ticker { from { transform: translateX(0); } to { transform: translateX(-33.333%); } }
.hn-ticker:hover .hn-ticker__track { animation-play-state: paused; }

/* ---------- 2 · Manifest: grosse Aussage, Woerter kommen gestaffelt ---------- */
/* Ein Satz auf der Gongoberflaeche, grossformatig. Textmenge auf Alexanders Ansage
   vom 04.09.2026 reduziert: der Satz traegt, das Bild gestaltet, die Zahlen bleiben. */
.hn-mf {
  position: relative; isolation: isolate; overflow: hidden;
  min-height: min(88vh, 960px);
  display: flex; align-items: flex-end;
  padding-block: clamp(72px, 8vw, 128px);
  background: var(--ink); color: var(--paper);
}
.hn-mf__img {
  position: absolute; left: 0; right: 0; top: -7%; height: 114%; width: 100%; z-index: -2;
  object-fit: cover; object-position: 50% 50%;
  transform: scale(1.06) translateY(var(--plx, 0%));
  filter: brightness(0.82) saturate(0.9);
  will-change: transform;
}
.hn-mf__scrim {
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(0deg, rgba(20,19,17,0.86) 0%, rgba(20,19,17,0.42) 46%, rgba(20,19,17,0.12) 100%),
    linear-gradient(90deg, rgba(20,19,17,0.5) 0%, rgba(20,19,17,0) 55%);
}
.hn-mf__grid { position: relative; width: 100%; display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(24px, 3vw, 48px); align-items: end; }
.hn-mf__eyebrow { grid-column: 1 / 4; grid-row: 2; color: var(--gold-soft); align-self: start; padding-top: 0.5em; }
.hn-mf__statement {
  grid-column: 4 / 10;
  grid-row: 2;
  margin: 0;
  font-size: var(--fs-lede);
  line-height: 1.45;
  letter-spacing: 0;
  color: rgba(250,244,234,0.9);
  max-width: 36ch;
  text-shadow: 0 1px 12px rgba(8,7,6,0.45);
}
/* Der Goldteil beginnt auf der zweiten Zeile, sonst bricht der Satz mitten im Akzent. */
.hn-mf__statement .accent { color: var(--gold-soft); }
.hn-mf__statement .w { display: inline-block; }
.js .hn-mf__statement .w { opacity: 0; transform: translateY(0.35em); transition: opacity 0.7s var(--hn-ease-out), transform 0.7s var(--hn-ease-out); transition-delay: calc(var(--i) * 45ms); }
.js .hn-mf__statement.in .w { opacity: 1; transform: none; }
/* Wenn das Wort-Splitting greift, uebernimmt es die Staffelung, der Absatz selbst bleibt sichtbar */
.js .hn-mf__statement[data-words].split { opacity: 1; transform: none; }

.hn-mf__facts {
  grid-column: 1 / 13; grid-row: 1; list-style: none; margin: 0 0 clamp(40px, 5vw, 72px); padding: 0;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 3vw, 44px);
}
.hn-mf__facts li { border-top: 1px solid var(--rule-dark); padding-top: 22px; }
.hn-mf__facts strong { display: block; font-weight: 400; font-size: clamp(4.4rem, 10.5vw, 11rem); letter-spacing: -0.045em; line-height: 0.92; color: #fff; font-variant-numeric: tabular-nums; }
.hn-mf__facts small { display: block; margin-top: 10px; font-size: var(--fs-micro); font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(250,244,234,0.72); }

/* ---------- 3 · Vier Wege: grosse ungleiche Bildflaechen ---------- */
.hn-ways { padding-block: var(--hn-sec); background: var(--paper); }
.hn-ways__head { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(20px, 3vw, 48px); margin-bottom: clamp(44px, 5vw, 80px); }
.hn-ways__head .eyebrow { grid-column: 1 / 4; padding-top: 0.6em; }
.hn-ways__head h2 { grid-column: 4 / 12; max-width: 20ch; }
.hn-ways__grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(14px, 1.6vw, 24px); }
.hn-way {
  position: relative; display: block; overflow: hidden; isolation: isolate;
  text-decoration: none; color: #fff;
  min-height: clamp(360px, 44vw, 640px);
}
.hn-way--a { grid-column: 1 / 8; }
.hn-way--b { grid-column: 8 / 13; }
.hn-way--c { grid-column: 1 / 6; min-height: clamp(320px, 38vw, 560px); }
.hn-way--d { grid-column: 6 / 13; min-height: clamp(320px, 38vw, 560px); }
.hn-way img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2;
  transform: scale(1.12) translateY(var(--plx, 0%)); transition: transform 1.1s var(--hn-ease-out), filter 0.8s var(--hn-ease-out);
  will-change: transform;
}
.hn-way__scrim {
  position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(0deg, rgba(20,19,17,0.78) 0%, rgba(20,19,17,0.22) 45%, rgba(20,19,17,0.06) 100%);
  transition: background 0.6s var(--hn-ease-out);
}
.hn-way:hover img { transform: scale(1.18) translateY(var(--plx, 0%)); }
.hn-way:hover .hn-way__scrim { background: linear-gradient(0deg, rgba(20,19,17,0.86) 0%, rgba(20,19,17,0.36) 50%, rgba(20,19,17,0.14) 100%); }
.hn-way__top, .hn-way__body { position: absolute; left: clamp(20px, 2.4vw, 36px); right: clamp(20px, 2.4vw, 36px); display: flex; justify-content: space-between; align-items: baseline; }
.hn-way__top { top: clamp(20px, 2.4vw, 36px); font-size: var(--fs-micro); font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.86); }
.hn-way__num { color: var(--gold-soft); flex: 0 0 auto; }
.hn-way__count { text-align: right; max-width: 70%; }
.hn-way__body { bottom: clamp(22px, 2.6vw, 40px); align-items: flex-end; gap: 20px; }
.hn-way__title { font-size: clamp(1.7rem, 3vw, 3.1rem); letter-spacing: -0.03em; line-height: 1; max-width: 12ch; text-wrap: balance; }
.hn-way__arr { font-size: clamp(1.6rem, 2.4vw, 2.4rem); color: var(--gold-soft); transition: transform 0.4s var(--hn-ease-out); line-height: 1; }
.hn-way:hover .hn-way__arr { transform: translateX(8px); }

/* ---------- 4 · Tagesworkshops: Buehne links, Zeilen rechts ---------- */
.hn-ws { padding-block: var(--hn-sec); background: var(--white); }
.hn-ws__head, .hn-bw__head {
  display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(20px, 3vw, 48px); align-items: end;
  margin-bottom: clamp(48px, 6vw, 96px);
}
.hn-ws__head > div:first-child, .hn-bw__head > div:first-child { grid-column: 1 / 9; }
.hn-ws__head .eyebrow, .hn-bw__head .eyebrow { margin-bottom: 22px; }
.hn-ws__head h2, .hn-bw__head h2 { max-width: 18ch; }
.hn-ws__headright { grid-column: 9 / 13; display: flex; flex-direction: column; align-items: flex-start; gap: 22px; justify-self: end; }
.hn-price-tag { border-left: 2px solid var(--gold); padding-left: 16px; }
.hn-price-tag strong { display: block; font-weight: 400; font-size: clamp(2rem, 3vw, 3rem); letter-spacing: -0.03em; line-height: 1; }
.hn-price-tag span { display: block; margin-top: 8px; font-size: var(--fs-micro); font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-soft); }

.hn-ws__grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(28px, 4vw, 72px); align-items: start; }
.hn-ws__stagewrap { grid-column: 1 / 7; position: sticky; top: 104px; }
.hn-ws__stage { position: relative; aspect-ratio: 3 / 2; overflow: hidden; background: var(--paper); }
.hn-ws__stage img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: 0; transform: scale(1.06);
  transition: opacity 0.7s var(--hn-ease-out), transform 1.2s var(--hn-ease-out);
}
.hn-ws__stage img.is-active { opacity: 1; transform: scale(1); }
.hn-ws__stagenum {
  position: absolute; right: clamp(18px, 2vw, 28px); bottom: clamp(6px, 1vw, 14px);
  font-size: clamp(4rem, 8vw, 9rem); line-height: 1; letter-spacing: -0.05em; color: rgba(255,255,255,0.92);
  text-shadow: 0 2px 30px rgba(8,7,6,0.45);
}
.hn-ws__list { grid-column: 7 / 13; list-style: none; margin: 0; padding: 0; }

.hn-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: start;
  gap: clamp(16px, 2vw, 32px);
  padding: clamp(26px, 2.8vw, 40px) 0;
  border-top: 1px solid var(--rule);
  text-decoration: none; color: var(--ink);
  transition: padding-left 0.35s var(--hn-ease-out);
}
.hn-ws__list li:last-child .hn-row { border-bottom: 1px solid var(--rule); }
.hn-row:hover, .hn-row.is-active { padding-left: 12px; color: var(--ink); }
.hn-row__thumb { display: none; }
.hn-row__num { font-size: var(--fs-micro); font-weight: 700; letter-spacing: 0.16em; color: var(--gold-deep); padding-top: 0.5em; min-width: 2.4em; transition: color 0.3s; }
.hn-row.is-active .hn-row__num { color: var(--bordeaux); }
.hn-row__body h3 { font-size: clamp(1.4rem, 2vw, 1.9rem); letter-spacing: -0.02em; font-weight: 700; line-height: 1.15; }
.hn-row__body p { margin-top: 10px; color: var(--ink-soft); font-size: var(--fs-small); max-width: 46ch; }
.hn-row__meta { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 16px; font-size: var(--fs-micro); font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-soft); }
.hn-row__meta span:last-child { color: var(--ink); }
.hn-row__arr { font-size: 1.5rem; color: var(--gold-deep); padding-top: 0.15em; transition: transform 0.35s var(--hn-ease-out); }
.hn-row:hover .hn-row__arr, .hn-row.is-active .hn-row__arr { transform: translateX(6px); }

/* ---------- 5 · Brainwave Musik: dunkel, ruhig, vier grosse Flaechen ---------- */
.hn-bw { padding-block: var(--hn-sec); background: var(--black); color: var(--paper); }
.hn-bw h2, .hn-bw h3 { color: var(--paper); }
.hn-bw .eyebrow { color: var(--gold); }
.hn-bw__headright { grid-column: 9 / 13; display: flex; flex-direction: column; gap: 22px; }
.hn-bw__headright p { color: rgba(250,244,234,0.72); font-size: var(--fs-small); line-height: 1.55; border-top: 1px solid var(--rule-dark); padding-top: 16px; }

.hn-bw__grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(14px, 1.6vw, 24px); }
.hn-bwc {
  position: relative; overflow: hidden; isolation: isolate;
  display: flex; flex-direction: column; justify-content: space-between;
  padding: clamp(22px, 2.6vw, 40px);
  min-height: clamp(420px, 44vw, 620px);
  color: var(--paper);
}
.hn-bwc--a { grid-column: 1 / 8; }
.hn-bwc--b { grid-column: 8 / 13; }
.hn-bwc--c { grid-column: 1 / 6; min-height: clamp(380px, 38vw, 540px); }
.hn-bwc--d { grid-column: 6 / 13; min-height: clamp(380px, 38vw, 540px); }
.hn-bwc__img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2;
  transform: scale(1.12) translateY(var(--plx, 0%)); filter: saturate(0.85) brightness(0.9);
  transition: transform 1.2s var(--hn-ease-out); will-change: transform;
}
.hn-bwc:hover .hn-bwc__img { transform: scale(1.17) translateY(var(--plx, 0%)); }
.hn-bwc__scrim {
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(0deg, rgba(20,19,17,0.92) 0%, rgba(20,19,17,0.5) 48%, rgba(20,19,17,0.22) 100%);
}
.hn-bwc__top { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; }
.hn-bwc__wave { font-size: var(--fs-micro); font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold-soft); }
.hn-bwc__price { font-size: clamp(1.3rem, 1.8vw, 1.7rem); letter-spacing: -0.02em; color: var(--paper); }
.hn-bwc__body { margin-top: auto; padding-top: 40px; }
.hn-bwc__body h3 { font-size: clamp(1.6rem, 2.6vw, 2.6rem); letter-spacing: -0.03em; line-height: 1.05; max-width: 18ch; }
.hn-bwc__body h3 a { color: inherit; text-decoration: none; }
.hn-bwc__body h3 a:hover { color: var(--gold-soft); }
.hn-bwc__body p { margin-top: 12px; color: rgba(250,244,234,0.82); font-size: var(--fs-lede); line-height: 1.45; max-width: 34ch; }
.hn-bwc__foot { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-top: clamp(22px, 2.6vw, 34px); padding-top: 20px; border-top: 1px solid var(--rule-dark); }

/* Hoerprobe: Taste mit laufenden Balken, alles CSS, kein Icon-Font */
.hn-play {
  display: inline-flex; align-items: center; gap: 14px;
  background: transparent; border: 1.5px solid var(--rule-dark); border-radius: 3px;
  color: var(--paper); font-family: var(--font); font-size: var(--fs-micro); font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 12px 18px 12px 14px; cursor: pointer;
  transition: border-color 0.2s var(--ease), background 0.2s var(--ease), color 0.2s var(--ease);
}
.hn-play:hover { border-color: var(--gold); color: var(--gold-soft); }
.hn-play[aria-pressed="true"] { background: var(--gold); border-color: var(--gold); color: var(--black); }
.hn-play__icon { width: 0; height: 0; border-left: 10px solid currentColor; border-top: 6px solid transparent; border-bottom: 6px solid transparent; }
.hn-play[aria-pressed="true"] .hn-play__icon { width: 10px; height: 12px; border: 0; border-left: 3.5px solid currentColor; border-right: 3.5px solid currentColor; }
.hn-play__bars { display: none; align-items: flex-end; gap: 2px; height: 14px; }
.hn-play__bars i { display: block; width: 2px; height: 30%; background: currentColor; animation: hn-bar 0.9s ease-in-out infinite; }
.hn-play__bars i:nth-child(2) { animation-delay: 0.15s; } .hn-play__bars i:nth-child(3) { animation-delay: 0.3s; }
.hn-play__bars i:nth-child(4) { animation-delay: 0.45s; } .hn-play__bars i:nth-child(5) { animation-delay: 0.6s; }
.hn-play[aria-pressed="true"] .hn-play__bars { display: inline-flex; }
@keyframes hn-bar { 0%, 100% { height: 25%; } 50% { height: 100%; } }
.hn-play__time { color: inherit; opacity: 0.75; letter-spacing: 0.06em; font-variant-numeric: tabular-nums; }

/* ---------- 6 · Advanced: grosses Bild, Fakten, Geisterzahl ---------- */
.hn-adv { padding-block: var(--hn-sec); background: var(--white); }
.hn-adv__grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(32px, 5vw, 96px); align-items: center; position: relative; }
.hn-adv__media { grid-column: 1 / 8; overflow: hidden; }
.hn-adv__media img { width: 100%; aspect-ratio: 4 / 3.2; object-fit: cover; }
.hn-adv__body { grid-column: 8 / 13; position: relative; z-index: 1; }
.hn-adv__body .eyebrow { margin-bottom: 20px; }
.hn-adv__body h2 { margin-bottom: 22px; }
.hn-adv__body .lede { max-width: 40ch; }
.hn-adv__cta { margin-top: 36px; display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.hn-adv .microline { font-size: calc(var(--fs-micro) * 1.3); color: var(--ink); margin-top: 22px; }
.hn-adv__price { margin-top: 30px; display: flex; align-items: baseline; gap: 18px; flex-wrap: wrap; }
.hn-adv__price strong { font-weight: 400; font-size: clamp(2.6rem, 4vw, 4rem); letter-spacing: -0.035em; line-height: 1; color: var(--ink); }
.hn-adv__price span { font-size: var(--fs-micro); font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-soft); }

/* ---------- 7 · Praesenz: Zeilenliste ---------- */
.hn-pr { padding-block: var(--hn-sec); background: var(--paper); }
.hn-pr__grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(20px, 2.5vw, 36px); align-items: start; }
.hn-pr__intro { grid-column: 1 / 4; position: sticky; top: 120px; }
.hn-pr__intro .eyebrow { margin-bottom: 16px; }
.hn-pr__intro p { margin: 18px 0 26px; color: var(--ink-soft); max-width: 28ch; }
.hn-pr__list { grid-column: 4 / 13; }
.hn-pr .frow { padding: clamp(24px, 2.8vw, 38px) 0; }
.hn-pr .frow__thumb { aspect-ratio: 16 / 11; overflow: hidden; }

/* ---------- 8 · Trainer (Baustein aus style.css, hier nur Rhythmus) ---------- */
.hn-trainer { padding-block: var(--hn-sec); background: var(--white); }
.hn-trainer .trainer__media { overflow: hidden; }
.hn-trainer__link { margin-top: 28px; }

/* ---------- 9 · Stimmen ---------- */
.hn-voices { padding-block: var(--hn-sec); }

/* ---------- 10 · Free: dunkler Anker in Bordeaux-Tiefe, damit der Footer sich absetzt ---------- */
.hn-free { position: relative; overflow: hidden; isolation: isolate; background: var(--bordeaux-ink); color: var(--paper); padding-block: var(--hn-sec); }
.hn-free__bg { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.hn-free__bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.42; filter: saturate(0.8); }
.hn-free::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(90deg, rgba(74,13,11,0.94) 0%, rgba(74,13,11,0.74) 52%, rgba(74,13,11,0.5) 100%);
}
.hn-free__grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(20px, 2.5vw, 36px); }
.hn-free__body { grid-column: 1 / 9; }
.hn-free__body .eyebrow { color: var(--gold); }
.hn-free__body h2 { color: var(--paper); font-size: clamp(2.8rem, 6vw, 6rem); letter-spacing: -0.035em; line-height: 0.98; margin: 20px 0 26px; }
.hn-free__body p { color: rgba(250,244,234,0.84); max-width: 48ch; font-size: var(--fs-lede); line-height: 1.55; }
.hn-free__actions { margin-top: 40px; display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.hn-free__note { grid-column: 10 / 13; align-self: end; }
.hn-free__note p { font-size: calc(var(--fs-small) * 1.2); color: rgba(250,244,234,0.86); border-top: 1px solid var(--rule-dark); padding-top: 16px; }

/* ---------- Bewegung: Reveal mit mehr Weg als auf den Unterseiten ---------- */
.js .hn [data-rv], .js.hn [data-rv] { opacity: 0; transform: translateY(28px); transition: opacity 0.9s var(--hn-ease-out), transform 0.9s var(--hn-ease-out); }
.js .hn [data-rv].in, .js.hn [data-rv].in { opacity: 1; transform: none; }
/* Parallaxe: JS setzt nur die Custom Property --plx (Versatz in Prozent), die Skalierung
   bleibt im CSS. So greift der Hover-Zoom weiter, nachdem ein Bild einmal im Bild war,
   denn eine Inline-Eigenschaft --plx ueberschreibt keine transform-Regel der Klasse. */
[data-plx] > img, .hn-adv__media img, .trainer__media img, .hn-free__bg img { will-change: transform; }
.hn-adv__media img, .trainer__media img, .hn-free__bg img { transform: scale(1.12) translateY(var(--plx, 0%)); }

/* Anker nicht unter den festen Kopf rutschen lassen */
#manifest, #wege, #tagesworkshops, #brainwave, #online, #praesenz, #trainer, #free { scroll-margin-top: 90px; }

@media (prefers-reduced-motion: reduce) {
  .hn-hero__vid { display: none; }
  .hn-hero__media, .hn-hero__foot { transform: none !important; opacity: 1 !important; }
  .hn-ticker__track { animation: none; }
  .hn-scrollcue span { animation: none; }
  .hn-hero__eyebrow, .hn-hero__title, .hn-hero__lede, .hn-hero__actions, .hn-hero__aside { animation: none; }
  .hn-way img, .hn-bwc__img, .hn-adv__media img, .trainer__media img, .hn-mf__img { transform: none !important; transition: none; }
  .js .hn-mf__statement .w { opacity: 1; transform: none; transition: none; }
  .hn-play__bars i { animation: none; height: 60%; }
}

/* ---------- Responsive: Tablet ---------- */
@media (max-width: 1299px) {
  .hn-hero__body { grid-column: 1 / 13; }
  .hn-hero__aside { grid-column: 1 / 13; flex-direction: row; align-items: center; justify-content: space-between; gap: 20px; }
  .hn-hero__meta { display: flex; gap: 18px 28px; flex-wrap: wrap; text-align: left; }
  .hn-hero__meta li, .hn-hero__meta li:last-child { border: 0; padding: 0; }
  .hn-scrollcue { display: none; }

  .hn-mf__eyebrow, .hn-mf__statement, .hn-mf__facts { grid-column: 1 / 13; }
  .hn-mf__eyebrow { grid-row: 2; padding-top: 0; }
  .hn-mf__statement { grid-row: 3; max-width: 40ch; }

  .hn-ways__head .eyebrow, .hn-ways__head h2 { grid-column: 1 / 13; }
  .hn-ways__head .eyebrow { padding-top: 0; margin-bottom: -10px; }

  .hn-ws__head > div:first-child, .hn-bw__head > div:first-child, .hn-ws__headright, .hn-bw__headright { grid-column: 1 / 13; justify-self: start; }
  .hn-ws__headright { flex-direction: row; align-items: flex-end; gap: 40px; }

  .hn-ws__grid { grid-template-columns: 1fr; }
  .hn-ws__stagewrap { display: none; }
  .hn-ws__list { grid-column: 1; }
  .hn-row { grid-template-columns: clamp(140px, 22vw, 220px) auto 1fr auto; }
  .hn-row__thumb { display: block; aspect-ratio: 16 / 10; overflow: hidden; }
  .hn-row__thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--hn-ease-out); }
  .hn-row:hover .hn-row__thumb img { transform: scale(1.05); }

  .hn-adv__grid { grid-template-columns: 1fr; gap: clamp(32px, 6vw, 56px); }
  .hn-adv__media, .hn-adv__body { grid-column: 1; }

  .hn-pr__grid { grid-template-columns: 1fr; }
  .hn-pr__intro { grid-column: 1; position: static; margin-bottom: 24px; }
  .hn-pr__intro p { max-width: 56ch; }
  .hn-pr__list { grid-column: 1; }

  .hn-free__body { grid-column: 1 / 13; }
  .hn-free__note { grid-column: 1 / 13; margin-top: 32px; }

}

/* ---------- Responsive: Mobil ---------- */
@media (max-width: 760px) {
  .hn-hero { min-height: min(100svh, 980px); }
  .hn-hero__title { font-size: clamp(2.9rem, 15vw, 4.6rem); max-width: none; }
  .hn-hero__aside { flex-direction: column; align-items: flex-start; }

  .hn-mf__facts { grid-template-columns: 1fr 1fr; }
  .hn-mf { min-height: min(78svh, 720px); }

  .hn-ways__grid { grid-template-columns: 1fr; }
  .hn-way, .hn-way--a, .hn-way--b, .hn-way--c, .hn-way--d { grid-column: 1; min-height: clamp(300px, 78vw, 420px); }

  .hn-ws__headright { flex-direction: column; align-items: flex-start; gap: 22px; }
  .hn-row { grid-template-columns: 1fr; gap: 14px; }
  .hn-row__num { order: 2; padding-top: 0; }
  .hn-row__thumb { order: 1; aspect-ratio: 16 / 9; }
  .hn-row__body { order: 3; }
  .hn-row__arr { order: 4; padding-top: 0; }
  .hn-row:hover, .hn-row.is-active { padding-left: 0; }

  .hn-bw__grid { grid-template-columns: 1fr; }
  .hn-bwc, .hn-bwc--a, .hn-bwc--b, .hn-bwc--c, .hn-bwc--d { grid-column: 1; min-height: clamp(420px, 110vw, 560px); }
  .hn-bwc__foot { flex-direction: column; align-items: flex-start; }

  .hn-row__arr { display: none; }
}
