:root {
  /* Radii */
  --organic-radius-xs: 2px;
  --organic-radius-sm: 0.375rem;
  --organic-radius-md: 0.625rem;   /* buttons, cards, socials (= --radius) */
  --organic-radius-lg: 0.75rem;    /* imagery */
  --organic-radius-xl: 1rem;       /* feature cards (score card) */
  --organic-radius-full: 999px;
  --radius: 0.625rem;
  /* Shadows — dark theme: depth via soft black, emphasis via cyan glow (never gloss) */
  --organic-shadow-xl: 0 24px 48px -12px rgba(0, 0, 0, 0.5);
  --organic-shadow-glow-cyan: 0 0 24px rgba(0, 197, 212, 0.35), 0 4px 16px rgba(0, 197, 212, 0.2);
  /* Motion — one house easing; fast micro-transitions, ~0.55s reveals */
  --organic-motion-easing-default: cubic-bezier(0.16, 1, 0.3, 1); /* @kind other */
  --organic-motion-easing-out: cubic-bezier(0.16, 1, 0.3, 1); /* @kind other */
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1); /* @kind other */
  --organic-motion-duration-fast: 0.15s; /* @kind other */
  --organic-motion-duration-reveal: 0.55s; /* @kind other */
}
