:root {
  /* Colors - Dark Luxury Theme (Deep Blue Gradient & Champagne Gold) */
  --color-dark-950: #03080c;
  --color-dark-900: #06111a;
  --color-dark-800: #0b1a24;
  --color-dark-700: #102636;
  
  --color-gold: #c5a880;
  --color-gold-dark: #9f835b;
  --color-gold-light: rgba(197, 168, 128, 0.1);
  
  --color-white: #ffffff;
  --color-text: #b0c4de;      /* Light silver-blue for high-readability body text */
  --color-text-bright: #ffffff; /* Pure white for headings */
  --color-muted: #738496;     /* Slate grey for secondary text */
  
  /* Borders and Lines */
  --color-line: rgba(255, 255, 255, 0.08);
  --color-line-gold: rgba(197, 168, 128, 0.18);
  --color-glow: rgba(197, 168, 128, 0.08);

  /* Shadows (Soft dark depth) */
  --shadow-soft: 0 20px 50px rgba(2, 6, 10, 0.4);
  --shadow-card: 0 8px 32px rgba(2, 6, 10, 0.2);
  --shadow-hover: 0 24px 60px rgba(197, 168, 128, 0.08);

  /* Radius */
  --radius-xl: 12px;
  --radius-lg: 8px;
  --radius-md: 4px;
  --radius-sm: 2px;

  /* Layout */
  --container: 1140px;
  --header-h: 80px;

  /* Fonts */
  --font-heading: 'Playfair Display', Georgia, serif;
  --font-body: 'Inter', system-ui, -apple-system, sans-serif;
}
