/* ============================================================
   Longevity Initiatives — Spacing, radius, sizing
   Calm, editorial spacing: generous whitespace, an 8px base step.
   ============================================================ */
:root {
  /* ── Spacing scale (8px base) ───────────────────── */
  --space-0:  0;
  --space-1:  4px;
  --space-2:  8px;
  --space-3:  12px;
  --space-4:  16px;
  --space-5:  24px;
  --space-6:  32px;
  --space-7:  48px;
  --space-8:  64px;
  --space-9:  80px;
  --space-10: 120px;

  /* ── Radii — soft, never pill-everything ────────── */
  --radius-xs: 4px;
  --radius-sm: 8px;
  --radius-md: 12px;   /* default card */
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-pill: 999px; /* tags, badges only */
  --radius-circle: 50%;

  /* ── Border widths ──────────────────────────────── */
  --bw-hair: 1px;
  --bw-rule: 2px;       /* sample left-rules, dividers */
  --bw-accent: 3px;     /* do/dont accent strips */

  /* ── Control sizing ─────────────────────────────── */
  --control-h-sm: 34px;
  --control-h-md: 44px;
  --control-h-lg: 52px;

  /* ── Layout ─────────────────────────────────────── */
  --container-narrow: 720px;
  --container:        960px;
  --container-wide:   1200px;
  --page-pad:         clamp(24px, 5vw, 80px);

  /* ── The corporate gradient bar (footer of all docs) */
  --grad-bar-h: 4px;
}
