/* Fencing: 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: #12100c; --bg-rgb: 18, 16, 12; --bg-2: #1a1712;
  --ink: #f6f1e8; --ink-2: #e5dccd; --muted: #ac9f8b; --line: rgba(246, 241, 232, .12);
  --accent: #d8b48a; --accent-rgb: 216, 180, 138; --accent-hi: #f0d4b2; --on-accent: #261a08;
  --card-1: #221d15; --card-2: #12100c; --video-dim: .46;
  --display: "Oswald", "Arial Narrow", sans-serif; --display-case: uppercase; --display-weight: 600;
  --display-leading: .94; --display-tracking: .01em;
  --title-size: clamp(3.2rem, 10vw, 9rem);
  --serif: "Oswald", sans-serif;
}
h3 { font-size: 1.5rem; letter-spacing: .02em; }
.steps span { font-size: 1.45rem; }

/* 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%, #f0d4b2, #d8b48a 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; }
}
