/* =====================================================
   SMS Management — Design System v2 (Light Editorial)
   Stand: 2026-05-07
   ===================================================== */

/* ---------- Fonts (self-hosted, DSGVO-konform — kein Google-Request) ---------- */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(../fonts/fraunces-roman-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(../fonts/fraunces-roman-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url(../fonts/fraunces-italic-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url(../fonts/fraunces-italic-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(../fonts/inter-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(../fonts/inter-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ---------- Tokens ---------- */
:root {
  --bg-canvas:   #fafaf7;     /* warmweiß, leicht crème */
  --bg-elev:     #ffffff;
  --bg-tint:     #f1efe8;     /* Akzent-Hintergrund hell */
  --bg-dark:     #0a0a0a;
  --bg-dark-2:   #131313;

  --ink:         #0a0a0a;     /* Primärtext auf hell */
  --ink-muted:   #5b5b58;
  --ink-soft:    #8a8a86;
  --line:        #e6e3da;
  --line-strong: #cdc9bc;

  --on-dark:     #f5f3ec;
  --on-dark-mut: #a3a09a;

  --accent:      #ff1000;
  --accent-deep: #cc0d00;

  --display: 'Fraunces', 'Times New Roman', Georgia, serif;
  --sans:    'Inter', system-ui, -apple-system, sans-serif;

  --radius-sm: 4px;
  --radius:    0;
  --radius-lg: 0;

  --shadow-soft: 0 1px 2px rgba(10,10,10,0.04), 0 8px 32px rgba(10,10,10,0.06);
  --shadow-elev: 0 12px 48px rgba(10,10,10,0.12);

  /* Editorial Image Frame — Hairline-Border + weicher Schatten */
  --img-frame:             1px solid var(--line-strong);
  --img-frame-dark:        1px solid rgba(245,243,236,0.14);
  --img-shadow:            0 2px 4px rgba(10,10,10,0.04), 0 14px 36px rgba(10,10,10,0.08);
  --img-shadow-dark:       0 2px 4px rgba(0,0,0,0.35), 0 18px 44px rgba(0,0,0,0.45);
  --img-shadow-hover:      0 4px 8px rgba(10,10,10,0.06), 0 22px 50px rgba(10,10,10,0.14);
  --img-shadow-dark-hover: 0 4px 8px rgba(0,0,0,0.4), 0 26px 60px rgba(0,0,0,0.55);

  --container: 1240px;
  --easing:    cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Bereichs-Temperatur: Musik warm (Standard) / Sport kühl ---------- */
.theme-sport {
  --bg-tint: #eceef1;       /* kühler Stein statt warmem Creme */
  --bg-tint-deep: #e3e6ea;
}

/* ---------- Team-Gruppen (Musik / Sport) ---------- */
.team-group {
  padding: clamp(14px, 1.8vw, 26px) clamp(20px, 3vw, 44px);
}
.team-group + .team-group { margin-top: 16px; }
.team-group-music { background: var(--bg-tint); }        /* warm */
.team-group-sport { background: #eceef1; }               /* kühl */
.team-group-label {
  display: block;
  margin-bottom: clamp(12px, 1.6vw, 20px);
}
.team-group .team-row + .team-row { margin-top: clamp(28px, 3.5vw, 52px); }
@media (max-width: 600px) { .team-group { padding: 28px 18px; } }

/* Home: Team-Gruppen Musik (warm) / Sport (kühl) */
.team-groups { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(16px, 2vw, 28px); }
.team-pgroup { padding: clamp(24px, 3vw, 44px); }
.team-pgroup-music { background: var(--bg-tint); }       /* warm */
.team-pgroup-sport { background: #eceef1; }              /* kühl */
.team-pgroup-label { display: block; margin-bottom: clamp(20px, 2.5vw, 32px); }
.team-pgroup .team-preview { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 700px) { .team-groups { grid-template-columns: 1fr; } }

/* Finaler CTA: dunkel, große Mail als Blickfang */
.cta-final { text-align: center; padding: clamp(80px, 12vw, 168px) 0; }
.cta-final-h { color: var(--on-dark); font-size: clamp(40px, 6.5vw, 88px); line-height: 1.03; margin: 22px 0 0; }
.cta-final-sub { color: var(--on-dark-mut); font-size: clamp(16px, 1.4vw, 19px); line-height: 1.6; max-width: 54ch; margin: 24px auto 0; }
.cta-final-mail {
  display: inline-block;
  font-family: var(--display);
  font-size: clamp(28px, 5vw, 60px);
  color: var(--on-dark);
  margin-top: clamp(40px, 6vw, 72px);
  padding-bottom: 6px;
  border-bottom: 2px solid var(--accent);
  transition: color 0.3s var(--easing);
}
.cta-final-mail:hover { color: var(--accent); }
.cta-final-actions { margin-top: clamp(32px, 4vw, 48px); }

/* ---------- Reset ---------- */
*,*::before,*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg-canvas);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img, picture, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }

/* ---------- Typography ---------- */
.font-display { font-family: var(--display); font-optical-sizing: auto; font-variation-settings: "SOFT" 50, "WONK" 0, "opsz" 144; }
.eyebrow {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--ink-muted);
}
.eyebrow.on-dark { color: var(--on-dark-mut); }
.eyebrow .dot {
  display: inline-block;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--accent);
  margin-right: 10px;
  vertical-align: middle;
  transform: translateY(-1px);
}
h1, h2, h3, h4 { font-family: var(--display); font-weight: 500; letter-spacing: -0.02em; line-height: 1.05; margin: 0; }
h1 { font-size: clamp(44px, 6.5vw, 96px); }
h2 { font-size: clamp(36px, 4.6vw, 64px); }
h3 { font-size: clamp(22px, 2vw, 30px); letter-spacing: -0.015em; line-height: 1.18; }
h4 { font-size: 18px; letter-spacing: -0.01em; }
.lead {
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.55;
  color: var(--ink-muted);
  font-weight: 400;
  max-width: 60ch;
}
.lead.on-dark { color: var(--on-dark-mut); }
.kicker {
  font-family: var(--display);
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  color: var(--ink-muted);
}

/* ---------- Layout ---------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding-left: 28px;
  padding-right: 28px;
}
.section { padding: clamp(64px, 9vw, 140px) 0; position: relative; }
.section-tight { padding: clamp(48px, 6vw, 96px) 0; }
.section-dark {
  background: var(--bg-dark);
  color: var(--on-dark);
}
.section-dark h1, .section-dark h2, .section-dark h3, .section-dark h4 { color: var(--on-dark); }
.section-tint { background: var(--bg-tint); }
.divider {
  height: 1px;
  background: var(--line);
  border: 0;
  margin: 0;
}
.section-dark .divider { background: rgba(245,243,236,0.12); }

/* ---------- Header / Nav ---------- */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  transition: background-color 0.4s var(--easing), border-color 0.4s var(--easing), backdrop-filter 0.4s var(--easing);
  background: transparent;
  border-bottom: 1px solid transparent;
}
.site-header.is-scrolled {
  background: rgba(250,250,247,0.86);
  border-bottom-color: var(--line);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
}
.site-header.on-dark-hero {
  /* erste Sektion ist dunkel: Logo & Links erstmal hell */
}
.site-header.on-dark-hero:not(.is-scrolled) .nav-link,
.site-header.on-dark-hero:not(.is-scrolled) .nav-cta {
  color: var(--on-dark);
}
.site-header.on-dark-hero:not(.is-scrolled) .nav-link::after { background: var(--on-dark); }
.site-header.on-dark-hero:not(.is-scrolled) .logo-light { display: block; }
.site-header.on-dark-hero:not(.is-scrolled) .logo-dark  { display: none; }
.site-header.is-scrolled .logo-light { display: none; }
.site-header.is-scrolled .logo-dark  { display: block; }

.site-header:not(.on-dark-hero) .logo-light { display: none; }
.site-header:not(.on-dark-hero) .logo-dark  { display: block; }

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
}
.brand { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; }
.brand img { height: 44px; width: auto; }
@media (max-width: 600px) { .brand img { height: 36px; } }
.nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 36px;
  align-items: center;
}
.nav-link {
  position: relative;
  font-size: 14px;
  font-weight: 450;
  letter-spacing: 0.01em;
  color: var(--ink);
  padding: 6px 0;
  transition: color 0.2s var(--easing);
}
.nav-link::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 0; height: 1.5px;
  background: var(--ink);
  transition: width 0.35s var(--easing);
}
.nav-link:hover::after, .nav-link[aria-current="page"]::after { width: 100%; }
.nav-cta {
  font-size: 13px;
  font-weight: 500;
  padding: 9px 18px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  transition: background-color 0.25s var(--easing), color 0.25s var(--easing), border-color 0.25s var(--easing);
}
.nav-cta:hover { background: var(--ink); color: var(--bg-canvas); }
.site-header.on-dark-hero:not(.is-scrolled) .nav-cta {
  border-color: var(--on-dark);
  color: var(--on-dark);
}
.site-header.on-dark-hero:not(.is-scrolled) .nav-cta:hover { background: var(--on-dark); color: var(--bg-dark); }

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 500;
  margin-left: 18px;
  color: var(--ink-muted);
}
.lang-switch a { padding: 4px 8px; border-radius: 4px; transition: color 0.2s var(--easing), background 0.2s var(--easing); }
.lang-switch a.is-active { color: var(--accent); }
.lang-switch a:not(.is-active):hover { color: var(--ink); }
.site-header.on-dark-hero:not(.is-scrolled) .lang-switch { color: var(--on-dark-mut); }
.site-header.on-dark-hero:not(.is-scrolled) .lang-switch a:not(.is-active):hover { color: var(--on-dark); }

