﻿/* ============================================================
   PHYSIO RASCHLE — Design-System «Return to Motion»
   Kreide + Graphit + Sprint-Orange + Petrol · Sora + Manrope
   ============================================================ */

:root {
  --bg: #f7f6f3;
  --ink: #171a1e;
  --sprint: #e8542f;
  --sprint-deep: #c43e1d;
  --petrol: #0f4468;
  --petrol-deep: #0a2f4a;
  --mist: #e9e7e1;
  --muted: #62666c;
  --line: rgba(23, 26, 30, .13);
  --white: #fffdf9;
  --font-display: "Sora", sans-serif;
  --font-body: "Manrope", sans-serif;
  --radius: 16px;
  --header-h: 74px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

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

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1.02rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }

a { color: inherit; }
:focus-visible {
  outline: 3px solid var(--sprint);
  outline-offset: 3px;
  border-radius: 4px;
}

.wrap { max-width: 1200px; margin: 0 auto; padding: 0 clamp(1.1rem, 4vw, 2.4rem); }

h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.08; letter-spacing: -.02em; }

/* ---------- Brand-Mark: Goniometer-Bogen ---------- */
.gonio {
  width: 1.15em; height: .62em;
  display: inline-block;
  flex: none;
}
.gonio path { stroke: var(--sprint); stroke-width: 9; fill: none; stroke-linecap: round; }
.gonio line { stroke: var(--sprint); stroke-width: 7; stroke-linecap: round; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-family: var(--font-display);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--petrol);
  margin-bottom: 1.1rem;
}

/* ---------- Header ---------- */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  height: var(--header-h);
  z-index: 100;
  display: flex;
  align-items: center;
  background: rgba(247, 246, 243, 0);
  border-bottom: 1px solid transparent;
  transition: background .3s ease, border-color .3s ease;
}
.site-header.is-solid {
  background: rgba(247, 246, 243, .92);
  backdrop-filter: blur(12px);
  border-bottom-color: var(--line);
}
.site-header .wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.brand {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.12rem;
  letter-spacing: -.01em;
  text-decoration: none;
  display: inline-flex;
  align-items: baseline;
  gap: .5rem;
}
.brand .gonio { transform: translateY(.06em); }
.brand small {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: .66rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--muted);
}
.main-nav { display: flex; align-items: center; gap: 1.6rem; }
.main-nav a {
  text-decoration: none;
  font-weight: 600;
  font-size: .92rem;
  color: var(--ink);
  position: relative;
}
.main-nav a:not(.btn)::after {
  content: "";
  position: absolute;
  left: 0; bottom: -6px;
  width: 100%; height: 2px;
  background: var(--sprint);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}
.main-nav a:not(.btn):hover::after,
.main-nav a[aria-current="page"]:not(.btn)::after { transform: scaleX(1); }

