:root {
  --bg-deep: #0a0e1a;
  --bg-deeper: #05080f;
  --bg-panel: #131826;
  --bg-elev: #1a2030;

  --accent-gold: #f5c842;
  --accent-gold-soft: #ffd98a;
  --accent-gold-deep: #c99a1f;

  --dna-cyan: #4fb8e6;
  --dna-cyan-glow: #7ed6ff;

  --doorway-warm: #ff9f4a;
  --doorway-glow: #ffb873;

  --text-primary: #f4f1ea;
  --text-secondary: #c8c6bf;
  --text-muted: #8a91a3;
  --text-faint: #555a6a;

  --case-paper: #e8dcc0;
  --case-paper-deep: #c9a36a;
  --case-paper-dark: #6b5a3a;
  --case-red: #b8392a;
  --case-ink: #1a1408;

  --rule: rgba(244, 241, 234, 0.12);
  --rule-strong: rgba(244, 241, 234, 0.22);

  --shadow-glow-cyan: 0 0 60px rgba(79, 184, 230, 0.35);
  --shadow-glow-gold: 0 0 40px rgba(245, 200, 66, 0.25);
  --shadow-cinematic: 0 30px 80px -20px rgba(0, 0, 0, 0.7);

  --font-display: "Anton", "Bebas Neue", "Impact", sans-serif;
  --font-body: "Crimson Pro", "Iowan Old Style", Georgia, serif;
  --font-mono: "Special Elite", "Courier Prime", "Courier New", monospace;
  --font-ui: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --max-content: 1240px;
  --gutter: clamp(20px, 4vw, 64px);
  --section-pad: clamp(80px, 12vh, 160px);

  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out-expo: cubic-bezier(0.87, 0, 0.13, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
}
