/* ==========================================================================
   DJ EMC – Designsystem „Tricolore Nocturne“
   Navy-Nacht, Weiß für Typo, Rot nur als Signal, Blau für Licht & Verläufe.
   Reihenfolge: Fonts · Tokens · Basis · Typo · Layout · Komponenten · Seiten · Utilities
   ========================================================================== */

/* ---------- Fonts (selbst gehostet, OFL) ---------- */
@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo-variable-latin.woff2") format("woff2-variations"),
       url("../fonts/archivo-variable-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-variable-latin.woff2") format("woff2-variations"),
       url("../fonts/inter-variable-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* ---------- Tokens ---------- */
:root {
  --navy-950: #070B18;
  --navy-900: #0B1430;
  --navy-800: #13204A;
  --navy-700: #1B2B5E;
  --bleu: #1F3FBF;
  --bleu-soft: #7D95FF;
  --blanc: #F6F7FB;
  --white: #FFFFFF;
  --rouge: #E1112B;
  --rouge-hover: #FF2E45;
  --rouge-deep: #B80C22;
  --rouge-text: #FF4D61;          /* Rot als Text auf Navy (AA) */
  --muted: #A9B1C9;
  --ink: #0B1430;                 /* Text auf hellen Sektionen */
  --ink-muted: #475070;
  --line: rgba(255, 255, 255, .08);
  --line-strong: rgba(255, 255, 255, .16);
  --line-dark: rgba(11, 20, 48, .12);

  --font-display: "Archivo", "Arial Black", "Helvetica Neue", Arial, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;

  --s-1: 4px;  --s-2: 8px;  --s-3: 12px; --s-4: 16px; --s-5: 24px;
  --s-6: 32px; --s-7: 48px; --s-8: 64px; --s-9: 96px; --s-10: 128px;
  --radius: 6px;
  --radius-lg: 14px;
  --container: 1200px;
  --gutter: clamp(16px, 4vw, 40px);
  --section-y: clamp(64px, 9vw, 128px);
  --header-h: 68px;
  --ease: cubic-bezier(.2, .7, .2, 1);
  --glow-red: 0 0 0 1px rgba(225, 17, 43, .55), 0 18px 50px -18px rgba(255, 46, 69, .55);
  --shadow-card: 0 1px 0 rgba(255, 255, 255, .04) inset, 0 24px 48px -32px rgba(0, 0, 0, .8);
  --club-light:
    radial-gradient(60% 55% at 12% 0%, rgba(31, 63, 191, .38), transparent 70%),
    radial-gradient(45% 50% at 95% 100%, rgba(225, 17, 43, .20), transparent 72%);
}

/* ---------- Basis ---------- */
*, *::before, *::after { box-sizing: border-box; }
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 16px);
  background: var(--navy-950);
}
body {
  margin: 0;
  min-height: 100vh;
  background: var(--navy-950);
  color: var(--blanc);
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.6;
  font-feature-settings: "cv11", "ss01";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}
@media (min-width: 1024px) { body { font-size: 1.125rem; } }
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .2em; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
ul[class], ol[class] { list-style: none; margin: 0; padding: 0; }
figure { margin: 0; }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
hr { border: 0; border-top: 1px solid var(--line); margin: var(--s-7) 0; }
::selection { background: var(--rouge); color: var(--white); }
main:focus { outline: none; }
[hidden] { display: none !important; }

:focus-visible {
  outline: 3px solid var(--white);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--rouge);
  border-radius: 2px;
}
.section--light :focus-visible, .prose--doc :focus-visible { outline-color: var(--rouge); box-shadow: 0 0 0 6px rgba(225, 17, 43, .25); }

/* ---------- Typografie ---------- */
h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  font-family: var(--font-display);
  font-weight: 800;
  font-stretch: 112%;
  line-height: 1.05;
  letter-spacing: -.02em;
  margin: 0 0 .5em;
  text-wrap: balance;
}
h1, .h1 { font-size: clamp(2.5rem, 1.55rem + 4.1vw, 5.5rem); letter-spacing: -.03em; line-height: .98; }
h2, .h2 { font-size: clamp(1.875rem, 1.35rem + 2.3vw, 3.25rem); }
h3, .h3 { font-size: clamp(1.25rem, 1.1rem + .6vw, 1.6rem); line-height: 1.15; letter-spacing: -.01em; }
h4, .h4 { font-size: 1.125rem; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 var(--s-4);
  font-family: var(--font-display);
  font-size: .78rem;
  font-weight: 700;
  font-stretch: 120%;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--rouge-text);
}
.eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: linear-gradient(90deg, var(--bleu-soft) 0 33%, var(--white) 33% 66%, var(--rouge) 66%);
}
.lead {
  font-size: clamp(1.125rem, 1.02rem + .45vw, 1.375rem);
  line-height: 1.55;
  color: var(--muted);
  max-width: 62ch;
  text-wrap: pretty;
}
.section--light .lead { color: var(--ink-muted); }

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.link-arrow::after {
  content: "";
  width: 18px;
  height: 10px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 10'%3E%3Cpath d='M0 5h16M12 1l4 4-4 4' fill='none' stroke='%23000' stroke-width='1.8'/%3E%3C/svg%3E") center / contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 10'%3E%3Cpath d='M0 5h16M12 1l4 4-4 4' fill='none' stroke='%23000' stroke-width='1.8'/%3E%3C/svg%3E") center / contain no-repeat;
  transition: transform .25s var(--ease);
}
.link-arrow:hover::after { transform: translateX(4px); }
.link-arrow:hover { color: var(--white); }
.section--light .link-arrow:hover { color: var(--bleu); }

