/* ═══════════════════════════════════════════════════════════
   VELDT — Kade 900
   zwart op zwart · signaaloranje · condensed ↔ ultrawide
   ═══════════════════════════════════════════════════════════ */

:root {
  --bg: #0A0A0B;
  --bg-2: #0F0F11;
  --bg-3: #151518;
  --line: rgba(237, 235, 230, 0.09);
  --ink: #EDEBE6;
  --muted: #8E8E97;
  --accent: #FF5300;
  --accent-glow: rgba(255, 83, 0, 0.32);
  --accent-ink: #0A0A0B;
  --font-display: "Anton", "Arial Narrow", sans-serif;
  --font-text: "Archivo", "Helvetica Neue", sans-serif;
  --ride-length: 720vh;
  --nav-h: 76px;
  --pad: clamp(20px, 5vw, 72px);
  --r-sm: 12px;
  --r-md: 18px;
  --r-lg: 28px;
}

body[data-finish="poldergrijs"] {
  --accent: #C6C9CF;
  --accent-glow: rgba(198, 201, 207, 0.28);
  --accent-ink: #0A0A0B;
}
body[data-finish="duinzand"] {
  --accent: #D9A45B;
  --accent-glow: rgba(217, 164, 91, 0.30);
  --accent-ink: #0A0A0B;
}

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

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-text);
  font-variation-settings: "wdth" 100;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

::selection { background: var(--accent); color: var(--accent-ink); }

/* ── typografische rollen ─────────────────────────────── */

.eyebrow {
  font-size: 11px;
  font-weight: 600;
  font-variation-settings: "wdth" 125;
  letter-spacing: 0.34em;
  color: var(--accent);
  text-transform: uppercase;
  transition: color 0.5s;
}
.eyebrow::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 2px;
  background: var(--accent);
  margin-right: 12px;
  vertical-align: 4px;
  transition: background 0.5s;
}

.mark-dot {
  display: inline-block;
  width: 0.18em;
  height: 0.18em;
  background: var(--accent);
  margin-left: 0.14em;
  vertical-align: 0.02em;
  transition: background 0.5s;
}

/* ── loader ───────────────────────────────────────────── */

#loader {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: var(--bg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  transition: opacity 0.7s ease 0.15s, visibility 0.7s ease 0.15s;
}
#loader.is-hidden { opacity: 0; visibility: hidden; }
.loader-mark {
  font-family: var(--font-display);
  font-size: 44px;
  letter-spacing: 0.06em;
}
.loader-bar {
  width: min(300px, 60vw);
  height: 3px;
  background: var(--line);
  overflow: hidden;
  border-radius: 999px;
}
#loaderFill {
  display: block;
  height: 100%;
  width: 100%;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s linear;
}
.loader-note {
  font-size: 10px;
  font-weight: 600;
  font-variation-settings: "wdth" 125;
  letter-spacing: 0.4em;
  color: var(--muted);
}

/* ── nav ──────────────────────────────────────────────── */

#nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--pad);
  transition: background 0.4s, backdrop-filter 0.4s, border-color 0.4s;
  border-bottom: 1px solid transparent;
}
#nav.is-solid {
  background: rgba(10, 10, 11, 0.62);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-bottom-color: var(--line);
}
.nav-logo {
  font-family: var(--font-display);
  font-size: 30px;
  letter-spacing: 0.07em;
  color: var(--ink);
  text-decoration: none;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.6vw, 36px);
}
.nav-links a {
  position: relative;
  font-size: 13px;
  font-weight: 600;
  font-variation-settings: "wdth" 125;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  text-decoration: none;
  padding: 6px 0;
  transition: color 0.25s;
  text-shadow: 0 1px 4px rgba(10, 10, 11, 0.85), 0 2px 14px rgba(10, 10, 11, 0.6);
}
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}
.nav-links a:hover { color: var(--ink); }
.nav-links a:hover::after { transform: scaleX(1); }
.nav-links a.nav-cta { color: var(--accent); }
.nav-links a.nav-cta:hover { color: var(--ink); }

