/* Tattoo Studio: 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: #0c0c0e; --bg-rgb: 12, 12, 14; --bg-2: #151517;
  --ink: #f2efe9; --ink-2: #d9d4cb; --muted: #9a948b; --line: rgba(242, 239, 233, .12);
  --accent: #e63946; --accent-rgb: 230, 57, 70; --accent-hi: #ff8791; --on-accent: #ffffff;
  --card-1: #1a1a1d; --card-2: #0e0e10; --video-dim: .4;
  --display: "Anton", "Impact", sans-serif; --display-case: uppercase; --display-weight: 400;
  --display-leading: .92; --display-tracking: .01em;
  --title-size: clamp(3.4rem, 11vw, 9.6rem);
  --serif: "Playfair Display", Georgia, serif;
}
h3 { font-size: 1.5rem; letter-spacing: .02em; }
.steps span { font-size: 1.4rem; }

/* 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%, #ff8791, #e63946 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; }
}
