/*! Velvet Key — a Ventus template (ventus.works)
 *  Free license: keep the Ventus badge visible. That's the whole deal.
 *  Want it badge-free? Commercial license: shop.ventus.works
 */
:root {
  --color-bg:#12100f; --color-bg-alt:#1d1917; --color-surface:#26201d;
  --color-text:#e7ded2; --color-heading:#fff8ec; --color-muted:#ad9f91;
  --color-primary:#d4b06a; --color-primary-hover:#ecd18e;
  --color-accent:#9e2449; --color-border:#4a4038; --color-on-primary:#12100f;
  --color-error:#c53b3b; --color-success:#16845b;
  --font-display:Didot, 'Bodoni MT', Georgia, serif; --font-body:'Segoe UI', Arial, sans-serif;
  --radius-sm:0.9px; --radius-md:2px; --radius-lg:3.2px;
  --shadow:0 28px 80px rgba(0,0,0,.46); --page:1180px; --space:clamp(1rem,3vw,2rem);
  --motif:linear-gradient(90deg, transparent 8%, rgba(212,176,106,.12) 8.2%, transparent 8.4%, transparent 91.6%, rgba(212,176,106,.12) 91.8%, transparent 92%);
}