/* ── de rit (scrub) ───────────────────────────────────── */

.ride { height: var(--ride-length); position: relative; }

.ride-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  background: var(--bg);
}

#film {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.ride-grade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(to top, rgba(10, 10, 11, 0.55), transparent 26%),
    linear-gradient(to bottom, rgba(10, 10, 11, 0.4), transparent 18%),
    radial-gradient(120% 90% at 50% 50%, transparent 58%, rgba(10, 10, 11, 0.42) 100%);
}

/* hero overlay */
.hero {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 var(--pad);
  pointer-events: none;
  will-change: opacity, transform, filter;
}
.hero-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(96px, 19vw, 280px);
  line-height: 0.94;
  letter-spacing: 0.005em;
  margin: 10px 0 18px;
  text-shadow: 0 4px 60px rgba(0, 0, 0, 0.5);
}
.hero-tagline {
  font-size: clamp(15px, 1.6vw, 19px);
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--ink);
  opacity: 0.92;
}

/* scroll hint */
.scroll-hint {
  position: absolute;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  pointer-events: none;
}
.scroll-hint span {
  font-size: 10px;
  font-weight: 600;
  font-variation-settings: "wdth" 125;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--muted);
}
.scroll-hint i {
  width: 1px;
  height: 44px;
  background: linear-gradient(var(--accent), transparent);
  animation: hintDrop 2s cubic-bezier(0.7, 0, 0.3, 1) infinite;
}
@keyframes hintDrop {
  0% { transform: scaleY(0); transform-origin: top; }
  45% { transform: scaleY(1); transform-origin: top; }
  55% { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* ghost chapter titles */
.ghost {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: none;
  opacity: 0;
  will-change: opacity, filter, transform;
}
.ghost h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(64px, 13vw, 190px);
  line-height: 1;
  letter-spacing: 0.01em;
  text-shadow: 0 4px 60px rgba(0, 0, 0, 0.55);
}
.ghost p {
  margin-top: 14px;
  font-size: 12px;
  font-weight: 600;
  font-variation-settings: "wdth" 125;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--accent);
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.8);
}

/* hectometerpaal — chapter rail */
.paal {
  position: absolute;
  left: var(--pad);
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-left: 18px;
  border-left: 1px solid var(--line);
  text-shadow: 0 1px 4px rgba(10, 10, 11, 0.9), 0 2px 18px rgba(10, 10, 11, 0.65);
}
.paal-head {
  font-size: 9px;
  font-weight: 600;
  font-variation-settings: "wdth" 125;
  letter-spacing: 0.3em;
  color: var(--muted);
  margin-bottom: 2px;
}
.paal-node {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
}
.paal-node::before {
  content: "";
  position: absolute;
  left: -19px;
  top: 8px;
  width: 10px;
  height: 2px;
  border-radius: 2px;
  background: var(--muted);
  transition: width 0.35s cubic-bezier(0.7, 0, 0.2, 1), background 0.35s;
}
.paal-km {
  font-family: var(--font-display);
  font-size: 17px;
  letter-spacing: 0.04em;
  color: var(--muted);
  transition: color 0.35s;
}
.paal-name {
  font-size: 11px;
  font-weight: 600;
  font-variation-settings: "wdth" 125;
  letter-spacing: 0.26em;
  color: var(--muted);
  transition: color 0.35s, letter-spacing 0.35s;
}
.paal-sub {
  font-size: 11px;
  color: var(--muted);
  max-width: 200px;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 0.4s, transform 0.4s;
}
.paal-node.is-active::before { width: 26px; background: var(--accent); }
.paal-node.is-active .paal-km { color: var(--accent); }
.paal-node.is-active .paal-name { color: var(--ink); letter-spacing: 0.3em; }
.paal-node.is-active .paal-sub { opacity: 0.85; transform: none; }
.paal-node:hover .paal-name { color: var(--ink); }