.nav-toggle {
  display: none;
  background: none;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: .5rem .7rem;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: .95rem;
  text-decoration: none;
  padding: .85rem 1.6rem;
  border-radius: 999px;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.btn-sprint { background: var(--sprint); color: var(--white); }
.btn-sprint:hover { background: var(--sprint-deep); transform: translateY(-2px); }
.btn-ghost { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn-ghost:hover { background: var(--ink); color: var(--bg); transform: translateY(-2px); }
.btn-light { background: var(--white); color: var(--petrol-deep); }
.btn-light:hover { background: var(--mist); transform: translateY(-2px); }

/* ---------- Hero (Startseite) ---------- */
.hero {
  position: relative;
  min-height: 92svh;
  display: flex;
  align-items: center;
  padding: calc(var(--header-h) + 1.25rem) 0 2.5rem;
  overflow: hidden;
}
.hero-track {
  position: absolute;
  inset: -20% -40%;
  background: repeating-linear-gradient(
    115deg,
    transparent 0 178px,
    rgba(15, 68, 104, .055) 178px 180px
  );
  pointer-events: none;
  animation: track-drift 38s linear infinite;
}
.hero-track::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    115deg,
    transparent 0 537px,
    rgba(232, 84, 47, .13) 537px 540px
  );
}
@keyframes track-drift {
  to { transform: translateX(-540px); }
}
.hero .wrap { position: relative; width: 100%; }
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, .85fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
}
.hero-kicker {
  display: flex;
  align-items: center;
  gap: .7rem;
  margin-bottom: 1.4rem;
}
.hero-kicker .badge-move {
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--petrol);
  background: rgba(15, 68, 104, .08);
  border: 1px solid rgba(15, 68, 104, .18);
  border-radius: 999px;
  padding: .3rem .8rem;
}
.hero h1 {
  font-size: clamp(2.7rem, 8.2vw, 5.6rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -.025em;
}
.hero h1 .accent { color: var(--sprint); position: relative; display: inline-block; }
.hero h1 .accent::after {
  content: "";
  position: absolute;
  left: 0; bottom: -.02em;
  width: 100%; height: .075em;
  background: var(--ink);
  border-radius: 999px;
  transform: scaleX(0);
  transform-origin: left;
}
.hero h1.is-in .accent::after {
  transition: transform .9s cubic-bezier(.2, .8, .2, 1) .15s;
  transform: scaleX(1);
}
.hero h1 .outline {
  color: transparent;
  -webkit-text-stroke: 1.6px var(--ink);
}
.hero-sub {
  max-width: 46ch;
  margin-top: 1.4rem;
  font-size: 1.08rem;
  color: var(--muted);
}
.hero-ctas { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.hero-phone {
  display: block;
  margin-top: 1.1rem;
  font-size: .92rem;
  color: var(--muted);
}
.hero-phone a { font-weight: 700; color: var(--ink); text-decoration: none; }
.hero-phone a:hover { color: var(--sprint); }

.hero-media {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--petrol-deep);
  box-shadow: 0 30px 60px -30px rgba(13, 47, 54, .5);
}
.hero-media .media-placeholder { position: absolute; inset: 0; }
.hero-media .degree-tag {
  position: absolute;
  left: 1rem; bottom: 1rem;
  z-index: 3;
  font-family: var(--font-display);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .1em;
  color: var(--white);
  background: rgba(13, 47, 54, .72);
  backdrop-filter: blur(6px);
  border-radius: 10px;
  padding: .5rem .8rem;
}

/* Higgsfield-/Foto-Platzhalter */
.media-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  text-align: center;
  padding: 1rem;
  background:
    linear-gradient(150deg, rgba(15, 68, 104, .92), rgba(13, 47, 54, .97)),
    repeating-linear-gradient(115deg, transparent 0 60px, rgba(255, 255, 255, .05) 60px 61px);
  color: rgba(255, 253, 249, .85);
  font-size: .82rem;
  line-height: 1.5;
}
.media-placeholder strong {
  font-family: var(--font-display);
  font-size: .78rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--sprint);
}

/* ---------- Sektionen allgemein ---------- */
section { position: relative; }
.section { padding: clamp(3.4rem, 8vw, 6rem) 0; }
.section-head { max-width: 720px; margin-bottom: clamp(1.8rem, 4vw, 3rem); }
.section-head h2 { font-size: clamp(1.9rem, 4.4vw, 3rem); font-weight: 700; }
.section-head p { margin-top: .9rem; color: var(--muted); }

/* ---------- Intro / Philosophie ---------- */
.intro { border-top: 1px solid var(--line); }
.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
}
.intro blockquote {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 3vw, 2.1rem);
  font-weight: 600;
  line-height: 1.32;
  letter-spacing: -.015em;
}
.intro blockquote em { font-style: normal; color: var(--sprint); }
.intro-note { margin-top: 1.4rem; color: var(--muted); max-width: 52ch; }
.stat-stack { display: grid; gap: 1px; background: var(--line); border-block: 1px solid var(--line); }
.stat {
  background: var(--bg);
  padding: 1.15rem 0;
  display: flex;
  align-items: baseline;
  gap: 1rem;
}
.stat b {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
  color: var(--petrol);
  min-width: 3.2ch;
}
.stat span { color: var(--muted); font-size: .95rem; }

/* ---------- Therapie-Finder (Signatur) ---------- */
.finder { background: var(--mist); border-block: 1px solid var(--line); }
.finder-chips {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin-bottom: 2rem;
}
.chip {
  font-family: var(--font-display);
  font-size: .86rem;
  font-weight: 600;
  padding: .55rem 1.15rem;
  border-radius: 999px;
  border: 1.5px solid var(--ink);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}
.chip:hover { transform: translateY(-2px); }
.chip.is-active {
  background: var(--ink);
  color: var(--bg);
}
.therapy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1rem;
}
.therapy-card {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.3rem 1.4rem;
  transition: opacity .35s ease, transform .35s ease, border-color .2s ease;
}
.therapy-card:hover { border-color: var(--sprint); }
.therapy-card.is-dim { opacity: .18; }
.therapy-card h3 { font-size: 1.05rem; margin-bottom: .4rem; }
.therapy-card p { font-size: .88rem; color: var(--muted); }
.therapy-card .t-tags {
  display: block;
  margin-top: .7rem;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--petrol);
}
.finder-foot { margin-top: 2rem; }

