/* ============================================
   TTC BROCHDORF — Stylesheet
   Editorial Sport · Navy × Crimson × Cream
   ============================================ */

/* --- Design Tokens --- */
:root {
  /* Colors */
  --ink:       #0E1116;
  --paper:     #F4F1EA;
  --paper-warm:#ECE5D5;
  --rot:       #C8102E;
  --rot-deep:  #8B0A1F;
  --rot-light: #E63E58;
  --blau:      #0B2A4A;
  --blau-mid:  #163A66;
  --blau-light:#D7E3EE;
  --gold:      #D9A441;
  --line:      rgba(11, 42, 74, 0.12);
  --line-dark: rgba(255, 255, 255, 0.12);

  /* Type */
  --display: "Bebas Neue", Impact, "Arial Narrow", sans-serif;
  --sans:    "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  /* Sizing */
  --gutter: clamp(1.25rem, 4vw, 3.5rem);
  --max: 1440px;
  --section-pad: clamp(4rem, 8vw, 7.5rem);

  /* Easing */
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

/* --- Reset --- */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-feature-settings: "ss01" on, "cv11" on;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
ul, ol { list-style: none; }
sup { font-size: 0.45em; vertical-align: super; margin-left: 0.1em; font-weight: 400; opacity: 0.7; }
::selection { background: var(--rot); color: var(--paper); }

/* --- Container --- */
.container {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

/* --- Typography --- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--rot);
  margin-bottom: 1.5rem;
}
.eyebrow::before {
  content: "";
  display: inline-block;
  width: 28px; height: 2px;
  background: var(--rot);
  flex-shrink: 0;
}

.h-section {
  font-family: var(--display);
  font-size: clamp(2.5rem, 5.5vw, 4.5rem);
  line-height: 0.95;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin-bottom: 1.75rem;
  font-weight: 400;
}

.text-rot { color: var(--rot); }
.text-paper { color: var(--paper); }

.lead {
  font-size: 1.0625rem;
  line-height: 1.7;
  max-width: 60ch;
  color: var(--ink);
  opacity: 0.85;
}
.lead p + p { margin-top: 1em; }
.lead strong { font-weight: 700; color: var(--ink); }

.section-head { margin-bottom: 3.5rem; }
.section-head-center {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 4rem;
}
.section-head-center .lead { margin: 0 auto; }

/* --- Section defaults --- */
.section {
  padding: var(--section-pad) 0;
  position: relative;
}
.section-dark { background: var(--blau); color: var(--paper); }
.section-dark .eyebrow { color: var(--rot-light); }
.section-dark .lead { color: rgba(255, 255, 255, 0.78); }
.section-dark .lead strong { color: var(--paper); }
.section-paper-warm { background: var(--paper-warm); }

/* --- Grid --- */
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: center;
}
.grid-2-60-40 { grid-template-columns: 1.4fr 1fr; }
.grid-2-50-50 { grid-template-columns: 1fr 1fr; }
.grid-2-40-60 { grid-template-columns: 0.8fr 1.2fr; }

@media (max-width: 860px) {
  .grid-2 { grid-template-columns: 1fr; }
}

/* ============================================
   NAV
   ============================================ */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 1.1rem 0;
  transition: background 0.3s var(--ease), padding 0.3s var(--ease), box-shadow 0.3s var(--ease);
  color: #fff;
}
.nav.scrolled {
  background: rgba(11, 42, 74, 0.96);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 0.7rem 0;
  box-shadow: 0 1px 0 var(--line-dark);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  color: #fff;
  flex-shrink: 0;
}
.nav-logo-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 52px;
  color: #fff;
  flex-shrink: 0;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.35));
  transition: transform 0.4s var(--ease);
}
.nav-logo-mark svg,
.nav-logo-mark img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  filter: brightness(0) invert(1) drop-shadow(0 0 0 transparent);
}
.nav-logo:hover .nav-logo-mark { transform: rotate(-3deg) scale(1.04); }
.nav-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 0.9;
  font-family: var(--display);
  letter-spacing: 0.04em;
}
.nav-logo-text strong {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}
.nav-logo-text em {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  opacity: 0.85;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.nav-links a {
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  position: relative;
  padding: 0.5rem 0;
  transition: color 0.2s;
}
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 0;
  height: 2px;
  background: var(--rot);
  transition: width 0.3s var(--ease);
}
.nav-links a:hover { color: var(--rot-light); }
.nav-links a:hover::after { width: 100%; }

