:root {
  --navy:       #1A2E44;
  --gold:       #C9A96E;
  --gold-dark:  #B8935A;
  --white:      #FFFFFF;
  --gray-bg:    #F7F8FA;
  --gray-light: #E5E7EB;
  --text:       #1A1A1A;
  --text-muted: #6B7280;

  --font-heading: 'Playfair Display', Georgia, serif;
  --font-body:    'Inter', system-ui, sans-serif;

  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;

  --shadow-sm: 0 2px 8px rgba(0,0,0,.06);
  --shadow-md: 0 8px 24px rgba(0,0,0,.10);
  --shadow-lg: 0 20px 60px rgba(0,0,0,.15);

  --transition: 0.25s ease;
  --max-width: 1280px;
  --header-h: 80px;
}
