:root {
  --color-navy: #112763;
  --color-navy-deep: #091638;
  --color-blue: #5c88c1;
  --color-blue-pale: #dbe6f3;
  --color-red: #ad2415;
  --color-red-deep: #861b10;
  --color-surface: #f5f7fb;
  --color-surface-blue: #edf2f8;
  --color-white: #ffffff;
  --color-text: #0b1738;
  --color-text-muted: #33446f;
  --color-border: #cdd5e5;
  --color-focus: #ad2415;

  --font-display: "Archivo", "Segoe UI", sans-serif;
  --font-body: "Atkinson Hyperlegible", "Segoe UI", sans-serif;

  --text-xs: 0.8125rem;
  --text-sm: 0.9375rem;
  --text-base: 1rem;
  --text-md: 1.0625rem;
  --text-lg: 1.1875rem;
  --text-2xl: 1.5rem;
  --text-3xl: 2.5rem;
  --text-xl: clamp(1.75rem, 3vw, 2.75rem);
  --text-display: clamp(2.45rem, 5vw, 4.75rem);
  --text-ornament: clamp(5rem, 12vw, 10rem);

  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2rem;
  --space-5: 3rem;
  --space-6: 4rem;
  --space-7: 6rem;
  --space-section: clamp(4.5rem, 9vw, 7.5rem);

  --radius-sm: 0.25rem;
  --radius-md: 0.5rem;
  --radius-lg: 0.75rem;
  --radius-media: var(--radius-lg);
  --hero-media-opacity: 0.24;

  --container: 75rem;
  --header-height: 4.75rem;
  --line: 1px solid var(--color-border);
  --shadow-nav: 0 0.75rem 2rem rgba(9, 22, 56, 0.08);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --motion-fast: 180ms;
  --motion-medium: 320ms;

  --z-nav: 40;
  --z-mobile-cta: 50;
}