.nav-cta {
  background: var(--rot) !important;
  padding: 0.7rem 1.4rem !important;
  border-radius: 999px;
  letter-spacing: 0.1em !important;
  transition: all 0.3s var(--ease) !important;
  box-shadow: 0 6px 18px -8px rgba(200, 16, 46, 0.6);
}
.nav-cta::after { display: none !important; }
.nav-cta:hover {
  background: var(--rot-light) !important;
  color: #fff !important;
  transform: translateY(-1px);
}

.nav-burger { display: none; }

@media (max-width: 980px) {
  .nav-links { display: none; }
  .nav-burger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 10px;
  }
  .nav-burger span {
    width: 26px; height: 2px;
    background: #fff;
    transition: 0.3s;
    display: block;
  }
  .nav.open .nav-burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav.open .nav-burger span:nth-child(2) { opacity: 0; }
  .nav.open .nav-burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav.open .nav-links {
    display: flex;
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: var(--blau);
    flex-direction: column;
    padding: 2rem var(--gutter) 2.5rem;
    gap: 1.25rem;
    box-shadow: 0 12px 24px -10px rgba(0,0,0,0.4);
  }
  .nav.open .nav-links a { font-size: 0.95rem; }
  .nav.open .nav-cta { margin-top: 0.5rem; text-align: center; }
}

/* ============================================
   HERO
   ============================================ */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: 9rem var(--gutter) 4rem;
  background: var(--blau);
  overflow: hidden;
  isolation: isolate;
  color: #fff;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 60%;
  filter: contrast(1.05) saturate(0.95);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(11,42,74,0.55) 0%, rgba(11,42,74,0.25) 30%, rgba(11,42,74,0.2) 50%, rgba(11,42,74,0.92) 100%),
    linear-gradient(90deg, rgba(11,42,74,0.65) 0%, transparent 55%);
}

.hero-inner {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding-bottom: 3.5rem;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.hero-eyebrow::before {
  content: "";
  display: inline-block;
  width: 36px; height: 2px;
  background: var(--rot);
}

.hero-title {
  font-family: var(--display);
  color: #fff;
  font-size: clamp(3.5rem, 11vw, 9.5rem);
  line-height: 0.9;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin-bottom: 1.75rem;
  text-shadow: 0 4px 40px rgba(0, 0, 0, 0.35);
  font-weight: 400;
}
.hero-title .accent { color: var(--rot); }
.hero-title-line2 { display: block; }

.hero-quote {
  font-size: clamp(1.125rem, 1.6vw, 1.375rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.95);
  max-width: 580px;
  margin-bottom: 2.5rem;
  font-weight: 500;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}
.hero-quote em {
  display: block;
  font-style: normal;
  font-weight: 800;
  color: var(--rot-light);
  margin-bottom: 0.5rem;
  font-size: 0.85em;
  letter-spacing: 0.02em;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
  margin-bottom: 4rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 1rem 1.75rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-radius: 999px;
  transition: all 0.3s var(--ease);
  border: 1.5px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}
.btn-arrow {
  display: inline-block;
  transition: transform 0.3s var(--ease);
}
.btn:hover .btn-arrow { transform: translateX(4px); }

.btn-primary {
  background: var(--rot);
  color: #fff;
  box-shadow: 0 10px 28px -10px rgba(200, 16, 46, 0.7);
}
.btn-primary:hover {
  background: var(--rot-light);
  transform: translateY(-2px);
  box-shadow: 0 14px 32px -10px rgba(200, 16, 46, 0.8);
}
.btn-outline {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}
.btn-outline:hover {
  background: #fff;
  color: var(--blau);
  border-color: #fff;
}
.btn-block { width: 100%; }

.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  padding: 1.75rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.hero-stat-num {
  display: block;
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
  margin-bottom: 0.4rem;
  font-weight: 400;
}
.hero-stat-num .small {
  font-size: 0.55em;
  vertical-align: top;
  margin-left: 0.05em;
}
.hero-stat-label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.scroll-hint {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  z-index: 2;
  transition: color 0.2s;
}
.scroll-hint:hover { color: var(--rot-light); }
.scroll-hint-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7), transparent);
  position: relative;
  overflow: hidden;
}
.scroll-hint-line::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--rot-light);
  animation: scrollDot 2.2s var(--ease) infinite;
}
@keyframes scrollDot {
  0% { transform: translateY(-100%); }
  100% { transform: translateY(100%); }
}

