/* Authentic Brand Studio — spacing, radius, shadow, layout tokens */
:root {
  --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;

  /* radius — the brand board pill/badge is fully rounded; cards are soft */
  --radius-s: 6px;
  --radius-m: 12px;
  --radius-l: 20px;
  --radius-pill: 999px;

  /* shadow — imagery in the deck is flat/matte; shadows stay soft & rare */
  --shadow-s: 0 1px 3px color-mix(in oklch, var(--chocolate) 12%, transparent);
  --shadow-m: 0 8px 24px color-mix(in oklch, var(--chocolate) 14%, transparent);
  --shadow-l: 0 20px 48px color-mix(in oklch, var(--chocolate) 18%, transparent);

  /* borders */
  --border-w: 1px;
  --border-w-thick: 1.5px;

  /* layout */
  --container-max: 1180px;
  --container-narrow: 760px;

  /* motion — brand has no visible animation reference; keep minimal & calm */
  --ease-standard: cubic-bezier(0.4, 0, 0.2, 1); /* @kind other */
  --duration-fast: 150ms; /* @kind other */
  --duration-standard: 240ms; /* @kind other */
}