.menu-toggle { display: none; padding: 8px; min-width: 44px; min-height: 44px; }
.mobile-nav { display: none; }

@media (max-width: 960px) {
  .nav-list:not(.is-mobile) { display: none; }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .mobile-nav {
    display: block;
    position: fixed;
    inset: 0;
    background: var(--bg-canvas);
    z-index: 60;
    transform: translateY(-100%);
    transition: transform 0.5s var(--easing);
  }
  .mobile-nav.is-open { transform: translateY(0); }
  .mobile-nav .container { padding-top: 96px; padding-bottom: 48px; height: 100%; display: flex; flex-direction: column; }
  .mobile-nav .nav-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    font-family: var(--display);
    font-size: 38px;
    line-height: 1.1;
    letter-spacing: -0.02em;
  }
  .mobile-nav .nav-link { color: var(--ink); padding: 10px 0; font-weight: 500;
    font-size: inherit; line-height: 1.1; display: block; min-height: 44px; }
  .mobile-nav .nav-link::after { display: none; }
  .mobile-nav-foot { margin-top: auto; display: flex; justify-content: space-between; align-items: center; padding-top: 24px; border-top: 1px solid var(--line); font-size: 13px; color: var(--ink-muted); }
  .mobile-close { position: absolute; top: 22px; right: 22px; width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 50%; }
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  border-radius: 999px;
  font-family: var(--sans);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  transition: transform 0.25s var(--easing), background-color 0.25s var(--easing), color 0.25s var(--easing), box-shadow 0.25s var(--easing);
  cursor: pointer;
}
.btn .arrow {
  display: inline-block;
  transition: transform 0.3s var(--easing);
}
.btn:hover .arrow { transform: translateX(4px); }
.btn-primary {
  background: var(--ink);
  color: var(--bg-canvas);
}
.btn-primary:hover { background: var(--accent); transform: translateY(-1px); }
.btn-ghost {
  border: 1px solid currentColor;
  color: var(--ink);
}
.btn-ghost.on-dark { color: var(--on-dark); border-color: rgba(245,243,236,0.4); }
.btn-ghost:hover { background: var(--ink); color: var(--bg-canvas); border-color: var(--ink); }
.btn-ghost.on-dark:hover { background: var(--on-dark); color: var(--bg-dark); border-color: var(--on-dark); }
.btn-accent {
  background: var(--accent);
  color: #fff;
}
.btn-accent:hover { background: var(--accent-deep); transform: translateY(-1px); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 100vh; min-height: 100svh;
  display: flex;
  align-items: flex-end;
  padding: clamp(120px, 14vw, 200px) 0 clamp(60px, 7vw, 120px);
  background: var(--bg-dark);
  color: var(--on-dark);
  overflow: hidden;
  isolation: isolate;
}
.hero-media {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.3) contrast(1.04);
  opacity: 0.82;
  transition: opacity 1.6s var(--easing);
  will-change: transform, opacity;
}
/* Slideshow: alle Bilder gestapelt, nur .is-active sichtbar */
.hero-media[data-rotate] img { opacity: 0; }
.hero-media[data-rotate] img.is-active { opacity: 0.82; }
/* Collage: 2x2 Grid statt gestapeltes Single-Image */
.hero-media.is-collage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 4px;
}
.hero-media.is-collage img {
  position: relative;
  inset: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.35) contrast(1.05);
  opacity: 0.72;
}
.hero-media.is-collage img:nth-child(1) { object-position: center 30%; }
.hero-media.is-collage img:nth-child(2) { object-position: center 18%; }
.hero-media.is-collage img:nth-child(3) { object-position: center 40%; }
.hero-media.is-collage img:nth-child(4) { object-position: center 30%; }
@media (max-width: 700px) {
  .hero-media.is-collage { grid-template-columns: 1fr; grid-template-rows: repeat(4, 1fr); }
}
/* Bild-spezifischer Crop */
.hero-media img[src*="hero-team"] { object-position: center 8%; }
.hero-veil {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 30% 0%, rgba(255,16,0,0.18), transparent 55%),
    linear-gradient(180deg, rgba(10,10,10,0.28) 0%, rgba(10,10,10,0.5) 60%, rgba(10,10,10,0.85) 100%);
  z-index: -1;
}
.hero-noise {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 3px 3px;
  mix-blend-mode: overlay;
  opacity: 0.4;
  pointer-events: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 64px;
  align-items: end;
}
.hero-grid.is-solo { grid-template-columns: 1fr; }
.hero-headline {
  font-size: clamp(56px, 8vw, 132px);
  line-height: 0.96;
  letter-spacing: -0.025em;
  font-weight: 500;
  font-family: var(--display);
  font-variation-settings: "opsz" 144, "SOFT" 30, "WONK" 0;
}
/* Rote Hervorhebung in Display-Überschriften (Hero, Section-H2, CTA) */
.accent { color: var(--accent); font-style: italic; font-variation-settings: "opsz" 144, "SOFT" 70, "WONK" 1; }
.hero-headline .accent { color: var(--accent); font-style: italic; font-variation-settings: "opsz" 144, "SOFT" 70, "WONK" 1; }
.hero-meta {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-bottom: 6px;
}
.hero-cta-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.hero-scroll {
  position: absolute;
  left: 50%;
  bottom: 32px;
  transform: translateX(-50%);
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--on-dark-mut);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 2;
}
.hero-scroll .line {
  display: block;
  width: 1px;
  height: 32px;
  background: var(--on-dark-mut);
  transform-origin: top;
  animation: scrollPulse 2.4s var(--easing) infinite;
}
@keyframes scrollPulse {
  0% { transform: scaleY(0); transform-origin: top; }
  50% { transform: scaleY(1); transform-origin: top; }
  51% { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero-meta { padding-bottom: 0; }
}

/* Hero variant: subpages */
.hero-sub {
  min-height: 64vh; min-height: 64svh;
  align-items: center;
  padding-top: clamp(140px, 14vw, 200px);
  padding-bottom: clamp(60px, 7vw, 100px);
}
.hero-sub .hero-headline { font-size: clamp(48px, 6.5vw, 92px); }

/* ---------- Manifest Block ---------- */
.manifest {
  background: var(--bg-canvas);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.manifest-grid {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  gap: 48px;
  align-items: start;
}
.manifest-quote {
  font-family: var(--display);
  font-size: clamp(26px, 2.4vw, 38px);
  line-height: 1.25;
  letter-spacing: -0.012em;
  font-weight: 400;
  color: var(--ink);
}
.manifest-quote em { font-style: italic; color: var(--accent); }
.pillars {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-left: 1px solid var(--line);
}
.pillar {
  padding: 32px 0 32px 32px;
  position: relative;
  transition: background-color 0.4s var(--easing), padding-left 0.4s var(--easing);
}
.pillar:hover {
  background-color: rgba(255,16,0,0.025);
  padding-left: 40px;
}
.pillar + .pillar { border-top: 1px solid var(--line); }
.pillar h4 {
  font-family: var(--display);
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 6px;
  letter-spacing: -0.012em;
}
.pillar p { color: var(--ink-muted); font-size: 16px; margin: 0; max-width: 56ch; }
.pillar::before {
  content: "";
  position: absolute;
  left: -1px; top: 32px;
  width: 14px; height: 1px;
  background: var(--accent);
}
.pillar-num {
  font-family: var(--display);
  font-style: italic;
  font-size: 14px;
  color: var(--accent);
  display: block;
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}
.pillar-anchor {
  display: block;
  margin-top: 16px;
  font-family: var(--display);
  font-style: italic;
  font-size: 18px;
  line-height: 1.35;
  color: var(--accent);
  font-variation-settings: "opsz" 144, "SOFT" 70, "WONK" 1;
}

/* ---------- Section-Marker (für manifest-grid linke Spalte) ---------- */
.section-marker {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-self: start;
}
.section-marker-num {
  font-family: var(--display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(56px, 6vw, 88px);
  line-height: 0.95;
  letter-spacing: -0.02em;
  color: var(--accent);
  font-variation-settings: "opsz" 144, "SOFT" 70, "WONK" 1;
}
.section-marker-label {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--ink-muted);
}
.section-dark .section-marker-label { color: var(--on-dark-mut); }
@media (max-width: 800px) {
  .section-marker { flex-direction: row; align-items: baseline; gap: 16px; }
}
@media (max-width: 800px) {
  .manifest-grid { grid-template-columns: 1fr; gap: 32px; }
  .pillars { border-left: 0; }
  .pillar { padding-left: 22px; }
}

/* ---------- Disciplines (Music + Sport) ---------- */
.disciplines {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.discipline {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/5;
  background: var(--bg-dark);
  color: var(--on-dark);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 36px;
  isolation: isolate;
  box-shadow: var(--img-shadow-dark);
  transition: transform 0.5s var(--easing), box-shadow 0.5s var(--easing);
}
.discipline:hover { transform: translateY(-3px); box-shadow: var(--img-shadow-dark-hover); }
.discipline img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.05) brightness(0.7);
  z-index: -2;
  transition: filter 0.7s var(--easing), transform 0.9s var(--easing);
}
.discipline:hover img { filter: grayscale(0) contrast(1.02) brightness(0.78); transform: scale(1.04); }
.discipline::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,10,10,0) 0%, rgba(10,10,10,0.2) 40%, rgba(10,10,10,0.85) 100%);
  z-index: -1;
}
.discipline .label { font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--on-dark-mut); margin-bottom: 14px; }
.discipline h3 { font-size: clamp(32px, 3.6vw, 52px); line-height: 1; color: var(--on-dark); margin-bottom: 14px; font-weight: 500; }
.discipline p { color: var(--on-dark-mut); margin: 0 0 22px; max-width: 36ch; font-size: 16px; }
.discipline .more { font-size: 13px; font-weight: 500; letter-spacing: 0.04em; color: var(--on-dark); display: inline-flex; gap: 8px; align-items: center; }
.discipline .more::after { content: "→"; transition: transform 0.3s var(--easing); }
.discipline:hover .more::after { transform: translateX(4px); }

