:root {
  /* Color Palette - Ultra-Exclusive Obsidian & Platinum Vault */
  --bg-primary: #05070a;
  --bg-secondary: #0a0d15;
  --bg-tertiary: #0f1422;
  --bg-card: rgba(13, 18, 30, 0.82);
  --bg-card-hover: rgba(18, 25, 42, 0.94);
  --bg-glass: rgba(9, 13, 22, 0.85);

  /* Accents - Brushed Champagne Gold & Ice Platinum */
  --accent-gold: #c5a059;
  --accent-gold-light: #dfbf7a;
  --accent-gold-dark: #967533;
  --accent-ice: #8fd4f8;
  --accent-ice-rgb: 143, 212, 248;
  --accent-blue: #155eef;
  
  /* Text */
  --text-main: #f8fafc;
  --text-muted: #94a3b8;
  --text-dim: #64748b;

  /* Borders & Dividers */
  --border-subtle: rgba(255, 255, 255, 0.08);
  --border-glow: rgba(197, 160, 89, 0.32);
  --border-gold: rgba(197, 160, 89, 0.45);
  --border-ice: rgba(143, 212, 248, 0.28);

  /* Shadows */
  --shadow-sm: 0 4px 14px rgba(0, 0, 0, 0.4);
  --shadow-md: 0 12px 36px rgba(0, 0, 0, 0.55);
  --shadow-lg: 0 24px 64px rgba(0, 0, 0, 0.75);
  --shadow-glow: 0 0 45px rgba(197, 160, 89, 0.16);
  --shadow-gold-glow: 0 0 45px rgba(197, 160, 89, 0.24);

  /* Typography */
  --font-serif: 'Fraunces', 'Cinzel', 'Georgia', serif;
  --font-sans: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  /* Layout */
  --container-max: 1240px;
  --nav-height: 80px;
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
