@charset "UTF-8";
/* ==========================================================================
   FITPARK Bad Oeynhausen / Löhne — „NEON IRON"
   Design-System · com.on Werbeagentur · Stand August 2026

   LAYER 1  Tokens
   LAYER 2  Base & Reset
   LAYER 3  Typografie
   LAYER 4  Layout & Sektionen
   LAYER 5  Komponenten
   LAYER 6  Galerie & Lightbox
   LAYER 7  Header, Burger-Menü, Footer
   LAYER 8  Cookie & Consent
   LAYER 9  Motion
   LAYER 10 Utilities, Mobil-Feinschliff, Reduced Motion
   ========================================================================== */

/* ---------------------------------------------------------------- FONTS */
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url(../fonts/sora-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url(../fonts/sora-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ==========================================================================
   LAYER 1 · TOKENS
   ========================================================================== */
:root {
  /* Marke: Pink führt, Lime setzt Akzente */
  --pink:        #C83E74;
  --pink-hot:    #E8478A;
  --pink-tief:   #A82F5D;   /* AA-konform für Text auf hell */
  --lime:        #D7FF5A;
  --lime-hot:    #BFFF00;

  /* Fundament */
  --ink:         #08080A;
  --kohle:       #131317;
  --kohle-hell:  #1C1C21;
  --papier:      #F4F4EE;
  --weiss:       #FFFFFF;

  /* Text */
  --text-hell:   #F4F4EE;
  --text-hell-2: rgba(244,244,238,.66);
  --text-dunkel: #131317;
  --text-dunkel-2: #55555C;

  /* Linien */
  --linie:       rgba(244,244,238,.14);
  --linie-stark: rgba(244,244,238,.30);
  --linie-hell:  rgba(19,19,23,.14);

  /* Raster */
  --max:    1472px;
  --rand:   clamp(28px, 5.6vw, 110px);
  --gutter: clamp(12px, 1.8vw, 28px);

  /* Abstände */
  --s1: 4px;  --s2: 8px;  --s3: 12px; --s4: 16px; --s5: 24px;
  --s6: 32px; --s7: 48px; --s8: 72px; --s9: 96px; --s10: 128px;
  --sektion:         clamp(84px, 10.4vw, 166px);
  --sektion-kompakt: clamp(56px, 7vw, 102px);

  /* Radien — 90/10-Regel: fast alles eckig */
  --r-hart: 2px;
  --r-weich: 20px;
  --r-pille: 999px;

  /* Zeiten */
  --dur-micro:  180ms;
  --dur-ui:     320ms;
  --dur-reveal: 680ms;
  --ease:       cubic-bezier(.22, 1, .36, 1);
  --ease-hart:  cubic-bezier(.76, 0, .24, 1);

  --font: 'Sora', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

/* ==========================================================================
   LAYER 2 · BASE
   ========================================================================== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.52;
  font-weight: 400;
  color: var(--text-hell);
  background: var(--ink);
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, video, svg { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { background: none; border: 0; cursor: pointer; }
::selection { background: var(--pink); color: var(--weiss); }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; border-radius: 2px; }
.hell :focus-visible { outline-color: var(--pink); }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 2000;
  background: var(--lime); color: var(--ink); padding: 14px 22px;
  font-weight: 800; text-transform: uppercase; letter-spacing: .1em;
}
.skip-link:focus { left: 12px; top: 12px; }

/* ==========================================================================
   LAYER 3 · TYPOGRAFIE
   ========================================================================== */
h1, h2, h3, h4 {
  font-weight: 800;
  line-height: .86;
  letter-spacing: -.04em;
  text-transform: uppercase;
  text-wrap: balance;
  overflow-wrap: break-word;
}

.t-display {
  font-size: clamp(2.9rem, 6.6vw, 6.8rem);
  line-height: .84;
  letter-spacing: -.045em;
}
.t-h1 {
  font-size: clamp(2.7rem, 7vw, 6.4rem);
  line-height: .84;
  letter-spacing: -.042em;
}
.t-h2 {
  font-size: clamp(2.1rem, 4.6vw, 4.2rem);
  line-height: .88;
  letter-spacing: -.038em;
}
.t-h3 {
  font-size: clamp(1.35rem, 2.1vw, 1.9rem);
  line-height: 1.02;
  letter-spacing: -.028em;
}
.t-h4 {
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  line-height: 1.12;
  letter-spacing: -.02em;
}

/* Outline-Zeile — nur ab großen Graden */
.outline { color: rgba(244,244,238,.42); }
.hell .outline { color: rgba(19,19,23,.34); }
.sektion--lime .outline { color: rgba(8,8,10,.38); }
.sektion--pink .outline { color: rgba(255,255,255,.55); }

.akzent      { color: var(--pink); }
.akzent-lime { color: var(--lime); }

/* Eyebrow — weit gesperrt, wie im Bestand */
.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: clamp(.68rem, .85vw, .78rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .24em;
  color: var(--pink);
  margin-bottom: var(--s5);
}
.eyebrow::before {
  content: ''; width: 34px; height: 2px; background: currentColor; flex: none;
}
.eyebrow--lime { color: var(--lime); }
.hell .eyebrow { color: var(--pink-tief); }

.lead {
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  line-height: 1.44;
  font-weight: 500;
  max-width: 46ch;
  color: var(--text-hell);
}
.hell .lead { color: var(--text-dunkel); }

p { max-width: 62ch; }
p + p { margin-top: var(--s4); }
.t-muted { color: var(--text-hell-2); }
.hell .t-muted { color: var(--text-dunkel-2); }

.meta {
  font-size: .74rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .18em; color: var(--text-hell-2);
}
.hell .meta { color: var(--text-dunkel-2); }

/* ==========================================================================
   LAYER 4 · LAYOUT & SEKTIONEN
   ========================================================================== */
.wrap {
  width: min(100% - 2 * var(--rand), var(--max));
  margin-inline: auto;
}
.wrap--breit { width: min(100% - 2 * var(--rand), 1720px); }
.wrap--schmal { width: min(100% - 2 * var(--rand), 880px); }

.sektion { padding-block: var(--sektion); position: relative; }
.sektion--kompakt { padding-block: var(--sektion-kompakt); }
.sektion--ink    { background: var(--ink); }
.sektion--kohle  { background: var(--kohle); }
.sektion--pink   { background: var(--pink); color: var(--weiss); }
.sektion--lime   { background: var(--lime); color: var(--ink); }
.sektion--hell   { background: var(--papier); color: var(--text-dunkel); }

/* Umschreibungen für helle Sektionen */
.hell h1, .hell h2, .hell h3, .hell h4 { color: var(--text-dunkel); }
.hell .t-muted, .hell p { color: var(--text-dunkel-2); }
.hell .karte { background: var(--weiss); border-color: var(--linie-hell); }
.hell .karte * { color: var(--text-dunkel); }
.hell .karte p { color: var(--text-dunkel-2); }
.sektion--lime .eyebrow, .sektion--lime h2, .sektion--lime h3 { color: var(--ink); }
.sektion--lime p { color: rgba(8,8,10,.72); }
.sektion--pink .eyebrow { color: var(--weiss); }

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}
.split--5-7 { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); }
.split--7-5 { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); }
.split > * { min-width: 0; }
@media (max-width: 900px) {
  .split, .split--5-7, .split--7-5 { grid-template-columns: 1fr; }
  .split .bild-links { order: -1; }
}