@media (max-width: 800px) {
  .disciplines { grid-template-columns: 1fr; }
  .discipline { aspect-ratio: 3/4; }
}
@media (max-width: 620px) {
  /* "Fussballmanagement" / "Football Management" sollen einzeilig bleiben:
     weniger Innenabstand + an die Viewportbreite gekoppelte Schriftgroesse. */
  .discipline { padding: 30px 22px; }
  .discipline h3 { font-size: clamp(19px, 6.3vw, 32px); }
}

/* ---------- Talents Grid ---------- */
.talents-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: end;
  margin-bottom: 48px;
}
.talents-head h2 { max-width: none; }
.talents-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.talent {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4/5;
  background: var(--bg-tint);
  display: flex;
  align-items: flex-end;
  padding: 24px;
  isolation: isolate;
  border: var(--img-frame);
  box-shadow: var(--img-shadow);
  transition: transform 0.5s var(--easing), box-shadow 0.5s var(--easing);
}
.talent:hover { transform: translateY(-3px); box-shadow: var(--img-shadow-hover); }
.talent img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 25%;
  filter: grayscale(1) contrast(1.04);
  z-index: -2;
  transition: filter 0.7s var(--easing), transform 0.8s var(--easing);
}
.talent:hover img { filter: grayscale(0); transform: scale(1.05); }
.talent::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,10,10,0) 40%, rgba(10,10,10,0.85) 100%);
  z-index: -1;
}
.talent-meta { color: var(--on-dark); width: 100%; }
.talent-meta .name {
  font-family: var(--display);
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.01em;
  display: block;
  margin-bottom: 4px;
}
.talent-meta .role {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--on-dark-mut);
  display: block;
  margin-bottom: 14px;
}
.talent-links { display: flex; gap: 8px; }
.talent-links a {
  width: 36px; height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(245,243,236,0.12);
  color: var(--on-dark);
  border: 1px solid rgba(245,243,236,0.18);
  transition: background 0.25s var(--easing), color 0.25s var(--easing), border-color 0.25s var(--easing);
}
.talent-links a:hover { background: var(--on-dark); color: var(--bg-dark); border-color: var(--on-dark); }
.talent-soon {
  position: relative;
  background: var(--bg-tint);
  color: var(--ink-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed var(--line-strong);
  text-align: center;
  padding: 32px;
}
.talent-soon::after { display: none; }
.talent-soon .text { font-family: var(--display); font-size: 22px; line-height: 1.2; }
.talent-soon .text small { display: block; font-family: var(--sans); font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 8px; }

@media (max-width: 900px) { .talents-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .talents-grid { grid-template-columns: 1fr; } }

/* ---------- Team preview (Home) ---------- */
.team-preview {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.team-preview .person {
  display: block;
  position: relative;
}
.team-preview .person figure {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  aspect-ratio: 5/7;
  background: var(--bg-tint);
  border: var(--img-frame);
  box-shadow: var(--img-shadow);
  transition: box-shadow 0.5s var(--easing), transform 0.5s var(--easing);
}
.team-preview .person:hover figure { transform: translateY(-3px); box-shadow: var(--img-shadow-hover); }
.team-preview .person figure img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 20%;
  filter: grayscale(1) contrast(1.04);
  transition: filter 0.7s var(--easing), transform 0.8s var(--easing);
}
.team-preview .person:hover figure img { filter: grayscale(0); transform: scale(1.04); }
.team-preview .person figcaption {
  margin-top: 18px;
  font-size: 17px;
  color: var(--ink);
  font-weight: 500;
}
.team-preview .person .role {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: var(--ink-soft);
  letter-spacing: 0.04em;
  font-weight: 400;
}
@media (max-width: 800px) { .team-preview { grid-template-columns: repeat(2, 1fr); } }

/* ---------- Team page (Editorial detail) ---------- */
.team-row {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 72px;
  align-items: start;
  padding: clamp(22px, 2.6vw, 40px) 0;
  border-top: 1px solid var(--line);
}
.team-row:first-child { border-top: 0; }
/* Reverse: Foto rechts, Text links — Spalten umkehren damit Foto gleich groß bleibt wie bei nicht-reverse */
.team-row.reverse { grid-template-columns: 1.3fr 0.7fr; }
.team-row.reverse > .team-photo { order: 2; }
.team-photo {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/5;
  background: var(--bg-tint);
  position: relative;
  border: var(--img-frame);
  box-shadow: var(--img-shadow);
  transition: box-shadow 0.6s var(--easing), transform 0.6s var(--easing);
}
.team-row:hover .team-photo { transform: translateY(-3px); box-shadow: var(--img-shadow-hover); }
.team-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center var(--p-pos, 22%);
  transform: scale(var(--p-scale, 1));
  /* Zoom vom oberen Rand aus, sonst frisst er den Freiraum ueber dem Kopf. */
  transform-origin: center top;
  filter: grayscale(1) contrast(1.05);
  transition: filter 1s var(--easing), transform 1s var(--easing);
}
.team-row:hover .team-photo img {
  filter: grayscale(0);
  transform: scale(calc(var(--p-scale, 1) * 1.03));
}

