/* Remodeling: 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: #141010; --bg-rgb: 20, 16, 16; --bg-2: #1d1716;
  --ink: #f6efe9; --ink-2: #e4d8cf; --muted: #ad9d92; --line: rgba(246, 239, 233, .12);
  --accent: #d0844a; --accent-rgb: 208, 132, 74; --accent-hi: #f0b482; --on-accent: #2a1408;
  --card-1: #241c19; --card-2: #141010; --video-dim: .46;
  --display: "Fraunces", "Playfair Display", Georgia, serif; --display-case: none; --display-weight: 500;
  --display-leading: .95; --display-tracking: -.02em;
  --title-size: clamp(3rem, 8.6vw, 8.2rem);
  --serif: "Fraunces", Georgia, serif;
}
h3 { font-size: 1.6rem; letter-spacing: -.01em; }
.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%, #f0b482, #d0844a 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; }
}