@media (max-width: 720px) {
  .hero-stats { grid-template-columns: repeat(2, 1fr); gap: 1.5rem 2rem; }
  .hero-actions .btn { flex: 1 1 auto; }
}

/* ============================================
   MARQUEE STRIPE
   ============================================ */
.marquee {
  background: var(--ink);
  color: var(--paper);
  padding: 1.5rem 0;
  overflow: hidden;
  border-top: 1px solid var(--rot);
  border-bottom: 1px solid var(--rot);
}
.marquee-track {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  font-family: var(--display);
  font-size: clamp(1.25rem, 2.5vw, 2rem);
  letter-spacing: 0.1em;
  white-space: nowrap;
  animation: marquee 28s linear infinite;
  width: max-content;
}
.marquee-track span { display: inline-block; }
.marquee-dot {
  color: var(--rot) !important;
  font-size: 0.6em !important;
  display: inline-block;
}
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ============================================
   INTRO / ÜBER UNS
   ============================================ */
.intro-visual {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  grid-template-rows: 1.1fr 0.8fr;
  gap: 0.75rem;
  height: clamp(440px, 60vh, 620px);
}
.intro-img {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  background: var(--blau-light);
}
.intro-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease);
}
.intro-img:hover img { transform: scale(1.04); }
.intro-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 65%, rgba(11, 42, 74, 0.35));
  pointer-events: none;
}

.intro-img-1 { grid-column: 1; grid-row: 1 / 3; }
.intro-img-2 { grid-column: 2; grid-row: 1; }
.intro-img-3 {
  grid-column: 2; grid-row: 2;
  background: var(--rot);
  color: #fff;
}
.intro-img-3-inner {
  height: 100%;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-family: var(--display);
  line-height: 0.9;
}
.intro-img-3-inner .big {
  font-size: clamp(2.5rem, 5vw, 4rem);
  margin-bottom: 0.4rem;
}
.intro-img-3-inner .small {
  font-size: 0.7rem;
  font-family: var(--sans);
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.9;
}

.intro-img-4 {
  position: absolute;
  bottom: -2rem; left: -2rem;
  width: 110px; height: 110px;
  background: var(--paper);
  padding: 0.5rem;
  box-shadow: 0 12px 24px -8px rgba(0,0,0,0.3);
  display: grid;
  place-items: center;
  z-index: 2;
}
.intro-img-4 img {
  width: 100%; height: 100%;
  object-fit: contain;
}

@media (max-width: 860px) {
  .intro-visual { height: 460px; }
  .intro-img-4 { width: 80px; height: 80px; bottom: -1rem; left: -1rem; }
}

/* ============================================
   TRAINING
   ============================================ */
.training-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-bottom: 3rem;
}
.training-card {
  background: var(--blau-mid);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 2px;
  padding: 2.25rem 2rem 2rem;
  position: relative;
  transition: all 0.4s var(--ease);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.training-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 0; height: 3px;
  background: var(--rot);
  transition: width 0.5s var(--ease);
}
.training-card:hover { transform: translateY(-6px); }
.training-card:hover::before { width: 100%; }
.training-card header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}
.training-card .day {
  display: inline-block;
  background: var(--rot);
  color: #fff;
  font-family: var(--display);
  font-size: 1rem;
  letter-spacing: 0.1em;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
}
.training-card .level {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}
.training-card h3 {
  font-family: var(--display);
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  color: #fff;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.1;
}
.training-card .time {
  font-family: var(--display);
  font-size: clamp(2.5rem, 4vw, 3.25rem);
  line-height: 1;
  color: var(--rot-light);
  margin-bottom: 0.5rem;
  letter-spacing: 0.01em;
  font-weight: 400;
}
.training-card .time .hyphen { color: var(--paper); opacity: 0.3; margin: 0 0.1em; }
.training-card .group {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--paper);
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.training-card .desc {
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  margin-top: auto;
}

.training-card-hot {
  background: linear-gradient(160deg, var(--blau-mid) 0%, var(--blau) 100%);
  border-color: rgba(200, 16, 46, 0.4);
}
.training-card-hot::before { background: var(--rot); width: 100%; }