.raster-3 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: var(--gutter); }
.raster-4 { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: var(--gutter); }
.raster-2 { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: var(--gutter); }
@media (max-width: 1024px) { .raster-4 { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 900px)  { .raster-3 { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 620px)  { .raster-3, .raster-4, .raster-2 { grid-template-columns: 1fr; } }

.sektionskopf { max-width: 40ch; margin-bottom: clamp(3rem, 6vw, 5.6rem); }
.sektionskopf--breit { max-width: 48ch; }
.cluster { display: flex; flex-wrap: wrap; gap: var(--s4); align-items: center; }

.mt-3 { margin-top: var(--s3); } .mt-4 { margin-top: var(--s4); }
.mt-5 { margin-top: var(--s5); } .mt-6 { margin-top: var(--s6); }
.mt-7 { margin-top: var(--s7); } .mt-8 { margin-top: var(--s8); }

/* ==========================================================================
   LAYER 5 · KOMPONENTEN
   ========================================================================== */

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 18px 30px;
  font-size: .84rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: .14em;
  background: var(--pink); color: var(--weiss);
  border: 2px solid var(--pink);
  border-radius: var(--r-hart);
  min-height: 52px;
  transition: background var(--dur-micro) var(--ease), color var(--dur-micro) var(--ease),
              border-color var(--dur-micro) var(--ease), transform var(--dur-micro) var(--ease);
}
.btn:hover { background: var(--pink-hot); border-color: var(--pink-hot); transform: translateY(-2px); }
.btn:active { transform: translateY(1px); }
.btn .pfeil { transition: transform var(--dur-micro) var(--ease); }
.btn:hover .pfeil { transform: translateX(5px); }

.btn--lime { background: var(--lime); border-color: var(--lime); color: var(--ink); }
.btn--lime:hover { background: var(--lime-hot); border-color: var(--lime-hot); }

.btn--geist { background: transparent; color: var(--text-hell); border-color: var(--linie-stark); }
.btn--geist:hover { background: var(--lime); border-color: var(--lime); color: var(--ink); }
.hell .btn--geist { color: var(--text-dunkel); border-color: rgba(19,19,23,.24); }
.hell .btn--geist:hover { background: var(--ink); border-color: var(--ink); color: var(--papier); }

.btn--gross { padding: 22px 40px; font-size: .95rem; min-height: 64px; }

/* ---------- Durchstreich-Link: Hover zieht eine farbige Linie ---------- */
.strike {
  position: relative; display: inline-block;
  transition: color var(--dur-ui) var(--ease);
}
.strike::after {
  content: ''; position: absolute; left: 0; top: 52%;
  width: 100%; height: .11em; background: var(--pink);
  transform: scaleX(0); transform-origin: left;
  transition: transform var(--dur-ui) var(--ease-hart);
}
.strike:hover::after, .strike:focus-visible::after { transform: scaleX(1); }
.strike--lime::after { background: var(--lime); }

/* ---------- Textlink mit Pfeil ---------- */
.textlink {
  display: inline-flex; align-items: center; gap: 10px;
  font-weight: 800; text-transform: uppercase;
  letter-spacing: .12em; font-size: .8rem;
  color: var(--lime);
  padding-block: 6px;
}
.textlink .pfeil { transition: transform var(--dur-micro) var(--ease); }
.textlink:hover .pfeil { transform: translateX(5px); }
.hell .textlink { color: var(--pink-tief); }
.hell .strike--lime::after { background: var(--pink-tief); }
.hell .akzent-lime { color: var(--pink-tief); }

/* ---------- Karten ---------- */
.karte {
  background: var(--kohle);
  border: 1px solid var(--linie);
  border-radius: var(--r-hart);
  padding: clamp(1.5rem, 2.4vw, 2.4rem);
  display: flex; flex-direction: column; gap: var(--s4);
  transition: border-color var(--dur-ui) var(--ease), transform var(--dur-ui) var(--ease), background var(--dur-ui) var(--ease);
}
.karte:hover { border-color: var(--pink); transform: translateY(-4px); }
.karte .nr {
  font-size: clamp(2.4rem, 4vw, 3.6rem); font-weight: 800;
  line-height: .8; letter-spacing: -.05em; color: var(--pink);
}
.karte p { font-size: .96rem; color: var(--text-hell-2); }

/* Bildkarte mit Link */
.bildkarte {
  position: relative; display: block; overflow: hidden;
  border-radius: var(--r-hart); background: var(--kohle);
  border: 1px solid var(--linie);
}
.bildkarte img { width: 100%; aspect-ratio: 4/5; object-fit: cover; transition: transform 800ms var(--ease); filter: grayscale(.25); }
.bildkarte:hover img { transform: scale(1.05); filter: grayscale(0); }
.bildkarte::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(8,8,10,0) 34%, rgba(8,8,10,.92) 100%);
  pointer-events: none;
}
.bildkarte-inhalt {
  position: absolute; left: 0; bottom: 0; z-index: 2;
  padding: clamp(1.2rem, 2vw, 2rem); width: 100%;
}
.bildkarte-inhalt .t-h3 { color: var(--weiss); }
.bildkarte-inhalt .meta { color: var(--lime); margin-bottom: 8px; display: block; }

