/* Chiropractor: 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: #08141a; --bg-rgb: 8, 20, 26; --bg-2: #0e1e26;
  --ink: #eaf7fa; --ink-2: #cfe6ec; --muted: #88a7b0; --line: rgba(234, 247, 250, .12);
  --accent: #3ed6c9; --accent-rgb: 62, 214, 201; --accent-hi: #9ef1e8; --on-accent: #03201d;
  --card-1: #12242c; --card-2: #0a161c; --video-dim: .46;
  --display: "Outfit", "Inter", sans-serif; --display-case: none; --display-weight: 600;
  --display-leading: .98; --display-tracking: -.03em;
  --title-size: clamp(3rem, 8.4vw, 7.6rem);
  --serif: "Outfit", sans-serif;
}
h3 { font-size: 1.35rem; letter-spacing: -.02em; }
.steps span { font-size: 1.3rem; }

/* 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%, #9ef1e8, #3ed6c9 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; }
}
