/* ============================================================
   Spacing, radii, shadows, motion — AVOW Digital
   ============================================================ */
:root {
  /* --- Spacing scale (px) --- */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 14px;
  --space-5: 18px;
  --space-6: 22px;
  --space-7: 24px;
  --space-8: 32px;
  --space-9: 44px;
  --space-10: 64px;
  --space-12: 96px;   /* section padding (marketing) */

  --maxw: 1240px;     /* marketing content width */
  --maxw-app: 1380px; /* dashboard content width */

  /* --- Radii --- */
  --radius-xs: 4px;     /* status badges */
  --radius-sm: 6px;     /* progress tracks */
  --radius-md: 10px;    /* inputs, small fills */
  --radius-lg: 12px;    /* buttons-as-blocks, inner cards */
  --radius-xl: 14px;    /* nested cards, frames */
  --radius-2xl: 18px;   /* default card */
  --radius-3xl: 28px;   /* hero CTA panel */
  --radius-pill: 999px; /* buttons, chips, tabs, pills */

  /* --- Borders --- */
  --border-hair: 1px solid var(--hair);
  --border-strong: 1px solid rgba(10, 22, 40, 0.20); /* @kind other */

  /* --- Shadows — soft, long, navy-tinted; never harsh --- */
  --shadow-sm: 0 6px 14px -6px rgba(10, 22, 40, 0.25);
  --shadow-card: 0 26px 50px -38px rgba(10, 22, 40, 0.4);
  --shadow-float: 0 30px 60px -34px rgba(10, 22, 40, 0.5);
  --shadow-browser: 0 50px 90px -50px rgba(10, 22, 40, 0.45);
  --shadow-btn: 0 12px 28px -14px rgba(10, 22, 40, 0.55);

  /* --- Motion --- */
  --ease-out: cubic-bezier(0.2, 0.8, 0.2, 1); /* @kind other */
  --ease-emph: cubic-bezier(0.2, 0.85, 0.2, 1); /* @kind other */
  --dur-fast: 0.2s; /* @kind other */
  --dur-mid: 0.25s; /* @kind other */
  --dur-slow: 0.48s; /* @kind other */
}