/* ---------- Bühne / Szene mit Bild oder Video ---------- */
.buehne {
  position: relative; overflow: clip; isolation: isolate;
  min-height: clamp(560px, 88vh, 940px);
  display: flex; align-items: flex-end;
  padding-block: clamp(4rem, 10vh, 8rem);
}
.buehne--klein { min-height: clamp(380px, 56vh, 620px); }
.buehne-media { position: absolute; inset: 0; z-index: -2; }
.buehne-media img, .buehne-media video {
  width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%;
}
.buehne::before {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(180deg, rgba(8,8,10,.66) 0%, rgba(8,8,10,.24) 32%, rgba(8,8,10,.90) 100%);
}
@media (min-width: 900px) {
  .buehne::before {
    background:
      linear-gradient(90deg, rgba(8,8,10,.90) 0%, rgba(8,8,10,.52) 46%, rgba(8,8,10,.10) 100%),
      linear-gradient(180deg, rgba(8,8,10,.52) 0%, rgba(8,8,10,0) 34%, rgba(8,8,10,.55) 100%);
  }
}
.buehne-inhalt { position: relative; z-index: 2; max-width: min(100%, 1100px); }
.buehne-inhalt .lead { max-width: 52ch; }
.buehne-inhalt h1 { max-width: 24ch; }

/* ---------- Übergroßes F als Hintergrundmarke ---------- */
.f-marke {
  position: absolute; pointer-events: none; user-select: none;
  z-index: 0; opacity: .06;
  width: clamp(320px, 46vw, 900px);
}
.f-marke--rechts { right: -8%; top: 50%; transform: translateY(-50%); }
.f-marke--links  { left: -12%; bottom: -12%; }
.f-marke--gross  { width: clamp(420px, 72vw, 1500px); opacity: .045; }
.sektion--lime .f-marke, .sektion--pink .f-marke { filter: invert(1); opacity: .10; }
.hell .f-marke { filter: invert(1); opacity: .07; }

/* ---------- Zahlenleiste ---------- */
.zahlen { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: var(--gutter); }
@media (max-width: 900px) { .zahlen { grid-template-columns: repeat(2, minmax(0,1fr)); } }
.zahl {
  border-top: 2px solid var(--pink);
  padding-top: var(--s5);
}
.zahl .wert {
  display: block;
  font-size: clamp(2.6rem, 5vw, 4.6rem); font-weight: 800;
  line-height: .82; letter-spacing: -.05em;
}
.zahl .label {
  display: block; margin-top: var(--s3);
  font-size: .76rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .16em; color: var(--text-hell-2);
}
.hell .zahl .label { color: var(--text-dunkel-2); }

/* ---------- Ticker ---------- */
.ticker {
  overflow: hidden; border-block: 1px solid var(--linie);
  background: var(--ink); padding-block: 18px;
}
.ticker--lime { background: var(--lime); border-color: rgba(8,8,10,.2); }
.ticker-spur { display: flex; width: max-content; animation: ticker 42s linear infinite; }
.ticker-spur > span {
  font-size: clamp(1.2rem, 2.4vw, 2.1rem); font-weight: 800;
  text-transform: uppercase; letter-spacing: -.02em;
  padding-inline: clamp(1rem, 2vw, 2rem); white-space: nowrap;
}
.ticker--lime .ticker-spur > span { color: var(--ink); }
.ticker-spur > span:nth-child(even) { color: var(--pink); }
.ticker--lime .ticker-spur > span:nth-child(even) { color: var(--weiss); -webkit-text-stroke: 1px var(--ink); }
@keyframes ticker { to { transform: translateX(-50%); } }
.ticker:hover .ticker-spur { animation-play-state: paused; }

/* ---------- Tarifkarten ---------- */
.tarif {
  background: var(--kohle); border: 1px solid var(--linie);
  padding: clamp(1.6rem, 2.4vw, 2.4rem);
  display: flex; flex-direction: column; gap: var(--s4);
  position: relative;
  transition: border-color var(--dur-ui) var(--ease), transform var(--dur-ui) var(--ease);
}
.tarif:hover { border-color: var(--pink); transform: translateY(-4px); }
.tarif--stark { border: 2px solid var(--lime); background: var(--kohle-hell); }
.tarif--stark::before {
  content: 'Beliebt'; position: absolute; top: -13px; left: 24px;
  background: var(--lime); color: var(--ink);
  font-size: .68rem; font-weight: 800; text-transform: uppercase;
  letter-spacing: .16em; padding: 5px 12px;
}
.tarif .preis {
  font-size: clamp(2.4rem, 4.2vw, 3.6rem); font-weight: 800;
  line-height: .84; letter-spacing: -.05em;
}
.tarif .preis small { font-size: .3em; font-weight: 700; letter-spacing: .1em; display: block; margin-top: 8px; color: var(--text-hell-2); text-transform: uppercase; }
.tarif ul { list-style: none; display: grid; gap: 10px; font-size: .93rem; }
.tarif li { display: flex; gap: 10px; color: var(--text-hell-2); }
.tarif li::before { content: '—'; color: var(--pink); flex: none; }
.tarif--stark li::before { color: var(--lime); }
.tarif .btn { margin-top: auto; justify-content: center; }

