/* Liza Couture — Spacing & Layout
   Base unit 4px. Generous rhythm for an editorial, unhurried luxury feel. */

: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-24:  96px;
  --space-32: 128px;

  /* Layout */
  --container:      1240px;  /* max content width */
  --container-wide: 1440px;  /* full editorial spreads */
  --gutter:         24px;    /* grid gutter */
  --gutter-page:    40px;    /* page side padding (desktop) */
  --section-y:      96px;    /* vertical section rhythm */

  /* Touch targets — min 44px per accessibility guidance */
  --tap-min: 44px;
}
