:root {
    --brand-navy: #00213d;
    --brand-navy-deep: #001629;
    --brand-gold: #c19500;
    --brand-gold-strong: #a97f00;
    --brand-gold-soft: rgba(193, 149, 0, 0.14);

    --bg: #ffffff;
    --bg-alt: #f7f5ef;
    --surface: #ffffff;
    --surface-muted: #fbfaf7;

    --text: #183246;
    --text-soft: #5b6d7a;
    --border: rgba(0, 33, 61, 0.1);

    --white: #ffffff;
    --focus-ring: 0 0 0 4px rgba(193, 149, 0, 0.18);

    --container: 1280px;
    --content: 840px;
    --header-height: 84px;
    --radius: 18px;
    --shadow-soft: 0 12px 32px rgba(0, 33, 61, 0.08);
    --transition: 220ms ease;

    --space-1: 0.5rem;
    --space-2: 0.75rem;
    --space-3: 1rem;
    --space-4: 1.5rem;
    --space-5: 2rem;
    --space-6: 3rem;
    --space-7: 4rem;
    --space-8: 5rem;
    --space-9: 6rem;

    --font-heading: "League Spartan", Arial, sans-serif;
    --font-body: "Inter", Arial, sans-serif;
}