/* V39 — editorial palette.
   UI: white, black, pale yellow, with neutral grays where hierarchy needs them.
   Documentary photographs and project logos retain their source colours. */
:root{
  --v39-white:#FFFFFF;
  --v39-black:#111110;
  --v39-yellow:#FEFEA4;
  --v39-gray-050:#F4F4F1;
  --v39-gray-100:#E7E7E3;
  --v39-gray-300:#C7C7C1;
  --v39-gray-500:#8D8D87;
}

/* Restore source colour to visual/archive material site-wide. */
img{filter:none!important}

/* Project logos should never be desaturated or inverted by legacy styles. */
.axlogo img,.proj-img img,.p2-visual img,.latest35-image.is-logo img{filter:none!important}

/* Keep the active state unmistakably yellow. */
[aria-current="page"].brand{background:transparent}