/* Portraits wurden aus unterschiedlicher Distanz aufgenommen — hier werden
   Kopfgroesse und Freiraum ueber dem Kopf angeglichen, damit die vier Bilder
   gleichmaessig wirken (Augenlinie auf gleicher Hoehe). */
img[src*="/team/lasse"] { --p-pos: 18%; --p-scale: 1.12; }
img[src*="/team/kay"]   { --p-pos: 14%; --p-scale: 1.00; }
img[src*="/team/jan"]   { --p-pos: 10%; --p-scale: 1.00; }
img[src*="/team/jakob"] { --p-pos: 12%; --p-scale: 1.08; }
.team-photo .frame-tag {
  position: absolute;
  left: 22px;
  top: 22px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--on-dark);
  background: rgba(10,10,10,0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 6px 10px;
  border-radius: 999px;
}
.team-text h2 { margin-bottom: 6px; font-size: clamp(40px, 4.4vw, 64px); }
.team-text .position { font-size: 14px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent); margin-bottom: 28px; display: inline-block; }
.team-text blockquote {
  margin: 0 0 28px;
  padding-left: 18px;
  border-left: 2px solid var(--accent);
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(20px, 1.7vw, 24px);
  line-height: 1.4;
  color: var(--ink);
  max-width: 56ch;
}
.team-text p { color: var(--ink-muted); max-width: 60ch; font-size: 16px; margin: 0 0 16px; }
.team-text .skills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.team-text .skill {
  padding: 6px 12px;
  font-size: 12px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--ink-muted);
  letter-spacing: 0.02em;
}
@media (max-width: 900px) {
  /* .team-row.reverse hat zwei Klassen und damit hoehere Spezifitaet als
     .team-row — ohne diese Zeile blieben die "reverse"-Zeilen zweispaltig,
     waehrend die uebrigen umbrechen (ungleichmaessige Bildgroessen). */
  .team-row,
  .team-row.reverse { grid-template-columns: 1fr; gap: 28px; }
  .team-row.reverse > .team-photo { order: 0; }
}