/* speed HUD */
.hud {
  position: absolute;
  right: var(--pad);
  bottom: 42px;
  display: flex;
  align-items: flex-end;
  gap: 14px;
  text-align: right;
}
.hud-speed {
  display: flex;
  justify-content: flex-end;
  font-family: var(--font-display);
  font-size: clamp(64px, 8.5vw, 118px);
  line-height: 0.9;
  text-shadow: 0 4px 44px rgba(0, 0, 0, 0.6);
}
.hud-digit {
  display: inline-block;
  width: 0.58em;
  text-align: center;
}
.hud-digit:empty { width: 0; }
.hud-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding-bottom: 6px;
}
.hud-unit {
  font-size: 12px;
  font-weight: 600;
  font-variation-settings: "wdth" 125;
  letter-spacing: 0.3em;
  color: var(--ink);
  opacity: 0.85;
}
.hud-limit {
  font-size: 9px;
  font-weight: 600;
  font-variation-settings: "wdth" 125;
  letter-spacing: 0.24em;
  color: var(--accent);
  border: 1px solid var(--accent);
  border-radius: 999px;
  padding: 4px 11px 3px;
  opacity: 0.55;
  transition: opacity 0.3s, background 0.3s, color 0.3s;
}
.hud.at-limit .hud-limit {
  opacity: 1;
  animation: limitHit 0.55s cubic-bezier(0.6, 0, 0.2, 1);
}
.hud.at-limit .hud-speed { animation: speedClamp 0.35s cubic-bezier(0.5, 0, 0.3, 1); }
@keyframes limitHit {
  0% { background: var(--accent); color: var(--accent-ink); }
  100% { background: transparent; color: var(--accent); }
}
@keyframes speedClamp {
  0% { transform: translateY(0); }
  40% { transform: translateY(-5px); }
  70% { transform: translateY(1px); }
  100% { transform: translateY(0); }
}

/* ride progress hairline */
.ride-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: rgba(237, 235, 230, 0.08);
}
#rideFill {
  display: block;
  height: 100%;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
}

/* ── generieke blokken ────────────────────────────────── */

.block {
  position: relative;
  padding: clamp(110px, 16vh, 200px) var(--pad);
  border-top: 1px solid var(--line);
  background: var(--bg);
  scroll-margin-top: var(--nav-h);
}
.block:nth-of-type(odd) { background: var(--bg-2); }

.inner { max-width: 1280px; margin: 0 auto; }
.inner-narrow { max-width: 640px; }

.block-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(46px, 7vw, 104px);
  line-height: 0.97;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 22px 0 26px;
}
.block-sub {
  max-width: 560px;
  color: var(--muted);
  font-size: 16px;
  margin-bottom: 12px;
}

/* reveal — bewegingsonscherpte bij binnenkomst */
.reveal {
  opacity: 0;
  transform: translateY(34px);
  filter: blur(14px);
  transition: opacity 0.9s cubic-bezier(0.2, 0.6, 0.2, 1),
              transform 0.9s cubic-bezier(0.2, 0.6, 0.2, 1),
              filter 0.9s cubic-bezier(0.2, 0.6, 0.2, 1);
}
.reveal.in { opacity: 1; transform: none; filter: blur(0); }
.reveal:nth-child(2) { transition-delay: 0.07s; }
.reveal:nth-child(3) { transition-delay: 0.14s; }
.reveal:nth-child(4) { transition-delay: 0.21s; }

/* ── specs ────────────────────────────────────────────── */

