:root{
  /* ── Spacing scale (8-based, editorial breathing room) ── */
  --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:96px;
  --space-10:128px;

  /* ── Radii — restrained, near-square ──────────── */
  --radius-none:0px;
  --radius-xs:2px;      /* default: barely-there softness */
  --radius-sm:4px;
  --radius-pill:999px;  /* markers / tags only */

  /* ── Borders / hairlines ──────────────────────── */
  --border-hair:1px solid var(--rule);
  --border-strong:1px solid var(--rule-strong);
  --border-frame:1px solid var(--rule);

  /* ── Shadow — analogue, almost none ───────────── */
  --shadow-none:none;
  --shadow-paper:0 1px 0 rgba(71,47,36,0.05);
  --shadow-lift:0 18px 48px -28px rgba(71,47,36,0.45);

  /* ── Layout ───────────────────────────────────── */
  --measure:64ch;          /* comfortable reading width */
  --content-max:1200px;
}
