/* Atelier Restored — Spacing tokens. Base unit 4px. Generous, grid-aligned.
   96px between major editorial bands; whitespace stays as empty black canvas. */
:root {
  --space-xxs: 4px;
  --space-xs: 8px;
  --space-sm: 12px;
  --space-md: 16px;
  --space-lg: 24px;   /* card internal padding, grid gutters */
  --space-xl: 40px;   /* spec-cell table padding */
  --space-xxl: 64px;  /* hero photo-band internal padding */
  --space-section: 96px; /* between major editorial bands */

  --container-max: 1440px; /* marketing content max-width */
  --nav-height: 64px;
}
