/* Biosciutto Backyard – gemeinsames Design für alle Seiten (index.html, team.html) */
:root {
  --black: #0b0b0b;
  --dark: #151515;
  --white: #ffffff;
  --grey: #8a8a8a;
  --light: #f1ece5;        /* Creme */
  --accent: #962926;       /* Biosciutto-Rot, exakt aus logo.png gemessen – überall auf der Website */
  --accent-dark: #76201e;
  --stone: #c4c8cb;        /* Hellgrau aus dem Schwein */
  --charcoal: #4a4a4a;     /* Dunkelgrau aus dem Schwein */
  --max: 1200px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Poppins', sans-serif; color: var(--black); background: var(--white); line-height: 1.6; font-size: 17px; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }

/* Platzhalter für Fotos – wird ersetzt, sobald echte Bilder da sind */
.ph { background: repeating-linear-gradient(45deg, #2a2a2a 0 14px, #242424 14px 28px); color: #777; display: flex; align-items: center; justify-content: center; font-size: 14px; letter-spacing: .08em; text-transform: uppercase; text-align: center; }
.ph.light { background: repeating-linear-gradient(45deg, #e6e6e3 0 14px, #ddddda 14px 28px); color: #999; }

/* Header */
header { position: fixed; inset: 0 0 auto 0; z-index: 50; transition: background .3s; }
/* Beim Scrollen: Milchglas – Hintergrund scheint verschwommen durch, leicht abgedunkelt, damit die weiße Schrift auch über hellen Abschnitten lesbar bleibt */
header.scrolled, header.solid { background: rgba(11,11,11,.38); -webkit-backdrop-filter: blur(16px) saturate(1.2); backdrop-filter: blur(16px) saturate(1.2);
  box-shadow: 0 1px 0 rgba(255,255,255,.08); }
header.scrolled .nav-links a, header.solid .nav-links a { text-shadow: 0 1px 8px rgba(0,0,0,.35); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 100px; }
.logo { color: var(--white); font-weight: 800; font-size: 26px; text-decoration: none; letter-spacing: -.02em; }
.logo img { height: 92px; width: auto; position: relative; top: 4px; } /* ganz leicht nach unten */
::selection { background: var(--accent); color: var(--white); }
.nav-links { display: flex; align-items: center; gap: 34px; }
.nav-links a { color: var(--white); text-decoration: none; font-size: 18px; font-weight: 500; line-height: 1; display: inline-flex; align-items: center; }
.nav-links .icon { width: 22px; height: 22px; display: block; } /* Instagram-Icon exakt auf Höhe der Schrift */
.icon-strava { fill: currentColor; }
.nav-links .icon-strava { width: 16px; height: 22px; } /* Strava-Pfeile sind schmaler als hoch */
.foot-icon .icon.icon-strava { width: 13px; height: 18px; margin: 0 2px 0 3px; }
/* Team: Strava-Symbol rechts neben dem Namen */
.member-head { display: flex; align-items: center; gap: 12px; }
.member-strava { display: inline-flex; color: var(--white); opacity: .8; transition: opacity .2s, color .2s; }
.member-strava:hover { opacity: 1; color: #fc4c02; } /* Strava-Orange beim Drüberfahren */
.member-strava .icon-strava { width: 15px; height: 21px; }
.nav-links a:hover { opacity: .7; }
.nav-links a[aria-current="page"] { box-shadow: 0 2px 0 var(--accent); }
/* Menüpunkt „Events“ mit Auswahl 2027 / 2026 / 2025 (öffnet bei Hover, Fokus oder Klick) */
.nav-drop { position: relative; }
.nav-drop-btn { background: none; border: 0; padding: 0; color: var(--white); font: inherit; font-size: 18px; font-weight: 500; line-height: 1; cursor: pointer; text-shadow: inherit; }
.nav-drop-btn span { font-size: 12px; margin-left: 2px; }
.nav-drop-btn.is-current { box-shadow: 0 2px 0 var(--accent); }
.nav-drop-btn:hover { opacity: .7; }
.nav-drop-menu { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); padding-top: 14px; display: none; flex-direction: column; min-width: 120px; }
.nav-drop-menu::before { content: ""; position: absolute; inset: 14px 0 0; background: rgba(11,11,11,.85); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); z-index: -1; }
.nav-drop-menu a { padding: 12px 20px; justify-content: center; }
.nav-drop:hover .nav-drop-menu, .nav-drop:focus-within .nav-drop-menu, .nav-drop.open .nav-drop-menu { display: flex; }
.icon { width: 18px; height: 18px; fill: currentColor; }
.btn { display: inline-block; background: var(--accent); color: var(--white); text-decoration: none; font-weight: 600; font-size: 14px; letter-spacing: .06em; text-transform: uppercase; padding: 16px 28px; border: 2px solid var(--accent); cursor: pointer; font-family: inherit; transition: background .2s, border-color .2s, color .2s; }
.btn:hover { background: var(--accent-dark); border-color: var(--accent-dark); }
.btn.dark { background: var(--black); color: var(--white); border-color: var(--black); }
.btn.dark:hover { background: var(--accent); border-color: var(--accent); }
.burger { display: none; background: none; border: 0; color: var(--white); font-size: 28px; cursor: pointer; }

/* Hero: Vollbild über die ganze Breite (wie Sydney), in der Mitte der Button „Jetzt anmelden“ (springt zur Anmeldung ganz unten) */
.hero { position: relative; height: 100vh; min-height: 520px; display: flex; align-items: center; justify-content: center; color: var(--white); background: var(--black); overflow: hidden; padding: 0; }
.hero-media { position: absolute; inset: 0; }
.hero-media img, .hero-media video { width: 100%; height: 100%; object-fit: cover; }
/* Oben leicht abgedunkelt (Menü lesbar), unten weicher Übergang ins Schwarz von „So funktioniert's“ */
.hero-media::after { content: ""; position: absolute; inset: 0; background:
  linear-gradient(180deg, rgba(11,11,11,.45) 0%, rgba(11,11,11,.1) 35%, rgba(11,11,11,0) 55%, rgba(11,11,11,.25) 72%,
    rgba(11,11,11,.6) 86%, rgba(11,11,11,.88) 95%, #0b0b0b 100%); }
.hero-media img { object-position: center 60%; }
.hero { align-items: flex-end; }
.hero-inner { position: relative; z-index: 2; text-align: center; padding-bottom: calc(14vh + 38px); } /* 38px ≈ 1 cm höher */
/* „2027 is going to be different…“ + Datum jetzt direkt auf dem Titelbild */
.hero-title { font-size: clamp(34px, 5.5vw, 72px); font-weight: 800; text-transform: uppercase; line-height: 1; text-shadow: 0 4px 30px rgba(0, 0, 0, .5); }
.hero-title em { font-style: normal; color: var(--accent); }
.hero-date { margin-top: 22px; font-size: clamp(16px, 1.6vw, 22px); font-weight: 600; letter-spacing: .18em; text-transform: uppercase; text-shadow: 0 2px 16px rgba(0, 0, 0, .6); }
.hero + .register { background: var(--black); padding-top: 60px; } /* Lotterie direkt unter dem Titelbild, schwarz */.hero-btn { font-size: 13px; padding: 12px 26px; box-shadow: 0 6px 30px rgba(0,0,0,.35); }
.kicker { font-size: 13px; letter-spacing: .2em; text-transform: uppercase; opacity: .85; margin-bottom: 18px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* Formular (eigener dunkler Block unter dem Hero, wie Sydney) */
.register { background: #1c1b1b; color: var(--white); padding: 70px 0 80px; scroll-margin-top: 40px; } /* Header verdeckt beim Anspringen nicht die Überschrift */
.teaser + .register { background: var(--black); padding-top: 20px; } /* direkt unter „2027…“: gleiches Schwarz, kein harter Farbwechsel */
.form-card { max-width: 760px; margin: 0 auto; }
.form-card h2 { font-size: clamp(28px, 3.4vw, 38px); font-weight: 700; text-transform: uppercase; line-height: 1.1; margin-bottom: 24px; }
.row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label { display: block; font-size: 13px; margin-bottom: 6px; }
label small { opacity: .6; }
.field { margin-bottom: 16px; }
input, select { width: 100%; padding: 13px 14px; font: inherit; font-size: 15px; border: 1px solid rgba(255,255,255,.35); background: rgba(255,255,255,.06); color: var(--white); border-radius: 0; }
select option { color: var(--black); }
input:focus, select:focus { outline: 2px solid var(--white); outline-offset: 1px; }
.check { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; margin: 6px 0 20px; }
.check input { width: auto; margin-top: 4px; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; } /* Spam-Schutz-Feld, unsichtbar */
.form-status { margin-top: 14px; font-size: 14px; color: #ff8a80; }
.form-status:empty { display: none; }
.btn:disabled { opacity: .6; cursor: wait; }
/* Schmale Bildbänder zwischen Teaser/Lotterie und Lotterie/Wildcards: farbig, gedämpft wie die zwei Fotos unten (42 % auf Schwarz), oben und unten weich ins Schwarz */
.img-band { padding: 0; height: clamp(200px, 32vh, 340px); overflow: hidden; background: var(--black); }
.img-band img { width: 100%; height: 100%; object-fit: cover; opacity: .42; /* gleiche Wirkung wie die zwei Fotos unten */
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 28%, #000 72%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 28%, #000 72%, transparent 100%); }
.img-band img[src$=".jpg"] { filter: none; }
.img-band + .register { padding-top: 40px; background: var(--black); } /* schwarz wie das Band, kein grauer Block */
.img-band + .wildcard { border-top: 0; padding-top: 40px; }/* Wildcards: nach der Anmeldung – Titel, Text, 3 Schritte, Formular (gleich aufgebaut wie die Anmeldung) */
.wildcard { padding: 90px 0 100px; border-top: 1px solid rgba(255, 255, 255, .12); }
.wc-head { text-align: center; max-width: 760px; margin: 0 auto 44px; }
.wc-title { font-size: clamp(34px, 5.5vw, 72px); font-weight: 800; text-transform: uppercase; line-height: 1; margin-bottom: 20px; }
.wc-title em { font-style: normal; color: var(--accent); }
.form-card h2.reg-title { font-size: clamp(34px, 5.5vw, 72px); font-weight: 800; line-height: 1; margin-bottom: 36px; } /* Lotterie-Überschrift gleich wie „Wildcards 2027“ */
.wc-lead { font-size: 18px; line-height: 1.7; opacity: .85; }
.wc-steps { list-style: none; counter-reset: wc; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; max-width: 900px; margin: 0 auto 48px; padding: 0; }
.wc-steps li { counter-increment: wc; border: 1px solid rgba(255, 255, 255, .18); background: rgba(255, 255, 255, .035); padding: 22px 20px; text-align: center; }
.wc-steps li::before { content: counter(wc); display: block; font-size: 30px; font-weight: 800; color: var(--accent); line-height: 1; margin-bottom: 10px; }
.wc-steps strong { display: block; font-size: 17px; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 6px; }
.wc-steps span { font-size: 15px; opacity: .75; }
.wc-mail { margin-top: 16px; font-size: 14px; opacity: .7; }
.wc-mail a { color: var(--white); }
@media (max-width: 700px) { .wc-steps { grid-template-columns: 1fr; } }/* Anmeldung: Überschrift, Beschriftungen, Checkbox-Zeile und Button mittig */
.form-card { text-align: center; }
.form-card .check { justify-content: center; text-align: left; }
.thanks { display: none; text-align: center; padding: 30px 0; }
.thanks h3 { font-size: 26px; text-transform: uppercase; margin-bottom: 10px; }

/* Sektionen */
section { padding: 110px 0; }
.h2 { font-size: clamp(30px, 4vw, 44px); font-weight: 700; text-transform: uppercase; line-height: 1.08; letter-spacing: -.01em; margin-bottom: 30px; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.split .ph, .split img { aspect-ratio: 4/5; width: 100%; object-fit: cover; }

/* Race Details: Läufer auf der Straße (WhatsApp-Foto vom 26.09.) verblendet im Hintergrund */
.details { position: relative; overflow: hidden; }
.details > .wrap { position: relative; z-index: 1; }
.details-bg { position: absolute; top: 0; left: 0; bottom: 0; width: 60%; background: url(images/laeufer-bg.jpg) center top / cover no-repeat; opacity: .7;
  -webkit-mask-image: linear-gradient(to left, transparent, #000 35%), linear-gradient(to bottom, #000 75%, transparent);
  -webkit-mask-composite: source-in; mask-image: linear-gradient(to left, transparent, #000 35%), linear-gradient(to bottom, #000 75%, transparent); mask-composite: intersect; }
/* Kommt nach dem dunklen Nachtbild → oben weich aus dem Schwarz heraus */
.details::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 200px; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, #0b0b0b, rgba(11,11,11,.55) 35%, rgba(11,11,11,.15) 70%, rgba(11,11,11,0)); }
.details > .wrap { z-index: 2; }
.details-text { text-align: center; align-self: start; padding-top: 130px; } /* mittig in der linken Hälfte, im Himmel über dem Läufer im Hintergrund */
.details-text .h2 { margin-bottom: 16px; }
.details-facts { font-size: 22px; font-weight: 700; line-height: 1.5; }
.details img { object-position: center top; } /* Glocke: Schild oben bleibt komplett sichtbar */
.details dl { display: grid; grid-template-columns: auto 1fr; gap: 14px 26px; font-size: 18px; margin-bottom: 36px; }
.details dt { font-weight: 600; }

.dark-sec { background: var(--black); color: var(--white); }

/* Alle Fotos schwarz-weiß (Logos/Schwein sind .png und bleiben farbig) – gilt für beide Seiten.
   Ausnahme: das Hero-Bild ganz oben bleibt farbig. */
img[src$=".jpg"] { filter: grayscale(1); }
/* Ausnahme farbig: Porträt (.ablauf-bg) und Läufer (.sun-right) unter dem Rundenrechner – Hintergrundbilder, daher nicht von der Regel oben betroffen */
.hero-media img { filter: none; }

/* Ablauf: Schwein-Schild (IMG_8025) rechts verblendet, Text links.
   Blendet oben aus dem Schwarz des Hero-Bilds ein und unten wieder ins Schwarz aus → weicher Übergang zum Porträt. */
.pig-sec { position: relative; overflow: hidden; padding: 90px 0 78px; /* oben Abstand zu Slide 1; unten 40px + 38px (≈ 1 cm) bis zum Rundenrechner */ display: flex; align-items: center; }
.pig-sec > .wrap { position: relative; z-index: 2; width: 100%; }
/* Alle 5 Punkte als Box: Text, darunter die Grafik (Loop bzw. Icon) */
.ablauf-grid { display: block; }
.step { display: flex; flex-direction: column; height: 100%; }
/* Box (Form wie die Soul-Race-Box auf Website B), ohne Rot: dünner, dezenter weißer Rahmen.
   Boxen einer Zeile sind gleich hoch (flex: 1) */
.how-box { flex: 1; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px;
  width: 100%; padding: 18px 20px; border: 1px solid rgba(255, 255, 255, .22); background: rgba(11, 11, 11, .45); }
.how-box .loop-map { width: 100%; margin: auto 0; } /* Grafik mittig im freien Platz unter dem Text */
.loop-map svg { display: block; width: 100%; height: auto; } /* Loop füllt die Box-Breite */
/* Icons zu Punkt 2–5: weiße Linien im gleichen Strich wie der Loop */
.how-icon { display: block; width: 110px; height: auto; overflow: visible; align-self: center; margin: auto 0; } /* groß + mittig wie der Loop */
.how-icon path, .how-icon circle { fill: none; stroke: var(--white); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.how-icon--wide { width: 121px; } /* Punkt 4: Person + Glocke, breiteres Bild bei gleicher Höhe */
/* Rundenrechner unter Slide 2 (Aufbau wie auf Website 2), Regler im Logo-Rot */
.loopcalc-sec { padding: 0 0 100px; overflow-x: clip; } /* Rennformat-Seite: unter den Boxen; unten Luft zu „Bist du dabei?“; „200 Meilen“ darf rechts überstehen */
.loopcalc { max-width: 720px; margin: 0 auto; text-align: left; }
.loopcalc-label { display: flex; flex-direction: column; align-items: center; gap: 10px; margin-bottom: 22px; text-align: center; }
.loopcalc-label > span:first-child { font-size: clamp(30px, 4vw, 48px); font-weight: 800; text-transform: uppercase; line-height: 1.05; color: var(--white); } /* „Was traust du dir zu?“ als große Überschrift */
.loopcalc-out { display: block; font-size: clamp(18px, 2vw, 24px); font-weight: 700; letter-spacing: .04em; color: var(--white); } /* Runden · km kleiner, mittig unter der Überschrift */
.loopcalc-km { color: var(--accent); }
.loopcalc-range { --fill: 33%; -webkit-appearance: none; appearance: none; width: 100%; height: 28px; margin: 0; background: transparent; cursor: pointer; }
.loopcalc-range::-webkit-slider-runnable-track { height: 6px; border-radius: 999px; background: linear-gradient(90deg, var(--accent) var(--fill), rgba(255, 255, 255, .15) var(--fill)); }
.loopcalc-range::-moz-range-track { height: 6px; border-radius: 999px; background: rgba(255, 255, 255, .15); }
.loopcalc-range::-moz-range-progress { height: 6px; border-radius: 999px; background: var(--accent); }
.loopcalc-range::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 26px; height: 26px; margin-top: -10px; border-radius: 50%;
  background: var(--white); border: 5px solid var(--accent); box-shadow: 0 0 0 6px rgba(150, 41, 38, .25); transition: transform .2s; }
.loopcalc-range::-moz-range-thumb { width: 16px; height: 16px; border-radius: 50%; background: var(--white); border: 5px solid var(--accent); box-shadow: 0 0 0 6px rgba(150, 41, 38, .25); }
.loopcalc-range:active::-webkit-slider-thumb { transform: scale(1.15); }
.loopcalc-range:focus-visible { outline: 2px solid var(--white); outline-offset: 4px; }
/* Zahlenstrahl: alle 6 Runden eine Zahl, genau unter der Reglerposition (--p = Anteil 0–1; Griff ist 26px breit) */
.loopcalc-scale { position: relative; height: 16px; margin-top: 8px; font-size: 11px; color: rgba(255, 255, 255, .38); } /* normale Zahlen gedämpft, Meilensteine (.ms) hellweiß */
.loopcalc-scale span { position: absolute; left: calc(13px + (100% - 26px) * var(--p)); transform: translateX(-50%); text-align: center; }
/* Große Meilensteine (7, 15, 24, 30, 48): kräftiger, mit Strich nach oben zum Regler und kleiner Beschriftung */
.loopcalc-scale { height: 40px; }
.loopcalc-scale .ms { color: var(--white); font-weight: 700; font-size: 13px; }
.loopcalc-scale .ms::before { content: ""; position: absolute; left: 50%; top: -8px; width: 1px; height: 6px; background: rgba(255, 255, 255, .6); }
.loopcalc-scale small { display: block; margin-top: 3px; font-size: 9px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; color: rgba(255, 255, 255, .55); }
.loopcalc-scale .ms small { letter-spacing: .04em; }
@media (max-width: 560px) { /* am Handy nur 1 + Meilenstein-Zahlen, ohne Beschriftung */
  .loopcalc-scale small, .loopcalc-scale span:not(.ms):not(:first-child) { display: none; } .loopcalc-scale { height: 20px; } }
.how-box .hl { color: var(--accent); font-weight: 700; } /* Schlüsselwörter in Logo-Rot */
.how-icon .ic-fill { fill: var(--white); stroke: none; }
.how-icon text { fill: var(--white); font-family: inherit; }
.ic-num { font-size: 26px; font-weight: 800; }
.ic-unit { font-size: 11px; font-weight: 600; letter-spacing: .14em; }
.loop-map path { fill: none; stroke: var(--white); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.pig-sec .h2 { font-size: clamp(28px, 3.3vw, 40px); text-align: center; position: relative; top: -38px; } /* 38px ≈ 1 cm höher */
.pig-sec::before { content: none; } /* kein Verlauf nötig: die Diashow darüber läuft unten schon ins Schwarz aus */
/* Links nur kurzer Verlauf, damit das Schwein (linke Bildhälfte) sichtbar bleibt */
.pig-bg { position: absolute; top: 0; right: 0; bottom: 0; width: 58%; background: url(images/schwein-bg.jpg) center 35% / cover no-repeat; opacity: .42;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 30%), linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.35) 16%, #000 36%, #000 70%, transparent 100%);
  -webkit-mask-composite: source-in; mask-image: linear-gradient(to right, transparent, #000 30%), linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.35) 16%, #000 36%, #000 70%, transparent 100%); mask-composite: intersect; }

/* Porträt (IMG_7779, Sonnenbrille) links verblendet, vorerst ohne Text.
   Kommt nach dem Schwein-Schild (das unten ins Schwarz ausläuft) → oben ebenfalls weich einblenden */
.sun-sec { position: relative; overflow: hidden; min-height: 90vh; padding: 0; }
.sun-sec::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 240px; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, #0b0b0b, rgba(11,11,11,.75) 30%, rgba(11,11,11,.3) 65%, rgba(11,11,11,0)); }
/* Heller Himmel oben im Foto → oben langsam aus dem Schwarz einblenden, kein harter Rand.
   Bild links; nach rechts (zum Text hin) nur kurzer Verlauf, weil das Gesicht in der rechten Bildhälfte liegt */
.ablauf-bg { position: absolute; top: 0; left: 0; bottom: 0; width: 55%; background: url(images/ablauf-bg.jpg) center 25% / cover no-repeat; opacity: .42;
  -webkit-mask-image: linear-gradient(to left, transparent, #000 25%), linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.35) 14%, #000 34%, #000 75%, transparent 100%);
  -webkit-mask-composite: source-in; mask-image: linear-gradient(to left, transparent, #000 25%), linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.35) 14%, #000 34%, #000 75%, transparent 100%); mask-composite: intersect; }
/* Spruch „Just one more loop.“ mittig über den zwei Fotos */
.sun-sec { display: flex; align-items: center; }
.sun-inner { position: relative; z-index: 2; width: 100%; text-align: center; top: 12vh; } /* Go one more + Sponsoren weiter unten im Bild */
.sun-txt { font-size: clamp(34px, 5.5vw, 72px); /* gleich groß wie die Slide-Sprüche */ font-weight: 800; text-transform: uppercase; line-height: 1; text-shadow: 0 2px 30px rgba(0, 0, 0, .55); }
.sun-txt em { font-style: normal; color: var(--accent); }
/* Rechts neben dem Porträt: Läufer auf der Straße (laeufer-bg.jpg), farbig,
   gespiegelt verblendet: nach links zum Porträt hin weich aus */
.sun-right { position: absolute; top: 0; right: 0; bottom: 0; width: 55%; background: url(images/laeufer-bg.jpg) center 30% / cover no-repeat; opacity: .42;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 25%), linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.35) 14%, #000 34%, #000 75%, transparent 100%);
  -webkit-mask-composite: source-in; mask-image: linear-gradient(to right, transparent, #000 25%), linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.35) 14%, #000 34%, #000 75%, transparent 100%); mask-composite: intersect; }

/* 5 Boxen: oben 3 nebeneinander, darunter 2 versetzt (mittig unter den Lücken).
   Raster mit 6 Spalten, jede Box belegt 2 → Box 4 startet in Spalte 2 = halbe Box eingerückt.
   Ohne Pfeile dazwischen. */
.how-list { --gx: 48px; --gy: 56px; list-style: none; display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--gy) var(--gx); max-width: 900px; margin: 0 auto; } /* mittig unter der Überschrift */
.how-list li { position: relative; grid-column: span 2; font-size: 15px; }
.how-list li:nth-child(4) { grid-column: 2 / span 2; }

.band { position: relative; min-height: calc(100vh - 228px); /* 228px ≈ 6 cm kürzer als bildschirmhoch */ display: flex; align-items: flex-end; color: var(--white); padding: 0; }
.band > .ph, .band > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 40%; filter: grayscale(1) contrast(1.08); }
/* Unten ganz ins Schwarz → mehrere Bildbänder hintereinander gehen weich ineinander über */
.band::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, #0b0b0b 0%, rgba(11,11,11,.75) 14%, transparent 60%); }
.band.right .wrap { text-align: right; } /* Text abwechselnd rechts */
/* Schwarzer Abstand zwischen Hero und Diashow mit der Ankündigung 2027, mittig */
.teaser { text-align: center; padding: 78px 0; } /* gleicher Abstand oben (Hero) und unten (Slide 1); 40px + 38px (≈ 1 cm) */

.teaser h2 { font-size: clamp(34px, 5.5vw, 72px); /* gleich groß wie die Slide-Sprüche (.band h2) */ font-weight: 800; text-transform: uppercase; line-height: 1; }
.teaser h2 em { font-style: normal; color: var(--accent); }
.teaser-date { margin-top: 36px; font-size: clamp(16px, 1.6vw, 22px); font-weight: 600; letter-spacing: .18em; text-transform: uppercase; opacity: .85; }
/* Diashow nach dem schwarzen Abstand: längerer, sanfter Übergang aus dem Schwarz */
.teaser + .band::before, .pig-sec + .band::before { height: 50%; z-index: 3; /* aus dem Schwarz des Abstands darüber; z-index: über den Diashow-Bildern */
  background: linear-gradient(180deg, #0b0b0b 0%, rgba(11,11,11,.94) 12%, rgba(11,11,11,.8) 26%, rgba(11,11,11,.6) 42%, rgba(11,11,11,.38) 58%, rgba(11,11,11,.18) 74%, rgba(11,11,11,.06) 88%, rgba(11,11,11,0) 100%); }
/* Weicher Übergang vom Schwarz davor ins Bild */
.band::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 45%; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, #0b0b0b 0%, rgba(11,11,11,.85) 18%, rgba(11,11,11,.55) 40%, rgba(11,11,11,.25) 65%, rgba(11,11,11,.07) 85%, rgba(11,11,11,0) 100%); }
.band .wrap { position: relative; z-index: 2; padding-bottom: 70px; width: 100%; }
/* Rennformat-Seite: Bild unten um --overlap länger; die Boxen darunter ragen um genau diese Strecke ins Bild,
   die Überschrift bleibt darüber (Abstand unten = 24px + Überlappung). Übergang: Bild läuft unten ins Schwarz aus */
.band--low { --overlap: 160px; min-height: calc(100vh - 228px + var(--overlap)); }
.band--low .wrap { padding-bottom: calc(64px + var(--overlap)); text-align: center; } /* +40px höher */
.band--low + .pig-sec, .band--low + .faq-sec { position: relative; z-index: 3; margin-top: -120px; padding-top: 0; /* Boxen ragen 120px ins Bild (40px höher, gleich wie die Überschrift) */
  background: linear-gradient(180deg, rgba(11,11,11,0) 0, rgba(11,11,11,.6) 75px, #0b0b0b 120px); }
/* Nur FAQ: Slide 2 füllt den ganzen Bildschirm, die Fragen beginnen erst darunter (keine Überlappung) */
.band--faq { min-height: 70vh; } /* breites Bild ohne Text (wie Watch Guide bei Sydney) */
.faq-title { text-align: center; font-size: clamp(34px, 5.5vw, 72px); font-weight: 800; text-transform: uppercase; line-height: 1; margin: 0 16px 64px; }
.faq-title em { font-style: normal; color: var(--accent); }
.band--faq + .faq-sec, .band--faq + .pig-sec { margin-top: 0; padding-top: 60px; background: var(--black); } /* FAQ + Rennformat: Inhalt beginnt unter dem Bild */
.band--faqpage { min-height: 100vh; }
.band--rf + .pig-sec { margin-top: -158px; background: linear-gradient(180deg, rgba(11,11,11,0) 0, rgba(11,11,11,.6) 100px, #0b0b0b 158px); }
.band h2, .band h1 { font-size: clamp(34px, 5.5vw, 72px); font-weight: 800; text-transform: uppercase; line-height: 1; }
.band h2 em, .band h1 em { font-style: normal; color: var(--accent); }
/* Wechsel-Band: alle Bilder liegen übereinander, nur das aktive (.is-active) ist sichtbar;
   main.js schaltet alle 10 s weiter, der Wechsel blendet weich über */
.band-rotator { overflow: hidden; }
.band-rotator::after { content: none; } /* Verlauf nach unten sitzt pro Bild in .slide::after */
/* Übergang: das neue Bild blendet ein und zoomt dabei in ca. 2,5 s von 112 % auf 100 % heraus, danach steht es still;
   der Spruch gleitet von unten nach */
.band-rotator .slide { position: absolute; inset: 0; z-index: 0; display: flex; align-items: flex-end; opacity: 0; transition: opacity 1.8s ease; }
.band-rotator .slide.is-active { opacity: 1; z-index: 1; }
.band-rotator .slide > img { transform: scale(1.12); transition: transform 1.8s ease; }
.band-rotator .slide.is-active > img { transform: scale(1); transition: transform 2.5s cubic-bezier(.2, .6, .3, 1); }
.band-rotator .slide:not(.is-active) :is(h1, h2) { opacity: 0; transform: translateY(40px); transition: opacity .6s ease, transform .6s ease; }
.band-rotator .slide.is-active :is(h1, h2) { opacity: 1; transform: none; transition: opacity 1s ease .7s, transform 1s cubic-bezier(.2, .7, .3, 1) .7s; }
.slide > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 40%; filter: grayscale(1) contrast(1.08); }
.slide::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(0deg, #0b0b0b 0%, rgba(11,11,11,.75) 14%, transparent 60%); }
.slide.right .wrap { text-align: right; }
/* Seitenname groß mittig auf dem Foto oben (Rennformat, FAQ, Team) */
.band-rotator .slide:has(.slide-title) { align-items: center; }
.band .slide-title { position: absolute; left: 0; right: 0; top: 50vh; transform: translateY(-50%); z-index: 2; padding: 0 16px; text-align: center; } /* fest auf halber Bildschirmhöhe: auf allen drei Seiten exakt gleich hoch */
.page-over { font-size: clamp(40px, 7.5vw, 112px); font-weight: 800; text-transform: uppercase; line-height: .9; letter-spacing: -.01em;
  color: var(--white); text-shadow: 0 6px 50px rgba(0, 0, 0, .55); }

.cream { background: var(--light); }

/* Schrift „poppt auf“ beim Scrollen (Klassen setzt main.js; ohne JS ist alles sofort sichtbar) */
.js [data-reveal] { opacity: 0; transform: translate3d(0, 34px, 0);
  transition: opacity .9s cubic-bezier(.2,.7,.2,1), transform 1.1s cubic-bezier(.2,.7,.2,1); transition-delay: var(--d, 0s); }
.js [data-reveal].is-visible { opacity: 1; transform: none; }
.js .btn[data-reveal] { transition: opacity .9s cubic-bezier(.2,.7,.2,1) var(--d, 0s), transform 1.1s cubic-bezier(.2,.7,.2,1) var(--d, 0s), background .2s, border-color .2s, color .2s; }

/* Team-Seite */
.page-top { padding-top: 180px; }
.team-intro p { font-size: 18px; margin-bottom: 18px; max-width: 540px; }
.split .team-photo { aspect-ratio: 8/7; object-position: center 40%; }
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; margin-top: 80px; }
/* Jahresseiten (jahr-2025/2026/2027.html) */
.year-title { font-size: clamp(64px, 12vw, 160px); font-weight: 800; line-height: .9; letter-spacing: -.03em; margin-bottom: 50px; }
.year .split { align-items: stretch; }
.split .year-photo { aspect-ratio: 4/3; }
.split img.year-photo { aspect-ratio: 3/4; object-position: center 40%; filter: none; } /* Siegerfotos: hochkant, farbig */
/* Jahres-Recap 2025/2026 (Aufbau wie Sydney's Backyard Ultra Recap) */
.recap-hero { padding: 0; height: 75vh; min-height: 420px; position: relative; overflow: hidden; background: var(--black); }
.recap-hero img { width: 100%; height: 100%; object-fit: cover; object-position: center 45%; filter: none; }
.recap-hero::after { content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(11,11,11,.45) 0%, rgba(11,11,11,0) 25%, rgba(11,11,11,0) 70%, #0b0b0b 100%); }
.recap { padding-top: 56px; }
.recap-head { text-align: center; margin-bottom: 44px; }
.recap-head h1 { font-size: clamp(34px, 5.5vw, 72px); font-weight: 800; text-transform: uppercase; line-height: 1; }
.recap-sub { font-size: clamp(22px, 3vw, 40px); font-weight: 800; text-transform: uppercase; color: var(--accent); margin-top: 8px; }
.recap-intro { max-width: 760px; margin: 0 auto 72px; text-align: center; }
.recap-intro p { font-size: 18px; line-height: 1.7; opacity: .85; margin-bottom: 14px; }
.recap-intro .recap-lead { font-size: clamp(19px, 1.9vw, 23px); font-weight: 600; opacity: 1; }
.recap-cards + .recap-intro { margin: 64px auto 0; } /* Text jetzt unter den Karten */
.recap-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.recap-card { margin: 0; }
.recap-card img { display: block; width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: center 35%; filter: none; }
.recap-card figcaption { text-align: center; padding-top: 18px; }
.recap-card strong { display: block; font-size: clamp(22px, 2.2vw, 30px); font-weight: 800; text-transform: uppercase; line-height: 1.1; }
.recap-role { display: block; font-size: 14px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; opacity: .75; margin-top: 6px; }
.recap-loops { display: block; font-size: clamp(20px, 2vw, 26px); font-weight: 800; text-transform: uppercase; color: var(--accent); margin-top: 6px; }
.recap-thanks { text-align: center; max-width: 760px; margin: 96px auto 64px; }
.recap-thanks h2 { font-size: clamp(24px, 3vw, 38px); font-weight: 800; text-transform: uppercase; line-height: 1.15; margin-bottom: 18px; }
.recap-thanks p { font-size: 18px; line-height: 1.7; opacity: .85; }
.recap-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.recap-gallery img { width: 100%; aspect-ratio: 4/3; object-fit: cover; object-position: center 30%; filter: none; } /* hochkant: Schilder oben bleiben im Bild */
.recap-tag { text-align: center; margin-top: 36px; font-size: 14px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; opacity: .6; }
.recap img { filter: none; } /* Recap-Fotos farbig */
@media (max-width: 900px) {
  .recap-cards { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; gap: 44px; }
  .recap-gallery { grid-template-columns: 1fr; }
}/* Jahres-Seiten: Fotoauswahl (4 × 2) + Button zum ganzen Album */
.year-photos { padding: 40px 0 100px; text-align: center; }
.year-photos .wc-title { margin-bottom: 36px; }
.photo-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.photo-grid img { width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: center 35%; filter: none; }
.photo-more { margin-top: 36px; }
.photo-credit { margin-top: 14px; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; opacity: .6; }
@media (max-width: 700px) { .photo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }/* Jahres-Seiten 2025/2026: groß „Last Man Standing JAHR“ + Name, Foto rechts; darunter klein links Assist, rechts Last Woman Standing */
.lms { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 56px; align-items: start; } /* Schrift oben bündig mit dem Foto */
.lms-title { font-size: clamp(40px, 6vw, 84px); font-weight: 800; text-transform: uppercase; line-height: .95; letter-spacing: -.01em; margin-bottom: 28px; }
.lms-title em { font-style: normal; color: var(--accent); display: block; }
.lms-name { font-size: clamp(38px, 4.8vw, 64px); font-weight: 800; line-height: 1.05; margin-bottom: 12px; }
.lms-loops { font-size: clamp(17px, 1.6vw, 21px); font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); }
.lms-photo { width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: center 40%; filter: none; }
.lms-more { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; margin-top: 56px; padding-top: 28px; border-top: 1px solid rgba(255, 255, 255, .15); }
.lms-label { display: block; font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--accent); margin-bottom: 4px; }
.lms-small-name { display: block; font-size: 20px; font-weight: 700; }
.lms-lws { display: flex; align-items: flex-end; gap: 16px; margin: 0; text-align: right; }
.lms-lws img { width: clamp(150px, 15vw, 190px); aspect-ratio: 3/4; object-fit: cover; object-position: center 30%; filter: none; order: 2; } /* ≈ 1/3 des Siegerfotos */
.lms-lws .lms-small-name { font-size: clamp(22px, 2.2vw, 30px); font-weight: 800; line-height: 1.1; margin-bottom: 6px; }
/* Assist mit Foto: gleiche Größe wie Last Woman Standing, gespiegelt (Foto links) */
figure.lms-assist { display: flex; align-items: flex-end; gap: 16px; margin: 0; }
.lms-assist img { width: clamp(150px, 15vw, 190px); aspect-ratio: 3/4; object-fit: cover; object-position: center 35%; }
.lms-assist .lms-small-name { font-size: clamp(22px, 2.2vw, 30px); font-weight: 800; line-height: 1.1; }.lms-small-loops { display: block; font-size: 15px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); }
.year .lms-photo, .year .lms-lws img, .year .lms-assist img { filter: none; } /* Jahres-Fotos farbig (stärker als die Schwarz-Weiß-Regel) */
/* Jahr 2027: ein bildschirmfüllendes Foto, schwarz-weiß, Spruch + Button mittig darauf */
.next-hero { position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center; overflow: hidden; padding: 0; color: var(--white); background: var(--black); }
.next-hero .next-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 55%; filter: grayscale(1) contrast(1.15) brightness(.8); }
.next-hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(11,11,11,.25) 0%, rgba(11,11,11,.65) 100%); }
.next-inner { position: relative; z-index: 1; text-align: center; }
.next-title { font-size: clamp(38px, 7vw, 104px); font-weight: 800; text-transform: uppercase; line-height: .95; margin-bottom: 36px; text-shadow: 0 4px 40px rgba(0,0,0,.6); }
.next-title em { font-style: normal; color: var(--accent); display: block; }
@media (max-width: 900px) {
  .lms { grid-template-columns: 1fr; gap: 32px; }
  .lms-more { flex-direction: column; align-items: flex-start; }
  .lms-lws { text-align: left; }
  .lms-lws img { order: 0; }
}/* Last Woman Standing: kleines Foto in der unteren rechten Ecke des Siegerfotos */
.year-photo-wrap { position: relative; margin-bottom: 28px; }
.lws-inset { position: absolute; right: -20px; bottom: -28px; width: 34%; margin: 0; border: 4px solid var(--black); background: var(--black); box-shadow: 0 10px 30px rgba(0, 0, 0, .5); }
.split .lws-inset img { display: block; width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: center 30%; filter: none; }
.lws-inset figcaption { padding: 6px 4px 4px; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; text-align: center; color: var(--accent); }
@media (max-width: 900px) { .lws-inset { right: 8px; bottom: -20px; width: 38%; } }
.year-facts { display: grid; gap: 0; align-content: center; }
.year-facts > div { padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.year-facts > div:first-child { border-top: 1px solid rgba(255,255,255,.15); }
.year-facts dt { font-size: 13px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); margin-bottom: 4px; }
.year-facts dd { font-size: clamp(26px, 3vw, 36px); font-weight: 700; line-height: 1.2; }
.year-facts small { display: block; font-size: 15px; font-weight: 400; opacity: .7; }
.year-blog .wrap { max-width: 820px; }
.year-blog p { font-size: 18px; margin-bottom: 18px; }

.member img { width: 100%; aspect-ratio: 3/4; object-fit: cover; margin-bottom: 18px; }
.member h3 { font-size: 22px; font-weight: 700; text-transform: uppercase; line-height: 1.1; }
.member .nr { display: inline-block; font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); margin: 6px 0 10px; }
.member p { color: #444; font-size: 15px; }
/* Team-Seite wie Rennformat/FAQ: schwarz unter dem Bild, helle Texte */
.team-sec .member p { color: rgba(255, 255, 255, .7); }
.team-kicker { color: var(--accent); opacity: 1; }
.team-sec img { filter: none; } /* Gruppenfoto + Porträts auf der Team-Seite farbig */
.team-sec .team-intro p { opacity: .85; }
.band--faq + .team-sec { padding-top: 60px; }
/* Slide farbig lassen (Ausnahme von der Schwarz-Weiß-Regel) */
.slide--color > img, .slide.slide--color > img { filter: none; }
.cta--color .cta-bg { filter: none; } /* Team: Foto hinter „Bist du dabei?“ farbig */
.cta { text-align: center; }
.cta .h2 { margin-bottom: 24px; }
/* Rennformat-Seite: „Bist du dabei?“ vor dem Glocken-Nachtbild (emo-bell.jpg), abgedunkelt, oben/unten weich ins Schwarz */
.cta--bell { position: relative; overflow: hidden; min-height: 70vh; display: flex; align-items: center; }
.cta--bell .cta-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 30%; opacity: .55;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 25%, #000 75%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 25%, #000 75%, transparent 100%); }
.cta--bell .wrap { position: relative; z-index: 1; width: 100%; }
.cta--bell .h2 { text-shadow: 0 2px 24px rgba(0, 0, 0, .6); }

/* Galerie */
.gallery-head { display: flex; justify-content: space-between; align-items: end; flex-wrap: wrap; gap: 10px 30px; margin-bottom: 30px; }
.gallery-head .h2 { margin-bottom: 0; }
.gallery-head a { color: var(--accent); font-weight: 600; text-decoration: none; }
.gallery-head a:hover { text-decoration: underline; }
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.gallery figure { overflow: hidden; background: var(--black); }
.gallery img { width: 100%; aspect-ratio: 4/5; object-fit: cover; transition: transform .5s; }
.gallery figure:hover img { transform: scale(1.04); }

/* FAQ */
.faq { max-width: 900px; }
/* FAQ-Seite: schwarz unter Slide 2, Linien und Antworten hell */
.faq-sec { padding-top: 60px; }
.faq-sec details { border-color: rgba(255, 255, 255, .15); }
.faq-sec details .a { color: rgba(255, 255, 255, .75); }
/* FAQ-Seite im Stil von Branderr: links Tafel wie die Karten (Titel + Themen-Buttons, bleibt stehen), rechts Fragen als Karten */
.faq-layout { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 56px; align-items: start; }
.faq-side { position: sticky; top: 120px; border: 1px solid rgba(255, 255, 255, .14); background: rgba(255, 255, 255, .035); color: var(--white); padding: 44px 40px; } /* gleiche Tafel wie die Fragen-Karten statt vollem Rot */
.faq-side-title { font-size: clamp(30px, 3.4vw, 46px); font-weight: 800; text-transform: uppercase; line-height: 1.02; margin-bottom: 14px; }
.faq-side-text { font-size: 16px; opacity: .85; margin-bottom: 28px; }
.faq-nav { display: flex; flex-wrap: wrap; gap: 10px; }
.faq-nav a { display: inline-block; padding: 9px 16px; border: 1.5px solid rgba(255, 255, 255, .35); border-radius: 999px; text-decoration: none;
  font-size: 14px; font-weight: 600; color: var(--white); transition: background .2s, color .2s, border-color .2s; }
.faq-nav a:hover { background: rgba(255, 255, 255, .15); }
.faq-nav a.is-active { background: var(--accent); border-color: var(--accent); color: var(--white); }
.faq-main { max-width: none; }
.faq-group { scroll-margin-top: 120px; margin-bottom: 48px; }
/* FAQ: Höhenprofil einer Runde (aus der GPX-Datei gezeichnet) */
.elev { margin: 18px 0 4px; }
.elev figcaption { font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--accent); margin-bottom: 8px; }
.elev-svg { display: block; width: 100%; height: auto; }
.elev-area { fill: rgba(150, 41, 38, .35); }
.elev-line { fill: none; stroke: var(--white); stroke-width: 2.5; stroke-linejoin: round; stroke-linecap: round; }
.elev-grid { stroke: rgba(255, 255, 255, .12); stroke-width: 1; }
.elev-lbl { fill: rgba(255, 255, 255, .6); font-size: 13px; font-family: inherit; }.soon { display: inline-block; padding: 3px 10px; border: 1px solid var(--accent); color: var(--white); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.faq-cat { font-size: clamp(18px, 1.8vw, 22px); font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); margin-bottom: 16px; } /* Themen-Überschriften größer und fetter */
/* Fragen als Karten mit Abstand statt Trennlinien */
.faq-sec details, .faq-sec details:last-of-type { border: 1px solid rgba(255, 255, 255, .14); background: rgba(255, 255, 255, .035); margin-bottom: 10px; transition: border-color .2s, background .2s; }
.faq-sec details:hover { border-color: rgba(255, 255, 255, .3); }
.faq-sec details[open] { border-color: rgba(255, 255, 255, .3); background: rgba(255, 255, 255, .06); } /* geöffnet: nur etwas heller, kein Rot */
.faq-sec summary { font-size: clamp(17px, 1.6vw, 20px); font-weight: 700; padding: 20px 24px; align-items: center; }
.faq-sec summary:hover { color: var(--white); }
.faq-sec summary::after { font-size: 28px; }
.faq-sec details .a { padding: 0 24px 22px; font-size: 16px; line-height: 1.7; }
.faq-sec details[open] .a { animation: faqOpen .35s ease; }
@keyframes faqOpen { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }
.faq-sec details .a a { color: var(--white); text-decoration: underline; text-decoration-color: var(--accent); text-underline-offset: 3px; }
/* „Deine Frage ist nicht dabei?“ – Box im Stil der Rennformat-Boxen */
.faq-contact { margin-top: 8px; padding: 36px 32px; border: 1px solid rgba(255, 255, 255, .22); background: rgba(11, 11, 11, .45); text-align: center; }
.faq-contact h3 { font-size: clamp(22px, 2.4vw, 30px); font-weight: 800; text-transform: uppercase; margin-bottom: 8px; }
.faq-contact p { opacity: .75; margin-bottom: 22px; }
.faq-contact-btns { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
.btn.ghost { background: transparent; border-color: rgba(255, 255, 255, .5); color: var(--white); }
.btn.ghost:hover { background: var(--white); border-color: var(--white); color: var(--black); }
@media (max-width: 900px) { /* Handy/Tablet: rote Tafel oben, nicht mitlaufend; Themen-Buttons darunter wischbar */
  .faq-layout { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .faq-side { position: static; padding: 32px 24px; }
  .faq-nav { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
  .faq-nav a { white-space: nowrap; }
  .faq-group { scroll-margin-top: 100px; }
}
details { border-top: 1px solid #ddd; }
details:last-of-type { border-bottom: 1px solid #ddd; }
summary { list-style: none; cursor: pointer; padding: 24px 0; font-size: 19px; font-weight: 500; display: flex; justify-content: space-between; gap: 20px; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; font-size: 26px; font-weight: 300; line-height: 1; color: var(--accent); transition: transform .2s; }
summary:hover { color: var(--accent); }
details[open] summary::after { transform: rotate(45deg); }
details .a { padding: 0 0 26px; color: #444; max-width: 760px; }
details .a p + p, details .a ul { margin-top: 10px; }
details .a ul { padding-left: 20px; }


/* Footer: 4 Spalten (Marke · Rennen · Events · Kontakt), darunter © + Impressum/Datenschutz */
footer { background: var(--black); color: var(--white); padding: 72px 0 32px; } /* keine Trennlinie: letztes Bild läuft weich ins Schwarz des Footers */
.foot { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.4fr; gap: 48px; align-items: start; }
.foot-logo { width: 72px; height: auto; margin-bottom: 18px; }
.foot h3 { font-size: 20px; font-weight: 800; text-transform: uppercase; letter-spacing: .02em; line-height: 1.2; margin-bottom: 8px; }
.foot-date { font-size: 14px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--accent); margin-bottom: 10px; }
.foot-tag { font-size: 13px; line-height: 1.6; opacity: .55; max-width: 300px; }
.foot h4 { font-size: 12px; letter-spacing: .18em; text-transform: uppercase; opacity: .5; margin-bottom: 18px; font-weight: 600; }
.foot a { display: block; text-decoration: none; font-size: 15px; margin-bottom: 10px; opacity: .85; transition: opacity .2s, color .2s; }
.foot a:hover { opacity: 1; color: var(--accent); }
.foot-icon { display: flex !important; align-items: center; gap: 10px; word-break: break-all; }
.foot-icon .icon { width: 18px; height: 18px; flex: none; fill: currentColor; }
.legal { margin-top: 56px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: 13px; opacity: .55;
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.legal-links a { display: inline; margin-left: 22px; text-decoration: none; }
.legal-links a:hover { text-decoration: underline; }

@media (max-width: 900px) {
  .split { grid-template-columns: minmax(0, 1fr); gap: 40px; }
  .hero { height: 75vh; }
  .ablauf-bg { width: 100%; }
  .sun-right { display: none; } /* am Handy nur das Porträt über die ganze Breite */
  .sun-sec { min-height: 70vh; }
  
  .pig-bg { width: 100%; opacity: .22; } /* am Handy liegt das Schwein blass hinter dem Text */
  .ablauf-grid { grid-template-columns: 1fr; gap: 50px; }
  .details-bg { width: 100%; opacity: .45; }
  .details-text { padding-top: 50px; } /* am Handy im Himmel über dem Läufer im Hintergrund */
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: repeat(2, 1fr); gap: 36px 20px; margin-top: 60px; }
  .page-top { padding-top: 130px; }
  .foot { grid-template-columns: 1fr 1fr; gap: 36px 24px; } /* Tablet/Handy: 2 Spalten */
  .foot-brand { grid-column: 1 / -1; }
  .nav { height: 84px; }
  .nav-links { display: none; position: absolute; top: 84px; left: 0; right: 0; background: var(--black); flex-direction: column; padding: 24px; gap: 20px; }
  .nav-links.open { display: flex; }
  /* Am Handy: Events-Jahre direkt als Liste im Burger-Menü */
  .nav-drop-btn { display: block; pointer-events: none; padding: 0; margin-bottom: 8px; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; opacity: .6; } /* Handy: „Fotos“/„Events“ als kleine Überschrift über den Jahren */
  .nav-drop-btn span { display: none; }
  .nav-drop-menu { display: flex; position: static; transform: none; padding: 0; flex-direction: row; gap: 20px; min-width: 0; }
  .nav-drop-menu::before { display: none; }
  .nav-drop-menu a { padding: 0; }
  .burger { display: block; }
  .logo img { height: 70px; }
  section { padding: 80px 0; }
}
@media (max-width: 560px) {
  .wrap { padding: 0 16px; }
  .row { grid-template-columns: 1fr; gap: 0; }
  .register .btn { width: 100%; }
  /* am Handy: Boxen untereinander */
  .how-list { grid-template-columns: 1fr; --gy: 52px; }
  .how-list li:nth-child(n) { grid-column: auto; }
}

/* Footer im Stil von rappid.run: links bis zur Mitte der ganze Text, rechts das Schwein */
.foot-min { background: var(--black); color: var(--white); padding: 64px 0 36px; overflow: hidden; }
.fm-grid { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 40px; align-items: center; }
.fm-name { font-size: clamp(22px, 2.4vw, 32px); font-weight: 800; text-transform: uppercase; line-height: 1.1; margin-bottom: 22px; }
.fm-links { display: flex; flex-wrap: nowrap; gap: 22px; white-space: nowrap; } /* alle Links in einer Zeile */
.fm-links a { color: var(--white); text-decoration: none; font-size: 15px; font-weight: 500; opacity: .75; transition: opacity .2s, color .2s; }
.fm-links a:hover { opacity: 1; color: var(--accent); }
.fm-copy { font-size: 13px; opacity: .5; }
.fm-right { justify-self: end; margin: 0; text-align: center; }
.foot-min .fm-pig { display: block; width: 60px; height: auto; margin: 0 auto 8px; } /* Schwein im Footer: 60 px */
@media (max-width: 1000px) { .fm-links { flex-wrap: wrap; gap: 10px 20px; } } /* zu schmal für eine Zeile: umbrechen */
@media (max-width: 700px) { .fm-grid { grid-template-columns: minmax(0, 1fr); } .fm-right { justify-self: center; order: -1; } } /* Handy: Schwein mittig oben, Links darunter */

/* Team-Karten im Stil der UVU-Galerie: randlos über die ganze Breite, 4 hohe Fotos Kante an Kante (1 px Fuge),
   darunter mittig kleiner Name in Großbuchstaben + kursive Zeile (Startnummer) */
.team-sec .team-grid { width: 100vw; margin-left: calc(50% - 50vw); margin-top: 96px; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 2px; }
.team-sec .member { text-align: center; padding-bottom: 28px; }
.team-sec .member img { aspect-ratio: 3/4.2; margin-bottom: 16px; display: block; transition: opacity .3s; }
.team-sec .member:hover img { opacity: .85; }
.team-sec .member-head { justify-content: center; gap: 8px; }
.team-sec .member h3 { font-size: 14px; font-weight: 600; letter-spacing: .14em; }
.team-sec .member-strava .icon-strava { width: 10px; height: 14px; }
.team-sec .member .nr { display: block; margin: 8px 0 0; font-size: 13px; font-weight: 400; font-style: italic; letter-spacing: 0; text-transform: none; color: rgba(255, 255, 255, .6); }
.team-sec .member p { font-size: 14px; margin: 8px auto 0; max-width: 260px; padding: 0 12px; }
@media (max-width: 900px) { .team-sec .team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2px; margin-top: 64px; } }

/* Team: ausklappbarer Text pro Person („Mehr über …“) */
.team-sec .member-more { border: 0; margin: 12px auto 0; max-width: 300px; padding: 0 12px; text-align: center; }
.team-sec .member-more summary { display: inline-flex; justify-content: center; gap: 8px; padding: 4px 0; font-size: 13px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--white); opacity: .75; }
.team-sec .member-more summary::after { font-size: 18px; }
.team-sec .member-more summary:hover { opacity: 1; color: var(--white); }
.team-sec .member-more .a { padding: 10px 0 0; color: rgba(255, 255, 255, .8); font-size: 14px; line-height: 1.6; text-align: left; }
.team-sec .member-more .a p + p { margin-top: 8px; }

/* Sponsoren (Startseite, vor dem Footer): Logos auf Schwarz.
   Logos: images/sponsor-redbull.svg, images/sponsor-uvu.svg */
.sponsors { padding: 72px 0 80px; text-align: center; }
.sponsors-label { font-size: 12px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; opacity: .55; margin-bottom: 28px; }
.sponsor-row { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 28px 72px; }
.sponsor { color: var(--white); text-decoration: none; opacity: .85; transition: opacity .2s; font-weight: 800; font-size: clamp(26px, 3vw, 38px); line-height: 1; letter-spacing: -.01em; }
.sponsor:hover { opacity: 1; }
.sponsor img { display: block; width: auto; } /* offizielle Logos in Originalfarbe */
.sponsor .sp-redbull { height: clamp(56px, 6vw, 84px); } /* ganzes Logo: Schriftzug, Stiere, Sonne */
.sponsor .sp-uvu { height: clamp(26px, 2.8vw, 38px); }
.sun-sec + .sponsors { padding-top: 48px; }
.sponsor .sp-bio { height: clamp(22px, 2.4vw, 32px); }
.sponsor .sp-schwein { height: clamp(38px, 4vw, 52px); }
.sponsor .sp-tierarzt { height: clamp(30px, 3.2vw, 42px); filter: brightness(0) invert(1); opacity: .9; } /* dunkelgraues Logo auf Schwarz: weiß eingefärbt */
.sponsor-row { gap: 28px 52px; } /* direkt unter „Go one more“ */
/* Sponsoren liegen jetzt auf den zwei Fotos unter Go one more */
.sun-inner .sponsors-label { margin: 56px 0 22px; text-shadow: 0 2px 12px rgba(0,0,0,.6); }
.sun-inner .sponsor-row { filter: drop-shadow(0 2px 10px rgba(0,0,0,.5)); }

/* Seite „Mehr“: Vorschlags-Karten im Stil der Rennformat-Boxen */
.band--faq + .more-sec { padding-top: 60px; }
.more-lead { max-width: 760px; margin: -32px auto 56px; text-align: center; font-size: 18px; line-height: 1.7; opacity: .85; }
.idea-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.idea { border: 1px solid rgba(255, 255, 255, .18); background: rgba(255, 255, 255, .035); padding: 24px 22px; transition: border-color .2s; }
.idea:hover { border-color: rgba(255, 255, 255, .4); }
.idea-src { font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--accent); margin-bottom: 10px; }
.idea h3 { font-size: 20px; font-weight: 800; text-transform: uppercase; line-height: 1.15; margin-bottom: 10px; }
.idea p:last-child { font-size: 15px; line-height: 1.6; opacity: .8; }
@media (max-width: 900px) { .idea-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .idea-grid { grid-template-columns: minmax(0, 1fr); } }
.band--faq + .recap { padding-top: 60px; } /* Jahres-Seiten: Inhalt direkt unter dem bildschirmfüllenden Titelbild */

/* Team: zwei Fotos nebeneinander, darunter mittig der Intro-Text, danach die Einzel-Fotos */
.team-duo { display: grid; grid-template-columns: minmax(0, 1.143fr) minmax(0, .75fr); gap: 12px; align-items: start; } /* Spaltenbreiten = Seitenverhältnisse → beide gleich hoch, nichts abgeschnitten, passt immer in die Breite */
.team-duo .team-photo { display: block; width: 100%; height: auto; filter: none; } /* ungeschnitten, volle Spaltenbreite */
.team-sec .team-intro { max-width: 760px; margin: 56px auto 0; text-align: center; }
.team-sec .team-intro p { max-width: none; }
.team-sec .team-intro + .team-grid { margin-top: 72px; }
.team-photos .photo-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } /* 3 übrige Fotos */
@media (max-width: 700px) { .team-duo { gap: 6px; } .team-photos .photo-grid { grid-template-columns: minmax(0, 1fr); } }
.page-over .red { color: var(--accent); } /* einzelner roter Buchstabe im Seitennamen */

/* Fotos-Seite: Raster aller Fotos + Großansicht */
.band--faq + .fotos-sec { padding-top: 60px; }
.fotos-sec .faq-title { margin-bottom: 28px; }
.fotos-tabs { display: flex; justify-content: center; gap: 10px; margin-bottom: 14px; }
.fotos-tabs a { padding: 9px 22px; border: 1.5px solid rgba(255,255,255,.35); border-radius: 999px; color: var(--white); text-decoration: none; font-weight: 700; }
.fotos-tabs a.is-active, .fotos-tabs a:hover { background: var(--accent); border-color: var(--accent); }
.fotos-sec .photo-credit { text-align: center; }
.fotos-year { scroll-margin-top: 100px; padding-top: 64px; }
.fotos-year .wc-title { text-align: center; margin-bottom: 28px; }
.ph-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 4px; padding: 0 4px; }
.ph-item { display: block; overflow: hidden; background: #151515; aspect-ratio: 3/4; }
.ph-item img { width: 100%; height: 100%; object-fit: cover; filter: none; transition: transform .4s ease, opacity .2s; }
.ph-item:hover img { transform: scale(1.04); opacity: .9; }
@media (max-width: 600px) { .ph-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2px; padding: 0; } }
.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(0,0,0,.94); display: flex; align-items: center; justify-content: center; }
.lightbox[hidden] { display: none; }
.lightbox .lb-img { max-width: 92vw; max-height: 86vh; object-fit: contain; filter: none; box-shadow: 0 10px 60px rgba(0,0,0,.6); }
.lb-prev, .lb-next, .lb-close { position: absolute; background: none; border: 0; color: #fff; cursor: pointer; opacity: .8; font-family: inherit; line-height: 1; }
.lb-prev:hover, .lb-next:hover, .lb-close:hover { opacity: 1; color: var(--accent); }
.lb-prev, .lb-next { top: 50%; transform: translateY(-50%); font-size: 72px; padding: 20px; }
.lb-prev { left: 8px; } .lb-next { right: 8px; }
.lb-close { top: 16px; right: 22px; font-size: 44px; }
.lb-count { position: absolute; bottom: 18px; left: 0; right: 0; text-align: center; font-size: 14px; letter-spacing: .1em; opacity: .7; }
@media (max-width: 600px) { .lb-prev, .lb-next { font-size: 48px; padding: 10px; } }

/* Team-Titelbild: vier Fotos nebeneinander (Jakob, Kilian, Laurenz, Helene), weich ineinander verblendet wie bei „Go one more“ */
.quad { position: absolute; inset: 0; display: flex; }
.quad-p { flex: 1 1 0; margin: 0 -4%; background-size: cover; background-repeat: no-repeat;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 18%, #000 82%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, #000 18%, #000 82%, transparent 100%); }
.quad-p:first-child { margin-left: 0; -webkit-mask-image: linear-gradient(to right, #000 82%, transparent 100%); mask-image: linear-gradient(to right, #000 82%, transparent 100%); }
.quad-p:last-child { margin-right: 0; -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 18%); mask-image: linear-gradient(to right, transparent 0%, #000 18%); }
@media (max-width: 700px) { .quad { flex-wrap: wrap; } .quad-p { flex: 1 1 50%; height: 50%; margin: 0; -webkit-mask-image: none; mask-image: none; } }

/* Video-Band (hochkant gefilmt): füllt die Breite, zeigt den Streifen mit den Läufer:innen */
.img-band--video video { width: 100%; height: 100%; object-fit: cover; object-position: center 54%; opacity: .6; display: block;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 28%, #000 72%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 28%, #000 72%, transparent 100%); }
.img-band--video { height: clamp(320px, 58vh, 620px); } /* Video-Band höher: Gesichter + Oberkörper sichtbar */
@media (prefers-reduced-motion: reduce) { .img-band--video video { display: none; } .img-band--video { background: url(images/band-2026-mais.jpg) center / cover; } }
/* Laurenz-Foto ist kleiner skaliert (Kopf auf gleicher Höhe) → Oberkante weich ausblenden, keine harte Kante */
.quad-p--fadetop {
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 18%, #000 82%, transparent 100%), linear-gradient(to bottom, transparent 16%, #000 34%);
  -webkit-mask-composite: source-in;
  mask-image: linear-gradient(to right, transparent 0%, #000 18%, #000 82%, transparent 100%), linear-gradient(to bottom, transparent 16%, #000 34%);
  mask-composite: intersect; }
@media (max-width: 700px) { .quad-p--fadetop { -webkit-mask-image: linear-gradient(to bottom, transparent 16%, #000 34%); mask-image: linear-gradient(to bottom, transparent 16%, #000 34%); } }
/* Team: Text über jede Person direkt sichtbar (nicht mehr ausklappbar) */
.team-sec .member-text { max-width: 300px; margin: 12px auto 0; padding: 0 12px; text-align: left; font-size: 14px; line-height: 1.6; color: rgba(255, 255, 255, .8); }
.team-sec .member-text p + p { margin-top: 8px; }

/* Video im Hochformat: ganz zu sehen, mittig; dahinter dasselbe Video unscharf + dunkel über die volle Breite */
.video-tall { position: relative; overflow: hidden; padding: 0; height: min(92vh, 900px); display: flex; justify-content: center; background: var(--black); }
/* oben und unten weich ins Schwarz (Verläufe darüber statt Maske, sonst scheint der weiße Seitenhintergrund durch) */
.video-tall::before, .video-tall::after { content: ''; position: absolute; left: 0; right: 0; height: 14%; z-index: 2; pointer-events: none; }
.video-tall::before { top: 0; background: linear-gradient(180deg, #0b0b0b, rgba(11,11,11,0)); }
.video-tall::after { bottom: 0; background: linear-gradient(0deg, #0b0b0b, rgba(11,11,11,0)); }
.video-tall .vt-bg { position: absolute; inset: -40px; width: calc(100% + 80px); height: calc(100% + 80px); object-fit: cover; filter: blur(28px) brightness(.35); }
.video-tall .vt-main { position: relative; z-index: 1; height: 100%; width: auto; max-width: 100%; object-fit: contain; box-shadow: 0 0 60px rgba(0,0,0,.6); }
@media (prefers-reduced-motion: reduce) { .video-tall video { display: none; } .video-tall { background: url(images/band-2026-mais.jpg) center / cover; } }
.video-tall + .wildcard { border-top: 0; padding-top: 40px; }