/* Roofing: 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: #160f0d; --bg-rgb: 22, 15, 13; --bg-2: #211714;
  --ink: #f7efe9; --ink-2: #e5d6cc; --muted: #b09b8f; --line: rgba(247, 239, 233, .12);
  --accent: #e0653f; --accent-rgb: 224, 101, 63; --accent-hi: #ff9a78; --on-accent: #2a0f06;
  --card-1: #261b17; --card-2: #160f0d; --video-dim: .46;
  --display: "Barlow Condensed", "Arial Narrow", sans-serif; --display-case: uppercase; --display-weight: 700;
  --display-leading: .9; --display-tracking: 0;
  --title-size: clamp(3.4rem, 11vw, 9.8rem);
  --serif: "Barlow Condensed", sans-serif;
}
h3 { font-size: 1.6rem; letter-spacing: .01em; }
.steps span { font-size: 1.5rem; }

/* 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%, #ff9a78, #e0653f 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; }
}
