@import url("base.css");
/* VELOX — carbon dark, signal red */
:root {
  --bg: #0e0e10; --bg-hi: #1b1b20; --bg-lo: #050506; --bg-soft: #131316;
  --ink: #f4f4f2; --text: #c9c9cc; --accent: #e10600; --ink-on-accent: #f4f4f2;
  --halo: #0e0e10; --scrim: #0a0a0c;
  --footer-bg: #050506; --footer-ink: #f4f4f2;
  --font-display: "Space Grotesk", "Arial Black", sans-serif;
  --font-body: "Inter", "Helvetica Neue", Arial, sans-serif;
  --display-weight: 600;
  --wordmark-size: 15vw; --wordmark-track: 0.12em;
  --grain-opacity: 0.06; --grain-blend: screen;
}
.act-title, .wordmark, .sec-title, .foot-mark, .loader-mark, .nav-mark { text-transform: uppercase; }
.tagline { font-style: normal; letter-spacing: 0.18em; text-transform: uppercase; font-size: clamp(0.8rem, 1.4vw, 1rem); }
.stat b { color: var(--accent); }
