/* GALVIC — SPACING & LAYOUT
   4px base. The client buys on a phone: touch targets are never under 44px. */

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

  --gutter-mobile:var(--space-4);
  --gutter-desktop:var(--space-10);
  --section-gap-mobile:var(--space-12);
  --section-gap-desktop:var(--space-20);

  --container-max:1320px;
  --container-text:64ch;

  --touch-min:44px;
  --control-height-sm:36px;
  --control-height-md:44px;
  --control-height-lg:52px;

  /* Logo clear space: the master document keeps the manual's protection area.
     Nothing enters this margin. */
  --logo-clearspace:0.5em;
}
