/* ============================================================
   Vatsalya Sewa Griha — Spacing, Radii, Shadows
   Soft, generous, unhurried. Gentle warm shadows; never harsh.
   4px base grid.
   ============================================================ */

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

  /* ---- Radii (soft, friendly) ---------------------------- */
  --radius-sm:   8px;   /* tags, badges, inputs */
  --radius-md:   12px;  /* buttons */
  --radius-lg:   16px;  /* cards */
  --radius-xl:   24px;  /* feature panels, hero cards */
  --radius-pill: 999px; /* pills, avatars, chips */

  /* ---- Shadows (warm-tinted, soft) ----------------------- */
  --shadow-sm: 0 1px 2px rgba(15, 48, 21, 0.06);
  --shadow-md: 0 4px 14px rgba(15, 48, 21, 0.08);
  --shadow-lg: 0 12px 32px rgba(15, 48, 21, 0.10);
  --shadow-gold: 0 6px 20px rgba(232, 160, 32, 0.22);

  /* ---- Borders ------------------------------------------- */
  --border-width: 1px;

  /* ---- Layout -------------------------------------------- */
  --container-max: 1120px;
  --container-pad: 24px;

  /* ---- Motion (calm, never bouncy) ----------------------- */
  --ease-soft: cubic-bezier(0.32, 0.72, 0, 1); /* @kind other */
  --duration-fast: 140ms; /* @kind other */
  --duration-base: 220ms; /* @kind other */
}
