/* ============================================================
   Network of Trusted Networks — Spacing & layout tokens
   4px base unit. Generous section rhythm matching the
   editorial, breathing layout of the live site.
   ============================================================ */
:root {
  --space-0: 0;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-16: 64px;
  --space-20: 80px;
  --space-24: 96px;
  --space-32: 128px;
  --space-40: 160px;

  /* Section vertical rhythm */
  --section-py: var(--space-32);
  --section-py-sm: var(--space-20);

  /* Content widths */
  --container-max: 1240px;
  --container-narrow: 760px;
  --gutter: var(--space-6);

  /* ---- Radii (subtle, institutional — not pill-soft) ---- */
  --radius-xs: 2px;
  --radius-sm: 4px;
  --radius-md: 6px;
  --radius-lg: 10px;
  --radius-xl: 16px;
  --radius-pill: 999px;
  --radius-card: var(--radius-md);

  /* ---- Borders ---- */
  --border-width: 1px;
  --border-width-strong: 2px;
}