/* ---------- FAQ / Q&A ---------- */
.faq { max-width: 940px; }
.faq-item { border-top: 1px solid var(--linie); }
.faq-item:last-child { border-bottom: 1px solid var(--linie); }
.faq-item h3 { margin: 0; }
.faq-item button {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  gap: var(--s5); padding: clamp(1.2rem, 2vw, 1.8rem) 0;
  text-align: left; font: inherit;
  font-size: clamp(1.05rem, 1.7vw, 1.5rem); font-weight: 800;
  text-transform: uppercase; letter-spacing: -.02em; line-height: 1.1;
  color: var(--text-hell);
  transition: color var(--dur-micro) var(--ease);
}
.hell .faq-item button { color: var(--text-dunkel); }
.faq-item button:hover { color: var(--pink); }
.faq-zeichen {
  flex: none; width: 26px; height: 26px; position: relative;
  transition: transform var(--dur-ui) var(--ease);
}
.faq-zeichen::before, .faq-zeichen::after {
  content: ''; position: absolute; background: var(--pink); border-radius: 1px;
}
.faq-zeichen::before { left: 0; right: 0; top: 12px; height: 2px; }
.faq-zeichen::after  { top: 0; bottom: 0; left: 12px; width: 2px; transition: opacity var(--dur-ui) var(--ease); }
.faq-item.offen .faq-zeichen::after { opacity: 0; }
.faq-item.offen .faq-zeichen { transform: rotate(180deg); }
.faq-panel {
  display: grid; grid-template-rows: 0fr;
  transition: grid-template-rows 400ms var(--ease);
}
.faq-item.offen .faq-panel { grid-template-rows: 1fr; }
.faq-panel > div { overflow: hidden; }
.faq-panel p { padding-bottom: clamp(1.2rem, 2vw, 1.8rem); max-width: 70ch; color: var(--text-hell-2); }
.hell .faq-panel p { color: var(--text-dunkel-2); }

/* ---------- „Auf einen Blick" ---------- */
.blick {
  border: 2px solid var(--lime); padding: clamp(1.6rem, 2.6vw, 2.5rem);
  background: rgba(215,255,90,.05);
}
.blick ul { list-style: none; display: grid; gap: 14px; }
.blick li { font-size: 1rem; font-weight: 500; line-height: 1.5; padding-left: 22px; position: relative; }
.blick li::before { content: '▸'; color: var(--lime); font-weight: 800; position: absolute; left: 0; top: 0; }
.blick li strong { color: var(--lime); }
.hell .blick { border-color: var(--pink-tief); background: rgba(168,47,93,.05); }
.hell .blick li::before, .hell .blick li strong { color: var(--pink-tief); }
.hell .blick .meta { color: var(--pink-tief); }

/* ---------- Formular ---------- */
.feld { display: grid; gap: 8px; margin-bottom: var(--s5); }
.feld label { font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.feld input, .feld textarea, .feld select {
  background: var(--kohle); border: 1px solid var(--linie-stark);
  padding: 15px 16px; color: var(--text-hell); border-radius: var(--r-hart);
  min-height: 52px; width: 100%;
}
.feld textarea { min-height: 150px; resize: vertical; }
.feld input:focus, .feld textarea:focus { border-color: var(--lime); outline: none; }
.feld .hilfe { font-size: .82rem; color: var(--text-hell-2); }
.feld-check { display: flex; gap: 12px; align-items: flex-start; font-size: .9rem; color: var(--text-hell-2); }
.feld-check input { width: 22px; height: 22px; min-height: 22px; flex: none; accent-color: var(--pink); margin-top: 2px; }
.honigtopf { position: absolute; left: -9999px; }

/* ---------- Consent-Platzhalter (Karte, Feed) ---------- */
.consent-box {
  border: 1px dashed var(--linie-stark); background: var(--kohle);
  min-height: 340px; display: grid; place-items: center; text-align: center;
  padding: var(--s7); position: relative;
}
.consent-box iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ==========================================================================
   LAYER 6 · GALERIE (Masonry im Blocksatz) & LIGHTBOX
   ========================================================================== */
.galerie {
  column-count: 4;
  column-gap: var(--gutter);
}
@media (max-width: 1200px) { .galerie { column-count: 3; } }
@media (max-width: 820px) {
  .galerie { column-count: 3; column-gap: 8px; }
  .galerie-kachel { margin-bottom: 8px; }
  .galerie-kachel figcaption { display: none; }
}
@media (max-width: 520px) {
  .galerie { column-gap: 6px; }
  .galerie-kachel { margin-bottom: 6px; }
}

.galerie-kachel {
  display: block; width: 100%;
  break-inside: avoid; -webkit-column-break-inside: avoid;
  margin-bottom: var(--gutter);
  position: relative; overflow: hidden;
  background: var(--kohle); border: 1px solid var(--linie);
  cursor: zoom-in;
  transition: border-color var(--dur-ui) var(--ease);
}
.galerie-kachel img {
  width: 100%; height: auto; display: block;
  filter: grayscale(.3) contrast(1.06);
  transition: transform 900ms var(--ease), filter var(--dur-ui) var(--ease);
}
.galerie-kachel:hover { border-color: var(--pink); }
.galerie-kachel:hover img { transform: scale(1.045); filter: grayscale(0) contrast(1.1); }
.galerie-kachel figcaption {
  position: absolute; left: 0; bottom: 0; width: 100%;
  padding: 14px 16px;
  font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .16em;
  color: var(--weiss);
  background: linear-gradient(180deg, rgba(8,8,10,0), rgba(8,8,10,.9));
  opacity: 0; transform: translateY(8px);
  transition: opacity var(--dur-ui) var(--ease), transform var(--dur-ui) var(--ease);
}
.galerie-kachel:hover figcaption, .galerie-kachel:focus-visible figcaption { opacity: 1; transform: none; }

/* ---------- Lightbox ---------- */
.lightbox {
  position: fixed; inset: 0; z-index: 1500;
  background: rgba(4,4,6,.97);
  display: grid; grid-template-rows: auto 1fr auto;
  opacity: 0; visibility: hidden;
  transition: opacity var(--dur-ui) var(--ease), visibility var(--dur-ui);
}
.lightbox.offen { opacity: 1; visibility: visible; }
.lightbox-kopf {
  display: flex; align-items: center; justify-content: space-between;
  padding: clamp(16px, 2.4vw, 34px) clamp(18px, 3vw, 48px);
}
.lightbox-zaehler {
  font-size: .78rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase;
  color: var(--lime);
}
.lightbox-schliessen {
  width: clamp(58px, 6vw, 92px); height: clamp(58px, 6vw, 92px);
  display: grid; place-items: center; color: var(--papier);
  transition: color var(--dur-micro) var(--ease), transform var(--dur-micro) var(--ease);
}
.lightbox-schliessen:hover { color: var(--pink); transform: rotate(90deg); }
.lightbox-schliessen svg { width: 100%; height: 100%; }
.lightbox-buehne {
  display: grid; place-items: center; padding-inline: clamp(12px, 9vw, 150px);
  min-height: 0;
}
.lightbox-buehne img {
  max-width: 100%; max-height: 100%; width: auto; height: auto;
  object-fit: contain;
  opacity: 0; transform: scale(.985);
  transition: opacity 340ms var(--ease), transform 340ms var(--ease);
}
.lightbox-buehne img.da { opacity: 1; transform: none; }
.lightbox-pfeil {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: clamp(56px, 8vw, 128px); height: clamp(56px, 8vw, 128px);
  display: grid; place-items: center; color: var(--papier); z-index: 3;
  transition: color var(--dur-micro) var(--ease), transform var(--dur-micro) var(--ease);
}
.lightbox-pfeil svg { width: 100%; height: 100%; }
.lightbox-pfeil--zurueck { left: clamp(4px, 1.6vw, 30px); }
.lightbox-pfeil--vor     { right: clamp(4px, 1.6vw, 30px); }
.lightbox-pfeil:hover { color: var(--lime); }
.lightbox-pfeil--zurueck:hover { transform: translate(-6px, -50%); }
.lightbox-pfeil--vor:hover     { transform: translate(6px, -50%); }
.lightbox-fuss {
  padding: clamp(14px, 2vw, 30px) clamp(18px, 3vw, 48px) clamp(22px, 3vw, 44px);
  text-align: center;
  font-size: .8rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--text-hell-2);
}

