/* QuadBlock — Spacing, sizing & layout tokens
 * 4px base grid. "QuadBlock" leans on a confident modular 4-grid.
 */
: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:      1240px;  /* editorial max width */
  --container-text: 720px;   /* long-form measure */
  --gutter:         var(--space-6);
  --col-gap:        var(--space-6);

  /* ---- Control sizing ---- */
  --control-h-sm:  34px;
  --control-h:     44px;   /* default — meets 44px hit target */
  --control-h-lg:  54px;
}
