/* ============================================================
   WhyRomania · Spacing & layout tokens
   Generous whitespace, magazine-style rhythm. 4px base unit.
   ============================================================ */

:root {
  /* Base spacing scale (4px unit) */
  --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 — section breathing room */

  /* Layout */
  --content-max:   1240px;  /* editorial column shell */
  --content-narrow: 720px;  /* long-form reading measure */
  --gutter:        clamp(1.25rem, 4vw, 4rem); /* @kind spacing */
  --section-y:     clamp(4rem, 9vw, 8rem); /* @kind spacing */

  /* Card slider */
  --card-gap:      1.5rem;
  --card-w:        clamp(280px, 26vw, 380px); /* @kind spacing */
}