/* ==========================================================================
   LAYER 7 · HEADER, MENÜ, FOOTER
   ========================================================================== */
.kopf {
  position: fixed; top: 0; left: 0; right: 0; z-index: 900;
  display: flex; align-items: center; justify-content: space-between;
  gap: var(--s5);
  padding: 18px var(--rand);
  transition: background var(--dur-ui) var(--ease), padding var(--dur-ui) var(--ease),
              border-color var(--dur-ui) var(--ease);
  border-bottom: 1px solid transparent;
}
.kopf.klein {
  background: rgba(8,8,10,.92);
  backdrop-filter: blur(14px);
  padding-block: 12px;
  border-bottom-color: var(--linie);
}
.kopf-logo img { height: clamp(26px, 2.6vw, 40px); width: auto; }
.kopf-rechts { display: flex; align-items: center; gap: clamp(10px, 1.6vw, 22px); }

.social-leiste { display: flex; align-items: center; gap: 6px; }
.social-leiste a {
  width: 42px; height: 42px; display: grid; place-items: center;
  color: var(--text-hell); border: 1px solid transparent;
  transition: color var(--dur-micro) var(--ease), border-color var(--dur-micro) var(--ease), background var(--dur-micro) var(--ease);
}
.social-leiste a:hover { color: var(--ink); background: var(--lime); border-color: var(--lime); }
.social-leiste svg { width: 20px; height: 20px; }
@media (max-width: 760px) { .kopf .social-leiste { display: none; } }

.kopf .btn { padding: 13px 22px; font-size: .74rem; min-height: 46px; }
@media (max-width: 620px) { .kopf .btn { display: none; } }

/* ---------- Burger ---------- */
.burger {
  width: 58px; height: 46px; display: grid; place-items: center; gap: 0;
  position: relative; flex: none;
}
.burger span {
  position: absolute; left: 12px; right: 12px; height: 3px;
  background: var(--papier); border-radius: 2px;
  transition: transform var(--dur-ui) var(--ease-hart), opacity 160ms var(--ease), background var(--dur-micro);
}
.burger span:nth-child(1) { transform: translateY(-9px); }
.burger span:nth-child(3) { transform: translateY(9px); }
.burger:hover span { background: var(--lime); }
body.menue-offen .burger span:nth-child(1) { transform: rotate(45deg); }
body.menue-offen .burger span:nth-child(2) { opacity: 0; }
body.menue-offen .burger span:nth-child(3) { transform: rotate(-45deg); }

