/*
 * Pass 4 — shared chakra + foundation palette tokens.
 *
 * PROVENANCE:
 *   Chakra chain hexes below were sampled from the current live/staging Academy
 *   build extracted at:
 *   internal/design-explorations/pass-03-live-extract/index.html
 *   (chakra-name → color mapping from that file's card data). No Cyndi text is
 *   reproduced here — only structural color + chakra-name pairs. Foundation
 *   navy/pink/gold values match the same live extract and pass-02/PASS-2-NOTES
 *   (§1c "match the existing site gradient").
 *
 * All three Pass 4 concepts import this file. Do not add network-loaded fonts
 * or external assets. All prototypes are local-only.
 */
:root{
  /* Chakra chain — top-down (crown → root) order per note 1i / Gina's
     "scrolling chakra system that works down from up" */
  --ch-crown:    #5B3E9E;   /* violet — crown / 7th (mapped from live extract violet family) */
  --ch-third:    #18317E;   /* indigo — third eye / 6th (from live extract indigo family) */
  --ch-throat:   #2C86C9;   /* blue — 5th "Your Voice" */
  --ch-heart:    #38B000;   /* green — 4th "The Heart" */
  --ch-solar:    #D3A20D;   /* yellow-gold — 3rd "Clarity" */
  --ch-sacral:   #D9791E;   /* orange — 2nd "Creativity" */
  --ch-root:     #C4005F;   /* crimson — 1st "Vitality" */
  --ch-ground:   #A9740F;   /* amber — 10th "Grounding" (Cyndi's below-feet chakra) */

  /* Foundation */
  --navy-0:      #060B1C;
  --navy-1:      #0A1129;   /* base body navy */
  --navy-2:      #101A3D;
  --navy-3:      #1B3676;
  --pink:        #FF77C0;
  --pink-deep:   #DB008C;
  --pink-ink:    #A80071;
  --gold:        #D3A20D;
  --gold-warm:   #C9932A;
  --gold-deep:   #96700A;
  --cream:       #F2E9D7;
  --cream-hi:    #FBF5EC;
  --lav:         #d9c9f2;
  --ink:         #f3f0ff;
  --muted:       #b8bfd5;

  /* Local font stacks — no @import, no CDN */
  --serif: "Playfair Display", "Iowan Old Style", Georgia, serif;
  --italic:"Cormorant Garamond", "Iowan Old Style", Georgia, serif;
  --body:  "Lora", Georgia, serif;
  --label: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