/* Markdown-Inhalte */
.prose { max-width: 70ch; }
.prose :where(p, ul, ol) { margin: 0; }
.prose > * + * { margin-top: 1em; }
.prose > * + h2, .prose > * + h3 { margin-top: 1.6em; }
.prose h2 { font-size: clamp(1.5rem, 1.2rem + 1.2vw, 2.1rem); }
.prose h3 { font-size: 1.3rem; }
.prose ul, .prose ol { padding-left: 1.25em; }
.prose li + li { margin-top: .4em; }
.prose ul li::marker { color: var(--rouge); }
.prose a { color: var(--white); text-decoration-color: var(--rouge); text-decoration-thickness: 2px; }
.prose a:hover { color: var(--rouge-text); }
.prose strong { color: var(--white); font-weight: 650; }
.prose blockquote {
  margin: 1.5em 0;
  padding: .25em 0 .25em 1.25em;
  border-left: 3px solid var(--rouge);
  font-size: 1.15em;
  color: var(--white);
}
.prose table { width: 100%; border-collapse: collapse; font-size: .95em; }
.prose th, .prose td { text-align: left; padding: .6em .75em; border-bottom: 1px solid var(--line-strong); vertical-align: top; }
.prose code { font-size: .9em; background: var(--navy-800); padding: .1em .35em; border-radius: 4px; }
.section--light .prose a, .prose--doc a { color: var(--bleu); text-decoration-color: rgba(31, 63, 191, .35); }
.section--light .prose a:hover, .prose--doc a:hover { color: var(--rouge-deep); text-decoration-color: currentColor; }
.section--light .prose strong, .section--light .prose blockquote { color: var(--ink); }
.section--light .prose th, .section--light .prose td { border-color: var(--line-dark); }
.section--light .prose code { background: #E7EAF3; }
.prose--intro { font-size: 1.125em; }

/* ---------- Layout ---------- */
.container {
  width: 100%;
  max-width: calc(var(--container) + var(--gutter) * 2);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.container--narrow { max-width: calc(820px + var(--gutter) * 2); }
.section { position: relative; padding-block: var(--section-y); }
.section--tight { padding-block: clamp(48px, 6vw, 80px); }
.section--flush-top { padding-top: 0; }
.section--glow { background: var(--club-light), var(--navy-900); isolation: isolate; }
.section--light {
  background: var(--blanc);
  color: var(--ink);
}
.section--light h2, .section--light h3 { color: var(--navy-950); }
.section--light .eyebrow { color: var(--rouge-deep); }
.section--light .eyebrow::before { background: linear-gradient(90deg, var(--bleu) 0 33%, #C5CCE0 33% 66%, var(--rouge) 66%); }
.section--doc { padding-block: clamp(48px, 7vw, 96px); }

.section-head { max-width: 780px; margin-bottom: clamp(32px, 5vw, 56px); }
.section-head h2 { margin-bottom: .35em; }
.section-head--row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--s-4) var(--s-6);
  max-width: none;
}
.section-head--row h2 { margin-bottom: 0; }
.section-more { margin-top: clamp(32px, 4vw, 48px); }

.grid { display: grid; gap: clamp(16px, 2vw, 24px); grid-template-columns: 1fr; }
@media (min-width: 640px) {
  .grid--2, .grid--3, .grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
  .grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

.split { display: grid; gap: clamp(32px, 5vw, 80px); align-items: center; }
@media (min-width: 900px) {
  .split { grid-template-columns: 1fr 1fr; }
  .split--media { grid-template-columns: 5fr 6fr; }
  .split--reverse > :first-child { order: 2; }
  .split__wide { grid-column: 1 / -1; max-width: 820px; }
}

/* ---------- Buttons ---------- */
.btn {
  --btn-bg: transparent;
  --btn-fg: var(--white);
  --btn-bd: transparent;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 22px;
  border: 1px solid var(--btn-bd);
  border-radius: var(--radius);
  background: var(--btn-bg);
  color: var(--btn-fg);
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: .005em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color .2s var(--ease), border-color .2s var(--ease), color .2s var(--ease), box-shadow .25s var(--ease), transform .2s var(--ease);
  -webkit-tap-highlight-color: transparent;
}
.btn:active { transform: translateY(1px); }
.btn--primary { --btn-bg: var(--rouge); --btn-bd: var(--rouge); }
.btn--primary:hover { --btn-bg: var(--rouge-deep); --btn-bd: var(--rouge-hover); box-shadow: 0 10px 34px -10px rgba(255, 46, 69, .75); }
.btn--outline { --btn-bd: rgba(255, 255, 255, .55); }
.btn--outline:hover { --btn-bd: var(--white); --btn-bg: rgba(255, 255, 255, .08); }
.btn--ghost { --btn-fg: var(--blanc); padding-inline: 12px; }
.btn--ghost:hover { --btn-bg: rgba(255, 255, 255, .07); }
.btn--dark { --btn-bg: var(--navy-950); --btn-bd: var(--navy-950); }
.btn--dark:hover { --btn-bg: var(--navy-800); }
.section--light .btn--outline { --btn-fg: var(--ink); --btn-bd: rgba(11, 20, 48, .4); }
.section--light .btn--outline:hover { --btn-bg: rgba(11, 20, 48, .05); --btn-bd: var(--ink); }
.section--light .btn--ghost { --btn-fg: var(--ink); }
.btn--sm { min-height: 44px; padding: 8px 16px; font-size: .95rem; }
.btn--lg { min-height: 56px; padding: 14px 28px; font-size: 1.0625rem; }
.btn--block { display: flex; width: 100%; }
.btn[disabled], .btn[aria-disabled="true"] { opacity: .55; pointer-events: none; }

.link-button {
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  text-align: left;
  text-decoration: underline;
  text-decoration-color: transparent;
  min-height: 32px;
}
.link-button:hover { text-decoration-color: currentColor; }

/* ---------- Karten ---------- */
.card {
  position: relative;
  padding: clamp(22px, 2.4vw, 32px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(19, 32, 74, .72), rgba(11, 20, 48, .72));
  box-shadow: var(--shadow-card);
  transition: transform .3s var(--ease), border-color .3s var(--ease), box-shadow .3s var(--ease), background-color .3s var(--ease);
}
.card--link:hover, .card--link:focus-within {
  transform: translateY(-4px);
  border-color: rgba(225, 17, 43, .55);
  box-shadow: var(--glow-red);
}
.card__link { text-decoration: none; }
.card__link::after { content: ""; position: absolute; inset: 0; border-radius: inherit; }
.card__link:focus-visible { outline: none; box-shadow: none; }
.card--link:has(.card__link:focus-visible) { outline: 3px solid var(--white); outline-offset: 3px; }
.card__arrow {
  position: absolute;
  right: clamp(22px, 2.4vw, 32px);
  bottom: clamp(22px, 2.4vw, 28px);
  width: 36px;
  height: 36px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  transition: background-color .3s var(--ease), border-color .3s var(--ease), transform .3s var(--ease);
}
.card__arrow::after {
  content: "";
  position: absolute;
  inset: 0;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36'%3E%3Cpath d='M12 18h11m-4-4 4 4-4 4' fill='none' stroke='%23000' stroke-width='1.8'/%3E%3C/svg%3E") center / 100% no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36'%3E%3Cpath d='M12 18h11m-4-4 4 4-4 4' fill='none' stroke='%23000' stroke-width='1.8'/%3E%3C/svg%3E") center / 100% no-repeat;
}
.card--link:hover .card__arrow { background: var(--rouge); border-color: var(--rouge); transform: translateX(3px); }
.section--light .card { background: var(--white); border-color: var(--line-dark); box-shadow: 0 20px 40px -32px rgba(11, 20, 48, .45); color: var(--ink); }
.section--light .card--link:hover { box-shadow: 0 0 0 1px rgba(225, 17, 43, .5), 0 22px 44px -26px rgba(11, 20, 48, .5); }

.badge {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .02em;
  color: var(--muted);
}
.chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 8px 18px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: transparent;
  color: var(--blanc);
  font-size: .95rem;
  font-weight: 550;
  transition: background-color .2s var(--ease), border-color .2s var(--ease), color .2s var(--ease);
}
.chip:hover { border-color: rgba(255, 255, 255, .45); }
.chip[aria-pressed="true"], .chip.is-active, .chip:has(input:checked) { background: var(--white); border-color: var(--white); color: var(--navy-950); }
.chip__count { font-size: .8em; opacity: .6; font-variant-numeric: tabular-nums; }
.chip input { position: absolute; opacity: 0; pointer-events: none; }
.chip:has(input:focus-visible) { outline: 3px solid var(--white); outline-offset: 3px; box-shadow: 0 0 0 6px var(--rouge); }

/* ---------- Formularfelder (Booking & Co.) ---------- */
.field { display: grid; gap: 8px; margin-bottom: var(--s-5); }
.field > label, .field__label { font-weight: 600; font-size: .98rem; }
.field input:not([type="checkbox"]):not([type="radio"]), .field select, .field textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: rgba(7, 11, 24, .6);
  color: var(--blanc);
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
}
.field textarea { min-height: 120px; resize: vertical; }
.field select { appearance: none; padding-right: 40px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 4.5 6 8l3.5-3.5' fill='none' stroke='%23A9B1C9' stroke-width='1.6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; background-size: 12px; }
.field input::placeholder, .field textarea::placeholder { color: rgba(169, 177, 201, .7); }
.field input:hover, .field select:hover, .field textarea:hover { border-color: rgba(255, 255, 255, .35); }
.field input:focus-visible, .field select:focus-visible, .field textarea:focus-visible { outline: none; border-color: var(--white); box-shadow: 0 0 0 3px var(--rouge); }
.field input[aria-invalid="true"], .field select[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: var(--rouge-text); }
.field__hint { font-size: .9rem; color: var(--muted); }
.field__error { font-size: .92rem; font-weight: 600; color: var(--rouge-text); }
.field__error:empty { display: none; }
.field--check { display: flex; gap: 12px; align-items: flex-start; }
.field--check input { width: 22px; height: 22px; margin-top: 2px; accent-color: var(--rouge); flex: none; }
.section--light .field input:not([type="checkbox"]):not([type="radio"]), .section--light .field select, .section--light .field textarea { background: var(--white); color: var(--ink); border-color: rgba(11, 20, 48, .25); }
.section--light .field__hint { color: var(--ink-muted); }
.section--light .field__error { color: var(--rouge-deep); }

.flash-stack { display: grid; gap: var(--s-3); padding-top: var(--s-5); }
.flash { margin: 0; padding: 14px 18px; border-radius: var(--radius); border: 1px solid var(--line-strong); background: var(--navy-800); }
.flash--success { border-color: rgba(64, 201, 125, .5); }
.flash--error { border-color: var(--rouge); }

/* ---------- Kopfzeile & Navigation ---------- */
.skip-link {
  position: absolute;
  left: 16px;
  top: -100px;
  z-index: 100;
  padding: 12px 18px;
  border-radius: var(--radius);
  background: var(--white);
  color: var(--navy-950);
  font-weight: 700;
  text-decoration: none;
}
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
}
/* Hintergrund als Pseudo-Element: backdrop-filter am Header selbst würde das fixierte Mobilmenü einsperren */
.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(7, 11, 24, .78);
  -webkit-backdrop-filter: saturate(140%) blur(16px);
  backdrop-filter: saturate(140%) blur(16px);
}
.nav-open .site-header::before { background: var(--navy-950); }
.site-header__inner {
  display: flex;
  align-items: center;
  gap: var(--s-5);
  height: var(--header-h);
}
.brand { display: inline-flex; align-items: center; min-height: 44px; flex: none; margin-right: auto; }
.brand__logo { width: 100px; height: auto; }
.site-header__actions { display: flex; align-items: center; gap: var(--s-2); }

