/* ==========================================================================
   MERCHTEM UNITED — style.css
     01. Fonts & tokens
     02. Reset & base
     03. Utilities
     04. Loader, progress, skip link
     05. Navigation
     06. Hero
     07. Motto band
     08. Club
     09. Ploegen
     10. Kalender
     11. Sponsors
     12. Contact
     13. Legal pages
     14. Lightbox
     15. Footer
     16. Light theme
     17. Responsive
     18. Motion preferences & print
   ========================================================================== */

/* --------------------------------------------------------------------------
   01. FONTS & DESIGN TOKENS
   -------------------------------------------------------------------------- */

/* Brand fonts can be self-hosted here without adding any dependency:
   place the woff2 in assets/fonts/ and enable the block below.

@font-face {
  font-family: "MU Display";
  src: url("assets/fonts/mu-display.woff2") format("woff2");
  font-weight: 700 900;
  font-display: swap;
}
*/

:root {
  /* Brand — sampled from the sponsorbrochure and the crest */
  --mu-red:        #c8172a;
  --mu-red-bright: #e62334;
  --mu-red-deep:   #8e0f1e;
  --accent-soft:   #ff4d5c;   /* brand hue tuned for small text on dark */
  --gold:          #ffb02e;   /* platinum accent, see light-theme override */
  --mu-black:      #0d0d10;
  --mu-white:      #ffffff;
  --mu-chalk:      #f4f2ee;

  --bg:            #0d0d10;
  --bg-2:          #131318;
  --bg-3:          #191920;
  --surface:       rgba(255, 255, 255, .045);
  --surface-2:     rgba(255, 255, 255, .075);
  --line:          rgba(255, 255, 255, .12);
  --line-strong:   rgba(255, 255, 255, .26);

  --text:          #f2f1ef;
  --text-soft:     #b6b4b1;
  --text-faint:    #86847f;
  --on-red:        #ffffff;

  --font-display: "MU Display", "Segoe UI Variable Display", "Segoe UI", Inter,
                  system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  --font-body:    "Segoe UI Variable Text", "Segoe UI", Inter, system-ui,
                  -apple-system, "Helvetica Neue", Arial, sans-serif;
  --font-mono:    ui-monospace, "SF Mono", "Cascadia Mono", "Segoe UI Mono",
                  Menlo, Consolas, monospace;

  --fs-hero:  clamp(2.9rem, 6.4vw, 5.6rem);
  --fs-h2:    clamp(1.95rem, 4vw, 3.2rem);
  --fs-h3:    clamp(1.15rem, 1.9vw, 1.5rem);
  --fs-lede:  clamp(1.02rem, 1.35vw, 1.22rem);
  --fs-body:  clamp(.96rem, 1vw, 1.03rem);
  --fs-small: .85rem;
  --fs-micro: .72rem;

  --gutter:  clamp(1.15rem, 4vw, 3rem);
  --shell:   1280px;
  --sec-y:   clamp(3.2rem, 5.5vw, 5rem);   /* compact vertical rhythm */
  --gap-md:  clamp(1.6rem, 3vw, 2.6rem);

  --r-sm:    10px;
  --r-md:    16px;
  --r-lg:    22px;
  --r-xl:    30px;

  --shadow-sm: 0 2px 10px rgba(0, 0, 0, .25);
  --shadow-md: 0 16px 38px rgba(0, 0, 0, .36);
  --shadow-lg: 0 28px 66px rgba(0, 0, 0, .5);
  --shadow-red: 0 14px 34px rgba(200, 23, 42, .32);

  --ease:      cubic-bezier(.22, .68, .32, 1);
  --ease-out:  cubic-bezier(.16, 1, .3, 1);
  --dur:       .45s;

  --nav-h: 74px;
}

/* --------------------------------------------------------------------------
   02. RESET & BASE
   -------------------------------------------------------------------------- */

*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--nav-h) + 12px);
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body.is-locked { overflow: hidden; }

h1, h2, h3, h4 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.025em;
  overflow-wrap: break-word;
}

p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }

a { color: inherit; text-decoration: none; }

img, picture, svg, canvas { display: block; max-width: 100%; }
img { height: auto; }

ul, ol { margin: 0; padding: 0; list-style: none; }

address { font-style: normal; }

button { font: inherit; color: inherit; }

:focus-visible {
  outline: 3px solid var(--mu-red-bright);
  outline-offset: 3px;
  border-radius: 4px;
}

