/* Catyobi Studio — spacing, radii, borders, motion */
:root {
  /* Spacing (site uses rem rhythm) */
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;   /* page gutter */
  --space-12: 3rem;
  --space-16: 4rem;     /* section block padding */
  --space-24: 6rem;

  --page-gutter: 2.5rem;
  --measure-prose: 580px;   /* bio/prose max width */
  --measure-wide: 68rem;    /* homepage wrap */

  /* Radii — tiny and consistent; never large */
  --radius-xs: 2px;   /* buttons, inputs, tags, badges */
  --radius-sm: 3px;   /* cards */
  --radius-md: 4px;   /* panels (now-log, flagship) */

  /* Borders */
  --border-w: 1px;
  --border-w-btn: 1.5px;

  /* Motion — quick fades only; no bounces, no transforms */
  --ease: ease;      /* @kind other */
  --dur-fast: 0.15s;  /* @kind other */
  --dur-pulse: 2.5s;  /* @kind other */ /* status-dot pulse */

  /* Shadows: the brand uses NONE. Depth = hairline borders + bg shifts. */
  --shadow-none: none;
}
