/* Bouden House — Spacing & layout tokens
 * Generous, calm rhythm. 4px base unit. Wide reading measures and
 * roomy section padding suit an unhurried, book-like browsing pace.
 */

:root {
  /* ---- Spacing scale (4px base) ---------------------------------- */
  --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-24: 96px;
  --space-32: 128px;

  /* ---- Layout ---------------------------------------------------- */
  --container-max: 1200px;   /* site content width */
  --container-narrow: 720px; /* long-form reading measure */
  --gutter: 24px;            /* page side padding (mobile) */
  --gutter-lg: 48px;         /* page side padding (desktop) */
  --section-y: 96px;         /* vertical rhythm between sections */
}