::selection { background: var(--mu-red); color: #fff; }

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

/* --------------------------------------------------------------------------
   03. UTILITIES
   -------------------------------------------------------------------------- */

.shell {
  width: 100%;
  max-width: var(--shell);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.section { position: relative; padding-block: var(--sec-y); }

.sechead { margin-bottom: clamp(1.8rem, 3.2vw, 2.8rem); max-width: 62ch; }

.sechead--split {
  display: grid;
  gap: clamp(1rem, 2.5vw, 3rem);
  align-items: end;
  max-width: none;
  grid-template-columns: 1fr;
}

.sechead__note {
  color: var(--text-soft);
  max-width: 46ch;
}

.sectitle { font-size: var(--fs-h2); text-transform: uppercase; }

.eyebrow {
  display: flex;
  align-items: center;
  gap: .7rem;
  margin: 0 0 .9rem;
  font-family: var(--font-mono);
  font-size: var(--fs-micro);
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--accent-soft);
}

.eyebrow--light { color: rgba(255, 255, 255, .82); }

/* Signature glyph — the double ring of the crest, cut in half */
.eyebrow__arc {
  flex: none;
  width: 26px;
  height: 13px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 26px 26px 0 0;
  position: relative;
}
.eyebrow__arc::after {
  content: "";
  position: absolute;
  inset: 4px 4px 0;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
  opacity: .55;
}

.lede { font-size: var(--fs-lede); color: var(--text); }

/* Buttons ---------------------------------------------------------------- */

.btn {
  --btn-py: .72rem;
  --btn-px: 1.4rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  padding: var(--btn-py) var(--btn-px);
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: .88rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  isolation: isolate;
  transition: transform var(--dur) var(--ease-out),
              box-shadow var(--dur) var(--ease-out),
              border-color var(--dur) var(--ease-out),
              color var(--dur) var(--ease-out);
}

.btn--lg { --btn-py: .92rem; --btn-px: 1.85rem; font-size: .95rem; }
.btn--sm { --btn-py: .52rem; --btn-px: 1.05rem; font-size: .76rem; }

.btn--solid {
  background: var(--mu-red);
  color: var(--on-red);
  box-shadow: var(--shadow-red);
}
.btn--solid::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(100deg, var(--mu-red-bright), var(--mu-red-deep));
  opacity: 0;
  transition: opacity var(--dur) var(--ease-out);
}
.btn--solid:hover { transform: translateY(-2px); box-shadow: 0 20px 44px rgba(200, 23, 42, .44); }
.btn--solid:hover::before { opacity: 1; }
.btn--solid:active { transform: translateY(0); }

.btn--ghost {
  background: transparent;
  color: var(--text);
  border-color: var(--line-strong);
}
.btn--ghost:hover {
  border-color: var(--mu-red-bright);
  color: var(--mu-red-bright);
  transform: translateY(-2px);
}

.link-mail {
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, .22);
  overflow-wrap: anywhere;
  line-height: 1.45;
  transition: color var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.link-mail:hover { color: var(--accent-soft); border-bottom-color: currentColor; }

/* Zoom trigger — every image on the site opens in the lightbox ------------ */

.zoom {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  cursor: zoom-in;
  color: inherit;
  font: inherit;
}
.zoom img { width: 100%; display: block; }
.zoom:focus-visible { outline-offset: -3px; }

/* Scroll reveal ---------------------------------------------------------- */

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s var(--ease-out), transform .7s var(--ease-out);
}
.reveal.is-in { opacity: 1; transform: none; }

/* --------------------------------------------------------------------------
   04. LOADER, PROGRESS, SKIP LINK
   -------------------------------------------------------------------------- */

.loader {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  background: var(--mu-black);
  transition: opacity .55s var(--ease), visibility .55s;
}
.loader.is-done { opacity: 0; visibility: hidden; }

.loader__ring { width: 124px; height: 124px; transform: rotate(-90deg); }
.loader__track,
.loader__arc { fill: none; stroke-width: 3; stroke-linecap: round; }
.loader__track { stroke: rgba(255, 255, 255, .12); }
.loader__arc {
  stroke: var(--mu-red);
  stroke-dasharray: 327;
  stroke-dashoffset: 327;
  animation: ringDraw 1.4s var(--ease-out) infinite;
}
@keyframes ringDraw {
  0%   { stroke-dashoffset: 327; }
  55%  { stroke-dashoffset: 60; }
  100% { stroke-dashoffset: 327; transform: rotate(360deg); transform-origin: 60px 60px; }
}

.loader__mark {
  position: absolute;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.55rem;
  letter-spacing: .08em;
  color: #fff;
}

.progress {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: 3px;
  z-index: 120;
  pointer-events: none;
}
.progress__bar {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--mu-red-deep), var(--mu-red-bright));
  transition: width .12s linear;
}

.skip-link {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 210;
  padding: .8rem 1.4rem;
  background: var(--mu-red);
  color: #fff;
  border-radius: 0 0 var(--r-sm) var(--r-sm);
  font-weight: 700;
  transition: top .3s var(--ease);
}
.skip-link:focus { top: 0; }

/* --------------------------------------------------------------------------
   05. NAVIGATION
   -------------------------------------------------------------------------- */

.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  transition: background-color .4s var(--ease), box-shadow .4s var(--ease),
              height .4s var(--ease), color .4s var(--ease);
}

.nav.is-stuck {
  height: 62px;
  background: rgba(13, 13, 16, .74);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  box-shadow: 0 1px 0 var(--line), 0 10px 30px rgba(0, 0, 0, .34);
}

.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.nav__brand {
  display: flex;
  align-items: center;
  gap: .7rem;
  position: relative;
  z-index: 3;
}

.nav__crest {
  width: 40px; height: 40px;
  transition: transform .6s var(--ease-out);
}
.nav__brand:hover .nav__crest { transform: rotate(-8deg) scale(1.06); }

