/* BlueWood Studio — Spacing & layout
   Generous, architectural spacing on an 8px base. */
:root {
  --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;

  /* ---- Layout ---- */
  --content-max: 1280px;
  --content-narrow: 760px;
  --gutter: 24px;
  --section-y: 96px;   /* vertical rhythm between page sections */
  --grid-columns: 12; /* @kind other */
  --grid-gap: 24px;
}