.nav-toggle {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-right: -8px;
  border: 0;
  border-radius: var(--radius);
  background: transparent;
}
.nav-toggle__bars, .nav-toggle__bars::before, .nav-toggle__bars::after, .nav-toggle__bars span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: transform .3s var(--ease), opacity .2s var(--ease);
}
.nav-toggle__bars { position: relative; background: transparent; }
.nav-toggle__bars::before, .nav-toggle__bars::after { content: ""; position: absolute; left: 0; }
.nav-toggle__bars::before { top: -7px; }
.nav-toggle__bars::after { top: 7px; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars span { opacity: 0; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars::before { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars::after { transform: translateY(-7px) rotate(-45deg); }

.site-nav__link, .site-nav__sublink {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  color: var(--blanc);
  text-decoration: none;
  font-weight: 550;
}
.site-nav__trigger { border: 0; background: none; padding: 0; }
.site-nav__chevron { transition: transform .25s var(--ease); }
.site-nav__trigger[aria-expanded="true"] .site-nav__chevron { transform: rotate(180deg); }
.site-nav__link[aria-current], .site-nav__sublink[aria-current], .site-nav__item.is-active > .site-nav__link { color: var(--white); }

/* Mobil: Panel unter der Kopfzeile */
@media (max-width: 1023.98px) {
  .site-nav {
    position: fixed;
    inset: var(--header-h) 0 0 0;
    z-index: 49;
    display: flex;
    flex-direction: column;
    gap: var(--s-6);
    padding: var(--s-6) var(--gutter) calc(var(--s-7) + env(safe-area-inset-bottom));
    overflow-y: auto;
    overscroll-behavior: contain;
    background: var(--club-light), var(--navy-950);
    visibility: hidden;
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity .25s var(--ease), transform .25s var(--ease), visibility 0s linear .25s;
  }
  .no-js .site-nav { display: none; }
  .nav-open .site-nav { visibility: visible; opacity: 1; transform: none; transition-delay: 0s; }
  .nav-open { overflow: hidden; }
  .site-nav__list { display: grid; gap: 2px; }
  .site-nav__list > li { border-bottom: 1px solid var(--line); }
  .site-nav__link {
    width: 100%;
    justify-content: space-between;
    min-height: 60px;
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 700;
    font-stretch: 112%;
    letter-spacing: -.01em;
  }
  .site-nav__sub { display: none; padding: 0 0 var(--s-4); }
  .site-nav__trigger[aria-expanded="true"] + .site-nav__sub { display: grid; }
  .site-nav__sublink { min-height: 48px; padding-left: var(--s-4); color: var(--muted); font-size: 1.1rem; border-left: 2px solid var(--line-strong); }
  .site-nav__sublink[aria-current] { color: var(--white); border-left-color: var(--rouge); }
  .site-nav__link[aria-current="page"] { color: var(--white); box-shadow: inset 3px 0 0 var(--rouge); padding-left: 14px; }
  .site-header__cta { padding-inline: 14px; }
}
@media (max-width: 379.98px) { .site-header__cta { display: none; } }

/* Desktop: horizontale Navigation mit Dropdown */
@media (min-width: 1024px) {
  :root { --header-h: 80px; }
  .brand__logo { width: 116px; }
  .nav-toggle, .site-nav__mobile-cta { display: none; }
  .site-nav { display: flex; align-items: center; }
  .site-nav__list { display: flex; align-items: center; gap: clamp(8px, 1.6vw, 26px); }
  .site-nav__item { position: relative; }
  .site-nav__link { position: relative; padding: 0 4px; font-size: .98rem; color: rgba(246, 247, 251, .82); }
  .site-nav__link:hover { color: var(--white); }
  .site-nav__link::after {
    content: "";
    position: absolute;
    left: 4px;
    right: 4px;
    bottom: 6px;
    height: 2px;
    background: var(--rouge);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s var(--ease);
  }
  .site-nav__link:hover::after, .site-nav__link[aria-current]::after, .site-nav__item.is-active > .site-nav__link::after { transform: scaleX(1); }
  .site-nav__sub {
    position: absolute;
    top: calc(100% + 8px);
    left: -18px;
    min-width: 240px;
    padding: 10px;
    border: 1px solid var(--line-strong);
    border-radius: var(--radius-lg);
    background: rgba(11, 20, 48, .97);
    box-shadow: 0 30px 60px -20px rgba(0, 0, 0, .8), 0 0 0 1px rgba(31, 63, 191, .15);
    visibility: hidden;
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity .2s var(--ease), transform .2s var(--ease), visibility 0s linear .2s;
  }
  .site-nav__sub::before { content: ""; position: absolute; left: 0; right: 0; top: -12px; height: 12px; }
  .site-nav__item--sub:hover .site-nav__sub,
  .site-nav__trigger[aria-expanded="true"] + .site-nav__sub,
  .no-js .site-nav__item--sub:focus-within .site-nav__sub { visibility: visible; opacity: 1; transform: none; transition-delay: 0s; }
  .site-nav__sublink { padding: 10px 14px; border-radius: 8px; font-size: .98rem; }
  .site-nav__sublink:hover, .site-nav__sublink[aria-current] { background: rgba(255, 255, 255, .06); }
  .site-nav__sublink[aria-current] { box-shadow: inset 2px 0 0 var(--rouge); }
  .site-header__cta { margin-left: var(--s-4); }
}

/* ---------- Breadcrumbs ---------- */
.breadcrumbs { padding-top: var(--s-5); }
.breadcrumbs__list { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 0; font-size: .88rem; color: var(--muted); }
.breadcrumbs__item { display: inline-flex; align-items: center; }
.breadcrumbs__item + .breadcrumbs__item::before { content: "/"; margin: 0 10px; color: rgba(169, 177, 201, .45); }
.breadcrumbs a { display: inline-flex; align-items: center; min-height: 32px; text-decoration: none; }
.breadcrumbs a:hover { color: var(--white); text-decoration: underline; }
.breadcrumbs [aria-current] { color: var(--blanc); }

/* ---------- Hero (Startseite) ---------- */
.hero {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  background: var(--navy-950);
}
.hero__media { position: relative; z-index: -2; aspect-ratio: 4 / 3.4; overflow: hidden; }
.hero__img, .hero__video { width: 100%; height: 100%; object-fit: cover; object-position: var(--fx, 50%) var(--fy, 50%); }
.hero__video { position: absolute; inset: 0; opacity: 0; transition: opacity 1.2s var(--ease); display: none; }
.hero__video.is-playing { opacity: 1; }
.hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 11, 24, .15) 0%, rgba(7, 11, 24, 0) 30%, rgba(7, 11, 24, .6) 72%, var(--navy-950) 100%);
}
.hero__glow {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(40% 40% at 0% 100%, rgba(31, 63, 191, .35), transparent 70%),
    radial-gradient(35% 45% at 100% 90%, rgba(225, 17, 43, .22), transparent 70%);
}
.hero__inner { position: relative; margin-top: -18vw; padding-bottom: clamp(48px, 8vw, 96px); }
.hero:not(.hero--media) .hero__inner { margin-top: 0; padding-top: clamp(64px, 12vw, 160px); }
.hero__title { margin-bottom: .3em; text-shadow: 0 2px 30px rgba(7, 11, 24, .45); }
@media (max-width: 479.98px) { .hero__title { font-size: clamp(2.1rem, 1.2rem + 4.6vw, 2.6rem); font-stretch: 104%; } }
.hero__line { display: block; width: fit-content; }
.hero__line--accent {
  background: linear-gradient(90deg, var(--white) 0%, var(--white) 35%, #FF7A88 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: none;
}
.hero__lead { color: rgba(246, 247, 251, .82); max-width: 46ch; }
.hero__actions { display: flex; flex-wrap: wrap; gap: var(--s-3); margin-top: var(--s-6); }
.hero__actions .btn { flex: 1 1 auto; }
.hero__pause {
  position: absolute;
  right: var(--gutter);
  bottom: var(--s-5);
  z-index: 2;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: rgba(7, 11, 24, .55);
  color: var(--white);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.hero__pause:hover { border-color: var(--white); }
.hero__play-icon, .hero__pause[aria-pressed="true"] .hero__pause-icon { display: none; }
.hero__pause[aria-pressed="true"] .hero__play-icon { display: block; }

@media (min-width: 480px) { .hero__actions .btn { flex: 0 0 auto; } }
@media (min-width: 768px) {
  .hero { min-height: min(88vh, 900px); justify-content: center; }
  .hero__media { position: absolute; inset: 0 0 0 auto; width: min(76%, 1400px); aspect-ratio: auto; }
  .hero__video { display: block; }
  .hero__shade {
    background:
      linear-gradient(90deg, var(--navy-950) 0%, rgba(7, 11, 24, .92) 16%, rgba(7, 11, 24, .45) 42%, rgba(7, 11, 24, .05) 70%),
      linear-gradient(0deg, var(--navy-950) 0%, rgba(7, 11, 24, 0) 32%),
      linear-gradient(180deg, rgba(7, 11, 24, .45) 0%, rgba(7, 11, 24, 0) 22%);
  }
  .hero--video .hero__shade { background-color: rgba(7, 11, 24, .18); }
  .hero__inner { margin-top: 0; padding-block: clamp(96px, 12vw, 160px); }
  .hero__title { max-width: none; }
}
@media (min-width: 1280px) { .hero__title { font-size: clamp(4.5rem, 2rem + 3.6vw, 6.25rem); } }

/* ---------- Seitenkopf (Unterseiten) ---------- */
.page-hero { position: relative; isolation: isolate; padding-block: clamp(40px, 6vw, 88px) clamp(56px, 7vw, 104px); }
.page-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--club-light); opacity: .9; pointer-events: none; }
.page-hero__inner { display: grid; gap: clamp(32px, 5vw, 72px); align-items: center; }
.page-hero__title { max-width: 18ch; margin-bottom: .35em; }
.page-hero__lead { color: rgba(246, 247, 251, .8); }
.page-hero__actions { display: flex; flex-wrap: wrap; gap: var(--s-3); margin-top: var(--s-6); }
.page-hero__media { position: relative; }
.page-hero__media::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: -3px;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--bleu) 0 33.33%, var(--white) 33.33% 66.66%, var(--rouge) 66.66%);
}
.page-hero__img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: var(--fx, 50%) var(--fy, 50%); border-radius: var(--radius-lg); border: 1px solid var(--line); }
.page-hero--compact { padding-bottom: clamp(32px, 4vw, 56px); }
.page-hero--article .page-hero__title { max-width: 22ch; font-size: clamp(2.1rem, 1.4rem + 3vw, 4rem); }
@media (min-width: 900px) {
  .page-hero--media .page-hero__inner { grid-template-columns: 6fr 5fr; }
  .page-hero__img { aspect-ratio: 5 / 6; }
}

