/* ==========================================================================
   Stefan Küng – Onepager
   Schrift: Archivo (variabel: wght 100–900, wdth 62.5–125 %), selbst gehostet
   ========================================================================== */

@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 62.5% 125%;
  font-display: swap;
  src: url('../fonts/archivo-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 62.5% 125%;
  font-display: swap;
  src: url('../fonts/archivo-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Archivo';
  font-style: italic;
  font-weight: 100 900;
  font-stretch: 62.5% 125%;
  font-display: swap;
  src: url('../fonts/archivo-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Archivo';
  font-style: italic;
  font-weight: 100 900;
  font-stretch: 62.5% 125%;
  font-display: swap;
  src: url('../fonts/archivo-italic-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --ink: #0d0d0e;
  --ink-2: #141416;
  --ink-3: #1d1d20;
  --paper: #f3f1ec;
  --white: #fff;
  --red: #c8141a;        /* Tudor-Rot, aus den Teamfotos gemessen */
  --red-hot: #ec2229;    /* Hover / Akzent auf Dunkel */
  --bronze: #8e5427;

  /* Palmarès-Rampe (ordinal, validiert gegen #fff) */
  --win: #c8141a;
  --podium: #e8676b;
  --top10: #f09396;

  --text: #161618;
  --text-2: #57534d;
  --text-l: #fff;
  --text-l2: rgba(255, 255, 255, .74);
  --line: rgba(13, 13, 14, .12);
  --line-strong: rgba(13, 13, 14, .22);
  --line-l: rgba(255, 255, 255, .16);

  --ff: 'Archivo', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --container: 1280px;
  --gutter: clamp(16px, 4vw, 48px);
  --header-h: 68px;
  --ease: cubic-bezier(.2, .7, .2, 1);
  --cut: 22px;
}

@media (min-width: 1024px) { :root { --header-h: 84px; } }

/* ---------- Basis ---------- */
*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: var(--header-h); }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
body {
  margin: 0;
  font-family: var(--ff);
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--text);
  background: var(--ink);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body.menu-open, html.lb-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button { font: inherit; }
address { font-style: normal; }
:focus-visible { outline: 3px solid var(--red-hot); outline-offset: 3px; }
.section--red :focus-visible, .mcard--accent :focus-visible { outline-color: #fff; }

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.sr { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip { position: absolute; left: 1rem; top: -100px; z-index: 200; background: var(--red); color: #fff; padding: .75rem 1rem; font-weight: 700; text-decoration: none; }
.skip:focus { top: 1rem; }
.ico { width: 20px; height: 20px; flex: none; }
.ico--flip { transform: scaleX(-1); }

/* ---------- Typografie ---------- */
.kicker {
  display: inline-flex; align-items: center; gap: .75em;
  margin: 0 0 1.1rem;
  font-size: .76rem; font-weight: 700; font-stretch: 125%;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--red);
}
.kicker::before { content: ''; width: 30px; height: 4px; background: currentColor; transform: skewX(-24deg); }
.kicker--light { color: #fff; }
.kicker--light::before { background: var(--red-hot); }
.kicker--onred { color: #fff; }
.kicker--onred::before { background: #fff; }

.h2 {
  margin: 0 0 1.5rem;
  font-size: clamp(2.7rem, 1.4rem + 5.2vw, 5.75rem);
  font-weight: 850; font-style: italic; font-stretch: 68%;
  line-height: .9; letter-spacing: -.005em; text-transform: uppercase;
  text-wrap: balance;
}
.h2--light { color: #fff; }
.h3 {
  margin: 2.75rem 0 1rem;
  font-size: .9rem; font-weight: 700; font-stretch: 118%;
  letter-spacing: .14em; text-transform: uppercase;
}
.h4 { margin: 2rem 0 .5rem; font-size: 1.05rem; font-weight: 700; }
.lead-text { margin: 0 0 1.1rem; font-size: clamp(1.06rem, 1rem + .35vw, 1.25rem); line-height: 1.6; color: var(--text-2); max-width: 62ch; }
.lead-text--light { color: var(--text-l2); }

/* ---------- Buttons (Parallelogramm wie das SK-Logo) ---------- */
.btn {
  --btn-bg: var(--ink); --btn-bd: var(--ink);
  position: relative; isolation: isolate;
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  min-height: 52px; padding: .9rem 1.6rem;
  font-size: .82rem; font-weight: 750; font-stretch: 112%;
  letter-spacing: .12em; text-transform: uppercase; text-decoration: none;
  color: #fff; background: none; border: 0; cursor: pointer;
  transition: color .25s var(--ease);
}
.btn::before {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background: var(--btn-bg); border: 2px solid var(--btn-bd);
  transform: skewX(-14deg);
  transition: background .25s var(--ease), border-color .25s var(--ease);
}
.btn .ico { width: 18px; height: 18px; transition: transform .25s var(--ease); }
.btn:hover .ico:not(.ico--flip) { transform: translateX(3px); }
.btn--red { --btn-bg: var(--red); --btn-bd: var(--red); }
.btn--red:hover { --btn-bg: var(--red-hot); --btn-bd: var(--red-hot); }
.btn--ghost { --btn-bg: transparent; --btn-bd: rgba(255, 255, 255, .65); }
.btn--ghost:hover { --btn-bg: #fff; --btn-bd: #fff; color: var(--ink); }
.btn--dark:hover { --btn-bg: var(--red); --btn-bd: var(--red); }
.btn--sm { min-height: 42px; padding: .6rem 1.1rem; font-size: .74rem; }

/* ---------- Header ---------- */
.site-header { position: fixed; inset: 0 0 auto; z-index: 60; color: #fff; transition: background .35s var(--ease), box-shadow .35s var(--ease); }
.site-header::before { content: ''; position: absolute; inset: 0 0 -40px; z-index: -1; pointer-events: none; background: linear-gradient(rgba(0, 0, 0, .55), rgba(0, 0, 0, 0)); transition: opacity .35s; }
.site-header.is-solid { background: rgba(13, 13, 14, .94); box-shadow: 0 1px 0 var(--line-l); }
/* Blur auf einem Pseudo-Element: backdrop-filter am Header selbst würde das fixe Mobile-Menü im Header einsperren */
.site-header::after { content: ''; position: absolute; inset: 0; z-index: -1; pointer-events: none; opacity: 0; transition: opacity .35s; }
@supports (backdrop-filter: blur(8px)) {
  .site-header.is-solid { background: transparent; }
  .site-header.is-solid::after { opacity: 1; background: rgba(13, 13, 14, .82); backdrop-filter: blur(14px) saturate(1.4); }
}
body.menu-open .site-header::after { opacity: 0; }
.site-header.is-solid::before { opacity: 0; }
.site-header__bar { display: flex; align-items: center; gap: 1.5rem; height: var(--header-h); }
.brand { display: block; flex: none; }
.brand__logo { height: 42px; width: auto; }
@media (min-width: 1024px) { .brand__logo { height: 52px; } }

.nav { margin-left: auto; display: flex; align-items: center; gap: clamp(1.1rem, 2.2vw, 2.25rem); }
.nav__foot { display: flex; align-items: center; gap: 1.25rem; }

/* Sprachumschalter */
.lang { display: flex; gap: .2rem; list-style: none; margin: 0; padding: 0; }
.lang a {
  display: grid; place-items: center; min-width: 40px; height: 32px; padding: 0 .55rem;
  font-size: .74rem; font-weight: 750; font-stretch: 115%; letter-spacing: .12em; text-decoration: none;
  color: rgba(255, 255, 255, .68); border: 1px solid transparent; border-radius: 999px;
  transition: color .2s, border-color .2s, background .2s;
}
.lang a:hover { color: #fff; border-color: rgba(255, 255, 255, .45); }
.lang a[aria-current] { color: #fff; background: rgba(255, 255, 255, .14); border-color: rgba(255, 255, 255, .3); }
.lang--legal { margin-left: auto; }
@media (min-width: 1024px) {
  .nav__foot { padding-left: clamp(1rem, 1.6vw, 1.5rem); border-left: 1px solid rgba(255, 255, 255, .28); }
}
.nav__list { display: flex; gap: clamp(1.1rem, 2.2vw, 2.25rem); list-style: none; margin: 0; padding: 0; }
.nav__list a {
  position: relative; display: block; padding: .5rem 0;
  font-size: .8rem; font-weight: 650; font-stretch: 112%;
  letter-spacing: .12em; text-transform: uppercase; text-decoration: none; color: #fff;
}
.nav__list a::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 3px;
  background: var(--red-hot); transform: scaleX(0) skewX(-24deg); transform-origin: left;
  transition: transform .3s var(--ease);
}
.nav__list a:hover::after, .nav__list a[aria-current]::after { transform: scaleX(1) skewX(-24deg); }
.site-header .social--nav { display: none; }

.burger {
  display: none; margin-left: auto; align-items: center; gap: .75rem;
  padding: .5rem 0 .5rem .5rem; background: none; border: 0; color: #fff; cursor: pointer;
  font-size: .76rem; font-weight: 700; font-stretch: 118%; letter-spacing: .14em; text-transform: uppercase;
}
.burger__lines { position: relative; width: 28px; height: 14px; }
.burger__lines span { position: absolute; left: 0; right: 0; height: 2px; background: currentColor; transition: transform .35s var(--ease), top .35s var(--ease); }
.burger__lines span:first-child { top: 0; }
.burger__lines span:last-child { top: 12px; left: 8px; }
.burger[aria-expanded="true"] .burger__lines span:first-child { top: 6px; transform: rotate(45deg); }
.burger[aria-expanded="true"] .burger__lines span:last-child { top: 6px; left: 0; transform: rotate(-45deg); }

@media (max-width: 1023.98px) {
  .js .burger { display: inline-flex; }
  .js .nav {
    position: fixed; inset: 0; z-index: -1; margin: 0;
    display: flex; flex-direction: column; justify-content: space-between; align-items: stretch; gap: 2rem;
    padding: calc(var(--header-h) + 2rem) var(--gutter) max(2rem, env(safe-area-inset-bottom));
    background: var(--ink); overflow-y: auto;
    visibility: hidden; opacity: 0;
    clip-path: inset(0 0 100% 0);
    transition: clip-path .5s var(--ease), opacity .3s, visibility 0s .5s;
  }
  .js .nav.is-open { visibility: visible; opacity: 1; clip-path: inset(0 0 0 0); transition: clip-path .5s var(--ease), opacity .2s, visibility 0s; }
  .js .nav__list { flex-direction: column; gap: 0; }
  .js .nav__list a {
    padding: .15em 0; font-size: clamp(2.3rem, 10vw, 3.6rem); font-weight: 850; font-style: italic; font-stretch: 68%;
    letter-spacing: 0; line-height: 1.12;
    opacity: 0; transform: translateY(16px); transition: opacity .4s var(--ease), transform .4s var(--ease), color .2s;
  }
  .js .nav__list a::after { display: none; }
  .js .nav__list a:hover, .js .nav__list a[aria-current] { color: var(--red-hot); }
  .js .nav.is-open .nav__list a { opacity: 1; transform: none; }
  .js .nav.is-open li:nth-child(2) a { transition-delay: .04s; }
  .js .nav.is-open li:nth-child(3) a { transition-delay: .08s; }
  .js .nav.is-open li:nth-child(4) a { transition-delay: .12s; }
  .js .nav.is-open li:nth-child(5) a { transition-delay: .16s; }
  .js .nav.is-open li:nth-child(6) a { transition-delay: .2s; }
  .js .nav .social--nav { display: flex; }
  .js .nav__foot { justify-content: space-between; flex-wrap: wrap; padding-top: 1.5rem; border-top: 1px solid var(--line-l); }
  .js .nav .lang a { min-width: 56px; height: 46px; font-size: .88rem; border-color: rgba(255, 255, 255, .3); }
  .js .nav .lang a[aria-current] { background: var(--red); border-color: var(--red); }
  /* ohne JavaScript: Navigation als scrollbare Zeile */
  html:not(.js) .site-header__bar { height: auto; flex-wrap: wrap; padding-block: .75rem; }
  html:not(.js) .nav { width: 100%; overflow-x: auto; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative; isolation: isolate;
  min-height: 100vh; min-height: 100svh;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding-top: var(--header-h);
  color: #fff; background: var(--ink); overflow: hidden;
}
.hero__media, .hero__shade { position: absolute; inset: 0; z-index: -1; }
.hero__img { width: 100%; height: 100%; object-fit: cover; object-position: 37% 22%; }
.hero__shade {
  background:
    linear-gradient(180deg, rgba(13, 13, 14, .35) 0%, rgba(13, 13, 14, 0) 18%, rgba(13, 13, 14, 0) 34%, rgba(13, 13, 14, .82) 62%, var(--ink) 100%);
}
.hero__inner { position: relative; display: flex; align-items: flex-end; padding-block: 2rem 1.75rem; }
.hero__copy { width: 100%; }
.hero__title {
  margin: .1em 0 .3em;
  font-size: clamp(4.6rem, min(2.2rem + 13vw, 21vh), 13.5rem);
  font-weight: 900; font-style: italic; font-stretch: 62.5%;
  line-height: .8; letter-spacing: -.012em; text-transform: uppercase;
}
.hero__first, .hero__last { display: block; }
.hero__first { letter-spacing: .025em; }
.hero__last { margin-top: .12em; }
@supports (-webkit-text-stroke: 1px #fff) {
  .hero__first { color: transparent; -webkit-text-stroke: clamp(1.5px, .2vw, 2.5px) #fff; }
}
.hero__last { color: #fff; }
.hero__last::after { content: ''; display: inline-block; width: .32em; height: .085em; margin-left: .08em; background: var(--red-hot); transform: skewX(-24deg); vertical-align: baseline; }
.hero__lead { margin: 0 0 1.75rem; max-width: 34rem; font-size: clamp(1.05rem, .98rem + .45vw, 1.3rem); line-height: 1.55; color: rgba(255, 255, 255, .86); }
.hero__cta { display: flex; flex-wrap: wrap; gap: .9rem 1.4rem; padding-left: 6px; }

.stats {
  list-style: none; margin: 0; padding: 1.5rem 0 2.25rem;
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.4rem 1rem;
  border-top: 1px solid var(--line-l);
}
.stat { display: flex; flex-direction: column; gap: .35rem; }
.stat__num { font-size: clamp(2.5rem, 1.7rem + 3vw, 4.25rem); font-weight: 850; font-style: italic; font-stretch: 72%; line-height: .95; font-variant-numeric: lining-nums; }
.stat__suf { color: var(--red-hot); margin-left: .04em; }
.stat__label { font-size: .74rem; font-weight: 650; font-stretch: 115%; letter-spacing: .13em; text-transform: uppercase; color: rgba(255, 255, 255, .72); line-height: 1.35; }

/* Mobil/Tablet: Foto oben frei, Text überlappt nur den unteren Bildrand – das Gesicht bleibt sichtbar */
@media (max-width: 1023.98px) {
  .hero { display: block; min-height: 0; padding-top: 0; }
  .hero__media { position: relative; inset: auto; height: 64svh; min-height: 380px; max-height: 720px; }
  .hero__shade { bottom: auto; height: 64svh; min-height: 380px; max-height: 720px;
    background: linear-gradient(180deg, rgba(13, 13, 14, .45) 0%, rgba(13, 13, 14, 0) 22%, rgba(13, 13, 14, 0) 45%, rgba(13, 13, 14, .7) 75%, var(--ink) 100%); }
  .hero__img { object-position: 38% 20%; }
  .hero__inner { margin-top: -8.5rem; padding-block: 0 1.75rem; }
}
@media (min-width: 768px) {
  .stats { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
  .hero__img { object-position: 30% 35%; }
  .hero__shade {
    background:
      linear-gradient(90deg, rgba(13, 13, 14, 0) 30%, rgba(13, 13, 14, .55) 55%, rgba(13, 13, 14, .78) 80%),
      linear-gradient(180deg, rgba(13, 13, 14, .45) 0%, rgba(13, 13, 14, 0) 20%, rgba(13, 13, 14, 0) 62%, rgba(13, 13, 14, .92) 100%);
  }
  .hero__inner { flex: 1; align-items: center; padding-block: 2rem; }
  .hero__copy { margin-left: auto; width: min(48%, 640px); }
  /* Titel an die Spaltenbreite koppeln: «STEFAN» ist ~2.95 × Schriftgrösse breit */
  .hero__title { font-size: clamp(4.6rem, min(14vw, 21vh), 13.5rem); }
  .stats { padding-bottom: 3.5rem; }
}

@media (prefers-reduced-motion: no-preference) {
  .js .hero__first, .js .hero__last { animation: rise 1.1s var(--ease) both; }
  .js .hero__last { animation-delay: .12s; }
  .js .hero__img { animation: settle 2.4s var(--ease) both; }
}
@keyframes rise { from { opacity: 0; transform: translateY(.35em) skewX(-6deg); } to { opacity: 1; transform: none; } }
@keyframes settle { from { transform: scale(1.08); } to { transform: none; } }

/* ---------- Sektionen ---------- */
.section { position: relative; padding-block: clamp(4.5rem, 2.5rem + 8vw, 9.5rem); }
.section--paper { background: var(--paper); color: var(--text); }
.section--ink { background: var(--ink); color: #fff; }
.section--ink2 { background: var(--ink-2); color: #fff; }
.section--red { background: var(--red); color: #fff; }

/* Reveal beim Scrollen */
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .9s var(--ease), transform .9s var(--ease); transition-delay: var(--d, 0s); }
.js .reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1; transform: none; transition: none; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}

/* ---------- Über mich ---------- */
.about__grid { display: grid; gap: 3.5rem; }
.about__media { position: relative; margin: 0 1.25rem 1.25rem 0; }
.about__media::before {
  content: ''; position: absolute; inset: 1.25rem -1.25rem -1.25rem 1.25rem;
  background: repeating-linear-gradient(-62deg, var(--red) 0 2px, transparent 2px 11px);
  opacity: .55;
}
.about__frame {
  position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: var(--red);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 44px), calc(100% - 44px) 100%, 0 100%);
}
.about__frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 18%; }
.about__copy .h2 { max-width: 12ch; }

.facts { margin: 0; display: grid; grid-template-columns: 1fr; column-gap: 2.5rem; border-top: 1px solid var(--line-strong); }
.facts__row { display: flex; flex-direction: column; gap: .15rem; padding: .85rem 0; border-bottom: 1px solid var(--line); }
.facts dt { font-size: .74rem; font-weight: 650; font-stretch: 112%; letter-spacing: .1em; text-transform: uppercase; color: var(--text-2); }
.facts dd { margin: 0; font-weight: 600; }

.career__title { margin-top: clamp(4rem, 8vw, 6rem); }
.career { list-style: none; margin: 0; padding: 0; display: grid; }
.career__step { position: relative; padding: 0 0 1.75rem 2rem; border-left: 2px solid var(--line-strong); }
.career__step:last-child { padding-bottom: 0; }
.career__step::before {
  content: ''; position: absolute; left: -8px; top: .25rem; width: 14px; height: 14px;
  background: var(--paper); border: 2px solid var(--text); transform: skewX(-18deg);
}
.career__years { display: block; font-size: .74rem; font-weight: 700; font-stretch: 115%; letter-spacing: .13em; text-transform: uppercase; color: var(--text-2); }
.career__team { display: block; margin: .25rem 0 .1rem; font-size: 1.4rem; font-weight: 850; font-style: italic; font-stretch: 76%; line-height: 1.05; text-transform: uppercase; }
.career__note { font-size: .88rem; color: var(--text-2); }
.career__step--now { border-color: var(--red); }
.career__step--now::before { background: var(--red); border-color: var(--red); }
.career__step--now .career__team { color: var(--red); }

@media (min-width: 640px) {
  .facts { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 768px) {
  .career { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .career__step { padding: 1.75rem 1.25rem 0 0; border-left: 0; border-top: 2px solid var(--line-strong); }
  .career__step::before { left: 0; top: -8px; }
  .career__step--now { border-top-color: var(--red); }
}
@media (min-width: 960px) {
  .about__grid { grid-template-columns: 5fr 7fr; gap: clamp(3rem, 7vw, 7.5rem); align-items: start; }
  .about__media { position: sticky; top: calc(var(--header-h) + 2rem); }
}

/* ---------- Saison 2026 ---------- */
.season26__grid { display: grid; gap: 3.5rem; }
.season26__media { margin: 2.25rem 0 0; }
.season26__media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 45%; clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%); }
.season26__media figcaption { margin-top: .75rem; font-size: .82rem; color: rgba(255, 255, 255, .6); }

.timeline { list-style: none; margin: 0; padding: 0; }
.tl { --dcol: 4.6rem; position: relative; display: grid; grid-template-columns: var(--dcol) 1fr; gap: 0 2.1rem; padding-bottom: 2.4rem; }
.tl::before { content: ''; position: absolute; left: calc(var(--dcol) + 1.05rem - 1px); top: 1.2rem; bottom: -.2rem; width: 2px; background: var(--line-l); }
.tl:last-child::before { display: none; }
.tl::after {
  content: ''; position: absolute; left: calc(var(--dcol) + 1.05rem - 7px); top: .45rem; width: 14px; height: 14px;
  background: var(--ink); border: 2px solid rgba(255, 255, 255, .55); transform: skewX(-18deg);
}
.tl--win::after { background: var(--red-hot); border-color: var(--red-hot); }
.tl--medal::after { background: var(--bronze); border-color: #c98b58; }
.tl__date { font-size: 1.55rem; font-weight: 850; font-style: italic; font-stretch: 72%; line-height: 1.1; text-align: right; font-variant-numeric: tabular-nums; }
.tl__body { min-width: 0; }
.tl__head { display: flex; flex-wrap: wrap; align-items: center; gap: .4rem .75rem; margin: 0 0 .4rem; }
.tl__race { font-size: 1.12rem; font-weight: 750; font-stretch: 106%; letter-spacing: .02em; text-transform: uppercase; line-height: 1.25; }
.tl__badge {
  display: inline-block; padding: .28em .75em; font-size: .7rem; font-weight: 800; font-stretch: 112%;
  letter-spacing: .13em; text-transform: uppercase; background: rgba(255, 255, 255, .12); transform: skewX(-14deg);
}
.tl--win .tl__badge { background: var(--red); }
.tl--medal .tl__badge { background: var(--bronze); }
.tl--muted .tl__badge { background: transparent; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .35); }
.tl--muted .tl__date, .tl--muted .tl__race { color: rgba(255, 255, 255, .6); }
.tl__text { margin: 0; color: var(--text-l2); }
.tl--win .tl__date { color: var(--red-hot); }

@media (max-width: 479.98px) {
  .tl { --dcol: 3.6rem; gap: 0 1.6rem; }
  .tl::before { left: calc(var(--dcol) + .8rem - 1px); }
  .tl::after { left: calc(var(--dcol) + .8rem - 7px); }
  .tl__date { font-size: 1.3rem; }
}
@media (min-width: 960px) {
  .season26__grid { grid-template-columns: 5fr 6fr; gap: clamp(3rem, 7vw, 7rem); align-items: start; }
  .season26__intro { position: sticky; top: calc(var(--header-h) + 2.5rem); }
  .season26__media img { aspect-ratio: 16 / 13; max-height: 46vh; }
  .timeline { padding-top: 4.5rem; }
}

/* ---------- Meilensteine (Karussell) ---------- */
.milestones__head { display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; }
.milestones__head .h2 { margin-bottom: 2.5rem; }
.rail-nav { display: flex; gap: .6rem; margin-bottom: 2.6rem; }
@media (max-width: 719.98px) { .rail-nav { display: none !important; } }
.rail-btn {
  display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%;
  background: transparent; color: #fff; border: 1px solid rgba(255, 255, 255, .35); cursor: pointer;
  transition: background .25s, border-color .25s, opacity .25s;
}
.rail-btn:hover:not(:disabled) { background: var(--red); border-color: var(--red); }
.rail-btn:disabled { opacity: .3; cursor: default; }
.rail {
  --inset: max(var(--gutter), calc((100% - var(--container)) / 2 + var(--gutter)));
  overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scroll-padding-inline: var(--inset);
  scrollbar-width: none; padding-bottom: .5rem;
}
.rail::-webkit-scrollbar { display: none; }
.rail:focus-visible { outline-offset: -3px; }
.rail__list { list-style: none; margin: 0; display: flex; gap: 1rem; padding: 0 var(--inset); width: max-content; }
.mcard {
  position: relative; isolation: isolate; overflow: hidden;
  flex: 0 0 auto; width: clamp(272px, 80vw, 340px); min-height: 400px;
  display: flex; flex-direction: column; padding: 1.6rem 1.6rem 1.4rem;
  background: var(--ink-3); scroll-snap-align: start;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%);
  transition: background .3s;
}
.mcard__year {
  margin-bottom: auto;
  font-size: 5.6rem; font-weight: 900; font-style: italic; font-stretch: 62.5%; line-height: .85;
  color: transparent; -webkit-text-stroke: 1.5px rgba(255, 255, 255, .55);
  transition: -webkit-text-stroke-color .3s;
}
.mcard:hover .mcard__year { -webkit-text-stroke-color: var(--red-hot); }
.mcard__title { margin: 1.75rem 0 .6rem; font-size: 1.55rem; font-weight: 850; font-style: italic; font-stretch: 74%; line-height: 1.02; text-transform: uppercase; }
.mcard__text { margin: 0 0 1.1rem; font-size: .95rem; line-height: 1.55; color: var(--text-l2); }
.mcard__tags { display: flex; flex-wrap: wrap; gap: .35rem; margin: 0; }
.mcard__tags span { padding: .3em .6em; font-size: .66rem; font-weight: 750; font-stretch: 112%; letter-spacing: .1em; text-transform: uppercase; border: 1px solid rgba(255, 255, 255, .3); }
.mcard--img { background: #000; }
.mcard__img { position: absolute; inset: 0; z-index: -1; }
.mcard__img img { width: 100%; height: 100%; object-fit: cover; object-position: 30% 30%; opacity: .62; transition: transform .8s var(--ease), opacity .4s; }
.mcard__img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .88) 72%); }
.mcard--img:hover .mcard__img img { transform: scale(1.05); opacity: .75; }
.mcard--img .mcard__year { -webkit-text-stroke-color: #fff; }
.mcard--accent { background: var(--red); }
.mcard--accent .mcard__year { -webkit-text-stroke-color: #fff; }
.mcard--accent:hover .mcard__year { -webkit-text-stroke-color: var(--ink); }
.mcard--accent .mcard__text { color: rgba(255, 255, 255, .88); }
.mcard--accent .mcard__tags span { border-color: rgba(255, 255, 255, .6); }

/* ---------- Palmarès ---------- */
.palmares__head { display: grid; gap: .5rem 4rem; align-items: end; margin-bottom: 2.5rem; }
.palmares__head .h2 { margin-bottom: 0; }
.palmares__intro { margin: 0; }
@media (min-width: 960px) { .palmares__head { grid-template-columns: auto 1fr; } .palmares__intro { justify-self: end; } }

.chart { --plot-h: 190px; --surface: #fff; margin: 0 0 2.75rem; padding: clamp(1.1rem, 3vw, 2.1rem); background: var(--surface); }
.chart__head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: .75rem 1.5rem; margin-bottom: 1.5rem; }
.chart__title { font-size: .8rem; font-weight: 750; font-stretch: 115%; letter-spacing: .13em; text-transform: uppercase; }
.chart__legend { display: flex; flex-wrap: wrap; gap: .4rem 1.15rem; font-size: .84rem; color: var(--text-2); }
.key { display: inline-flex; align-items: center; gap: .45rem; }
.key__sw { width: 12px; height: 12px; border-radius: 2px; background: var(--win); }
.key__sw--podium { background: var(--podium); }
.key__sw--top10 { background: var(--top10); }
.chart__plot { position: relative; padding-left: 1.9rem; }
.chart__grid { position: absolute; left: 0; right: 0; top: 0; height: var(--plot-h); pointer-events: none; }
.chart__tick { position: absolute; left: 1.9rem; right: 0; bottom: calc(var(--at) / var(--max) * 100%); border-top: 1px solid #ebe7e1; }
.chart__tick span { position: absolute; left: -1.9rem; top: 0; transform: translateY(-50%); font-size: .7rem; color: var(--text-2); font-variant-numeric: tabular-nums; }
.chart__tick:first-child { border-top-color: #cfc9c0; }
.chart__bars { position: relative; display: grid; grid-template-columns: repeat(var(--n), minmax(0, 1fr)); }
.bar {
  display: flex; flex-direction: column; align-items: center; justify-content: flex-end;
  padding: 0; background: none; border: 0; cursor: pointer; color: var(--text-2);
  transition: opacity .2s;
}
.bar__stack { display: flex; flex-direction: column; justify-content: flex-end; width: min(24px, 62%); height: var(--plot-h); }
.bar__seg { display: block; height: calc(var(--v) / var(--max) * var(--plot-h)); background: var(--win); }
.bar__seg + .bar__seg { border-top: 2px solid var(--surface); }
.bar__seg:first-child { border-radius: 4px 4px 0 0; }
.bar__seg--podium { background: var(--podium); }
.bar__seg--top10 { background: var(--top10); }
.bar__year { display: block; padding-top: .55rem; font-size: .72rem; font-variant-numeric: tabular-nums; }
.bar__yyyy { display: none; }
.chart__bars:hover .bar:not(:hover) { opacity: .45; }
.bar:hover .bar__year, .bar:focus-visible .bar__year { color: var(--text); font-weight: 700; }
.bar:focus-visible { outline-offset: 0; }
.chart__eras { display: grid; grid-template-columns: repeat(var(--n), minmax(0, 1fr)); margin-top: .6rem; }
.era { position: relative; margin: 0 2px; padding-top: .4rem; border-top: 3px solid #d8d2c8; text-align: center; white-space: nowrap; }
.era__label { font-size: .66rem; font-weight: 700; font-stretch: 105%; letter-spacing: .08em; text-transform: uppercase; color: var(--text-2); }
.era--now { border-top-color: var(--red); }
.era--now .era__label { color: var(--red); }
.era__label--narrow { font-size: .6rem; letter-spacing: .02em; }
.chart__tip {
  position: absolute; z-index: 3; pointer-events: none;
  padding: .45rem .7rem; font-size: .8rem; font-weight: 600; line-height: 1.3; white-space: nowrap;
  color: #fff; background: var(--ink); border-radius: 3px; transform: translate(-50%, calc(-100% - 10px));
}
.chart__note { margin: 1.1rem 0 0; font-size: .8rem; color: var(--text-2); }
@media (min-width: 720px) {
  .chart { --plot-h: 230px; }
  .bar__yy { display: none; }
  .bar__yyyy { display: inline; }
  .era__label--narrow { font-size: .66rem; letter-spacing: .08em; }
}

.pal-tools {
  position: sticky; top: var(--header-h); z-index: 5;
  display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: .5rem 1.5rem;
  margin: 0 calc(var(--gutter) * -1) 1rem; padding: .8rem var(--gutter);
  background: var(--paper);
}
.chips { display: flex; gap: .5rem; overflow-x: auto; scrollbar-width: none; margin-inline: calc(var(--gutter) * -1); padding: .15rem var(--gutter); max-width: calc(100% + var(--gutter) * 2); }
.chips::-webkit-scrollbar { display: none; }
.chip {
  flex: none; display: inline-flex; align-items: center; gap: .5rem; min-height: 42px; padding: .5rem 1rem;
  font-size: .84rem; font-weight: 650; white-space: nowrap; color: var(--text);
  background: transparent; border: 1.5px solid var(--line-strong); border-radius: 999px; cursor: pointer;
  transition: background .2s, color .2s, border-color .2s;
}
.chip:hover { border-color: var(--text); }
.chip__n { font-size: .74rem; font-weight: 600; color: var(--text-2); font-variant-numeric: tabular-nums; }
.chip[aria-pressed="true"] { background: var(--ink); border-color: var(--ink); color: #fff; }
.chip[aria-pressed="true"] .chip__n { color: rgba(255, 255, 255, .7); }
.linkbtn { padding: .5rem 0; font-size: .84rem; font-weight: 650; color: var(--text); background: none; border: 0; cursor: pointer; text-decoration: underline; text-underline-offset: 4px; text-decoration-thickness: 1.5px; }
.linkbtn:hover { color: var(--red); }
@media (min-width: 900px) {
  .chips { flex-wrap: wrap; overflow: visible; margin-inline: 0; padding-inline: 0; max-width: none; }
}

.seasons { border-bottom: 1px solid var(--line-strong); }
.season { border-top: 1px solid var(--line-strong); scroll-margin-top: 5rem; }
.season__sum { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 1.25rem; padding: 1.1rem 0; cursor: pointer; list-style: none; }
.season__sum::-webkit-details-marker { display: none; }
.season__sum:focus-visible { outline-offset: -3px; }
.season__year { min-width: 2.35em; font-size: clamp(2.3rem, 1.7rem + 2.4vw, 3.5rem); font-weight: 900; font-style: italic; font-stretch: 62.5%; line-height: .9; transition: color .2s; font-variant-numeric: lining-nums; }
.season__team { display: block; font-size: .95rem; font-weight: 750; font-stretch: 106%; letter-spacing: .04em; text-transform: uppercase; line-height: 1.25; }
.season__meta { display: block; font-size: .85rem; color: var(--text-2); }
.season__chev { width: 30px; height: 30px; padding: 4px; border-radius: 50%; border: 1.5px solid var(--line-strong); transition: transform .3s var(--ease), background .2s, color .2s; }
.season[open] .season__chev { transform: rotate(180deg); }
.season__sum:hover .season__year { color: var(--red); }
.season__sum:hover .season__chev { background: var(--ink); color: #fff; border-color: var(--ink); }
.res-list { list-style: none; margin: 0 0 1.75rem; padding: 0; }
.res { display: grid; grid-template-columns: 2.3rem minmax(0, 1fr) auto; align-items: center; gap: .35rem 1rem; padding: .75rem 0; border-top: 1px solid var(--line); }
.res:first-child { border-top: 0; }
.rank { display: grid; place-items: center; width: 2.3rem; height: 2.3rem; border-radius: 50%; font-size: .95rem; font-weight: 800; font-variant-numeric: tabular-nums; }
.rank--win { background: var(--win); color: #fff; }
.rank--podium { background: var(--podium); color: var(--ink); }
.rank--top10 { box-shadow: inset 0 0 0 2px var(--top10); color: var(--text); }
.res__race { display: block; font-weight: 650; line-height: 1.3; }
.res__detail { display: block; margin-top: .1rem; font-size: .88rem; line-height: 1.4; color: var(--text-2); }
.res__tags { display: flex; align-items: center; justify-content: flex-end; gap: .4rem; }
.tag { padding: .3em .5em; font-size: .64rem; font-weight: 800; font-stretch: 110%; letter-spacing: .1em; border-radius: 2px; color: #fff; background: var(--ink); line-height: 1; }
.tag--mzf { background: #4a4a50; }
.tag--track { background: #6d6252; }
.cls { min-width: 3.3em; font-size: .74rem; color: var(--text-2); text-align: right; font-variant-numeric: tabular-nums; }
.seasons__empty { padding: 2rem 0; color: var(--text-2); }
.source { margin: 1.75rem 0 0; font-size: .8rem; color: var(--text-2); }
@media (max-width: 599.98px) {
  .res { grid-template-columns: 2.3rem minmax(0, 1fr); align-items: start; }
  .res__tags { grid-column: 2; justify-content: flex-start; }
  .cls { text-align: left; min-width: 0; }
}

/* ---------- Galerie ---------- */
.gallery__grid {
  list-style: none; margin: 1rem 0 0; padding: 0;
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 34vw; grid-auto-flow: dense; gap: 6px;
}
.gitem--xl { grid-column: span 2; grid-row: span 2; }
.gitem--wide { grid-column: span 2; }
.gitem__link img { object-position: var(--pos, 50% 50%); }
.gitem__link { position: relative; display: block; height: 100%; overflow: hidden; background: var(--ink-3); }
.gitem__link img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease), filter .4s; }
.gitem__cap {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 2.5rem 1rem .85rem;
  font-size: .82rem; font-weight: 600; line-height: 1.35; color: #fff;
  background: linear-gradient(transparent, rgba(0, 0, 0, .78));
  opacity: 0; transform: translateY(8px); transition: opacity .35s var(--ease), transform .35s var(--ease);
}
@media (hover: hover) {
  .gitem__link:hover img { transform: scale(1.045); }
  .gitem__link:hover .gitem__cap, .gitem__link:focus-visible .gitem__cap { opacity: 1; transform: none; }
}
.gitem__link:focus-visible { outline-offset: -3px; }
@media (min-width: 720px) {
  .gallery__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: clamp(150px, 17vw, 228px); gap: 8px; }
  .gitem--tall { grid-row: span 2; }
}

/* Lightbox */
.lightbox { width: 100vw; height: 100vh; height: 100dvh; max-width: none; max-height: none; margin: 0; padding: 0; border: 0; color: #fff; background: rgba(8, 8, 9, .97); overflow: hidden; }
.lightbox::backdrop { background: rgba(0, 0, 0, .85); }
.lightbox__fig { height: 100%; margin: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1rem; padding: 4.5rem 1rem 5.5rem; }
.lightbox__img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; min-height: 0; flex: 0 1 auto; }
.lightbox__cap { max-width: 60ch; text-align: center; font-size: .9rem; color: rgba(255, 255, 255, .8); }
.lightbox__btn { position: absolute; display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; color: #fff; background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .25); cursor: pointer; transition: background .2s; }
.lightbox__btn:hover { background: var(--red); border-color: var(--red); }
.lightbox__btn--close { top: 1rem; right: 1rem; }
.lightbox__btn--prev { left: calc(50% - 64px); bottom: 1.25rem; }
.lightbox__btn--next { right: calc(50% - 64px); bottom: 1.25rem; }
.lightbox__count { position: absolute; top: 1.6rem; left: 1.25rem; margin: 0; font-size: .8rem; font-weight: 700; letter-spacing: .14em; color: rgba(255, 255, 255, .7); font-variant-numeric: tabular-nums; }
@media (min-width: 900px) {
  .lightbox__fig { padding: 4.5rem 7rem 3rem; }
  .lightbox__btn--prev { left: 1.5rem; bottom: auto; top: 50%; transform: translateY(-50%); }
  .lightbox__btn--next { right: 1.5rem; bottom: auto; top: 50%; transform: translateY(-50%); }
}

/* ---------- Fanclub ---------- */
.fanclub { overflow: hidden; padding-bottom: 0; }
.fanclub__grid { display: grid; gap: 1rem; }
.fanclub__copy { padding-bottom: 2rem; }
.fanclub .lead-text { color: rgba(255, 255, 255, .88); }
.perks { list-style: none; margin: 1.75rem 0 2rem; padding: 0; display: grid; gap: .75rem; }
.perk { display: flex; align-items: flex-start; gap: 1rem; padding: 1.1rem 1.2rem; background: rgba(0, 0, 0, .16); }
.perk__ico { width: 28px; height: 28px; margin-top: .1rem; }
.perk strong { display: block; font-size: .95rem; font-weight: 800; font-stretch: 108%; letter-spacing: .05em; text-transform: uppercase; }
.perk span { color: rgba(255, 255, 255, .88); }
.join {
  display: grid; gap: 1.5rem; padding: clamp(1.4rem, 3vw, 2.25rem); background: var(--ink); color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%);
}
.join__fee { display: flex; flex-direction: column; margin: 0; }
.join__label { font-size: .72rem; font-weight: 700; font-stretch: 115%; letter-spacing: .14em; text-transform: uppercase; color: rgba(255, 255, 255, .65); }
.join__price { font-size: 3.4rem; font-weight: 900; font-style: italic; font-stretch: 68%; line-height: 1; white-space: nowrap; }
.join__note { font-size: .78rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; color: var(--red-hot); }
.join__how p { margin: 0 0 .8rem; color: rgba(255, 255, 255, .8); }
.addr { font-size: 1.1rem; font-weight: 700; line-height: 1.5; }
.copybtn {
  display: inline-flex; align-items: center; gap: .5rem; margin-top: 1rem; min-height: 40px; padding: .45rem 1rem;
  font-size: .8rem; font-weight: 650; color: #fff; background: transparent; border: 1px solid rgba(255, 255, 255, .35); border-radius: 999px; cursor: pointer;
  transition: border-color .2s, background .2s;
}
.copybtn:hover { border-color: #fff; }
.copybtn .ico { width: 16px; height: 16px; }
.copybtn.is-done { background: #fff; color: var(--ink); border-color: #fff; }
.fanclub__media { position: relative; margin: 0 calc(var(--gutter) * -1); align-self: end; }
.fanclub__media img {
  width: 100%; max-height: 560px; object-fit: cover; object-position: 50% 12%;
  -webkit-mask-image: radial-gradient(120% 90% at 50% 30%, #000 58%, transparent 88%);
  mask-image: radial-gradient(120% 90% at 50% 30%, #000 58%, transparent 88%);
}
@media (min-width: 640px) {
  .perks { grid-template-columns: 1fr 1fr; }
  .join { grid-template-columns: auto 1fr; gap: 2.25rem; align-items: start; }
}
@media (min-width: 960px) {
  .fanclub__grid { grid-template-columns: 7fr 5fr; gap: clamp(2rem, 5vw, 5rem); align-items: stretch; }
  .fanclub__copy { padding-bottom: clamp(4.5rem, 2.5rem + 8vw, 9.5rem); }
  .fanclub__media { margin: 0; align-self: stretch; min-height: 520px; }
  .fanclub__media img { position: absolute; inset: 0; height: 100%; max-height: none; object-position: 50% 8%;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 18%, #000 80%, transparent 100%), linear-gradient(180deg, transparent 0, #000 12%);
    -webkit-mask-composite: source-in; mask-image: linear-gradient(90deg, transparent 0, #000 18%, #000 80%, transparent 100%), linear-gradient(180deg, transparent 0, #000 12%); mask-composite: intersect; }
}

/* ---------- Kontakt ---------- */
.contact__layout { display: grid; gap: 1rem; margin-top: 1rem; }
.contact__media {
  position: relative; margin: 0; overflow: hidden; aspect-ratio: 4 / 3; background: var(--red);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%);
}
.contact__media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 16%; }
/* Auf dem Handy folgt es direkt auf das Fanclub-Porträt – dort weglassen */
@media (max-width: 959.98px) { .contact__media { display: none; } }
.contact__grid { display: grid; gap: 1rem; }
.ccard { display: flex; flex-direction: column; gap: .9rem; padding: clamp(1.5rem, 3vw, 2.25rem); background: #fff; border-top: 4px solid var(--red); }
.ccard p { margin: 0; color: var(--text-2); }
.ccard .addr { color: var(--text); }
.ccard__title { margin: 0 0 .2rem; font-size: 1.4rem; font-weight: 850; font-style: italic; font-stretch: 76%; line-height: 1.05; text-transform: uppercase; }
.ccard .btn { align-self: flex-start; margin: auto 0 0 6px; }
.ccard__mail { font-size: .85rem; }
.ccard--follow { background: var(--ink); color: #fff; border-top-color: var(--ink); }
.ccard--follow .ccard__title { color: #fff; }
@media (min-width: 768px) {
  .contact__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ccard--follow { grid-column: 1 / -1; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: space-between; }
  .ccard--follow .ccard__title { margin: 0; }
}
@media (min-width: 960px) {
  .contact__layout { grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); }
  .contact__media { aspect-ratio: auto; min-height: 100%; }
  .contact__media img { position: absolute; inset: 0; }
}

/* Social */
.social { display: flex; gap: .5rem; list-style: none; margin: 0; padding: 0; }
.social a { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; color: #fff; border: 1px solid rgba(255, 255, 255, .28); transition: background .2s, border-color .2s, transform .2s; }
.social a:hover { background: var(--red); border-color: var(--red); transform: translateY(-2px); }
.social--big a { width: 58px; height: 58px; }
.social--big .ico { width: 24px; height: 24px; }

/* ---------- Partner ---------- */
.partners { padding-block: clamp(3.5rem, 6vw, 5.5rem); background: #fff; color: var(--text); }
.partners__title { margin: 0 0 2.5rem; text-align: center; font-size: .78rem; font-weight: 700; font-stretch: 125%; letter-spacing: .2em; text-transform: uppercase; color: var(--text-2); }
.partners__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 2.75rem; }
.partner { display: flex; flex-direction: column; align-items: center; gap: 1.1rem; }
.partner__label { font-size: .68rem; font-weight: 700; font-stretch: 115%; letter-spacing: .16em; text-transform: uppercase; color: var(--text-2); }
.partner__link { display: grid; place-items: center; height: 72px; transition: opacity .2s, transform .2s; }
.partner__link img { height: var(--h); width: auto; }
.partner__link:hover { transform: translateY(-2px); opacity: .8; }
@media (min-width: 768px) {
  .partners__list { grid-template-columns: repeat(3, 1fr); gap: 0; }
  .partner + .partner { border-left: 1px solid var(--line); }
}

/* ---------- Footer ---------- */
.site-footer { padding: 3.5rem 0 2rem; background: var(--ink); color: rgba(255, 255, 255, .72); }
.site-footer__grid { display: grid; gap: 2rem; justify-items: start; }
.brand--footer img { height: 58px; width: auto; }
.site-footer__nav { display: flex; flex-wrap: wrap; gap: .5rem 1.6rem; list-style: none; margin: 0; padding: 0; }
.site-footer__nav a { font-size: .78rem; font-weight: 650; font-stretch: 112%; letter-spacing: .12em; text-transform: uppercase; text-decoration: none; color: #fff; }
.site-footer__nav a:hover { color: var(--red-hot); }
.site-footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem 2rem; margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid var(--line-l); font-size: .82rem; }
.site-footer__bottom p { margin: 0; }
.site-footer__bottom a { color: #fff; text-underline-offset: 3px; }
.site-footer__bottom a:hover { color: var(--red-hot); }
@media (min-width: 1024px) {
  .site-footer__grid { grid-template-columns: auto 1fr auto; align-items: center; }
  .site-footer__nav { justify-content: center; }
}

/* ---------- Impressum & Datenschutz ---------- */
.legal { padding-top: calc(var(--header-h) + clamp(3rem, 6vw, 5rem)); min-height: 70vh; }
.legal__inner { max-width: 780px; }
.legal p { color: var(--text-2); }
.legal a { color: var(--red); }
.legal .h3 { margin-top: 3rem; color: var(--text); }
.legal__stand { margin-top: 3rem; font-size: .85rem; }
.legal .btn { color: #fff; }
.legal__cta { margin: 2rem 0 0; padding-left: 6px; }
.legal__alt { margin-top: 3.5rem; padding-top: 2rem; border-top: 1px solid var(--line-strong); }
.legal__alt .h3 { margin-top: 0; }
.legal-page .site-header__bar { justify-content: space-between; }
.legal-page .btn--ghost { margin-right: 6px; }

/* Druck */
@media print {
  .site-header, .rail-nav, .pal-tools, .lightbox, .hero__media, .hero__shade { display: none !important; }
  .hero { min-height: 0; color: #000; background: none; }
  .section--ink, .section--ink2, .section--red { background: none; color: #000; }
  .js .reveal { opacity: 1; transform: none; }
  details.season:not([open]) > .res-list { display: block; }
}