/* ---------- Service grid ---------- */
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  border: 0;
}
.service {
  border: 0;
  border-radius: var(--radius);
  padding: 36px 28px 40px;
  background: var(--bg-tint);
  text-align: center;
  transition: background-color 0.4s var(--easing), transform 0.4s var(--easing);
}
.section-dark .service { background: rgba(245,243,236,0.05); }
.section-tint .service { background: var(--bg-elev); }
.service:hover { background-color: #e9e6dc; transform: translateY(-2px); }
.section-dark .service:hover { background-color: rgba(245,243,236,0.1); }
.section-tint .service:hover { background-color: var(--bg-canvas); }
/* Ampersand: Inter statt Fraunces, kein WONK-Glyph */
.service h4 .amp,
.section-head h2 .amp,
.hero-headline .amp {
  font-family: var(--sans);
  font-style: normal;
  font-weight: 500;
  font-variation-settings: normal;
}
.service .num { display: none; }
.service .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 0;
  background: rgba(255,16,0,0.08);
  color: var(--accent);
  margin: 0 auto 22px;
  transition: transform 0.5s var(--easing), background-color 0.4s var(--easing);
}
.section-dark .service .icon { background: rgba(255,16,0,0.14); }
.service:hover .icon { transform: translateY(-3px); background-color: rgba(255,16,0,0.14); }
.service .icon svg { width: 36px; height: 36px; }
.service h4 {
  font-family: var(--display);
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 14px;
  line-height: 1.15;
}
.service p {
  font-size: 16px;
  color: var(--ink-muted);
  margin: 0 auto;
  max-width: 42ch;
  line-height: 1.6;
}
.section-dark .service p { color: var(--on-dark-mut); }
.service-grid.is-quad { grid-template-columns: repeat(4, 1fr); gap: 12px; }
@media (max-width: 900px) { .service-grid { grid-template-columns: repeat(2, 1fr); } .service-grid.is-quad { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .service-grid { grid-template-columns: 1fr; } .service-grid.is-quad { grid-template-columns: 1fr; } }

/* ---------- Section headings ---------- */
.section-head {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  gap: 48px;
  align-items: start;
  margin-bottom: clamp(40px, 6vw, 72px);
}
.section-head .meta { font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-soft); }
.section-dark .section-head .meta { color: var(--on-dark-mut); }
.section-head h2 { max-width: 16ch; }
@media (max-width: 800px) { .section-head { grid-template-columns: 1fr; } }