.training-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  padding: 1.75rem 2rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 2px;
}
.training-info-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.training-info-item div { display: flex; flex-direction: column; }
.training-info-item strong {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
}
.training-info-item span:not(.training-info-icon) {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
}
.training-info-icon {
  width: 40px; height: 40px;
  background: var(--rot);
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.training-info-icon svg { width: 18px; height: 18px; color: #fff; }

@media (max-width: 860px) {
  .training-grid { grid-template-columns: 1fr; }
  .training-info { grid-template-columns: 1fr; }
}

/* ============================================
   TERMINE
   ============================================ */
.termine-list {
  margin-top: 2.5rem;
  border-top: 1px solid var(--line);
}
.termine-item {
  display: grid;
  grid-template-columns: 110px 1fr auto;
  gap: 1.75rem;
  align-items: center;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--line);
  transition: padding 0.3s var(--ease);
}
.termine-item:hover { padding-left: 0.5rem; padding-right: 0.5rem; }
.termine-pause { opacity: 0.55; }
.termine-date {
  font-family: var(--display);
  font-size: 1.625rem;
  line-height: 1;
  color: var(--rot);
  letter-spacing: 0.02em;
  font-weight: 400;
}
.termine-date .year {
  display: block;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  color: var(--ink);
  opacity: 0.5;
  margin-top: 0.4rem;
  text-transform: uppercase;
  font-family: var(--sans);
  font-weight: 700;
}
.termine-name {
  font-weight: 700;
  font-size: 1.0625rem;
  color: var(--ink);
  margin-bottom: 0.2rem;
}
.termine-sub {
  font-size: 0.85rem;
  color: var(--ink);
  opacity: 0.6;
}
.termine-tag {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--blau);
  background: var(--blau-light);
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  white-space: nowrap;
}
.termine-tag.tag-hot { background: var(--rot); color: #fff; }

.termine-image {
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  aspect-ratio: 4/5;
  background: var(--blau-light);
  box-shadow: 0 30px 60px -30px rgba(11, 42, 74, 0.4);
}
.termine-image img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.termine-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(11,42,74,0.85));
}
.termine-image-caption {
  position: absolute;
  bottom: 1.5rem; left: 1.5rem; right: 1.5rem;
  z-index: 1;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.caption-tag {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--rot-light);
}
.termine-image-caption span:last-child {
  font-family: var(--display);
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

@media (max-width: 860px) {
  .termine-item { grid-template-columns: 80px 1fr; gap: 1rem; padding: 1.25rem 0; }
  .termine-tag { grid-column: 2; justify-self: start; margin-top: 0.5rem; }
  .termine-image { aspect-ratio: 4/3; }
}

/* ============================================
   ANTRAG
   ============================================ */
.antrag-section {
  background: var(--ink);
  color: var(--paper);
  position: relative;
  overflow: hidden;
}
.antrag-section::before {
  content: "MITGLIED WERDEN";
  position: absolute;
  bottom: -3rem; left: -1rem;
  font-family: var(--display);
  font-size: clamp(8rem, 18vw, 18rem);
  line-height: 0.85;
  color: rgba(255, 255, 255, 0.035);
  letter-spacing: -0.01em;
  pointer-events: none;
  white-space: nowrap;
  z-index: 0;
  font-weight: 400;
}
.antrag-section .container { position: relative; z-index: 1; }

.antrag-card {
  background: var(--blau);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 4px;
  padding: clamp(2.5rem, 5vw, 4.5rem);
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
  position: relative;
  overflow: hidden;
}
.antrag-card::after {
  content: "";
  position: absolute;
  top: 0; right: 0;
  width: 4px; height: 100%;
  background: var(--rot);
}
.antrag-content .eyebrow { color: var(--rot-light); }
.antrag-content .h-section { color: #fff; }
.antrag-text {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.0625rem;
  line-height: 1.65;
  margin-bottom: 1.5rem;
  max-width: 50ch;
}
.antrag-note {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 1rem 1.25rem;
  background: rgba(255, 255, 255, 0.05);
  border-left: 3px solid var(--rot);
  border-radius: 2px;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
}
.antrag-note strong { color: #fff; }

.antrag-action { text-align: center; }
.antrag-action .btn-primary {
  font-size: 0.9rem;
  padding: 1.15rem 2.25rem;
  margin-bottom: 1.25rem;
}
.file-meta {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 1.5rem;
}
.file-meta strong { color: rgba(255, 255, 255, 0.85); }
.file-link {
  display: inline-block;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
  padding-bottom: 0.2rem;
  transition: all 0.2s;
}
.file-link:hover { color: var(--rot-light); border-color: var(--rot-light); }

@media (max-width: 860px) {
  .antrag-card { grid-template-columns: 1fr; }
  .antrag-card::after { width: 100%; height: 4px; top: auto; bottom: 0; }
}

/* ============================================
   NEWS
   ============================================ */
.news-image {
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  aspect-ratio: 4/5;
  background: var(--blau-light);
  box-shadow: 0 30px 60px -30px rgba(11, 42, 74, 0.4);
}
.news-image img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}
.news-image:hover img { transform: scale(1.03); }
.news-image-caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 1.5rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), transparent);
  color: #fff;
  font-size: 0.78rem;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.news-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  flex-wrap: wrap;
}
.news-tag {
  background: var(--rot);
  color: #fff;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  font-weight: 700;
}
.news-date, .news-author { color: var(--ink); opacity: 0.55; }
.news-author::before { content: "— "; }

