/* ==========================================================================
   Design tokens — GuidesUnited
   A deep forest/teal primary (trust, "guide-first"), warm paper neutrals,
   and a single warm gold accent reserved for calls-to-action, ratings and
   the "you earn / platform fee" price breakdown. Deliberately its own
   palette — distinct from any reference site's brand colors.
   ========================================================================== */

:root {
  /* Brand */
  --color-primary: #16443c;
  --color-primary-light: #2c6e5f;
  --color-primary-dark: #0e2f29;

  --color-accent: #c08a2e;
  --color-accent-light: #e8b84b;
  --color-accent-dark: #97691f;

  /* Neutrals */
  --color-ink: #1a2420;
  --color-body: #3c453f;
  --color-muted: #6b7770;
  --color-paper: #fbf9f4;
  --color-surface: #ffffff;
  --color-sand: #f0eae0;
  --color-border: #e3ddd0;

  /* Semantic */
  --color-success: #2f7d5c;
  --color-success-bg: #eaf4ee;
  --color-danger: #b3452c;
  --color-danger-bg: #fbebe6;
  --color-warning: #8a5a12;
  --color-warning-bg: #fbf1de;
  --color-star: #e8b84b;

  /* Type scale */
  --font-serif: Georgia, "Iowan Old Style", "Palatino Linotype", serif;
  --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

  /* Spacing (4px base) */
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-8: 3rem;
  --space-10: 4rem;
  --space-12: 6rem;

  /* Shape */
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --radius-pill: 999px;

  /* Elevation */
  --shadow-sm: 0 1px 2px rgba(26, 36, 32, 0.06), 0 1px 3px rgba(26, 36, 32, 0.08);
  --shadow-md: 0 4px 12px rgba(26, 36, 32, 0.08), 0 2px 4px rgba(26, 36, 32, 0.06);
  --shadow-lg: 0 12px 32px rgba(26, 36, 32, 0.14);

  --content-max-width: 1200px;
}
