:root {
  --font-display: "Lora", Georgia, serif;
  --font-body: "Inter", Arial, sans-serif;
  --h1: clamp(2.65rem, 6.1vw, 5.25rem);
  --h2: clamp(2rem, 4vw, 3.25rem);
  --h3: clamp(1.2rem, 2vw, 1.5rem);
  --bg: #f4f7fa;
  --surface: #ffffff;
  --surface-2: #eaf1f7;
  --surface-dark: #061a3a;
  --ink: #0b1730;
  --ink-soft: #5c6878;
  --primary: #075dba;
  --primary-strong: #064a95;
  --accent: #078ce8;
  --accent-soft: #dceefd;
  --border: #cfdae5;
  --border-dark: #213958;
  --radius: 3px;
  --radius-sm: 2px;
  --shadow: 0 12px 30px rgba(6,26,58,.09);
  --shadow-lift: 0 18px 42px rgba(7,93,186,.17);
  --content: min(92vw, 1180px);
  --section-pad: clamp(4.5rem, 9vw, 7.5rem);
  --ease: cubic-bezier(.25,.8,.35,1);
  --reveal-rise: 10px;
  --reveal-dur: .60s;
  --stagger: 80ms;
}