/* ---------- TEAM ARES — Production CSS (v9) ---------- */

/* ---------- LOKALE FONTS (DSGVO-konform, kein Google-CDN) ---------- */
@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/anton-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/bebasneue-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('fonts/intertight-var.woff2') format('woff2-variations'),
       url('fonts/intertight-var.woff2') format('woff2');
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url('fonts/jetbrainsmono-var.woff2') format('woff2-variations'),
       url('fonts/jetbrainsmono-var.woff2') format('woff2');
}

:root {
  --bg: #0a0a0a;
  --bg-2: #111;
  --ink: #f5f5f5;
  --ink-dim: #9a9a9a;
  --silver-1: #c0c0c0;
  --silver-2: #e8e8e8;
  --red: #e63946;        /* Brand-Rot — Buttons, Borders, Display-Stroke, OG-Image */
  --red-bright: #ed4250; /* v10.0.1: leichter Heller-Variant für Kleintext (≥4.5:1 AA-Body auf --bg) */
  --red-deep: #7a0a14;
  --rule: rgba(255,255,255,0.08);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
html, body { background: var(--bg); color: var(--ink); font-family: 'Inter Tight', system-ui, sans-serif; }
a { color: inherit; }
img { display: block; max-width: 100%; }

/* ---------- Visually-hidden (for labels) ---------- */
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

/* ---------- Focus-Visible (Keyboard a11y) ---------- */
:focus { outline: none; }
:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 3px;
  border-radius: 2px;
}

/* ---------- Typography ---------- */
.mono { font-family: 'JetBrains Mono', ui-monospace, monospace; }
.display { font-family: 'Anton', 'Bebas Neue', Impact, sans-serif; letter-spacing: 0.01em; }
.bebas { font-family: 'Bebas Neue', Impact, sans-serif; letter-spacing: 0.04em; }