.news-content .h-section { color: var(--ink); margin-bottom: 1.75rem; }
.news-text {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--ink);
  margin-bottom: 1.25rem;
  max-width: 55ch;
}
.news-text strong { color: var(--blau); font-weight: 700; }
.news-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--rot);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-top: 1rem;
  padding-bottom: 0.4rem;
  border-bottom: 2px solid var(--rot);
  transition: gap 0.3s var(--ease);
}
.news-link:hover { gap: 0.85rem; }

@media (max-width: 860px) {
  .news-image { aspect-ratio: 4/3; }
}

/* ============================================
   INKLUSION
   ============================================ */
.inklusion-section {
  background: var(--paper-warm);
  position: relative;
  overflow: hidden;
}
.inklusion-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: center;
}
.inklusion-quote-wrap { position: relative; padding-left: 1.5rem; }
.inklusion-quote-mark {
  font-family: var(--display);
  font-size: 14rem;
  line-height: 0.7;
  color: var(--rot);
  position: absolute;
  top: -3rem; left: -3.5rem;
  z-index: 0;
  font-weight: 400;
  pointer-events: none;
  opacity: 0.18;
  user-select: none;
}
.inklusion-quote {
  font-family: var(--display);
  font-size: clamp(1.75rem, 3.5vw, 3rem);
  line-height: 1.15;
  color: var(--blau);
  position: relative;
  z-index: 2;
  font-weight: 400;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.inklusion-caption {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink);
  opacity: 0.7;
  position: relative;
  z-index: 2;
}
.inklusion-image {
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  aspect-ratio: 1/1;
  background: var(--blau-light);
  box-shadow: 0 30px 60px -30px rgba(11, 42, 74, 0.4);
}
.inklusion-image img { width: 100%; height: 100%; object-fit: cover; }

@media (max-width: 860px) {
  .inklusion-inner { grid-template-columns: 1fr; }
  .inklusion-quote-wrap { padding-left: 0; }
  .inklusion-quote-mark { font-size: 7rem; top: -1.5rem; left: -1rem; opacity: 0.14; }
}

/* ============================================
   KONTAKT
   ============================================ */
.kontakt-info {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.kontakt-block { padding-bottom: 2rem; border-bottom: 1px solid var(--line); }
.kontakt-block:last-child { border-bottom: none; padding-bottom: 0; }
.kontakt-label {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--rot);
  margin-bottom: 0.75rem;
}
.kontakt-block p {
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
}
.kontakt-block strong { font-weight: 700; }

.trainer-list { margin-top: 0.5rem; }
.trainer-list li {
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
}
.trainer-list li:last-child { border-bottom: none; }
.trainer-name {
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--ink);
}
.trainer-role {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--ink);
  opacity: 0.55;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.ext-link {
  display: inline-block;
  color: var(--blau);
  font-weight: 600;
  border-bottom: 1px solid var(--line);
  padding-bottom: 0.1rem;
  transition: all 0.2s;
}
.ext-link:hover { color: var(--rot); border-color: var(--rot); }