/* ---------- Spotlight (Adam / Lynnic, rotating on Home) ---------- */
.spotlight-rotate { position: relative; }
.spotlight-rotate > .spotlight { display: none; }
.spotlight-rotate > .spotlight.is-active { display: grid; }
.spotlight {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 64px;
  align-items: center;
}
.spotlight-photo {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/5;
  position: relative;
  background: var(--bg-dark-2);
  border: var(--img-frame-dark);
  box-shadow: var(--img-shadow-dark);
}
.spotlight-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 25%;
  filter: grayscale(1) contrast(1.05);
}
.spotlight-photo .badge {
  position: absolute;
  left: 24px; top: 24px;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  background: var(--accent);
  color: #fff;
  padding: 6px 12px;
  border-radius: 999px;
  font-weight: 500;
}
.spotlight h2 { margin-bottom: 16px; max-width: 16ch; }
.spotlight .stats {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  margin: 28px 0 28px;
  border-top: 1px solid rgba(245,243,236,0.16);
  border-bottom: 1px solid rgba(245,243,236,0.16);
  padding: 18px 0;
}
.spotlight .stat .num { font-family: var(--display); font-size: 36px; line-height: 1; color: var(--on-dark); display: block; }
.spotlight .stat .lbl { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--on-dark-mut); margin-top: 6px; display: block; }
@media (max-width: 900px) { .spotlight { grid-template-columns: 1fr; gap: 32px; } }

/* ---------- Editorial Timeline (About) ---------- */
.timeline {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 920px;
}
.timeline-step {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 32px;
  padding: clamp(20px, 2.5vw, 32px) 0;
  border-top: 1px solid var(--line-strong);
  align-items: start;
  position: relative;
}
.section-tint .timeline-step { border-top-color: var(--line-strong); }
.timeline-step:first-child { border-top: 0; padding-top: 0; }
.timeline-num {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  line-height: 1.6;
  padding-top: 6px;
  display: block;
}
.timeline-content h3 {
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.2;
  margin: 0 0 8px;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.timeline-content p {
  color: var(--ink-muted);
  font-size: 16px;
  line-height: 1.55;
  max-width: 64ch;
  margin: 0;
}
@media (max-width: 700px) {
  .timeline-step { grid-template-columns: 1fr; gap: 4px; }
}

/* ---------- Cohort Funnel (Sport Reality Check) ---------- */
.cohort-funnel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 900px;
  margin: 0 auto;
}
.cohort-step {
  position: relative;
  padding: 24px 16px;
  text-align: center;
}
.cohort-step + .cohort-step::before {
  content: "→";
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translateY(-65%);
  color: var(--accent);
  font-family: var(--display);
  font-style: italic;
  font-size: 22px;
  opacity: 0.6;
}
.cohort-num {
  display: block;
  font-family: var(--display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(36px, 4.2vw, 56px);
  line-height: 1;
  color: var(--accent);
  letter-spacing: -0.015em;
  font-variation-settings: "opsz" 144, "SOFT" 70, "WONK" 1;
  margin-bottom: 10px;
}
.cohort-label {
  font-size: 13px;
  line-height: 1.45;
  color: var(--ink-muted);
}
.cohort-label strong { color: var(--ink); font-weight: 500; }
.section-dark .cohort-label { color: var(--on-dark-mut); }
.section-dark .cohort-label strong { color: var(--on-dark); }
@media (max-width: 700px) {
  .cohort-funnel { grid-template-columns: 1fr 1fr; gap: 12px; }
  .cohort-step + .cohort-step::before { display: none; }
}

/* ---------- Music Duo Spotlight ---------- */
.music-duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.music-duo.is-single {
  grid-template-columns: 1fr;
  max-width: 560px;
  margin: 0 auto;
}
.music-duo-card {
  background: var(--bg-dark-2);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: var(--img-frame-dark);
  box-shadow: var(--img-shadow-dark);
  transition: transform 0.5s var(--easing), box-shadow 0.5s var(--easing);
}
.music-duo-card:hover { transform: translateY(-3px); box-shadow: var(--img-shadow-dark-hover); }
.music-duo-photo {
  aspect-ratio: 4/3;
  position: relative;
  overflow: hidden;
}
.music-duo-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 18%;
  filter: grayscale(0.1) contrast(1.04);
  transition: transform 0.9s var(--easing), filter 0.7s var(--easing);
}
.music-duo-card:hover .music-duo-photo img { transform: scale(1.05); filter: grayscale(0); }
.music-duo-text { padding: 32px; }
.music-duo-text h3 {
  font-size: clamp(28px, 3vw, 40px);
  color: var(--on-dark);
  margin: 0 0 4px;
  letter-spacing: -0.015em;
}
.music-duo-text .position {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 18px;
}
.music-duo-text .bio {
  color: var(--on-dark-mut);
  font-size: 15px;
  line-height: 1.65;
  margin: 0 0 22px;
  max-width: 42ch;
}
.music-duo-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 0 0 22px;
  padding: 18px 0;
  border-top: 1px solid rgba(245,243,236,0.15);
  border-bottom: 1px solid rgba(245,243,236,0.15);
}
.music-duo-stat .num {
  display: block;
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1;
  color: var(--accent);
  margin-bottom: 5px;
  font-variation-settings: "opsz" 144, "SOFT" 70, "WONK" 1;
}
.music-duo-stat .lbl {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--on-dark-mut);
  line-height: 1.3;
  display: block;
}
.music-duo-links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.music-duo-links a {
  width: 38px; height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(245,243,236,0.25);
  color: var(--on-dark);
  transition: background-color 0.25s var(--easing), color 0.25s var(--easing), border-color 0.25s var(--easing);
}
.music-duo-links a:hover { background: var(--on-dark); color: var(--bg-dark); border-color: var(--on-dark); }
@media (max-width: 800px) { .music-duo { grid-template-columns: 1fr; } }

