/*
 * SPDX-FileCopyrightText: 2026 SV Haslach i.K. 1911 e.V.
 * SPDX-License-Identifier: LicenseRef-SVH-Proprietary
Theme Name: SV Haslach App Theme
Theme URI: https://svhaslach.de
Author: SV Haslach i.K. 1911 e.V.
Description: WordPress-Theme für die neue SVH-Webseite mit App-API, News, Terminen, Abteilungen, Sponsoren, Ballspenden und SVH MAG.
Version: 2.3.64.60
Requires at least: 6.4
Requires PHP: 8.3
License: Proprietary
Text Domain: svh
*/

#svh-travel-news { scroll-margin-top: 120px; }
#svh-travel-news .svh-pagination { display:flex; flex-wrap:wrap; gap:10px; margin-top:28px; }
#svh-travel-news .page-numbers { display:inline-flex; align-items:center; justify-content:center; min-width:44px; min-height:44px; padding:8px 14px; border-radius:16px; background:#fff; color:#151515; }
#svh-travel-news .page-numbers.current { background:#151515; color:#fff; }

:root {
  --svh-black: #050505;
  --svh-ink: #151515;
  --svh-muted: #707070;
  --svh-soft: #f4f4f5;
  --svh-glass: rgba(255,255,255,.76);
  --svh-border: rgba(255,255,255,.82);
  --svh-silver: #dfe1e5;
  --svh-red: #e51c23;
  --svh-radius-xl: 34px;
  --svh-radius-lg: 24px;
  --svh-shadow: 0 22px 60px rgba(0,0,0,.12);
}

/* Alte Herren: verified achievements overview from the club record since 2022. */
.svh-ah-achievements {
  margin: clamp(48px, 8vw, 92px) 0;
}

