/* Pet Groomer: 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: #141210; --bg-rgb: 20, 18, 16; --bg-2: #1d1a16;
  --ink: #fbf6ee; --ink-2: #ece4d8; --muted: #b3aa9c; --line: rgba(251, 246, 238, .12);
  --accent: #f4a261; --accent-rgb: 244, 162, 97; --accent-hi: #ffc79a; --on-accent: #2a1400;
  --card-1: #251f18; --card-2: #141210; --video-dim: .46;
  --display: "Nunito", "Inter", sans-serif; --display-case: none; --display-weight: 800;
  --display-leading: .98; --display-tracking: -.03em;
  --title-size: clamp(3rem, 8.4vw, 7.6rem);
  --serif: "Nunito", 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%, #ffc79a, #f4a261 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; }
}