/* ---------- Tour list ---------- */
.tour-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.tour-item {
  display: grid;
  grid-template-columns: 200px 1fr auto;
  gap: 24px;
  padding: 22px 4px;
  border-bottom: 1px solid var(--line);
  align-items: center;
  transition: background 0.3s var(--easing);
}
.tour-item:hover { background: var(--bg-tint); padding-left: 14px; padding-right: 14px; }
.tour-item .date { font-family: var(--display); font-size: 18px; font-style: italic; color: var(--ink-muted); }
.tour-item .place { font-size: 18px; font-weight: 500; }
.tour-item .meta { font-size: 13px; color: var(--ink-soft); letter-spacing: 0.04em; }
@media (max-width: 700px) {
  .tour-item { grid-template-columns: 1fr; gap: 4px; }
}

/* ---------- CTA Section ---------- */
.cta-block {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 48px;
  align-items: end;
  padding: clamp(56px, 8vw, 120px) 0;
}
.cta-block h2 { font-size: clamp(40px, 5vw, 72px); max-width: 16ch; }
.cta-block .actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
@media (max-width: 800px) { .cta-block { grid-template-columns: 1fr; } }

/* ---------- Form ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 80px;
  align-items: start;
}
.form-row { display: flex; flex-direction: column; gap: 8px; margin-bottom: 22px; }
.form-row label { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-soft); }
.form-input, .form-textarea, .form-select {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line-strong);
  padding: 12px 0;
  font-family: var(--sans);
  font-size: 17px;
  color: var(--ink);
  border-radius: 0;
  transition: border-color 0.3s var(--easing);
  appearance: none;
}
.form-textarea { min-height: 140px; resize: vertical; }
.form-input:focus, .form-textarea:focus, .form-select:focus { outline: none; border-bottom-color: var(--accent); }
.form-row.checkbox { flex-direction: row; align-items: flex-start; gap: 12px; font-size: 13px; color: var(--ink-muted); }
.form-row.checkbox input { margin-top: 4px; accent-color: var(--accent); }
.form-row.checkbox label { letter-spacing: 0; text-transform: none; font-size: 13px; color: var(--ink-muted); }
.form-row.checkbox a { color: var(--accent); border-bottom: 1px solid currentColor; }
.contact-info h3 { font-family: var(--display); font-size: 24px; margin-bottom: 16px; }
.contact-info ul { list-style: none; padding: 0; margin: 0 0 28px; }
.contact-info li { padding: 12px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 190px 1fr; gap: 16px; align-items: baseline; }
.contact-info li:last-child { border-bottom: 0; }
.contact-info li .lbl { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-soft); white-space: nowrap; }
.contact-info li .val { font-size: 16px; color: var(--ink); }
.contact-info li a { border-bottom: 1px solid var(--line-strong); transition: border-color 0.25s var(--easing), color 0.25s var(--easing); }
.contact-info li a:hover { color: var(--accent); border-bottom-color: var(--accent); }
@media (max-width: 620px) {
  /* Zweispaltig wird zu eng, sobald das Label lang ist ("Instagram Fußball")
     -- deshalb Label ueber den Wert statt daneben. */
  .contact-info li { grid-template-columns: 1fr; gap: 6px; }
}
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; gap: 48px; } }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--bg-tint);
  color: var(--ink);
  padding: 44px 0 24px;
  border-top: 1px solid var(--line);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.7fr 0.8fr;
  gap: 48px;
  margin-bottom: 32px;
  max-width: 860px;
  align-items: start;
}
.footer-grid > div:not(.footer-brand) { padding-top: 42px; }
.footer-grid h5 { font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-soft); margin: 0 0 18px; font-family: var(--sans); font-weight: 500; }
.footer-grid ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.footer-grid li a { font-size: 15px; color: var(--ink-muted); transition: color 0.25s var(--easing); }
.footer-grid li a:hover { color: var(--accent); }
.footer-brand img { height: 56px; margin-bottom: 18px; width: auto; }
.footer-brand p { color: var(--ink-muted); font-size: 14px; max-width: 32ch; }
.footer-social { display: flex; gap: 10px; margin-top: 20px; }
.footer-social a {
  width: 44px; height: 44px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--line-strong);
  color: var(--ink);
  transition: background 0.25s var(--easing), color 0.25s var(--easing), border-color 0.25s var(--easing);
}
.footer-social a:hover { background: var(--ink); color: var(--bg-canvas); border-color: var(--ink); }
.footer-bottom {
  padding-top: 24px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--ink-soft);
}
@media (max-width: 800px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) {
  /* Marke oben ueber die volle Breite, Linkspalten daneben statt untereinander */
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:not(.footer-brand) { padding-top: 0; }  /* Desktop-Versatz aufheben */
  .footer-grid h5 { margin-bottom: 10px; }
  .site-footer { padding-top: 32px; }
}

/* ---------- Reveal animations ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.9s var(--easing), transform 0.9s var(--easing); }
.reveal.is-in { opacity: 1; transform: translateY(0); }
.reveal-stagger > * { opacity: 0; transform: translateY(24px); transition: opacity 0.8s var(--easing), transform 0.8s var(--easing); }
.reveal-stagger.is-in > * { opacity: 1; transform: translateY(0); }
.reveal-stagger.is-in > *:nth-child(1) { transition-delay: 0.05s; }
.reveal-stagger.is-in > *:nth-child(2) { transition-delay: 0.18s; }
.reveal-stagger.is-in > *:nth-child(3) { transition-delay: 0.32s; }
.reveal-stagger.is-in > *:nth-child(4) { transition-delay: 0.45s; }
.reveal-stagger.is-in > *:nth-child(5) { transition-delay: 0.58s; }
.reveal-stagger.is-in > *:nth-child(6) { transition-delay: 0.7s; }

/* Hero stack reveal */
.hero .reveal-stagger { transition-delay: 0.1s; }
.hero .reveal-stagger > .eyebrow { transition-delay: 0.2s; }
.hero .reveal-stagger > .hero-headline { transition-delay: 0.4s; }
.hero .reveal-stagger > .hero-cta-row { transition-delay: 0.7s; }

