:root {
  --bg-deep: #030607;
  --bg-navy: #07151b;
  --bg-panel: #0d2833;
  --bg-slate: #132b3c;
  --gold: #f3bd45;
  --gold-dark: #d08a1d;
  --gold-muted: #caa57d;
  --ember: #d94312;
  --cyan: #34a8d8;
  --cyan-dark: #1e7aa8;
  --cyan-hover: #4fc3f7;
  --text: #e8eef2;
  --text-muted: #8fa3b0;
  --title-gradient: linear-gradient(180deg, #f4d77a, #b8862a, #7a5418);
  --font-display: "Cinzel", serif;
  --font-body: system-ui, "Segoe UI", Roboto, sans-serif;
  --container: min(1140px, 92vw);
  --section-pad: clamp(3rem, 6vw, 5rem);
  --header-h: 72px;
  --radius-sm: 4px;
  --shadow-watch: 0 0 0 6px #07131d, 0 12px 32px rgba(0, 0, 0, 0.6);
}
