/* Seiten- & Partial-Komponenten (nach main.css geladen) — Designsystem "Eis unter Flutlicht" */

/* Öffnungszeiten-Tabelle */
.hours-wrap { overflow-x: auto; }
.hours { width: 100%; border-collapse: collapse; background: var(--surface); border: var(--line-w) solid var(--frost);
  border-radius: var(--r-md); overflow: hidden; }
.hours th, .hours td { padding: .9rem 1.2rem; text-align: left; }
.hours thead th { background: var(--nacht); color: #fff; font-weight: 740; font-stretch: 108%; text-transform: uppercase; font-size: .85rem; letter-spacing: .06em; border-bottom: 3px solid var(--blau); }
.hours tbody tr { border-top: var(--line-w) solid var(--frost-2); }
.hours tbody tr:hover { background: var(--frost-2); }
.hours tbody td:first-child { font-weight: 700; color: var(--nacht); white-space: nowrap; }

/* Kursstarts (Eislauf-Kurse) — das Datum ist hier das Produkt, also trägt es
   die Karte. Uhrzeiten als Tabellenziffern, damit die Spalte optisch fluchtet. */
.course-card { display: flex; flex-direction: column; }
.course-card__date { margin: .5rem 0 .9rem; font-size: clamp(1.3rem, 2.1vw, 1.6rem);
  font-stretch: 108%; letter-spacing: -.01em; font-variant-numeric: tabular-nums; }
.course-slots { list-style: none; margin: 0; padding: 0; display: grid; gap: .4rem; }
.course-slot { display: flex; align-items: baseline; justify-content: space-between; gap: .75rem;
  padding: .55rem .75rem; background: var(--frost-2); border-radius: var(--r-sm);
  border-left: 3px solid var(--blau); }
.course-slot__no { font-weight: 750; font-size: .88rem; color: var(--nacht); white-space: nowrap; }
.course-slot__time { font-variant-numeric: tabular-nums; font-size: .92rem; color: var(--stahl); white-space: nowrap; }
.course-card__foot { margin-top: auto; padding-top: .9rem; }
/* Spaltenzahl kommt von .grid-3 (main.css) – hier bewusst KEINE eigenen
   Breakpoints, die sich sonst mit dem System beißen. */

/* Prose (Impressum / Datenschutz / Textseiten) */
.prose { max-width: 760px; }
.prose h2 { margin: 2rem 0 .6rem; }
.prose h3 { margin: 1.4rem 0 .4rem; }
.prose p, .prose li { color: var(--stahl); }
.prose ul { list-style: disc; padding-left: 1.4rem; margin: .6rem 0; display: grid; gap: .35rem; }
.prose a { text-decoration: underline; text-underline-offset: 2px; }
.prose strong { color: var(--nacht); }

/* Ablauf-Schritte (Kurse / Geburtstage) */
.steps { counter-reset: step; display: grid; gap: 1rem; }
.step { position: relative; padding-left: 3.4rem; }
.step::before { counter-increment: step; content: counter(step); position: absolute; left: 0; top: 0;
  width: 2.35rem; height: 2.35rem; border-radius: 50%; background: var(--surface); color: var(--blau);
  border: 2px solid var(--blau); display: grid; place-items: center; font-weight: 800; font-variant-numeric: tabular-nums; }
.step h3 { margin-bottom: .15rem; font-size: 1.1rem; }

/* Embed / Karte / 360° (consent-first) */
.embed { position: relative; aspect-ratio: 16/9; border-radius: var(--r-md); overflow: hidden;
  border: var(--line-w) solid var(--frost); background: var(--frost-2);
  display: grid; place-items: center; color: var(--nacht); text-align: center; padding: 1.5rem; }
.embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.embed--consent .embed__ph { display: grid; gap: .5rem; place-items: center; max-width: 46ch; }
.embed__icon { color: var(--blau); }
.embed__icon .icon { width: 2.2rem; height: 2.2rem; }
.embed__label { font-weight: 740; color: var(--nacht); }
.embed__hint { font-size: .8rem; font-weight: 500; color: var(--stahl); }
.embed__hint a { text-decoration: underline; }
.embed__load { margin: .3rem 0; }
.embed.is-loaded { background: none; }

/* Hallenplan-Legende */
.legend { display: grid; gap: .55rem; }
.legend li { display: flex; align-items: center; gap: .7rem; color: var(--stahl); font-weight: 600; }
.legend .dot { width: 14px; height: 14px; border-radius: var(--r-xs); flex: none; }

/* Kontakt-Detailliste */
.contact-list { display: grid; gap: .9rem; }
.contact-list .infobox { margin: 0; }

/* 360°-Rundgang: Startpunkt-Auswahl */
.tour360__bar { display: flex; flex-wrap: wrap; align-items: center; gap: .75rem; margin-bottom: 1rem; }
.tour360__bar label { font-weight: 700; color: var(--nacht); }
.tour360__bar select {
  padding: .65rem .9rem; border: var(--line-w) solid var(--frost); border-radius: var(--r-xs);
  background: var(--surface); font-size: 1rem; font-weight: 600; color: var(--nacht); min-width: 240px;
}
.tour360__bar select:focus { border-color: var(--blau); box-shadow: 0 0 0 3px var(--blau-hell); outline: none; }

/* ====================================================================== */
/* Status-Widget: Anzeigetafel                                            */
/* ====================================================================== */
.statusbar { display: flex; flex-wrap: wrap; gap: 1rem; align-items: stretch; }
.statusbar .status { flex: 3 1 360px; margin: 0; }
.statusbar .weather { flex: 1 1 240px; }

.status { display: flex; flex-wrap: wrap; align-items: center; gap: .9rem 1.2rem;
  padding: 1rem 1.3rem; border-radius: var(--r-md); border: var(--line-w) solid var(--frost);
  background: var(--surface); border-left: 3px solid var(--blau); }
.status__badge { display: inline-flex; align-items: center; gap: .5rem; padding: .35rem .75rem;
  border-radius: var(--r-xs); font-weight: 800; font-size: .78rem; letter-spacing: .06em; text-transform: uppercase;
  flex: none; background: var(--blau-hell); color: var(--blau-tief); font-variant-numeric: tabular-nums; }
.status__badge::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: currentColor; }
.status__body { flex: 1; min-width: 220px; }
.status__body strong { color: var(--nacht); display: block; }
.status__body p { font-size: .9rem; margin-top: .1rem; }
.status__note { font-size: .75rem; color: var(--stahl); margin-top: .25rem; }
.status__link { flex: none; align-self: center; font-weight: 700; color: var(--blau); white-space: nowrap; }
.status__link:hover { color: var(--blau-tief); }
.status--open   { border-left-color: var(--gruen); }
.status--open   .status__badge { background: var(--gruen-hell); color: var(--gruen); }
.status--open   .status__badge::before { animation: pulse 1.6s ease-in-out infinite; }
.status--soon   .status__badge { background: #fdf3d7; color: #8a6d1a; }
.status--closed .status__badge,
.status--holiday .status__badge { background: #fbe7ea; color: var(--rot-tief); }
.status--summer { border-left-color: var(--rot); }
.status--summer .status__badge { background: #fbe7ea; color: var(--rot-tief); }
@media (prefers-reduced-motion: reduce){ .status--open .status__badge::before { animation: none; } }

/* ====================================================================== */
/* Wetter-Widget (Solingen, serverseitig)                                 */
/* ====================================================================== */
.weather { position: relative; display: flex; align-items: center; gap: .85rem; flex-wrap: wrap;
  background: var(--surface); border: var(--line-w) solid var(--frost);
  border-radius: var(--r-md); padding: 1rem 1.2rem 1.4rem; }
.weather__icon { color: var(--blau); }
.weather__icon .icon { width: 2rem; height: 2rem; }
.weather__main { display: flex; flex-direction: column; gap: .05rem; flex: 1; min-width: 140px; }
.weather__temp { font-weight: 820; font-stretch: 110%; font-size: 1.45rem; color: var(--nacht); line-height: 1.1; }
.weather__desc { font-weight: 600; color: var(--stahl); font-size: .88rem; }
.weather__indoor { font-size: .76rem; color: var(--stahl); }
.weather__wind { display: inline-flex; align-items: center; gap: .35rem; font-size: .8rem; font-weight: 700; color: var(--stahl); }
.weather__wind .icon { width: 1rem; height: 1rem; color: var(--blau); }
.weather__src { position: absolute; right: .8rem; bottom: .4rem; font-size: .62rem; color: var(--stahl); }
.weather__src a { color: var(--stahl); text-decoration: underline; }
.weather--fallback { background: var(--frost-2); }

/* ====================================================================== */
/* Wochen-Kalender (Öffnungszeiten je Kalenderwoche)                      */
/* ====================================================================== */
.weekplan { background: var(--surface); border: var(--line-w) solid var(--frost); border-radius: var(--r-md);
  overflow: hidden; scroll-margin-top: 90px; }
.weekplan__bar { display: flex; align-items: center; gap: .5rem; justify-content: space-between;
  padding: .85rem 1rem; background: var(--nacht); color: #fff; border-bottom: 3px solid var(--blau); }
.weekplan__title { flex: 1; text-align: center; display: flex; flex-direction: column; gap: .1rem; line-height: 1.2; }
.weekplan__title strong { font-stretch: 112%; font-weight: 800; font-size: 1.1rem; text-transform: uppercase; letter-spacing: .04em; font-variant-numeric: tabular-nums; }
.weekplan__title span { font-size: .87rem; opacity: .8; font-variant-numeric: tabular-nums; }
.weekplan__live { align-self: center; margin-top: .3rem; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
  padding: .18rem .6rem; border-radius: var(--r-xs); background: rgba(255,255,255,.16); }
.weekplan__live--open { background: var(--gruen); color: #fff; }
.weekplan__live--soon { background: #ffd166; color: #503d00; }
.weekplan__nav { flex: none; width: 2.4rem; height: 2.4rem; border-radius: var(--r-sm); display: grid; place-items: center;
  color: #fff; background: rgba(255,255,255,.1); text-decoration: none; transition: background var(--t-fast); }
.weekplan__nav .icon { width: 1.15rem; height: 1.15rem; }
.weekplan__nav:hover, .weekplan__nav:focus-visible { background: var(--blau); outline: none; }
.weekplan__back { margin: 0; padding: .6rem 1.1rem 0; }
.weekplan__back a { display: inline-flex; align-items: center; gap: .4rem; font-weight: 700; color: var(--blau); }
.weekplan__back a:hover { color: var(--blau-tief); }
.weekplan__back .icon { width: .95rem; height: .95rem; }
.weekplan__note { display: flex; align-items: center; gap: .5rem; margin: 0; padding: .75rem 1.1rem; background: var(--blau-hell); color: var(--blau-tief);
  font-weight: 600; font-size: .92rem; border-bottom: var(--line-w) solid var(--frost); }
.weekplan__note .icon { width: 1rem; height: 1rem; flex: none; }
.weekplan__summer { display: flex; gap: .9rem; align-items: center; padding: 1rem 1.1rem; background: var(--frost-2); border-bottom: var(--line-w) solid var(--frost); }
.weekplan__summer-ic { color: var(--rot); flex: none; }
.weekplan__summer-ic .icon { width: 1.7rem; height: 1.7rem; }
.weekplan__summer strong { color: var(--nacht); }
.weekplan__summer p { font-size: .88rem; color: var(--stahl); margin-top: .1rem; }
.weekplan__days { list-style: none; margin: 0; padding: 0; }
.weekplan__day { display: flex; gap: 1rem; align-items: flex-start; padding: .8rem 1.1rem; border-top: var(--line-w) solid var(--frost-2); }
.weekplan__day:first-child { border-top: 0; }
.weekplan__day.is-today { background: var(--blau-hell); box-shadow: inset 3px 0 0 var(--blau); }
.weekplan__day.is-past { opacity: .6; }
.weekplan__dayhead { flex: 0 0 8.5rem; display: flex; flex-direction: column; }
.weekplan__dayname { font-weight: 740; font-stretch: 106%; color: var(--nacht); }
.weekplan__daydate { font-size: .82rem; color: var(--stahl); font-variant-numeric: tabular-nums; }
.weekplan__times { display: flex; flex-wrap: wrap; gap: .45rem; align-items: center; flex: 1; }
.weekplan__slot { display: inline-flex; flex-direction: column; gap: .02rem; background: var(--surface);
  border: var(--line-w) solid var(--frost); border-left: 3px solid var(--blau);
  color: var(--nacht); border-radius: var(--r-xs); padding: .35rem .65rem; font-weight: 700; font-size: .9rem; }
.weekplan__time { font-variant-numeric: tabular-nums; }
.weekplan__slot-label { font-size: .68rem; font-weight: 700; color: var(--blau); text-transform: uppercase; letter-spacing: .05em; }
.weekplan__badge--holiday { display: inline-flex; align-items: center; gap: .35rem; background: #fbe7ea; color: var(--rot-tief);
  border-radius: var(--r-xs); padding: .25rem .6rem; font-weight: 700; font-size: .78rem; }
.weekplan__badge--holiday .icon { width: .9rem; height: .9rem; }
.weekplan__closed { color: var(--stahl); font-size: .9rem; }
.weekplan__hint { display: flex; gap: .5rem; align-items: flex-start; margin: 0; padding: .75rem 1.1rem; background: var(--frost-2); font-size: .79rem;
  color: var(--stahl); border-top: var(--line-w) solid var(--frost); }
.weekplan__hint .icon { width: .95rem; height: .95rem; flex: none; margin-top: .15rem; }
@media (max-width:560px){
  .weekplan__day { flex-direction: column; gap: .4rem; }
  .weekplan__dayhead { flex: none; flex-direction: row; gap: .5rem; align-items: baseline; }
}

/* ====================================================================== */
/* Social-Wall                                                            */
/* ====================================================================== */
.social-wall__grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(260px,1fr)); gap: 1.1rem; }
.social-post { display: flex; flex-direction: column; gap: .6rem; background: var(--surface); border: var(--line-w) solid var(--frost);
  border-radius: var(--r-md); padding: 1.2rem; text-decoration: none; color: inherit; transition: border-color var(--t); }
.social-post:hover { border-color: var(--blau); }
.social-post__top { display: flex; align-items: center; gap: .6rem; }
.social-post__avatar { width: 2.3rem; height: 2.3rem; border-radius: var(--r-sm); display: grid; place-items: center;
  color: #fff; background: var(--nacht); flex: none; }
.social-post__avatar .icon { width: 1.1rem; height: 1.1rem; }
.social-post__meta { display: flex; flex-direction: column; line-height: 1.15; flex: 1; }
.social-post__meta strong { color: var(--nacht); }
.social-post__meta span { font-size: .78rem; color: var(--stahl); }
.social-post__ext { color: var(--frost); transition: color var(--t-fast); }
.social-post:hover .social-post__ext { color: var(--blau); }
.social-post__ext .icon { width: 1rem; height: 1rem; }
.social-post__text { color: var(--stahl); font-weight: 500; flex: 1; margin: 0; }
.social-post__tags { font-size: .8rem; font-weight: 700; color: var(--blau); }
.social-wall__follow { display: flex; flex-wrap: wrap; align-items: center; gap: .6rem; justify-content: center; margin-top: 1.4rem; }
.social-wall__follow-label { font-weight: 700; color: var(--nacht); }

/* ====================================================================== */
/* Schematischer Hallenplan (Übersichtsplan)                              */
/* ====================================================================== */
.hallplan { background: var(--surface); border: var(--line-w) solid var(--frost); border-radius: var(--r-md);
  padding: 1rem 1rem .6rem; }
.hallplan svg { display: block; width: 100%; height: auto; }
.hallplan__cap { text-align: center; font-size: .78rem; color: var(--stahl); margin: .4rem 0 0; }

/* ====================================================================== */
/* Termine: Wochenprogramm + Saison-Timeline                              */
/* ====================================================================== */
.event-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); gap: 1.1rem; }
.event-card { display: flex; gap: 1rem; align-items: flex-start; background: var(--surface); border: var(--line-w) solid var(--frost);
  border-radius: var(--r-md); padding: 1.2rem; transition: border-color var(--t); }
.event-card:hover { border-color: var(--blau); }
.event-card__icon { flex: none; width: 2.8rem; height: 2.8rem; display: grid; place-items: center;
  background: var(--blau-hell); color: var(--blau); border-radius: var(--r-sm); }
.event-card__icon .icon { width: 1.3rem; height: 1.3rem; }
.event-card__body { flex: 1; min-width: 0; }
.event-card__body h3 { margin: .35rem 0 .15rem; }
.event-card__body p { margin: 0; color: var(--stahl); }
.event-card__time { font-weight: 700 !important; color: var(--nacht) !important; font-size: .92rem; font-variant-numeric: tabular-nums; }
.event-card__link { display: inline-flex; align-items: center; gap: .3rem; margin-top: .6rem; font-weight: 700; color: var(--blau); }
.event-card__link:hover { color: var(--blau-tief); }
.event-card__link .icon { width: .9rem; height: .9rem; }

.timeline { list-style: none; margin: 1.5rem auto 0; padding: 0; max-width: 760px; position: relative; }
.timeline::before { content: ""; position: absolute; left: 1.25rem; top: .6rem; bottom: .6rem; width: 2px; background: var(--frost); }
.timeline__item { position: relative; display: flex; gap: 1rem; align-items: flex-start; padding: .4rem 0; }
.timeline__icon { position: relative; z-index: 1; flex: none; width: 2.5rem; height: 2.5rem; display: grid;
  place-items: center; background: var(--surface); border: 2px solid var(--blau); color: var(--blau); border-radius: 50%; }
.timeline__icon .icon { width: 1.05rem; height: 1.05rem; }
.timeline__content { flex: 1; min-width: 0; background: var(--surface); border: var(--line-w) solid var(--frost); border-radius: var(--r-sm);
  padding: .85rem 1.1rem; }
.timeline__period { display: inline-block; font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--blau); }
.timeline__content h3 { margin: .1rem 0 .2rem; font-size: 1.08rem; }
.timeline__content p { margin: 0; color: var(--stahl); }

/* ====================================================================== */
/* Saison-Erinnerung (Newsletter)                                         */
/* ====================================================================== */
.reminder { background: var(--nacht); color: #fff; border-top: 3px solid var(--rot);
  border-radius: var(--r-md); padding: 1.75rem; display: grid; gap: 1.2rem; }
.reminder__intro .eyebrow { color: rgba(255,255,255,.7); }
.reminder__intro h2 { color: #fff; margin: .2rem 0 0; }
.reminder__intro p { color: rgba(255,255,255,.78); margin-top: .35rem; }
.reminder__form { margin: 0; background: transparent; border: none; padding: 0; }
.reminder__form label { color: #fff; }
.reminder__form input { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.25); color: #fff; }
.reminder__form input:focus { border-color: #fff; box-shadow: none; }
.reminder__form input::placeholder { color: rgba(255,255,255,.5); }
.reminder__row { display: flex; gap: .7rem; align-items: flex-end; flex-wrap: wrap; }
.reminder__row .field { flex: 1; min-width: 220px; margin: 0; }
.reminder__form .hint { color: rgba(255,255,255,.6); margin-top: .8rem; }
.reminder__form .hint a { color: #fff; text-decoration: underline; }
.reminder__form .btn { background: #fff; color: var(--nacht); border-color: #fff; }
.reminder__form .btn:hover { background: var(--frost-2); border-color: var(--frost-2); }
@media (min-width:760px) { .reminder { grid-template-columns: 1fr 1fr; align-items: center; } }

/* ====================================================================== */
/* Stoßzeiten-Tipp (Öffnungszeiten)                                       */
/* ====================================================================== */
.offpeak { display: flex; gap: .9rem; align-items: flex-start; background: var(--surface); border: var(--line-w) solid var(--frost);
  border-left: 3px solid var(--blau); border-radius: var(--r-sm); padding: 1rem 1.2rem; }
.offpeak__icon { color: var(--blau); flex: none; margin-top: .1rem; }
.offpeak__icon .icon { width: 1.4rem; height: 1.4rem; }
.offpeak strong { color: var(--nacht); display: block; margin-bottom: .15rem; }
.offpeak p { margin: 0; color: var(--stahl); font-size: .9rem; }

/* ====================================================================== */
/* Checkbox-Gruppe (Formulare, z. B. Geburtstags-Extras)                  */
/* ====================================================================== */
.check-group { min-width: 0; border: var(--line-w) solid var(--frost); border-radius: var(--r-sm); padding: .7rem 1rem 1rem; display: grid; gap: .55rem; }
.check-group legend { font-weight: 700; color: var(--nacht); padding: 0 .4rem; font-size: .9rem; }
.check { display: flex; align-items: center; gap: .55rem; font-weight: 500; color: var(--stahl); cursor: pointer; }
.check input { width: 1.1rem; height: 1.1rem; min-height: 0; padding: 0; border: 0; border-radius: 0;
  background: none; accent-color: var(--blau); flex: none; }

/* ====================================================================== */
/* DSGVO-Consent-Banner                                                   */
/* ====================================================================== */
.consent { position: fixed; left: 0; right: 0; bottom: 0; z-index: 300;
  background: var(--surface); border-top: 3px solid var(--blau);
  box-shadow: 0 -8px 30px rgba(14,34,51,.14);
  animation: consentUp .35s var(--ease) both; }
.consent[hidden] { display: none; }
.consent__inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 1rem 2rem; padding-block: 1rem; }
.consent__text { flex: 1; min-width: 280px; }
.consent__text strong { color: var(--nacht); }
.consent__text p { font-size: .86rem; margin-top: .25rem; }
.consent__text a { text-decoration: underline; }
.consent__actions { display: flex; flex-wrap: wrap; gap: .6rem; }
.consent__actions .btn { padding: .65rem 1.1rem; font-size: .9rem; }
@keyframes consentUp { from{ transform: translateY(100%); opacity: 0 } to{ transform: translateY(0); opacity: 1 } }
@media (prefers-reduced-motion: reduce){ .consent { animation: none; } }
/* Mobil: kompakt statt halber Bildschirm */
@media (max-width: 600px){
  .consent__inner { padding-block: .8rem; gap: .7rem; }
  .consent__text { min-width: 0; }
  .consent__text strong { font-size: .9rem; }
  .consent__text p { font-size: .76rem; line-height: 1.45; margin-top: .15rem; }
  .consent__actions { width: 100%; display: grid; grid-template-columns: 1fr 1.4fr; gap: .5rem; }
  .consent__actions .btn { padding: .65rem .5rem; font-size: .8rem; white-space: normal; line-height: 1.2; }
}

/* Aktuelles auf der Startseite — wird in der Verwaltung gepflegt.
   Bewusst ruhig gehalten: die Meldung steht direkt unter der Faktenleiste und
   soll den Hero nicht überstrahlen. */
.section--news { padding-top: clamp(2rem, 4vw, 3rem); padding-bottom: 0; }
.news-lead { margin-bottom: 1.1rem; }
.news-lead h2 { margin-top: .25rem; }
.news-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: clamp(.9rem, 2vw, 1.4rem); }
.news-grid > * { min-width: 0; }
.news-card { background: var(--surface); border: var(--line-w) solid var(--frost);
  border-left: 3px solid var(--blau); border-radius: var(--r-md); padding: clamp(1.1rem, 2.2vw, 1.5rem);
  display: flex; flex-direction: column; gap: .45rem; }
.news-card h3 { font-size: clamp(1.05rem, 1.7vw, 1.22rem); line-height: 1.3; }
.news-card p { color: var(--stahl); margin: 0; }
.news-card > .badge { align-self: flex-start; }  /* sonst streckt Flex den Badge auf volle Breite */
.news-card__link { margin-top: auto; align-self: flex-start; padding-top: .5rem; font-weight: 700; color: var(--blau); }
.news-card__link:hover { color: var(--nacht); }

/* Laufschule-Block (Eislauf-Kurse) — Verweis auf den EC Bergisch Land.
   Der Dino stammt aus dem Laufschul-Flyer des Vereins: Cartoon-Clipart, die
   mit dem flachen Eisfeld-Design erst mal nichts zu tun hat. Statt sie zu
   glätten, bekommt sie eine Bühne aus dem eigenen Formenvokabular —
   Anspielkreis + rote Mittellinie, also das Hallenlogo groß gezogen, dazu ein
   Flutlicht-Schimmer. Dadurch liest sich das Bild als gesetztes Maskottchen
   und nicht als hineinkopierte Fremdgrafik.
   --raptors ist die Vereinsfarbe; sie erklärt das Gelb im Dino und bleibt
   bewusst auf diesen einen Block begrenzt. Hausakzent der Halle bleibt Rot
   (die Kante oben am Banner). */
.banner--laufschule { --raptors: #e6e21a; }
.banner__inner--split { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: clamp(1.5rem, 4vw, 3.25rem); }
.banner__body { min-width: 0; }
.banner__kicker { display: flex; flex-wrap: wrap; align-items: center; gap: .8rem; margin-bottom: .85rem; }
.banner--laufschule .eyebrow::before { background: var(--raptors); }
.badge--raptors { background: var(--raptors); color: #14130a; }
.banner--laufschule h2 { font-size: clamp(1.75rem, 3.4vw, 2.6rem); line-height: 1.08; }
.banner--laufschule .lead { margin-top: .45rem; color: #fff; font-weight: 650; max-width: 46ch; }
.banner--laufschule p { max-width: 56ch; }
.banner--laufschule .banner__body > p + p { margin-top: .75rem; }
.banner__callout { margin-top: 1.1rem; padding-left: .95rem; border-left: 3px solid var(--raptors);
  font-weight: 650; color: #fff !important; }
.banner__cta { margin-top: 1.4rem; }
.banner__note { margin-top: .95rem; font-size: .8rem; color: rgba(255,255,255,.55) !important; }

/* Bühne fürs Maskottchen. Alle Maße hängen am Kreisdurchmesser --d, damit
   Kreis, Mittellinie und Dino beim Skalieren zueinander stehen bleiben. */
.rink-stage { --d: clamp(210px, 24vw, 320px); position: relative; margin: 0;
  width: var(--d); height: calc(var(--d) * 1.26);
  background:
    radial-gradient(19% 3% at 48% 74%, rgba(111,211,255,.4), transparent 70%),  /* Kufenglanz unter den Füßen */
    radial-gradient(56% 44% at 50% 56%, rgba(111,211,255,.13), transparent 70%); }
.rink-stage::before {           /* Anspielkreis */
  content: ""; position: absolute; left: 50%; bottom: 0; translate: -50% 0;
  width: var(--d); height: var(--d); border-radius: 50%;
  border: 3px solid rgba(255,255,255,.3);
  background: radial-gradient(circle at 50% 50%, rgba(255,255,255,.06), rgba(255,255,255,.02) 62%, transparent 74%); }
.rink-stage::after {            /* rote Mittellinie auf Höhe des Kreisdurchmessers */
  content: ""; position: absolute; left: 0; right: 0; bottom: calc(var(--d) / 2 - 1.5px);
  height: 3px; background: rgba(214,19,54,.8); }
/* Der Dino ist im Bild nach rechts versetzt (Schwanz links), deshalb sitzt er
   nicht auf 50 %, sondern auf 47 % — dann steht der Körper über der Kreismitte. */
.rink-stage__mascot { position: absolute; left: 47%; bottom: calc(var(--d) * .27); translate: -50% 0;
  width: calc(var(--d) * .8); height: auto; z-index: 1;
  filter: drop-shadow(0 12px 16px rgba(6,16,26,.55)); }

@media (max-width: 900px){
  /* Einspaltig. Nur die Bühne wird zentriert — kein justify-items auf dem
     Grid: das würde den Textblock auf fit-content schrumpfen und ihn auf
     schmalen Displays über beide Kanten schieben. */
  .banner__inner--split { grid-template-columns: minmax(0, 1fr); }
  .banner__inner--split .rink-stage { justify-self: center; }
  .rink-stage { --d: clamp(170px, 44vw, 240px); }
  /* .btn ist global white-space:nowrap; dieser Button trägt einen langen Text
     und würde unter ~380 px sonst aus der Karte laufen. */
  .banner__cta { max-width: 100%; white-space: normal; text-align: center; }
}