/* ---------- Trust-Leiste / Kennzahlen ---------- */
.trust { border-block: 1px solid var(--line); background: linear-gradient(90deg, rgba(31, 63, 191, .10), rgba(7, 11, 24, 0) 40%, rgba(225, 17, 43, .08)); }
.trust__list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; }
.trust__item { display: flex; flex-direction: column; gap: 6px; padding: clamp(20px, 3vw, 36px) clamp(12px, 2vw, 28px); margin: 0; }
.trust__item:nth-child(odd) { padding-left: 0; }
.trust__item + .trust__item { border-left: 1px solid var(--line); }
.trust__item:nth-child(odd) { border-left: 0; }
.trust__item:nth-child(n+3) { border-top: 1px solid var(--line); }
.trust__value { margin: 0; font-family: var(--font-display); font-weight: 800; font-stretch: 118%; font-size: clamp(1.5rem, 1.1rem + 1.6vw, 2.4rem); line-height: 1; letter-spacing: -.02em; color: var(--white); }
.trust__label { margin: 0; font-size: .95rem; line-height: 1.4; color: var(--muted); }
@media (min-width: 900px) {
  .trust__list { grid-template-columns: repeat(auto-fit, minmax(0, 1fr)); grid-auto-flow: column; }
  .trust__item, .trust__item:nth-child(odd) { padding-left: clamp(16px, 2vw, 32px); border-top: 0 !important; }
  .trust__item:first-child { padding-left: 0; }
  .trust__item + .trust__item { border-left: 1px solid var(--line); }
}
.trust--facts .trust__label { order: -1; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; }
.trust--facts .trust__value { font-size: clamp(1.25rem, 1rem + 1vw, 1.75rem); }

