/* ============================================================
   Via Nutria — Spacing, radii, layout
   4px base grid. Generous, editorial rhythm.
   ============================================================ */
:root{
  --space-0:0;
  --space-1:4px;
  --space-2:8px;
  --space-3:12px;
  --space-4:16px;
  --space-5:24px;
  --space-6:32px;
  --space-7:48px;
  --space-8:64px;
  --space-9:96px;
  --space-10:128px;

  /* Corner radii — ANGULAR by default. Photos, cards, buttons and form
     fields are sharp (0): net, structured, editorial. The pill radius is
     reserved for marginal circular elements only (cart counter, tags,
     icon pastilles). No intermediate rounding. */
  --radius-none:0; /* default for photos, cards, buttons, fields */
  --radius-xs:2px; /* hairline softening, rarely used */
  --radius-sm:0;   /* legacy alias — sharp */
  --radius-md:0;   /* legacy alias — sharp */
  --radius-lg:0;   /* legacy alias — sharp */
  --radius-xl:0;   /* legacy alias — sharp */
  --radius-pill:999px; /* pastilles: counters, tags, icon badges */

  /* Layout */
  --container:1180px; /* @kind other */
  --container-narrow:720px; /* @kind other */
  --gutter:clamp(20px,5vw,64px); /* @kind other */
}
