/* ============================================================
   The Identity Atelier — Spacing, Radius, Layout Tokens
   4px base grid.
   ============================================================ */

:root {
  /* ---- Spacing scale (4px base) ---- */
  --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 */

  /* ---- Radii (editorial = restrained; pill for actions/tags) ---- */
  --radius-xs:   2px;
  --radius-sm:   4px;
  --radius-md:   8px;
  --radius-lg:   14px;
  --radius-xl:   22px;
  --radius-pill: 999px;

  /* ---- Layout ---- */
  --container:    1200px;  /* @kind other */
  --container-narrow: 760px; /* @kind other */
  --gutter:       clamp(1.25rem, 5vw, 5rem); /* @kind other */
  --section-y:    clamp(4rem, 8vw, 8rem); /* @kind other */
}