/* ---------- Return to Motion (Pin + Scrub) ---------- */
.rom { background: var(--petrol-deep); color: var(--white); overflow: hidden; }
.rom .eyebrow { color: #7cc4ea; }
.rom-stage {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  min-height: 72vh;
}
.rom h2 { font-size: clamp(1.9rem, 4vw, 2.9rem); }
.rom-arc-wrap { position: relative; }
.rom-arc { width: 100%; max-width: 460px; margin-inline: auto; display: block; }
.rom-arc .arc-track { stroke: rgba(255, 253, 249, .14); }
.rom-arc .arc-fill { stroke: var(--sprint); }
.rom-arc .arc-track, .rom-arc .arc-fill {
  fill: none;
  stroke-width: 10;
  stroke-linecap: round;
}
.rom-degrees {
  position: absolute;
  left: 50%; bottom: 6%;
  transform: translateX(-50%);
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 700;
  color: var(--white);
  font-variant-numeric: tabular-nums;
}
.rom-degrees small { font-size: .5em; color: #7cc4ea; }
.rom-phases { display: grid; gap: 1.1rem; margin-top: 2.2rem; }
.rom-phase {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  padding: 1rem 1.2rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 253, 249, .14);
  opacity: .38;
  transition: opacity .3s ease, border-color .3s ease, background .3s ease;
}
.rom-phase.is-on {
  opacity: 1;
  border-color: var(--sprint);
  background: rgba(232, 84, 47, .08);
}
.rom-phase .num {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--sprint);
}
.rom-phase h3 { font-size: 1.02rem; margin-bottom: .2rem; }
.rom-phase p { font-size: .88rem; color: rgba(255, 253, 249, .68); }

/* ---------- Team-Teaser / Team-Seite ---------- */
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 2rem);
}
.team-card { text-decoration: none; }
.team-card figure {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--mist);
  position: relative;
}
.team-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  filter: saturate(.92);
  transition: transform .5s ease;
}
.team-card:hover img { transform: scale(1.04); }
.team-card figcaption { padding: 1rem .2rem 0; }
.team-card h3 { font-size: 1.15rem; }
.team-card .role { color: var(--sprint); font-weight: 700; font-size: .85rem; margin-top: .15rem; }
.team-card .quals { color: var(--muted); font-size: .88rem; margin-top: .4rem; }

.team-detail {
  display: grid;
  grid-template-columns: minmax(0, 340px) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: start;
  padding: clamp(1.8rem, 4vw, 2.8rem) 0;
  border-top: 1px solid var(--line);
}
.team-detail:last-of-type { border-bottom: 1px solid var(--line); }
.team-detail figure {
  border-radius: var(--radius);
  overflow: hidden;
  max-width: 340px;
}
.team-detail img { width: 100%; height: auto; }
.team-detail h2 { font-size: clamp(1.5rem, 3vw, 2rem); }
.team-detail .role { color: var(--sprint); font-weight: 700; margin: .3rem 0 1rem; }
.qual-list { list-style: none; display: grid; gap: .55rem; margin-top: .6rem; }
.qual-list li { display: flex; gap: .6rem; align-items: baseline; color: var(--muted); }
.qual-list li::before { content: "—"; color: var(--sprint); font-weight: 700; }

