/* Moving: generated by factory/theme_make.py from theme_spec.py. Structure
   lives in /t/_base/base.css; this is the palette, the type and the no-WebGL
   stand-in for the 3D object. */
:root {
  --bg: #12100e; --bg-rgb: 18, 16, 14; --bg-2: #1b1714;
  --ink: #f7f2ec; --ink-2: #e6dfd6; --muted: #aea69c; --line: rgba(247, 242, 236, .12);
  --accent: #ff7a1a; --accent-rgb: 255, 122, 26; --accent-hi: #ffab6b; --on-accent: #2a1200;
  --card-1: #241f1a; --card-2: #12100e; --video-dim: .46;
  --display: "Bebas Neue", "Impact", sans-serif; --display-case: uppercase; --display-weight: 400;
  --display-leading: .9; --display-tracking: .02em;
  --title-size: clamp(3.8rem, 12vw, 10.5rem);
  --serif: "Bebas Neue", sans-serif;
}
h3 { font-size: 1.7rem; letter-spacing: .03em; }
.steps span { font-size: 1.6rem; }

/* no WebGL: a soft glow in the accent where the object would be */
html.no-webgl .hero__fallback {
  right: 8vw; top: 20vh; width: 34vw; height: 48vh; border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #ffab6b, #ff7a1a 45%, transparent 70%);
  filter: blur(28px); opacity: .5; animation: glow 8s ease-in-out infinite alternate;
}
@keyframes glow { to { transform: translate(-4vw, 3vh) scale(1.08); } }
@media (max-width: 760px) {
  html.no-webgl .hero__fallback { top: 70px; right: 15vw; width: 70vw; height: 30svh; }
}
