/* ==========================================================================
   Compresso — Spacing tokens (4px base grid)
   Generous, spacious rhythm to match the "airy clay" feel.
   ========================================================================== */

:root {
  --space-0:   0;
  --space-px:  1px;
  --space-0-5: 2px;
  --space-1:   4px;
  --space-2:   8px;
  --space-3:   12px;
  --space-4:   16px;
  --space-5:   20px;
  --space-6:   24px;
  --space-7:   28px;
  --space-8:   32px;
  --space-10:  40px;
  --space-12:  48px;
  --space-14:  56px;
  --space-16:  64px;
  --space-20:  80px;
  --space-24:  96px;
  --space-32:  128px;
  --space-40:  160px;

  /* Section vertical rhythm (fluid) */
  --space-section: clamp(4rem, 8vw, 8rem);
  /* Gutter inside cards */
  --space-card: clamp(1.5rem, 2.5vw, 2rem);
}
