/* Talhão · spacing + layout tokens
   Section rhythm is generous (72px vertical), controls are compact.
   Content maxes out at 1240px. */
:root{
  --space-1: 2px;
  --space-2: 6px;
  --space-3: 8px;
  --space-4: 10px;
  --space-5: 14px;
  --space-6: 18px;
  --space-7: 22px;
  --space-8: 24px;
  --space-9: 32px;
  --space-10: 44px;
  --space-section: 72px;   /* section top/bottom padding */

  --container: 1240px;     /* max content width */
  --gutter: 24px;          /* container side padding */
  --nav-h: 58px;           /* sticky nav height */
}
