/* ============================================================
   KILDE — central brand tokens · v3.3 · The Source of Life
   Single source of truth. Every page consumes these tokens.
   Brand authority: KILDE_Source_of_Life_Brand_Presentation_v3.3_2026-07.pdf
   ============================================================ */
:root{
  /* --- Source of Life brand palette (approved, deck p8) --- */
  --sol-ivory:#F2EEE4;      /* Coconut Ivory  — base / packaging field   */
  --sol-blue:#073B5E;       /* Source Blue    — primary brand blue       */
  --sol-aqua:#63C5DA;       /* Living Aqua    — accent / water energy    */
  --sol-graphite:#34434A;   /* Graphite       — functional text          */

  /* --- Institutional platform UI (derived, WCAG-checked) --- */
  --fjord:#152435;          /* deep navy surface                          */
  --isbre:#8AAEC6;          /* glacier tint                               */
  --isbre-soft:#D9E5EE;
  --drop:#4E7FA6;           /* water accent                               */
  --drop-deep:#39648C;      /* contrast-safe accent on light              */
  --btn:#3D6A91;            /* contrast-safe button fill                  */
  --sno:#EDF2F6;            /* page background                            */
  --hvit:#FFFFFF;
  --line:#DCE5EC;
  --mute:#5E7285;
  --husk:#C8A570;

  /* --- Type --- */
  --font-body:'Inter',system-ui,sans-serif;
  --font-label:'Nunito',sans-serif;

  /* --- Spacing / radii / shadows / grid --- */
  --space-1:8px; --space-2:16px; --space-3:24px; --space-4:40px; --space-5:64px;
  --radius-s:4px; --radius-m:10px; --radius-l:16px;
  --shadow-card:0 14px 30px rgba(21,36,53,.14);
  --shadow-deep:0 22px 50px rgba(7,59,94,.25);
  --wrap-max:1240px;

  /* --- Status badges --- */
  --status-ok:#2E7D5B; --status-pending:#8A6D3B; --status-info:#39648C;

  /* --- Release --- */
  --release:"v3.3";
}