/* ---------- Preise / Kassen ---------- */
.pricing-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.2rem;
}
.price-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.8rem;
  background: var(--white);
}
.price-card.accent { background: var(--petrol); color: var(--white); border-color: var(--petrol); }
.price-card h3 { font-size: 1.1rem; margin-bottom: .6rem; }
.price-card .price {
  font-family: var(--font-display);
  font-size: 2.1rem;
  font-weight: 700;
  color: var(--sprint);
}
.price-card.accent .price { color: #ffb59f; }
.price-card p { font-size: .92rem; margin-top: .6rem; color: var(--muted); }
.price-card.accent p { color: rgba(255, 253, 249, .78); }

/* ---------- Booking-Sektion ---------- */
.booking-band {
  background:
    linear-gradient(120deg, var(--petrol-deep), var(--petrol) 55%, #17608e),
    var(--petrol);
  color: var(--white);
  border-radius: clamp(16px, 3vw, 28px);
  padding: clamp(2.2rem, 6vw, 4rem);
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, .7fr);
  gap: 2rem;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.booking-band::after {
  content: "";
  position: absolute;
  right: -60px; top: -60px;
  width: 260px; height: 260px;
  border: 2px dashed rgba(232, 84, 47, .5);
  border-radius: 50%;
  pointer-events: none;
  animation: slow-spin 46s linear infinite;
}
@keyframes slow-spin {
  to { transform: rotate(360deg); }
}

/* ---------- Marquee-Band (0 JS) ---------- */
.marquee {
  overflow: hidden;
  border-block: 1px solid var(--line);
  padding: 1rem 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.marquee-inner {
  display: flex;
  width: max-content;
  animation: marquee-run 30s linear infinite;
}
.marquee-half {
  display: flex;
  align-items: center;
  gap: 2.6rem;
  padding-right: 2.6rem;
  white-space: nowrap;
}
.marquee-half span {
  font-family: var(--font-display);
  font-size: .95rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
}
.marquee-half span.hot { color: var(--sprint); }
.marquee-half .gonio { opacity: .85; }
@keyframes marquee-run {
  to { transform: translateX(-50%); }
}
.booking-band h2 { font-size: clamp(1.7rem, 3.6vw, 2.6rem); }
.booking-band p { margin-top: .8rem; color: rgba(255, 253, 249, .78); max-width: 48ch; }
.booking-band .booking-actions {
  display: flex;
  flex-direction: column;
  gap: .8rem;
  align-items: stretch;
}
.booking-band .booking-actions .alt {
  text-align: center;
  font-size: .88rem;
  color: rgba(255, 253, 249, .7);
}
.booking-band .booking-actions .alt a { color: var(--white); font-weight: 700; text-decoration: none; }

/* ---------- Kontakt-Strip / Kontakt-Seite ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.2rem;
}
.contact-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.5rem;
  background: var(--white);
}
.contact-card h3 {
  font-size: .8rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--petrol);
  margin-bottom: .7rem;
}
.contact-card p, .contact-card li { font-size: .95rem; color: var(--ink); }
.contact-card ul { list-style: none; display: grid; gap: .4rem; }
.contact-card a { color: var(--ink); font-weight: 600; }
.contact-card a:hover { color: var(--sprint); }
.contact-card .small { color: var(--muted); font-size: .85rem; }

.map-frame {
  margin-top: 1.5rem;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  aspect-ratio: 21 / 9;
  min-height: 280px;
}
.map-frame iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ---------- Page-Hero (Unterseiten) ---------- */
.page-hero {
  background:
    repeating-linear-gradient(115deg, transparent 0 200px, rgba(255, 253, 249, .04) 200px 202px),
    linear-gradient(140deg, var(--petrol-deep), var(--petrol));
  color: var(--white);
  padding: calc(var(--header-h) + clamp(2.5rem, 7vw, 4.5rem)) 0 clamp(2.5rem, 6vw, 4rem);
}
.page-hero .eyebrow { color: #7cc4ea; }
.page-hero h1 {
  font-size: clamp(2.2rem, 6vw, 4rem);
  font-weight: 700;
  text-transform: uppercase;
}
.page-hero h1 .accent { color: var(--sprint); }
.page-hero p { margin-top: 1rem; max-width: 56ch; color: rgba(255, 253, 249, .78); }

/* Header auf dunklen Page-Heroes: erst nach Scroll solid — Links bleiben lesbar */
body.has-dark-hero .site-header:not(.is-solid) .main-nav a:not(.btn),
body.has-dark-hero .site-header:not(.is-solid) .brand,
body.has-dark-hero .site-header:not(.is-solid) .nav-toggle { color: var(--white); }
body.has-dark-hero .site-header:not(.is-solid) .brand small { color: rgba(255, 253, 249, .7); }
body.has-dark-hero .site-header:not(.is-solid) .nav-toggle { border-color: rgba(255, 253, 249, .35); }

/* ---------- Angebot-Seite: Gruppen ---------- */
.offer-group { padding: clamp(2.2rem, 5vw, 3.5rem) 0; border-top: 1px solid var(--line); }
.offer-group:first-of-type { border-top: 0; }
.offer-head {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: 1.6rem;
}
.offer-head .idx {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: .9rem;
  color: var(--sprint);
}
.offer-head h2 { font-size: clamp(1.5rem, 3.2vw, 2.2rem); }

/* ---------- Termin-buchen (ruhige Seite) ---------- */
.booking-page-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(1.8rem, 5vw, 3rem);
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}
.booking-page-card h2 { font-size: 1.4rem; margin-bottom: .6rem; }
.booking-page-card p { color: var(--muted); font-size: .95rem; }
.booking-page-card .btn { margin-top: 1.4rem; width: 100%; max-width: 340px; }
.booking-page-card .divider {
  margin: 1.8rem auto;
  width: 60px; height: 1px;
  background: var(--line);
}
.booking-steps {
  list-style: none;
  counter-reset: step;
  display: grid;
  gap: .9rem;
  text-align: left;
  max-width: 420px;
  margin: 1.4rem auto 0;
}
.booking-steps li {
  counter-increment: step;
  display: flex;
  gap: .9rem;
  align-items: baseline;
  color: var(--muted);
  font-size: .95rem;
}
.booking-steps li::before {
  content: counter(step, decimal-leading-zero);
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--sprint);
  font-size: .85rem;
}

/* ---------- CTA-Zeile klein ---------- */
.mini-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  border-top: 1px solid var(--line);
  padding-top: 2rem;
  margin-top: 2rem;
}
.mini-cta p { font-family: var(--font-display); font-weight: 600; font-size: 1.15rem; }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--ink);
  color: #b8bcc2;
  padding: 3.2rem 0 2rem;
  margin-top: clamp(3rem, 7vw, 5rem);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2.4rem;
}
.site-footer .brand { color: var(--white); }
.site-footer h4 {
  font-size: .74rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #7d838b;
  margin-bottom: .9rem;
}
.site-footer ul { list-style: none; display: grid; gap: .5rem; }
.site-footer a { color: #d5d8dc; text-decoration: none; font-size: .93rem; }
.site-footer a:hover { color: var(--sprint); }
.footer-note {
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding-top: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  font-size: .8rem;
  color: #7d838b;
}

/* ---------- Profisport-Referenzen ---------- */
.club-band { border-top: 1px solid var(--line); }
.club-grid {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
}
.club-chip {
  font-family: var(--font-display);
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .06em;
  padding: .6rem 1.15rem;
  border: 1.5px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  white-space: nowrap;
}
.club-chip small { color: var(--muted); font-weight: 500; }
.club-note { margin-top: 1.2rem; font-size: .85rem; color: var(--muted); max-width: 62ch; }

/* ---------- Foto-Bänder & Galerien ---------- */
.photo-band {
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: clamp(1.8rem, 4vw, 3rem);
}
.photo-band img { width: 100%; height: auto; }
.photo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
}
.photo-grid figure {
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--mist);
  margin: 0;
}
.photo-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.photo-grid figcaption {
  font-size: .84rem;
  color: var(--muted);
  padding: .7rem .9rem 1rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 0;
  border-radius: 0 0 var(--radius) var(--radius);
}
.offer-media {
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 1.6rem;
}
.offer-media img {
  width: 100%;
  aspect-ratio: 21 / 8;
  object-fit: cover;
}

