/* ============================================================
   Impacto de Cria — Spacing & layout tokens
   8px base grid. Generous, grounded spacing — the brand likes
   room to breathe around its big hand-cut statements.
   ============================================================ */

:root {
  --space-0: 0;
  --space-1: 0.25rem;  /* 4 */
  --space-2: 0.5rem;   /* 8 */
  --space-3: 0.75rem;  /* 12 */
  --space-4: 1rem;     /* 16 */
  --space-5: 1.5rem;   /* 24 */
  --space-6: 2rem;     /* 32 */
  --space-7: 3rem;     /* 48 */
  --space-8: 4rem;     /* 64 */
  --space-9: 6rem;     /* 96 */
  --space-10: 8rem;    /* 128 */

  /* Layout */
  --container-max: 1200px;
  --container-narrow: 720px;
  --gutter: var(--space-5);

  /* Control sizing (min 44px hit targets) */
  --control-h-sm: 36px;
  --control-h-md: 44px;
  --control-h-lg: 56px;
}