/* ---------- Bildrahmen ---------- */
.framed { position: relative; }
.framed img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: var(--fx, 50%) var(--fy, 50%); border-radius: var(--radius-lg); }
.framed::before {
  content: "";
  position: absolute;
  inset: 14px -14px -14px 14px;
  z-index: -1;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
}
.framed::after {
  content: "";
  position: absolute;
  left: 24px;
  bottom: -3px;
  width: 96px;
  height: 3px;
  background: linear-gradient(90deg, var(--bleu) 0 33.33%, var(--white) 33.33% 66.66%, var(--rouge) 66.66%);
}
.section--light .framed::before { border-color: var(--line-dark); }
@media (min-width: 900px) { .framed img { aspect-ratio: 4 / 5; } }
.intro { isolation: isolate; }

/* ---------- Eventarten ---------- */
.event-card { display: flex; flex-direction: column; padding-right: 76px; }
@media (min-width: 640px) { .event-card { min-height: 220px; padding-right: clamp(22px, 2.4vw, 32px); padding-bottom: 76px; } }
.event-card__num { font-family: var(--font-display); font-size: .85rem; font-weight: 700; font-stretch: 120%; letter-spacing: .1em; color: var(--rouge-text); margin-bottom: var(--s-3); }
@media (min-width: 640px) { .event-card__num { margin-bottom: var(--s-6); } }
@media (max-width: 639.98px) { .event-card .card__arrow { top: 50%; bottom: auto; margin-top: -18px; } }
.event-card__title { margin-bottom: .45em; font-size: clamp(1.3rem, 1.1rem + .6vw, 1.6rem); }
.event-card__text { font-size: .98rem; color: var(--muted); }

/* ---------- Warum ---------- */
.why-list { counter-reset: why; }
.why { counter-increment: why; padding-top: var(--s-5); border-top: 2px solid var(--navy-950); }
.why::before { content: counter(why, decimal-leading-zero); display: block; margin-bottom: var(--s-3); font-family: var(--font-display); font-weight: 700; font-stretch: 120%; font-size: .85rem; letter-spacing: .1em; color: var(--rouge-deep); }
.why__title { margin-bottom: .4em; }
.why p { color: var(--ink-muted); }

/* ---------- Highlights / verwandte Seiten ---------- */
.highlight { border-top: 2px solid transparent; background-image: linear-gradient(180deg, rgba(19, 32, 74, .72), rgba(11, 20, 48, .72)); }
.highlight::before { content: ""; position: absolute; top: -1px; left: clamp(22px, 2.4vw, 32px); width: 40px; height: 2px; background: var(--rouge); }
.highlight__title { font-size: 1.25rem; }
.highlight p { color: var(--muted); font-size: .98rem; }
.related__title { margin-bottom: var(--s-5); }
.related__card { padding-bottom: 72px; }
.related__name { font-size: 1.2rem; margin-bottom: .4em; }
.related__card p { color: var(--muted); font-size: .95rem; }

/* Redaktionelle Abschnitte (helle Sektion) */
.editorial { display: grid; gap: var(--s-4) var(--s-8); padding-block: clamp(32px, 4vw, 56px); border-top: 1px solid var(--line-dark); }
.editorial:first-child, .prose--intro + .editorial { border-top: 0; }
.editorial__title { font-size: clamp(1.5rem, 1.2rem + 1.2vw, 2.2rem); margin: 0; }
@media (min-width: 900px) {
  .editorial { grid-template-columns: 5fr 7fr; }
  .editorial__title { position: sticky; top: calc(var(--header-h) + 32px); align-self: start; }
}
.prose--intro { margin-bottom: var(--s-6); }

/* ---------- Referenzen ---------- */
.ref-card { display: flex; flex-direction: column; }
@media (min-width: 640px) { .ref-card { min-height: 200px; } }
.ref-card__cat { font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--rouge-text); margin-bottom: var(--s-4); }
.ref-card__name { font-size: clamp(1.4rem, 1.15rem + .9vw, 1.9rem); font-stretch: 115%; margin-bottom: .4em; }
.ref-card__text { color: var(--muted); font-size: .98rem; }
.ref-card__meta { margin-top: auto; padding-top: var(--s-4); font-size: .88rem; color: var(--muted); font-variant-numeric: tabular-nums; }
.ref-card--highlight { background: radial-gradient(90% 70% at 100% 0%, rgba(31, 63, 191, .28), transparent 70%), linear-gradient(180deg, rgba(19, 32, 74, .8), rgba(11, 20, 48, .8)); }
.club-teaser { margin-top: clamp(32px, 4vw, 56px); padding-top: var(--s-6); border-top: 1px solid var(--line); }
.club-teaser__title { font-size: .8rem; font-family: var(--font-body); font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: var(--s-4); }
.club-teaser__list { display: flex; flex-wrap: wrap; gap: 6px 0; }
.club-teaser__list li { font-family: var(--font-display); font-weight: 700; font-stretch: 112%; font-size: clamp(1.15rem, 1rem + .8vw, 1.6rem); line-height: 1.3; }
.club-teaser__list li:not(:last-child)::after { content: "/"; margin: 0 .55em; color: var(--rouge); font-weight: 400; }
.club-teaser__city { font-family: var(--font-body); font-weight: 400; font-size: .6em; color: var(--muted); letter-spacing: 0; }