.nav__word {
  display: flex;
  flex-direction: column;
  font-family: var(--font-display);
  line-height: 1;
  text-transform: uppercase;
}
.nav__word strong { font-size: .94rem; }
.nav__word em {
  font-style: normal;
  font-size: .66rem;
  letter-spacing: .38em;
  color: var(--accent-soft);
}

.nav__links { display: flex; align-items: center; gap: clamp(.6rem, 1.6vw, 1.6rem); }

.nav__link {
  position: relative;
  padding: .4rem 0;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: .86rem;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: var(--text-soft);
  transition: color var(--dur) var(--ease);
}
.nav__link::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 2px;
  background: var(--mu-red-bright);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform var(--dur) var(--ease-out);
}
.nav__link:hover { color: var(--text); }
.nav__link:hover::after,
.nav__link.is-active::after { transform: scaleX(1); transform-origin: left; }
.nav__link.is-active { color: var(--text); }

.nav__tools {
  display: flex;
  align-items: center;
  gap: .5rem;
  position: relative;
  z-index: 3;
}

.iconbtn {
  display: grid;
  place-items: center;
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--surface);
  cursor: pointer;
  transition: border-color var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.iconbtn:hover { border-color: var(--mu-red-bright); transform: translateY(-2px); }

.icon {
  width: 19px; height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon--sun { display: none; }
[data-theme="light"] .icon--moon { display: none; }
[data-theme="light"] .icon--sun { display: block; }

.burger {
  display: none;
  width: 44px; height: 40px;
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  background: var(--surface);
  cursor: pointer;
  padding: 10px 11px;
  flex-direction: column;
  justify-content: space-between;
}
.burger__bar {
  display: block;
  height: 2px;
  width: 100%;
  background: currentColor;
  border-radius: 2px;
  transition: transform .4s var(--ease-out), opacity .3s var(--ease);
}
.burger.is-open .burger__bar:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.burger.is-open .burger__bar:nth-child(2) { opacity: 0; transform: scaleX(.3); }
.burger.is-open .burger__bar:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* --------------------------------------------------------------------------
   06. HERO
   -------------------------------------------------------------------------- */

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding-top: calc(var(--nav-h) + clamp(1.6rem, 4vw, 3rem));
  padding-bottom: clamp(3.5rem, 7vw, 5.5rem);
  overflow: hidden;
  background:
    radial-gradient(1100px 620px at 82% 8%, rgba(200, 23, 42, .38), transparent 62%),
    radial-gradient(760px 520px at 4% 78%, rgba(200, 23, 42, .15), transparent 66%),
    linear-gradient(168deg, #14141a 0%, var(--mu-black) 58%, #16040a 100%);
}

.hero__wash {
  position: absolute;
  inset: 0;
  background-image: url("assets/images/stadium-bg.jpg");
  background-size: cover;
  background-position: center 55%;
  opacity: .18;
  filter: grayscale(.4) contrast(1.05);
  will-change: transform;
}

.hero__particles {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  opacity: .45;
  pointer-events: none;
}

.hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .72fr);
  gap: clamp(1.8rem, 4vw, 4rem);
  align-items: center;
}

.hero__copy { color: #fff; min-width: 0; }

.hero__title {
  font-size: var(--fs-hero);
  text-transform: uppercase;
  margin-bottom: clamp(.9rem, 2vw, 1.5rem);
  hyphens: none;
}
.hero__line { display: block; }
.hero__line--accent {
  color: var(--mu-red-bright);
  text-shadow: 0 8px 40px rgba(200, 23, 42, .45);
}

.hero__lede {
  max-width: 46ch;
  font-size: var(--fs-lede);
  color: rgba(255, 255, 255, .84);
}

.hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin: 0 0 1.5rem;
}

.badge {
  display: flex;
  flex-direction: column;
  gap: .1rem;
  padding: .55rem 1rem;
  border-radius: var(--r-md);
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .07);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.badge__tier {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .03em;
  color: #fff;
}
.badge__meta {
  font-family: var(--font-mono);
  font-size: var(--fs-micro);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--accent-soft);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-bottom: clamp(1.6rem, 3.5vw, 2.4rem);
}

.hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.6rem, 4vw, 3rem);
  margin: 0;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, .16);
}
.stat { display: flex; flex-direction: column-reverse; gap: .15rem; }
.stat__label {
  font-family: var(--font-mono);
  font-size: var(--fs-micro);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .58);
}
.stat__value {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
  line-height: 1;
  color: #fff;
}

/* Photo rail — mirrors the sponsorbrochure cover ------------------------- */

.hero__rail {
  --tilt: 0px;
  --lift: 0px;
  position: relative;
  transform: translate3d(var(--tilt), var(--lift), 0);
  display: grid;
  gap: .7rem;
  padding: .75rem;
  justify-self: center;
  width: min(100%, 560px);
  border-radius: var(--r-xl);
  background: linear-gradient(155deg, var(--mu-red) 0%, var(--mu-red-deep) 100%);
  box-shadow: var(--shadow-lg);
}
.hero__rail::before {
  content: "";
  position: absolute;
  inset: .32rem;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: calc(var(--r-xl) - 6px);
  pointer-events: none;
}

