/* Junk Removal: 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: #15110a; --bg-rgb: 21, 17, 10; --bg-2: #1e1810;
  --ink: #fbf3e4; --ink-2: #eadfc9; --muted: #b3a58b; --line: rgba(251, 243, 228, .12);
  --accent: #f2b705; --accent-rgb: 242, 183, 5; --accent-hi: #ffd75e; --on-accent: #1c1400;
  --card-1: #241d12; --card-2: #15110a; --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%, #ffd75e, #f2b705 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; }
}