.regions { display: grid; gap: clamp(24px, 3vw, 40px); }
@media (min-width: 700px) { .regions { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1100px) { .regions { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.region__title { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; padding-bottom: var(--s-3); border-bottom: 2px solid var(--navy-950); font-size: 1.15rem; }
.region__count { font-family: var(--font-body); font-size: .85rem; font-weight: 600; color: var(--ink-muted); }
.region__item { display: flex; flex-direction: column; padding: 12px 0; border-bottom: 1px solid var(--line-dark); }
.region__name { font-weight: 650; color: var(--navy-950); }
.region__item.is-highlight .region__name::after { content: ""; display: inline-block; width: 7px; height: 7px; margin-left: 8px; border-radius: 50%; background: var(--rouge); vertical-align: middle; }
.region__city { font-size: .9rem; color: var(--ink-muted); }

.ref-groups { display: grid; gap: clamp(32px, 4vw, 56px); }
@media (min-width: 900px) { .ref-groups { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.ref-group__title { padding-bottom: var(--s-3); border-bottom: 1px solid var(--line-strong); font-size: 1.3rem; }
.ref-group__item { display: grid; gap: 2px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.ref-group__name { font-weight: 650; font-size: 1.05rem; color: var(--white); }
.ref-group__meta { font-size: .88rem; color: var(--rouge-text); font-variant-numeric: tabular-nums; }
.ref-group__text { font-size: .95rem; color: var(--muted); }

/* ---------- Ablauf / Schritte ---------- */
.steps { counter-reset: step; display: grid; gap: 0; }
.steps__item { counter-increment: step; position: relative; padding: 0 0 var(--s-6) 64px; }
.steps__item::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: -4px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: var(--navy-950);
  font-family: var(--font-display);
  font-weight: 800;
  font-stretch: 120%;
  color: var(--white);
}
.steps__item:first-child::before { background: var(--rouge); border-color: var(--rouge); }
.steps__item:not(:last-child)::after { content: ""; position: absolute; left: 21.5px; top: 44px; bottom: 0; width: 1px; background: linear-gradient(180deg, var(--line-strong), transparent); }
.steps__title { font-size: 1.2rem; margin-bottom: .35em; }
.steps__text { color: var(--muted); font-size: .98rem; max-width: 48ch; }
@media (min-width: 900px) {
  .steps { grid-template-columns: repeat(var(--steps, 5), minmax(0, 1fr)); gap: var(--s-5); }
  .steps--3 { --steps: 3; }
  .steps--4 { --steps: 4; }
  .steps__item { padding: 72px 0 0; }
  .steps__item::before { top: 0; }
  .steps__item:not(:last-child)::after { left: 56px; right: calc(-1 * var(--s-5) + 12px); top: 22px; bottom: auto; width: auto; height: 1px; background: linear-gradient(90deg, var(--line-strong), rgba(255, 255, 255, .04)); }
}

/* ---------- FAQ ---------- */
.faq-list { border-top: 1px solid var(--line-strong); }
.faq { border-bottom: 1px solid var(--line-strong); }
.faq__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s-5);
  min-height: 64px;
  padding: 18px 0;
  cursor: pointer;
  list-style: none;
}
.faq__q::-webkit-details-marker { display: none; }
.faq__title { margin: 0; font-family: var(--font-body); font-size: 1.08rem; font-weight: 650; font-stretch: 100%; letter-spacing: 0; line-height: 1.4; }
.faq__icon { position: relative; flex: none; width: 36px; height: 36px; border: 1px solid var(--line-strong); border-radius: 50%; transition: transform .3s var(--ease), background-color .2s var(--ease), border-color .2s var(--ease); }
.faq__icon::before, .faq__icon::after { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 1.6px; margin: -.8px 0 0 -6px; background: currentColor; transition: transform .3s var(--ease); }
.faq__icon::after { transform: rotate(90deg); }
.faq[open] .faq__icon { background: var(--rouge); border-color: var(--rouge); transform: rotate(180deg); }
.faq[open] .faq__icon::after { transform: rotate(0deg); }
.faq__q:hover .faq__title { color: var(--white); }
.faq__q:hover .faq__icon { border-color: rgba(255, 255, 255, .5); }
.faq__a { padding: 0 56px var(--s-6) 0; color: rgba(246, 247, 251, .85); }
.section--light .faq-list, .section--light .faq { border-color: var(--line-dark); }
.section--light .faq__icon { border-color: var(--line-dark); }
.section--light .faq__a { color: var(--ink-muted); }

.faq-layout { display: grid; gap: var(--s-7); }
.faq-toc__title { font-size: .8rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: var(--s-3); }
.faq-toc ul { display: flex; flex-wrap: wrap; gap: var(--s-2); margin: 0; padding: 0; list-style: none; }
.faq-toc a { display: inline-flex; align-items: center; min-height: 44px; padding: 8px 16px; border: 1px solid var(--line-strong); border-radius: 999px; text-decoration: none; font-size: .95rem; }
.faq-toc a:hover { border-color: var(--white); }
.faq-groups { display: grid; gap: clamp(40px, 5vw, 72px); }
.faq-group__title { font-size: clamp(1.4rem, 1.15rem + 1vw, 2rem); }
@media (min-width: 1024px) {
  .faq-layout { grid-template-columns: 240px minmax(0, 1fr); gap: var(--s-9); }
  .faq-toc { position: sticky; top: calc(var(--header-h) + 32px); align-self: start; }
  .faq-toc ul { flex-direction: column; gap: 0; }
  .faq-toc a { border: 0; border-left: 2px solid var(--line-strong); border-radius: 0; padding: 6px 16px; }
  .faq-toc a:hover { border-left-color: var(--rouge); }
}

/* ---------- Galerie & Lightbox ---------- */
.filter { display: flex; flex-wrap: wrap; gap: var(--s-2); margin-bottom: var(--s-6); }
.gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-flow: dense; gap: clamp(8px, 1.2vw, 16px); }
@media (min-width: 768px) { .gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 1280px) { .gallery:not(.gallery--teaser) { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.gallery__cell { aspect-ratio: 4 / 3; }
.gallery__cell--tall { grid-row: span 2; aspect-ratio: auto; }
.gallery__cell[hidden] { display: none; }
.gallery__item { position: relative; display: block; height: 100%; overflow: hidden; border-radius: 10px; background: var(--navy-800); }
.gallery__img { width: 100%; height: 100%; object-fit: cover; object-position: var(--fx, 50%) var(--fy, 50%); transition: transform .6s var(--ease), opacity .3s var(--ease); }
.gallery__item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(7, 11, 24, .75)); opacity: 0; transition: opacity .3s var(--ease); }
.gallery__zoom { position: absolute; top: 12px; right: 12px; z-index: 1; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: rgba(7, 11, 24, .6); opacity: 0; transform: scale(.9); transition: opacity .3s var(--ease), transform .3s var(--ease); }
.gallery__caption { position: absolute; left: 14px; right: 14px; bottom: 12px; z-index: 1; font-size: .88rem; font-weight: 550; opacity: 0; transform: translateY(6px); transition: opacity .3s var(--ease), transform .3s var(--ease); }
.gallery__item:hover .gallery__img, .gallery__item:focus-visible .gallery__img { transform: scale(1.045); }
.gallery__item:hover::after, .gallery__item:focus-visible::after,
.gallery__item:hover .gallery__zoom, .gallery__item:focus-visible .gallery__zoom,
.gallery__item:hover .gallery__caption, .gallery__item:focus-visible .gallery__caption { opacity: 1; transform: none; }
@media (hover: none) { .gallery__caption { display: none; } }
@media (min-width: 768px) { .gallery--teaser .gallery__cell:first-child { grid-column: span 2; grid-row: span 2; aspect-ratio: auto; } }

.lightbox {
  width: 100vw;
  max-width: 100vw;
  height: 100dvh;
  max-height: 100dvh;
  margin: 0;
  padding: 0;
  border: 0;
  background: rgba(7, 11, 24, .96);
  color: var(--white);
  overscroll-behavior: contain;
}
.lightbox::backdrop { background: rgba(7, 11, 24, .9); }
.lightbox[open] { display: grid; place-items: center; animation: lb-in .25s var(--ease); }
.lightbox__figure { display: grid; justify-items: center; gap: var(--s-3); max-width: calc(100vw - 32px); padding: 64px 0 72px; }
.lightbox__img { max-width: min(100%, 1600px); max-height: calc(100dvh - 160px); width: auto; height: auto; object-fit: contain; border-radius: 6px; transition: opacity .2s var(--ease); }
.lightbox__img.is-loading { opacity: .25; }
.lightbox__caption { font-size: .95rem; color: var(--muted); text-align: center; }
.lightbox__count { position: absolute; left: 20px; top: 20px; margin: 0; font-size: .9rem; color: var(--muted); font-variant-numeric: tabular-nums; }
.lightbox__btn {
  position: absolute;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: rgba(19, 32, 74, .7);
  color: var(--white);
  transition: background-color .2s var(--ease), border-color .2s var(--ease);
}
.lightbox__btn:hover { background: var(--rouge); border-color: var(--rouge); }
.lightbox__btn--close { top: 12px; right: 12px; }
.lightbox__btn--prev { left: 12px; bottom: 12px; }
.lightbox__btn--next { right: 12px; bottom: 12px; }
@media (min-width: 768px) {
  .lightbox__btn--prev, .lightbox__btn--next { top: 50%; bottom: auto; transform: translateY(-50%); }
  .lightbox__btn--prev { left: 24px; }
  .lightbox__btn--next { right: 24px; }
  .lightbox__figure { padding-inline: 96px; max-width: 100vw; }
}
@keyframes lb-in { from { opacity: 0; } }

/* ---------- CTA-Band ---------- */
.cta-band {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(80px, 11vw, 160px);
  text-align: center;
  background:
    radial-gradient(55% 80% at 50% 120%, rgba(225, 17, 43, .45), transparent 70%),
    radial-gradient(45% 60% at 0% 0%, rgba(31, 63, 191, .45), transparent 70%),
    radial-gradient(40% 55% at 100% 10%, rgba(31, 63, 191, .25), transparent 70%),
    var(--navy-900);
}
.cta-band::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: linear-gradient(90deg, var(--bleu) 0 33.33%, var(--white) 33.33% 66.66%, var(--rouge) 66.66%); opacity: .9; }
.cta-band__inner { display: grid; justify-items: center; }
.cta-band__title { max-width: 16ch; font-size: clamp(2.25rem, 1.5rem + 3.4vw, 4.75rem); }
.cta-band__text { margin-inline: auto; color: rgba(246, 247, 251, .82); }
.cta-band__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: var(--s-3); margin-top: var(--s-6); }