.rail__card {
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: var(--r-md);
  background: rgba(0, 0, 0, .2);
  transition: transform .6s var(--ease-out), box-shadow .6s var(--ease-out);
}
.rail__card .zoom { height: 100%; }
.rail__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s var(--ease-out);
}
.rail__card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.rail__card:hover img { transform: scale(1.06); }

/* Scroll indicator ------------------------------------------------------- */

.scroller {
  position: absolute;
  left: 50%;
  bottom: 1.2rem;
  z-index: 3;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .5rem;
  color: rgba(255, 255, 255, .62);
}
.scroller__line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, .7));
  position: relative;
  overflow: hidden;
}
.scroller__line::after {
  content: "";
  position: absolute;
  top: -50%; left: 0;
  width: 100%; height: 50%;
  background: var(--mu-red-bright);
  animation: scrollDrop 2.1s var(--ease) infinite;
}
@keyframes scrollDrop {
  0%   { top: -50%; }
  100% { top: 100%; }
}
.scroller__text {
  font-family: var(--font-mono);
  font-size: var(--fs-micro);
  letter-spacing: .3em;
  text-transform: uppercase;
}

/* --------------------------------------------------------------------------
   07. MOTTO BAND — shown once, centred
   -------------------------------------------------------------------------- */

.motto {
  background: var(--mu-red);
  border-block: 1px solid rgba(255, 255, 255, .16);
  padding-block: clamp(.85rem, 1.8vw, 1.25rem);
  padding-inline: var(--gutter);
}
.motto__line {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(.6rem, 2vw, 1.5rem);
  text-align: center;
}
.motto__word {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1rem, 2.4vw, 1.85rem);
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #fff;
}
.motto__dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, .8);
  flex: none;
}

/* --------------------------------------------------------------------------
   08. CLUB
   -------------------------------------------------------------------------- */

.section--club {
  background: var(--bg);
  isolation: isolate;
}

.club__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(to bottom, #0d0d10 0%, rgba(13, 13, 16, .78) 26%, rgba(13, 13, 16, .86) 74%, #0d0d10 100%),
    url("assets/images/stadium-bg.jpg");
  background-size: auto, cover;
  background-position: center, center 40%;
  background-repeat: no-repeat;
}

.clubgrid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: var(--gap-md);
  align-items: center;
}
.clubgrid__text { color: var(--text-soft); }
.clubgrid__text .lede { margin-bottom: 1.1rem; }

.clubgrid__media {
  position: relative;
  margin: 0;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--line);
}
.clubgrid__media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 1.1s var(--ease-out);
}
.clubgrid__media:hover img { transform: scale(1.04); }

/* Values ----------------------------------------------------------------- */

.values {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(.8rem, 1.6vw, 1.2rem);
  margin-block: clamp(2.2rem, 4vw, 3.4rem);
}
.value {
  padding: clamp(1.1rem, 2vw, 1.5rem);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  background: rgba(13, 13, 16, .5);
  color: var(--text-soft);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: transform .5s var(--ease-out), border-color .5s var(--ease);
}
.value:hover { transform: translateY(-5px); border-color: rgba(230, 35, 52, .55); }
.value__num {
  display: block;
  margin-bottom: .5rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.22rem;
  text-transform: uppercase;
  color: var(--mu-red-bright);
}
.value p { font-size: .93rem; }

/* Uitgelicht beeld — groot en gecentreerd ------------------------------- */

.feature {
  margin: 0 auto clamp(2.2rem, 4vw, 3.4rem);
  width: min(100%, 980px);
  overflow: hidden;
  border-radius: var(--r-lg);
  border: 1px solid var(--line);
  background: rgba(13, 13, 16, .5);
  box-shadow: var(--shadow-md);
  transition: transform .5s var(--ease-out), border-color .5s var(--ease),
              box-shadow .5s var(--ease-out);
}
.feature img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 1.1s var(--ease-out);
}
.feature:hover {
  transform: translateY(-5px);
  border-color: rgba(230, 35, 52, .5);
  box-shadow: var(--shadow-lg);
}
.feature:hover img { transform: scale(1.04); }

/* Timeline --------------------------------------------------------------- */

.timeline {
  position: relative;
  display: grid;
  gap: clamp(1rem, 2vw, 1.6rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: 2.2rem;
}
.timeline__spine {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--line);
  overflow: hidden;
}
.timeline__fill {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--mu-red-deep), var(--mu-red-bright));
  transition: width 1.1s var(--ease-out);
}

.tl { position: relative; padding-top: 1.5rem; }
.tl::before {
  content: "";
  position: absolute;
  top: -2.2rem;
  left: 0;
  width: 13px; height: 13px;
  border-radius: 50%;
  background: var(--bg);
  border: 2px solid var(--mu-red);
  transform: translateY(-5px);
  transition: box-shadow .6s var(--ease);
}
.tl.is-in::before { box-shadow: 0 0 0 6px rgba(200, 23, 42, .18); }
.tl__year {
  margin: 0 0 .4rem;
  font-family: var(--font-mono);
  font-size: var(--fs-micro);
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--accent-soft);
}
.tl__title { font-size: 1.08rem; margin-bottom: .5rem; text-transform: uppercase; }
.tl__body { font-size: .92rem; color: var(--text-soft); }