.silver-text {
  background: linear-gradient(180deg, #fff 0%, #cfcfcf 45%, #8a8a8a 70%, #d4d4d4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
/* Fallback: in supportsdas wegen Selektion/Print/Forced-Colors */
@supports not (background-clip: text) {
  .silver-text { color: #e8e8e8; }
}

.red-stroke-text {
  -webkit-text-stroke: 1.5px var(--red);
  color: transparent;
  position: relative;
}
/* Visible fallback for Forced-Colors / Print / Selection */
@media (forced-colors: active) {
  .red-stroke-text { color: CanvasText; -webkit-text-stroke: 0; }
}
@media print {
  .red-stroke-text { color: #e63946; -webkit-text-stroke: 0; }
  .silver-text { color: #333; -webkit-text-fill-color: #333; }
}

.x-red { color: var(--red); }

/* ---------- Marquee ---------- */
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.ticker { border-bottom: 1px solid var(--rule); border-top: 1px solid var(--rule); background: #000; overflow: hidden; padding: 0.7rem 0; }
.marquee {
  display: flex; gap: 3rem; white-space: nowrap;
  animation: marquee 45s linear infinite;
  will-change: transform;
}
.marquee-item {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.78rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--ink-dim);
  display: inline-flex; align-items: center; gap: 3rem;
}
.marquee-item:nth-child(6n+2) { color: var(--red-bright); }
.marquee-dot { width: 6px; height: 6px; background: var(--red); display: inline-block; flex-shrink: 0; }

/* ---------- Animations ---------- */
@keyframes flicker {
  0%, 100% { opacity: 1; }
  92% { opacity: 1; }
  93% { opacity: 0.55; }
  94% { opacity: 1; }
  97% { opacity: 0.7; }
  98% { opacity: 1; }
}
.flicker { animation: flicker 6s infinite; }

@keyframes glowPulse {
  0%, 100% { filter: drop-shadow(0 0 18px rgba(230,57,70,0.25)) drop-shadow(0 0 60px rgba(230,57,70,0.15)); }
  50%      { filter: drop-shadow(0 0 28px rgba(230,57,70,0.55)) drop-shadow(0 0 100px rgba(230,57,70,0.3)); }
}
.glow-pulse { animation: glowPulse 4.5s ease-in-out infinite; }

/* ---------- Backgrounds ---------- */
.hex-bg {
  background-image:
    radial-gradient(circle at 50% 50%, rgba(230,57,70,0.08), transparent 60%),
    repeating-linear-gradient(60deg, rgba(255,255,255,0.025) 0 1px, transparent 1px 28px),
    repeating-linear-gradient(-60deg, rgba(255,255,255,0.025) 0 1px, transparent 1px 28px),
    repeating-linear-gradient(0deg, rgba(255,255,255,0.025) 0 1px, transparent 1px 28px);
}
.grain::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0.06;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.6'/></svg>");
  mix-blend-mode: overlay;
}

/* ---------- Utility ---------- */
.hairline { height: 1px; background: var(--rule); flex: 1; }
.red-rule { height: 1px; background: linear-gradient(90deg, transparent, var(--red), transparent); }
.tag {
  display: inline-flex; align-items: center; gap: 0.5em;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ink-dim);
  margin-bottom: 1rem;
}
.tag::before { content: ""; width: 6px; height: 6px; background: var(--red); display: inline-block; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 0.7em;
  padding: 1em 1.6em;
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: 1.05rem; letter-spacing: 0.18em;
  text-transform: uppercase; text-decoration: none;
  border: 1px solid var(--rule);
  background: transparent; color: var(--ink);
  cursor: pointer; transition: all 0.25s ease;
}
.btn:hover { border-color: var(--red); color: #fff; }
.btn-primary { background: var(--red); border-color: var(--red); color: #fff; }
.btn-primary:hover { background: #ff4654; box-shadow: 0 0 30px rgba(230,57,70,0.4); }
.btn-arrow { font-size: 1.2em; }
.nav-cta { padding: 0.7em 1.2em; font-size: 0.78rem; }

/* ---------- Form ---------- */
.field {
  display: flex; gap: 0; align-items: stretch;
  border: 1px solid var(--rule); background: rgba(255,255,255,0.02);
}
.field input {
  flex: 1; min-width: 0;
  background: transparent; border: 0; outline: none;
  color: var(--ink); font: 500 1rem 'Inter Tight', sans-serif;
  padding: 1em 1.2em;
}
.field input::placeholder { color: var(--ink-dim); }
.field input:focus-visible { outline: 2px solid var(--red); outline-offset: -2px; }
.field button {
  border: 0; background: var(--red); color: #fff;
  padding: 0 1.6em; font: 700 0.9rem 'Bebas Neue', sans-serif;
  letter-spacing: 0.2em; text-transform: uppercase; cursor: pointer;
  transition: background 0.2s;
}
.field button:hover { background: #ff4654; }
.field button:disabled { opacity: 0.6; cursor: not-allowed; }

.form-error {
  margin-top: 0.7rem;
  padding: 0.7rem 0.9rem;
  border: 1px solid var(--red);
  background: rgba(230,57,70,0.08);
  color: #f5b9bf;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.78rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

/* ---------- Nav ---------- */
.nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.4rem 3rem; border-bottom: 1px solid var(--rule);
  position: relative; z-index: 5; background: var(--bg);
}
.nav-brand { display: flex; align-items: center; gap: 0.9rem; }
.nav-brand img { height: 38px; width: auto; }
.nav-brand-text { border-left: 1px solid var(--rule); padding-left: 0.9rem; line-height: 1.1; }
.nav-brand-text .name { font-family: 'Bebas Neue', sans-serif; font-size: 0.95rem; letter-spacing: 0.18em; }
.nav-brand-text .sub { font-family: 'JetBrains Mono', monospace; font-size: 0.62rem; color: var(--ink-dim); letter-spacing: 0.2em; }
.nav-links { display: flex; gap: 2.2rem; align-items: center; }
.nav-links a.nav-link {
  color: var(--ink-dim); text-decoration: none;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase;
  transition: color 0.2s;
}
.nav-links a.nav-link:hover { color: var(--red); }
.nav-toggle {
  display: none; background: none; border: none; color: var(--ink);
  font-size: 1.5rem; cursor: pointer;
  padding: 0.4rem 0.6rem; line-height: 1;
  min-width: 44px; min-height: 44px;
}

/* ---------- Hero ---------- */
.hero {
  position: relative; padding: 5rem 3rem 6rem; min-height: 920px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; border-bottom: 1px solid var(--rule);
}
.hero-eyebrow {
  display: flex; align-items: center; justify-content: center; gap: 1rem;
  margin-bottom: 2.5rem; width: 100%; max-width: 480px;
}
.hero-eyebrow .hairline { max-width: 120px; }
.hero-eyebrow .mono {
  font-size: 0.72rem; letter-spacing: 0.3em; color: var(--ink-dim);
}
/* Eyebrow als 3-Spalten-Grid: TEAM ARES | × | DULATOV.
   1fr-auto-1fr garantiert dass das × geometrisch in der Mitte des Eyebrow
   sitzt — und damit auf derselben Achse wie Hero-Logo und H1. */
.eyebrow-brand {
  display: grid;
  grid-template-columns: minmax(min-content, 1fr) auto minmax(min-content, 1fr);
  column-gap: 0.6em;
  align-items: baseline;
  width: 320px;
  max-width: 100%;
  flex-shrink: 1;
}
.eyebrow-brand > .eb-l { text-align: right; white-space: nowrap; }
.eyebrow-brand > .eb-r { text-align: left;  white-space: nowrap; padding-left: 0.3em; }
.eyebrow-brand > .x-red { padding: 0 0.1em; }
.hero-logo-wrap { margin-bottom: 2.5rem; }
.hero-logo { width: 320px; height: auto; }
.hero h1 {
  font-size: clamp(3rem, 8vw, 7.5rem); line-height: 1.05;
  text-transform: uppercase; margin-bottom: 1.8rem; max-width: 1100px;
}
.hero-subtitle {
  font-size: clamp(1.4rem, 2.4vw, 2.2rem);
  letter-spacing: 0.04em; text-transform: uppercase;
  line-height: 1.1; max-width: 900px; margin-bottom: 2.6rem;
}
.hero-buttons { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; }
.hero-meta { position: absolute; bottom: 2rem; display: flex; flex-direction: column; gap: 0.3rem; }
.hero-meta-left { left: 3rem; }
.hero-meta-right { right: 3rem; text-align: right; }
.hero-meta .label { font-family: 'JetBrains Mono', monospace; font-size: 0.6rem; color: var(--ink-dim); letter-spacing: 0.25em; text-transform: uppercase; display: block; }
.hero-meta .value { font-family: 'Bebas Neue', sans-serif; font-size: 0.95rem; letter-spacing: 0.15em; }
.hero-status { color: var(--red); letter-spacing: 0.15em; }
.hero-opening { letter-spacing: 0.15em; }

/* ---------- Sections ---------- */
section { position: relative; }
.section-inner { padding: 6rem 3rem; border-bottom: 1px solid var(--rule); position: relative; }
.disz-heading { font-size: clamp(2.5rem, 5vw, 5rem); line-height: 0.95; text-transform: uppercase; }

/* ---------- Disciplines Grid ---------- */
.disc-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1px; background: var(--rule);
  border: 1px solid var(--rule); margin-top: 3rem;
}
.disc-card {
  background: var(--bg); border: none; cursor: pointer; text-align: left;
  padding: 1.4rem 1.4rem 1.6rem; position: relative;
  color: var(--ink); font-family: 'Inter Tight', sans-serif;
  transition: background 0.4s ease, transform 0.4s ease;
  overflow: hidden;
  display: block;
}
.disc-card:hover { background: linear-gradient(180deg, rgba(230,57,70,0.05), rgba(255,255,255,0)); }
.disc-card.active {
  background: linear-gradient(180deg, rgba(230,57,70,0.18), rgba(230,57,70,0.04));
  transform: translateY(-4px);
}
.disc-card .num {
  font: 500 0.7rem 'JetBrains Mono', monospace;
  color: var(--red-bright); letter-spacing: 0.2em; position: relative;
}
.disc-card h3 {
  font: 400 1.9rem 'Anton', sans-serif;
  letter-spacing: 0.04em; margin: 0.7rem 0 0.4rem;
  text-transform: uppercase; position: relative;
  transition: color 0.3s;
}
.disc-card.active h3 { color: #fff; }
.disc-card p { font-size: 0.88rem; color: var(--ink-dim); line-height: 1.5; position: relative; }
.disc-card .sweep {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(230,57,70,0.4), transparent);
  transform: translateX(-100%); transition: transform 0.7s ease;
}
.disc-card.active .sweep { transform: translateX(100%); }
.disc-card .corner-x {
  position: absolute; top: 14px; right: 14px; color: var(--red);
  opacity: 0.4; transform: rotate(0) scale(1);
  transition: transform 0.4s ease, opacity 0.3s ease;
}
.disc-card.active .corner-x { opacity: 1; transform: rotate(45deg) scale(1.4); }
.disc-card .reveal-info {
  position: relative;
  max-height: 0; opacity: 0; overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease 0.1s, margin-top 0.5s ease, padding-top 0.5s ease;
  margin-top: 0; padding-top: 0;
  border-top: 1px solid transparent;
}
.disc-card.active .reveal-info {
  max-height: 80px; opacity: 1;
  margin-top: 1rem; padding-top: 0.9rem;
  border-top-color: rgba(230,57,70,0.4);
}
.disc-meta {
  font-size: 0.62rem; color: var(--red-bright);
  letter-spacing: 0.22em; margin-bottom: 0.4rem;
}
.disc-cta {
  font-size: 0.7rem; color: #fff;
  letter-spacing: 0.18em; text-decoration: none;
  display: inline-flex; align-items: center; gap: 0.5rem;
}
.disc-filler {
  background: var(--bg); padding: 1.4rem;
  display: flex; flex-direction: column; justify-content: center;
  align-items: center; text-align: center;
  /* 6 Disziplinen + Filler = 7 in 4-Spalten-Grid → leerer Slot.
     Filler spannt 2 Spalten und füllt damit Reihe 2 komplett. */
  grid-column: span 2;
}
@media (max-width: 960px) {
  /* Tablet (2 Spalten): 6 Disziplinen = 3 Reihen, Filler eigene Reihe
     spannt beide Spalten. */
  .disc-filler { grid-column: span 2; }
}
@media (max-width: 640px) {
  /* Mobile (1 Spalte): Filler nimmt eine Zeile, kein Span nötig. */
  .disc-filler { grid-column: auto; }
}
.disc-filler-kicker {
  font-size: 0.65rem; color: var(--ink-dim);
  letter-spacing: 0.25em; margin-bottom: 0.8rem;
}
.disc-filler-text {
  font-size: 1.6rem; line-height: 1; text-transform: uppercase;
}
.disc-hint {
  text-align: center; margin-top: 2rem;
  font-size: 0.7rem; color: var(--ink-dim); letter-spacing: 0.25em;
}

/* ---------- Dulatov / Über uns ---------- */
.dulatov-section {
  background: linear-gradient(180deg, #0a0a0a 0%, #060606 100%);
  overflow: hidden;
}
.dulatov-section .hex-overlay { position: absolute; inset: 0; opacity: 0.35; pointer-events: none; }
.dulatov-grid {
  position: relative; max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: 0.85fr 1fr; gap: 5rem; align-items: center;
}
.dulatov-logos {
  display: flex; flex-direction: column; align-items: center; gap: 1.8rem; padding: 1rem;
}
.dulatov-logos img:first-of-type { height: 150px; width: auto; filter: drop-shadow(0 14px 36px rgba(0,0,0,0.6)); }
.dulatov-logos img:last-of-type { height: 90px; width: auto; filter: drop-shadow(0 14px 36px rgba(0,0,0,0.6)); }
.dulatov-kicker { font-size: 0.65rem; color: var(--ink-dim); letter-spacing: 0.3em; }
.dulatov-heading { font-size: clamp(2rem, 3.5vw, 3.5rem); line-height: 0.95; text-transform: uppercase; }
.dulatov-copy p { color: var(--ink); font-size: 1.02rem; line-height: 1.75; }
.dulatov-copy .copy-stack { display: flex; flex-direction: column; gap: 1.1rem; max-width: 560px; margin-top: 2rem; }
.dulatov-sign {
  margin-top: 2rem; padding-top: 1.2rem; border-top: 1px solid var(--rule);
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.7rem; letter-spacing: 0.3em; color: var(--red-bright); max-width: 560px;
}

/* ---------- Founding / Gründungsangebot ---------- */
.founding-section {
  background: linear-gradient(180deg, #0a0a0a, #120606 50%, #0a0a0a);
}
.founding-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 4rem;
  align-items: center; max-width: 1280px; margin: 0 auto;
}
.founding-heading { font-size: clamp(2rem, 3.5vw, 3.5rem); line-height: 0.95; text-transform: uppercase; }
.founding-intro {
  color: var(--ink-dim); font-size: 1rem; line-height: 1.7;
  margin-top: 1.5rem; max-width: 480px;
}
.founding-count { color: var(--red); font-weight: 600; }
.founding-benefits { margin-top: 2rem; display: flex; flex-direction: column; gap: 1.1rem; }
.benefit-row { display: flex; align-items: flex-start; gap: 1rem; }
.benefit-row .arrow { color: var(--red); font-family: monospace; margin-top: 0.15rem; flex: 0 0 auto; }
.benefit-row .label { font-family: 'Bebas Neue', sans-serif; font-size: 0.95rem; letter-spacing: 0.18em; color: #fff; }
.benefit-row .desc { font-size: 0.92rem; color: var(--ink-dim); line-height: 1.55; margin-top: 0.25rem; }

/* Newsletter card */
.newsletter-card {
  border: 1px solid var(--rule); padding: 2.5rem;
  background: rgba(0,0,0,0.4); position: relative;
}
.corner-tick { position: absolute; width: 24px; height: 24px; }
.corner-tick.tl { top: -1px; left: -1px; border-top: 2px solid var(--red); border-left: 2px solid var(--red); }
.corner-tick.tr { top: -1px; right: -1px; border-top: 2px solid var(--red); border-right: 2px solid var(--red); }
.corner-tick.bl { bottom: -1px; left: -1px; border-bottom: 2px solid var(--red); border-left: 2px solid var(--red); }
.corner-tick.br { bottom: -1px; right: -1px; border-bottom: 2px solid var(--red); border-right: 2px solid var(--red); }
.newsletter-heading { font-size: 2.4rem; line-height: 0.95; text-transform: uppercase; margin-bottom: 0.8rem; }
.newsletter-card .body { color: var(--ink-dim); font-size: 0.92rem; line-height: 1.6; margin-bottom: 1.6rem; }
.success-msg {
  display: none; border: 1px solid var(--red); padding: 1rem 1.2rem;
  align-items: center; gap: 0.9rem; background: rgba(230,57,70,0.08);
  margin-top: 0.9rem;
}
.success-msg.show { display: flex; }
.success-dot { color: var(--red); font-size: 1.2rem; }
.success-title { font-size: 0.95rem; letter-spacing: 0.15em; }
.success-sub { font-size: 0.7rem; color: var(--ink-dim); margin-top: 0.2rem; }
.privacy-consent {
  font-size: 0.72rem; line-height: 1.55; color: var(--ink-dim); margin-top: 0.9rem;
}
.consent-link {
  color: var(--ink); text-decoration: underline;
  text-decoration-color: var(--red); text-underline-offset: 3px;
}
.form-note { margin-top: 0.9rem; font-size: 0.7rem; color: var(--ink-dim); font-family: monospace; letter-spacing: 0.18em; }

/* ---------- Footer ---------- */
.site-footer { padding: 4rem 3rem 2.5rem; background: #000; }
.footer-grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 3rem; align-items: start; }
.footer-brand img { height: 90px; width: auto; margin-bottom: 1.2rem; }
.footer-brand .name { font-family: 'Bebas Neue', sans-serif; font-size: 1rem; letter-spacing: 0.18em; }
.footer-brand .sub { font-family: 'JetBrains Mono', monospace; font-size: 0.7rem; color: var(--ink-dim); letter-spacing: 0.2em; margin-top: 0.4rem; }
.footer-address { display: flex; flex-direction: column; gap: 0.4rem; font-size: 0.92rem; font-style: normal; }
.footer-opening { font-size: 0.7rem; color: var(--ink-dim); letter-spacing: 0.2em; margin-top: 0.4rem; }
.footer-ig {
  display: inline-flex; align-items: center; gap: 0.7rem;
  color: var(--ink); text-decoration: none;
  border: 1px solid var(--rule); padding: 0.7rem 1rem;
  font-family: 'Bebas Neue', sans-serif; letter-spacing: 0.15em;
  font-size: 0.9rem; max-width: 280px; transition: border-color 0.2s;
}
.footer-ig:hover { border-color: var(--red); }
.legal-bar {
  margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--rule);
  display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap;
  font-family: 'JetBrains Mono', monospace; font-size: 0.65rem;
  letter-spacing: 0.2em; color: var(--ink-dim); text-transform: uppercase;
}
.legal-links { display: flex; gap: 1.5rem; align-items: center; flex-wrap: wrap; }
.legal-links a { color: var(--ink-dim); text-decoration: none; transition: color 0.2s; }
.legal-links a:hover { color: var(--red); }
.legal-sep { width: 1px; height: 10px; background: var(--rule); }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .nav { padding: 1rem 1.5rem; }
  .nav-links { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: var(--bg); border-bottom: 1px solid var(--rule); padding: 1.5rem; gap: 1.2rem; z-index: 10; }
  .nav-links.open { display: flex; }
  .nav-toggle { display: block; }
  .hero { padding: 4rem 2rem 5rem; min-height: 700px; }
  .hero-logo { width: 220px; }
  .hero-meta { display: none; }
  .section-inner { padding: 4rem 2rem; }
  .disc-grid { grid-template-columns: repeat(2, 1fr); }
  .dulatov-grid { grid-template-columns: 1fr; gap: 3rem; }
  .dulatov-logos { order: -1; }
  .founding-grid { grid-template-columns: 1fr; gap: 3rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .legal-bar { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 640px) {
  /* v9.9: alle Sektionen auf 0.6rem horizontales Padding (10px statt 16px).
     Bündige Block-Achse rechts/links über die gesamte Seite, mehr Fläche
     für Content (insb. Hero-Buttons), Mobile wirkt füllender. */
  .nav { padding: 0.8rem 0.6rem; }
  /* Logo allein trägt die Marke — Wordmark-Text daneben ist redundant */
  .nav-brand-text { display: none; }
  .hero { padding: 3rem 0.6rem 4rem; min-height: 580px; }
  /* Eyebrow auf Mobile sichtbar (v9.4) — × ist Achsen-Anker zu Logo + H1 */
  .hero-eyebrow { max-width: 100%; gap: 0.6rem; margin-bottom: 2rem; }
  .hero-eyebrow .hairline { max-width: 40px; }
  .eyebrow-brand { width: 260px; }
  .hero-logo-wrap { margin-bottom: 1.8rem; }
  .hero-logo { width: 180px; }
  .hero h1 { font-size: clamp(2.2rem, 10vw, 3.5rem); }
  .hero-subtitle { font-size: clamp(1rem, 4vw, 1.4rem); }
  /* v9.9: Hero-Buttons robuster — display:flex statt inline-flex erbt,
     align-self:stretch overridet die Parent-Centering, flex-wrap:nowrap
     verhindert weird Safari-Wrap-Verhalten. */
  .hero-buttons {
    flex-direction: column; flex-wrap: nowrap;
    gap: 0.7rem; align-self: stretch; width: 100%;
  }
  .hero-buttons .btn {
    display: flex; width: 100%;
    justify-content: center; box-sizing: border-box;
  }
  .section-inner { padding: 3rem 0.6rem; }
  .disc-grid { grid-template-columns: 1fr; }
  .disc-card h3 { font-size: 1.5rem; }
  .newsletter-card { padding: 1.5rem; }
  .newsletter-heading { font-size: 1.8rem; }
  .marquee-item { font-size: 0.7rem; }
  .site-footer { padding: 3rem 0.6rem 2rem; }
}

/* ==========================================================
   v10 — OFFIZIELLE SITE: Pre-Sale-Strip, Kursplan, Formular
   ========================================================== */

/* ---------- Pre-Sale Strip ---------- */
.presale-strip {
  border-bottom: 1px solid var(--rule);
  background: linear-gradient(180deg, #120606, #0a0a0a 70%);
  padding: 4rem 3rem;
}
.presale-strip-inner {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 3rem; align-items: center;
}
.presale-date {
  font-size: clamp(2.6rem, 6vw, 5rem);
  line-height: 0.95; text-transform: uppercase; margin: 0.4rem 0 1.2rem;
}
.presale-strip-copy {
  color: var(--ink-dim); font-size: 1rem; line-height: 1.7; max-width: 520px;
}
.presale-strip-copy strong { color: var(--ink); font-weight: 600; }
.presale-strip-copy a {
  color: var(--ink); text-decoration: underline;
  text-decoration-color: var(--red); text-underline-offset: 3px;
}
.presale-strip-right {
  display: flex; flex-direction: column; align-items: center; gap: 1.6rem;
}
.countdown { display: flex; align-items: center; gap: 1rem; }
.cd-cell {
  display: flex; flex-direction: column; align-items: center; gap: 0.4rem;
  border: 1px solid var(--rule); background: rgba(0,0,0,0.4);
  padding: 1rem 1.4rem; min-width: 92px;
}
.cd-num { font-size: 2.6rem; line-height: 1; color: #fff; }
.cd-label { font-size: 0.6rem; letter-spacing: 0.25em; color: var(--ink-dim); }
.cd-sep { font-size: 2rem; color: var(--red); }
.cd-live {
  font-size: 1.3rem; letter-spacing: 0.12em; color: var(--red);
  border: 1px solid var(--red); background: rgba(230,57,70,0.08);
  padding: 1rem 1.6rem;
}
.presale-strip-cta { white-space: nowrap; }

/* ---------- Kursplan ---------- */
.kursplan-section {
  /* Kurs-Kategoriefarben (aus Kursplan v15, an Site-Rot angepasst) */
  --c-mma: var(--red); --c-grap: #3a6a8a; --c-box: #b97532; --c-k1: #c9a548;
  --c-ring: #2a7568; --c-kids: #7a4ec2; --c-jug: #4a78d4; --c-mat: #6c757d;
  --kp-panel: #121212; --kp-line: #262626;
}
.kursplan-heading { font-size: clamp(2.5rem, 5vw, 5rem); line-height: 0.95; text-transform: uppercase; }
.kursplan-intro { color: var(--ink-dim); font-size: 0.95rem; margin-top: 1.2rem; }

.kp-filterbar {
  margin-top: 2rem; display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap;
  font-size: 0.72rem; letter-spacing: 0.18em; color: var(--ink-dim);
  border: 1px solid var(--rule); background: rgba(230,57,70,0.05);
  padding: 0.8rem 1.2rem;
}
.kp-reset {
  background: none; border: 1px solid var(--rule); color: var(--ink);
  font-size: 0.68rem; letter-spacing: 0.18em; padding: 0.45rem 0.8rem;
  cursor: pointer; transition: border-color 0.2s, color 0.2s;
}
.kp-reset:hover { border-color: var(--red); color: var(--red); }

.sched-scroll { margin-top: 2.5rem; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 6px; }
.schedule { display: flex; gap: 12px; align-items: flex-start; min-width: 1040px; }
.timecol { flex: 0 0 54px; display: flex; flex-direction: column; gap: 12px; }
.day { flex: 1 1 0; min-width: 120px; display: flex; flex-direction: column; gap: 12px; }
.day-head {
  height: 62px; box-sizing: border-box; display: flex; flex-direction: column;
  justify-content: flex-end; align-items: center; text-align: center;
  padding-bottom: 10px; border-bottom: 1px solid var(--kp-line);
}
.timecol .day-head { border-bottom: none; }
.day-head.weekend .day-tag { color: #c4a65a; }
.day-head.weekend .day-rule { background: #c4a65a; }
.day-tag {
  font-family: 'JetBrains Mono', monospace; font-weight: 700; font-size: 11px;
  letter-spacing: 0.4em; color: var(--red-bright); margin-bottom: 4px;
}
.day-name { font-family: 'Bebas Neue', Impact, sans-serif; font-size: 20px; letter-spacing: 0.06em; color: var(--ink); line-height: 1; }
.day-rule { width: 30px; height: 2px; background: var(--red); margin: 8px auto 0; }
.slot { display: flex; flex-direction: column; gap: 10px; justify-content: flex-start; }
.slot.h1 { height: 82px; }
.slot.h2 { height: 174px; }
.ph { height: 82px; }
.time-label {
  font-family: 'JetBrains Mono', monospace; font-weight: 500; font-size: 12px;
  letter-spacing: 0.06em; color: var(--ink-dim); text-align: right;
  padding-top: 6px; white-space: nowrap;
}
.course {
  position: relative; display: flex; flex-direction: column; justify-content: center;
  height: 82px; padding: 10px 12px 10px 18px;
  background: var(--kp-panel); border: 1px solid var(--kp-line); border-radius: 8px;
  overflow: hidden;
  transition: border-color 0.12s ease, background 0.12s ease, opacity 0.3s ease, box-shadow 0.3s ease;
}
.course:hover { border-color: #3a3a3a; background: #161616; }
.course::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: #444; border-radius: 8px 0 0 8px; }
.course-time {
  font-family: 'JetBrains Mono', monospace; font-weight: 700; font-size: 10.5px;
  letter-spacing: 0.1em; margin-bottom: 3px; white-space: nowrap;
}
.course-title {
  font-family: 'Bebas Neue', Impact, sans-serif; font-size: 18px; letter-spacing: 0.03em;
  color: var(--ink); line-height: 1.08;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.c-mma::before { background: var(--c-mma); }  .c-mma .course-time { color: var(--c-mma); }
.c-grap::before { background: var(--c-grap); } .c-grap .course-time { color: var(--c-grap); }
.c-box::before { background: var(--c-box); }  .c-box .course-time { color: var(--c-box); }
.c-k1::before { background: var(--c-k1); }   .c-k1 .course-time { color: var(--c-k1); }
.c-ring::before { background: var(--c-ring); } .c-ring .course-time { color: var(--c-ring); }
.c-kids::before { background: var(--c-kids); } .c-kids .course-time { color: var(--c-kids); }
.c-jug::before { background: var(--c-jug); }  .c-jug .course-time { color: var(--c-jug); }
.c-mat::before { background: var(--c-mat); }  .c-mat .course-time { color: var(--c-mat); }

/* Highlight-Modus: Disziplin angeklickt → passende Kurse leuchten, Rest dimmt */
.schedule.filtered .course { opacity: 0.22; }
.schedule.filtered .course.hl {
  opacity: 1;
  border-color: var(--red);
  box-shadow: 0 0 0 1px var(--red), 0 0 22px rgba(230,57,70,0.35);
  animation: courseGlow 1.6s ease-in-out 2;
}
@keyframes courseGlow {
  0%, 100% { box-shadow: 0 0 0 1px var(--red), 0 0 22px rgba(230,57,70,0.35); }
  50%      { box-shadow: 0 0 0 1px var(--red), 0 0 36px rgba(230,57,70,0.65); }
}

.kursplan-cta-wrap { margin-top: 3rem; display: flex; justify-content: center; }

/* ---------- Pre-Sale Formular (gestapelt) ---------- */
.presale-form { display: flex; flex-direction: column; gap: 0.7rem; }
.presale-form input {
  background: rgba(255,255,255,0.02); border: 1px solid var(--rule); outline: none;
  color: var(--ink); font: 500 1rem 'Inter Tight', sans-serif;
  padding: 1em 1.2em; width: 100%;
}
.presale-form input::placeholder { color: var(--ink-dim); }
.presale-form input:focus-visible { outline: 2px solid var(--red); outline-offset: -2px; }
.presale-form button {
  border: 0; background: var(--red); color: #fff;
  padding: 1em 1.6em; font: 700 1rem 'Bebas Neue', sans-serif;
  letter-spacing: 0.2em; text-transform: uppercase; cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s;
}
.presale-form button:hover { background: #ff4654; box-shadow: 0 0 30px rgba(230,57,70,0.4); }
.presale-form button:disabled { opacity: 0.6; cursor: not-allowed; }

/* ---------- Responsive (v10) ---------- */
@media (max-width: 960px) {
  .presale-strip { padding: 3rem 2rem; }
  .presale-strip-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .presale-strip-right { align-items: flex-start; }
}
/* v10.0.1: Kursplan-Mobile-Mode bis 880px — iPad-Portrait (768pt) bekommt
   jetzt die vertikale 1-Spalten-Ansicht statt horizontalem Scroll. */
@media (max-width: 880px) {
  .schedule { display: block; min-width: 0; }
  .timecol { display: none; }
  .day { display: block; margin-bottom: 18px; }
  .day-head {
    height: auto; flex-direction: row; align-items: baseline; justify-content: flex-start;
    gap: 12px; text-align: left; padding-bottom: 8px; margin-bottom: 10px;
  }
  .day-head .day-rule { display: none; }
  .day-head .day-name { font-size: 24px; }
  .day-head .day-tag { margin-bottom: 0; }
  .slot { height: auto !important; margin-bottom: 10px; }
  .ph { display: none; }
  .slot:empty { display: none; }
  .course { height: auto; min-height: 64px; margin-bottom: 10px; }
  /* Mobile + Filter: nicht passende Kurse ganz ausblenden statt dimmen */
  .schedule.filtered .course { display: none; }
  .schedule.filtered .course.hl { display: flex; opacity: 1; }
  .schedule.filtered .day.day-empty { display: none; }
}
/* v10.1: Tabs auf Desktop/Tablet ausblenden — Layout zeigt alle Tage parallel */
.kp-day-tabs { display: none; }

@media (max-width: 640px) {
  .presale-strip { padding: 2.5rem 0.6rem; }
  /* v10.1: Pre-Sale-Strip-Reihenfolge auf Mobile —
     Tag → Date → Copy → Countdown → CTA.
     presale-strip-left wird zu display:contents, damit seine Kinder
     direkt im 1-Spalten-Grid liegen und per order sortierbar sind. */
  .presale-strip-inner { gap: 1.8rem; }
  .presale-strip-left { display: contents; }
  .presale-strip-left > .tag { order: 1; }
  .presale-date { order: 2; margin-bottom: 0; }
  .presale-strip-copy { order: 3; margin-bottom: 0.4rem; }
  .presale-strip-right { order: 4; align-items: stretch; gap: 1.2rem; }
  /* Countdown groß, zentriert, mehr Präsenz auf Mobile */
  .countdown { gap: 0.4rem; justify-content: center; width: 100%; }
  .cd-cell { min-width: 0; flex: 1; padding: 1.1rem 0.4rem; }
  .cd-num { font-size: clamp(2.4rem, 11vw, 3.2rem); line-height: 1; }
  .cd-label { font-size: 0.58rem; letter-spacing: 0.2em; }
  .cd-sep { font-size: 1.6rem; opacity: 0.6; }
  .cd-live { font-size: 1.1rem; text-align: center; }
  .presale-strip-cta { white-space: normal; width: 100%; display: flex; justify-content: center; }
  .kp-filterbar { flex-direction: column; align-items: flex-start; gap: 0.8rem; }
  /* v10.1: Kursplan-Tag-Tabs aktivieren — alle Tage standardmäßig ausgeblendet,
     nur der mit .show wird gezeigt. JS setzt initial heute oder Montag. */
  .kp-day-tabs {
    display: flex; gap: 6px; overflow-x: auto;
    -webkit-overflow-scrolling: touch; padding: 4px 0 8px;
    margin: 1.4rem 0 1.2rem;
    scrollbar-width: none;
  }
  .kp-day-tabs::-webkit-scrollbar { display: none; }
  .kp-day-tab {
    flex: 0 0 auto;
    padding: 11px 16px;
    border: 1px solid var(--rule);
    background: rgba(0,0,0,0.4);
    color: var(--ink-dim);
    font-family: 'Bebas Neue', Impact, sans-serif;
    font-size: 0.95rem; letter-spacing: 0.18em;
    cursor: pointer; min-width: 56px;
    transition: border-color 0.15s, color 0.15s, background 0.15s;
  }
  .kp-day-tab[aria-selected="true"] {
    background: var(--red); border-color: var(--red); color: #fff;
  }
  /* Alle Tage unsichtbar, nur der mit .show */
  .schedule .day { display: none !important; }
  .schedule .day.show { display: block !important; }
  /* Wenn ein Disziplin-Filter aktiv ist, ignoriere die Tab-Auswahl und
     zeige alle passenden Tage parallel (siehe app.js: kpDayTabs hidden). */
  .schedule.filtered .day { display: block !important; }
  .schedule.filtered .day.day-empty { display: none !important; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee { animation: none; }
  .glow-pulse { animation: none; }
  .flicker { animation: none; }
  .schedule.filtered .course.hl { animation: none; }
  .disc-card,
  .disc-card .sweep,
  .disc-card .corner-x,
  .disc-card .reveal-info,
  .disc-card h3,
  .btn,
  .field button,
  .presale-form input,
  .presale-form button,
  .course,
  .kp-reset,
  .footer-ig,
  .nav-links a.nav-link { transition: none !important; }
}
