:root{
  /* Anxora's rhythm is not a strict 4/8 grid — the source uses 6, 14, 26, 28.
     These are the literal values from website/css/style.css and the SwiftUI views. */
  --space-1:4px;
  --space-2:6px;
  --space-3:8px;
  --space-4:12px;
  --space-5:14px;
  --space-6:16px;
  --space-7:20px;
  --space-8:24px;
  --space-9:28px;
  --space-10:32px;
  --space-11:40px;
  --space-12:48px;
  --space-13:56px;
  --space-14:64px;
  --space-15:80px;
  --space-16:100px;

  /* ── Layout ── */
  --gutter:24px;
  --gutter-mobile:16px;
  --measure-hero:1100px;      /* .hero max-width */
  --measure-section:960px;    /* .section-inner max-width */
  --measure-prose:760px;      /* legal / support pages */
  --measure-copy:560px;       /* .section-body max-width */
  --section-pad-y:80px;
  --section-pad-y-mobile:56px;
  --nav-height:60px;

  /* ── Touch ── */
  --hit-min:44px;             /* iOS HIG minimum, enforced everywhere */
}