/* --------------------------------------------------------------------------
   09. PLOEGEN
   -------------------------------------------------------------------------- */

.section--teams { background: var(--bg-2); }

.teams {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(.9rem, 1.8vw, 1.4rem);
}

.team {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: var(--bg-3);
  overflow: hidden;
  transition: transform .5s var(--ease-out), box-shadow .5s var(--ease-out), border-color .5s var(--ease);
}
.team:hover {
  transform: translateY(-7px);
  border-color: rgba(230, 35, 52, .5);
  box-shadow: var(--shadow-md);
}

/* Photo slot — placeholder until club photography is delivered */
.team__media {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  background:
    radial-gradient(120% 100% at 50% 0%, rgba(200, 23, 42, .35), transparent 62%),
    linear-gradient(160deg, #1c1c23, #121217);
  border-bottom: 1px solid var(--line);
}
.team__ring {
  position: absolute;
  width: 148px; height: 148px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, .1);
}
.team__ring::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, .07);
}
.team__soon {
  position: relative;
  margin: 0;
  padding-inline: 1rem;
  text-align: center;
  font-family: var(--font-mono);
  font-size: var(--fs-micro);
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .62);
}
.team__letter {
  position: absolute;
  right: .9rem;
  bottom: .1rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.6rem, 5vw, 3.6rem);
  line-height: 1;
  color: rgba(255, 255, 255, .07);
}

.team__body {
  padding: clamp(1.1rem, 2vw, 1.5rem);
  display: flex;
  flex-direction: column;
  gap: .6rem;
  flex: 1;
}
.team__comp {
  margin: 0;
  font-family: var(--font-mono);
  font-size: var(--fs-micro);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent-soft);
}
.team__name { font-size: var(--fs-h3); text-transform: uppercase; }

.team__facts {
  margin: .2rem 0 0;
  display: grid;
  gap: .5rem;
  border-top: 1px solid var(--line);
  padding-top: .8rem;
}
.team__facts > div { display: grid; gap: .1rem; }
.team__facts dt {
  font-family: var(--font-mono);
  font-size: var(--fs-micro);
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--text-faint);
}
.team__facts dd {
  position: relative;
  margin: 0;
  padding-left: 1.05rem;
  font-size: .93rem;
}
.team__facts dd::before {
  content: "";
  position: absolute;
  left: 0; top: .58em;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--mu-red);
}
.team__facts dd + dd { margin-top: .18rem; }

.team__people { display: grid; gap: .3rem; font-size: .93rem; color: var(--text); }
.team__people li { position: relative; padding-left: 1.05rem; }
.team__people li::before {
  content: "";
  position: absolute;
  left: 0; top: .58em;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--mu-red);
}


/* --------------------------------------------------------------------------
   10. KALENDER
   -------------------------------------------------------------------------- */

.section--kalender { background: var(--bg); }

.kalender {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2.2vw, 1.8rem);
}

.kalender__title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: .6rem;
  font-size: var(--fs-h3);
  text-transform: uppercase;
  margin-bottom: .8rem;
}
.kalender__title span {
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: var(--fs-micro);
  letter-spacing: .14em;
  color: var(--accent-soft);
}

/* The sheets are screenshots of a dark table — keep them on their own dark
   plate so they read the same in both themes. */
.kalender__sheet {
  overflow: hidden;
  border-radius: var(--r-md);
  border: 1px solid var(--line);
  background: #0d0d10;
  transition: transform .5s var(--ease-out), border-color .5s var(--ease),
              box-shadow .5s var(--ease-out);
}
.kalender__sheet img {
  width: 100%;
  height: auto;
}
.kalender__sheet:hover {
  transform: translateY(-5px);
  border-color: rgba(230, 35, 52, .5);
  box-shadow: var(--shadow-md);
}

/* --------------------------------------------------------------------------
   11. SPONSORS
   -------------------------------------------------------------------------- */

.section--sponsors { background: var(--bg); }

.tiers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(.85rem, 1.7vw, 1.3rem);
}

.tier {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: .75rem;
  padding: clamp(1.2rem, 2.2vw, 1.7rem);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: var(--surface);
  overflow: hidden;
  transition: transform .5s var(--ease-out), border-color .5s var(--ease), box-shadow .5s var(--ease-out);
}
.tier::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: var(--mu-red);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform .55s var(--ease-out);
}
.tier:hover {
  transform: translateY(-6px);
  border-color: rgba(230, 35, 52, .45);
  box-shadow: var(--shadow-md);
}
.tier:hover::before { transform: scaleY(1); }

.tier__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.tier__name { font-size: 1.1rem; text-transform: uppercase; }
.tier__price {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.45rem, 2.6vw, 1.9rem);
  line-height: 1;
  color: var(--mu-red-bright);
}
.tier__star { font-size: .55em; vertical-align: super; color: var(--gold); }
.tier__flag {
  order: -1;
  width: 100%;
  margin: 0;
  font-family: var(--font-mono);
  font-size: var(--fs-micro);
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--gold);
}
.tier__kicker { margin: 0; font-weight: 600; font-size: .92rem; color: var(--text); }
.tier__list { display: grid; gap: .45rem; }
.tier__list li {
  position: relative;
  padding-left: 1.35rem;
  font-size: .91rem;
  color: var(--text-soft);
}
.tier__list li::before {
  content: "";
  position: absolute;
  left: 0; top: .55em;
  width: 8px; height: 8px;
  border-radius: 50%;
  border: 2px solid var(--mu-red);
}

