/* Kind Regards — color tokens
   Ratified direction: "Immersivo", light/ivory ground (never dark/notturno).
   Source: reference/immersivo-light-approved.html + 00-BRIEF.md */
:root{
  /* ground */
  --paper:#F7F4EA;        /* primary ground — deliberately not optical white */
  --panel:#EEE7D6;        /* cards, raised surfaces, alternating rows */
  --panel-2:#EFE8D7;      /* secondary panel tint, used in radial stage backdrops */

  /* ink */
  --ink:#18140F;          /* primary text, hairline-strong */
  --ink-70:rgba(24,20,15,.72);   /* secondary text */
  --ink-45:rgba(24,20,15,.45);   /* tertiary / disabled text */
  --ink-on-bronze:#F7F4EA;       /* text placed on filled bronze */

  /* accent — the ONE accent. No gold, no bright color. Used sparingly. */
  --bronze:#8C6A3E;
  --bronze-dim:rgba(140,106,62,.55);

  /* hairlines */
  --line:rgba(140,106,62,.22);
  --line-strong:rgba(140,106,62,.4);

  /* semantic — muted, never alarm-bright */
  --success:#5C6B4F;
  --error:#8A4A3C;

  /* focus ring */
  --focus:#8C6A3E;
}
