/**
 * Amigo Care design tokens (real AmigoVet brand palette).
 * Extracted з live amigovet.net 2026-05-07. Replaces попередні manila/herb-green/paw-tan tokens
 * які були guesses з amigo-coin sprint, не присутні на live site.
 *
 * Enqueued priority 1 через mu-plugins/amg-care-tokens.php перед style.css (priority 10).
 * Legacy hardcoded #ffba00 / #190a03 у style.css залишаються without migration.
 */

:root {
  /* Real brand */
  --amber: #ffba00;
  --amber-hover: #ffc832;   /* CTA hover lift, brighter than --amber-deep */
  --amber-deep: #d99c00;
  --amber-soft: #fef3c7;
  --ink: #190a03;
  --ink-soft: #333333;
  --orange: #ff671f;

  /* Surfaces */
  --white: #ffffff;
  --off-white: #fafafa;
  --gray-50: #f5f5f5;
  --gray-100: #ebebeb;
  --gray-300: #cccccc;
  --gray-500: #6b7280;
  --gray-700: #555555;

  --line: #e5e5e5;
  --line-strong: #d4d4d4;

  /* Semantic aliases */
  --cta-primary-bg: var(--amber);
  --cta-primary-text: var(--ink);
  --surface-page: var(--white);
  --surface-recessed: var(--off-white);
  --status-pending: var(--amber-soft);
  --status-ready: color-mix(in srgb, var(--amber) 20%, var(--white));
  --status-archived: var(--gray-50);
  --text-strong: var(--ink);
  --text-muted: var(--gray-700);

  /* Typography (real amigovet.net stack — Manrope сертифікований через inline styles) */
  --font-sans: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-hand: "Caveat", cursive;
  --font-numeric-tabular: "Manrope";

  /* Spacing scale */
  --space-marginalia-gap: clamp(16px, 4vw, 32px);
  --space-section-narrative: clamp(48px, 8vw, 96px);
  --space-block-rhythm: clamp(24px, 4vw, 48px);

  /* Backwards-compat aliases. Не міняти legacy hardcoded #ffba00 / #190a03 у style.css. */
  --primary: var(--amber);
  --text-dark: var(--ink);
}