.tier--platinum {
  grid-column: 1 / -1;
  border-color: rgba(255, 176, 46, .4);
  background: linear-gradient(150deg, rgba(200, 23, 42, .22), var(--surface) 62%);
}
.tier--platinum .tier__list li::before { border-color: var(--gold); }
.tier--platinum .tier__name { font-size: clamp(1.2rem, 2.4vw, 1.6rem); }

.tiers__note {
  margin-top: 1.2rem;
  font-size: var(--fs-small);
  color: var(--text-faint);
}

/* Partner logo wall ------------------------------------------------------ */

.partners { margin-top: clamp(2.2rem, 4vw, 3.4rem); }
.partners__title {
  font-size: var(--fs-h3);
  text-transform: uppercase;
  margin-bottom: 1.1rem;
}

.logowall {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(var(--tile), 1fr));
  gap: clamp(.7rem, 1.6vw, 1.1rem);
  align-items: stretch;
}
.logotile {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 108px;
  padding: 1.1rem 1.3rem;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  background: #fff;
  cursor: zoom-in;
  transition: transform .5s var(--ease-out), border-color .5s var(--ease), box-shadow .5s var(--ease-out);
}
.logotile:hover {
  transform: translateY(-5px);
  border-color: rgba(230, 35, 52, .45);
  box-shadow: var(--shadow-md);
}
/* Every logo renders at the same height, original ratio preserved */
.logotile img {
  height: 56px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.logowall { --tile: 190px; }

/* CTA band --------------------------------------------------------------- */

.cta-band {
  margin-top: clamp(2.2rem, 4vw, 3.4rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;
  flex-wrap: wrap;
  padding: clamp(1.4rem, 3vw, 2.4rem);
  border-radius: var(--r-lg);
  background: linear-gradient(115deg, var(--mu-red-deep), var(--mu-red) 55%, var(--mu-red-bright));
  color: #fff;
  box-shadow: var(--shadow-red);
}
.cta-band__title { font-size: var(--fs-h3); text-transform: uppercase; margin-bottom: .3rem; }
.cta-band__text { margin: 0; color: rgba(255, 255, 255, .88); }
.cta-band .btn--solid {
  background: #fff;
  color: var(--mu-red-deep);
  box-shadow: 0 12px 26px rgba(0, 0, 0, .28);
}
.cta-band .btn--solid::before { background: #fff; }

/* --------------------------------------------------------------------------
   12. CONTACT
   -------------------------------------------------------------------------- */

.section--contact { background: var(--bg-2); }

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1.2rem, 2.5vw, 2.4rem);
  align-items: start;
}

/* From tablet up: all contact blocks on the left, the photo on the right */
@media (min-width: 760px) {
  .contact { grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr); }
}

.contact__info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(.9rem, 1.8vw, 1.4rem);
  align-content: start;
}
.contact__info .infoblock:last-child { grid-column: 1 / -1; }

@media (max-width: 520px) {
  .contact__info { grid-template-columns: 1fr; }
}

.contact__media {
  margin: 0;
  overflow: hidden;
  border-radius: var(--r-lg);
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow-md);
  transition: transform .5s var(--ease-out), border-color .5s var(--ease),
              box-shadow .5s var(--ease-out);
}
.contact__media img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 1.1s var(--ease-out);
}
.contact__media:hover {
  transform: translateY(-5px);
  border-color: rgba(230, 35, 52, .5);
  box-shadow: var(--shadow-lg);
}
.contact__media:hover img { transform: scale(1.04); }

.infoblock {
  padding: clamp(1.1rem, 2vw, 1.5rem);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: var(--surface);
  color: var(--text-soft);
}
.infoblock__title {
  font-size: .95rem;
  letter-spacing: -.01em;
  text-transform: uppercase;
  margin-bottom: .7rem;
  color: var(--text);
  overflow-wrap: break-word;
  hyphens: auto;
}
.infoblock__lead {
  margin-bottom: .3rem;
  font-weight: 600;
  color: var(--text);
}
.infoblock__body { color: var(--text-soft); }

.socials { display: flex; flex-wrap: wrap; gap: .5rem; }
.social {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .5rem .95rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--surface-2);
  font-size: .86rem;
  transition: transform var(--dur) var(--ease-out), border-color var(--dur) var(--ease), color var(--dur) var(--ease);
}
.social:hover { transform: translateY(-3px); border-color: var(--mu-red-bright); color: var(--accent-soft); }

.datalist { display: grid; gap: .6rem; margin: 0; }
.datalist > div { display: grid; gap: .1rem; }
.datalist dt {
  font-family: var(--font-mono);
  font-size: var(--fs-micro);
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--text-faint);
}
.datalist dd { margin: 0; color: var(--text); }

