/* ============================================================
   Recepzia · Spacing, radii & layout tokens
   Soft, rounded, generous — a calm boutique-hotel rhythm.
   ============================================================ */
: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 */

  /* section rhythm */
  --section-y: clamp(3.5rem, 2rem + 7vw, 8rem); /* @kind spacing */
  --gutter: clamp(1.25rem, 0.5rem + 3vw, 3rem); /* @kind spacing */
  --container-max: 1200px; /* @kind other */
  --container-narrow: 760px; /* @kind other */

  /* ---- Corner radii (rounded, toy-like, never sharp) ---- */
  --radius-xs: 6px;
  --radius-sm: 10px;
  --radius-md: 16px;     /* default control / small card */
  --radius-lg: 22px;     /* card */
  --radius-xl: 32px;     /* hero panels, niches */
  --radius-pill: 999px;  /* buttons, badges, chips */
  --radius-circle: 50%;

  /* ---- Border widths ---- */
  --border-1: 1px;
  --border-2: 1.5px;
  --border-3: 2px;
}
