/* ============================================================
   SPACING — Renault. Base unit 4px; scale on 4/8 multiples.
   ============================================================ */

:root {
  --space-xxs: 4px;
  --space-xs: 8px;
  --space-sm: 12px;
  --space-md: 16px;
  --space-lg: 20px;
  --space-xl: 24px;
  --space-xxl: 32px;
  --space-xxxl: 40px;
  --space-section: 80px;   /* full-bleed band → next band (desktop) */

  --container-max: 1440px; /* max content width; bands extend full-bleed beyond */
}