/* --------------------------------------------------------------------------
   13. LEGAL PAGES (privacy.html, cookies.html)
   -------------------------------------------------------------------------- */

.page {
  padding-top: calc(var(--nav-h) + clamp(2rem, 5vw, 3.5rem));
  padding-bottom: var(--sec-y);
  background:
    radial-gradient(900px 420px at 88% -10%, rgba(200, 23, 42, .22), transparent 66%),
    var(--bg);
}

.legal { max-width: 74ch; }
.legal__updated {
  font-family: var(--font-mono);
  font-size: var(--fs-micro);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--text-faint);
  margin-bottom: 2rem;
}
.legal h2 {
  font-size: 1.08rem;
  text-transform: uppercase;
  margin-top: 2rem;
  margin-bottom: .7rem;
}
.legal p, .legal li { color: var(--text-soft); }
.legal ul { display: grid; gap: .45rem; margin-bottom: 1em; }
.legal li { position: relative; padding-left: 1.35rem; }
.legal li::before {
  content: "";
  position: absolute;
  left: 0; top: .58em;
  width: 8px; height: 8px;
  border-radius: 50%;
  border: 2px solid var(--mu-red);
}
.legal a { color: var(--accent-soft); border-bottom: 1px solid transparent; }
.legal a:hover { border-bottom-color: currentColor; }

.backlink {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin-top: 2.4rem;
  font-family: var(--font-mono);
  font-size: var(--fs-small);
  letter-spacing: .08em;
  color: var(--accent-soft);
}
.backlink::before { content: "←"; }
.backlink:hover { text-decoration: underline; }


/* --------------------------------------------------------------------------
   14. LIGHTBOX
   -------------------------------------------------------------------------- */

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 4vw, 3rem);
  background: rgba(6, 6, 8, .93);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  transition: opacity .3s var(--ease);
}
.lightbox[hidden] { display: none; }
.lightbox.is-open { opacity: 1; }

.lightbox__figure {
  margin: 0;
  display: grid;
  justify-items: center;
  max-width: 100%;
  transform: scale(.97);
  transition: transform .35s var(--ease-out);
}
.lightbox.is-open .lightbox__figure { transform: none; }

.lightbox__img {
  max-width: min(1200px, 92vw);
  max-height: 84svh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: var(--r-md);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .6);
}
/* Logos are drawn for a white surface — give them a plate instead of the void */
.lightbox__img--plate {
  background: #fff;
  padding: clamp(1.4rem, 4vw, 3rem);
  max-height: 62svh;
}

.lightbox__close,
.lightbox__nav {
  position: absolute;
  display: grid;
  place-items: center;
  width: 48px; height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .08);
  color: #fff;
  cursor: pointer;
  transition: background-color var(--dur) var(--ease), border-color var(--dur) var(--ease),
              transform var(--dur) var(--ease-out);
}
.lightbox__close svg,
.lightbox__nav svg {
  width: 22px; height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.lightbox__close:hover,
.lightbox__nav:hover {
  background: var(--mu-red);
  border-color: var(--mu-red);
  transform: scale(1.06);
}

.lightbox__close { top: clamp(.8rem, 2.5vw, 1.6rem); right: clamp(.8rem, 2.5vw, 1.6rem); }
.lightbox__nav { top: 50%; transform: translateY(-50%); }
.lightbox__nav:hover { transform: translateY(-50%) scale(1.06); }
.lightbox__nav--prev { left: clamp(.5rem, 2vw, 1.6rem); }
.lightbox__nav--next { right: clamp(.5rem, 2vw, 1.6rem); }

@media (max-width: 640px) {
  .lightbox__nav { width: 42px; height: 42px; }
  .lightbox__img { max-width: 94vw; max-height: 66svh; }
}

/* --------------------------------------------------------------------------
   15. FOOTER
   -------------------------------------------------------------------------- */

.footer {
  background: var(--mu-black);
  border-top: 1px solid var(--line);
  padding-block: clamp(2.4rem, 4.5vw, 3.4rem) 1.6rem;
  color: var(--text-soft);
}
.footer__inner {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: clamp(1.4rem, 3vw, 2.6rem);
}
.footer__brand { display: grid; gap: .7rem; align-content: start; }
.footer__crest { width: 58px; height: 58px; }
.footer__motto {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--text);
}
.footer__address { font-size: .9rem; }

.footer__heading {
  font-size: .76rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--accent-soft);
  margin-bottom: .8rem;
  font-family: var(--font-mono);
  font-weight: 500;
}
.footer__col ul { display: grid; gap: .45rem; font-size: .91rem; }
.footer__col a { transition: color var(--dur) var(--ease), padding-left var(--dur) var(--ease); }
.footer__col a:hover { color: var(--accent-soft); padding-left: 5px; }

.footer__legal {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 1.3rem;
  border-top: 1px solid var(--line);
  font-size: .84rem;
  color: var(--text-faint);
}

/* --------------------------------------------------------------------------
   16. LIGHT THEME
   -------------------------------------------------------------------------- */

