/* ALTCER spacing tokens — Web Brand System v0.2 §4.1, §4.4, §10.2. Base unit 8 px. */
:root{
  --space-unit:8px;
  --space-1:8px;
  --space-2:16px;
  --space-3:24px;
  --space-4:32px;
  --space-6:48px;
  --space-8:64px;
  --space-12:96px;
  --space-16:128px;
  --space-20:160px;

  /* Section rhythm — §4.4 */
  --section-y-mobile:80px;   /* 72–96 */
  --section-y-tablet:112px;  /* 96–128 */
  --section-y-desktop:144px; /* 128–160 */
  --section-y-dense:96px;    /* technical tables / data blocks */

  /* Grid — §4.3 */
  --grid-columns:12; /* @kind other */
  --grid-gutter:24px;

  /* Forms — §10.2 */
  --form-label-gap:8px;
  --form-control-height:48px;
  --form-control-height-lg:52px;
  --form-field-gap:24px;
  --form-section-gap:56px;
}
