/* ============================================================
   Brownsett Personal Estate Agents — Layout & effect tokens
   ============================================================ */
:root {
  /* ---- Spacing (8px base rhythm) -------------------------- */
  --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;

  /* ---- Radii (restrained) -------------------------------- */
  --radius-sm: 8px;    /* inputs */
  --radius-md: 10px;
  --radius-lg: 14px;   /* cards */
  --radius-xl: 22px;   /* image cards */
  --radius-pill: 999px;/* buttons & badges */

  /* ---- Containers ---------------------------------------- */
  --container-max: 1200px;
  --measure-prose: 760px;
  --section-pad: 96px;

  /* ---- Shadows (warm, aubergine-tinted, never hard black) - */
  --shadow-sm: 0 1px 2px rgba(37,21,48,.06), 0 2px 6px rgba(37,21,48,.06);
  --shadow-md: 0 4px 14px rgba(37,21,48,.10);
  --shadow-lg: 0 10px 30px rgba(37,21,48,.20);
  --shadow-gold: 0 6px 18px rgba(200,178,116,.30);

  /* ---- Focus ring ---------------------------------------- */
  --focus-ring: 0 0 0 3px rgba(200,178,116,.22);

  /* ---- Motion -------------------------------------------- */
  --ease-out: cubic-bezier(.22,.61,.36,1); /* @kind other */
  --dur-fast: 140ms; /* @kind other */
  --dur-base: 240ms; /* @kind other */
  --dur-slow: 480ms; /* @kind other */
}
