/* ADVOCATE MEDIA — semantic tokens v1.0 (approved)
   The magazine: espresso + the family's most vivid gold + cream.
   Carries the family's one expressive liberty: plum --info,
   which appears in Media and NOWHERE else. */
/* Scoped, not :root. A page adopts this room with data-room on
   <body>; a section adopts it with data-room on the section. One
   file serves both, which is what retired styles/tokens/rooms.css. */
[data-room='media'] {
  --surface-0:      var(--esp-950);
  --surface-1:      var(--esp-900);
  --surface-2:      var(--esp-850);
  --surface-3:      var(--esp-800);
  --border:         var(--esp-600);
  --text-hi:        var(--esp-100);    /* cream */
  --text-dim:       var(--esp-300);
  --interactive:    var(--gold-vivid);
  --on-interactive: var(--esp-950);
  --info:           var(--plum-med);   /* editorial twist — Media only */
  --success:        var(--green-med);
  --warning:        var(--gold-warn-med); /* darker than accent; always icon-paired */
  --danger:         var(--red-med);

  /* CLR-03: hover mixes toward the opposite pole; dark room, so white. */
  --hover-pole:     white;
}
