/* theWHYKINGS — Spacing, radii, shadows, motion
   8px base grid. Restrained, premium radii. Soft, low shadows. */

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

  /* Radii — clean, mostly small; brand leans architectural, not pill-y */
  --radius-xs:   2px;
  --radius-sm:   4px;
  --radius-md:   8px;
  --radius-lg:   14px;
  --radius-xl:   24px;
  --radius-pill: 999px;

  /* Border widths */
  --border-thin:   1px;  /* @kind spacing */
  --border-medium: 2px;  /* @kind spacing */

  /* Shadows — soft, neutral, never heavy */
  --shadow-xs:  0 1px 2px rgba(24, 24, 24, 0.06);
  --shadow-sm:  0 2px 8px rgba(24, 24, 24, 0.07);
  --shadow-md:  0 8px 24px rgba(24, 24, 24, 0.09);
  --shadow-lg:  0 18px 48px rgba(24, 24, 24, 0.12);
  --shadow-focus: 0 0 0 3px rgba(183, 159, 99, 0.45); /* gold focus ring */

  /* Layout */
  --container-sm:  640px;  /* @kind spacing */
  --container-md:  960px;  /* @kind spacing */
  --container-lg:  1200px; /* @kind spacing */
  --container-xl:  1320px; /* @kind spacing */

  /* Motion — quiet, confident; no bounce */
  --ease-standard: cubic-bezier(0.4, 0, 0.2, 1);  /* @kind other */
  --ease-out:      cubic-bezier(0.16, 1, 0.3, 1); /* @kind other */
  --dur-fast:   120ms;  /* @kind other */
  --dur-base:   200ms;  /* @kind other */
  --dur-slow:   360ms;  /* @kind other */
}
