:root {
  --navy: #0b2240;
  --navy-deep: #001b3d;
  --navy-soft: #163456;
  --gold: #c59a5f;
  --gold-bright: #e8b84a;
  --gold-dark: #9a7540;
  --teal: #0d7377;
  --teal-soft: #e8f4f4;
  --sky-soft: #eef5fb;
  --mint-soft: #e8f3ee;
  --sand-soft: #f5efe4;
  --lilac-soft: #f0eef6;
  --ivory: #f9f8f3;
  --cream: #fdf9f3;
  --white: #ffffff;
  --text: #1a2332;
  --muted: #5a6577;
  --border: #e5e1d8;
  --radius: 12px;
  --radius-sm: 8px;
  --container: 1120px;
  --header-h: 72px;
  --shadow-soft: 0 12px 40px rgba(11, 34, 64, 0.08);
  --shadow-card: 0 8px 28px rgba(11, 34, 64, 0.1);
  --font-display: "Source Serif 4", Georgia, "Times New Roman", serif;
  --font-body: "Source Sans 3", "Segoe UI", sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}