/* Marquee divider */
.marquee {
  background: var(--ink);
  color: var(--bg-canvas);
  padding: 20px 0;
  font-family: var(--display);
  font-style: italic;
  font-size: 22px;
  letter-spacing: -0.005em;
  overflow: hidden;
  white-space: nowrap;
}
.marquee-track { display: inline-block; animation: marquee 36s linear infinite; }
.marquee-track span { padding: 0 40px; opacity: 0.85; position: relative; }
.marquee-track span + span::before {
  content: "";
  position: absolute;
  left: 0; top: 50%;
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--accent);
  transform: translateY(-50%);
  opacity: 0.55;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Utilities */
.center { text-align: center; }
.muted { color: var(--ink-muted); }
.acc { color: var(--accent); }
.mb-12 { margin-bottom: 12px; }
.mb-24 { margin-bottom: 24px; }
.mb-48 { margin-bottom: 48px; }

/* ---------- Article (legal pages) ---------- */
.article {
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(120px, 14vw, 160px) 28px clamp(72px, 10vw, 120px);
}
.article h1 { font-size: clamp(36px, 4vw, 56px); margin-bottom: 32px; }
.article h2 { font-size: 24px; margin: 40px 0 12px; }
.article h3 { font-size: 18px; margin: 24px 0 8px; font-family: var(--sans); font-weight: 600; }
.article p, .article li { color: var(--ink-muted); font-size: 16px; line-height: 1.7; margin: 0 0 14px; }
.article a { color: var(--accent); border-bottom: 1px solid currentColor; }

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
}

/* ============================================================
   Pascal-Batch 28.06.2026 — neue Komponenten
   ============================================================ */

/* Discipline-Card: Subtext als 3-Punkt-Liste (Startseite Bereiche) */
.discipline-list {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.discipline-list li {
  color: var(--on-dark-mut);
  font-size: 16px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 11px;
}
.discipline-list li::before {
  content: "";
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--accent);
  flex: none;
}

/* FIFA-lizenziert-Stempel auf der Fußball-Kachel — neutral, Hover Marken-Rot */
.fifa-stamp {
  position: absolute;
  top: 22px; right: 22px;
  z-index: 2;
  font-size: 11px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--on-dark);
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 999px;
  padding: 7px 13px;
  background: rgba(10,10,10,0.28);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: color 0.35s var(--easing), border-color 0.35s var(--easing), background 0.35s var(--easing);
}
.discipline:hover .fifa-stamp {
  color: var(--accent);
  border-color: var(--accent);
  background: rgba(10,10,10,0.42);
}

/* "Wen wir begleiten" — Kategorie-Kacheln (Platzhalter bis echte Bilder kommen) */
.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 48px;
}
@media (max-width: 760px) { .audience-grid { grid-template-columns: 1fr; } }
.audience {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  box-shadow: var(--img-shadow-dark);
  background: linear-gradient(157deg, #303338 0%, #15171a 100%);
  transition: transform 0.5s var(--easing), box-shadow 0.5s var(--easing);
}
.audience:hover { transform: translateY(-3px); box-shadow: var(--img-shadow-dark-hover); }
.audience img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.04) brightness(0.8);
  z-index: -2;
  transition: filter 0.7s var(--easing), transform 0.9s var(--easing);
}
.audience:hover img { filter: grayscale(0) contrast(1.02) brightness(0.85); transform: scale(1.04); }
.audience::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10,10,10,0.8) 0%, rgba(10,10,10,0.12) 58%, transparent 100%);
  z-index: -1;
}
.audience-ph {
  position: absolute; top: 18px; left: 20px;
  color: rgba(255,255,255,0.22);
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
}
.audience .audience-label {
  padding: 22px 24px;
  font-family: var(--display);
  font-size: clamp(21px, 2vw, 27px);
  font-style: italic;
  color: var(--on-dark);
  line-height: 1.1;
}

/* "Unsere Experten" — Personen-Karten (erben Sport/Musik-Tönung über --bg-tint) */
.experts-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin: 48px auto 0;
  max-width: 620px;
  text-align: center;
}
@media (max-width: 620px) { .experts-grid { grid-template-columns: 1fr; } }
.expert-photo {
  display: block;
  aspect-ratio: 5/7;
  overflow: hidden;
  border-radius: var(--radius) var(--radius) 0 0;
  background: var(--bg-tint);
}
.expert-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; filter: grayscale(1) contrast(1.03); transition: filter 0.5s var(--easing), transform 0.6s var(--easing); }
a.expert-photo:hover img { filter: grayscale(0); transform: scale(1.03); }
.expert-body {
  background: var(--bg-tint);
  border: var(--img-frame);
  border-top: none;
  border-radius: 0 0 var(--radius) var(--radius);
  padding: 20px 22px 24px;
}
.expert-name { font-weight: 600; font-size: 17px; color: var(--ink); }
.expert-role { font-size: 13px; color: var(--ink-soft); margin: 2px 0 14px; }
.expert-areas { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 7px; }
.expert-areas li { font-size: 14px; color: var(--ink-muted); display: flex; align-items: center; justify-content: center; gap: 9px; }
.expert-areas li::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: var(--accent); flex: none; }

/* ---------- Mobile: Tap-Flaechen auf 44px (Apple HIG / WCAG 2.5.8) ---------- */
@media (max-width: 700px) {
  .footer-grid ul { gap: 2px; }
  .footer-grid li a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }
}

/* Mobil: Hero-Text darf nicht in den Scroll-Hinweis laufen */
@media (max-width: 700px) {
  /* nur der Start-Hero hat den "Weiter"-Hinweis, Unterseiten-Heros nicht */
  .hero:not(.hero-sub) .container { padding-bottom: 84px; }
}

/* Gruppenfoto-Hero (Team): auf schmalen Screens flacher, damit alle vier
   Personen im Bild bleiben — sonst schneidet object-fit:cover die aeusseren weg */
@media (max-width: 620px) {
  .hero-sub.is-group {
    min-height: 0;
    padding-top: 104px;
    padding-bottom: 36px;
  }
  .hero-sub.is-group .hero-media img { object-position: center 30%; }
}