.kontakt-form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: clamp(2rem, 4vw, 3rem);
  box-shadow: 0 20px 40px -20px rgba(11, 42, 74, 0.12);
}
.kontakt-form h3 {
  font-family: var(--display);
  font-size: 1.75rem;
  letter-spacing: 0.02em;
  color: var(--blau);
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 400;
}
.form-intro {
  font-size: 1rem;
  color: var(--ink);
  opacity: 0.7;
  margin-bottom: 2rem;
  line-height: 1.6;
}
.form-row { margin-bottom: 1.5rem; }
.form-row label {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 0.5rem;
}
.form-row input, .form-row textarea {
  width: 100%;
  padding: 0.85rem 0;
  font-family: var(--sans);
  font-size: 1rem;
  color: var(--ink);
  background: transparent;
  border: none;
  border-bottom: 1.5px solid var(--line);
  transition: border-color 0.2s;
  resize: vertical;
}
.form-row input:focus, .form-row textarea:focus {
  outline: none;
  border-color: var(--rot);
}
.form-row textarea { min-height: 100px; }
.kontakt-form button {
  margin-top: 0.5rem;
}
.kontakt-form button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.form-hint {
  font-size: 0.8rem;
  line-height: 1.5;
  color: var(--ink);
  opacity: 0.65;
  margin: 0 0 1.25rem;
}
.form-hint a { color: var(--blau); text-decoration: underline; }
.form-alert {
  padding: 1rem 1.25rem;
  margin-bottom: 1.5rem;
  border: 1px solid;
  font-size: 0.95rem;
  line-height: 1.5;
  border-radius: 2px;
}
.form-alert-error {
  background: #fdf0f0;
  border-color: #c8102e;
  color: #8a0a1f;
}
.form-alert-success {
  background: #f0f8f0;
  border-color: #2e7d32;
  color: #1b5e20;
}

@media (max-width: 860px) {
  .kontakt-info { gap: 1.5rem; }
}

/* ============================================
   FOOTER
   ============================================ */
.footer {
  background: var(--ink);
  color: var(--paper);
  padding: 4.5rem 0 2rem;
  position: relative;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--rot), transparent);
}
.footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--line-dark);
}
.footer-brand { display: flex; flex-direction: column; gap: 1.25rem; }
.footer-logo {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  color: #fff;
}
.footer-logo-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 68px;
  flex-shrink: 0;
  transition: transform 0.4s var(--ease);
}
.footer-logo-mark svg,
.footer-logo-mark img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  filter: brightness(0) invert(1) drop-shadow(0 2px 4px rgba(255,255,255,0.15));
}
.footer-logo:hover .footer-logo-mark { transform: rotate(-3deg) scale(1.04); }
.footer-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 0.9;
  font-family: var(--display);
  letter-spacing: 0.04em;
}
.footer-logo-text strong { font-size: 1.5rem; font-weight: 400; letter-spacing: 0.08em; }
.footer-logo-text em { font-size: 1.1rem; font-style: normal; font-weight: 400; letter-spacing: 0.1em; opacity: 0.85; }

.footer-brand p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.65);
  max-width: 320px;
}

.footer-col h4 {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--rot);
  margin-bottom: 1.25rem;
}
.footer-col li { margin-bottom: 0.6rem; }
.footer-col a {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
  transition: color 0.2s, padding-left 0.2s;
  display: inline-block;
}
.footer-col a:hover { color: #fff; padding-left: 0.25rem; }

.social-row { display: flex; gap: 0.6rem; margin-top: 0.5rem; }
.social-icon {
  width: 40px; height: 40px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  transition: all 0.3s;
}
.social-icon:hover { background: var(--rot); border-color: var(--rot); transform: translateY(-2px); }
.social-icon svg { width: 16px; height: 16px; }

.sponsor-row {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.sponsor-pill {
  display: inline-block;
  padding: 0.5rem 0.95rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.04em;
  font-weight: 600;
  transition: all 0.2s;
}
.sponsor-pill:hover { background: rgba(255, 255, 255, 0.1); color: #fff; }
.footer-note {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.55;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.03em;
}
.footer-bottom a { color: inherit; }
.footer-bottom a:hover { color: #fff; }
.footer-sep { margin: 0 0.75rem; opacity: 0.4; }

@media (max-width: 860px) {
  .footer-top { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 500px) {
  .footer-top { grid-template-columns: 1fr; }
}

/* ============================================
   ANIMATIONS
   ============================================ */
html.js .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
}
html.js .reveal.in { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  html.js .reveal { opacity: 1 !important; transform: none !important; }
  .marquee-track { animation: none !important; }
}
