/* Graviro spacing. Denser than a typical studio site: sections are 96px, not 128,
   and content sits closer together so a screen carries real information. */
:root {
  --space-0: 0;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 28px;
  --space-7: 40px;
  --space-8: 56px;
  --space-9: 80px;
  --space-10: 112px;

  /* --- Layout --- */
  --measure-max: 1240px;
  --measure-text: 58ch;
  --gutter: 40px;
  --gutter-mobile: 20px;
  --grid-gap: 20px;
  --grid-columns: 12; /* @kind other */

  /* --- Section rhythm --- */
  --section-pad: 96px;
  --section-pad-tight: 64px;
  --section-pad-mobile: 56px;

  /* --- Controls --- */
  --control-h-sm: 36px;
  --control-h-md: 44px;
  --control-h-lg: 54px;
  --control-pad-sm: 16px;
  --control-pad-md: 22px;
  --control-pad-lg: 30px;
  --panel-pad: 28px;
  --panel-pad-tight: 20px;
}