[data-theme="light"] {
  --bg:          var(--mu-chalk);
  --bg-2:        #ebe8e3;
  --bg-3:        #ffffff;
  --surface:     rgba(13, 13, 16, .035);
  --surface-2:   rgba(13, 13, 16, .06);
  --line:        rgba(13, 13, 16, .13);
  --line-strong: rgba(13, 13, 16, .3);
  --text:        #14141a;
  --text-soft:   #4a4a53;
  --text-faint:  #6e6d76;
  --accent-soft: #a5101e;
  --gold:        #8a5600;
  --shadow-md:   0 16px 38px rgba(20, 20, 26, .12);
  --shadow-lg:   0 28px 66px rgba(20, 20, 26, .18);
}

[data-theme="light"] .nav.is-stuck {
  background: rgba(244, 242, 238, .84);
  box-shadow: 0 1px 0 var(--line), 0 10px 28px rgba(20, 20, 26, .1);
}
/* The hero, the club section, the transparent nav and the footer stay dark in
   both themes. Re-declaring the dark tokens there keeps every descendant —
   ghost buttons, nav links, icon borders — readable instead of white-on-white. */
[data-theme="light"] .hero,
[data-theme="light"] .section--club,
[data-theme="light"] .footer,
[data-theme="light"] .nav:not(.is-stuck) {
  --accent-soft: #ff4d5c;
  --gold:        #ffb02e;
  --text:        #f2f1ef;
  --text-soft:   #b6b4b1;
  --text-faint:  #86847f;
  --line:        rgba(255, 255, 255, .12);
  --line-strong: rgba(255, 255, 255, .26);
  --surface:     rgba(255, 255, 255, .06);
  --surface-2:   rgba(255, 255, 255, .09);
  color: var(--text);
}

[data-theme="light"] .section--club { background: #0d0d10; }
[data-theme="light"] .section--club .tl::before { background: #0d0d10; }
[data-theme="light"] .section--club .value,
[data-theme="light"] .section--club .clubgrid__media { border-color: rgba(255, 255, 255, .14); }
[data-theme="light"] .section--club .timeline__spine { background: rgba(255, 255, 255, .16); }
[data-theme="light"] .section--club .value { background: rgba(13, 13, 16, .55); }

[data-theme="light"] .team { background: #fff; }
[data-theme="light"] .tier--platinum { border-color: rgba(138, 86, 0, .38); }
[data-theme="light"] .footer { background: var(--mu-black); }
[data-theme="light"] .link-mail { border-bottom-color: rgba(13, 13, 16, .25); }
[data-theme="light"] .page { background: radial-gradient(900px 420px at 88% -10%, rgba(200, 23, 42, .12), transparent 66%), var(--bg); }

/* --------------------------------------------------------------------------
   17. RESPONSIVE
   -------------------------------------------------------------------------- */

@media (min-width: 900px) {
  .sechead--split { grid-template-columns: 1.4fr 1fr; }
}

@media (max-width: 1080px) {
  .teams { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tiers { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .values { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer__inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  :root { --nav-h: 64px; }

  .burger { display: flex; }

  .nav__links {
    position: fixed;
    inset: 0 0 auto;
    top: 0;
    flex-direction: column;
    justify-content: center;
    gap: 1.3rem;
    min-height: 100svh;
    padding: 5rem var(--gutter) 3rem;
    background: rgba(13, 13, 16, .96);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    transform: translateY(-100%);
    visibility: hidden;
    transition: transform .5s var(--ease-out), visibility .5s;
  }
  .nav__links.is-open { transform: translateY(0); visibility: visible; }
  .nav__link { font-size: 1.5rem; color: #fff; }
  .nav__cta { margin-top: .6rem; }

  .hero__grid { grid-template-columns: 1fr; }
  .hero__rail { order: 2; }

  .clubgrid { grid-template-columns: 1fr; }
  .timeline { grid-template-columns: 1fr; row-gap: 1.6rem; padding-top: 1.2rem; }
  .timeline__spine { display: none; }
  .tl { padding-left: 1.6rem; padding-top: 0; }
  .tl::before { top: .3rem; left: 0; transform: none; }
}

@media (max-width: 640px) {
  .teams,
  .tiers,
  .values,
  .footer__inner { grid-template-columns: 1fr; }

  .logowall { --tile: 140px; }

  .kalender { grid-template-columns: 1fr; }
  .hero { padding-top: calc(var(--nav-h) + 1.6rem); }
  .scroller { display: none; }
  .cta-band { flex-direction: column; align-items: flex-start; }
  .logowall { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .logotile { min-height: 92px; padding: .9rem; }
  .logotile img { height: 44px; }
}

@media (max-width: 380px) {
  .logowall { grid-template-columns: 1fr; }
}

@media (min-width: 1500px) {
  :root { --shell: 1400px; }
}

/* --------------------------------------------------------------------------
   18. MOTION PREFERENCES & PRINT
   -------------------------------------------------------------------------- */

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

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

  .reveal { opacity: 1; transform: none; }
  .lightbox { transition: none; opacity: 1; }
  .lightbox__figure { transform: none; transition: none; }
  .hero__particles { display: none; }
  .scroller__line::after { display: none; }
}

@media print {
  .nav, .loader, .progress, .hero__particles, .scroller, .lightbox { display: none; }
  body { background: #fff; color: #000; }
  .reveal { opacity: 1; transform: none; }
}