/* ---------- Kontakt ---------- */
.contact-grid { display: grid; gap: clamp(16px, 2vw, 24px); }
@media (min-width: 900px) { .contact-grid { grid-template-columns: 1.4fr 1fr 1fr; } }
.contact-card__title { font-size: 1.5rem; }
.contact-card--primary { background: radial-gradient(80% 90% at 100% 0%, rgba(225, 17, 43, .25), transparent 70%), linear-gradient(180deg, rgba(19, 32, 74, .85), rgba(11, 20, 48, .85)); border-color: rgba(225, 17, 43, .35); }
.contact-card__link { display: inline-flex; align-items: center; min-height: 44px; font-weight: 600; font-size: 1.1rem; word-break: break-word; text-decoration-color: var(--rouge); }
.contact-card__links { display: grid; gap: 4px; margin: 0; padding: 0; list-style: none; }
.contact-body { margin-top: var(--s-7); }

/* ---------- Ratgeber ---------- */
.article-card { display: flex; flex-direction: column; padding: 0; overflow: hidden; }
.article-card__media { aspect-ratio: 16 / 10; overflow: hidden; }
.article-card__img { width: 100%; height: 100%; object-fit: cover; object-position: var(--fx, 50%) var(--fy, 50%); transition: transform .6s var(--ease); }
.article-card:hover .article-card__img { transform: scale(1.04); }
.article-card__body { display: flex; flex-direction: column; flex: 1; padding: clamp(22px, 2.4vw, 30px); }
.article-card__cat { font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--rouge-text); margin-bottom: var(--s-3); }
.article-card__title { font-size: clamp(1.25rem, 1.1rem + .5vw, 1.5rem); margin-bottom: .5em; }
.article-card__teaser { color: var(--muted); font-size: .98rem; }
.article-card__date { margin-top: auto; padding-top: var(--s-4); font-size: .85rem; color: var(--muted); }
.article__meta { margin-top: var(--s-5); font-size: .92rem; color: var(--muted); }
.article__meta span { color: var(--blanc); font-weight: 600; }
.article__figure img { width: 100%; max-height: 620px; object-fit: cover; object-position: var(--fx, 50%) var(--fy, 50%); border-radius: var(--radius-lg); margin-bottom: calc(-1 * clamp(40px, 6vw, 96px)); position: relative; z-index: 1; }
.article__figure + .section { padding-top: calc(clamp(48px, 7vw, 96px) * 2); }
.prose--doc { font-size: 1.0625rem; }
.prose--doc h2 { margin-top: 1.8em; }
.doc-updated { margin-top: var(--s-7); font-size: .9rem; color: var(--ink-muted); }
.related-box { margin-top: var(--s-7); padding: var(--s-5) var(--s-6); border-left: 3px solid var(--rouge); border-radius: 0 var(--radius-lg) var(--radius-lg) 0; background: var(--white); box-shadow: 0 20px 40px -30px rgba(11, 20, 48, .5); }
.related-box__kicker { font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--rouge-deep); margin-bottom: 6px; }
.related-box__title { font-family: var(--font-display); font-weight: 800; font-stretch: 112%; font-size: 1.35rem; line-height: 1.2; margin-bottom: 6px; }
.related-box__title a { color: var(--navy-950); text-decoration-color: var(--rouge); }
.related-box__text { color: var(--ink-muted); font-size: .98rem; }

/* ---------- Leere Zustände & Fehlerseite ---------- */
.empty-state { padding: var(--s-7) var(--s-6); border: 1px dashed var(--line-strong); border-radius: var(--radius-lg); text-align: center; color: var(--muted); }
.error-page { position: relative; isolation: isolate; overflow: hidden; padding-block: clamp(64px, 12vw, 160px); }
.error-page__inner { display: grid; justify-items: start; }
.error-page__code {
  margin: 0 0 -.12em;
  font-family: var(--font-display);
  font-weight: 900;
  font-stretch: 125%;
  font-size: clamp(6rem, 3rem + 16vw, 16rem);
  line-height: .85;
  letter-spacing: -.04em;
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, .22);
  background: linear-gradient(90deg, rgba(31, 63, 191, .6), rgba(225, 17, 43, .6));
  -webkit-background-clip: text;
  background-clip: text;
}
.error-page__title { max-width: 16ch; }
.error-page__links { display: flex; flex-wrap: wrap; gap: var(--s-3); margin-top: var(--s-6); }

