/* SITE THEME: W12
   Only brand variables and W12-specific visual overrides.
*/

:root {
  --color-bg: #0d0d0c;
  --color-surface: #171613;
  --color-text: #f6f0df;
  --color-muted: #c8bfa9;
  --color-border: #393329;
  --color-accent: #c9a24b;
  --color-accent-contrast: #11100d;
  --font-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
}

.hero {
  background:
    linear-gradient(120deg, rgba(201, 162, 75, .16), transparent 42%),
    radial-gradient(circle at 78% 20%, rgba(255, 255, 255, .08), transparent 28%),
    var(--color-bg);
}