/* ---------- Team: Sprachen + CV ---------- */
.lang-line {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--petrol);
  background: rgba(15, 68, 104, .07);
  border: 1px solid rgba(15, 68, 104, .16);
  border-radius: 999px;
  padding: .35rem .9rem;
  margin: .2rem 0 1rem;
}
.cv-link {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  margin-top: 1.1rem;
  font-size: .88rem;
  font-weight: 700;
  color: var(--petrol);
  text-decoration: none;
  border-bottom: 2px solid var(--sprint);
  padding-bottom: .15rem;
}
.cv-link:hover { color: var(--sprint); }
.team-detail h3.sub-h {
  font-size: .78rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 1.3rem;
}

/* ---------- Reveals: Startzustände setzt NUR JS (kein CSS-Versteck) ---------- */
.js-reveal { will-change: transform, opacity; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-media { max-width: 460px; aspect-ratio: 16 / 10; }
  .intro-grid, .rom-stage, .booking-band { grid-template-columns: 1fr; }
  .team-detail { grid-template-columns: 1fr; }
  .team-detail figure { max-width: 300px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .main-nav {
    position: fixed;
    top: var(--header-h);
    left: 0; right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--bg);
    border-bottom: 1px solid var(--line);
    padding: .6rem 1.2rem 1.2rem;
    display: none;
  }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: .8rem 0; }
  .main-nav .btn { margin-top: .6rem; justify-content: center; }
  .nav-toggle { display: block; }
  /* Mobile-Menü braucht soliden Header-Hintergrund */
  body.has-dark-hero .site-header:has(.main-nav.is-open) { background: var(--bg); }
  body.has-dark-hero .site-header:has(.main-nav.is-open) .brand,
  body.has-dark-hero .site-header:has(.main-nav.is-open) .nav-toggle { color: var(--ink); }
  .team-grid { grid-template-columns: 1fr; max-width: 380px; }
  .footer-grid { grid-template-columns: 1fr; }
  .rom-stage { min-height: 0; }
}
@media (max-width: 420px) {
  .hero h1 { font-size: 2.35rem; }
  .btn { width: 100%; }
  .hero-ctas { flex-direction: column; }
}
