:root {
  --color-bg: #0b0908;
  --color-bg-elevated: #14110e;
  --color-bg-panel: #1a1612;
  --color-bg-glass: rgba(16, 15, 13, 0.72);

  --color-accent: #f5a20f;
  --color-accent-hover: #f27600;
  --color-accent-active: #e87101;
  --color-accent-soft: #e6b460;
  --color-accent-muted: #8f6a2d;
  --color-gold-border: #e9c156;
  --color-cta-from: #c75f00;
  --color-cta-to: #f4982c;

  --color-text: #f5ead8;
  --color-text-secondary: #c9b89a;
  --color-text-muted: #8a7d6b;

  --color-danger: #c94a4a;
  --color-success: #5a9e6f;
  --color-magic: #6b5b95;

  --color-border: rgba(245, 162, 15, 0.22);
  --color-border-strong: rgba(233, 193, 86, 0.45);

  --shadow-glow: 0 0 24px rgba(245, 162, 15, 0.18);
  --shadow-panel: 0 8px 32px rgba(0, 0, 0, 0.45);

  --font-display: "Lineage", "Times New Roman", serif;
  --font-body: "Montserrat", system-ui, sans-serif;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: clamp(1.25rem, 2vw, 1.5rem);
  --text-2xl: clamp(1.5rem, 3vw, 2rem);
  --text-hero: clamp(2rem, 5vw, 3.25rem);

  --leading-tight: 1.2;
  --leading-body: 1.6;

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --section-py: clamp(3rem, 7vw, 5.5rem);

  --container-max: 1200px;
  --header-h: 72px;
  --sticky-cta-h: 64px;
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 14px;

  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --duration-fast: 150ms;
  --duration-normal: 300ms;
  --z-header: 100;
  --z-sticky-cta: 90;
  --z-drawer: 200;
  --z-modal: 250;
  --nav-desktop-min: 1180px;
}
