/* ============================================================
   Aelo — Spacing
   4px base rhythm. Generous section padding (warm, airy layouts).
   ============================================================ */
: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-22:  88px;  /* section vertical padding */

  /* container */
  --container:  1080px;
  --gutter:     32px;

  /* logo lockup gap (knob from refinement: tight 0.18em is brand default) */
  --lockup-gap: 0.18em;
}