/* ---------- Menü-Overlay ---------- */
.menue {
  position: fixed; inset: 0; z-index: 950;
  background: var(--ink);
  transform: translateX(101%);
  transition: transform 460ms var(--ease-hart);
  display: grid; grid-template-rows: auto 1fr auto;
  overflow-y: auto; overscroll-behavior: contain;
}
body.menue-offen .menue { transform: none; }
.menue-kopf { display: flex; align-items: center; justify-content: space-between; padding: 18px var(--rand); }
.menue-kern { padding: clamp(1rem, 4vh, 3rem) var(--rand); align-self: center; position: relative; }
.menue-liste { list-style: none; display: grid; gap: clamp(2px, .6vh, 10px); position: relative; z-index: 2; }
.menue-liste a {
  display: inline-block;
  font-size: clamp(1.7rem, 4.4vh, 3.4rem); font-weight: 800;
  line-height: 1.04; letter-spacing: -.038em; text-transform: uppercase;
  opacity: 0; transform: translateY(26px);
  transition: opacity 460ms var(--ease), transform 460ms var(--ease), color var(--dur-ui) var(--ease);
}
body.menue-offen .menue-liste a { opacity: 1; transform: none; }
.menue-liste li:nth-child(1) a { transition-delay: 90ms; }
.menue-liste li:nth-child(2) a { transition-delay: 130ms; }
.menue-liste li:nth-child(3) a { transition-delay: 170ms; }
.menue-liste li:nth-child(4) a { transition-delay: 210ms; }
.menue-liste li:nth-child(5) a { transition-delay: 250ms; }
.menue-liste li:nth-child(6) a { transition-delay: 290ms; }
.menue-liste li:nth-child(7) a { transition-delay: 330ms; }
.menue-liste li:nth-child(8) a { transition-delay: 370ms; }
.menue-liste li:nth-child(9) a { transition-delay: 410ms; }
.menue-liste li:nth-child(10) a { transition-delay: 450ms; }
.menue-liste li:nth-child(11) a { transition-delay: 490ms; }
.menue-liste a[aria-current="page"] { color: var(--pink); }
.menue-fuss {
  padding: clamp(1rem, 3vh, 2rem) var(--rand) clamp(1.4rem, 4vh, 2.6rem);
  display: flex; flex-wrap: wrap; gap: var(--s5); align-items: center; justify-content: space-between;
  border-top: 1px solid var(--linie);
}
.menue .social-leiste a { border-color: var(--linie); }

