:root{
  /* Brand navy — structure, authority, institutional surfaces */
  --navy-950:#061b45;
  --navy-900:#08285f;
  --navy-800:#0b3c83;
  --navy-700:#123b5d;
  --blue-500:#1674e8;
  --blue-400:#1580ff;

  /* Action red — conversion only, never decoration */
  --red-500:#ff1d32;
  --red-600:#e50924;
  --red-700:#8f101b;
  --red-brand:#d90b1a;

  /* Neutrals */
  --white:#ffffff;
  --neutral-50:#f8f9fc;
  --neutral-100:#f6f5ee;
  --neutral-200:#ced9d8;
  --neutral-400:#68899c;
  --neutral-700:#46515b;
  --ink:#0a1535;
  --ink-soft:#132044;

  /* Legacy accents observed on the current site — punctual use only */
  --accent-orange:#d4650d;
  --accent-green:#92c348;

  /* Semantic aliases */
  --text-strong:var(--navy-900);
  --text-body:var(--ink-soft);
  --text-muted:var(--neutral-700);
  --text-on-dark:#ffffff;
  --text-on-dark-soft:rgba(255,255,255,.92);
  --surface-page:var(--white);
  --surface-alt:var(--neutral-50);
  --surface-dark:var(--navy-950);
  --surface-glass:rgba(5,42,101,.68);
  --border-default:rgba(19,32,68,.16);
  --border-on-dark:rgba(255,255,255,.22);
  --border-glass:rgba(38,127,235,.52);
  --action-primary:var(--red-500);
  --action-primary-hover:var(--red-600);
  --action-secondary:var(--navy-800);
  --focus-ring:0 0 0 3px rgba(255,29,50,.35);

  /* Signature gradients */
  --gradient-primary:linear-gradient(100deg,#ff182d,#f0061e); /* @kind color */
  --gradient-secondary:linear-gradient(110deg,#0a4a9e,#083f8b); /* @kind color */
  --gradient-hero-veil:linear-gradient(90deg,rgba(3,22,64,.98) 0%,rgba(4,26,74,.88) 31%,rgba(5,36,87,.36) 60%,rgba(5,36,87,.08) 100%); /* @kind color */
  --gradient-card-veil:linear-gradient(90deg,rgba(2,24,70,.88),rgba(2,31,82,.25)); /* @kind color */
}