/* ---------- Footer ---------- */
.site-footer { position: relative; background: var(--navy-950); border-top: 1px solid var(--line); padding-bottom: calc(80px + env(safe-area-inset-bottom)); }
@media (min-width: 1024px) { .site-footer { padding-bottom: 0; } }
.site-footer > .tricolore { position: absolute; top: -1px; left: 0; width: 100%; }
.site-footer__inner { display: grid; gap: var(--s-7); padding-block: clamp(56px, 7vw, 96px) var(--s-7); }
.site-footer__brand { display: grid; justify-items: start; gap: var(--s-4); }
.site-footer__logo img { width: 132px; }
.site-footer__claim { color: var(--muted); font-size: .98rem; margin: 0; }
.site-footer__claim span { color: var(--blanc); }
.site-footer__mail a { display: inline-flex; min-height: 44px; align-items: center; font-weight: 600; text-decoration-color: var(--rouge); }
.site-footer__nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--s-6) var(--s-5); }
.site-footer__col ul { margin: 0 0 var(--s-5); padding: 0; list-style: none; }
.site-footer__col ul:last-child { margin-bottom: 0; }
.site-footer__title { margin: 0 0 var(--s-3); font-family: var(--font-body); font-size: .78rem; font-weight: 700; font-stretch: 100%; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.site-footer__col a, .site-footer__col .link-button { display: inline-flex; align-items: center; min-height: 40px; color: rgba(246, 247, 251, .86); font-size: .96rem; text-decoration: none; line-height: 1.3; }
.site-footer__col a:hover, .site-footer__col .link-button:hover { color: var(--white); text-decoration: underline; text-decoration-color: var(--rouge); }
.site-footer__bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: var(--s-4); padding-block: var(--s-5); border-top: 1px solid var(--line); font-size: .88rem; color: var(--muted); }
.site-footer__bottom p { margin: 0; }
.social { display: flex; gap: var(--s-2); }
.social__link { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 0 14px; border: 1px solid var(--line-strong); border-radius: 999px; color: var(--blanc); text-decoration: none; font-weight: 550; transition: border-color .2s var(--ease), background-color .2s var(--ease); }
.social__link:hover { border-color: var(--white); background: rgba(255, 255, 255, .06); }
@media (min-width: 900px) {
  .site-footer__inner { grid-template-columns: 300px minmax(0, 1fr); gap: var(--s-9); }
  .site-footer__nav { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* ---------- Sticky-CTA (mobil) ---------- */
.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  padding: 10px var(--gutter) calc(10px + env(safe-area-inset-bottom));
  background: linear-gradient(180deg, rgba(7, 11, 24, 0), rgba(7, 11, 24, .92) 38%);
  transform: translateY(110%);
  transition: transform .35s var(--ease);
  pointer-events: none;
}
.sticky-cta.is-visible { transform: none; pointer-events: auto; }
.sticky-cta .btn { box-shadow: 0 12px 30px -10px rgba(225, 17, 43, .7); }
.nav-open .sticky-cta { transform: translateY(110%); }
@media (min-width: 1024px) { .sticky-cta { display: none; } }

/* ---------- Consent (nur mit GA4) ---------- */
.consent {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 60;
  max-width: 520px;
  padding: var(--s-5);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
  background: rgba(11, 20, 48, .98);
  box-shadow: 0 30px 70px -20px rgba(0, 0, 0, .9);
}
.consent[hidden] { display: none; }
.consent__title { font-size: 1.15rem; margin-bottom: .4em; }
.consent__text { font-size: .92rem; color: var(--muted); }
.consent__text a { color: var(--white); }
.consent__actions { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-2); margin-top: var(--s-4); }
@media (min-width: 640px) { .consent { left: 24px; bottom: 24px; right: auto; } }

/* ---------- Utilities ---------- */
.tricolore { height: 3px; background: linear-gradient(90deg, var(--bleu) 0 33.33%, var(--blanc) 33.33% 66.66%, var(--rouge) 66.66%); }
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
mark.missing { padding: 0 .3em; border-radius: 3px; background: #FFD84D; color: #1A1400; font-weight: 600; }

/* Bildausschnitt aus dem Fokuspunkt der Mediathek (Klassen via Site::focalClass) */
.fx-0 { --fx: 0%; } .fx-1 { --fx: 10%; } .fx-2 { --fx: 20%; } .fx-3 { --fx: 30%; } .fx-4 { --fx: 40%; } .fx-5 { --fx: 50%; }
.fx-6 { --fx: 60%; } .fx-7 { --fx: 70%; } .fx-8 { --fx: 80%; } .fx-9 { --fx: 90%; } .fx-10 { --fx: 100%; }
.fy-0 { --fy: 0%; } .fy-1 { --fy: 10%; } .fy-2 { --fy: 20%; } .fy-3 { --fy: 30%; } .fy-4 { --fy: 40%; } .fy-5 { --fy: 50%; }
.fy-6 { --fy: 60%; } .fy-7 { --fy: 70%; } .fy-8 { --fy: 80%; } .fy-9 { --fy: 90%; } .fy-10 { --fy: 100%; }

/* Scroll-Reveal: main.js markiert nur Elemente unterhalb des sichtbaren Bereichs */
.reveal-pending { opacity: 0; transform: translateY(24px); }
.reveal-in { opacity: 1; transform: none; transition: opacity .7s var(--ease), transform .7s var(--ease); transition-delay: var(--reveal-delay, 0s); }

@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; }
  .reveal-pending { opacity: 1; transform: none; }
  .hero__video { display: none !important; }
}

@media print {
  .site-header, .site-footer, .sticky-cta, .consent, .cta-band, .hero__media, .lightbox { display: none !important; }
  body { background: #fff; color: #000; }
  .section--glow, .page-hero::before { background: none; }
}

/* ---------- Imagefilm ---------- */
.film__frame {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--navy-950);
  border: 1px solid var(--line-strong);
  box-shadow: 0 40px 80px -40px rgba(0, 0, 0, .9), 0 0 0 1px rgba(31, 63, 191, .2);
}
.film__frame::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: linear-gradient(90deg, var(--bleu) 0 33.33%, var(--white) 33.33% 66.66%, var(--rouge) 66.66%); pointer-events: none; }
.film__video { width: 100%; height: auto; aspect-ratio: 16 / 9; background: #000; }
.section--light .film__frame { border-color: var(--line-dark); box-shadow: 0 40px 80px -48px rgba(11, 20, 48, .6); }
.prose + p, .prose + .section-more { margin-top: var(--s-6); }
/* Eckdaten (Über-Seite): umbrechendes Raster statt einer Zeile */
@media (min-width: 900px) {
  .trust--facts .trust__list { grid-auto-flow: row; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); }
}
.trust--facts .trust__value { overflow-wrap: anywhere; hyphens: auto; }