.svh-ah-achievements__hero {
  background:
    radial-gradient(circle at 88% 24%, rgba(213,155,22,.24), transparent 24%),
    linear-gradient(135deg, #080809 0%, #171719 100%);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: var(--svh-radius-xl);
  box-shadow: var(--svh-shadow);
  color: #fff;
  display: grid;
  gap: clamp(24px, 4vw, 50px);
  grid-template-columns: minmax(0, 1fr) auto;
  overflow: hidden;
  padding: clamp(30px, 6vw, 68px);
  position: relative;
}

.svh-ah-achievements__hero::after {
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
  content: "";
  height: 360px;
  pointer-events: none;
  position: absolute;
  right: -160px;
  top: -190px;
  width: 360px;
}

.svh-ah-achievements__copy {
  max-width: 690px;
  position: relative;
  z-index: 1;
}

.svh-ah-achievements__copy .svh-eyebrow { color: #d7ae4b; }
.svh-ah-achievements__copy h2 {
  font-size: clamp(40px, 7vw, 76px);
  letter-spacing: -.055em;
  line-height: .94;
  margin: 13px 0 20px;
}
.svh-ah-achievements__copy p {
  color: rgba(255,255,255,.7);
  font-size: clamp(17px, 2.2vw, 22px);
  margin: 0;
  max-width: 610px;
}

.svh-ah-achievements__mark {
  align-self: center;
  background: linear-gradient(145deg, #e5bd5b, #9a6500);
  border: 8px solid rgba(255,255,255,.12);
  border-radius: 50%;
  box-shadow: 0 22px 55px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.56);
  color: #090909;
  display: grid;
  height: clamp(108px, 14vw, 154px);
  place-content: center;
  position: relative;
  text-align: center;
  transform: rotate(5deg);
  width: clamp(108px, 14vw, 154px);
  z-index: 1;
}
.svh-ah-achievements__mark::before,
.svh-ah-achievements__mark::after {
  background: #c28b11;
  bottom: -35px;
  clip-path: polygon(0 0, 100% 0, 78% 100%, 50% 78%, 22% 100%);
  content: "";
  height: 54px;
  position: absolute;
  width: 37px;
  z-index: -1;
}
.svh-ah-achievements__mark::before { left: 23px; transform: rotate(12deg); }
.svh-ah-achievements__mark::after { right: 23px; transform: rotate(-12deg); }
.svh-ah-achievements__mark span { font-size: clamp(36px, 5vw, 54px); font-weight: 950; letter-spacing: -.08em; line-height: .82; }
.svh-ah-achievements__mark small { font-size: 11px; font-weight: 950; letter-spacing: .19em; margin-top: 9px; }

.svh-ah-achievements__stats {
  display: grid;
  gap: 10px;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 4px 0 0;
  position: relative;
  z-index: 1;
}
.svh-ah-achievements__stats div {
  background: rgba(255,255,255,.075);
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 18px;
  min-width: 0;
  padding: 17px 18px;
}
.svh-ah-achievements__stats dt {
  font-size: clamp(21px, 3vw, 30px);
  font-weight: 950;
  letter-spacing: -.04em;
  line-height: 1;
}
.svh-ah-achievements__stats dd {
  color: rgba(255,255,255,.58);
  font-size: 12px;
  font-weight: 800;
  margin: 7px 0 0;
}

.svh-ah-achievements__timeline {
  margin-top: clamp(30px, 5vw, 54px);
  position: relative;
}
.svh-ah-achievements__timeline::before {
  background: linear-gradient(180deg, #d59b16, rgba(0,0,0,.11));
  bottom: 28px;
  content: "";
  left: 40px;
  position: absolute;
  top: 42px;
  width: 2px;
}

.svh-ah-year {
  display: grid;
  gap: 22px;
  grid-template-columns: 126px minmax(0, 1fr);
  margin-top: 28px;
  position: relative;
}
.svh-ah-year:first-child { margin-top: 0; }
.svh-ah-year__head {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  z-index: 1;
}
.svh-ah-year__head > span {
  align-items: center;
  background: #050505;
  border: 5px solid #ececef;
  border-radius: 20px;
  box-shadow: 0 9px 24px rgba(0,0,0,.13);
  color: #fff;
  display: flex;
  font-size: 17px;
  font-weight: 950;
  height: 80px;
  justify-content: center;
  letter-spacing: -.02em;
  width: 80px;
}
.svh-ah-year__head .svh-eyebrow { font-size: 10px; margin: 0 0 4px; }
.svh-ah-year__head h3 { font-size: 22px; line-height: 1.05; margin: 0; }

.svh-ah-year__grid {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.svh-ah-result {
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(255,255,255,.92);
  border-radius: 24px;
  box-shadow: 0 15px 40px rgba(17,20,25,.08);
  display: flex;
  flex-direction: column;
  min-height: 250px;
  overflow: hidden;
  padding: 24px;
  position: relative;
}
.svh-ah-result::before {
  background: #afb2b8;
  content: "";
  height: 5px;
  inset: 0 0 auto;
  position: absolute;
}
.svh-ah-result--winner {
  background:
    radial-gradient(circle at 94% 10%, rgba(213,155,22,.23), transparent 25%),
    linear-gradient(145deg, #111113, #080809);
  border-color: rgba(255,255,255,.12);
  color: #fff;
}
.svh-ah-result--winner::before { background: linear-gradient(90deg, #9a6500, #edc963); }
.svh-ah-result__head { align-items: center; display: flex; gap: 12px; justify-content: space-between; }
.svh-ah-result__head strong {
  background: #ececef;
  border-radius: 999px;
  color: #171719;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .07em;
  padding: 8px 12px;
  text-transform: uppercase;
}
.svh-ah-result--winner .svh-ah-result__head strong { background: #d7a52d; color: #090909; }
.svh-ah-result__head > span { color: var(--svh-muted); font-size: 12px; font-weight: 800; text-align: right; }
.svh-ah-result--winner .svh-ah-result__head > span { color: rgba(255,255,255,.58); }
.svh-ah-result h4 {
  font-size: clamp(22px, 2.5vw, 29px);
  letter-spacing: -.035em;
  line-height: 1.08;
  margin: 22px 0;
  overflow-wrap: anywhere;
}
.svh-ah-result__report { margin-top: auto; }
.svh-ah-result__report > small,
.svh-ah-result__report-link > small { color: var(--svh-muted); display: block; font-size: 10px; font-weight: 900; letter-spacing: .12em; margin-bottom: 6px; text-transform: uppercase; }
.svh-ah-result--winner .svh-ah-result__report > small,
.svh-ah-result--winner .svh-ah-result__report-link > small { color: rgba(255,255,255,.48); }
.svh-ah-result__report > span,
.svh-ah-result__report-link > span:not(.svh-ah-result__report-arrow) {
  align-items: baseline;
  display: block;
  font-size: 13px;
  font-weight: 780;
  line-height: 1.42;
}
.svh-ah-result__report-link {
  color: inherit;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  position: relative;
  text-decoration: none;
}
.svh-ah-result__report-link > small { grid-column: 1 / -1; }
.svh-ah-result__report-arrow { align-self: end; font-size: 15px; font-weight: 900; margin-left: 9px; }
.svh-ah-result__report a:hover,
.svh-ah-result__reports a:hover { text-decoration: underline; text-underline-offset: 4px; }

.svh-ah-result__reports { border-top: 1px solid rgba(0,0,0,.1); margin-top: auto; padding-top: 15px; }
.svh-ah-result--winner .svh-ah-result__reports { border-color: rgba(255,255,255,.13); }
.svh-ah-result__reports summary { cursor: pointer; font-size: 13px; font-weight: 900; list-style-position: outside; margin-left: 16px; }
.svh-ah-result__reports ul { display: grid; gap: 11px; list-style: none; margin: 15px 0 0; padding: 0; }
.svh-ah-result__reports li { border-top: 1px solid rgba(0,0,0,.08); padding-top: 10px; }
.svh-ah-result--winner .svh-ah-result__reports li { border-color: rgba(255,255,255,.1); }
.svh-ah-result__reports li:first-child { border-top: 0; padding-top: 0; }
.svh-ah-result__reports li > span,
.svh-ah-result__reports li .svh-ah-result__report-link > span:not(.svh-ah-result__report-arrow) { font-size: 13px; font-weight: 780; line-height: 1.4; }
.svh-ah-result__reports li small { color: var(--svh-muted); display: block; font-size: 11px; margin-top: 2px; }
.svh-ah-result--winner .svh-ah-result__reports li small { color: rgba(255,255,255,.48); }

.svh-ah-year__grid--single {
  grid-template-columns: minmax(0, 760px);
}

.svh-ah-achievements--walking .svh-ah-achievements__hero {
  background:
    radial-gradient(circle at 88% 24%, rgba(50,157,116,.28), transparent 24%),
    linear-gradient(135deg, #06100d 0%, #13201b 100%);
}
.svh-ah-achievements--walking .svh-ah-achievements__copy .svh-eyebrow { color: #82d8b8; }
.svh-ah-achievements--walking .svh-ah-achievements__mark {
  background: linear-gradient(145deg, #82d8b8, #237a5c);
}
.svh-ah-achievements--walking .svh-ah-achievements__mark::before,
.svh-ah-achievements--walking .svh-ah-achievements__mark::after { background: #237a5c; }
.svh-ah-achievements--walking .svh-ah-achievements__timeline::before {
  background: linear-gradient(180deg, #237a5c, rgba(0,0,0,.11));
}

@media (hover: hover) and (pointer: fine) {
  .svh-ah-result { transition: box-shadow .28s ease, transform .28s cubic-bezier(.22, 1, .36, 1); }
  .svh-ah-result:hover { box-shadow: 0 22px 56px rgba(17,20,25,.15); transform: translateY(-4px); }
}

@media (max-width: 860px) {
  .svh-ah-achievements__hero { grid-template-columns: minmax(0, 1fr) auto; }
  .svh-ah-achievements__stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .svh-ah-year { grid-template-columns: 98px minmax(0, 1fr); }
  .svh-ah-year__grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .svh-ah-achievements { margin: 42px 0 58px; }
  .svh-ah-achievements__hero { border-radius: 27px; display: block; padding: 29px 22px 23px; }
  .svh-ah-achievements__copy h2 { font-size: clamp(39px, 13vw, 54px); }
  .svh-ah-achievements__copy p { font-size: 16px; line-height: 1.55; max-width: calc(100% - 70px); }
  .svh-ah-achievements__mark { height: 76px; position: absolute; right: 20px; top: 91px; width: 76px; }
  .svh-ah-achievements__mark span { font-size: 28px; }
  .svh-ah-achievements__mark small { font-size: 8px; margin-top: 7px; }
  .svh-ah-achievements__mark::before,
  .svh-ah-achievements__mark::after { bottom: -26px; height: 38px; width: 25px; }
  .svh-ah-achievements__mark::before { left: 15px; }
  .svh-ah-achievements__mark::after { right: 15px; }
  .svh-ah-achievements__stats { gap: 7px; margin-top: 28px; }
  .svh-ah-achievements__stats div { border-radius: 15px; padding: 13px; }
  .svh-ah-achievements__stats dt { font-size: 20px; }
  .svh-ah-achievements__stats dd { font-size: 10px; line-height: 1.25; }
  .svh-ah-achievements__timeline::before { left: 26px; }
  .svh-ah-year { display: block; margin-top: 34px; }
  .svh-ah-year__head { align-items: center; flex-direction: row; margin-bottom: 14px; }
  .svh-ah-year__head > span { border-width: 4px; border-radius: 16px; flex: 0 0 54px; font-size: 13px; height: 54px; width: 54px; }
  .svh-ah-year__head .svh-eyebrow { display: none; }
  .svh-ah-year__head h3 { font-size: 20px; }
  .svh-ah-year__grid { margin-left: 0; }
  .svh-ah-result { border-radius: 21px; min-height: 0; padding: 21px; }
  .svh-ah-result h4 { font-size: 22px; margin: 18px 0 26px; }
}

@media print {
  .svh-ah-achievements__hero,
  .svh-ah-result--winner { background: #fff !important; border: 1px solid #bbb; box-shadow: none; color: #111; }
  .svh-ah-achievements__copy p,
  .svh-ah-result--winner .svh-ah-result__head > span,
  .svh-ah-result--winner .svh-ah-result__report > small,
  .svh-ah-result--winner .svh-ah-result__reports li small { color: #555; }
  .svh-ah-achievements__timeline::before { display: none; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--svh-ink);
  background: linear-gradient(180deg, #fafafa 0%, #e3e5e8 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }

.svh-page {
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto;
}

.svh-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(22px);
  background: rgba(246,246,247,.76);
  border-bottom: 1px solid rgba(0,0,0,.07);
}

.svh-header__inner {
  display: flex;
  align-items: center;
  gap: 22px;
  min-height: 86px;
  width: min(1540px, calc(100% - 32px));
}

.svh-brand {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 14px;
  font-weight: 800;
  min-width: 0;
}

.svh-brand__copy {
  display: grid;
  line-height: 1.08;
  min-width: 0;
}

.svh-brand__title {
  align-items: baseline;
  display: flex;
  gap: .38em;
  white-space: nowrap;
}

.svh-brand__year {
  color: var(--svh-muted);
  font-size: .68em;
  font-weight: 650;
  letter-spacing: .01em;
}

.svh-brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.svh-brand small {
  display: block;
  color: var(--svh-muted);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .01em;
  margin-top: 4px;
}

.svh-nav {
  display: flex;
  align-items: center;
  flex: 0 1 auto;
  margin-left: auto;
  min-width: 0;
}

.svh-nav__list {
  align-items: center;
  display: flex;
  gap: 6px;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.svh-nav li { flex: 0 0 auto; list-style: none; margin: 0; padding: 0; }

.svh-nav a {
  align-items: center;
  border-radius: 999px;
  color: #222;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.15;
  min-height: 44px;
  padding: 10px 14px;
  white-space: nowrap;
}

.svh-nav a:hover,
.svh-nav .current-menu-item > a {
  background: var(--svh-black);
  color: #fff;
}

.svh-menu-toggle { display: none; }

.svh-hero {
  margin-top: 28px;
  min-height: 510px;
  overflow: hidden;
  position: relative;
  color: #fff;
  border-radius: var(--svh-radius-xl);
  box-shadow: var(--svh-shadow);
  background: #0b0b0d;
  overscroll-behavior-x: contain;
  touch-action: pan-y pinch-zoom;
  -webkit-user-select: none;
  user-select: none;
}

.svh-hero__media {
  position: absolute;
  inset: 0;
  opacity: .56;
  z-index: 0;
}

.svh-hero__media img {
  inset: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(.18) contrast(1.08);
  transform: scale(1.035);
  transition: opacity 1.15s ease, transform 7s ease;
  -webkit-user-drag: none;
}

.svh-hero__media img.is-active {
  opacity: 1;
  transform: scale(1.085);
}

.svh-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 44%, rgba(255,255,255,.16), transparent 30%),
    linear-gradient(90deg, rgba(0,0,0,.95), rgba(0,0,0,.64) 50%, rgba(0,0,0,.25));
  z-index: 1;
}

.svh-hero__content {
  position: relative;
  z-index: 2;
  width: min(650px, 100%);
  padding: clamp(34px, 7vw, 82px);
}

.svh-hero__dots {
  align-items: center;
  bottom: 24px;
  display: flex;
  gap: 8px;
  position: absolute;
  right: 28px;
  z-index: 3;
}

.svh-hero__dot {
  background: rgba(255,255,255,.38);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  height: 8px;
  padding: 0;
  transition: background .25s ease, width .25s ease;
  width: 8px;
}

.svh-hero__dot.is-active { background: #fff; width: 30px; }

.svh-kicker {
  color: rgba(255,255,255,.68);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.svh-hero h1 {
  font-size: clamp(44px, 7vw, 78px);
  line-height: .97;
  letter-spacing: -.055em;
  margin: 18px 0 20px;
}

.svh-lead {
  color: rgba(255,255,255,.82);
  font-size: clamp(18px, 2vw, 24px);
  max-width: 580px;
}

.svh-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.svh-button {
  align-items: center;
  background: #fff;
  border-radius: 18px;
  color: #000;
  display: inline-flex;
  font-weight: 850;
  gap: 8px;
  min-height: 52px;
  padding: 0 20px;
}

.svh-button--dark {
  background: #000;
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.18);
}

.svh-section {
  margin: clamp(34px, 6vw, 74px) 0;
}

.svh-section__head {
  align-items: end;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 20px;
}

.svh-section h2 {
  font-size: clamp(28px, 4vw, 48px);
  letter-spacing: -.04em;
  line-height: 1.02;
  margin: 0;
}

.svh-section__link {
  color: var(--svh-muted);
  font-weight: 800;
}

.svh-eyebrow {
  color: var(--svh-muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.svh-grid {
  display: grid;
  gap: 18px;
}

.svh-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.svh-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.svh-card {
  background: var(--svh-glass);
  border: 1px solid var(--svh-border);
  border-radius: var(--svh-radius-lg);
  box-shadow: 0 14px 44px rgba(0,0,0,.08);
  overflow: hidden;
}

.svh-card__body { padding: 20px; }
.svh-card__media {
  aspect-ratio: 16 / 10;
  background: #111;
  overflow: hidden;
}
.svh-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.svh-referee-grid {
  align-items: stretch;
}

.svh-team-card--portrait .svh-card__media {
  aspect-ratio: 4 / 3;
  background: #17181b;
  isolation: isolate;
  position: relative;
}

.svh-team-card__backdrop {
  inset: -24px;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.svh-team-card__backdrop::after {
  background: linear-gradient(180deg, rgba(5,5,6,.08), rgba(5,5,6,.28));
  content: "";
  inset: 0;
  position: absolute;
}

.svh-team-card__backdrop img {
  filter: blur(22px) saturate(.72);
  height: 100%;
  object-fit: cover;
  opacity: .74;
  transform: scale(1.12);
  width: 100%;
}

.svh-team-card--portrait .svh-card__media > img {
  height: 100%;
  object-fit: contain;
  object-position: center;
  position: relative;
  width: 100%;
  z-index: 1;
}

.svh-team-card--portrait {
  display: flex;
  flex-direction: column;
}

.svh-team-card--portrait .svh-card__body {
  flex: 1;
}
.svh-card__logo {
  align-items: center;
  background: linear-gradient(135deg, #fff, #dfe1e5);
  display: flex;
  justify-content: center;
}
.svh-card__logo img {
  width: 42%;
  height: 42%;
  object-fit: contain;
}

.svh-news-card { transition: box-shadow .22s ease, transform .22s ease; }
.svh-news-card:hover { box-shadow: 0 22px 58px rgba(0,0,0,.14); transform: translateY(-4px); }
.svh-news-card .svh-card__media img { transition: transform .5s ease; }
.svh-news-card:hover .svh-card__media img { transform: scale(1.035); }
.svh-news-card__meta { align-items: center; display: flex; gap: 10px; justify-content: space-between; }
.svh-news-card__meta time { font-size: 12px; font-weight: 750; white-space: nowrap; }
.svh-news-card .svh-pill { margin-bottom: 8px; }
.svh-news-card h3 { font-size: clamp(21px, 2.4vw, 28px); margin-top: 5px; }
.svh-news-card .svh-card__body > p { margin-bottom: 2px; }
.svh-news-grid > .svh-news-card:first-child { grid-column: span 2; }
.svh-news-grid > .svh-news-card:first-child .svh-card__media { aspect-ratio: 2 / 1; }
.svh-news-grid > .svh-news-card:first-child h3 { font-size: clamp(28px, 4vw, 42px); }

.svh-news-single { padding-top: 36px; }
.svh-news-cover { border-radius: 34px; color: #fff; min-height: clamp(500px, 68vw, 720px); overflow: hidden; position: relative; }
.svh-news-cover > img { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.svh-news-cover--logo > img { background: linear-gradient(145deg, #191919, #050505); object-fit: contain; padding: 10%; }
.svh-news-cover__shade { background: linear-gradient(180deg, rgba(0,0,0,.04) 25%, rgba(0,0,0,.86) 100%); inset: 0; position: absolute; }
.svh-news-cover__content { bottom: 0; left: 0; max-width: 980px; padding: clamp(28px, 6vw, 72px); position: absolute; right: 0; }
.svh-news-cover__content .svh-pill { background: rgba(255,255,255,.9); color: #050505; }
.svh-news-cover h1 { font-size: clamp(40px, 7vw, 78px); letter-spacing: -.055em; line-height: .98; margin: 8px 0 18px; text-wrap: balance; }
.svh-news-meta { backdrop-filter: blur(26px) saturate(150%); -webkit-backdrop-filter: blur(26px) saturate(150%); background: linear-gradient(145deg, rgba(255,255,255,.82), rgba(239,241,245,.58)); border: 1px solid rgba(255,255,255,.92); border-radius: 24px; box-shadow: inset 0 1px 0 rgba(255,255,255,.95), 0 18px 48px rgba(24,29,38,.12); display: grid; gap: 0; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 16px clamp(12px, 4vw, 48px) 0; overflow: hidden; position: relative; z-index: 2; }
.svh-news-meta__item { margin: 0; min-width: 0; padding: 17px clamp(16px, 2.8vw, 30px); }
.svh-news-meta__item + .svh-news-meta__item { border-left: 1px solid rgba(20,24,32,.09); }
.svh-news-meta dt { color: var(--svh-muted); font-size: 10px; font-weight: 900; letter-spacing: .13em; margin: 0 0 3px; text-transform: uppercase; }
.svh-news-meta dd { font-size: 14px; font-weight: 800; line-height: 1.35; margin: 0; overflow-wrap: anywhere; }
.svh-news-layout { align-items: start; display: grid; gap: 24px; grid-template-columns: minmax(0, 1.8fr) minmax(250px, .7fr); margin-top: 24px; }
.svh-news-prose { background: rgba(255,255,255,.82); border: 1px solid #fff; border-radius: 28px; font-size: 18px; padding: clamp(26px, 5vw, 58px); }
.svh-news-prose > :first-child { margin-top: 0; }
.svh-news-prose > :last-child { margin-bottom: 0; }
.svh-news-prose h2 { font-size: clamp(28px, 4vw, 44px); margin: 1.4em 0 .45em; }
.svh-news-prose h3 { font-size: clamp(23px, 3vw, 32px); }
.svh-news-prose img { border-radius: 20px; }
.svh-news-share { background: #050505; border-radius: 26px; color: #fff; padding: 26px; position: sticky; top: 108px; }
.svh-news-share > strong { font-size: 22px; }
.svh-news-share p { color: rgba(255,255,255,.66); }
.svh-news-share .svh-button { background: #fff; color: #050505; cursor: pointer; margin: 8px 0 20px; width: 100%; }
.svh-news-share > a { border-bottom: 1px solid rgba(255,255,255,.38); font-weight: 750; }

.svh-news-latest { padding-top: 8px; }
.svh-news-count { align-items: center; background: rgba(255,255,255,.66); border: 1px solid rgba(255,255,255,.9); border-radius: 999px; box-shadow: inset 0 1px 0 rgba(255,255,255,.92), 0 8px 24px rgba(20,24,32,.08); color: var(--svh-muted); display: inline-flex; flex: 0 0 auto; font-size: 12px; font-weight: 850; min-height: 36px; padding: 8px 13px; }
.svh-news-archive { border-top: 1px solid rgba(20,24,32,.11); margin-top: clamp(48px, 8vw, 96px); padding-top: clamp(38px, 6vw, 68px); scroll-margin-top: 110px; }
.svh-news-archive__head { align-items: end; display: flex; gap: 24px; justify-content: space-between; margin-bottom: 22px; }
.svh-news-archive__head h2 { font-size: clamp(36px, 6vw, 62px); letter-spacing: -.045em; line-height: 1; margin: 5px 0 9px; }
.svh-news-archive__head p { color: var(--svh-muted); margin: 0; }
.svh-news-archive-filter { align-items: end; backdrop-filter: blur(26px) saturate(145%); -webkit-backdrop-filter: blur(26px) saturate(145%); background: linear-gradient(145deg, rgba(255,255,255,.82), rgba(239,241,245,.58)); border: 1px solid rgba(255,255,255,.92); border-radius: 28px; box-shadow: inset 0 1px 0 rgba(255,255,255,.95), 0 18px 48px rgba(24,29,38,.11); display: grid; gap: 16px; grid-template-columns: minmax(180px, .7fr) minmax(220px, 1fr) auto; margin-bottom: 28px; padding: clamp(18px, 3vw, 28px); }
.svh-news-archive-filter__field { display: grid; gap: 7px; }
.svh-news-archive-filter__field > span { color: var(--svh-muted); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.svh-news-archive-filter select { appearance: none; background: rgba(255,255,255,.78) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat right 14px center / 16px; border: 1px solid rgba(20,24,32,.1); border-radius: 16px; color: var(--svh-ink); font: inherit; font-size: 14px; font-weight: 750; min-height: 48px; padding: 0 44px 0 15px; width: 100%; }
.svh-news-archive-filter select:focus-visible { outline: 3px solid rgba(0,0,0,.22); outline-offset: 2px; }
.svh-news-archive-filter__actions { align-items: center; display: flex; gap: 14px; min-height: 48px; }
.svh-news-archive-filter__actions .svh-button { border: 0; cursor: pointer; font: inherit; min-height: 48px; white-space: nowrap; }
.svh-news-archive-filter__actions > a { border-bottom: 1px solid rgba(20,24,32,.28); font-size: 12px; font-weight: 800; white-space: nowrap; }
.svh-news-grid--archive > .svh-news-card:first-child { grid-column: auto; }
.svh-news-grid--archive > .svh-news-card:first-child .svh-card__media { aspect-ratio: 16 / 10; }
.svh-news-grid--archive > .svh-news-card:first-child h3 { font-size: clamp(21px, 2.4vw, 28px); }
.svh-news-grid--archive > .svh-empty { grid-column: 1 / -1; }
.svh-news-pagination { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 34px; }
.svh-news-pagination .page-numbers { align-items: center; display: inline-flex; justify-content: center; min-height: 42px; }

.svh-card h3 {
  font-size: 22px;
  letter-spacing: -.025em;
  line-height: 1.12;
  margin: 0 0 8px;
}

.svh-card p,
.svh-card time {
  color: var(--svh-muted);
  font-size: 15px;
}

.svh-mag-page { padding-bottom: 54px; padding-top: 42px; }
.svh-mag-hero { min-height: 470px; }
.svh-mag-hero .svh-club-hero__content { max-width: 790px; }
.svh-mag-hero + .svh-section-nav { margin-bottom: clamp(46px, 7vw, 76px); }
.svh-mag-card .svh-card__media { aspect-ratio: 3 / 4; background: linear-gradient(145deg, #eceef2, #fff); padding: 10px; }
.svh-mag-card .svh-card__media img { object-fit: contain; }
.svh-mag-card .svh-card__body { display: flex; flex-direction: column; min-height: 166px; }
.svh-mag-card__meta { align-items: center; display: flex; gap: 12px; justify-content: space-between; margin-bottom: 12px; }
.svh-mag-card__meta time { font-size: 12px; font-weight: 750; white-space: nowrap; }
.svh-mag-card h3 { margin-bottom: 18px; }
.svh-mag-card__action { align-self: flex-start; background: #050505; border-radius: 999px; color: #fff; font-size: 12px; font-weight: 850; margin-top: auto; padding: 8px 12px; }
.svh-mag-card.is-missing .svh-mag-card__action { background: rgba(0,0,0,.07); color: var(--svh-muted); }
.svh-mag-current .svh-mag-card { box-shadow: inset 0 1px 0 #fff, 0 24px 64px rgba(20,25,34,.15); }
.svh-mag-archive { border-top: 1px solid rgba(0,0,0,.09); padding-top: clamp(34px, 6vw, 70px); }
.svh-mag-archive .svh-mag-card .svh-card__body { min-height: 150px; }
.svh-mag-archive .svh-mag-card h3 { font-size: 19px; }
.svh-mag-archive__count { color: var(--svh-muted); font-size: 13px; font-weight: 800; }

/* Reisegruppe: preserved Contao tours with WordPress-first link mapping. */
.svh-travel-intro {
  align-items: stretch;
  backdrop-filter: blur(26px) saturate(145%);
  -webkit-backdrop-filter: blur(26px) saturate(145%);
  background: linear-gradient(145deg, rgba(255,255,255,.82), rgba(239,241,245,.58));
  border: 1px solid rgba(255,255,255,.92);
  border-radius: 32px;
  box-shadow: inset 0 1px 0 #fff, 0 22px 58px rgba(20,25,34,.13);
  display: grid;
  gap: 0;
  grid-template-columns: minmax(0, 1fr);
  overflow: hidden;
}
.svh-travel-intro__media { min-width: 0; overflow: hidden; position: relative; background: #05273f; }
.svh-travel-map__image { display: block; position: relative; isolation: isolate; }
.svh-travel-intro__media img { display: block; height: auto; object-fit: contain; width: 100%; }
.svh-travel-map__water { position: absolute; inset: 0; pointer-events: none; overflow: hidden; mask-image: radial-gradient(ellipse 15% 19% at 14% 49%, #000 40%, transparent 100%), radial-gradient(ellipse 5% 5% at 46% 22%, #000 15%, transparent 100%), radial-gradient(ellipse 5% 4% at 80% 25%, #000 15%, transparent 100%), radial-gradient(ellipse 3% 6% at 51% 92%, #000 15%, transparent 100%); -webkit-mask-image: radial-gradient(ellipse 15% 19% at 14% 49%, #000 40%, transparent 100%), radial-gradient(ellipse 5% 5% at 46% 22%, #000 15%, transparent 100%), radial-gradient(ellipse 5% 4% at 80% 25%, #000 15%, transparent 100%), radial-gradient(ellipse 3% 6% at 51% 92%, #000 15%, transparent 100%); }
.svh-travel-map__water::before, .svh-travel-map__water::after { content: ""; position: absolute; inset: -24px; opacity: .18; background: repeating-linear-gradient(168deg, transparent 0 13px, rgba(174,239,255,.7) 15px, transparent 18px 32px); animation: svh-map-water 9s ease-in-out infinite alternate; animation-play-state: paused; }
.svh-travel-map__water::after { opacity: .1; background: repeating-linear-gradient(12deg, transparent 0 21px, rgba(213,251,255,.65) 23px, transparent 27px 40px); animation-duration: 13s; animation-direction: alternate-reverse; }
.svh-map-playing .svh-travel-map__water::before, .svh-map-playing .svh-travel-map__water::after { animation-play-state: running; }
/* One journey at a time, oldest first. Each slot is 3.2s; a full tour is 28.8s. */
.svh-travel-map__routes { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; overflow: hidden; }
.svh-map-route path { fill: none; stroke-linecap: round; stroke-dasharray: 9 110; stroke-dashoffset: 10; opacity: 0; animation: svh-route-journey 28.8s linear infinite; animation-delay: var(--route-delay); animation-play-state: paused; }
.svh-map-route__glow { stroke: var(--route-color); stroke-width: 12; filter: blur(3px); }
.svh-map-route__light { stroke: #fff; stroke-width: 4; filter: drop-shadow(0 0 3px var(--route-color)); }
.svh-map-playing .svh-map-route path { animation-play-state: running; }
@keyframes svh-route-journey {
  0% { stroke-dashoffset: 10; opacity: 0; }
  1% { stroke-dashoffset: 6; opacity: 1; }
  9.5% { stroke-dashoffset: -96; opacity: 1; }
  10.5%, 100% { stroke-dashoffset: -110; opacity: 0; }
}
.svh-travel-map__clouds { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.svh-travel-map__clouds::before, .svh-travel-map__clouds::after { content: ""; position: absolute; background: url('assets/images/svh-reisewolke.png') center / contain no-repeat; width: 27%; aspect-ratio: 3 / 2; opacity: .78; bottom: -13%; right: -9%; animation: svh-map-clouds 26s ease-in-out infinite alternate; animation-play-state: paused; }
.svh-travel-map__clouds::after { width: 24%; right: auto; left: -15%; bottom: -11%; opacity: .68; animation-duration: 32s; animation-direction: alternate-reverse; }
.svh-map-playing .svh-travel-map__clouds::before, .svh-map-playing .svh-travel-map__clouds::after { animation-play-state: running; }
@keyframes svh-map-clouds { from { transform: translate3d(-3%, 2%, 0) scale(1); } to { transform: translate3d(7%, -4%, 0) scale(1.04); } }
@keyframes svh-map-water { from { transform: translate3d(0, -12px, 0); } to { transform: translate3d(7px, 20px, 0); } }
.svh-travel-map__tools { display: flex; gap: 6px; position: absolute; right: 10px; bottom: 10px; z-index: 2; color: #fff; }
.svh-travel-map__tools a, .svh-travel-map__tools button { display: inline-flex; justify-content: center; align-items: center; width: 44px; height: 44px; min-height: 44px; padding: 0; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(5,25,40,.58); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); color: #fff; font: 500 18px/1 Arial, sans-serif; cursor: pointer; }
.svh-travel-map__tools button[hidden] { display: none; }
.svh-travel-map__tools a:hover, .svh-travel-map__tools button:hover { background: rgba(5,25,40,.85); }
@media (max-width: 620px) {
  .svh-travel-map__tools { right: 7px; bottom: 7px; gap: 0; }
  .svh-travel-map__tools a, .svh-travel-map__tools button { position: relative; isolation: isolate; border: 0; background: transparent; backdrop-filter: none; -webkit-backdrop-filter: none; font-size: 14px; }
  .svh-travel-map__tools a::before, .svh-travel-map__tools button::before { content: ""; position: absolute; width: 30px; height: 30px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: rgba(5,25,40,.58); z-index: -1; }
  .svh-travel-map__tools a:hover, .svh-travel-map__tools button:hover { background: transparent; }
  .svh-travel-map__tools a:hover::before, .svh-travel-map__tools button:hover::before { background: rgba(5,25,40,.85); }
  .svh-travel-map__tools svg { width: 14px; height: 14px; }
}
.svh-travel-map__image:focus-visible, .svh-travel-map__tools a:focus-visible, .svh-travel-map__tools button:focus-visible { outline: 3px solid #ffd462; outline-offset: -3px; }
.svh-travel-intro__body { align-self: center; padding: clamp(28px, 4vw, 48px); font-family: Arial, Helvetica, sans-serif; }
.svh-travel-intro__body h2 { font-family: Arial, Helvetica, sans-serif; font-size: clamp(30px, 3.4vw, 48px); font-weight: 700; letter-spacing: -.025em; line-height: 1.12; margin: 10px 0 18px; }
.svh-travel-intro__body .svh-eyebrow { font-size: 12px; letter-spacing: .13em; line-height: 1.6; }
.svh-travel-intro__body > p { max-width: 80ch; line-height: 1.65; }
@media (prefers-reduced-motion: reduce) { .svh-travel-map__water, .svh-travel-map__routes { display: none; } .svh-travel-map__water::before, .svh-travel-map__water::after, .svh-travel-map__clouds::before, .svh-travel-map__clouds::after, .svh-map-route path { animation: none; } .svh-travel-map__tools button { display: none; } }
.svh-travel-intro__body > p,
.svh-travel-intro__editorial { color: var(--svh-muted); font-size: 17px; }
.svh-travel-intro__editorial > :last-child { margin-bottom: 0; }
.svh-travel-facts { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.svh-travel-facts span { background: rgba(255,255,255,.68); border: 1px solid rgba(255,255,255,.94); border-radius: 999px; color: var(--svh-muted); font-size: 12px; padding: 9px 12px; }
.svh-travel-facts strong { color: var(--svh-ink); margin-right: 4px; }
.svh-travel-section { scroll-margin-top: 110px; }
.svh-travel-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.svh-travel-card { background: var(--svh-glass); border: 1px solid var(--svh-border); border-radius: 28px; box-shadow: 0 16px 48px rgba(18,23,31,.1); min-width: 0; overflow: hidden; }
.svh-travel-card > a { display: flex; flex-direction: column; height: 100%; }
.svh-travel-card__media { aspect-ratio: 4 / 3; background: #202124; overflow: hidden; position: relative; }
.svh-travel-card__media::after { background: linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.55)); content: ""; inset: 0; position: absolute; }
.svh-travel-card__media img { height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.22, 1, .36, 1); width: 100%; }
.svh-travel-card__media span,
.svh-travel-card__media time { backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); background: rgba(255,255,255,.83); border: 1px solid rgba(255,255,255,.9); border-radius: 999px; color: #080808; font-size: 11px; font-weight: 900; padding: 7px 10px; position: absolute; top: 16px; z-index: 1; }
.svh-travel-card__media span { left: 16px; }
.svh-travel-card__media time { right: 16px; }
.svh-travel-card__body { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.svh-travel-card__body small { color: var(--svh-muted); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.svh-travel-card__body h3 { font-size: clamp(28px, 3vw, 38px); letter-spacing: -.045em; line-height: 1; margin: 7px 0 12px; }
.svh-travel-card__body p { color: var(--svh-muted); font-size: 14px; margin: 0 0 24px; }
.svh-travel-card__body > strong { align-items: center; display: flex; font-size: 13px; gap: 8px; margin-top: auto; }
.svh-travel-card__body > strong span { font-size: 18px; transition: transform .2s ease; }
.svh-travel-card:hover .svh-travel-card__media img { transform: scale(1.045); }
.svh-travel-card:hover .svh-travel-card__body > strong span { transform: translateX(4px); }
.svh-travel-info { margin-top: 20px; position: static; }

@media (max-width: 940px) {
  .svh-travel-intro { grid-template-columns: 1fr; }
  .svh-travel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .svh-travel-intro { border-radius: 27px; }
  .svh-travel-intro__body { padding: 28px 22px 30px; }
  .svh-travel-intro__body h2 { font-size: clamp(28px, 8vw, 36px); }
  .svh-travel-intro__body > p,
  .svh-travel-intro__editorial { font-size: 15px; }
  .svh-travel-facts { margin-top: 22px; }
  .svh-travel-grid { grid-template-columns: 1fr; }
  .svh-travel-card { border-radius: 25px; }
  .svh-travel-card__media { aspect-ratio: 16 / 10; }
  .svh-travel-card__body { padding: 22px; }
}


.svh-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(0,0,0,.06);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  margin-bottom: 12px;
  padding: 7px 10px;
  text-transform: uppercase;
}

.svh-live {
  background: #fff;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 30px;
  box-shadow: var(--svh-shadow);
  padding: clamp(20px, 4vw, 34px);
}

.svh-live__label {
  align-items: center;
  color: var(--svh-muted);
  display: flex;
  font-size: 13px;
  font-weight: 900;
  gap: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.svh-live__label::before {
  background: var(--svh-red);
  border-radius: 50%;
  content: "";
  height: 9px;
  width: 9px;
}

.svh-results {
  overflow: hidden;
}

/* The results embed does not expose a live connection status. */
.svh-results .svh-live__label::before {
  content: none;
  display: none;
}

.svh-results__head {
  align-items: flex-start;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

.svh-results__head h2 {
  margin: 8px 0 6px;
}

.svh-results__head p {
  color: var(--svh-muted);
  margin: 0;
}

.svh-results__source {
  background: #0b0b0c;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  color: #fff;
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  padding: 9px 12px;
}

.svh-results__widget {
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 24px;
  box-shadow: inset 0 1px 0 #fff, 0 14px 34px rgba(18,22,30,.09);
  margin-top: 24px;
  min-height: 150px;
  overflow: hidden;
  padding: clamp(10px, 2vw, 18px);
}

.svh-results__widget iframe {
  border: 0;
  display: block;
  max-width: 100%;
  width: 100%;
}

.svh-external-consent {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 190px;
  padding: clamp(18px, 4vw, 38px);
}

.svh-external-consent strong { font-size: clamp(20px, 3vw, 28px); }
.svh-external-consent p { color: var(--svh-muted); margin: 8px 0 20px; max-width: 720px; }
.svh-external-consent .svh-button { border: 0; cursor: pointer; }
[hidden] { display: none !important; }

.svh-results__loading {
  align-items: center;
  color: var(--svh-muted);
  display: flex;
  font-weight: 750;
  gap: 10px;
  justify-content: center;
  min-height: 118px;
  margin: 0;
}

.svh-results__loading::before {
  animation: svh-results-pulse 1.2s ease-in-out infinite alternate;
  background: #111;
  border-radius: 50%;
  content: "";
  height: 9px;
  width: 9px;
}

.svh-results__actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 18px;
}

/* Public homepage only: keep consent readable without a nested oversized card. */
.svh-results--compact { padding: clamp(20px, 3vw, 28px); }
.svh-results--compact .svh-results__head { align-items: center; gap: 14px; }
.svh-results--compact .svh-results__head h2 { font-size: clamp(24px, 3vw, 32px); margin: 0 0 6px; }
.svh-results--compact .svh-results__head p { font-size: 15px; line-height: 1.5; }
.svh-results--compact .svh-results__widget {
  background: transparent; border: 0; border-radius: 0; box-shadow: none;
  margin-top: 18px; min-height: 0; padding: 0;
}
.svh-results--compact .svh-external-consent {
  border-top: 1px solid var(--svh-border); display: grid;
  grid-template-columns: minmax(0, 1fr) auto; gap: 16px; align-items: center;
  min-height: 0; padding: 16px 0 0;
}
.svh-results--compact .svh-external-consent p { font-size: 14px; line-height: 1.55; margin: 0; }
.svh-results--compact .svh-external-consent .svh-actions { margin: 0; gap: 12px; }
.svh-results--compact .svh-external-consent .svh-button { font-size: 14px; min-height: 44px; padding: 12px 18px; }
.svh-results--compact .svh-football-privacy { color: var(--svh-ink); font-size: 14px; padding: 10px 0; }
.svh-results--compact .svh-results__actions { margin-top: 16px; }
.svh-results--compact .svh-results__actions a { color: var(--svh-ink); font-size: 14px; line-height: 1.5; padding: 8px 0; overflow-wrap: anywhere; }
@media (max-width: 760px) {
  .svh-results--compact .svh-results__head { display: flex; flex-wrap: wrap; }
  .svh-results--compact .svh-results__source { margin-top: 0; }
  .svh-results--compact .svh-external-consent { grid-template-columns: 1fr; gap: 12px; }
  .svh-results--compact .svh-results__actions { justify-content: flex-start; }
}

@keyframes svh-results-pulse {
  from { opacity: .25; transform: scale(.8); }
  to { opacity: 1; transform: scale(1); }
}

.svh-department {
  --svh-department-accent: #6f737b;
  min-height: 300px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.svh-department > a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.svh-department__visual {
  background:
    radial-gradient(circle at 78% 24%, color-mix(in srgb, var(--svh-department-accent) 32%, transparent), transparent 38%),
    linear-gradient(145deg, color-mix(in srgb, var(--svh-department-accent) 18%, #f6f7fa), rgba(255,255,255,.58));
  border-bottom: 1px solid rgba(255,255,255,.82);
  height: 122px;
  overflow: hidden;
  position: relative;
}

.svh-department__visual::before,
.svh-department__visual::after {
  border: 1px solid color-mix(in srgb, var(--svh-department-accent) 28%, transparent);
  border-radius: 50%;
  content: "";
  height: 150px;
  position: absolute;
  right: -55px;
  top: -72px;
  width: 150px;
}

.svh-department__visual::after { height: 102px; right: -17px; top: 28px; width: 102px; }

.svh-department__symbol {
  align-items: center;
  backdrop-filter: blur(14px);
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 20px;
  box-shadow: 0 14px 34px color-mix(in srgb, var(--svh-department-accent) 19%, transparent);
  color: var(--svh-department-accent);
  display: flex;
  height: 64px;
  justify-content: center;
  left: 20px;
  position: absolute;
  top: 20px;
  width: 64px;
  z-index: 2;
}

.svh-department__symbol svg { fill: none; height: 32px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.75; width: 32px; }
.svh-department__mark { bottom: -10px; color: color-mix(in srgb, var(--svh-department-accent) 15%, transparent); font-size: 56px; font-weight: 950; letter-spacing: -.06em; position: absolute; right: 13px; }

.svh-department__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
  position: relative;
}

.svh-department__body .svh-pill {
  align-self: flex-start;
  background: color-mix(in srgb, var(--svh-department-accent) 11%, white);
  color: color-mix(in srgb, var(--svh-department-accent) 78%, #111);
}

.svh-department__body h3 { font-size: 24px; margin: 14px 0 5px; }
.svh-department__body p { color: var(--svh-muted); font-size: 14px; margin: 0; padding-right: 30px; }
.svh-department__arrow { align-items: center; background: #111; border-radius: 50%; bottom: 18px; color: #fff; display: flex; height: 34px; justify-content: center; position: absolute; right: 18px; transition: transform .2s ease; width: 34px; }
.svh-department:hover .svh-department__arrow { transform: translateX(3px); }
.svh-department:hover .svh-department__symbol { transform: translateY(-2px); }
.svh-department__symbol { transition: transform .2s ease; }

@supports not (color: color-mix(in srgb, red, blue)) {
  .svh-department__visual { background: linear-gradient(145deg, #f3f4f7, #fff); }
  .svh-department__body .svh-pill { background: #f0f1f3; color: #222; }
}

.svh-event-card {
  align-items: stretch;
  display: grid;
  grid-template-columns: 96px 1fr;
  min-height: 180px;
}

.svh-event-card__date {
  align-items: center;
  background: #080808;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.svh-event-card__date strong { font-size: 38px; line-height: 1; }
.svh-event-card__date span { color: rgba(255,255,255,.62); font-size: 13px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }

.svh-sponsor-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.svh-sponsor {
  align-items: center;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(255,255,255,.92);
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  min-height: 170px;
  padding: 22px;
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease;
}

.svh-sponsor:hover { box-shadow: var(--svh-shadow); transform: translateY(-3px); }
.svh-sponsor img { height: 82px; max-width: 180px; object-fit: contain; }
.svh-sponsor span { font-size: 14px; font-weight: 850; }

.svh-promo-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.svh-promo {
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 28px;
  display: flex;
  flex-direction: column;
  min-height: 380px;
  padding: 28px;
}

.svh-promo h2 { font-size: 36px; margin: 6px 0 10px; }
.svh-promo-grid > .svh-promo { min-height: 280px; gap: 24px; }
.svh-promo p { color: var(--svh-muted); }
.svh-promo .svh-button { align-self: flex-start; margin-top: auto; }
.svh-promo__icon { align-items: center; background: #000; border-radius: 20px; color: #fff; display: flex; font-size: 18px; font-weight: 950; height: 64px; justify-content: center; margin-bottom: 42px; width: 64px; }
.svh-promo--dark { background: #080808; color: #fff; }
.svh-promo--dark p, .svh-promo--dark .svh-eyebrow { color: rgba(255,255,255,.62); }
.svh-promo--dark .svh-promo__icon { background: #fff; color: #000; }
/* Decorative artwork: full composition, confined to MAG; same treatment in light/dark mode. */
.svh-promo.svh-promo--mag { isolation: isolate; overflow: hidden; }
.svh-promo--mag > .svh-promo__watermark {
  position: absolute;
  inset: 12px;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  object-fit: contain;
  object-position: right center;
  opacity: .16;
  filter: invert(1);
  mix-blend-mode: screen;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.svh-promo--mag p, .svh-promo--mag .svh-eyebrow { color: rgba(255,255,255,.84); }
.svh-promo--instagram { background: linear-gradient(145deg, #feda75, #fa7e1e 30%, #d62976 58%, #962fbf 78%, #4f5bd5); color: #fff; }
.svh-promo--instagram p, .svh-promo--instagram .svh-eyebrow { color: rgba(255,255,255,.82); }

.svh-contact {
  align-items: center;
  background: #050505;
  border-radius: 30px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: clamp(28px, 5vw, 54px);
}

.svh-contact p { color: rgba(255,255,255,.68); }
.svh-empty { align-items: center; background: rgba(255,255,255,.7); border: 1px solid #fff; border-radius: 22px; display: flex; gap: 18px; min-height: 150px; padding: 24px; }
.svh-empty img { height: 64px; object-fit: contain; width: 64px; }
.svh-empty h3 { margin: 0 0 5px; }
.svh-empty p { color: var(--svh-muted); margin: 0; }

.svh-archive, .svh-content-page { padding-top: 42px; padding-bottom: 40px; }
.svh-filter { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 24px; }
.svh-filter a { background: rgba(255,255,255,.7); border: 1px solid #fff; border-radius: 999px; font-size: 14px; font-weight: 800; padding: 9px 14px; }
.svh-filter a.is-active { background: #000; color: #fff; }
.svh-page-header { background: #090909; border-radius: 36px; color: #fff; margin-bottom: 28px; padding: clamp(34px, 6vw, 68px); }
.svh-page-header h1 { font-size: clamp(42px, 7vw, 76px); letter-spacing: -.05em; line-height: 1; margin: 6px 0 0; }
.svh-lead-dark { color: rgba(255,255,255,.7); max-width: 720px; }
.svh-content-image { border-radius: 28px; max-height: 600px; overflow: hidden; }
.svh-content-image img { height: 100%; object-fit: cover; width: 100%; }
.svh-feature-photo { background: #111; border: 0; border-radius: 28px; color: #fff; cursor: zoom-in; display: block; isolation: isolate; max-height: 680px; min-height: clamp(320px, 55vw, 680px); overflow: hidden; padding: 0; position: relative; width: 100%; }
.svh-feature-photo > img { height: clamp(320px, 55vw, 680px); max-height: 680px; object-fit: cover; position: relative; width: 100%; z-index: 1; }
.svh-feature-photo--contain > img { object-fit: contain; }
.svh-feature-photo__backdrop {
  inset: -26px;
  position: absolute;
  z-index: 0;
}
.svh-feature-photo__backdrop::after {
  background: linear-gradient(180deg, rgba(0,0,0,.1), rgba(0,0,0,.36));
  content: "";
  inset: 0;
  position: absolute;
}
.svh-feature-photo__backdrop img {
  filter: blur(24px) saturate(.72);
  height: 100%;
  object-fit: cover;
  opacity: .84;
  transform: scale(1.1);
  width: 100%;
}
.svh-feature-photo--referee-group {
  aspect-ratio: 16 / 7;
  border: 2px solid rgba(255,255,255,.9);
  box-shadow: 0 22px 50px rgba(0,0,0,.15);
  margin: -10px auto 0;
  max-height: none;
  min-height: 0;
  width: calc(100% - 44px);
}
.svh-feature-photo--referee-group > img { height: 100%; max-height: none; object-position: center; }
.svh-feature-photo > span:last-child { background: rgba(0,0,0,.72); border-radius: 999px; bottom: 18px; font-size: 13px; font-weight: 850; padding: 9px 14px; position: absolute; right: 18px; z-index: 2; }
.svh-department-layout { align-items: start; display: grid; gap: 20px; grid-template-columns: minmax(0, 2fr) minmax(260px, .8fr); }
.svh-department-layout--info-only { display: flex; justify-content: flex-end; }
.svh-department-layout--info-only .svh-info-card { max-width: 440px; width: 100%; }
.svh-info-card { background: #050505; border-radius: 28px; color: #fff; margin-top: 22px; padding: 28px; position: sticky; top: 106px; }
.svh-info-card h3 { margin: 24px 0 4px; }
.svh-info-card p { color: rgba(255,255,255,.7); }
.svh-lightbox { background: transparent; border: 0; height: 100vh; max-height: none; max-width: none; padding: 44px; width: 100vw; }
.svh-lightbox::backdrop { background: rgba(0,0,0,.9); backdrop-filter: blur(10px); }
.svh-lightbox img { height: 100%; margin: auto; object-fit: contain; width: 100%; }
.svh-lightbox button { background: #fff; border: 0; border-radius: 50%; cursor: pointer; font-size: 30px; height: 44px; line-height: 1; position: fixed; right: 22px; top: 22px; width: 44px; z-index: 2; }
.svh-prose { background: rgba(255,255,255,.8); border: 1px solid #fff; border-radius: 28px; font-size: 18px; margin-top: 22px; padding: clamp(24px, 5vw, 56px); }
.svh-prose > * { max-width: 820px; }
.svh-legal section { border-top: 1px solid rgba(0,0,0,.1); margin-top: 30px; padding-top: 20px; }
.svh-legal section:first-of-type { border-top: 0; margin-top: 18px; padding-top: 0; }
.svh-legal h2 { font-size: clamp(22px, 3vw, 30px); line-height: 1.15; margin-bottom: 8px; }
.svh-legal p { overflow-wrap: anywhere; }
.svh-legal a { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.svh-legal__stand { color: var(--svh-muted); font-size: 14px; font-weight: 750; letter-spacing: .04em; }
.svh-legal-admin { background: #fff3cd; border: 1px solid #e5c96a; border-radius: 18px; color: #4c3d09; margin-bottom: 24px; max-width: 820px; padding: 16px 18px; }
.svh-facts { display: grid; gap: 12px; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 24px 0 34px; max-width: none; }
.svh-facts div { background: #f0f0f1; border-radius: 18px; padding: 20px; }
.svh-facts strong { display: block; font-size: 23px; }
.svh-facts span { color: var(--svh-muted); font-size: 13px; }
.svh-link-grid { display: grid; gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 28px; max-width: none; }
.svh-link-grid a, .svh-link-grid article { background: #f0f0f1; border-radius: 18px; display: flex; flex-direction: column; min-height: 120px; padding: 20px; }
.svh-link-grid a:hover { background: #050505; color: #fff; }
.svh-link-grid span { color: var(--svh-muted); font-size: 14px; margin-top: 5px; }
.svh-contact-list { display: grid; gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: none; }
.svh-contact-list p { background: #f0f0f1; border-radius: 18px; margin: 0; padding: 20px; }
.svh-timeline { border-left: 2px solid #111; margin-left: 8px; padding-left: 24px; }
.svh-timeline p { display: grid; grid-template-columns: 110px 1fr; position: relative; }
.svh-timeline p::before {
  background: #111;
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(17,17,17,0);
  content: '';
  height: 14px;
  left: -32px;
  position: absolute;
  top: 7px;
  transform: scale(1);
  width: 14px;
}
.svh-editor-info { background: #f1f2f4; border-left: 5px solid #050505; border-radius: 14px; padding: 20px 24px; }
.svh-editor-score { background: #050505; border-radius: 20px; color: #fff; padding: 26px; }
.svh-calendar {
  background: rgba(255,255,255,.76);
  border: 1px solid #fff;
  border-radius: 30px;
  box-shadow: var(--svh-shadow);
  overflow: hidden;
}
.svh-calendar__toolbar { align-items: center; display: flex; justify-content: space-between; padding: 20px 24px; }
.svh-calendar__toolbar h2 { font-size: clamp(25px, 4vw, 38px); letter-spacing: -.04em; margin: 0; text-align: center; }
.svh-calendar__nav { align-items: center; background: #050505; border-radius: 50%; color: #fff; display: flex; font-size: 24px; height: 48px; justify-content: center; width: 48px; }
.svh-calendar__grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); }
.svh-calendar__weekdays { background: #050505; color: rgba(255,255,255,.72); font-size: 13px; font-weight: 900; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.svh-calendar__weekdays div { padding: 11px 4px; }
.svh-calendar__day { border-bottom: 1px solid rgba(0,0,0,.08); border-right: 1px solid rgba(0,0,0,.08); min-height: 142px; padding: 10px; }
.svh-calendar__day:nth-child(7n) { border-right: 0; }
.svh-calendar__day.is-empty { background: rgba(0,0,0,.025); }
.svh-calendar__day.is-today { background: rgba(229,28,35,.06); box-shadow: inset 0 0 0 2px var(--svh-red); }
.svh-calendar__number { align-items: center; display: flex; font-size: 14px; font-weight: 900; height: 28px; justify-content: center; margin-bottom: 5px; width: 28px; }
.svh-calendar__day.is-today .svh-calendar__number { background: var(--svh-red); border-radius: 50%; color: #fff; }
.svh-calendar__event { background: #050505; border-radius: 10px; color: #fff; display: block; margin-top: 6px; padding: 8px; transition: transform .18s ease; }
.svh-calendar__event:hover { transform: translateY(-2px); }
.svh-calendar__event time { color: rgba(255,255,255,.64); display: block; font-size: 11px; font-weight: 800; }
.svh-calendar__event strong { display: block; font-size: 12px; line-height: 1.25; margin-top: 2px; overflow-wrap: anywhere; }
.svh-event-card__note { border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.7) !important; font-size: 13px; margin-top: 12px; padding-top: 10px; }
.svh-event-detail { align-items: start; display: grid; gap: 22px; grid-template-columns: minmax(0, 1.7fr) minmax(270px, .8fr); }
.svh-event-detail__main { background: rgba(255,255,255,.78); border: 1px solid #fff; border-radius: 28px; padding: clamp(24px, 5vw, 48px); }
.svh-event-note strong { display: block; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
.svh-event-note p { font-size: clamp(18px, 2.5vw, 24px); margin: 10px 0 0; white-space: pre-line; }
.svh-event-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.svh-event-actions .svh-button { border: 0; cursor: pointer; }
.svh-button--light { background: #ececef; color: #111; }
.svh-calendar-back { border-bottom: 1px solid rgba(255,255,255,.45); display: inline-block; font-weight: 800; margin-top: 24px; }
.nav-links { display: flex; gap: 8px; justify-content: center; margin-top: 34px; }
.page-numbers { background: #fff; border-radius: 12px; padding: 9px 13px; }
.page-numbers.current { background: #000; color: #fff; }

.svh-footer {
  background: #050505;
  color: #fff;
  margin-top: 80px;
  padding: 46px 0;
}

.svh-footer__grid {
  display: grid;
  gap: 28px;
  grid-template-columns: 2fr 1fr 1fr;
}

.svh-footer a,
.svh-footer p {
  color: rgba(255,255,255,.72);
}

.svh-footer h2,
.svh-footer h3 { margin-top: 0; }
.svh-footer__links { display: grid; gap: 10px; list-style: none; margin: 0; padding: 0; }
.svh-footer__links li { list-style: none; margin: 0; padding: 0; }
.svh-footer__links a { display: inline-flex; font-weight: 700; }
.svh-footer__links a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.svh-footer__copyright { margin-top: 22px; }

@media (min-width: 1101px) and (max-width: 1380px) {
  .svh-header__inner { gap: 14px; }
  .svh-brand { gap: 10px; }
  .svh-brand img { height: 52px; width: 52px; }
  .svh-brand small { font-size: 11px; }
  .svh-nav__list { gap: 4px; }
  .svh-nav a { font-size: 14px; min-height: 42px; padding: 9px 11px; }
}

@media (max-width: 1100px) {
  .svh-header__inner { min-height: 74px; }
  .svh-menu-toggle { background: #000; border: 0; border-radius: 14px; display: grid; flex: 0 0 auto; gap: 4px; margin-left: auto; padding: 12px; position: relative; z-index: 62; }
  .svh-menu-toggle > span:not(.screen-reader-text) { background: #fff; border-radius: 2px; display: block; height: 2px; width: 22px; }
  .svh-nav { align-items: stretch; backdrop-filter: blur(30px) saturate(145%); -webkit-backdrop-filter: blur(30px) saturate(145%); background: rgba(245,246,249,.94); border-bottom: 1px solid rgba(0,0,0,.08); box-shadow: 0 24px 50px rgba(18,22,30,.16); display: flex; left: 0; max-height: calc(100vh - 74px); max-height: calc(100dvh - 74px); overflow-y: auto; overscroll-behavior: contain; padding: 14px; position: absolute; right: 0; top: 74px; -webkit-overflow-scrolling: touch; z-index: 61; }
  .svh-nav__list { align-items: stretch; flex-direction: column; gap: 8px; width: 100%; }
  .svh-nav li, .svh-nav a { display: block; width: 100%; }
  .svh-nav a { border-radius: 18px; padding: 13px 16px; touch-action: manipulation; }
  .svh-brand__copy { overflow: hidden; }
  .svh-brand small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
}

@media (max-width: 860px) {
  .svh-grid--3,
  .svh-grid--4,
  .svh-footer__grid,
  .svh-promo-grid { grid-template-columns: 1fr; }
  .svh-sponsor-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .svh-contact { align-items: flex-start; flex-direction: column; }
  .svh-department-layout { grid-template-columns: 1fr; }
  .svh-department-layout--info-only { display: block; }
  .svh-department-layout--info-only .svh-info-card { max-width: none; }
  .svh-event-detail { grid-template-columns: 1fr; }
  .svh-news-layout { grid-template-columns: 1fr; }
  .svh-news-share { position: static; }
  .svh-news-archive-filter { grid-template-columns: 1fr 1fr; }
  .svh-news-archive-filter__actions { grid-column: 1 / -1; }
  .svh-info-card { position: static; }
  .svh-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .svh-hero { min-height: 470px; }
}

@media (max-width: 520px) {
  .svh-page { width: min(100% - 20px, 1180px); }
  .svh-brand img { height: 48px; width: 48px; }
  .svh-brand { font-size: 15px; }
  .svh-brand small { font-size: 11px; margin-top: 3px; }
  .svh-brand__year { font-size: .64em; }
  .svh-hero { border-radius: 26px; min-height: 520px; }
  .svh-hero__content { padding: 30px 24px; }
  .svh-hero__dots { bottom: 18px; right: 22px; }
  .svh-sponsor-grid { grid-template-columns: 1fr 1fr; }
  .svh-sponsor { min-height: 140px; padding: 14px; }
  .svh-event-card { grid-template-columns: 78px 1fr; }
  .svh-link-grid, .svh-contact-list { grid-template-columns: 1fr; }
  .svh-lightbox { padding: 16px; }
  .svh-feature-photo > span:last-child { bottom: 9px; right: 14px; }
  .svh-feature-photo--referee-group { aspect-ratio: 4 / 3; border-radius: 22px; width: calc(100% - 14px); }
  .svh-news-grid > .svh-news-card:first-child { grid-column: auto; }
  .svh-news-grid > .svh-news-card:first-child .svh-card__media { aspect-ratio: 16 / 10; }
  .svh-news-cover { border-radius: 26px; min-height: 520px; }
  .svh-news-cover h1 { font-size: clamp(36px, 12vw, 54px); }
  .svh-news-meta { grid-template-columns: 1fr; margin-inline: 4px; }
  .svh-news-meta__item { align-items: baseline; display: flex; gap: 12px; justify-content: space-between; padding: 13px 16px; }
  .svh-news-meta__item + .svh-news-meta__item { border-left: 0; border-top: 1px solid rgba(20,24,32,.09); }
  .svh-news-meta dt { margin: 0; }
  .svh-news-meta dd { text-align: right; }
  .svh-news-archive__head { align-items: flex-start; flex-direction: column; gap: 14px; }
  .svh-news-archive-filter { grid-template-columns: 1fr; }
  .svh-news-archive-filter__actions { align-items: stretch; flex-direction: column; grid-column: auto; }
  .svh-news-archive-filter__actions .svh-button { justify-content: center; width: 100%; }
  .svh-news-archive-filter__actions > a { align-self: center; margin-top: 3px; }
  .svh-calendar { margin-inline: 0; overflow: hidden; }
  .svh-calendar__toolbar { gap: 10px; min-width: 0; padding: 14px; }
  .svh-calendar__toolbar h2 { font-size: clamp(20px, 6vw, 27px); min-width: 0; }
  .svh-calendar__nav { flex: 0 0 42px; height: 42px; width: 42px; }
  .svh-calendar__grid { min-width: 0; width: 100%; }
  .svh-calendar__weekdays { font-size: 10px; letter-spacing: .05em; }
  .svh-calendar__weekdays div { padding: 9px 1px; }
  .svh-calendar__day { min-height: 58px; padding: 4px 2px; text-align: center; }
  .svh-calendar__number { font-size: 12px; height: 25px; margin: 0 auto; width: 25px; }
  .svh-calendar__event { background: transparent; border-radius: 50%; box-shadow: none; display: inline-block; height: 22px; margin: 1px -2px 0; overflow: hidden; padding: 0; position: relative; vertical-align: top; width: 22px; }
  .svh-calendar__event::after { background: #050505; border-radius: 50%; content: ''; height: 9px; inset: 50% auto auto 50%; position: absolute; transform: translate(-50%, -50%); width: 9px; }
  .svh-calendar__event time,
  .svh-calendar__event strong { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .svh-hero__media img { transition: opacity .25s ease; transform: none; }
  .svh-hero__media img.is-active { transform: none; }
}

/* SVH glass design system: original club styling built from standard web effects. */
body {
  background:
    radial-gradient(circle at 9% 8%, rgba(255,255,255,.98), transparent 28%),
    radial-gradient(circle at 91% 22%, rgba(168,174,186,.42), transparent 31%),
    radial-gradient(circle at 48% 76%, rgba(255,255,255,.72), transparent 34%),
    linear-gradient(145deg, #eef0f4 0%, #cfd3da 46%, #f5f6f8 100%);
  background-attachment: fixed;
}

body::before {
  /* Decorative only: the original photo remains unchanged in the facility card. */
  background: var(--svh-stadium-watermark, none) center / cover no-repeat;
  filter: grayscale(1);
  opacity: .065;
  content: "";
  inset: 0;
  pointer-events: none;
  position: fixed;
  z-index: -1;
}

@media (max-width: 700px) {
  body::before {
    background-position: 56% center;
    opacity: .045;
  }
}

.svh-header {
  background: linear-gradient(180deg, rgba(255,255,255,.82), rgba(241,243,247,.6));
  border-bottom: 1px solid rgba(255,255,255,.76);
  box-shadow: 0 12px 38px rgba(19,24,32,.08), inset 0 -1px 0 rgba(0,0,0,.04);
}

.svh-nav a,
.svh-filter a,
.page-numbers,
.svh-calendar__nav,
.svh-button,
.svh-hero__dot {
  backdrop-filter: blur(18px) saturate(155%);
  -webkit-backdrop-filter: blur(18px) saturate(155%);
}

.svh-nav a,
.svh-filter a,
.page-numbers {
  background: linear-gradient(145deg, rgba(255,255,255,.76), rgba(255,255,255,.42));
  border: 1px solid rgba(255,255,255,.9);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.82), 0 8px 24px rgba(20,24,32,.08);
}

.svh-nav a:hover,
.svh-nav .current-menu-item > a,
.svh-filter a.is-active,
.page-numbers.current {
  background: linear-gradient(145deg, rgba(18,18,20,.94), rgba(0,0,0,.78));
  border-color: rgba(255,255,255,.2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 10px 28px rgba(0,0,0,.2);
  color: #fff;
}

.svh-card,
.svh-live,
.svh-calendar,
.svh-promo,
.svh-sponsor,
.svh-empty,
.svh-prose,
.svh-news-prose,
.svh-event-detail__main,
.svh-contact-list p,
.svh-link-grid a,
.svh-link-grid article,
.svh-facts div {
  backdrop-filter: blur(26px) saturate(145%);
  -webkit-backdrop-filter: blur(26px) saturate(145%);
  background: linear-gradient(145deg, rgba(255,255,255,.76), rgba(246,247,250,.46));
  border: 1px solid rgba(255,255,255,.86);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.9),
    inset 0 -1px 0 rgba(255,255,255,.28),
    0 20px 55px rgba(24,29,38,.12);
}

.svh-card,
.svh-live,
.svh-promo,
.svh-sponsor,
.svh-calendar,
.svh-news-prose,
.svh-event-detail__main {
  position: relative;
}

.svh-card::after,
.svh-live::after,
.svh-promo::after,
.svh-sponsor::after,
.svh-news-prose::after,
.svh-event-detail__main::after {
  background: linear-gradient(110deg, rgba(255,255,255,.32), transparent 38%);
  border-radius: inherit;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.svh-card > *,
.svh-live > *,
.svh-promo > *,
.svh-sponsor > *,
.svh-news-prose > *,
.svh-event-detail__main > * { position: relative; z-index: 1; }

.svh-promo--dark {
  background: linear-gradient(145deg, rgba(32,33,37,.94), rgba(3,3,4,.88));
  border-color: rgba(255,255,255,.16);
  color: #fff;
}

.svh-promo--instagram {
  background: linear-gradient(145deg, rgba(254,218,117,.9), rgba(250,126,30,.88) 30%, rgba(214,41,118,.9) 58%, rgba(79,91,213,.9));
  border-color: rgba(255,255,255,.38);
  color: #fff;
}

.svh-page-header,
.svh-info-card,
.svh-news-share,
.svh-contact,
.svh-footer {
  backdrop-filter: blur(28px) saturate(135%);
  -webkit-backdrop-filter: blur(28px) saturate(135%);
  background:
    radial-gradient(circle at 82% 14%, rgba(255,255,255,.13), transparent 31%),
    linear-gradient(145deg, rgba(24,25,28,.94), rgba(3,3,4,.86));
  border: 1px solid rgba(255,255,255,.15);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 24px 64px rgba(0,0,0,.2);
}

.svh-button {
  background: linear-gradient(145deg, rgba(255,255,255,.94), rgba(225,228,234,.72));
  border: 1px solid rgba(255,255,255,.94);
  box-shadow: inset 0 1px 0 #fff, 0 10px 28px rgba(11,15,22,.14);
  transition: box-shadow .2s ease, transform .2s ease;
}

.svh-button:hover { box-shadow: inset 0 1px 0 #fff, 0 14px 34px rgba(11,15,22,.2); transform: translateY(-2px); }
.svh-button--dark,
.svh-live .svh-button--dark {
  background: linear-gradient(145deg, rgba(35,36,40,.94), rgba(0,0,0,.84));
  border-color: rgba(255,255,255,.2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.24), 0 12px 32px rgba(0,0,0,.24);
  color: #fff;
}

.svh-pill {
  backdrop-filter: blur(12px) saturate(150%);
  -webkit-backdrop-filter: blur(12px) saturate(150%);
  background: rgba(255,255,255,.58);
  border: 1px solid rgba(255,255,255,.78);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
}

.svh-hero {
  border: 1px solid rgba(255,255,255,.42);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.26), 0 30px 80px rgba(18,22,30,.24);
}

.svh-hero__content {
  text-shadow: 0 2px 24px rgba(0,0,0,.34);
}

.svh-hero__dot { border: 1px solid rgba(255,255,255,.5); box-shadow: 0 5px 16px rgba(0,0,0,.18); }
.svh-calendar__toolbar { background: linear-gradient(180deg, rgba(255,255,255,.52), rgba(255,255,255,.18)); }
.svh-calendar__day { background: rgba(255,255,255,.2); }
.svh-calendar__day.is-empty { background: rgba(125,130,141,.09); }
.svh-calendar__event { box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 7px 18px rgba(0,0,0,.14); }
.svh-lightbox::backdrop { backdrop-filter: blur(20px) saturate(120%); -webkit-backdrop-filter: blur(20px) saturate(120%); }

@media (max-width: 860px) {
  .svh-nav { backdrop-filter: blur(30px) saturate(145%); -webkit-backdrop-filter: blur(30px) saturate(145%); background: rgba(245,246,249,.94); }
  .svh-results__head { display: block; }
  .svh-results__source { display: inline-flex; margin-top: 16px; }
  .svh-results__actions .svh-button { justify-content: center; width: 100%; }
}

@media (prefers-contrast: more), (prefers-reduced-transparency: reduce) {
  .svh-header,
  .svh-card,
  .svh-live,
  .svh-calendar,
  .svh-promo,
  .svh-sponsor,
  .svh-empty,
  .svh-prose,
  .svh-news-prose,
  .svh-news-meta,
  .svh-event-detail__main { backdrop-filter: none; -webkit-backdrop-filter: none; background: #f7f7f8; }
  .svh-page-header,
  .svh-info-card,
  .svh-news-share,
  .svh-contact,
  .svh-footer { backdrop-filter: none; -webkit-backdrop-filter: none; background: #080808; }
}

/* Uniform sponsor presentation for logos of every source format. */
.svh-sponsor-grid {
  gap: clamp(16px, 2.2vw, 26px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.svh-section-copy {
  color: var(--svh-muted);
  line-height: 1.55;
  margin: 8px 0 0;
  max-width: 720px;
}

.svh-sponsor-support {
  align-items: center;
  backdrop-filter: blur(24px) saturate(145%);
  -webkit-backdrop-filter: blur(24px) saturate(145%);
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(255,255,255,.94);
  border-radius: 30px;
  box-shadow: var(--svh-shadow);
  display: grid;
  gap: 22px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  margin: 0 0 clamp(28px, 4vw, 48px);
  padding: clamp(22px, 3vw, 34px);
}

.svh-sponsor-support__icon {
  align-items: center;
  background: #080808;
  border-radius: 20px;
  color: #fff;
  display: flex;
  font-size: 26px;
  height: 68px;
  justify-content: center;
  width: 68px;
}

.svh-sponsor-support h2 { font-size: clamp(26px, 3vw, 38px); margin: 4px 0 8px; }
.svh-sponsor-support p { color: var(--svh-muted); line-height: 1.55; margin: 0; max-width: 780px; }
.svh-sponsor-support .svh-button { white-space: nowrap; }

.svh-sponsor {
  border-radius: 30px;
  min-height: 220px;
  padding: 28px;
}

.svh-sponsor__logo {
  align-items: center;
  display: flex;
  height: 150px;
  justify-content: center;
  transition: transform .25s ease;
  width: 100%;
}

.svh-sponsor__logo img,
.svh-sponsor img {
  display: block;
  height: 100%;
  max-height: 150px;
  max-width: 92%;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.svh-sponsor:hover .svh-sponsor__logo { transform: scale(1.04); }
.svh-sponsor__placeholder { color: #8a8d94; font-size: 12px; font-weight: 850; letter-spacing: .08em; line-height: 1.15; text-transform: uppercase; }

@media (max-width: 860px) {
  .svh-sponsor-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .svh-sponsor-support { align-items: start; grid-template-columns: auto 1fr; }
  .svh-sponsor-support .svh-button { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 520px) {
  .svh-sponsor-support { grid-template-columns: 1fr; }
  .svh-sponsor-support__icon { height: 58px; width: 58px; }
  .svh-sponsor-support .svh-button { width: 100%; }
  .svh-sponsor { min-height: 170px; padding: 18px; }
  .svh-sponsor__logo { height: 120px; }
  .svh-sponsor__logo img, .svh-sponsor img { max-height: 120px; }
}

.svh-sponsor-carousel { overflow: hidden; }
.svh-sponsor-carousel__track {
  display: grid;
  gap: 18px;
  grid-auto-columns: calc((100% - 54px) / 4);
  grid-auto-flow: column;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 4px 2px 28px;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}
.svh-sponsor-carousel__track::-webkit-scrollbar { display: none; }
.svh-sponsor-carousel__track .svh-sponsor { scroll-snap-align: start; }
.svh-sponsor-carousel__controls { align-items: center; display: flex; gap: 12px; justify-content: center; }
.svh-sponsor-carousel__controls button {
  align-items: center;
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  background: linear-gradient(145deg, rgba(255,255,255,.88), rgba(224,227,233,.66));
  border: 1px solid rgba(255,255,255,.95);
  border-radius: 50%;
  box-shadow: inset 0 1px 0 #fff, 0 9px 24px rgba(20,25,34,.13);
  cursor: pointer;
  display: flex;
  font-size: 20px;
  height: 46px;
  justify-content: center;
  transition: transform .2s ease;
  width: 46px;
}
.svh-sponsor-carousel__controls button:hover { transform: translateY(-2px); }
.svh-sponsor-carousel__controls span { color: var(--svh-muted); font-size: 13px; font-weight: 850; min-width: 48px; text-align: center; }
.svh-sponsor-carousel.has-no-overflow .svh-sponsor-carousel__controls { display: none; }

@media (max-width: 860px) {
  .svh-sponsor-carousel__track { grid-auto-columns: calc((100% - 18px) / 2); }
}

@media (max-width: 520px) {
  .svh-sponsor-carousel__track { grid-auto-columns: 100%; }
}

.svh-contact-page {
  align-items: start;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(250px, .72fr) minmax(0, 1.8fr);
}
.svh-contact-page .svh-info-card { margin-top: 0; }
.svh-contact-address summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 44px; font-size: 24px; font-weight: 800; cursor: pointer; list-style: none; }
.svh-contact-address summary::-webkit-details-marker { display: none; }
.svh-contact-address summary span { transition: transform .15s; }
.svh-contact-address details[open] summary { margin-bottom: 20px; }
.svh-contact-address details[open] summary span { transform: rotate(45deg); }
.svh-contact-form .svh-field-error { display: block; font-size: 14px; font-weight: 700; line-height: 1.5; margin-top: 7px; color: var(--svh-ink); }
.svh-contact-form [hidden] { display: none !important; }
form.svh-contact-form :is(input, select, textarea)[aria-invalid="true"] { outline: 2px solid currentColor; outline-offset: 2px; }
.svh-contact-form button:disabled { opacity: .65; cursor: default; }
@media (max-width: 800px) {
  .svh-contact-page .svh-contact-address { padding: 16px 20px; }
  .svh-contact-address summary { font-size: 20px; }
}
.svh-contact-page .svh-info-card h2 { font-size: 28px; margin: 8px 0 18px; }
.svh-contact-form-card {
  backdrop-filter: blur(26px) saturate(145%);
  -webkit-backdrop-filter: blur(26px) saturate(145%);
  background: linear-gradient(145deg, rgba(255,255,255,.8), rgba(245,247,250,.54));
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 30px;
  box-shadow: inset 0 1px 0 #fff, 0 22px 58px rgba(22,27,36,.13);
  padding: clamp(24px, 5vw, 48px);
}
.svh-contact-form-card > h2 { font-size: clamp(30px, 4vw, 46px); letter-spacing: -.04em; line-height: 1.04; margin: 6px 0 12px; }
.svh-contact-form-card > p { color: var(--svh-muted); margin-bottom: 28px; }
.svh-form-grid { display: grid; gap: 16px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.svh-contact-form p { margin: 0 0 17px; }
.svh-contact-form label { display: block; font-size: 14px; font-weight: 800; margin-bottom: 7px; }
.svh-contact-form input:not([type="checkbox"]),
.svh-contact-form select,
.svh-contact-form textarea {
  appearance: none;
  -webkit-appearance: none;
  background: rgba(255,255,255,.7);
  border: 1px solid rgba(255,255,255,.94);
  border-radius: 15px;
  box-shadow: inset 0 1px 0 #fff, inset 0 0 0 1px rgba(32,37,45,.04);
  color: var(--svh-ink);
  font: inherit;
  font-size: 16px;
  min-height: 52px;
  outline: none;
  padding: 12px 14px;
  transition: border-color .2s ease, box-shadow .2s ease;
  width: 100%;
}
.svh-contact-form select {
  background-image: linear-gradient(45deg, transparent 50%, #333 50%), linear-gradient(135deg, #333 50%, transparent 50%);
  background-position: calc(100% - 19px) 22px, calc(100% - 13px) 22px;
  background-repeat: no-repeat;
  background-size: 6px 6px, 6px 6px;
  padding-right: 38px;
}
.svh-contact-form textarea { min-height: 160px; resize: vertical; }
.svh-contact-form input:focus,
.svh-contact-form select:focus,
.svh-contact-form textarea:focus { border-color: #151515; box-shadow: 0 0 0 3px rgba(5,5,5,.12), inset 0 1px 0 #fff; }
.svh-form-grid--last { align-items: center; }
.svh-form-privacy label { font-weight: 600; line-height: 1.35; }
.svh-form-privacy input { height: 20px; margin: 0 8px 0 0; vertical-align: -4px; width: 20px; }
.svh-form-privacy a { border-bottom: 1px solid currentColor; font-weight: 800; }
.svh-contact-form .svh-button { border: 0; cursor: pointer; margin-top: 6px; }
.svh-form-note { color: var(--svh-muted); font-size: 12px; margin-top: 15px !important; }
.svh-form-honeypot { height: 1px; left: -10000px; overflow: hidden; position: absolute; top: auto; width: 1px; }
.svh-form-message { border-radius: 16px; margin-bottom: 22px; padding: 15px 17px; }
.svh-form-message.is-success { background: #e4f5e8; border: 1px solid #a8d8b1; color: #174b23; }
.svh-form-message.is-error { background: #fde8e8; border: 1px solid #efb3b3; color: #7a1d1d; }

@media (prefers-color-scheme: dark) {
  body :is(.svh-contact-form-card, .svh-contact-address) { background: #23272c; color: #f3f4f5; border-color: #484f57; box-shadow: inset 0 1px 0 #ffffff12, 0 18px 40px #0003; }
  body .svh-contact-form :is(input:not([type="checkbox"]), select, textarea) { background-color: #191d22; color: #f3f4f5; border-color: #69727d; box-shadow: none; }
  body .svh-contact-form select { background-image: linear-gradient(45deg, transparent 50%, #f3f4f5 50%), linear-gradient(135deg, #f3f4f5 50%, transparent 50%); }
  body .svh-contact-form :is(input, select, textarea):focus { border-color: #f3f4f5; box-shadow: 0 0 0 3px #ffffff30; }
  body .svh-contact-form .svh-form-message.is-error { background: #3b2428; border-color: #ad777e; color: #ffe0e3; }
  body .svh-contact-form .svh-form-message.is-success { background: #20382c; border-color: #658f74; color: #dcf7e5; }
}

@media (max-width: 860px) {
  .svh-contact-page { grid-template-columns: 1fr; }
  .svh-contact-page .svh-info-card { position: static; }
}

@media (max-width: 520px) {
  .svh-form-grid { grid-template-columns: 1fr; }
  .svh-contact-form-card { border-radius: 25px; padding: 24px 18px; }
}

/* Club profile */
.svh-club-page { padding-bottom: 40px; padding-top: 42px; }
.svh-club-hero {
  background: radial-gradient(circle at 84% 42%, rgba(255,255,255,.11), transparent 28%), linear-gradient(135deg, #050505, #202125);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 36px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 28px 70px rgba(9,12,17,.2);
  color: #fff;
  min-height: 500px;
  overflow: hidden;
  position: relative;
}
.svh-club-hero::after { background: linear-gradient(115deg, rgba(255,255,255,.06), transparent 40%); content: ""; inset: 0; pointer-events: none; position: absolute; }
.svh-club-hero__crest { filter: grayscale(1); height: min(680px, 78vw); opacity: .13; position: absolute; right: -7%; top: 50%; transform: translateY(-50%); width: min(680px, 78vw); }
.svh-club-hero__content { max-width: 720px; padding: clamp(42px, 8vw, 96px); position: relative; z-index: 1; }
.svh-club-hero .svh-eyebrow { color: rgba(255,255,255,.55); }
.svh-club-hero h1 { font-size: clamp(54px, 7vw, 92px); letter-spacing: -.06em; line-height: .9; margin: 24px 0 30px; }
.svh-club-hero p { color: rgba(255,255,255,.72); font-size: clamp(19px, 2.5vw, 28px); line-height: 1.35; margin: 0; max-width: 680px; }
.svh-club-hero__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 36px; }
.svh-button--outline { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.28); color: #fff; }

.svh-section-nav { backdrop-filter: blur(28px) saturate(150%); -webkit-backdrop-filter: blur(28px) saturate(150%); background: rgba(255,255,255,.62); border: 1px solid rgba(255,255,255,.9); border-radius: 999px; box-shadow: inset 0 1px 0 #fff, 0 16px 42px rgba(24,29,38,.12); display: flex; flex-wrap: nowrap; gap: 7px; margin: -28px auto 28px; max-width: calc(100% - 20px); overflow-x: auto; padding: 8px; position: relative; scrollbar-width: none; width: max-content; z-index: 2; }
.svh-section-nav::-webkit-scrollbar { display: none; }
.svh-section-nav a { border-radius: 999px; flex: 0 0 auto; font-size: 14px; font-weight: 850; padding: 10px 16px; white-space: nowrap; }
.svh-section-nav.svh-mag-jump { flex-wrap: nowrap; }
.svh-section-nav.svh-mag-jump a { background: transparent; border: 0; box-shadow: none; color: inherit; font-size: 14px; font-weight: 850; padding: 10px 16px; text-decoration: none; }
.svh-section-nav a:hover,
.svh-section-nav a:focus-visible { background: #050505; color: #fff; }

.svh-club-facts { display: grid; gap: 14px; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-bottom: clamp(54px, 8vw, 90px); }
.svh-club-facts article,
.svh-club-panel,
.svh-club-person,
.svh-club-facility,
.svh-club-documents article,
.svh-club-documents a {
  backdrop-filter: blur(26px) saturate(145%);
  -webkit-backdrop-filter: blur(26px) saturate(145%);
  background: linear-gradient(145deg, rgba(255,255,255,.78), rgba(242,244,248,.48));
  border: 1px solid rgba(255,255,255,.9);
  box-shadow: inset 0 1px 0 #fff, 0 18px 52px rgba(22,27,36,.11);
}
.svh-club-facts article { border-radius: 24px; min-height: 142px; padding: 26px; }
.svh-club-facts strong { display: block; font-size: clamp(24px, 3vw, 38px); letter-spacing: -.04em; line-height: 1; }
.svh-club-facts span { color: var(--svh-muted); display: block; font-size: 13px; font-weight: 750; margin-top: 10px; }

.svh-club-profile { align-items: stretch; display: grid; gap: 18px; grid-template-columns: minmax(0, 1.55fr) minmax(320px, .75fr); scroll-margin-top: 110px; }
.svh-club-panel { border-radius: 30px; padding: clamp(28px, 5vw, 52px); }
.svh-club-panel h2 { font-size: clamp(34px, 5vw, 58px); letter-spacing: -.05em; line-height: 1; margin: 8px 0 20px; }
.svh-club-panel--large > p { color: var(--svh-muted); font-size: 18px; max-width: 760px; }
.svh-club-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.svh-club-tags span { background: rgba(0,0,0,.06); border: 1px solid rgba(255,255,255,.8); border-radius: 999px; font-size: 13px; font-weight: 850; padding: 8px 12px; }
.svh-club-address { align-items: center; background: linear-gradient(145deg, rgba(25,26,29,.95), rgba(2,2,3,.91)); color: #fff; display: flex; flex-direction: column; justify-content: space-between; }
.svh-club-address img { filter: grayscale(1); height: 150px; object-fit: contain; width: 150px; }
.svh-club-address .svh-eyebrow, .svh-club-address p { color: rgba(255,255,255,.6); }
.svh-club-address h2 { font-size: 34px; margin-bottom: 12px; }
.svh-club-address a { border-bottom: 1px solid rgba(255,255,255,.45); font-weight: 800; }

.svh-club-section { margin-top: clamp(58px, 9vw, 104px); scroll-margin-top: 110px; }
.svh-club-board { display: grid; gap: 16px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.svh-club-board__contact { display: flex; justify-content: center; margin-top: 28px; }
.svh-club-board__contact .svh-button { text-align: center; }
.svh-club-person { align-items: center; border-radius: 22px; display: grid; gap: 16px; grid-template-columns: 110px minmax(0, 1fr); min-width: 0; padding: 16px; }
.svh-club-person:hover { box-shadow: inset 0 1px 0 #fff, 0 22px 56px rgba(14,18,25,.18); transform: translateY(-3px); }
.svh-club-person__initials { align-items: center; background: #050505; border-radius: 16px; color: #fff; display: flex; font-size: 28px; font-weight: 900; height: 130px; justify-content: center; width: 110px; overflow: hidden; }
.svh-club-person__initials > .svh-club-person__photo { display:block; width:100%; height:100%; object-fit:cover; object-position: center 20%; border-radius:inherit; }
.svh-club-person__initials > .svh-club-person__placeholder { display:block; width:100%; height:100%; padding:12px; box-sizing:border-box; object-fit:contain; background:#f3f3f3; border-radius:inherit; }
.svh-club-person__text { min-width: 0; }
.svh-club-person__text small { color: var(--svh-muted); display: block; font-size: 11px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; overflow-wrap: anywhere; }
.svh-club-person__text strong { display: block; font-size: 20px; line-height: 1.2; margin: 6px 0 0; overflow-wrap: anywhere; }
@media (min-width: 621px) and (max-width: 1100px) {
  .svh-club-board { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.svh-club-person__text span { color: var(--svh-muted); display: block; font-size: 13px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.svh-club-person__arrow { align-items: center; background: rgba(0,0,0,.06); border-radius: 50%; display: flex; font-size: 15px; height: 30px; justify-content: center; width: 30px; }

.svh-club-facilities { display: grid; gap: 16px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.svh-club-facility { border-radius: 28px; min-height: 300px; overflow: hidden; padding: 28px; position: relative; }
.svh-club-facility > strong { display: block; font-size: clamp(28px, 3.5vw, 42px); letter-spacing: -.045em; line-height: 1; margin-top: 50px; max-width: 300px; }
.svh-club-facility p { color: var(--svh-muted); max-width: 300px; }
.svh-club-facility > span { bottom: -24px; color: rgba(0,0,0,.06); font-size: 150px; font-weight: 950; line-height: 1; position: absolute; right: 12px; }
.svh-club-facility--dark { background: linear-gradient(145deg, #25262a, #030304); color: #fff; }
.svh-club-facility--dark .svh-eyebrow, .svh-club-facility--dark p { color: rgba(255,255,255,.6); }
.svh-club-facility--dark > span { color: rgba(255,255,255,.07); }

/* One shared facility card: preserve the entire aerial photograph. */
.svh-club-facilities.svh-club-facilities--combined { grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr); align-items: stretch; }
.svh-club-facility.svh-club-facility--aerial { padding: 0; min-width: 0; }
.svh-club-facility__aerial { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: contain; background: #17191b; }
.svh-club-facility__copy { padding: clamp(22px, 3vw, 34px); }
.svh-club-facility__copy h2 { font-size: clamp(28px, 3.3vw, 42px); letter-spacing: -.045em; line-height: 1.06; margin: 12px 0 15px; overflow-wrap: anywhere; }
.svh-club-facility__copy p { max-width: 60ch; margin: 0; }
.svh-club-facility--teams { display: flex; flex-direction: column; justify-content: center; min-width: 0; }
.svh-club-facility--teams > strong { margin-top: 28px; overflow-wrap: anywhere; }
@media (max-width: 900px) {
  .svh-club-facilities.svh-club-facilities--combined { grid-template-columns: minmax(0, 1fr); }
  .svh-club-facility--teams { min-height: 260px; }
}

.svh-club-history { background: linear-gradient(140deg, rgba(23,24,27,.96), rgba(2,2,3,.92)); border: 1px solid rgba(255,255,255,.16); border-radius: 34px; color: #fff; display: grid; gap: 50px; grid-template-columns: minmax(280px, .75fr) minmax(0, 1.35fr); margin-top: clamp(58px, 9vw, 104px); overflow: hidden; padding: clamp(32px, 6vw, 70px); scroll-margin-top: 110px; }
.svh-club-history .svh-eyebrow, .svh-club-history p { color: rgba(255,255,255,.58); }
.svh-club-history h2 { font-size: clamp(40px, 6vw, 68px); letter-spacing: -.055em; line-height: .98; margin: 10px 0 22px; }
.svh-club-milestones { display: grid; gap: 1px; }
.svh-club-milestones article { border-bottom: 1px solid rgba(255,255,255,.14); display: grid; gap: 16px; grid-template-columns: 105px 1fr; padding: 21px 0; }
.svh-club-milestones strong { font-size: 19px; }
.svh-club-milestones span { color: rgba(255,255,255,.7); }

.svh-club-membership { align-items: center; background: linear-gradient(135deg, #fff, #dfe2e8); border: 1px solid rgba(255,255,255,.94); border-radius: 34px; box-shadow: inset 0 1px 0 #fff, 0 24px 62px rgba(20,25,34,.13); display: flex; gap: 34px; justify-content: space-between; margin-top: clamp(58px, 9vw, 104px); padding: clamp(30px, 6vw, 66px); scroll-margin-top: 110px; }
.svh-club-membership h2 { font-size: clamp(40px, 6vw, 70px); letter-spacing: -.055em; line-height: .95; margin: 8px 0 18px; }
.svh-club-membership p { color: var(--svh-muted); font-size: 18px; max-width: 700px; }
.svh-club-membership__actions { display: flex; flex-direction: column; flex: 0 0 250px; gap: 10px; }
.svh-club-membership .svh-button { justify-content: center; }
.svh-club-membership .svh-button--outline { border-color: rgba(0,0,0,.18); color: #050505; }

.svh-club-documents { display: grid; gap: 14px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.svh-club-documents article, .svh-club-documents a { border-radius: 26px; display: grid; gap: 18px; grid-template-columns: 42px 1fr; min-height: 210px; padding: 28px; }
.svh-club-documents a { transition: box-shadow .2s ease, transform .2s ease; }
.svh-club-documents a:hover { box-shadow: inset 0 1px 0 #fff, 0 24px 60px rgba(14,18,25,.18); transform: translateY(-3px); }
.svh-club-documents article > span, .svh-club-documents a > span { align-items: center; background: #050505; border-radius: 13px; color: #fff; display: flex; font-size: 12px; font-weight: 900; height: 42px; justify-content: center; width: 42px; }
.svh-club-documents strong { display: block; font-size: 24px; }
.svh-club-documents p { color: var(--svh-muted); font-size: 14px; }
.svh-club-documents small { color: #888b92; display: block; font-size: 11px; margin-top: 22px; }
.svh-club-brand-head { align-items: end; display: flex; gap: 30px; justify-content: space-between; margin: 48px 0 22px; }
.svh-club-brand-head h3 { font-size: clamp(31px, 4vw, 48px); letter-spacing: -.045em; line-height: 1; margin: 8px 0 11px; }
.svh-club-brand-head p { color: var(--svh-muted); margin: 0; max-width: 650px; }
.svh-club-brand-head .svh-button { flex: 0 0 auto; }
.svh-club-brand-assets { display: grid; gap: 15px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.svh-club-brand-asset { background: linear-gradient(145deg, rgba(255,255,255,.86), rgba(238,240,244,.58)); border: 1px solid rgba(255,255,255,.94); border-radius: 26px; box-shadow: inset 0 1px 0 #fff, 0 18px 48px rgba(18,23,31,.1); color: #050505; display: grid; gap: 16px; grid-template-columns: minmax(0, 1fr) 42px; overflow: hidden; padding: 14px; transition: box-shadow .24s ease, transform .24s ease; }
.svh-club-brand-asset:hover { box-shadow: inset 0 1px 0 #fff, 0 25px 58px rgba(18,23,31,.17); transform: translateY(-3px); }
.svh-club-brand-asset__preview { align-items: center; background: linear-gradient(145deg, #fff, #e8eaee); border: 1px solid rgba(0,0,0,.05); border-radius: 18px; display: flex; grid-column: 1 / -1; justify-content: center; min-height: 190px; padding: 24px; }
.svh-club-brand-asset__preview img { height: 150px; object-fit: contain; width: 100%; }
.svh-club-brand-asset__body { min-width: 0; padding: 2px 7px 8px; }
.svh-club-brand-asset__body small { color: var(--svh-muted); display: block; font-size: 11px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.svh-club-brand-asset__body strong { display: block; font-size: 21px; line-height: 1.05; margin: 7px 0; }
.svh-club-brand-asset__body > span { color: var(--svh-muted); font-size: 13px; }
.svh-club-brand-asset__download { align-items: center; align-self: end; background: #050505; border-radius: 14px; color: #fff; display: flex; font-size: 21px; height: 42px; justify-content: center; margin-bottom: 6px; width: 42px; }

@media (max-width: 860px) {
  .svh-club-profile, .svh-club-history { grid-template-columns: 1fr; }
  .svh-club-facilities, .svh-club-documents { grid-template-columns: 1fr; }
  .svh-club-brand-assets { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .svh-club-facility { min-height: 240px; }
  .svh-club-membership { align-items: stretch; flex-direction: column; }
  .svh-club-membership__actions { flex-basis: auto; }
}

@media (max-width: 620px) {
  .svh-club-page, .svh-mag-page, .svh-archive, .svh-content-page { padding-top: 20px; }
  .svh-club-hero { border-radius: 27px; min-height: auto; }
  .svh-mag-hero { min-height: 480px; }
  .svh-club-hero__crest { height: 390px; opacity: .1; right: -32%; top: 30%; width: 390px; }
  .svh-club-hero__content { padding: 44px 24px; }
  .svh-club-hero h1 { font-size: clamp(44px, 14vw, 60px); }
  .svh-club-hero__actions .svh-button { justify-content: center; width: 100%; }
  .svh-section-nav { box-sizing: border-box; flex-wrap: nowrap; justify-content: flex-start; margin: -20px auto 28px; max-width: calc(100% - 20px); min-width: 0; overscroll-behavior-inline: contain; padding: 6px; scroll-padding-inline: 6px; scroll-snap-type: inline proximity; width: calc(100% - 20px); }
  .svh-section-nav a { font-size: 13px; padding: 9px 14px; scroll-snap-align: start; }
  .svh-section-nav.svh-mag-jump { gap: 4px; margin: -18px auto 24px; max-width: calc(100% - 16px); padding: 6px; width: calc(100% - 16px); -webkit-overflow-scrolling: touch; }
  .svh-section-nav.svh-mag-jump a { font-size: 13px; min-height: 44px; padding: 9px 14px; scroll-snap-align: start; }
  .svh-mag-hero { min-height: auto; }
  .svh-mag-hero .svh-club-hero__content { padding: 36px 22px 54px; }
  .svh-mag-hero + .svh-section-nav { margin-bottom: 24px; }
  .svh-mag-page > .svh-section:first-of-type { padding-top: 20px; }
  #mag-aktuell { scroll-margin-top: 100px; }
  .svh-page-header { border-radius: 27px; padding: 36px 24px; }
  .svh-club-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .svh-club-facts article { min-height: 120px; padding: 20px; }
  .svh-club-board { grid-template-columns: 1fr; }
  .svh-club-person { grid-template-columns: 85px minmax(0, 1fr); gap: 14px; padding: 14px; }
  .svh-club-person__initials { border-radius: 14px; height: 105px; width: 85px; }
  .svh-club-person__text strong { font-size: 19px; }
  .svh-club-person__text span { font-size: 11px; }
  .svh-club-history { border-radius: 27px; gap: 22px; padding: 30px 22px; }
  .svh-club-milestones article { grid-template-columns: 88px 1fr; }
  .svh-club-membership { border-radius: 27px; padding: 30px 22px; }
  .svh-club-documents article, .svh-club-documents a { min-height: auto; }
  .svh-club-brand-head { align-items: stretch; flex-direction: column; }
  .svh-club-brand-head .svh-button { justify-content: center; }
  .svh-club-brand-assets { grid-template-columns: 1fr; }
  .svh-club-brand-asset__preview { min-height: 165px; }
}

/* Club worlds */
.svh-club-worlds { display: grid; gap: 16px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.svh-club-world { border: 1px solid rgba(255,255,255,.88); border-radius: 30px; box-shadow: inset 0 1px 0 rgba(255,255,255,.72), 0 20px 56px rgba(19,24,33,.13); color: #fff; min-height: 390px; overflow: hidden; position: relative; transition: box-shadow .25s ease, transform .25s ease; }
.svh-club-world:hover { box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 28px 68px rgba(12,16,23,.22); transform: translateY(-4px); }
.svh-club-world--image > img { height: 100%; inset: 0; object-fit: cover; position: absolute; transition: transform .6s ease; width: 100%; }
.svh-club-world--image:hover > img { transform: scale(1.035); }
.svh-club-world__shade { background: linear-gradient(180deg, rgba(0,0,0,.04) 18%, rgba(0,0,0,.88) 100%); inset: 0; position: absolute; }
.svh-club-world__body { bottom: 0; display: block; left: 0; padding: 30px; position: absolute; right: 0; z-index: 2; }
.svh-club-world__body small { color: rgba(255,255,255,.62); display: block; font-size: 11px; font-weight: 900; letter-spacing: .12em; margin-bottom: 7px; text-transform: uppercase; }
.svh-club-world__body strong { display: block; font-size: clamp(30px, 4vw, 50px); letter-spacing: -.05em; line-height: .95; }
.svh-club-world__body > span { color: rgba(255,255,255,.68); display: block; font-size: 14px; margin-top: 12px; max-width: 420px; }
.svh-club-world--song { background: #fff; display: grid; grid-template-rows: minmax(0, 1fr) auto; min-height: 446px; }
.svh-club-world__song-video { background: radial-gradient(circle at 50% 20%, rgba(255,255,255,.16), transparent 28%), linear-gradient(145deg, #25262a, #030304); min-height: 0; overflow: hidden; position: relative; }
.svh-club-world__poster { background: transparent; border: 0; color: inherit; cursor: pointer; inset: 0; padding: 0; position: absolute; text-align: left; width: 100%; }
.svh-club-world__poster > img { filter: grayscale(1); height: 190px; left: 50%; opacity: .18; position: absolute; top: 42%; transform: translate(-50%, -50%); width: 190px; }
.svh-club-world__play { align-items: center; backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); background: rgba(255,255,255,.88); border-radius: 50%; color: #050505; display: flex; font-size: 22px; height: 72px; justify-content: center; left: 50%; padding-left: 4px; position: absolute; top: 37%; transform: translate(-50%, -50%); width: 72px; }
.svh-club-world__poster:focus-visible { box-shadow: inset 0 0 0 4px #fff; outline: 3px solid #050505; outline-offset: -7px; }
.svh-club-world__poster:hover .svh-club-world__play { transform: translate(-50%, -50%) scale(1.06); }
.svh-club-world__play { transition: transform .24s ease; }
.svh-youtube-player { background: #000; inset: 0; position: absolute; z-index: 5; }
.svh-youtube-player iframe { border: 0; height: 100%; inset: 0; position: absolute; width: 100%; }
.svh-club-world__song-video.is-playing { background: #000; }
.svh-club-world__more { align-items: center; background: #fff; color: #050505; display: flex; gap: 20px; justify-content: space-between; min-height: 76px; padding: 14px 22px; position: relative; z-index: 7; }
.svh-club-world__more span { display: block; min-width: 0; }
.svh-club-world__more small { color: var(--svh-muted); display: block; font-size: 10px; font-weight: 900; letter-spacing: .11em; line-height: 1.2; margin-bottom: 3px; text-transform: uppercase; }
.svh-club-world__more strong { display: block; font-size: 18px; letter-spacing: -.02em; }
.svh-club-world__more b { align-items: center; background: #050505; border-radius: 50%; color: #fff; display: inline-flex; flex: 0 0 38px; font-size: 19px; height: 38px; justify-content: center; transition: transform .25s ease; width: 38px; }
.svh-club-world__more:hover b { transform: translateX(3px); }
.svh-club-world--mag { background: linear-gradient(135deg, #f6f7f9, #cdd1d8); color: #050505; }
.svh-club-world--mag .svh-club-world__body small, .svh-club-world--mag .svh-club-world__body > span { color: rgba(0,0,0,.55); }
.svh-club-world__issue { color: rgba(0,0,0,.07); font-size: clamp(110px, 18vw, 220px); font-weight: 950; letter-spacing: -.09em; line-height: .8; position: absolute; right: -8px; top: 34px; }

/* Chronik */
.svh-history-page, .svh-legends-page { padding-bottom: 50px; padding-top: 42px; }
.svh-history-hero { border-radius: 36px; color: #fff; min-height: 560px; overflow: hidden; position: relative; }
.svh-history-hero > img { filter: grayscale(1); height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.svh-history-hero > span { background: linear-gradient(90deg, rgba(0,0,0,.88), rgba(0,0,0,.18)), linear-gradient(180deg, transparent 40%, rgba(0,0,0,.58)); inset: 0; position: absolute; }
.svh-history-hero > div { bottom: 0; left: 0; max-width: 850px; padding: clamp(34px, 7vw, 80px); position: absolute; z-index: 1; }
.svh-history-hero .svh-eyebrow { color: rgba(255,255,255,.58); }
.svh-history-hero h1 { font-size: clamp(54px, 7vw, 92px); letter-spacing: -.06em; line-height: .9; margin: 15px 0 26px; }
.svh-history-hero p { color: rgba(255,255,255,.72); font-size: clamp(18px, 2.5vw, 27px); margin: 0; }
.svh-history-intro { align-items: start; display: grid; gap: 36px; grid-template-columns: 1fr 1fr; margin: clamp(50px, 8vw, 90px) auto; max-width: 1040px; }
.svh-history-intro h2 { font-size: clamp(36px, 5vw, 58px); letter-spacing: -.05em; line-height: .98; margin: 8px 0 0; }
.svh-history-intro > p { color: var(--svh-muted); font-size: 18px; margin: 24px 0 0; }
.svh-history-album { backdrop-filter: blur(28px) saturate(145%); -webkit-backdrop-filter: blur(28px) saturate(145%); background: linear-gradient(145deg, rgba(255,255,255,.84), rgba(237,240,245,.58)); border: 1px solid rgba(255,255,255,.92); border-radius: 34px; box-shadow: inset 0 1px 0 #fff, 0 24px 70px rgba(17,22,30,.14); margin: 0 0 clamp(50px, 8vw, 90px); overflow: hidden; padding: clamp(22px, 4vw, 44px); }
.svh-history-album__head { align-items: end; display: grid; gap: 30px; grid-template-columns: minmax(0, 1fr) minmax(280px, .75fr); margin-bottom: 28px; }
.svh-history-album__head h2 { font-size: clamp(38px, 6vw, 68px); letter-spacing: -.055em; line-height: .92; margin: 9px 0 0; }
.svh-history-album__head > p { color: var(--svh-muted); font-size: 17px; margin: 0; }
.svh-history-album__viewer { background: linear-gradient(145deg, #242529, #060607); border: 1px solid rgba(255,255,255,.2); border-radius: 26px; min-height: clamp(420px, 67vw, 900px); overflow: hidden; position: relative; }
.svh-history-album__consent { align-items: center; color: #fff; display: flex; flex-direction: column; gap: 22px; inset: 0; justify-content: center; padding: 34px; position: absolute; text-align: center; }
.svh-history-album__consent > img { filter: grayscale(1) invert(1); height: 116px; opacity: .72; object-fit: contain; width: 116px; }
.svh-history-album__consent strong { display: block; font-size: clamp(27px, 4vw, 45px); letter-spacing: -.04em; line-height: 1; }
.svh-history-album__consent p { color: rgba(255,255,255,.62); margin: 10px auto 0; max-width: 560px; }
.svh-history-album__consent .svh-button { background: #fff; color: #050505; }
.svh-history-album__frame { height: clamp(520px, 67vw, 900px); }
.svh-history-album__frame iframe { background: #fff; border: 0; display: block; height: 100%; width: 100%; }
.svh-history-album__footer { align-items: start; display: grid; gap: 28px; grid-template-columns: minmax(0, 1fr) auto; padding: 26px 8px 0; }
.svh-history-album__footer p { color: var(--svh-muted); margin: 0; max-width: 900px; }
.svh-history-album__footer a { color: #050505; font-weight: 850; white-space: nowrap; }
.svh-history-chapters { display: grid; gap: 16px; }
.svh-history-chapter { backdrop-filter: blur(26px) saturate(145%); -webkit-backdrop-filter: blur(26px) saturate(145%); background: linear-gradient(145deg, rgba(255,255,255,.78), rgba(242,244,248,.48)); border: 1px solid rgba(255,255,255,.9); border-radius: 28px; box-shadow: inset 0 1px 0 #fff, 0 18px 52px rgba(22,27,36,.1); display: grid; gap: 26px; grid-template-columns: 66px minmax(0, 1fr); min-height: 230px; overflow: hidden; padding: 34px; position: relative; }
.svh-history-chapter.has-image { grid-template-columns: minmax(250px, .85fr) 66px minmax(0, 1.15fr); padding: 0; }
.svh-history-chapter > img { height: 100%; min-height: 300px; object-fit: cover; width: 100%; }
.svh-history-chapter__number { align-items: center; background: #050505; border-radius: 18px; color: #fff; display: flex; font-size: 15px; font-weight: 900; height: 66px; justify-content: center; width: 66px; }
.svh-history-chapter.has-image .svh-history-chapter__number { margin-top: 34px; }
.svh-history-chapter__body { align-self: center; max-width: 680px; }
.svh-history-chapter.has-image .svh-history-chapter__body { padding: 34px 34px 34px 0; }
.svh-history-chapter__body small { color: var(--svh-muted); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.svh-history-chapter__body h2 { font-size: clamp(28px, 4vw, 45px); letter-spacing: -.045em; line-height: 1; margin: 8px 0 14px; }
.svh-history-chapter__body p { color: var(--svh-muted); font-size: 16px; margin: 0; }
.svh-archive-detail-link { align-items: center; border-bottom: 1px solid rgba(20,24,32,.24); display: inline-flex; font-size: 13px; font-weight: 850; gap: 8px; margin-top: 20px; padding-bottom: 4px; }
.svh-archive-detail-link span { transition: transform .2s ease; }
.svh-archive-detail-link:hover span { transform: translateX(4px); }
.svh-history-credit { align-items: center; background: linear-gradient(145deg, #25262a, #030304); border: 1px solid rgba(255,255,255,.18); border-radius: 32px; color: #fff; display: grid; gap: 28px; grid-template-columns: 110px minmax(0, 1fr) auto; margin-top: 70px; padding: clamp(28px, 5vw, 50px); }
.svh-history-credit img { filter: grayscale(1); height: 100px; object-fit: contain; width: 100px; }
.svh-history-credit .svh-eyebrow, .svh-history-credit p { color: rgba(255,255,255,.6); }
.svh-history-credit h2 { font-size: clamp(29px, 4vw, 45px); letter-spacing: -.04em; line-height: 1; margin: 7px 0 10px; }
.svh-history-credit p { margin: 0; max-width: 650px; }

/* Legenden */
.svh-legends-hero { background: radial-gradient(circle at 80% 30%, rgba(255,255,255,.11), transparent 28%), linear-gradient(145deg, #242529, #030304); border: 1px solid rgba(255,255,255,.17); border-radius: 36px; color: #fff; min-height: 470px; overflow: hidden; padding: clamp(40px, 8vw, 90px); position: relative; }
.svh-legends-hero > img { filter: grayscale(1); height: 520px; opacity: .1; position: absolute; right: -30px; top: 50%; transform: translateY(-50%); width: 520px; }
.svh-legends-hero > div { max-width: 790px; position: relative; z-index: 1; }
.svh-legends-hero .svh-eyebrow { color: rgba(255,255,255,.56); }
.svh-legends-hero h1 { font-size: clamp(54px, 7vw, 92px); letter-spacing: -.06em; line-height: .9; margin: 24px 0 30px; }
.svh-legends-hero p { color: rgba(255,255,255,.7); font-size: clamp(18px, 2.5vw, 26px); max-width: 720px; }
.svh-legends-grid { display: grid; gap: 22px; margin-top: 28px; }
.svh-legend-card { backdrop-filter: blur(26px) saturate(145%); -webkit-backdrop-filter: blur(26px) saturate(145%); background: linear-gradient(145deg, rgba(255,255,255,.8), rgba(242,244,248,.5)); border: 1px solid rgba(255,255,255,.92); border-radius: 30px; box-shadow: inset 0 1px 0 #fff, 0 20px 56px rgba(20,25,34,.12); display: grid; grid-template-columns: minmax(300px, .9fr) minmax(0, 1.25fr); overflow: hidden; }
.svh-legend-card:nth-child(even) { grid-template-columns: minmax(0, 1.25fr) minmax(300px, .9fr); }
.svh-legend-card:nth-child(even) .svh-legend-card__image { order: 2; }
.svh-legend-card__image { min-height: 440px; overflow: hidden; position: relative; }
.svh-legend-card__image img { filter: grayscale(.25); height: 100%; object-fit: cover; width: 100%; }
.svh-legend-card__image > span { align-items: center; backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); background: rgba(255,255,255,.75); border: 1px solid rgba(255,255,255,.9); border-radius: 16px; bottom: 20px; display: flex; font-size: 13px; font-weight: 900; height: 48px; justify-content: center; position: absolute; right: 20px; width: 48px; }
.svh-legend-card__body { align-self: center; padding: clamp(30px, 6vw, 70px); }
.svh-legend-card__body small { color: var(--svh-muted); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.svh-legend-card__body h2 { font-size: clamp(38px, 6vw, 68px); letter-spacing: -.055em; line-height: .92; margin: 12px 0 16px; }
.svh-legend-card__body h3 { font-size: clamp(20px, 3vw, 29px); margin: 0 0 18px; }
.svh-legend-card__body p { color: var(--svh-muted); font-size: 17px; }
.svh-department-archive-note { align-items: center; background: rgba(255,255,255,.72); border: 1px solid rgba(255,255,255,.9); border-radius: 24px; box-shadow: 0 16px 44px rgba(20,25,34,.09); display: flex; gap: 22px; justify-content: space-between; margin: 26px 0; padding: 22px 24px; }
.svh-department-archive-note strong { display: block; font-size: clamp(18px, 2.5vw, 25px); line-height: 1.15; margin-top: 5px; }
.svh-legends-quote { align-items: center; background: linear-gradient(145deg, #25262a, #030304); border-radius: 32px; color: #fff; display: grid; gap: 25px; grid-template-columns: 70px minmax(0, 1fr) auto; margin-top: 60px; padding: clamp(28px, 6vw, 60px); }
.svh-legends-quote > span { color: rgba(255,255,255,.18); font-family: Georgia, serif; font-size: 110px; line-height: .6; }
.svh-legends-quote p { font-size: clamp(20px, 3vw, 31px); font-weight: 750; line-height: 1.25; margin: 0; max-width: 760px; }
.svh-legends-quote a { border-bottom: 1px solid rgba(255,255,255,.4); font-weight: 850; white-space: nowrap; }

@media (max-width: 860px) {
  .svh-history-chapter.has-image { grid-template-columns: 1fr 60px minmax(0, 1fr); }
  .svh-history-chapter > img { grid-column: 1 / -1; max-height: 420px; min-height: 0; }
  .svh-history-chapter.has-image .svh-history-chapter__number { margin: 0 0 30px 30px; }
  .svh-history-chapter.has-image .svh-history-chapter__body { padding: 0 30px 30px 0; }
  .svh-history-credit { grid-template-columns: 90px 1fr; }
  .svh-history-credit .svh-button { grid-column: 1 / -1; justify-content: center; }
  .svh-legend-card, .svh-legend-card:nth-child(even) { grid-template-columns: 1fr; }
  .svh-legend-card:nth-child(even) .svh-legend-card__image { order: 0; }
  .svh-legend-card__image { min-height: 480px; }
  .svh-legends-quote { grid-template-columns: 60px 1fr; }
  .svh-legends-quote a { grid-column: 2; justify-self: start; }
}

@media (max-width: 620px) {
  .svh-department-archive-note { align-items: stretch; flex-direction: column; }
  .svh-department-archive-note .svh-button { justify-content: center; width: 100%; }
  .svh-club-worlds { grid-template-columns: 1fr; }
  .svh-club-world { border-radius: 25px; min-height: 360px; }
  .svh-club-world__body { padding: 24px; }
  .svh-history-page, .svh-legends-page { padding-top: 20px; }
  .svh-history-hero, .svh-legends-hero { border-radius: 27px; min-height: 520px; }
  .svh-history-hero > div, .svh-legends-hero { padding: 38px 24px; }
  .svh-history-intro { grid-template-columns: 1fr; }
  .svh-history-intro > p { margin-top: 0; }
  .svh-history-album { border-radius: 27px; padding: 14px; }
  .svh-history-album__head, .svh-history-album__footer { grid-template-columns: 1fr; }
  .svh-history-album__head { padding: 16px 10px 0; }
  .svh-history-album__viewer { border-radius: 20px; min-height: 540px; }
  .svh-history-album__frame { height: min(72vh, 720px); min-height: 540px; }
  .svh-history-album__consent { padding: 24px; }
  .svh-history-album__consent > img { height: 84px; width: 84px; }
  .svh-history-album__footer { padding: 22px 10px 12px; }
  .svh-history-album__footer a { white-space: normal; }
  .svh-history-chapter, .svh-history-chapter.has-image { gap: 16px; grid-template-columns: 52px minmax(0, 1fr); padding: 22px; }
  .svh-history-chapter > img { border-radius: 18px; grid-column: 1 / -1; margin: -6px -6px 6px; max-width: calc(100% + 12px); width: calc(100% + 12px); }
  .svh-history-chapter__number { border-radius: 14px; height: 52px; width: 52px; }
  .svh-history-chapter.has-image .svh-history-chapter__number { margin: 0; }
  .svh-history-chapter.has-image .svh-history-chapter__body { padding: 0; }
  .svh-history-credit { grid-template-columns: 1fr; text-align: left; }
  .svh-history-credit img { height: 76px; width: 76px; }
  .svh-legends-hero > img { height: 340px; right: -120px; top: 35%; width: 340px; }
  .svh-legend-card { border-radius: 25px; }
  .svh-legend-card__image { min-height: 360px; }
  .svh-legend-card__body { padding: 28px 22px; }
  .svh-legends-quote { grid-template-columns: 1fr; }
  .svh-legends-quote > span { height: 44px; }
  .svh-legends-quote a { grid-column: 1; }
}

/* Historic Contao archive */
.svh-club-archive-links {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.svh-club-archive-links > a {
  background:
    radial-gradient(circle at 88% 8%, rgba(255,255,255,.15), transparent 25%),
    linear-gradient(145deg, #27282c, #050505);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 30px;
  box-shadow: 0 22px 58px rgba(17,21,29,.16);
  color: #fff;
  min-height: 300px;
  overflow: hidden;
  padding: clamp(28px, 5vw, 48px);
  position: relative;
}

.svh-club-archive-links small,
.svh-club-archive-links strong,
.svh-club-archive-links span {
  display: block;
  max-width: 540px;
  position: relative;
  z-index: 1;
}

.svh-club-archive-links small {
  color: rgba(255,255,255,.5);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.svh-club-archive-links strong {
  font-size: clamp(32px, 4.2vw, 55px);
  letter-spacing: -.055em;
  line-height: .96;
  margin-top: 20px;
}

.svh-club-archive-links span {
  color: rgba(255,255,255,.66);
  margin-top: 18px;
}

.svh-club-archive-links b {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  bottom: 26px;
  color: #050505;
  display: flex;
  font-size: 23px;
  height: 52px;
  justify-content: center;
  position: absolute;
  right: 26px;
  width: 52px;
}

.svh-heritage-page {
  padding-bottom: 60px;
  padding-top: 42px;
}

.svh-heritage-hero {
  background:
    radial-gradient(circle at 82% 30%, rgba(255,255,255,.12), transparent 27%),
    linear-gradient(145deg, #25262a, #030304);
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 38px;
  color: #fff;
  min-height: 500px;
  overflow: hidden;
  position: relative;
}

.svh-heritage-hero > img {
  filter: grayscale(1);
  height: min(620px, 72vw);
  opacity: .1;
  position: absolute;
  right: -4%;
  top: 50%;
  transform: translateY(-50%);
  width: min(620px, 72vw);
}

.svh-heritage-hero__content {
  container-type: inline-size;
  max-width: 960px;
  padding: clamp(42px, 8vw, 92px);
  position: relative;
  z-index: 1;
}

.svh-heritage-hero .svh-eyebrow {
  color: rgba(255,255,255,.5);
}

.svh-heritage-hero h1 {
  font-size: clamp(36px, 6vw, 86px);
  font-size: clamp(32px, 10cqi, 86px);
  hyphens: auto;
  letter-spacing: -.07em;
  line-height: 1.02;
  margin: 24px 0 30px;
  max-width: 1000px;
  overflow-wrap: anywhere;
  word-break: normal;
}

.svh-heritage-hero--wide-title h1 {
  font-size: clamp(54px, 6.5vw, 82px);
  line-height: .94;
  max-width: 920px;
}

.svh-heritage-hero p {
  color: rgba(255,255,255,.68);
  font-size: clamp(18px, 2.4vw, 26px);
  margin: 0 0 34px;
  max-width: 720px;
}

.svh-heritage-hero .svh-button--outline {
  border-color: rgba(255,255,255,.34);
  color: #fff;
}

.svh-heritage-hero__secondary {
  color: rgba(255,255,255,.72);
  display: inline-flex;
  font-size: 14px;
  font-weight: 750;
  margin-left: 18px;
  padding: 12px 2px;
  text-decoration: underline;
  text-decoration-color: rgba(255,255,255,.28);
  text-underline-offset: 5px;
}

.svh-heritage-section {
  margin-top: clamp(48px, 8vw, 86px);
}

.svh-heritage-tools {
  align-items: end;
  backdrop-filter: blur(24px) saturate(135%);
  -webkit-backdrop-filter: blur(24px) saturate(135%);
  background: rgba(255,255,255,.7);
  border: 1px solid rgba(255,255,255,.94);
  border-radius: 24px;
  box-shadow: inset 0 1px 0 #fff, 0 14px 38px rgba(20,25,34,.08);
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(240px, 1.5fr) minmax(190px, .8fr) auto;
  margin-bottom: 22px;
  padding: 18px;
}

.svh-heritage-tools label,
.svh-heritage-tools label > span {
  display: grid;
  gap: 7px;
}

.svh-heritage-tools label > span {
  color: var(--svh-muted);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.svh-heritage-tools input,
.svh-heritage-tools select {
  appearance: none;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(0,0,0,.13);
  border-radius: 14px;
  color: var(--svh-ink);
  font: inherit;
  min-height: 48px;
  padding: 10px 14px;
  width: 100%;
}

.svh-heritage-tools select {
  background-image: linear-gradient(45deg, transparent 50%, #555 50%), linear-gradient(135deg, #555 50%, transparent 50%);
  background-position: calc(100% - 19px) 21px, calc(100% - 14px) 21px;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
  padding-right: 38px;
}

.svh-heritage-tools input:focus,
.svh-heritage-tools select:focus {
  border-color: #111;
  box-shadow: 0 0 0 3px rgba(0,0,0,.09);
  outline: none;
}

.svh-heritage-tools p {
  color: var(--svh-muted);
  font-size: 13px;
  font-weight: 750;
  margin: 0 2px 14px;
  white-space: nowrap;
}

.svh-heritage-empty {
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(255,255,255,.92);
  border-radius: 22px;
  color: var(--svh-muted);
  margin: 0;
  padding: 24px;
  text-align: center;
}

.svh-heritage-page .svh-heritage-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.svh-heritage-page .svh-heritage-card {
  background: linear-gradient(145deg, #292a2e, #080809);
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 29px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.16), 0 20px 52px rgba(18,22,30,.15);
  color: #fff;
  min-height: 390px;
  overflow: hidden;
  position: relative;
}

.svh-heritage-page .svh-heritage-card__media {
  inset: 0;
  overflow: hidden;
  position: absolute;
  z-index: 0;
}

.svh-heritage-page .svh-heritage-card__media img {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.svh-heritage-page .svh-heritage-card__backdrop {
  filter: blur(22px) brightness(.66) saturate(.72);
  object-fit: cover;
  transform: scale(1.12);
}

.svh-heritage-page .svh-heritage-card__media .svh-heritage-card__foreground {
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 17px;
  bottom: auto;
  box-shadow: 0 12px 30px rgba(0,0,0,.2);
  height: auto;
  left: 14px;
  object-fit: cover;
  object-position: center;
  padding: 0;
  right: 14px;
  top: 14px;
  transition: transform .55s cubic-bezier(.22, 1, .36, 1);
  width: calc(100% - 28px);
}

.svh-heritage-page .svh-heritage-card__crest {
  filter: grayscale(1);
  height: 210px;
  opacity: .16;
  position: absolute;
  right: -28px;
  top: 35px;
  width: 210px;
}

.svh-heritage-page .svh-heritage-card__shade {
  background: linear-gradient(180deg, rgba(0,0,0,.02) 18%, rgba(0,0,0,.92) 92%);
  inset: 0;
  position: absolute;
}

.svh-heritage-page .svh-heritage-card__body {
  bottom: 0;
  display: block;
  left: 0;
  padding: 28px;
  position: absolute;
  right: 0;
  z-index: 1;
}

.svh-heritage-page .svh-heritage-card__body strong,
.svh-heritage-page .svh-heritage-card__body > span {
  display: block;
  padding-right: 46px;
}

.svh-heritage-page .svh-heritage-card__body strong {
  display: -webkit-box;
  font-size: clamp(25px, 2.55vw, 38px);
  letter-spacing: -.05em;
  line-height: 1;
  margin-top: 0;
  overflow: hidden;
  text-wrap: balance;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.svh-heritage-page .svh-heritage-card__body > span {
  color: rgba(255,255,255,.66);
  display: -webkit-box;
  font-size: 14px;
  line-height: 1.45;
  margin-top: 14px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.svh-heritage-page .svh-heritage-card__body b {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  bottom: 27px;
  color: #050505;
  display: flex;
  height: 42px;
  justify-content: center;
  position: absolute;
  right: 25px;
  width: 42px;
}

.svh-heritage-content {
  backdrop-filter: blur(28px) saturate(145%);
  -webkit-backdrop-filter: blur(28px) saturate(145%);
  background: linear-gradient(145deg, rgba(255,255,255,.83), rgba(241,243,247,.58));
  border: 1px solid rgba(255,255,255,.94);
  border-radius: 34px;
  box-shadow: inset 0 1px 0 #fff, 0 24px 64px rgba(20,25,34,.11);
  margin-top: 28px;
  padding: clamp(28px, 6vw, 74px);
}

.svh-heritage-content > .svh-eyebrow {
  margin-bottom: 22px;
}

.svh-archive-prose {
  margin: 0 auto;
  max-width: 1120px;
  min-width: 0;
  overflow-wrap: anywhere;
}

.svh-archive-prose > h2:first-child,
.svh-archive-prose > h3:first-child {
  margin-top: 0;
}

.svh-archive-prose h2 {
  font-size: clamp(34px, 5vw, 62px);
  letter-spacing: -.05em;
  line-height: .98;
}

.svh-archive-prose h3 {
  font-size: clamp(24px, 3vw, 36px);
  letter-spacing: -.035em;
}

.svh-archive-prose p,
.svh-archive-prose li {
  font-size: clamp(16px, 1.7vw, 19px);
}

.svh-archive-prose .svh-gallery,
.svh-archive-prose > .wp-block-group > .svh-gallery {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 28px 0;
}

.svh-archive-prose figure.wp-block-image {
  margin: 22px 0;
}

.svh-archive-prose .svh-gallery figure.wp-block-image {
  align-items: center;
  background: #eceef1;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  overflow: hidden;
}

.svh-archive-prose figure.wp-block-image img {
  border-radius: 18px;
  display: block;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  width: 100%;
}

.svh-archive-prose .svh-gallery figure.wp-block-image img {
  aspect-ratio: 4 / 3;
  background: linear-gradient(145deg, #f5f6f8, #dfe2e7);
  object-fit: contain;
}

.svh-archive-prose figcaption {
  color: var(--svh-muted);
  font-size: 13px;
  padding-top: 8px;
}

.svh-archive-prose .svh-gallery figure.wp-block-image > a {
  display: block;
  width: 100%;
}

.svh-archive-video {
  aspect-ratio: 16 / 9;
  background: #050505;
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(0,0,0,.16);
  margin: 26px 0 36px;
  overflow: hidden;
  position: relative;
}

.svh-archive-prose .svh-archive-video iframe {
  border: 0;
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.svh-archive-caption {
  background: rgba(255,255,255,.7);
  border-left: 4px solid var(--svh-black);
  border-radius: 0 16px 16px 0;
  color: var(--svh-muted);
  margin-top: 24px;
  padding: 18px 20px;
}

.svh-archive-divider {
  border: 0;
  border-top: 1px solid rgba(0,0,0,.12);
  margin: 42px 0;
}

.svh-archive-prose table {
  border-collapse: collapse;
  display: block;
  max-width: 100%;
  overflow-x: auto;
  width: 100% !important;
}

.svh-archive-prose iframe,
.svh-archive-prose video {
  height: auto;
  max-width: 100%;
}

.svh-archive-prose pre {
  max-width: 100%;
  overflow-x: auto;
  white-space: pre-wrap;
}

.svh-archive-prose th,
.svh-archive-prose td {
  border: 1px solid rgba(0,0,0,.12) !important;
  min-width: 130px;
  padding: 12px !important;
}

@media (hover: hover) and (pointer: fine) {
  .svh-club-archive-links > a,
  .svh-heritage-page .svh-heritage-card {
    transition: box-shadow .28s ease, transform .28s cubic-bezier(.22, 1, .36, 1);
  }

  .svh-club-archive-links > a:hover,
  .svh-heritage-page .svh-heritage-card:hover {
    box-shadow: 0 28px 70px rgba(14,18,25,.23);
    transform: translateY(-4px);
  }

  .svh-heritage-page .svh-heritage-card:hover .svh-heritage-card__foreground {
    transform: scale(1.025);
  }
}

@media (max-width: 940px) {
  .svh-heritage-tools {
    grid-template-columns: 1fr 1fr;
  }

  .svh-heritage-tools p {
    grid-column: 1 / -1;
    margin: 0 2px;
  }

  .svh-heritage-page .svh-heritage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .svh-archive-prose .svh-gallery,
  .svh-archive-prose > .wp-block-group > .svh-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .svh-club-archive-links,
  .svh-heritage-page .svh-heritage-grid {
    grid-template-columns: 1fr;
  }

  .svh-club-archive-links > a {
    min-height: 330px;
  }

  .svh-heritage-page {
    padding-top: 20px;
  }

  .svh-heritage-hero {
    border-radius: 27px;
    min-height: 500px;
  }

  .svh-heritage-hero__content {
    padding: 40px 24px;
  }

  .svh-heritage-hero__secondary {
    display: flex;
    margin: 10px 0 0;
    width: fit-content;
  }

  .svh-heritage-hero h1 {
    font-size: clamp(32px, 8vw, 48px);
    font-size: clamp(30px, 10cqi, 48px);
  }

  .svh-heritage-hero--wide-title h1 {
    font-size: clamp(38px, 11vw, 48px);
    line-height: .98;
  }

  .svh-heritage-page .svh-heritage-card {
    min-height: 360px;
  }

  .svh-heritage-tools {
    border-radius: 20px;
    grid-template-columns: 1fr;
    padding: 15px;
  }

  .svh-heritage-content {
    border-radius: 26px;
    padding: 30px 20px;
  }

  .svh-archive-prose .svh-gallery,
  .svh-archive-prose > .wp-block-group > .svh-gallery {
    grid-template-columns: 1fr;
  }

}

/* Ball donations: current highlights on the home page and a seasonal archive. */
.svh-ball-home {
  background: linear-gradient(140deg, rgba(255,255,255,.76), rgba(236,238,242,.58));
  border: 1px solid rgba(255,255,255,.92);
  border-radius: var(--svh-radius-xl);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.95), 0 18px 52px rgba(24,29,38,.09);
  padding: clamp(22px, 4vw, 42px);
}

.svh-ball-card {
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(255,255,255,.94);
  border-radius: 28px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.95), 0 14px 38px rgba(24,29,38,.1);
  min-width: 0;
  overflow: hidden;
}

.svh-ball-card__media {
  aspect-ratio: 16 / 10;
  background: linear-gradient(145deg, #e4e6ea, #fff);
  overflow: hidden;
  position: relative;
}

.svh-ball-card__media > img {
  height: 100%;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}

.svh-ball-card--focus-center .svh-ball-card__media > img { object-position: center center; }
.svh-ball-card--focus-bottom .svh-ball-card__media > img { object-position: center bottom; }

.svh-ball-card__media > img[src*="logo"] { object-fit: contain; padding: 36px; }

.svh-ball-card__symbol {
  align-items: center;
  backdrop-filter: blur(14px);
  background: rgba(8,8,9,.76);
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  bottom: 14px;
  color: #fff;
  display: flex;
  font-size: 19px;
  height: 44px;
  justify-content: center;
  position: absolute;
  right: 14px;
  width: 44px;
}

.svh-ball-card__body { padding: 22px; }
.svh-ball-card h3 { font-size: clamp(23px, 2.4vw, 30px); line-height: 1.08; margin: 5px 0 10px; }
.svh-ball-card p { margin: 0; }
.svh-ball-card__match { font-weight: 750; }
.svh-ball-card time { color: var(--svh-muted); display: block; font-size: 14px; margin-top: 5px; }
.svh-ball-card__link { display: inline-flex; font-size: 14px; font-weight: 850; gap: 6px; margin-top: 15px; }
.svh-ball-card__link:hover { text-decoration: underline; text-underline-offset: 4px; }
.svh-ball-archive { padding-bottom: 50px; }
.svh-ball-season { margin-top: clamp(42px, 7vw, 76px); }
.svh-ball-season__count {
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(255,255,255,.88);
  border-radius: 999px;
  color: var(--svh-muted);
  font-size: 13px;
  font-weight: 850;
  padding: 9px 14px;
  white-space: nowrap;
}
.svh-ball-support .svh-sponsor-support__icon { font-size: 25px; }

@media (hover: hover) and (pointer: fine) {
  .svh-ball-card { transition: box-shadow .28s ease, transform .28s cubic-bezier(.22, 1, .36, 1); }
  .svh-ball-card:hover { box-shadow: inset 0 1px 0 rgba(255,255,255,.98), 0 24px 62px rgba(20,25,34,.16); transform: translateY(-4px); }
}

@media (max-width: 620px) {
  .svh-ball-home { border-radius: 26px; padding: 20px; }
  .svh-ball-card { border-radius: 24px; }
  .svh-ball-card__media { aspect-ratio: 4 / 3; }
  .svh-ball-card__body { padding: 19px; }
  .svh-ball-season__count { display: none; }
}

@media (min-width: 621px) and (max-width: 980px) {
  .svh-ball-card__media { aspect-ratio: 3 / 2; }
}

/* Motion system: progressive, touch-safe and respectful of accessibility settings. */
.svh-motion-ready .svh-reveal {
  opacity: 0;
  transform: translate3d(0, 14px, 0) scale(.994);
  transition:
    opacity .48s cubic-bezier(.22, 1, .36, 1) var(--svh-reveal-delay, 0ms),
    transform .54s cubic-bezier(.22, 1, .36, 1) var(--svh-reveal-delay, 0ms);
  will-change: opacity, transform;
}

.svh-motion-ready .svh-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  will-change: auto;
}

.svh-motion-ready .svh-timeline > p.svh-reveal {
  transform: translate3d(18px, 0, 0);
}

.svh-motion-ready .svh-timeline > p.svh-reveal::before {
  transform: scale(.45);
  transition:
    background-color .3s ease var(--svh-reveal-delay, 0ms),
    box-shadow .48s ease var(--svh-reveal-delay, 0ms),
    transform .48s cubic-bezier(.22, 1, .36, 1) var(--svh-reveal-delay, 0ms);
}

.svh-motion-ready .svh-timeline > p.svh-reveal.is-visible {
  transform: translate3d(0, 0, 0);
}

.svh-motion-ready .svh-timeline > p.svh-reveal.is-visible::before {
  box-shadow: 0 0 0 5px rgba(17,17,17,.08);
  transform: scale(1);
}

.svh-button,
.svh-menu-toggle,
.svh-sponsor-carousel__controls button,
[data-svh-share],
[data-lightbox-src] {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.svh-button {
  isolation: isolate;
  overflow: hidden;
  position: relative;
}

.svh-button::after {
  background: linear-gradient(110deg, transparent 22%, rgba(255,255,255,.62) 46%, transparent 70%);
  content: "";
  inset: -45% -65%;
  pointer-events: none;
  position: absolute;
  transform: translateX(-62%) rotate(8deg);
  transition: transform .55s cubic-bezier(.22, 1, .36, 1);
  z-index: -1;
}

.svh-live.is-live .svh-live__label::before {
  animation: svh-live-pulse 1.35s ease-in-out infinite;
  box-shadow: 0 0 0 0 rgba(229,28,35,.45);
}

@keyframes svh-live-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(229,28,35,.42); transform: scale(.9); }
  55% { box-shadow: 0 0 0 9px rgba(229,28,35,0); transform: scale(1.08); }
}

@media (hover: hover) and (pointer: fine) {
  .svh-button:hover::after { transform: translateX(62%) rotate(8deg); }
  .svh-card,
  .svh-department,
  .svh-promo,
  .svh-sponsor,
  .svh-club-world,
  .svh-club-person,
  .svh-club-facility,
  .svh-club-brand-asset,
  .svh-department-archive-note,
  .svh-history-chapter,
  .svh-legend-card,
  .svh-travel-card,
  .svh-heritage-card,
  .svh-ball-card,
  .svh-event-card,
  .svh-season-card,
  .svh-link-grid a {
    transition: box-shadow .28s ease, transform .28s cubic-bezier(.22, 1, .36, 1);
  }
  .svh-card:hover,
  .svh-department:hover,
  .svh-promo:hover,
  .svh-sponsor:hover,
  .svh-club-world:hover,
  .svh-club-person:hover,
  .svh-club-facility:hover,
  .svh-club-brand-asset:hover,
  .svh-department-archive-note:hover,
  .svh-history-chapter:hover,
  .svh-legend-card:hover,
  .svh-travel-card:hover,
  .svh-heritage-card:hover,
  .svh-ball-card:hover,
  .svh-event-card:hover,
  .svh-season-card:hover,
  .svh-link-grid a:hover {
    box-shadow: inset 0 1px 0 rgba(255,255,255,.92), 0 24px 62px rgba(20,25,34,.16);
    transform: translateY(-4px);
  }

  .svh-card__media img,
  .svh-travel-card__media img,
  .svh-heritage-card__foreground,
  .svh-ball-card__media > img,
  .svh-club-world--image > img {
    transition: transform .52s cubic-bezier(.22, 1, .36, 1);
  }

  .svh-card:hover .svh-card__media img,
  .svh-travel-card:hover .svh-travel-card__media img,
  .svh-heritage-card:hover .svh-heritage-card__foreground,
  .svh-ball-card:hover .svh-ball-card__media > img,
  .svh-club-world--image:hover > img {
    transform: scale(1.025);
  }
}

@media (pointer: coarse) {
  .svh-button:active,
  .svh-menu-toggle:active,
    .svh-nav a:active,
    .svh-card:active,
    .svh-department:active,
    .svh-promo:active,
    .svh-club-person:active,
    .svh-club-world:active,
    .svh-travel-card:active,
    .svh-heritage-card:active,
    .svh-ball-card:active,
    .svh-event-card:active,
    .svh-season-card:active,
    .svh-link-grid a:active {
    transform: scale(.985);
  }
}

@media (max-width: 1100px) {
  .svh-menu-toggle > span:not(.screen-reader-text) {
    transform-origin: center;
    transition: opacity .22s ease, transform .28s cubic-bezier(.22, 1, .36, 1);
  }

  .svh-menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .svh-menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; transform: scaleX(.3); }
  .svh-menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

  .svh-nav {
    display: flex;
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0, -12px, 0) scale(.985);
    transform-origin: top center;
    transition:
      opacity .24s ease,
      transform .32s cubic-bezier(.22, 1, .36, 1),
      visibility 0s linear .32s;
    visibility: hidden;
  }

  .svh-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 0, 0) scale(1);
    transition-delay: 0s;
    visibility: visible;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    transition-delay: 0ms !important;
  }

  .svh-motion-ready .svh-reveal,
  .svh-motion-ready .svh-reveal.is-visible {
    opacity: 1;
    transform: none;
  }

  .svh-motion-ready .svh-timeline > p.svh-reveal::before,
  .svh-motion-ready .svh-timeline > p.svh-reveal.is-visible::before {
    box-shadow: none;
    transform: none;
  }

  .svh-button::after { display: none; }
}

/* SVH Chronik 2.3.30: complete archive, cleanup and stable mobile time journey. */
.svh-history-quicknav {
  align-items: center;
  backdrop-filter: blur(24px) saturate(145%);
  -webkit-backdrop-filter: blur(24px) saturate(145%);
  background: rgba(18,19,22,.9);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(10,12,18,.2);
  color: #fff;
  display: grid;
  gap: 18px;
  grid-template-columns: auto minmax(0,1fr);
  margin: 0 0 28px;
  padding: 13px 15px 13px 21px;
  position: sticky;
  top: 88px;
  z-index: 8;
}
.svh-history-quicknav > span { color: rgba(255,255,255,.58); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.svh-history-quicknav > div { display: flex; gap: 7px; min-width: 0; overflow-x: auto; padding: 2px; scrollbar-width: none; -ms-overflow-style: none; }
.svh-history-quicknav > div::-webkit-scrollbar { display: none; height: 0; width: 0; }
.svh-history-quicknav a { border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: rgba(255,255,255,.7); flex: 0 0 auto; font-size: 12px; font-weight: 850; padding: 9px 12px; transition: background .22s ease,color .22s ease,transform .22s ease; }
.svh-history-quicknav a:hover,.svh-history-quicknav a.is-current { background: #fff; color: #070708; transform: translateY(-1px); }

.svh-history-chapters { padding-left: 24px; position: relative; }
.svh-history-chapters::before { background: linear-gradient(#060607 0 78%,rgba(6,6,7,0)); content: ""; inset: 0 auto 0 0; position: absolute; width: 2px; }
.svh-history-chapter::before { background: #fff; border: 3px solid #080809; border-radius: 50%; content: ""; height: 14px; left: -32px; position: absolute; top: 42px; width: 14px; z-index: 2; }

.svh-history-compare-section {
  align-items: center;
  background: linear-gradient(145deg,#232429,#030304);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 34px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 28px 74px rgba(8,10,15,.24);
  color: #fff;
  display: grid;
  gap: clamp(30px,5vw,70px);
  grid-template-columns: minmax(250px,.72fr) minmax(0,1.28fr);
  margin-top: clamp(52px,8vw,90px);
  overflow: hidden;
  padding: clamp(28px,5vw,64px);
  position: relative;
}
.svh-history-compare-section::after { background: url("assets/images/sportplatz-outline.svg") center/contain no-repeat; content: ""; height: 520px; opacity: .045; pointer-events: none; position: absolute; right: -120px; top: -100px; width: 520px; }
.svh-history-compare-copy,.svh-history-comparison { min-width: 0; position: relative; z-index: 1; }
.svh-history-compare-copy { container-type: inline-size; }
.svh-history-compare-copy .svh-eyebrow { color: rgba(255,255,255,.54); }
.svh-history-compare-copy h2 { font-size: clamp(32px,4vw,54px); font-size: clamp(30px,14cqi,54px); hyphens: auto; overflow-wrap: anywhere; letter-spacing: -.055em; line-height: 1.04; margin: 12px 0 20px; }
.svh-history-compare-copy p { color: rgba(255,255,255,.68); font-size: 17px; margin: 0; }
.svh-history-comparison { aspect-ratio: 4/3; border: 1px solid rgba(255,255,255,.2); border-radius: 27px; box-shadow: 0 22px 55px rgba(0,0,0,.36); overflow: hidden; }
.svh-history-comparison img { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.svh-history-comparison__before { filter: grayscale(1) contrast(1.04); }
.svh-history-comparison__after { clip-path: inset(0 0 0 var(--svh-compare)); inset: 0; overflow: hidden; position: absolute; }
.svh-history-comparison__label { backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); background: rgba(8,8,9,.7); border: 1px solid rgba(255,255,255,.24); border-radius: 999px; color: #fff; font-size: 11px; font-weight: 900; letter-spacing: .09em; padding: 8px 11px; position: absolute; text-transform: uppercase; top: 16px; }
.svh-history-comparison__label.is-before { left: 16px; }
.svh-history-comparison__label.is-after { right: 16px; }
.svh-history-comparison__handle { align-items: center; background: #fff; border-radius: 50%; color: #080809; display: flex; font-size: 18px; height: 46px; justify-content: center; left: var(--svh-compare); pointer-events: none; position: absolute; top: 50%; transform: translate(-50%,-50%); width: 46px; }
.svh-history-comparison__handle::before { background: #fff; content: ""; height: 100vh; left: 50%; position: absolute; top: 50%; transform: translate(-50%,-50%); width: 2px; z-index: -1; }
.svh-history-comparison input { cursor: ew-resize; height: 100%; inset: 0; margin: 0; opacity: 0; position: absolute; width: 100%; }

.svh-history-roles { margin-top: clamp(52px,8vw,90px); }
.svh-history-roles > header { display: grid; gap: 10px; grid-template-columns: minmax(0,1fr) minmax(280px,.75fr); margin-bottom: 26px; }
.svh-history-roles > header .svh-eyebrow { grid-column: 1/-1; }
.svh-history-roles > header h2 { font-size: clamp(38px,6vw,68px); letter-spacing: -.055em; line-height: .94; margin: 0; }
.svh-history-roles > header p { align-self: end; color: var(--svh-muted); margin: 0 0 7px; }
.svh-history-roles > div { display: grid; gap: 13px; }
.svh-history-roles details { backdrop-filter: blur(25px) saturate(145%); -webkit-backdrop-filter: blur(25px) saturate(145%); background: rgba(255,255,255,.72); border: 1px solid rgba(255,255,255,.92); border-radius: 24px; box-shadow: inset 0 1px 0 #fff,0 16px 44px rgba(19,24,32,.1); overflow: hidden; }
.svh-history-roles summary { align-items: center; cursor: pointer; display: grid; gap: 14px; grid-template-columns: minmax(0,1fr) auto 42px; list-style: none; padding: 21px 24px; }
.svh-history-roles summary::-webkit-details-marker { display: none; }
.svh-history-roles summary span { font-size: clamp(18px,2.4vw,25px); font-weight: 900; }
.svh-history-roles summary small { color: var(--svh-muted); font-weight: 750; }
.svh-history-roles summary i { align-items: center; background: #0a0a0b; border-radius: 50%; color: #fff; display: flex; font-size: 22px; font-style: normal; height: 42px; justify-content: center; transition: transform .25s ease; width: 42px; }
.svh-history-roles details[open] summary i { transform: rotate(45deg); }
.svh-history-roles ol { border-top: 1px solid rgba(0,0,0,.08); display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); list-style: none; margin: 0; padding: 14px 24px 24px; }
.svh-history-roles li { align-items: baseline; border-bottom: 1px solid rgba(0,0,0,.08); display: flex; gap: 14px; justify-content: space-between; padding: 12px 8px; }
.svh-history-roles li strong { font-size: 14px; }
.svh-history-roles li span { color: var(--svh-muted); font-size: 13px; text-align: right; }

.svh-chronik-detail-page { padding-bottom: 60px; padding-top: 42px; }
.svh-chronik-detail-hero { background: linear-gradient(145deg,#26272c,#030304); border: 1px solid rgba(255,255,255,.18); border-radius: 38px; box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 30px 80px rgba(10,12,18,.27); color: #fff; min-height: 560px; overflow: hidden; position: relative; }
.svh-chronik-detail-hero::after { background: url("assets/images/sportplatz-outline.svg") center/620px auto no-repeat; content: ""; filter: invert(1); inset: 0; opacity: .045; pointer-events: none; position: absolute; }
.svh-chronik-detail-hero__year { color: rgba(255,255,255,.045); font-size: clamp(170px,28vw,390px); font-weight: 950; letter-spacing: -.09em; line-height: .75; position: absolute; right: -18px; top: 40px; }
.svh-chronik-detail-hero__content { bottom: 0; max-width: 930px; padding: clamp(32px,7vw,84px); position: absolute; z-index: 2; }
.svh-chronik-back { align-items: center; border-bottom: 1px solid rgba(255,255,255,.34); color: rgba(255,255,255,.74); display: inline-flex; font-size: 13px; font-weight: 850; gap: 8px; margin-bottom: 48px; padding-bottom: 4px; }
.svh-chronik-detail-hero .svh-eyebrow { color: rgba(255,255,255,.48); }
.svh-chronik-detail-hero__period { color: rgba(255,255,255,.6)!important; font-size: 16px!important; font-weight: 850; letter-spacing: .1em; margin: 15px 0 7px!important; text-transform: uppercase; }
.svh-chronik-detail-hero h1 { font-size: clamp(50px,8vw,94px); letter-spacing: -.065em; line-height: .88; margin: 0 0 24px; max-width: 850px; }
.svh-chronik-detail-hero__content > p:last-of-type { color: rgba(255,255,255,.68); font-size: clamp(17px,2.4vw,24px); margin: 0; max-width: 780px; }
.svh-chronik-progress { background: rgba(255,255,255,.12); border-radius: 999px; height: 4px; margin-top: 32px; max-width: 520px; overflow: hidden; }
.svh-chronik-progress span { background: #fff; border-radius: inherit; display: block; height: 100%; }

.svh-chronik-rail { display: flex; gap: 9px; margin: 20px 0 42px; overflow-x: auto; padding: 5px 2px 12px; scrollbar-width: thin; }
.svh-chronik-rail a { background: rgba(255,255,255,.68); border: 1px solid rgba(255,255,255,.9); border-radius: 18px; box-shadow: 0 10px 30px rgba(20,25,34,.08); flex: 0 0 160px; min-height: 86px; padding: 14px 15px; }
.svh-chronik-rail a small { color: var(--svh-muted); display: block; font-size: 10px; font-weight: 900; letter-spacing: .09em; margin-bottom: 6px; text-transform: uppercase; }
.svh-chronik-rail a span { display: block; font-size: 13px; font-weight: 850; line-height: 1.18; }
.svh-chronik-rail a[aria-current="page"] { background: #0a0a0b; border-color: #0a0a0b; color: #fff; }
.svh-chronik-rail a[aria-current="page"] small { color: rgba(255,255,255,.55); }

.svh-chronik-story { align-items: start; display: grid; gap: clamp(28px,5vw,70px); grid-template-columns: 220px minmax(0,1fr); }
.svh-chronik-story > aside { padding-top: 28px; position: sticky; top: 112px; }
.svh-chronik-story > aside > span { align-items: center; background: #0a0a0b; border-radius: 20px; color: #fff; display: flex; font-size: 15px; font-weight: 900; height: 66px; justify-content: center; margin-bottom: 30px; width: 66px; }
.svh-chronik-story > aside h2 { font-size: clamp(30px,4vw,43px); letter-spacing: -.045em; line-height: .96; margin: 8px 0 0; }
.svh-chronik-prose { backdrop-filter: blur(28px) saturate(145%); -webkit-backdrop-filter: blur(28px) saturate(145%); background: rgba(255,255,255,.76); border: 1px solid rgba(255,255,255,.94); border-radius: 34px; box-shadow: inset 0 1px 0 #fff,0 24px 64px rgba(20,25,34,.11); min-width: 0; overflow-wrap: anywhere; padding: clamp(28px,6vw,70px); }
.svh-chronik-prose > * { max-width: 940px; }
.svh-chronik-prose .svh-chronik-story-title { font-size: clamp(34px,5vw,58px); letter-spacing: -.052em; line-height: .96; margin-top: 0; }
.svh-chronik-prose h2:not(.svh-chronik-story-title) { font-size: clamp(27px,4vw,42px); letter-spacing: -.04em; line-height: 1; margin-top: 55px; }
.svh-chronik-prose h3 { font-size: clamp(22px,3vw,31px); }
.svh-chronik-prose p,.svh-chronik-prose li { font-size: clamp(16px,1.7vw,19px); line-height: 1.7; }
.svh-chronik-prose figure { margin: 30px 0; }
.svh-chronik-prose figure img { background: #eef0f3; border-radius: 22px; display: block; height: auto; max-height: 780px; max-width: 100%; object-fit: contain; width: auto; }
.svh-chronik-prose figcaption { color: var(--svh-muted); font-size: 13px; margin-top: 9px; }

.svh-chronik-section-head { align-items: end; display: flex; gap: 22px; justify-content: space-between; margin-bottom: 24px; }
.svh-chronik-section-head h2 { font-size: clamp(40px,6vw,68px); letter-spacing: -.055em; line-height: .94; margin: 8px 0 0; }
.svh-chronik-section-head > span { background: #0a0a0b; border-radius: 999px; color: #fff; font-size: 12px; font-weight: 850; padding: 10px 14px; white-space: nowrap; }
.svh-chronik-gallery-section { margin-top: clamp(58px,9vw,100px); }
.svh-chronik-gallery-groups { display: grid; gap: 13px; }
.svh-chronik-gallery-group { background: rgba(255,255,255,.7); border: 1px solid rgba(255,255,255,.93); border-radius: 26px; box-shadow: inset 0 1px 0 #fff,0 18px 50px rgba(20,25,34,.1); overflow: hidden; }
.svh-chronik-gallery-group > summary { align-items: center; cursor: pointer; display: grid; gap: 16px; grid-template-columns: minmax(0,1fr) auto 42px; list-style: none; padding: 21px 24px; }
.svh-chronik-gallery-group > summary::-webkit-details-marker { display: none; }
.svh-chronik-gallery-group > summary span { font-size: clamp(17px,2.4vw,24px); font-weight: 900; }
.svh-chronik-gallery-group > summary small { color: var(--svh-muted); font-weight: 750; }
.svh-chronik-gallery-group > summary i { align-items: center; background: #0a0a0b; border-radius: 50%; color: #fff; display: flex; font-size: 22px; font-style: normal; height: 42px; justify-content: center; transition: transform .25s ease; width: 42px; }
.svh-chronik-gallery-group[open] > summary i { transform: rotate(45deg); }
.svh-chronik-gallery-grid { border-top: 1px solid rgba(0,0,0,.08); display: grid; gap: 12px; grid-template-columns: repeat(3,minmax(0,1fr)); padding: 18px; }
.svh-chronik-gallery-grid figure { background: #e8eaee; border-radius: 18px; margin: 0; min-width: 0; overflow: hidden; }
.svh-chronik-gallery-grid button { background: transparent; border: 0; cursor: zoom-in; display: block; padding: 0; position: relative; width: 100%; }
.svh-chronik-gallery-grid button img { aspect-ratio: 4/3; display: block; height: auto; object-fit: contain; width: 100%; }
.svh-chronik-gallery-grid button > span { align-items: center; backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); background: rgba(7,7,8,.72); border: 1px solid rgba(255,255,255,.2); border-radius: 50%; bottom: 11px; color: #fff; display: flex; height: 38px; justify-content: center; position: absolute; right: 11px; width: 38px; }
.svh-chronik-gallery-grid figcaption { background: #fff; color: #484b52; font-size: 12px; line-height: 1.45; padding: 12px 14px; }

.svh-chronik-video { align-items: center; background: linear-gradient(145deg,#242529,#030304); border: 1px solid rgba(255,255,255,.18); border-radius: 30px; color: #fff; display: grid; gap: 24px; grid-template-columns: minmax(0,1fr) auto; margin-top: 58px; overflow: hidden; padding: clamp(28px,5vw,52px); }
.svh-chronik-video .svh-eyebrow { color: rgba(255,255,255,.52); }
.svh-chronik-video h2 { font-size: clamp(33px,5vw,57px); letter-spacing: -.05em; line-height: .96; margin: 8px 0 12px; }
.svh-chronik-video p { color: rgba(255,255,255,.65); margin: 0; }
.svh-chronik-video__frame { aspect-ratio: 16/9; grid-column: 1/-1; }
.svh-chronik-video__frame iframe { border: 0; border-radius: 20px; height: 100%; width: 100%; }

.svh-chronik-book-nav { display: grid; gap: 14px; grid-template-columns: repeat(2,minmax(0,1fr)); margin-top: clamp(58px,9vw,100px); }
.svh-chronik-book-nav a { background: rgba(255,255,255,.72); border: 1px solid rgba(255,255,255,.94); border-radius: 26px; box-shadow: inset 0 1px 0 #fff,0 18px 50px rgba(20,25,34,.1); min-height: 170px; padding: 27px; }
.svh-chronik-book-nav a.is-next { text-align: right; }
.svh-chronik-book-nav small { color: var(--svh-muted); display: block; font-size: 10px; font-weight: 900; letter-spacing: .1em; margin-bottom: 18px; text-transform: uppercase; }
.svh-chronik-book-nav strong { display: block; font-size: clamp(22px,3vw,32px); line-height: 1; }
.svh-chronik-book-nav a > span:last-child { color: var(--svh-muted); display: block; font-size: 13px; margin-top: 10px; }

@media (hover:hover) and (pointer:fine) {
  .svh-chronik-rail a,.svh-chronik-book-nav a,.svh-chronik-gallery-grid figure { transition: box-shadow .28s ease,transform .28s cubic-bezier(.22,1,.36,1); }
  .svh-chronik-rail a:hover,.svh-chronik-book-nav a:hover,.svh-chronik-gallery-grid figure:hover { box-shadow: 0 24px 60px rgba(15,19,27,.18); transform: translateY(-3px); }
  .svh-chronik-gallery-grid button img { transition: transform .5s cubic-bezier(.22,1,.36,1); }
  .svh-chronik-gallery-grid button:hover img { transform: scale(1.025); }
}

@media (max-width:900px) {
  .svh-history-compare-section { grid-template-columns: 1fr; }
  .svh-history-roles > header { grid-template-columns: 1fr; }
  .svh-history-roles > header .svh-eyebrow { grid-column: auto; }
  .svh-chronik-story { grid-template-columns: 1fr; }
  .svh-chronik-story > aside { align-items: center; display: flex; gap: 17px; padding-top: 0; position: static; }
  .svh-chronik-story > aside > span { flex: 0 0 58px; height: 58px; margin: 0; width: 58px; }
  .svh-chronik-story > aside h2 { margin: 4px 0 0; }
  .svh-chronik-gallery-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width:620px) {
  .svh-history-quicknav { border-radius: 18px; gap: 9px; grid-template-columns: 1fr; padding: 13px; position: relative; top: auto; }
  .svh-history-quicknav > span { padding-left: 4px; }
  .svh-history-chapters { padding-left: 17px; }
  .svh-history-chapter::before { height: 12px; left: -24px; top: 35px; width: 12px; }
  .svh-history-compare-section { border-radius: 27px; padding: 24px; }
  .svh-history-comparison { border-radius: 20px; }
  .svh-history-roles summary,.svh-chronik-gallery-group > summary { gap: 10px; grid-template-columns: minmax(0,1fr) 38px; padding: 18px; }
  .svh-history-roles summary small,.svh-chronik-gallery-group > summary small { display: none; }
  .svh-history-roles summary i,.svh-chronik-gallery-group > summary i { height: 38px; width: 38px; }
  .svh-history-roles ol { grid-template-columns: 1fr; padding: 10px 16px 20px; }
  .svh-chronik-detail-page { padding-top: 20px; }
  .svh-chronik-detail-hero { border-radius: 27px; min-height: 540px; }
  .svh-chronik-detail-hero__year { font-size: 170px; right: -8px; top: 95px; }
  .svh-chronik-detail-hero__content { padding: 34px 24px; }
  .svh-chronik-back { margin-bottom: 55px; }
  .svh-chronik-detail-hero h1 { font-size: clamp(46px,14vw,64px); overflow-wrap: anywhere; }
  .svh-chronik-rail { margin-bottom: 30px; }
  .svh-chronik-rail a { flex-basis: 145px; }
  .svh-chronik-prose { border-radius: 26px; padding: 30px 20px; }
  .svh-chronik-prose .svh-chronik-story-title { font-size: clamp(31px,10vw,43px); overflow-wrap: anywhere; }
  .svh-chronik-prose figure img { border-radius: 17px; width: 100%; }
  .svh-chronik-section-head { align-items: start; flex-direction: column; }
  .svh-chronik-gallery-grid { grid-template-columns: 1fr; padding: 12px; }
  .svh-chronik-video { border-radius: 26px; grid-template-columns: 1fr; }
  .svh-chronik-video .svh-button { justify-content: center; width: 100%; }
  .svh-chronik-book-nav { grid-template-columns: 1fr; }
  .svh-chronik-book-nav a.is-next { text-align: left; }
}

@media (prefers-reduced-motion:reduce) {
  .svh-history-quicknav a,.svh-history-comparison__after,.svh-history-comparison__handle,.svh-chronik-gallery-group > summary i,.svh-history-roles summary i { transition: none; }
}

/* Chronik mobile layout audit 2.3.30. */
@media (max-width:860px) {
  .svh-history-chapter.has-image {
    align-items: start;
    grid-template-columns: 60px minmax(0,1fr);
    grid-template-rows: auto auto;
  }
  .svh-history-chapter.has-image > img {
    background: #e5e7eb;
    grid-column: 1/-1;
    grid-row: 1;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
  .svh-history-chapter.has-image .svh-history-chapter__number {
    align-self: start;
    grid-column: 1;
    grid-row: 2;
  }
  .svh-history-chapter.has-image .svh-history-chapter__body {
    align-self: start;
    grid-column: 2;
    grid-row: 2;
  }
}

@media (max-width:620px) {
  .svh-history-page {
    overflow: clip;
  }
  .svh-history-chapters {
    gap: 13px;
    padding-left: 14px;
  }
  .svh-history-chapter,
  .svh-history-chapter.has-image {
    gap: 15px;
    grid-template-columns: 52px minmax(0,1fr);
    min-height: 0;
    padding: 16px;
  }
  .svh-history-chapter.has-image > img {
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 18px;
    display: block;
    grid-column: 1/-1;
    grid-row: 1;
    height: auto;
    margin: 0 0 3px;
    max-height: none;
    max-width: 100%;
    object-fit: contain;
    width: 100%;
  }
  .svh-history-chapter__number {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
  }
  .svh-history-chapter__body {
    align-self: start;
    grid-column: 2;
    grid-row: 1;
    max-width: 100%;
    min-width: 0;
    padding: 0;
  }
  .svh-history-chapter.has-image .svh-history-chapter__number,
  .svh-history-chapter.has-image .svh-history-chapter__body {
    grid-row: 2;
  }
  .svh-history-chapter__body h2 {
    font-size: clamp(27px,8vw,36px);
    overflow-wrap: anywhere;
  }
  .svh-history-chapter__body p {
    font-size: 15px;
    line-height: 1.55;
  }
  .svh-history-chapter .svh-archive-detail-link {
    font-size: 14px;
    line-height: 1.3;
  }
  .svh-history-chapter::before {
    left: -21px;
  }
  .svh-history-compare-copy h2,
  .svh-history-roles > header h2 {
    font-size: clamp(34px,10vw,46px);
  }
  .svh-history-credit {
    border-radius: 26px;
    margin-top: 48px;
    padding: 25px 21px;
  }
  .svh-chronik-detail-hero {
    min-height: 0;
  }
  .svh-chronik-detail-hero__content {
    bottom: auto;
    max-width: none;
    padding: 32px 22px 35px;
    position: relative;
  }
  .svh-chronik-back {
    margin-bottom: 72px;
  }
  .svh-chronik-detail-hero h1 {
    font-size: clamp(40px,12vw,55px);
    line-height: .94;
  }
  .svh-chronik-detail-hero__content > p:last-of-type {
    font-size: 16px;
    line-height: 1.55;
  }
  .svh-chronik-prose p,
  .svh-chronik-prose li {
    font-size: 16px;
    line-height: 1.65;
  }
}

/* 2.3.34: one balanced information layout across every department. */
.svh-department-layout {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr);
}
.svh-department-layout--info-only { display: grid; }
.svh-department-layout--info-only .svh-info-card,
.svh-info-card--department {
  margin-top: 18px;
  max-width: none;
  position: static;
  width: 100%;
}
.svh-department-layout .svh-prose { margin-bottom: 0; }
.svh-department-layout .svh-prose + .svh-info-card--department { margin-top: 0; }
.svh-info-card--department {
  background:
    radial-gradient(circle at 93% 18%, rgba(255,255,255,.085), transparent 26%),
    linear-gradient(135deg, #080809, #18181a);
  border: 1px solid rgba(255,255,255,.13);
  box-shadow: 0 19px 50px rgba(12,14,18,.16);
  padding: clamp(24px, 4vw, 38px);
}
.svh-info-card--department > .svh-eyebrow {
  color: rgba(255,255,255,.5);
  margin-bottom: 15px;
}
.svh-department-info__grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.svh-department-info__grid--1 { grid-template-columns: minmax(0, 1fr); }
.svh-department-info__item {
  background: rgba(255,255,255,.065);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 21px;
  min-width: 0;
  padding: clamp(20px, 3vw, 28px);
}
.svh-info-card--department .svh-department-info__item h3 {
  font-size: clamp(21px, 2.5vw, 28px);
  letter-spacing: -.025em;
  line-height: 1.1;
  margin: 0 0 12px;
}
.svh-info-card--department .svh-department-info__item p {
  color: rgba(255,255,255,.7);
  font-size: 16px;
  line-height: 1.58;
  margin: 0;
  overflow-wrap: anywhere;
}
.svh-info-card--department .svh-department-info__item .svh-department-info__action { margin-top: 30px; }
.svh-info-card--department .svh-department-info__action .svh-button {
  border-radius: 15px;
  background: #fff;
  color: #050505;
  font-size: 15px;
  min-height: 46px;
  padding: 0 10px 0 17px;
}
.svh-department-info__arrow {
  align-items: center;
  background: #050505;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex: 0 0 28px;
  font-size: 16px;
  height: 28px;
  justify-content: center;
  line-height: 1;
  width: 28px;
}
.svh-travel-info.svh-info-card--department { margin-top: 20px; }

@media (min-width: 861px) {
  .svh-content-page .svh-feature-photo:not(.svh-feature-photo--referee-group) {
    height: clamp(400px, 42vw, 520px);
    max-height: 520px;
    min-height: 0;
  }
  .svh-content-page .svh-feature-photo:not(.svh-feature-photo--referee-group) > img {
    height: 100%;
    max-height: none;
  }
}

@media (max-width: 680px) {
  .svh-department-info__grid,
  .svh-department-info__grid--1 { grid-template-columns: 1fr; }
  .svh-info-card--department { border-radius: 24px; padding: 19px; }
  .svh-info-card--department > .svh-eyebrow { margin: 0 3px 11px; }
  .svh-department-info__item { border-radius: 18px; padding: 20px; }
  .svh-info-card--department .svh-department-info__item h3 { font-size: 22px; }
  .svh-info-card--department .svh-department-info__item p { font-size: 15px; }
  .svh-info-card--department .svh-department-info__action .svh-button { justify-content: center; width: 100%; }
}

/* 2.3.36: complete SVH lyrics archive, linked from the existing video. */
.svh-song-page { padding-bottom: clamp(52px, 8vw, 96px); padding-top: 42px; }
.svh-song-hero {
  background:
    radial-gradient(circle at 82% 14%, rgba(255,255,255,.13), transparent 25%),
    linear-gradient(135deg, #060607, #202125);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 36px;
  box-shadow: 0 28px 80px rgba(10,13,18,.2);
  color: #fff;
  min-height: 490px;
  overflow: hidden;
  position: relative;
}
.svh-song-hero__backdrop { inset: 0; overflow: hidden; pointer-events: none; position: absolute; }
.svh-song-hero__backdrop img {
  filter: saturate(.62) contrast(1.08) brightness(.82);
  height: 100%;
  object-fit: contain;
  object-position: right center;
  opacity: .72;
  position: absolute;
  right: clamp(18px, 3vw, 54px);
  top: 0;
  width: min(50%, 680px);
}
.svh-song-hero__backdrop::after {
  background:
    linear-gradient(90deg, #060607 0%, rgba(6,6,7,.98) 42%, rgba(6,6,7,.68) 67%, rgba(6,6,7,.2) 100%),
    linear-gradient(180deg, rgba(6,6,7,.12), rgba(6,6,7,.38));
  content: "";
  inset: 0;
  position: absolute;
}
.svh-song-hero__content { max-width: 880px; padding: clamp(48px, 8vw, 94px); position: relative; z-index: 1; }
.svh-song-hero .svh-eyebrow { color: rgba(255,255,255,.55); }
.svh-song-hero h1 { font-size: clamp(48px, 7vw, 90px); letter-spacing: -.06em; line-height: .92; margin: 15px 0 23px; }
.svh-song-hero p { color: rgba(255,255,255,.72); font-size: clamp(18px, 2.2vw, 25px); line-height: 1.45; margin: 0 0 30px; max-width: 720px; }
.svh-song-hero .svh-button { background: #fff; color: #050505; }
.svh-section-nav.svh-song-nav { margin: -25px auto clamp(28px, 4vw, 46px); max-width: calc(100% - 48px); position: relative; width: max-content; z-index: 4; }
.svh-song-list { display: grid; gap: 22px; margin: 0 auto; max-width: 1120px; }
.svh-song-card {
  --svh-song-accent: #a3262d;
  backdrop-filter: blur(24px) saturate(140%);
  -webkit-backdrop-filter: blur(24px) saturate(140%);
  background: linear-gradient(145deg, rgba(255,255,255,.9), rgba(240,242,246,.7));
  border: 1px solid rgba(0,0,0,.08);
  border-color: color-mix(in srgb, var(--svh-song-accent) 22%, #fff);
  border-top: 4px solid var(--svh-song-accent);
  border-radius: 32px;
  box-shadow: inset 0 1px 0 #fff, 0 22px 62px rgba(18,22,29,.12);
  overflow: hidden;
  scroll-margin-top: 110px;
}
.svh-song-card summary { align-items: center; cursor: pointer; display: grid; gap: 24px; grid-template-columns: auto minmax(0, 1fr) auto; list-style: none; padding: clamp(24px, 4vw, 42px); }
.svh-song-card summary::-webkit-details-marker { display: none; }
.svh-song-card summary:focus-visible { box-shadow: inset 0 0 0 4px #050505; outline: 0; }
.svh-song-card__number { align-items: center; background: var(--svh-song-accent); border-radius: 20px; box-shadow: 0 10px 25px color-mix(in srgb, var(--svh-song-accent) 24%, transparent); color: #fff; display: flex; font-size: 18px; font-weight: 950; height: 70px; justify-content: center; letter-spacing: .06em; width: 70px; }
.svh-song-card__heading { display: block; min-width: 0; }
.svh-song-card__heading small { color: var(--svh-muted); display: block; font-size: 11px; font-weight: 900; letter-spacing: .16em; margin-bottom: 7px; text-transform: uppercase; }
.svh-song-card__heading strong { display: block; font-size: clamp(29px, 5vw, 55px); letter-spacing: -.05em; line-height: .96; }
.svh-song-card__heading > span { color: var(--svh-muted); display: block; font-size: 15px; margin-top: 9px; }
.svh-song-card__toggle { align-items: center; background: rgba(0,0,0,.05); background: color-mix(in srgb, var(--svh-song-accent) 9%, #fff); border: 1px solid rgba(0,0,0,.08); border-color: color-mix(in srgb, var(--svh-song-accent) 22%, #fff); border-radius: 50%; display: flex; height: 46px; justify-content: center; position: relative; width: 46px; }
.svh-song-card__toggle::before, .svh-song-card__toggle::after { background: var(--svh-song-accent); border-radius: 2px; content: ""; height: 2px; position: absolute; transition: transform .25s ease; width: 16px; }
.svh-song-card__toggle::after { transform: rotate(90deg); }
.svh-song-card[open] .svh-song-card__toggle::after { transform: rotate(0); }
.svh-song-card__lyrics { border-top: 1px solid rgba(0,0,0,.08); margin: 0 clamp(24px, 4vw, 42px); padding: clamp(30px, 5vw, 54px) 0 clamp(38px, 6vw, 66px); text-align: center; }
.svh-song-card__lyrics p { color: #202124; font-size: clamp(16px, 1.65vw, 20px); line-height: 1.75; margin: 0 auto 31px; max-width: 780px; text-wrap: balance; }
.svh-song-card__lyrics p:last-child { margin-bottom: 0; }
.svh-song-card__audio { align-items: center; background: rgba(255,255,255,.72); border: 1px solid rgba(155,113,21,.28); border-color: color-mix(in srgb, var(--svh-song-accent) 28%, #fff); border-radius: 24px; display: grid; gap: 22px; grid-template-columns: minmax(190px, .7fr) minmax(300px, 1.3fr); margin: 0 auto clamp(34px, 5vw, 50px); max-width: 860px; padding: clamp(20px, 3vw, 29px); text-align: left; }
.svh-song-card__audio small { color: var(--svh-song-accent); display: block; font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.svh-song-card__audio h3 { font-size: clamp(22px, 2.5vw, 31px); letter-spacing: -.035em; line-height: 1.05; margin: 7px 0 0; }
.svh-song-card__audio audio { accent-color: var(--svh-song-accent); color-scheme: light; display: block; min-height: 54px; width: 100%; }
.svh-song-card--tone-1 { --svh-song-accent: #a3262d; background: linear-gradient(145deg, rgba(255,255,255,.97), rgba(250,237,239,.8)); }
.svh-song-card--tone-2 { --svh-song-accent: #176a55; background: linear-gradient(145deg, rgba(255,255,255,.97), rgba(232,245,240,.8)); }
.svh-song-card--tone-3 { --svh-song-accent: #9b7115; background: linear-gradient(145deg, rgba(255,255,255,.97), rgba(250,245,226,.82)); }
.svh-song-archive-image { background: #09090a; border: 1px solid rgba(255,255,255,.18); border-radius: 30px; box-shadow: 0 22px 62px rgba(18,22,29,.16); margin: 0; overflow: hidden; padding: clamp(14px, 2.5vw, 26px); }
.svh-song-archive-image img { background: #171719; border-radius: 20px; display: block; height: auto; max-height: 680px; object-fit: contain; width: 100%; }
.svh-song-archive-image figcaption { color: rgba(255,255,255,.58); font-size: 12px; font-weight: 800; letter-spacing: .08em; padding: 15px 4px 1px; text-align: center; text-transform: uppercase; }
.svh-song-closing { align-items: center; background: linear-gradient(145deg, #242529, #050505); border: 1px solid rgba(255,255,255,.15); border-radius: 30px; color: #fff; display: grid; gap: 25px; grid-template-columns: auto minmax(0, 1fr) auto; margin: clamp(44px, 8vw, 84px) auto 0; max-width: 1120px; padding: clamp(25px, 4vw, 40px); }
.svh-song-closing > img { filter: grayscale(1) invert(1); height: 76px; opacity: .72; object-fit: contain; width: 76px; }
.svh-song-closing .svh-eyebrow { color: rgba(255,255,255,.5); }
.svh-song-closing h2 { font-size: clamp(30px, 4vw, 48px); letter-spacing: -.045em; line-height: 1; margin: 7px 0 0; }
.svh-song-closing .svh-button { background: #fff; color: #050505; }

@media (max-width: 720px) {
  .svh-song-page { padding-top: 16px; }
  .svh-song-hero { border-radius: 27px; min-height: 0; }
  .svh-song-hero__backdrop img { filter: saturate(.45) contrast(1.08) brightness(.72); object-fit: cover; object-position: center 42%; opacity: .38; right: 0; width: 100%; }
  .svh-song-hero__backdrop::after { background: linear-gradient(180deg, rgba(6,6,7,.54), rgba(6,6,7,.94) 76%, #060607 100%); }
  .svh-song-hero__content { padding: 40px 23px 58px; }
  .svh-song-hero h1 { font-size: clamp(43px, 13vw, 61px); }
  .svh-song-hero p { font-size: 17px; }
  .svh-section-nav.svh-song-nav { gap: 4px; margin: -19px auto 24px; max-width: calc(100% - 16px); padding: 6px; width: calc(100% - 16px); }
  .svh-section-nav.svh-song-nav a { flex: 0 0 auto; font-size: 12px; min-height: 42px; padding: 8px 13px; }
  .svh-song-list { gap: 16px; }
  .svh-song-card { border-radius: 25px; }
  .svh-song-card summary { gap: 14px; grid-template-columns: 48px minmax(0, 1fr) 36px; padding: 20px 17px; }
  .svh-song-card__number { border-radius: 14px; font-size: 14px; height: 48px; width: 48px; }
  .svh-song-card__heading strong { font-size: clamp(27px, 8.8vw, 37px); overflow-wrap: anywhere; }
  .svh-song-card--tone-2 .svh-song-card__heading strong { font-size: clamp(22px, 7vw, 29px); hyphens: auto; line-height: 1.02; overflow-wrap: normal; word-break: normal; }
  .svh-song-card__heading > span { font-size: 13px; line-height: 1.35; }
  .svh-song-card__toggle { height: 36px; width: 36px; }
  .svh-song-card__lyrics { margin: 0 18px; padding: 29px 0 38px; }
  .svh-song-card__lyrics p { font-size: 16px; line-height: 1.72; margin-bottom: 27px; text-wrap: pretty; }
  .svh-song-card__audio { border-radius: 19px; gap: 17px; grid-template-columns: 1fr; margin-bottom: 31px; padding: 18px 16px; }
  .svh-song-card__audio h3 { font-size: 23px; }
  .svh-song-archive-image { border-radius: 24px; padding: 12px; }
  .svh-song-archive-image img { border-radius: 16px; }
  .svh-song-closing { border-radius: 25px; grid-template-columns: 58px minmax(0, 1fr); padding: 22px; }
  .svh-song-closing > img { height: 58px; width: 58px; }
  .svh-song-closing .svh-button { grid-column: 1 / -1; justify-content: center; width: 100%; }
  .svh-club-world--song { min-height: 410px; }
  .svh-club-world__more { min-height: 72px; padding: 12px 18px; }
}

/* Mobile guidance for genuinely horizontal controls and archive content. */
.svh-swipe-hint { display: none; }

@keyframes svh-swipe-cue-left {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(-3px); }
}

@keyframes svh-swipe-cue-right {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(3px); }
}

@media (max-width: 760px) {
  .svh-swipe-hint:not([hidden]) {
    align-items: center;
    background: rgba(9, 10, 12, .78);
    border: 1px solid rgba(255, 255, 255, .38);
    border-radius: 999px;
    box-shadow: 0 8px 24px rgba(20, 24, 31, .12);
    color: #fff;
    display: flex;
    font-size: 10px;
    font-weight: 850;
    gap: 7px;
    justify-content: center;
    letter-spacing: .055em;
    line-height: 1;
    min-height: 24px;
    padding: 4px 10px;
    position: relative;
    text-transform: uppercase;
    transition: opacity .2s ease, transform .2s ease;
    width: max-content;
    z-index: 5;
  }

  .svh-swipe-hint.is-dismissing {
    opacity: 0;
    transform: translateY(-2px);
  }

  .svh-swipe-hint b {
    display: inline-block;
    font-size: 17px;
    font-weight: 750;
    line-height: .7;
  }

  .svh-swipe-hint__left { animation: svh-swipe-cue-left 1.35s ease-in-out infinite; }
  .svh-swipe-hint__right { animation: svh-swipe-cue-right 1.35s ease-in-out infinite; }
  .svh-swipe-hint.is-svh-at-start .svh-swipe-hint__left,
  .svh-swipe-hint.is-svh-at-end .svh-swipe-hint__right { opacity: .38; }

  .svh-section-nav.is-svh-swipeable,
  .svh-history-quicknav > div.is-svh-swipeable,
  .svh-chronik-rail.is-svh-swipeable,
  .svh-club-section-nav.is-svh-swipeable,
  .svh-archive-prose table.is-svh-swipeable,
  .svh-archive-prose pre.is-svh-swipeable {
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }

  .svh-history-quicknav > div.is-svh-swipeable::-webkit-scrollbar,
  .svh-chronik-rail.is-svh-swipeable::-webkit-scrollbar,
  .svh-club-section-nav.is-svh-swipeable::-webkit-scrollbar,
  .svh-archive-prose table.is-svh-swipeable::-webkit-scrollbar,
  .svh-archive-prose pre.is-svh-swipeable::-webkit-scrollbar { display: none; }

  .svh-section-nav.is-svh-swipeable:not(.is-svh-swipe-used) { margin-bottom: 7px; }
  .svh-section-nav + .svh-swipe-hint--navigation { margin: 0 auto 20px; }
  .svh-mag-jump + .svh-swipe-hint--navigation,
  .svh-song-nav + .svh-swipe-hint--navigation { margin-bottom: 16px; }

  .svh-history-quicknav .svh-swipe-hint--history {
    background: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .18);
    box-shadow: none;
    color: rgba(255, 255, 255, .76);
    grid-column: 1 / -1;
    justify-self: center;
    margin: -2px auto 0;
  }

  .svh-chronik-rail.is-svh-swipeable:not(.is-svh-swipe-used) { margin-bottom: 7px; }
  .svh-chronik-rail + .svh-swipe-hint--chronik { margin: 0 auto 22px; }

  .svh-club-section-nav + .svh-swipe-hint--portal { margin: 8px auto 0; }

  .svh-archive-prose table + .svh-swipe-hint--table,
  .svh-archive-prose pre + .svh-swipe-hint--table {
    background: rgba(52, 56, 63, .72);
    margin: 8px auto 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .svh-swipe-hint,
  .svh-swipe-hint__left,
  .svh-swipe-hint__right {
    animation: none !important;
    transition: none !important;
  }
}

/* Complete stadium-renovation archive: 2020–2023. */
.svh-stadium-page {
  padding-bottom: 68px;
  padding-top: 34px;
}

.svh-stadium-hero {
  background: #090a0b;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 40px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 34px 90px rgba(15,20,28,.24);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: min(760px, calc(100svh - 110px));
  overflow: hidden;
  position: relative;
}

.svh-stadium-hero__image {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center 46%;
  position: absolute;
  width: 100%;
}

.svh-stadium-hero__shade {
  background:
    linear-gradient(90deg, rgba(4,5,6,.97) 0%, rgba(4,5,6,.78) 46%, rgba(4,5,6,.22) 76%),
    linear-gradient(0deg, rgba(4,5,6,.92) 0%, transparent 56%);
  inset: 0;
  position: absolute;
}

.svh-stadium-hero__content {
  max-width: 920px;
  padding: clamp(46px, 7vw, 84px) clamp(34px, 7vw, 86px) 34px;
  position: relative;
  z-index: 1;
}

.svh-stadium-hero .svh-eyebrow { color: rgba(255,255,255,.58); }
.svh-stadium-hero h1 {
  font-size: clamp(54px, 8.4vw, 102px);
  letter-spacing: -.068em;
  line-height: .88;
  margin: 18px 0 28px;
  max-width: 800px;
  text-wrap: balance;
}
.svh-stadium-hero__content > p {
  color: rgba(255,255,255,.73);
  font-size: clamp(17px, 2vw, 23px);
  line-height: 1.5;
  margin: 0;
  max-width: 720px;
}
.svh-stadium-hero__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 30px;
}
.svh-stadium-hero__back {
  border-bottom: 1px solid rgba(255,255,255,.35);
  color: rgba(255,255,255,.76);
  font-size: 14px;
  font-weight: 800;
  padding: 10px 1px 5px;
}

.svh-stadium-stats {
  display: grid;
  gap: 9px;
  grid-template-columns: repeat(4, minmax(0,1fr));
  margin: 0 clamp(34px, 7vw, 86px) clamp(34px, 5vw, 56px);
  max-width: 900px;
  position: relative;
  z-index: 1;
}
.svh-stadium-stats div {
  backdrop-filter: blur(18px) saturate(120%);
  -webkit-backdrop-filter: blur(18px) saturate(120%);
  background: rgba(255,255,255,.105);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 17px;
  min-width: 0;
  padding: 15px 17px;
}
.svh-stadium-stats dt {
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 950;
  letter-spacing: -.045em;
  line-height: 1;
}
.svh-stadium-stats dd {
  color: rgba(255,255,255,.58);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
  margin: 7px 0 0;
}

.svh-stadium-intro {
  align-items: start;
  display: grid;
  gap: clamp(28px, 6vw, 90px);
  grid-template-columns: minmax(0,.9fr) minmax(320px,.75fr);
  margin: clamp(58px, 9vw, 112px) auto;
  max-width: 1360px;
  padding: 0 clamp(4px, 2vw, 26px);
}
.svh-stadium-intro h2 {
  font-size: clamp(42px, 6vw, 76px);
  letter-spacing: -.06em;
  line-height: .94;
  margin: 12px 0 0;
  text-wrap: balance;
}
.svh-stadium-intro p {
  color: #555a60;
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.62;
  margin: 0 0 16px;
}

.svh-stadium-editorial {
  backdrop-filter: blur(25px) saturate(135%);
  -webkit-backdrop-filter: blur(25px) saturate(135%);
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(255,255,255,.94);
  border-radius: 30px;
  box-shadow: inset 0 1px 0 #fff, 0 20px 56px rgba(20,25,34,.09);
  margin: -34px 0 58px;
  padding: clamp(27px, 5vw, 54px);
}
.svh-stadium-editorial h2 { font-size: clamp(34px, 5vw, 54px); letter-spacing: -.05em; margin: 9px 0 20px; }
.svh-stadium-editorial__content { color: #4d5157; font-size: 18px; line-height: 1.65; max-width: 980px; }
.svh-stadium-editorial__content > :first-child { margin-top: 0; }
.svh-stadium-editorial__content > :last-child { margin-bottom: 0; }

.svh-stadium-year-nav {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4,minmax(0,1fr));
  margin: 0 0 clamp(58px, 9vw, 96px);
}
.svh-stadium-year-nav a {
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(255,255,255,.95);
  border-radius: 24px;
  box-shadow: inset 0 1px 0 #fff, 0 16px 42px rgba(19,24,32,.09);
  min-width: 0;
  padding: 21px 23px;
  position: relative;
}
.svh-stadium-year-nav a::after {
  align-items: center;
  background: #080809;
  border-radius: 50%;
  color: #fff;
  content: "↓";
  display: flex;
  height: 34px;
  justify-content: center;
  position: absolute;
  right: 18px;
  top: 19px;
  width: 34px;
}
.svh-stadium-year-nav strong {
  display: block;
  font-size: clamp(26px, 3vw, 38px);
  letter-spacing: -.045em;
  line-height: 1;
  padding-right: 40px;
}
.svh-stadium-year-nav span { color: var(--svh-muted); display: block; font-size: 12px; font-weight: 750; margin-top: 9px; }

.svh-stadium-years { display: grid; gap: clamp(66px, 10vw, 122px); }
.svh-stadium-year { scroll-margin-top: 96px; }
.svh-stadium-year__head {
  align-items: end;
  border-bottom: 1px solid rgba(0,0,0,.12);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 24px;
  padding: 0 4px 20px;
}
.svh-stadium-year__head h2 {
  font-size: clamp(64px, 10vw, 118px);
  letter-spacing: -.075em;
  line-height: .76;
  margin: 15px 0 0;
}
.svh-stadium-year__head > p {
  background: #080809;
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  margin: 0;
  padding: 10px 15px;
}
.svh-stadium-chapters { display: grid; gap: 12px; }
.svh-stadium-chapter {
  backdrop-filter: blur(24px) saturate(135%);
  -webkit-backdrop-filter: blur(24px) saturate(135%);
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(255,255,255,.95);
  border-radius: 28px;
  box-shadow: inset 0 1px 0 #fff, 0 18px 52px rgba(19,24,32,.085);
  overflow: hidden;
}
.svh-stadium-chapter > summary {
  align-items: center;
  cursor: pointer;
  display: grid;
  gap: 9px 22px;
  grid-template-columns: minmax(118px,.25fr) minmax(0,1fr) auto 46px;
  list-style: none;
  min-height: 108px;
  padding: 23px 25px;
}
.svh-stadium-chapter > summary::-webkit-details-marker { display: none; }
.svh-stadium-chapter__period {
  color: #666b72;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1.35;
  text-transform: uppercase;
}
.svh-stadium-chapter__title {
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 930;
  letter-spacing: -.035em;
  line-height: 1.07;
  overflow-wrap: anywhere;
}
.svh-stadium-chapter > summary small { color: var(--svh-muted); font-size: 12px; font-weight: 750; white-space: nowrap; }
.svh-stadium-chapter > summary i {
  align-items: center;
  background: #080809;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 24px;
  font-style: normal;
  height: 46px;
  justify-content: center;
  transition: transform .25s ease;
  width: 46px;
}
.svh-stadium-chapter[open] > summary i { transform: rotate(45deg); }
.svh-stadium-chapter__body {
  border-top: 1px solid rgba(0,0,0,.085);
  padding: clamp(18px, 3vw, 34px);
}
.svh-stadium-chapter[open] .svh-stadium-chapter__body { animation: svh-stadium-open .38s cubic-bezier(.22,1,.36,1) both; }
@keyframes svh-stadium-open { from { opacity: 0; transform: translateY(-7px); } to { opacity: 1; transform: none; } }

.svh-stadium-copy {
  background: linear-gradient(145deg, #fff, #f3f4f6);
  border: 1px solid rgba(0,0,0,.07);
  border-radius: 22px;
  margin-bottom: 22px;
  max-width: 1120px;
  padding: clamp(20px, 4vw, 38px);
}
.svh-stadium-copy p { color: #45494f; font-size: clamp(16px, 1.6vw, 19px); line-height: 1.68; margin: 0 0 16px; }
.svh-stadium-copy p:last-child { margin-bottom: 0; }

.svh-stadium-gallery {
  display: grid;
  gap: 13px;
  grid-template-columns: repeat(3,minmax(0,1fr));
}
.svh-stadium-gallery figure {
  background: #fff;
  border: 1px solid rgba(0,0,0,.075);
  border-radius: 20px;
  margin: 0;
  min-width: 0;
  overflow: hidden;
}
.svh-stadium-gallery button {
  aspect-ratio: 4 / 3;
  background: linear-gradient(145deg,#e8eaed,#f8f8f9);
  border: 0;
  cursor: zoom-in;
  display: block;
  padding: 0;
  position: relative;
  width: 100%;
}
.svh-stadium-gallery button img,
.svh-stadium-gallery noscript img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.svh-stadium-gallery button > span {
  align-items: center;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: rgba(7,8,9,.75);
  border: 1px solid rgba(255,255,255,.23);
  border-radius: 50%;
  bottom: 11px;
  color: #fff;
  display: flex;
  height: 38px;
  justify-content: center;
  position: absolute;
  right: 11px;
  width: 38px;
}
.svh-stadium-gallery figcaption {
  color: #555a60;
  font-size: 12px;
  line-height: 1.45;
  padding: 13px 15px 15px;
}

.svh-stadium-videos { display: grid; gap: 12px; margin-top: 22px; }
.svh-stadium-video {
  align-items: center;
  background: linear-gradient(145deg,#242529,#050506);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 22px;
  color: #fff;
  display: grid;
  gap: 14px 20px;
  grid-template-columns: minmax(0,1fr) auto;
  overflow: hidden;
  padding: 20px;
}
.svh-stadium-video__copy { align-items: center; display: flex; gap: 15px; min-width: 0; }
.svh-stadium-video__copy > span {
  align-items: center;
  background: rgba(255,255,255,.11);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 50%;
  display: flex;
  flex: 0 0 46px;
  height: 46px;
  justify-content: center;
  padding-left: 3px;
}
.svh-stadium-video__copy div { min-width: 0; }
.svh-stadium-video__copy small { color: rgba(255,255,255,.48); display: block; font-size: 9px; font-weight: 900; letter-spacing: .12em; margin-bottom: 5px; text-transform: uppercase; }
.svh-stadium-video__copy strong { display: block; font-size: clamp(15px,1.6vw,18px); line-height: 1.3; }
.svh-stadium-video > p { color: rgba(255,255,255,.44); font-size: 10px; grid-column: 1 / -1; margin: -5px 0 0 61px; }
.svh-stadium-video__frame { aspect-ratio: 16 / 9; grid-column: 1 / -1; }
.svh-stadium-video__frame iframe { border: 0; border-radius: 16px; height: 100%; width: 100%; }

.svh-stadium-footer {
  align-items: center;
  background: linear-gradient(145deg,#242529,#050506);
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 32px;
  color: #fff;
  display: grid;
  gap: 26px;
  grid-template-columns: 92px minmax(0,1fr) auto;
  margin-top: clamp(70px,10vw,120px);
  padding: clamp(28px,5vw,54px);
}
.svh-stadium-footer > img { filter: grayscale(1); height: 92px; opacity: .72; width: 92px; }
.svh-stadium-footer .svh-eyebrow { color: rgba(255,255,255,.48); }
.svh-stadium-footer h2 { font-size: clamp(30px,4.5vw,52px); letter-spacing: -.05em; line-height: .98; margin: 8px 0 11px; }
.svh-stadium-footer p { color: rgba(255,255,255,.62); margin: 0; max-width: 760px; }

@media (hover: hover) and (pointer: fine) {
  .svh-stadium-year-nav a,
  .svh-stadium-chapter,
  .svh-stadium-gallery figure { transition: box-shadow .28s ease, transform .28s cubic-bezier(.22,1,.36,1); }
  .svh-stadium-year-nav a:hover,
  .svh-stadium-chapter:hover { box-shadow: 0 25px 66px rgba(15,20,28,.16); transform: translateY(-2px); }
  .svh-stadium-gallery figure:hover { box-shadow: 0 20px 46px rgba(15,20,28,.15); transform: translateY(-3px); }
  .svh-stadium-gallery button img { transition: transform .5s cubic-bezier(.22,1,.36,1); }
  .svh-stadium-gallery button:hover img { transform: scale(1.025); }
}

@media (max-width: 940px) {
  .svh-stadium-hero { min-height: 690px; }
  .svh-stadium-hero__shade { background: linear-gradient(90deg,rgba(4,5,6,.95),rgba(4,5,6,.58)),linear-gradient(0deg,rgba(4,5,6,.92),transparent 65%); }
  .svh-stadium-intro { grid-template-columns: 1fr 1fr; }
  .svh-stadium-year-nav { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .svh-stadium-chapter > summary { grid-template-columns: 130px minmax(0,1fr) 46px; }
  .svh-stadium-chapter > summary small { grid-column: 2; grid-row: 2; }
  .svh-stadium-chapter > summary i { grid-column: 3; grid-row: 1 / span 2; }
  .svh-stadium-gallery { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .svh-stadium-footer { grid-template-columns: 76px minmax(0,1fr); }
  .svh-stadium-footer > img { height: 76px; width: 76px; }
  .svh-stadium-footer .svh-button { grid-column: 1 / -1; justify-content: center; width: 100%; }
}

@media (max-width: 680px) {
  .svh-stadium-page { padding-top: 18px; }
  .svh-stadium-hero { border-radius: 27px; min-height: 650px; }
  .svh-stadium-hero__image { object-position: 58% center; }
  .svh-stadium-hero__shade { background: linear-gradient(0deg,#060708 5%,rgba(6,7,8,.92) 50%,rgba(6,7,8,.25) 100%); }
  .svh-stadium-hero__content { padding: 38px 23px 27px; }
  .svh-stadium-hero h1 { font-size: clamp(46px,14vw,64px); line-height: .91; }
  .svh-stadium-hero__content > p { font-size: 16px; }
  .svh-stadium-hero__actions { align-items: stretch; flex-direction: column; }
  .svh-stadium-hero__actions .svh-button { justify-content: center; width: 100%; }
  .svh-stadium-hero__back { align-self: center; }
  .svh-stadium-stats { grid-template-columns: repeat(2,minmax(0,1fr)); margin: 0 23px 27px; }
  .svh-stadium-stats div { border-radius: 15px; padding: 13px; }
  .svh-stadium-intro { gap: 22px; grid-template-columns: 1fr; margin: 55px 0; padding: 0 5px; }
  .svh-stadium-intro h2 { font-size: clamp(38px,12vw,54px); }
  .svh-stadium-editorial { border-radius: 25px; margin: -20px 0 44px; padding: 25px 20px; }
  .svh-stadium-year-nav { gap: 8px; margin-bottom: 64px; }
  .svh-stadium-year-nav a { border-radius: 19px; padding: 18px 16px; }
  .svh-stadium-year-nav a::after { height: 30px; right: 13px; top: 14px; width: 30px; }
  .svh-stadium-year-nav strong { font-size: 27px; }
  .svh-stadium-year-nav span { font-size: 10px; }
  .svh-stadium-year { scroll-margin-top: 76px; }
  .svh-stadium-year__head { align-items: start; flex-direction: column; gap: 18px; }
  .svh-stadium-year__head h2 { font-size: 70px; }
  .svh-stadium-year__head > p { font-size: 10px; }
  .svh-stadium-chapter { border-radius: 23px; }
  .svh-stadium-chapter > summary { gap: 7px 12px; grid-template-columns: minmax(0,1fr) 40px; min-height: 0; padding: 19px 17px; }
  .svh-stadium-chapter__period { grid-column: 1; grid-row: 1; }
  .svh-stadium-chapter__title { font-size: 21px; grid-column: 1; grid-row: 2; }
  .svh-stadium-chapter > summary small { grid-column: 1; grid-row: 3; white-space: normal; }
  .svh-stadium-chapter > summary i { grid-column: 2; grid-row: 1 / span 3; height: 40px; width: 40px; }
  .svh-stadium-chapter__body { padding: 13px; }
  .svh-stadium-copy { border-radius: 18px; padding: 20px 17px; }
  .svh-stadium-copy p { font-size: 16px; }
  .svh-stadium-gallery { grid-template-columns: 1fr; }
  .svh-stadium-gallery figure { border-radius: 17px; }
  .svh-stadium-video { border-radius: 18px; grid-template-columns: 1fr; padding: 17px; }
  .svh-stadium-video .svh-button { justify-content: center; width: 100%; }
  .svh-stadium-video > p { margin: -3px 0 0; }
  .svh-stadium-footer { border-radius: 26px; grid-template-columns: 58px minmax(0,1fr); padding: 25px 21px; }
  .svh-stadium-footer > img { height: 58px; width: 58px; }
}

@media (prefers-reduced-motion: reduce) {
  .svh-stadium-chapter[open] .svh-stadium-chapter__body { animation: none; }
  .svh-stadium-chapter > summary i,
  .svh-stadium-gallery button img { transition: none; }
}

/* Historic artificial-turf project and 2014 fundraising archive. */
.svh-turf-page {
  padding-bottom: 68px;
  padding-top: 34px;
}

.svh-turf-page [id] { scroll-margin-top: 96px; }

.svh-turf-hero {
  background: linear-gradient(145deg, #202326, #070809 74%);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 40px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.19), 0 34px 90px rgba(15,20,28,.23);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: min(710px, calc(100svh - 116px));
  overflow: hidden;
  position: relative;
}

.svh-turf-hero__field {
  background-image: url("assets/images/sportplatz-outline.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: min(960px, 80vw) auto;
  filter: invert(1);
  inset: -8% -8% 8% 38%;
  opacity: .075;
  position: absolute;
  transform: rotate(-7deg);
}

.svh-turf-hero::after {
  background: radial-gradient(circle, rgba(255,255,255,.095) 0 2px, transparent 2.5px);
  background-size: 24px 24px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(90deg, transparent 37%, #000);
  opacity: .32;
  pointer-events: none;
  position: absolute;
}

.svh-turf-hero__content {
  max-width: 920px;
  padding: clamp(52px, 8vw, 96px) clamp(32px, 7vw, 86px) 34px;
  position: relative;
  z-index: 2;
}

.svh-turf-hero .svh-eyebrow { color: rgba(255,255,255,.55); }
.svh-turf-hero h1 {
  font-size: clamp(56px, 8.3vw, 105px);
  letter-spacing: -.07em;
  line-height: .88;
  margin: 17px 0 27px;
  max-width: 880px;
  text-wrap: balance;
}
.svh-turf-hero__content > p {
  color: rgba(255,255,255,.7);
  font-size: clamp(17px, 2vw, 23px);
  line-height: 1.5;
  margin: 0;
  max-width: 720px;
}
.svh-turf-hero__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 30px;
}
.svh-turf-hero__back {
  border-bottom: 1px solid rgba(255,255,255,.34);
  color: rgba(255,255,255,.74);
  font-size: 14px;
  font-weight: 800;
  padding: 10px 1px 5px;
}

.svh-turf-hero__year {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  position: absolute;
  right: clamp(30px, 6vw, 80px);
  top: clamp(34px, 5vw, 64px);
  z-index: 2;
}
.svh-turf-hero__year small {
  color: rgba(255,255,255,.42);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.svh-turf-hero__year strong {
  color: rgba(255,255,255,.12);
  font-size: clamp(52px, 8vw, 104px);
  letter-spacing: -.06em;
  line-height: .88;
}

.svh-turf-facts {
  display: grid;
  gap: 9px;
  grid-template-columns: repeat(4, minmax(0,1fr));
  margin: 0 clamp(32px, 7vw, 86px) clamp(32px, 5vw, 56px);
  max-width: 1050px;
  position: relative;
  z-index: 2;
}
.svh-turf-facts div {
  backdrop-filter: blur(18px) saturate(120%);
  -webkit-backdrop-filter: blur(18px) saturate(120%);
  background: rgba(255,255,255,.105);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 17px;
  min-width: 0;
  padding: 15px 17px;
}
.svh-turf-facts dt {
  font-size: clamp(20px, 2.15vw, 28px);
  font-weight: 950;
  letter-spacing: -.045em;
  line-height: 1;
}
.svh-turf-facts dd {
  color: rgba(255,255,255,.55);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.3;
  margin: 7px 0 0;
}

.svh-turf-nav {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4,minmax(0,1fr));
  margin: 18px 0 clamp(66px, 10vw, 112px);
}
.svh-turf-nav a {
  align-items: center;
  background: rgba(255,255,255,.74);
  border: 1px solid rgba(255,255,255,.96);
  border-radius: 19px;
  box-shadow: inset 0 1px 0 #fff, 0 15px 42px rgba(19,24,32,.08);
  display: flex;
  font-size: 13px;
  font-weight: 900;
  gap: 12px;
  min-height: 66px;
  padding: 13px 16px;
}
.svh-turf-nav span {
  align-items: center;
  background: #080809;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex: 0 0 34px;
  font-size: 10px;
  height: 34px;
  justify-content: center;
}

.svh-turf-intro {
  align-items: start;
  display: grid;
  gap: clamp(30px, 6vw, 90px);
  grid-template-columns: minmax(0,.95fr) minmax(320px,.8fr);
  margin: 0 auto clamp(70px, 10vw, 120px);
  max-width: 1360px;
  padding: 0 clamp(4px, 2vw, 26px);
}
.svh-turf-intro h2,
.svh-turf-related h2 {
  font-size: clamp(42px, 6vw, 76px);
  letter-spacing: -.06em;
  line-height: .94;
  margin: 12px 0 0;
  text-wrap: balance;
}
.svh-turf-intro p {
  color: #51565c;
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.65;
  margin: 0 0 18px;
}
.svh-turf-intro .svh-turf-history-note {
  background: #fff5cf;
  border: 1px solid #ead073;
  border-radius: 18px;
  color: #56430b;
  font-size: 14px;
  line-height: 1.55;
  padding: 18px 19px;
}

.svh-turf-editorial {
  backdrop-filter: blur(25px) saturate(135%);
  -webkit-backdrop-filter: blur(25px) saturate(135%);
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(255,255,255,.94);
  border-radius: 30px;
  box-shadow: inset 0 1px 0 #fff, 0 20px 56px rgba(20,25,34,.09);
  margin: -48px 0 70px;
  padding: clamp(27px, 5vw, 54px);
}
.svh-turf-editorial h2 { font-size: clamp(34px,5vw,54px); letter-spacing: -.05em; margin: 9px 0 20px; }
.svh-turf-editorial__content { color: #4d5157; font-size: 18px; line-height: 1.65; max-width: 980px; }
.svh-turf-editorial__content > :first-child { margin-top: 0; }
.svh-turf-editorial__content > :last-child { margin-bottom: 0; }

.svh-turf-build,
.svh-turf-private,
.svh-turf-board,
.svh-turf-related {
  backdrop-filter: blur(24px) saturate(135%);
  -webkit-backdrop-filter: blur(24px) saturate(135%);
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(255,255,255,.96);
  border-radius: 34px;
  box-shadow: inset 0 1px 0 #fff, 0 24px 70px rgba(18,23,31,.1);
  margin-bottom: clamp(66px, 9vw, 112px);
  overflow: hidden;
  padding: clamp(28px, 5vw, 58px);
}

.svh-turf-section-head {
  align-items: end;
  border-bottom: 1px solid rgba(0,0,0,.11);
  display: flex;
  gap: 26px;
  justify-content: space-between;
  margin-bottom: clamp(30px,5vw,54px);
  padding-bottom: 26px;
}
.svh-turf-section-head > div { align-items: center; display: flex; gap: clamp(16px,2vw,26px); min-width: 0; }
.svh-turf-section-head > div > span {
  align-items: center;
  background: #090a0b;
  border-radius: 20px;
  color: #fff;
  display: flex;
  flex: 0 0 clamp(58px,7vw,82px);
  font-size: clamp(18px,2vw,25px);
  font-weight: 950;
  height: clamp(58px,7vw,82px);
  justify-content: center;
}
.svh-turf-section-head h2 {
  font-size: clamp(34px,5vw,64px);
  letter-spacing: -.055em;
  line-height: .96;
  margin: 8px 0 0;
  text-wrap: balance;
}
.svh-turf-section-head > p {
  color: var(--svh-muted);
  font-size: 12px;
  font-weight: 800;
  margin: 0;
  max-width: 280px;
  text-align: right;
}
.svh-turf-build__story { column-count: 2; column-gap: clamp(28px,5vw,70px); }
.svh-turf-build__story p {
  break-inside: avoid;
  color: #454a50;
  font-size: clamp(16px,1.55vw,19px);
  line-height: 1.68;
  margin: 0 0 20px;
}
.svh-turf-source {
  border-top: 1px solid rgba(0,0,0,.1);
  color: #74787d;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
  margin: 24px 0 0;
  padding-top: 18px;
  text-transform: uppercase;
}

.svh-turf-sponsoring {
  background: linear-gradient(145deg,#242529,#050506);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 36px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 30px 80px rgba(15,20,28,.23);
  color: #fff;
  margin-bottom: clamp(66px,9vw,112px);
  overflow: hidden;
  padding: clamp(28px,5vw,58px);
}
.svh-turf-section-head--dark { border-bottom-color: rgba(255,255,255,.15); }
.svh-turf-section-head--dark .svh-eyebrow { color: rgba(255,255,255,.47); }
.svh-turf-section-head--dark > div > span { background: #fff; color: #090a0b; }
.svh-turf-section-head--dark > p { color: rgba(255,255,255,.48); }
.svh-turf-sponsoring__lead { color: rgba(255,255,255,.62); font-size: clamp(15px,1.5vw,18px); line-height: 1.55; margin: -18px 0 27px; max-width: 820px; }
.svh-turf-packages { display: grid; gap: 12px; grid-template-columns: repeat(3,minmax(0,1fr)); }
.svh-turf-package {
  background: rgba(255,255,255,.075);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 25px;
  min-width: 0;
  overflow: hidden;
}
.svh-turf-package--premium { background: linear-gradient(145deg,rgba(255,255,255,.16),rgba(255,255,255,.065)); }
.svh-turf-package__top { border-bottom: 1px solid rgba(255,255,255,.12); padding: 23px; }
.svh-turf-package__top small { color: rgba(255,255,255,.42); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.svh-turf-package__top h3 { font-size: clamp(23px,2.4vw,32px); letter-spacing: -.04em; line-height: 1; margin: 9px 0 20px; }
.svh-turf-package__top strong { display: block; font-size: clamp(28px,3.4vw,43px); letter-spacing: -.05em; line-height: 1; }
.svh-turf-package dl { margin: 0; padding: 9px 23px 18px; }
.svh-turf-package dl div { border-bottom: 1px solid rgba(255,255,255,.1); display: flex; flex-direction: column; gap: 4px; padding: 12px 0; }
.svh-turf-package dl div:last-child { border-bottom: 0; }
.svh-turf-package dt { color: rgba(255,255,255,.42); font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.svh-turf-package dd { color: rgba(255,255,255,.86); font-size: 14px; font-weight: 800; line-height: 1.35; margin: 0; }
.svh-turf-archive-note {
  align-items: flex-start;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 19px;
  display: flex;
  gap: 14px;
  margin-top: 18px;
  padding: 17px 19px;
}
.svh-turf-archive-note > span { align-items: center; background: #fff; border-radius: 50%; color: #080809; display: flex; flex: 0 0 27px; font-size: 13px; font-weight: 950; height: 27px; justify-content: center; }
.svh-turf-archive-note p { color: rgba(255,255,255,.59); font-size: 12px; line-height: 1.55; margin: 2px 0 0; }

.svh-turf-private {
  display: grid;
  gap: clamp(28px,6vw,84px);
  grid-template-columns: minmax(0,1fr) minmax(340px,.82fr);
}
.svh-turf-private__copy h2,
.svh-turf-board h2 {
  font-size: clamp(39px,5.8vw,72px);
  letter-spacing: -.06em;
  line-height: .94;
  margin: 12px 0 26px;
  text-wrap: balance;
}
.svh-turf-private__copy p,
.svh-turf-board__copy > p {
  color: #4e5359;
  font-size: clamp(16px,1.5vw,19px);
  line-height: 1.65;
  margin: 0 0 16px;
}
.svh-turf-prizes {
  background: linear-gradient(145deg,#222428,#08090a);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 26px;
  color: #fff;
  padding: clamp(24px,4vw,42px);
}
.svh-turf-prizes .svh-eyebrow { color: rgba(255,255,255,.45); }
.svh-turf-prizes h3 { font-size: clamp(25px,3vw,37px); letter-spacing: -.04em; line-height: 1.03; margin: 10px 0 24px; }
.svh-turf-prizes ol { display: grid; gap: 10px; list-style: none; margin: 0; padding: 0; }
.svh-turf-prizes li { align-items: flex-start; border-top: 1px solid rgba(255,255,255,.11); color: rgba(255,255,255,.77); display: flex; font-size: 13px; gap: 10px; line-height: 1.45; padding-top: 11px; }
.svh-turf-prizes li > span { align-items: center; background: rgba(255,255,255,.1); border-radius: 50%; display: flex; flex: 0 0 24px; height: 24px; justify-content: center; }
.svh-turf-prizes > p { color: rgba(255,255,255,.4); font-size: 10px; line-height: 1.5; margin: 20px 0 0; }

.svh-turf-board {
  align-items: center;
  background: linear-gradient(145deg,#fff,#edf0f2);
  display: grid;
  gap: clamp(28px,6vw,82px);
  grid-template-columns: minmax(0,.72fr) minmax(420px,1fr);
}
.svh-turf-board__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.svh-turf-board .svh-button--ghost { background: transparent; border: 1px solid rgba(0,0,0,.2); color: #111; }
.svh-turf-board__image {
  aspect-ratio: 250 / 177;
  background: #f5f6f7;
  border: 12px solid #101112;
  border-radius: 25px;
  box-shadow: 0 23px 58px rgba(16,20,27,.2);
  cursor: zoom-in;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.svh-turf-board__image img { display: block; height: 100%; object-fit: contain; width: 100%; }
.svh-turf-board__image > span {
  align-items: center;
  background: rgba(7,8,9,.78);
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 50%;
  bottom: 12px;
  color: #fff;
  display: flex;
  height: 42px;
  justify-content: center;
  position: absolute;
  right: 12px;
  width: 42px;
}

.svh-turf-related { padding-bottom: clamp(30px,5vw,58px); }
.svh-turf-related header { align-items: end; display: flex; gap: 30px; justify-content: space-between; margin-bottom: 30px; }
.svh-turf-related h2 { font-size: clamp(36px,5vw,62px); max-width: 960px; }
.svh-turf-related__cards { display: grid; gap: 12px; grid-template-columns: repeat(2,minmax(0,1fr)); }
.svh-turf-related__cards a {
  background: linear-gradient(145deg,#242529,#050506);
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 25px;
  color: #fff;
  min-height: 205px;
  padding: clamp(23px,4vw,39px);
  position: relative;
}
.svh-turf-related__cards small { color: rgba(255,255,255,.43); display: block; font-size: 9px; font-weight: 900; letter-spacing: .13em; margin-bottom: 15px; text-transform: uppercase; }
.svh-turf-related__cards strong { display: block; font-size: clamp(24px,3vw,38px); letter-spacing: -.045em; line-height: 1.02; max-width: 520px; padding-right: 55px; }
.svh-turf-related__cards span { align-items: center; background: #fff; border-radius: 50%; bottom: 25px; color: #080809; display: flex; font-size: 23px; height: 48px; justify-content: center; position: absolute; right: 25px; width: 48px; }

.svh-turf-footer {
  align-items: center;
  background: linear-gradient(145deg,#242529,#050506);
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 32px;
  color: #fff;
  display: grid;
  gap: 26px;
  grid-template-columns: 92px minmax(0,1fr) auto;
  padding: clamp(28px,5vw,54px);
}
.svh-turf-footer > img { filter: grayscale(1); height: 92px; opacity: .72; width: 92px; }
.svh-turf-footer .svh-eyebrow { color: rgba(255,255,255,.48); }
.svh-turf-footer h2 { font-size: clamp(30px,4.5vw,52px); letter-spacing: -.05em; line-height: .98; margin: 8px 0 11px; }
.svh-turf-footer p { color: rgba(255,255,255,.61); margin: 0; max-width: 760px; }

@media (hover: hover) and (pointer: fine) {
  .svh-turf-nav a,
  .svh-turf-package,
  .svh-turf-related__cards a,
  .svh-turf-board__image { transition: box-shadow .28s ease, transform .28s cubic-bezier(.22,1,.36,1); }
  .svh-turf-nav a:hover,
  .svh-turf-package:hover,
  .svh-turf-related__cards a:hover,
  .svh-turf-board__image:hover { box-shadow: 0 25px 66px rgba(15,20,28,.18); transform: translateY(-3px); }
}

@media (max-width: 980px) {
  .svh-turf-hero { min-height: 720px; }
  .svh-turf-hero__year { opacity: .75; }
  .svh-turf-facts { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .svh-turf-intro { grid-template-columns: 1fr 1fr; }
  .svh-turf-packages { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .svh-turf-package--premium { grid-column: 1 / -1; }
  .svh-turf-private { grid-template-columns: 1fr 1fr; }
  .svh-turf-board { grid-template-columns: minmax(0,.72fr) minmax(340px,1fr); }
  .svh-turf-footer { grid-template-columns: 76px minmax(0,1fr); }
  .svh-turf-footer > img { height: 76px; width: 76px; }
  .svh-turf-footer .svh-button { grid-column: 1 / -1; justify-content: center; width: 100%; }
}

@media (max-width: 720px) {
  .svh-turf-page { padding-top: 18px; }
  .svh-turf-page [id] { scroll-margin-top: 76px; }
  .svh-turf-hero { border-radius: 27px; min-height: 760px; }
  .svh-turf-hero::after { display: none; }
  .svh-turf-hero__field { background-size: 720px auto; inset: 4% -50% 24% -16%; opacity: .065; }
  .svh-turf-hero__content { padding: 42px 23px 28px; }
  .svh-turf-hero h1 { font-size: clamp(46px,14vw,64px); line-height: .9; }
  .svh-turf-hero__content > p { font-size: 16px; }
  .svh-turf-hero__actions { align-items: stretch; flex-direction: column; }
  .svh-turf-hero__actions .svh-button { justify-content: center; width: 100%; }
  .svh-turf-hero__back { align-self: center; }
  .svh-turf-hero__year { right: 22px; top: 21px; }
  .svh-turf-hero__year small { display: none; }
  .svh-turf-hero__year strong { font-size: 56px; }
  .svh-turf-facts { bottom: 0; gap: 7px; margin: 0 22px 24px; }
  .svh-turf-facts div { border-radius: 14px; padding: 13px; }
  .svh-turf-facts dt { font-size: 21px; }
  .svh-turf-facts dd { font-size: 9px; }
  .svh-turf-nav { gap: 7px; grid-template-columns: repeat(2,minmax(0,1fr)); margin: 12px 0 60px; }
  .svh-turf-nav a { border-radius: 17px; font-size: 11px; min-height: 58px; padding: 10px 12px; }
  .svh-turf-nav span { flex-basis: 30px; height: 30px; }
  .svh-turf-intro { gap: 23px; grid-template-columns: 1fr; margin-bottom: 66px; padding: 0 5px; }
  .svh-turf-intro h2 { font-size: clamp(38px,12vw,54px); }
  .svh-turf-intro p { font-size: 16px; }
  .svh-turf-editorial { border-radius: 25px; margin: -30px 0 52px; padding: 25px 20px; }
  .svh-turf-build,
  .svh-turf-private,
  .svh-turf-board,
  .svh-turf-related,
  .svh-turf-sponsoring { border-radius: 25px; margin-bottom: 62px; padding: 24px 18px; }
  .svh-turf-section-head { align-items: flex-start; flex-direction: column; gap: 17px; margin-bottom: 28px; padding-bottom: 20px; }
  .svh-turf-section-head > div { align-items: flex-start; flex-direction: column; }
  .svh-turf-section-head > div > span { border-radius: 15px; flex-basis: 50px; font-size: 16px; height: 50px; width: 50px; }
  .svh-turf-section-head h2 { font-size: clamp(33px,9.2vw,43px); overflow-wrap: normal; }
  .svh-turf-section-head > p { text-align: left; }
  .svh-turf-build__story { column-count: 1; }
  .svh-turf-build__story p { font-size: 16px; }
  .svh-turf-packages { grid-template-columns: 1fr; }
  .svh-turf-package--premium { grid-column: auto; }
  .svh-turf-package { border-radius: 21px; }
  .svh-turf-package__top { padding: 21px 19px; }
  .svh-turf-package dl { padding-left: 19px; padding-right: 19px; }
  .svh-turf-archive-note { padding: 15px; }
  .svh-turf-private { grid-template-columns: 1fr; }
  .svh-turf-private__copy h2,
  .svh-turf-board h2 { font-size: clamp(38px,11vw,52px); }
  .svh-turf-prizes { border-radius: 21px; padding: 23px 19px; }
  .svh-turf-board { grid-template-columns: 1fr; }
  .svh-turf-board__actions { align-items: stretch; flex-direction: column; }
  .svh-turf-board__actions .svh-button { justify-content: center; width: 100%; }
  .svh-turf-board__image { border-width: 7px; border-radius: 18px; grid-row: 1; }
  .svh-turf-related header { align-items: flex-start; flex-direction: column; }
  .svh-turf-related h2 { font-size: clamp(36px,10vw,48px); }
  .svh-turf-related__cards { grid-template-columns: 1fr; }
  .svh-turf-related__cards a { border-radius: 21px; min-height: 175px; }
  .svh-turf-footer { border-radius: 26px; grid-template-columns: 58px minmax(0,1fr); padding: 25px 21px; }
  .svh-turf-footer > img { height: 58px; width: 58px; }
}

@media (prefers-reduced-motion: reduce) {
  .svh-turf-nav a,
  .svh-turf-package,
  .svh-turf-related__cards a,
  .svh-turf-board__image { transition: none; }
}

/* Public website search: header control and result page. */
.svh-site-search {
  flex: 0 0 auto;
  position: relative;
  z-index: 64;
}

.svh-account-link {
  align-items: center;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 14px;
  color: #111;
  display: inline-flex;
  flex: 0 0 44px;
  height: 44px;
  justify-content: center;
  width: 44px;
}
.svh-account-link:visited { color: #111; }
.svh-account-link:hover { background: #080808; color: #fff; }
.svh-account-link:focus-visible { outline: 3px solid #2176ff; outline-offset: 3px; }
.svh-account-link svg { fill: none; height: 20px; stroke: currentColor; stroke-linecap: round; stroke-width: 2; width: 20px; }
@media (max-width: 1100px) {
  .svh-account-link { order: 1; }
}
@media (max-width: 480px) {
  .svh-header__inner:has(.svh-account-link) { gap: 8px; }
  .svh-header__inner:has(.svh-account-link) .svh-brand__copy small { display: none; }
  .svh-header__inner:has(.svh-account-link) .svh-brand__title { font-size: 17px; }
  .svh-header__inner:has(.svh-account-link) .svh-brand img { width: 42px; height: 42px; }
}

.svh-site-search > summary {
  align-items: center;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 14px;
  color: #111;
  cursor: pointer;
  display: flex;
  height: 44px;
  justify-content: center;
  list-style: none;
  transition: background .2s ease, color .2s ease, transform .2s ease;
  width: 44px;
}

.svh-site-search > summary::-webkit-details-marker { display: none; }
.svh-site-search > summary::marker { content: ""; }
.svh-site-search > summary:hover,
.svh-site-search[open] > summary { background: #080808; color: #fff; }
.svh-site-search > summary:focus-visible { outline: 3px solid #2176ff; outline-offset: 3px; }
.svh-site-search > summary svg { fill: none; height: 20px; stroke: currentColor; stroke-linecap: round; stroke-width: 2; width: 20px; }

.svh-site-search__panel {
  animation: svh-search-panel-in .22s cubic-bezier(.22,1,.36,1);
  background: rgba(250,250,251,.98);
  border: 1px solid rgba(255,255,255,.95);
  border-radius: 24px;
  box-shadow: 0 26px 72px rgba(16,20,28,.22);
  padding: 22px;
  position: absolute;
  right: 0;
  top: calc(100% + 12px);
  width: min(430px, calc(100vw - 28px));
}

@keyframes svh-search-panel-in {
  from { opacity: 0; transform: translate3d(0,-8px,0) scale(.985); }
  to { opacity: 1; transform: translate3d(0,0,0) scale(1); }
}

.svh-site-search__form label,
.svh-search-page__form label {
  display: block;
  font-size: 14px;
  font-weight: 850;
  margin-bottom: 9px;
}

.svh-site-search__row,
.svh-search-page__form > div { display: flex; gap: 8px; }

.svh-site-search__form input,
.svh-search-page__form input {
  appearance: none;
  background: #fff;
  border: 1px solid rgba(0,0,0,.18);
  border-radius: 14px;
  color: #111;
  font: inherit;
  min-height: 48px;
  min-width: 0;
  padding: 10px 14px;
  width: 100%;
}

.svh-site-search__form input:focus,
.svh-search-page__form input:focus { border-color: #111; box-shadow: 0 0 0 3px rgba(33,118,255,.22); outline: 0; }

.svh-site-search__form button {
  background: #080808;
  border: 0;
  border-radius: 14px;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 850;
  min-height: 48px;
  padding: 10px 17px;
}

.svh-site-search__form button:focus-visible { outline: 3px solid #2176ff; outline-offset: 2px; }
.svh-site-search__form p { color: #6b7077; font-size: 12px; line-height: 1.45; margin: 12px 0 0; }

.svh-search-page { padding-bottom: 50px; padding-top: 42px; }
.svh-search-page__header { margin-bottom: 18px; }
.svh-search-page__form { margin-top: 28px; max-width: 760px; }
.svh-search-page__form label { color: rgba(255,255,255,.72); }
.svh-search-page__form input { border-color: rgba(255,255,255,.28); }
.svh-search-page__form .svh-button { background: #fff; border-color: #fff; color: #111; flex: 0 0 auto; min-height: 48px; }

.svh-search-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 30px;
}

.svh-search-filters a {
  align-items: center;
  background: rgba(255,255,255,.74);
  border: 1px solid rgba(255,255,255,.95);
  border-radius: 999px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 850;
  justify-content: center;
  min-height: 44px;
  padding: 9px 15px;
}

.svh-search-filters a:hover,
.svh-search-filters a[aria-current="page"] { background: #080808; border-color: #080808; color: #fff; }
.svh-search-filters a:focus-visible { outline: 3px solid #2176ff; outline-offset: 2px; }

.svh-search-results__head {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 22px;
}

.svh-search-results__head h2 { font-size: clamp(30px,5vw,52px); letter-spacing: -.045em; line-height: 1; margin: 7px 0 0; overflow-wrap: anywhere; }
.svh-search-results__head > span { background: rgba(255,255,255,.76); border: 1px solid #fff; border-radius: 999px; flex: 0 0 auto; font-size: 13px; font-weight: 850; padding: 9px 14px; }
.svh-search-results__grid { display: grid; gap: 16px; grid-template-columns: repeat(2,minmax(0,1fr)); }

.svh-search-card { min-width: 0; }
.svh-search-card > a {
  background: rgba(255,255,255,.8);
  border: 1px solid rgba(255,255,255,.96);
  border-radius: 28px;
  box-shadow: inset 0 1px 0 #fff, 0 18px 48px rgba(20,25,34,.1);
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  transition: box-shadow .25s ease, transform .25s ease;
}

.svh-search-card__image { aspect-ratio: 16 / 8.5; background: #e5e7ea; overflow: hidden; }
.svh-search-card__image img { height: 100%; object-fit: cover; transition: transform .45s cubic-bezier(.22,1,.36,1); width: 100%; }
.svh-search-card__body { display: flex; flex: 1; flex-direction: column; min-height: 250px; padding: clamp(22px,3vw,30px); }
.svh-search-card__meta { align-items: center; color: #686d73; display: flex; flex-wrap: wrap; font-size: 12px; font-weight: 750; gap: 8px 14px; }
.svh-search-card__meta > span { background: #eceef0; border-radius: 999px; color: #151515; font-size: 10px; font-weight: 900; letter-spacing: .1em; padding: 7px 10px; text-transform: uppercase; }
.svh-search-card h3 { font-size: clamp(25px,3vw,35px); letter-spacing: -.04em; line-height: 1.04; margin: 18px 0 11px; overflow-wrap: anywhere; }
.svh-search-card p { color: #666c72; line-height: 1.58; margin: 0 0 22px; }
.svh-search-card strong { color: #00694f; margin-top: auto; }

@media (hover: hover) and (pointer: fine) {
  .svh-search-card > a:hover { box-shadow: inset 0 1px 0 #fff, 0 26px 62px rgba(20,25,34,.16); transform: translateY(-4px); }
  .svh-search-card > a:hover .svh-search-card__image img { transform: scale(1.025); }
}

.svh-search-card > a:focus-visible { outline: 3px solid #2176ff; outline-offset: 3px; }

@media (max-width: 1100px) {
  .svh-brand { flex: 1 1 auto; min-width: 0; }
  .svh-brand__title { overflow: hidden; text-overflow: ellipsis; }
  .svh-site-search { margin-left: auto; order: 1; }
  .svh-menu-toggle { margin-left: 0; order: 2; }
  .svh-nav { order: 3; }
  .svh-site-search__panel { left: 14px; position: fixed; right: 14px; top: 82px; width: auto; }
}

@media (max-width: 700px) {
  .svh-search-page { padding-top: 20px; }
  .svh-search-page__form > div { align-items: stretch; flex-direction: column; }
  .svh-search-page__form .svh-button { justify-content: center; width: 100%; }
  .svh-search-filters { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .svh-search-filters a { border-radius: 16px; line-height: 1.25; padding-inline: 10px; text-align: center; }
  .svh-search-filters a:last-child:nth-child(odd) { grid-column: 1 / -1; }
  .svh-search-results__head { align-items: flex-start; flex-direction: column; gap: 12px; }
  .svh-search-results__grid { grid-template-columns: 1fr; }
  .svh-search-card__body { min-height: 220px; }
}

@media (max-width: 440px) {
  .svh-header__inner { gap: 8px; }
  .svh-brand { gap: 8px; }
  .svh-brand img { height: 48px; width: 48px; }
  .svh-brand__year { display: none; }
  .svh-brand small { font-size: 11px; }
  .svh-site-search > summary { border-radius: 13px; height: 42px; width: 42px; }
  .svh-menu-toggle { border-radius: 13px; padding: 11px; }
  .svh-site-search__panel { left: 10px; padding: 18px; right: 10px; }
  .svh-site-search__row { align-items: stretch; flex-direction: column; }
  .svh-site-search__form button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .svh-site-search__panel { animation: none; }
  .svh-search-card > a,
  .svh-search-card__image img { transition: none; }
}

/* Apple-inspired desktop navigation with a seamless black SVH transition. */
.svh-header {
  transition: background-color .38s ease, border-color .38s ease, box-shadow .38s ease, color .38s ease;
}
.svh-header::after {
  background: #151517;
  content: '';
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity .38s ease;
  z-index: 0;
}

.svh-header__inner {
  position: relative;
  z-index: 2;
}

.svh-header__scrim {
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  background: linear-gradient(180deg, rgba(4,4,5,.34), rgba(4,4,5,.12) 45%, transparent 82%);
  height: 100vh;
  left: 0;
  right: 0;
  top: 100%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity .36s ease;
  z-index: 1;
}

.svh-nav--mobile { display: none; }

.svh-grouped-nav {
  align-items: stretch;
  align-self: stretch;
  display: flex;
  flex: 1 1 auto;
  gap: 4px;
  justify-content: center;
  margin-left: auto;
  min-width: 0;
  position: static;
  z-index: 63;
}

.svh-grouped-nav__group { position: static; }

.svh-grouped-nav__group > summary {
  align-items: center;
  color: #4c5055;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  font-weight: 800;
  gap: 7px;
  height: 100%;
  justify-content: center;
  list-style: none;
  min-height: 64px;
  padding: 10px 24px;
  position: relative;
  transition: color .28s ease;
  white-space: nowrap;
}

.svh-grouped-nav__group > summary::-webkit-details-marker { display: none; }
.svh-grouped-nav__group > summary::marker { content: ""; }

.svh-grouped-nav__group > summary::after {
  background: #0a0a0b;
  border-radius: 999px;
  bottom: 10px;
  content: "";
  height: 3px;
  left: 24px;
  position: absolute;
  right: 24px;
  transform: scaleX(0);
  transition: background-color .28s ease, transform .3s cubic-bezier(.22,1,.36,1);
}

.svh-grouped-nav__group > summary svg {
  fill: none;
  height: 14px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  transition: transform .28s cubic-bezier(.22,1,.36,1);
  width: 14px;
}

.svh-grouped-nav__group > summary:hover,
.svh-grouped-nav__group > summary:focus-visible,
.svh-grouped-nav__group[open] > summary,
.svh-grouped-nav__group.is-current-group > summary { color: #0b0b0c; }

.svh-grouped-nav__group[open] > summary::after,
.svh-grouped-nav__group.is-current-group > summary::after { transform: scaleX(1); }
.svh-grouped-nav__group[open] > summary svg { transform: rotate(180deg); }
.svh-grouped-nav__group > summary:focus-visible { outline: 3px solid #2176ff; outline-offset: -3px; }

.svh-grouped-nav__panel {
  animation: svh-grouped-nav-in .52s cubic-bezier(.22,1,.36,1);
  background: linear-gradient(180deg, #151517 0%, #070708 72%, #030303 100%);
  border-radius: 0 0 34px 34px;
  box-shadow: 0 34px 78px rgba(0,0,0,.32);
  color: #fff;
  left: 50%;
  max-height: calc(100dvh - 120px);
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 100%;
}

/* Animate the real height with JS; retain the CSS opening as a no-JS fallback. */
[data-svh-motion-ready] .svh-grouped-nav__panel { animation: none; }
.svh-grouped-nav__panel.is-resizing { overflow: hidden; }

@keyframes svh-grouped-nav-in {
  from { clip-path: inset(0 0 100% 0 round 0 0 34px 34px); opacity: 0; transform: translate3d(-50%,-13px,0); }
  to { clip-path: inset(0 0 0 0 round 0 0 34px 34px); opacity: 1; transform: translate3d(-50%,0,0); }
}

.svh-grouped-nav__panel-inner {
  display: grid;
  gap: clamp(36px, 6vw, 94px);
  grid-template-columns: minmax(190px, .62fr) minmax(0, 2fr);
  margin: 0 auto;
  padding: clamp(36px, 4vw, 56px) 0 clamp(46px, 5vw, 68px);
  width: min(1420px, calc(100% - 64px));
}

.svh-grouped-nav__panel-head {
  align-content: start;
  display: grid;
}

.svh-grouped-nav__panel-head > span {
  color: rgba(255,255,255,.46);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.svh-grouped-nav__panel-head strong {
  font-size: clamp(28px, 3vw, 42px);
  letter-spacing: -.045em;
  line-height: 1;
  margin-top: 12px;
}

.svh-grouped-nav__panel-head small {
  color: rgba(255,255,255,.56);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  margin-top: 14px;
  max-width: 230px;
}

.svh-grouped-nav__links {
  align-content: start;
  display: grid;
  gap: 0 clamp(24px, 3vw, 44px);
  grid-template-columns: repeat(auto-fit, minmax(min(190px, 100%), 1fr));
}

.svh-grouped-nav__link {
  align-items: flex-start;
  border-bottom: 1px solid rgba(255,255,255,.14);
  color: #fff;
  display: flex;
  min-height: 86px;
  min-width: 0;
  padding: 12px 0 16px;
  transition: border-color .25s ease, color .25s ease, transform .3s cubic-bezier(.22,1,.36,1);
}

.svh-grouped-nav__group[open] .svh-grouped-nav__link {
  animation: svh-grouped-link-in .58s .08s backwards cubic-bezier(.22,1,.36,1);
}

.svh-grouped-nav__group[open] .svh-grouped-nav__link:nth-child(2) { animation-delay: .14s; }
.svh-grouped-nav__group[open] .svh-grouped-nav__link:nth-child(3) { animation-delay: .20s; }
.svh-grouped-nav__group[open] .svh-grouped-nav__link:nth-child(4) { animation-delay: .26s; }
.svh-grouped-nav__group[open] .svh-grouped-nav__link:nth-child(n+5) { animation-delay: .30s; }
.svh-grouped-nav__group[open] .svh-grouped-nav__panel-head {
  animation: svh-grouped-link-in .6s .03s backwards cubic-bezier(.22,1,.36,1);
}

@keyframes svh-grouped-link-in {
  from { opacity: 0; transform: translate3d(0,-16px,0); }
  to { opacity: 1; transform: translate3d(0,0,0); }
}

.svh-grouped-nav__icon { display: none; }

.svh-grouped-nav__link-copy {
  display: grid;
  min-width: 0;
}

.svh-grouped-nav__link-copy strong {
  font-size: 18px;
  font-weight: 820;
  line-height: 1.15;
}

.svh-grouped-nav__link-copy small {
  color: rgba(255,255,255,.5);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  margin-top: 7px;
}

.svh-grouped-nav__link:hover {
  border-color: rgba(255,255,255,.58);
  color: #fff;
  transform: translateX(5px);
}

.svh-grouped-nav__link::after {
  content: '\2192';
  margin-left: auto;
  padding-left: 12px;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity .25s ease, transform .3s ease;
}
.svh-grouped-nav__link:hover::after,
.svh-grouped-nav__link:focus-visible::after { opacity: 1; transform: translateX(0); }

.svh-grouped-nav__link.is-current {
  border-color: #fff;
  color: #fff;
}

.svh-grouped-nav__link:focus-visible { outline: 3px solid #5a98ff; outline-offset: 5px; }

@media (min-width: 1101px) {
  .svh-header__inner { position: static; }
  .svh-brand { position: relative; z-index: 2; }
  .svh-brand img {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #fff;
    object-fit: contain;
  }
  .svh-brand__title,
  .svh-brand small,
  .svh-brand__year { transition: color .38s ease; }
  .svh-site-search > summary {
    background: #0a0a0b;
    border-color: #0a0a0b;
    color: #fff;
  }

  .svh-site-search > summary:hover,
  .svh-site-search[open] > summary { background: #303238; }

  .svh-header.is-mega-open {
    backdrop-filter: blur(26px) saturate(120%);
    -webkit-backdrop-filter: blur(26px) saturate(120%);
    border-bottom-color: rgba(255,255,255,.1);
    box-shadow: none;
    color: #fff;
  }

  .svh-header.is-mega-open .svh-header__scrim { opacity: 1; }
  .svh-header.is-mega-open::after { opacity: 1; }
  .svh-header.is-mega-open .svh-brand { color: #fff; }
  .svh-header.is-mega-open .svh-brand__title { color: #fff; }
  .svh-header.is-mega-open .svh-brand__year,
  .svh-header.is-mega-open .svh-brand small { color: #c3c3c8; }
  .svh-header.is-mega-open .svh-grouped-nav__group > summary { color: rgba(255,255,255,.7); }
  .svh-header.is-mega-open .svh-grouped-nav__group > summary:hover,
  .svh-header.is-mega-open .svh-grouped-nav__group > summary:focus-visible,
  .svh-header.is-mega-open .svh-grouped-nav__group[open] > summary { color: #fff; }
  .svh-header.is-mega-open .svh-grouped-nav__group > summary::after { background: #fff; }
  .svh-header.is-mega-open .svh-site-search > summary {
    background: #fff;
    border-color: #fff;
    color: #0b0b0c;
  }
  .svh-header.is-mega-open .svh-site-search > summary:hover { background: #e5e5e7; }
}

@media (min-width: 1101px) and (max-width: 1250px) {
  .svh-grouped-nav__group > summary { padding-left: 17px; padding-right: 17px; }
  .svh-grouped-nav__group > summary::after { left: 17px; right: 17px; }
  .svh-brand__year { display: none; }
  .svh-grouped-nav__panel-inner { width: min(1160px, calc(100% - 44px)); }
}

@media (max-width: 1100px) {
  .svh-header__scrim { display: none; }
  .svh-grouped-nav { display: none; }
  .svh-nav--mobile { display: flex; }
}

@media (prefers-reduced-motion: reduce) {
  .svh-header,
  .svh-header::after,
  .svh-header__scrim,
  .svh-grouped-nav__panel,
  .svh-grouped-nav__group > summary::after,
  .svh-grouped-nav__group > summary svg,
  .svh-grouped-nav__link,
  .svh-grouped-nav__link::after,
  .svh-brand__title,
  .svh-brand small,
  .svh-brand__year,
  .svh-grouped-nav__group > summary,
  .svh-grouped-nav__group[open] .svh-grouped-nav__panel-head,
  .svh-grouped-nav__group[open] .svh-grouped-nav__link { animation: none; transition: none; }
  .svh-grouped-nav__link:hover { transform: none; }
}

/* 2.3.57 pilot: visible-first movement, confined to Home and Erfolge. */
html.svh-motion-ready [data-svh-motion-pilot] .svh-reveal,
html.svh-motion-ready [data-svh-motion-pilot] .svh-reveal.is-visible,
html.svh-motion-ready [data-svh-motion-pilot] .svh-timeline > p.svh-reveal {
  opacity: 1;
  transform: none;
  will-change: auto;
}
[data-svh-motion-pilot] :is(.svh-card, .svh-promo, .svh-heritage-card, .svh-button) {
  transition: translate .22s cubic-bezier(.22,1,.36,1), box-shadow .22s ease, background-color .22s ease;
}
/* Keep image content stable: no extra zoom or animated cropping. */
[data-svh-motion-pilot] .svh-hero__media img,
[data-svh-motion-pilot] .svh-hero__media img.is-active,
[data-svh-motion-pilot] .svh-card:hover .svh-card__media img,
[data-svh-motion-pilot] .svh-heritage-card:hover .svh-heritage-card__foreground {
  transform: none;
}
[data-svh-motion-pilot] .svh-hero__media img { transition: opacity .8s ease; }
[data-svh-motion-pilot] .svh-button::after { display: none; }
[data-svh-motion-pilot] :is(.svh-card, .svh-promo, .svh-heritage-card):active { transform: none; }
[data-svh-motion-pilot] :is(.svh-department__arrow, .svh-heritage-card__body > b) {
  transition: translate .22s ease;
}
@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  [data-svh-motion-pilot] :is(.svh-card, .svh-promo, .svh-heritage-card):hover {
    transform: none;
    translate: 0 -3px;
  }
  [data-svh-motion-pilot] .svh-button:hover { transform: none; translate: 0 -2px; }
  [data-svh-motion-pilot] .svh-department:hover .svh-department__arrow,
  [data-svh-motion-pilot] .svh-heritage-card:hover .svh-heritage-card__body > b { translate: 3px 0; }
}
@media (prefers-reduced-motion: no-preference) {
  [data-svh-motion-pilot] .svh-timeline > p[data-svh-gentle-shown]::before {
    animation: svh-gentle-milestone .6s ease-out;
  }
}
@keyframes svh-gentle-milestone {
  from { box-shadow: 0 0 0 0 rgba(17,17,17,.16); }
  to { box-shadow: 0 0 0 7px rgba(17,17,17,0); }
}
@media (max-width: 760px) {
  [data-svh-motion-pilot] .svh-hero__media img { transition-duration: .35s; }
}
@media (prefers-reduced-motion: reduce) {
  [data-svh-motion-pilot] :is(.svh-card, .svh-promo, .svh-heritage-card, .svh-button):is(:hover, :active) {
    transform: none;
    translate: none;
  }
  [data-svh-motion-pilot] .svh-timeline > p::before { animation: none; }
}

/* Aktive: three readable official tables instead of duplicate photo cards. */
.svh-active-tables { align-items: start; gap: 24px; }
.svh-team-table { min-width: 0; padding: 24px 16px 20px; border: 1px solid rgba(255,255,255,.9); border-radius: 28px; background: #fff; color: #151515; box-shadow: 0 18px 45px rgba(0,0,0,.07); }
.svh-team-table__header { padding: 0 8px 20px; }
.svh-team-table__header .svh-eyebrow { color: #626262; font-size: 12px; line-height: 1.5; letter-spacing: .1em; }
.svh-team-table h3 { margin: 9px 0 0; font-size: clamp(24px,2.1vw,34px); line-height: 1.15; }
.svh-team-table__embed { width: 100%; max-width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.svh-team-table__embed [data-svh-football-widget] { width: 100%; }
.svh-team-table footer { padding: 20px 8px 0; }
.svh-team-table footer .svh-button { font-size: 15px; padding: 10px 16px; min-height: 44px; }
.svh-table-source { font-size: 14px; line-height: 1.6; margin: 18px 0 24px; }
.svh-table-source a { text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 1150px) {
  .svh-grid.svh-active-tables { grid-template-columns: minmax(0,1fr); }
}
@media (max-width: 600px) {
  .svh-team-table { padding: 20px 8px 16px; border-radius: 22px; }
}

/* Public services share the existing neutral SVH surfaces, not popup depth. */
.svh-service { color: var(--svh-ink); background: #fff; border: 1px solid #d9e1e0; border-radius: 26px; padding: clamp(20px,4vw,32px); margin: 22px 0; }
.svh-service h2 { font-size: clamp(24px,3vw,34px); margin: 8px 0 18px; }
.svh-service h3 { font-size: 22px; margin: 16px 0 10px; }
.svh-service p { font-size: 16px; line-height: 1.6; margin: 12px 0; overflow-wrap: anywhere; }
.svh-service-muted { color: var(--svh-muted); font-size: 14px !important; }
.svh-service details summary { font-size: 18px; font-weight: 800; min-height: 44px; cursor: pointer; padding: 8px 0; }
.svh-service-row { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; align-items: center; margin-top: 18px; padding-top: 16px; border-top: 1px solid #d9e1e0; }
.svh-service-badge { display: inline-block; border-radius: 10px; background: #edf0f1; color: #414b51; padding: 7px 12px; font-size: 14px; font-weight: 700; }
.svh-service-badge.is-open { background: #e7f4ed; color: #07563e; }
.svh-service-badge.is-closed { background: #fff0ee; color: #92372b; }
.svh-service-badge.is-change { background: #fff3d7; color: #765000; }
.svh-youth-finder label { display: block; font-weight: 700; max-width: 380px; }
.svh-youth-finder select { display: block; width: 100%; margin-top: 8px; padding: 12px; min-height: 48px; font: inherit; font-size: 16px; border-radius: 12px; color: var(--svh-ink); background: #f5f7f7; border: 1px solid #bcc9c6; }
.svh-youth-finder article { padding: 4px 0 18px; border-bottom: 1px solid #d9e1e0; }
[data-svh-youth] [hidden], [data-service-notices][hidden], [data-service-changes][hidden] { display: none !important; }
/* Jugend-Finder is the second tile in the existing dark contact surface. */
.svh-info-card--department .svh-youth-finder { margin: 0; color: #fff; }
.svh-info-card--department .svh-youth-finder label { margin-top: 18px; max-width: none; color: #fff; }
.svh-info-card--department .svh-youth-finder select { min-height: 48px; background: #1b1b1e; color: #fff; border-color: #727278; }
.svh-info-card--department .svh-youth-finder select option { background: #1b1b1e; color: #fff; }
.svh-info-card--department .svh-youth-finder p { margin: 12px 0 0; }
.svh-info-card--department .svh-youth-finder .svh-service-muted { color: #c7c7cd; font-size: 14px !important; }
.svh-info-card--department .svh-youth-finder article { margin-top: 18px; padding: 18px 0; border-top: 1px solid #ffffff30; border-bottom: 1px solid #ffffff30; }
.svh-info-card--department .svh-youth-finder h4 { margin: 0; color: #fff; font-size: 21px; line-height: 1.3; }
.svh-info-card--department .svh-youth-finder a:not(.svh-button) { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.svh-info-card--department .svh-youth-finder .svh-button { margin-top: 16px; background: #fff; color: #050505; border-color: #fff; min-height: 46px; max-width: 100%; white-space: normal; text-align: center; }
@media (prefers-color-scheme: dark) {
  .svh-service { background: #23272c; border-color: #48535c; }
  .svh-service-row,.svh-youth-finder article { border-color: #48535c; }
  .svh-youth-finder select { background: #191d22; border-color: #69727d; }
  .svh-service-badge { background: #343e47; color: #e0e6ea; }
  .svh-service-badge.is-open { background: #203e31; color: #bef1d7; }
  .svh-service-badge.is-closed { background: #472d2c; color: #ffd1c9; }
  .svh-service-badge.is-change { background: #44391e; color: #ffe1a0; }
}