/* ---------- Footer ---------- */
.fuss { background: var(--kohle); padding-top: var(--sektion); position: relative; overflow: clip; }
.fuss-gross {
  margin-bottom: clamp(2rem, 5vw, 4rem); user-select: none;
}
.fuss-gross img {
  width: 100%; height: auto; display: block;
  opacity: .08;
}
.fuss-raster {
  display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  gap: clamp(2rem, 4vw, 3.5rem);
  padding-bottom: var(--s8);
}
@media (max-width: 960px) { .fuss-raster { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .fuss-raster { grid-template-columns: 1fr; } }
.fuss-raster > * { min-width: 0; }
.fuss h4 { font-size: .76rem; letter-spacing: .18em; color: var(--pink); margin-bottom: var(--s4); }
.fuss ul { list-style: none; display: grid; gap: 10px; }
.fuss a { color: var(--text-hell-2); transition: color var(--dur-micro) var(--ease); }
.fuss a:hover { color: var(--lime); }
.fuss-unten {
  border-top: 1px solid var(--linie); padding-block: var(--s5) var(--s7);
  display: flex; flex-wrap: wrap; gap: var(--s5); justify-content: space-between;
  font-size: .8rem; color: var(--text-hell-2);
}

/* ---------- Sticky Aktionsleiste mobil ---------- */
.aktionsleiste {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 880;
  display: none; gap: 1px; background: var(--linie);
}
.aktionsleiste a {
  flex: 1; text-align: center; padding: 16px 8px;
  font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em;
  background: var(--ink); color: var(--text-hell); min-height: 54px;
  display: flex; align-items: center; justify-content: center;
}
.aktionsleiste a.stark { background: var(--pink); color: var(--weiss); }
@media (max-width: 620px) { .aktionsleiste { display: flex; } body { padding-bottom: 54px; } }

/* ==========================================================================
   LAYER 8 · COOKIE & CONSENT
   ========================================================================== */
.cookie {
  position: fixed; left: var(--s4); bottom: var(--s4); z-index: 1200;
  max-width: 460px; background: var(--kohle-hell);
  border: 2px solid var(--lime); padding: var(--s6);
  font-size: .88rem;
}
.cookie h4 { font-size: 1rem; margin-bottom: 10px; letter-spacing: -.01em; }
.cookie p { color: var(--text-hell-2); font-size: .86rem; }
.cookie-knoepfe { display: flex; flex-wrap: wrap; gap: 10px; margin-top: var(--s5); }
.cookie-knoepfe .btn { padding: 13px 18px; font-size: .7rem; min-height: 46px; }
.cookie-kat { display: flex; gap: 10px; align-items: flex-start; margin-top: var(--s4); font-size: .84rem; }
.cookie-kat input { width: 20px; height: 20px; accent-color: var(--lime); flex: none; margin-top: 2px; }
@media (max-width: 620px) { .cookie { left: 8px; right: 8px; bottom: 62px; max-width: none; padding: var(--s5); } }

.cookie-fab {
  position: fixed; left: var(--s4); bottom: var(--s4); z-index: 1100;
  width: 52px; height: 52px; border-radius: 999px;
  background: var(--kohle-hell); border: 1px solid var(--linie-stark);
  display: grid; place-items: center; color: var(--lime);
  transition: transform var(--dur-micro) var(--ease), border-color var(--dur-micro);
}
.cookie-fab:hover { transform: scale(1.08); border-color: var(--lime); }
@media (max-width: 620px) { .cookie-fab { bottom: 66px; } }

/* ==========================================================================
   LAYER 9 · MOTION
   ========================================================================== */
html.js .reveal {
  opacity: 0; transform: translateY(28px);
  transition: opacity var(--dur-reveal) var(--ease), transform var(--dur-reveal) var(--ease);
}
html.js .reveal.sichtbar { opacity: 1; transform: none; }
html.js [data-stagger] > * {
  opacity: 0; transform: translateY(24px);
  transition: opacity 640ms var(--ease), transform 640ms var(--ease);
  transition-delay: var(--verzug, 0ms);
}
html.js [data-stagger] > *.sichtbar { opacity: 1; transform: none; }

html.js .buehne-inhalt > * {
  opacity: 0; transform: translateY(30px);
  transition: opacity 760ms var(--ease), transform 760ms var(--ease);
}
html.js .buehne.start .buehne-inhalt > * { opacity: 1; transform: none; }
html.js .buehne.start .buehne-inhalt > *:nth-child(1) { transition-delay: 0ms; }
html.js .buehne.start .buehne-inhalt > *:nth-child(2) { transition-delay: 120ms; }
html.js .buehne.start .buehne-inhalt > *:nth-child(3) { transition-delay: 320ms; }
html.js .buehne.start .buehne-inhalt > *:nth-child(4) { transition-delay: 520ms; }
html.js .buehne-media img, html.js .buehne-media video {
  transform: scale(1.07);
  transition: transform 1600ms var(--ease);
}
html.js .buehne.start .buehne-media img, html.js .buehne.start .buehne-media video { transform: none; }

.par { will-change: transform; transform: translateY(var(--par, 0px)); }

/* ==========================================================================
   LAYER 10 · UTILITIES / MOBIL / REDUCED MOTION
   ========================================================================== */
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
body.no-scroll { overflow: hidden; }
[hidden] { display: none !important; }

.prose { max-width: 780px; }
.prose h2 { font-size: clamp(1.3rem, 2.2vw, 1.8rem); margin-top: var(--s8); margin-bottom: var(--s4); }
.prose h3 { font-size: clamp(1.05rem, 1.5vw, 1.25rem); margin-top: var(--s6); margin-bottom: var(--s3); }
.prose p, .prose li { color: var(--text-hell-2); font-size: .98rem; line-height: 1.66; max-width: 74ch; }
.prose ul, .prose ol { margin: var(--s4) 0 var(--s4) var(--s5); display: grid; gap: 8px; }
.prose a { color: var(--lime); text-decoration: underline; text-underline-offset: 3px; }
.prose table { width: 100%; border-collapse: collapse; margin: var(--s5) 0; table-layout: fixed; }
.prose th, .prose td { border: 1px solid var(--linie); padding: 12px 14px; text-align: left; font-size: .9rem; overflow-wrap: anywhere; }
.prose th { background: var(--kohle); font-weight: 800; text-transform: uppercase; letter-spacing: .1em; font-size: .76rem; }

/* Overflow-Schutz */
.split > *, .raster-2 > *, .raster-3 > *, .raster-4 > *, .zahlen > *, .fuss-raster > * { min-width: 0; }
h1, h2, h3, h4, .t-display, .t-h1, .t-h2 { overflow-wrap: break-word; }

@media (max-width: 620px) {
  .btn { width: 100%; justify-content: center; }
  .cluster > .btn { width: auto; flex: 1 1 auto; }
  .buehne { min-height: clamp(520px, 78vh, 720px); }
  .buehne-inhalt { max-width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
  html.js .reveal, html.js [data-stagger] > *, html.js .buehne-inhalt > * { opacity: 1; transform: none; }
  html.js .buehne-media img, html.js .buehne-media video { transform: none; }
  .ticker-spur { animation: none; }
  .btn:hover, .karte:hover, .tarif:hover, .galerie-kachel:hover img { transform: none; }
  .par { transform: none; }
}


/* Breite Inhaltsflächen für große Headline-Blöcke */
.kopfblock { max-width: min(100%, 1040px); }
.kopfblock h1, .kopfblock h2 { max-width: 100%; }
.kopfblock .lead { max-width: 54ch; }

/* ==========================================================================
   LAYER 11 · FULL-SEND-MOTION (Preloader, Cursor, Story, Zoom, H-Strecke)
   Greift nur, wenn motion.js html.hatmotion setzt.
   ========================================================================== */
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

.lader {
  position: fixed; inset: 0; z-index: 3000; background: var(--ink);
  display: grid; place-items: center;
}
html:not(.hatmotion) .lader { display: none; }
.lader-zahl {
  font-size: clamp(5rem, 16vw, 13rem); font-weight: 800; letter-spacing: -.05em;
  line-height: 1; color: var(--papier); font-variant-numeric: tabular-nums;
}
.lader-zahl small { font-size: .22em; color: var(--pink); vertical-align: super; }
.lader-balken { position: absolute; left: 0; bottom: 0; height: 4px; width: 0%; background: var(--pink); }
.lader-logo { position: absolute; top: 30px; left: var(--rand); height: 26px; width: auto; }

.cursor-punkt, .cursor-kreis {
  position: fixed; top: 0; left: 0; pointer-events: none; z-index: 2500;
  border-radius: 999px; transform: translate(-50%,-50%); mix-blend-mode: difference;
  display: none;
}
html.hatmotion .cursor-punkt, html.hatmotion .cursor-kreis { display: block; }
.cursor-punkt { width: 10px; height: 10px; background: #fff; }
.cursor-kreis {
  width: 44px; height: 44px; border: 1.5px solid rgba(255,255,255,.7);
  transition: width 380ms var(--ease), height 380ms var(--ease), background 380ms var(--ease);
  display: none; place-items: center;
}
html.hatmotion .cursor-kreis { display: grid; }
.cursor-kreis .cursor-text {
  font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: #000;
  opacity: 0; transition: opacity 200ms;
}
.cursor-kreis.gross { width: 108px; height: 108px; background: #fff; border-color: #fff; }
.cursor-kreis.gross .cursor-text { opacity: 1; }
@media (hover:none), (pointer:coarse) { .cursor-punkt, .cursor-kreis { display: none !important; } }

/* Header versteckt sich beim Runterscrollen */
.kopf { transition: transform 480ms var(--ease), background var(--dur-ui) var(--ease), padding var(--dur-ui) var(--ease), border-color var(--dur-ui) var(--ease); }
.kopf.weg { transform: translateY(-110%); }

/* Hero-Zeilen */
html.hatmotion .buehne-inhalt h1 { opacity: 1; transform: none; transition: none; }
html.hatmotion .buehne-inhalt h1 .zeile { display: block; overflow: hidden; padding-bottom: .06em; margin-bottom: -.06em; }
html.hatmotion .buehne-inhalt h1 .zz { display: inline-block; transform: translateY(112%); }
html.hatmotion .sektion--pink .kopfblock h2 .zeile { display: block; overflow: hidden; padding-bottom: .06em; margin-bottom: -.06em; }
html.hatmotion .sektion--pink .kopfblock h2 .zz { display: inline-block; }

/* Magnet-Buttons: CSS-Hover-Transform aus, GSAP übernimmt */
html.hatmotion .buehne .btn:hover, html.hatmotion .kopfblock .btn:hover { transform: none; }

/* Statement (Wort-Fill) */
.statement { padding: clamp(6rem, 14vh, 11rem) 0; }
.statement p {
  font-size: clamp(1.8rem, 4.4vw, 4rem); font-weight: 800; text-transform: uppercase;
  line-height: 1.05; letter-spacing: -.035em; max-width: 26ch; color: var(--text-hell);
}
html.hatmotion .statement .wf { color: rgba(244,244,238,.15); }

/* Pinned Story */
.story { position: relative; }
.story-buehne { position: relative; height: 100vh; overflow: clip; display: flex; align-items: center; }
.story-medien { position: absolute; inset: 0; z-index: 0; }
.story-bild { position: absolute; inset: 0; clip-path: inset(0 0 100% 0); }
.story-bild:first-child { clip-path: inset(0); }
.story-bild img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.2) contrast(1.05) brightness(.55); }
.story-text { position: relative; z-index: 2; margin-inline: auto; }
.story-schritt { position: absolute; inset: auto 0; opacity: 0; transform: translateY(40px); }
.story-schritt.erster { position: relative; }
.story-schritt h3 { font-size: clamp(2.4rem, 6.4vw, 6rem); letter-spacing: -.045em; }
.story-schritt h3 em { font-style: normal; color: var(--lime); }
.story-schritt p { max-width: 44ch; margin-top: 1.4rem; font-size: clamp(1rem, 1.3vw, 1.2rem); color: var(--text-hell-2); font-weight: 500; }
.story-nr { font-size: .74rem; font-weight: 800; letter-spacing: .3em; color: var(--pink); display: block; margin-bottom: 18px; text-transform: uppercase; }
.story-leiste { position: absolute; right: var(--rand); top: 50%; transform: translateY(-50%); z-index: 3; display: grid; gap: 10px; }
.story-leiste i { width: 3px; height: 44px; background: var(--linie); border-radius: 2px; position: relative; overflow: hidden; }
.story-leiste i::after { content: ''; position: absolute; inset: 0; background: var(--lime); transform: scaleY(var(--f,0)); transform-origin: top; }
html:not(.hatmotion) .story-buehne { height: auto; padding: var(--sektion) 0; }
html:not(.hatmotion) .story-schritt { position: relative; opacity: 1; transform: none; margin-bottom: 3.5rem; }
html:not(.hatmotion) .story-bild { display: none; }
html:not(.hatmotion) .story-bild:first-child { display: block; clip-path: none; }
html:not(.hatmotion) .story-leiste { display: none; }

/* Zoom */
.zoom { position: relative; height: 100vh; overflow: clip; display: grid; place-items: center; background: var(--ink); }
.zoom-rahmen { width: min(52vw, 640px); aspect-ratio: 4/3; overflow: clip; position: relative; will-change: transform; }
@media (max-width: 860px) { .zoom-rahmen { width: 72vw; } }
.zoom-rahmen img { width: 100%; height: 100%; object-fit: cover; }
.zoom-wort {
  position: absolute; z-index: 2; pointer-events: none;
  font-size: clamp(2.6rem, 10vw, 10rem); font-weight: 800; text-transform: uppercase; letter-spacing: -.04em;
  color: #fff; mix-blend-mode: difference; white-space: nowrap;
}
html:not(.hatmotion) .zoom { height: auto; padding: var(--sektion) 0; }
html:not(.hatmotion) .zoom-rahmen { width: min(92vw, 1100px); }
html:not(.hatmotion) .zoom-wort { display: none; }

/* Horizontale Bereichs-Strecke */
@media (min-width: 861px) {
  html.hatmotion .hgal { overflow: clip; padding-block: clamp(40px, 5vh, 72px); }
  html.hatmotion .hgal .hgal-kopf { padding-bottom: clamp(1.2rem, 2.5vh, 2rem); }
  html.hatmotion .hgal .sektionskopf { margin-bottom: 0; }
  html.hatmotion .hgal-spur {
    display: flex; gap: clamp(1rem, 2vw, 2rem);
    padding: 0 var(--rand); width: max-content; will-change: transform;
    cursor: grab; touch-action: pan-y;
  }
  html.hatmotion .hgal-spur.zieht { cursor: grabbing; }
  html.hatmotion .hgal-spur .bildkarte {
    width: min(24vw, calc((100vh - 380px) * 0.8), 420px);
    min-width: 240px; flex: none;
  }
  html.hatmotion .hgal-spur .bildkarte img { width: 114%; max-width: none; margin-left: -7%; will-change: transform; }
  html.hatmotion .hgal-spur .bildkarte-inhalt .t-h3 { font-size: clamp(1.1rem, 1.6vw, 1.5rem); }
  html.hatmotion .hgal-spur img { -webkit-user-drag: none; user-select: none; }
}
.hgal-spur { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: var(--gutter); padding: 0 var(--rand); }
@media (max-width: 1024px) { .hgal-spur { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 620px)  { .hgal-spur { grid-template-columns: 1fr; } }
.hgal-kopf { padding-bottom: clamp(2rem, 4vw, 3.5rem); }

/* Sticky-Stapel auf Unterseiten */
html.hatmotion [data-stapel] { display: block; }
html.hatmotion [data-stapel] .karte {
  position: sticky; top: 14vh; min-height: 46vh; margin-bottom: 22px;
  justify-content: center; background: var(--kohle-hell);
  will-change: transform;
}
html.hatmotion [data-stapel] .karte:last-child { margin-bottom: 0; }

@media (prefers-reduced-motion: reduce) {
  .lader, .cursor-punkt, .cursor-kreis { display: none !important; }
  .kopf.weg { transform: none; }
  .statement .wf { color: var(--text-hell) !important; }
}