.spec-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: clamp(48px, 7vh, 88px);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
}
.spec {
  padding: 38px 28px 34px;
  border-right: 1px solid var(--line);
}
.spec:last-child { border-right: none; }
.spec-num {
  font-family: var(--font-display);
  font-size: clamp(56px, 6.6vw, 108px);
  line-height: 1;
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.spec-num sup {
  font-family: var(--font-text);
  font-size: 13px;
  font-weight: 600;
  font-variation-settings: "wdth" 125;
  letter-spacing: 0.16em;
  color: var(--accent);
  transition: color 0.5s;
}
.spec-label {
  margin-top: 14px;
  font-size: 11px;
  font-weight: 600;
  font-variation-settings: "wdth" 125;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--muted);
}
.spec-label em { font-style: normal; color: var(--accent); transition: color 0.5s; }

/* ── ontwerp / macro's ────────────────────────────────── */

.macro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: clamp(48px, 7vh, 80px);
}
.macro {
  position: relative;
  background: var(--bg);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
}
.macro img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  filter: saturate(0.92) contrast(1.04);
  transform: scale(1.015);
  transition: transform 1.1s cubic-bezier(0.2, 0.6, 0.2, 1), filter 0.6s;
}
.macro:hover img { transform: scale(1.055); filter: saturate(1) contrast(1.05); }
.macro figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 44px 24px 20px;
  font-size: 12.5px;
  color: rgba(237, 235, 230, 0.82);
  background: linear-gradient(transparent, rgba(10, 10, 11, 0.88));
}
.macro figcaption span {
  display: block;
  font-size: 10px;
  font-weight: 600;
  font-variation-settings: "wdth" 125;
  letter-spacing: 0.3em;
  color: var(--accent);
  margin-bottom: 6px;
  transition: color 0.5s;
}

/* ── configurator ─────────────────────────────────────── */

.config {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(300px, 1fr);
  gap: clamp(32px, 4vw, 72px);
  margin-top: clamp(44px, 6vh, 72px);
  align-items: end;
}
.config-stage {
  position: relative;
  overflow: hidden;
  background: var(--bg-3);
  border-radius: var(--r-lg);
}
#configImg {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: filter 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
body[data-finish="poldergrijs"] #configImg {
  filter: grayscale(0.55) brightness(1.42) contrast(0.94);
}
body[data-finish="duinzand"] #configImg {
  filter: sepia(0.42) saturate(1.3) brightness(1.16) contrast(0.98);
}
.config-name {
  position: absolute;
  left: 22px;
  bottom: 12px;
  font-family: var(--font-display);
  font-size: clamp(38px, 4.6vw, 72px);
  letter-spacing: 0.015em;
  color: var(--ink);
  mix-blend-mode: exclusion;
  pointer-events: none;
}
.finishes {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  overflow: hidden;
}
.finish {
  display: grid;
  grid-template-columns: 22px 1fr;
  grid-template-rows: auto auto;
  column-gap: 16px;
  row-gap: 3px;
  align-items: center;
  text-align: left;
  background: none;
  border: none;
  border-top: 1px solid var(--line);
  padding: 20px 18px;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.3s;
}
.finish:first-of-type { border-top: none; }
.finish:hover { background: rgba(237, 235, 230, 0.025); }
.swatch {
  grid-row: 1 / 3;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--sw);
  border: 1px solid rgba(237, 235, 230, 0.22);
  position: relative;
  transition: box-shadow 0.35s;
}
.finish.is-active .swatch { box-shadow: 0 0 0 3px var(--bg), 0 0 0 4.5px var(--accent); }
.finish-name {
  font-family: var(--font-display);
  font-size: 21px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
  transition: color 0.3s;
}
.finish.is-active .finish-name { color: var(--ink); }
.finish-line { font-size: 12.5px; color: var(--muted); grid-column: 2; }
.config-foot {
  margin-top: 34px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.config-price {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.config-price span {
  display: block;
  font-size: 11px;
  font-weight: 400;
  color: var(--muted);
  letter-spacing: 0.06em;
  margin-top: 3px;
}

/* ── knoppen ──────────────────────────────────────────── */

.btn {
  display: inline-block;
  background: var(--accent);
  color: var(--accent-ink);
  font-size: 12px;
  font-weight: 700;
  font-variation-settings: "wdth" 125;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  padding: 17px 34px 15px;
  transition: background 0.3s, color 0.3s, transform 0.2s;
  font-family: inherit;
}
.btn:hover { background: var(--ink); color: var(--bg); }
.btn:active { transform: translateY(1px); }
.btn-wide { width: 100%; }

/* ── reserveren ───────────────────────────────────────── */

.reserve {
  position: relative;
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: clamp(30px, 5vw, 52px);
}
.reserve-done-state { display: none; padding: 30px 0 10px; }
.reserve[data-state="done"] .reserve-form-state { display: none; }
.reserve[data-state="done"] .reserve-done-state { display: block; }
.done-rule {
  display: block;
  width: 64px;
  height: 3px;
  background: var(--accent);
  margin-bottom: 30px;
}

#reserveForm { margin-top: 30px; display: flex; flex-direction: column; gap: 22px; }
#reserveForm label {
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-size: 11px;
  font-weight: 600;
  font-variation-settings: "wdth" 125;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--muted);
}
#reserveForm input {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  color: var(--ink);
  font-family: inherit;
  font-size: 16px;
  letter-spacing: 0.01em;
  padding: 15px 18px;
  transition: border-color 0.3s, background 0.3s;
}
#reserveForm input::placeholder { color: rgba(142, 142, 151, 0.55); }
#reserveForm input:focus {
  outline: none;
  border-color: var(--accent);
  background: var(--bg-2);
}
#reserveForm input:user-invalid { border-color: #c0392b; }
.reserve-note {
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.04em;
  text-align: center;
}

