/* ═══════════════════════════════════════════════════════════════════
   ArbAssist Brand System — canonical tokens
   See /BRAND.md for semantic routing, voice, and rules of drift
   prevention. This file is identical to arbkeep/public/css/brand.css.
   ═══════════════════════════════════════════════════════════════════ */

:root {
  /* ─── Foundation (near-black / parchment — CanopyKeep descent) ─── */
  --bg:               #0a0b0a;
  --bg-card:          #111311;
  --bg-card-elevated: #161916;
  --bg-input:         #1a1d1a;

  /* ─── Lichen ramp (primary accent) ─── */
  --lichen:           #a3b18a;
  --lichen-dim:       #7a8a66;
  --lichen-bright:    #c5d1a8;
  --lichen-glow:      rgba(163,177,138,0.08);

  /* ─── Text ramp ─── */
  --text:             #e8e4dc;
  --text-secondary:   #9a9688;
  --text-muted:       #6b6860;
  --text-warm:        #d4c9b0;

  /* ─── Dividers ─── */
  --divider:          rgba(163,177,138,0.12);
  --divider-strong:   rgba(163,177,138,0.25);

  /* ─── Kraft (arborist-world ownership · Guardian + ArbKeep only) ─── */
  --kraft:            #C6A878;
  --kraft-dim:        rgba(198,168,120,0.15);
  --kraft-stroke:     rgba(198,168,120,0.35);

  /* ─── Monarch Gold (Tree Steward Program ONLY · never a general gold) ─── */
  --monarch:          #C5B358;
  --monarch-dim:      rgba(197,179,88,0.12);
  --monarch-glow:     rgba(197,179,88,0.22);

  /* ─── The Five Pillars · Mount Purpose alchemy ─── */
  --honey:            #E38F39;        /* Log House · warn / attention */
  --honey-dim:        rgba(227,143,57,0.12);
  --walnut:           #5D4434;        /* Black Walnut · earth / dormant */
  --walnut-dim:       rgba(93,68,52,0.25);
  --elderberry:       #53405B;        /* American Elderberry · medicine / transformation */
  --elderberry-dim:   rgba(83,64,91,0.15);
  --staghorn:         #C12026;        /* Staghorn Berry · danger / red-flag */
  --staghorn-dim:     rgba(193,32,38,0.15);
  --hickory:          #F2D3A6;        /* Shagbark Hickory · editorial highlight */
  --hickory-dim:      rgba(242,211,166,0.12);

  /* ─── Typography ─── */
  --serif:      'Cormorant Garamond', Georgia, serif;
  --sans:       'Josefin Sans', sans-serif;
  --sans-chat:  'DM Sans', -apple-system, sans-serif;
}
