/* Car Wash: 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: #061a24; --bg-rgb: 6, 26, 36; --bg-2: #0b2531;
  --ink: #eaf8fc; --ink-2: #cfe9f1; --muted: #86adba; --line: rgba(234, 248, 252, .12);
  --accent: #2ec4ee; --accent-rgb: 46, 196, 238; --accent-hi: #8fe3ff; --on-accent: #02222f;
  --card-1: #0f2a37; --card-2: #08202a; --video-dim: .46;
  --display: "Unbounded", "Arial Black", sans-serif; --display-case: none; --display-weight: 700;
  --display-leading: .98; --display-tracking: -.03em;
  --title-size: clamp(2.6rem, 7.4vw, 6.8rem);
  --serif: "Unbounded", sans-serif;
}
h3 { font-size: 1.25rem; letter-spacing: -.02em; }
.steps span { font-size: 1.2rem; }

/* 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%, #8fe3ff, #2ec4ee 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; }
}