/* ── footer ───────────────────────────────────────────── */

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 34px var(--pad);
  border-top: 1px solid var(--line);
  background: var(--bg);
}
.foot-logo { font-family: var(--font-display); font-size: 18px; letter-spacing: 0.07em; }
.foot-mid, .foot-right {
  font-size: 10px;
  font-weight: 600;
  font-variation-settings: "wdth" 125;
  letter-spacing: 0.3em;
  color: var(--muted);
  text-transform: uppercase;
}

/* ── korrel ───────────────────────────────────────────── */

.grain {
  position: fixed;
  inset: -100px;
  z-index: 150;
  pointer-events: none;
  opacity: 0.055;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: grainShift 0.9s steps(4) infinite;
}
@keyframes grainShift {
  0% { transform: translate(0, 0); }
  25% { transform: translate(-34px, 22px); }
  50% { transform: translate(18px, -30px); }
  75% { transform: translate(-12px, -14px); }
  100% { transform: translate(0, 0); }
}

/* ── focus ────────────────────────────────────────────── */

a:focus-visible, button:focus-visible, input:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

/* ── responsive ───────────────────────────────────────── */

@media (max-width: 1024px) {
  .spec-grid { grid-template-columns: 1fr 1fr; }
  .spec { border-top: 1px solid var(--line); }
  .spec:nth-child(-n+2) { border-top: none; }
  .spec:nth-child(even) { border-right: none; }
  .config { grid-template-columns: 1fr; align-items: start; }
}

@media (max-width: 760px) {
  .paal { display: none; }
  .hud { right: 20px; bottom: 30px; }
  .macro-grid { grid-template-columns: 1fr; }
  .nav-links a:not(.nav-cta) { display: none; }
  footer { flex-direction: column; gap: 10px; text-align: center; }
  .block { padding-top: 90px; padding-bottom: 90px; }
}

/* ── reduced motion ───────────────────────────────────── */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .grain, .scroll-hint i { animation: none; }
  .reveal {
    transition-duration: 0.01s;
    filter: none;
    transform: none;
  }
  .hud.at-limit .hud-limit, .hud.at-limit .hud-speed { animation: none; }
  .macro img { transition: none; }
}
