/* ============================================================
   Foriatu Archives — Spacing & Grid
   A strict modular system. The base unit is 8px; the grid is
   built from perfect square modules and hairline rules.
   ============================================================ */
:root {
  /* —— Base spacing scale (8px rhythm) —— */
  --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: 96px;
  --space-10: 128px;

  /* —— Grid —— */
  --grid-columns: 5;            /* @kind other */
  --grid-gutter: 3px;          /* tight gutter — unified archival wall */
  --grid-margin: var(--space-7);
  --module-ratio: 3 / 4;       /* @kind other */

  /* —— Borders —— */
  --border-hair: 1px;
  --radius: 0;                 /* NO rounded corners, anywhere */

  /* —— Containers —— */
  --container-max: 1680px;
}
