/* =====================================================================
   DIRECTION D · the B+C merge  →  revamp5.mesaquantum.com
   "Mission Photography" — lockheedmartin.com

   Provenance: Sristy, relayed by TQ 2026-08-30 — "a mix of version 2 and 3".
   B's white ground with purple bands, carrying C's lavender-on-purple accent.

   ONE accent across all five options, deliberately. If the accent varied too,
   a preference for option 5 could not be attributed to its ground rather than
   its colour, and the five-wide would answer nothing.

   Every value here sits under the C16 chroma ceiling (OKLCH C <= 0.16):
     #57237F  C 0.150  L* 38.0   accent on light  — the logo plum's own hue
     #2A0850  C 0.118  L* 24.7   purple band      — Rushi's sampled deck
     #D6C7FF  C 0.078  L* 86.0   accent on purple — direction C, unchanged
   ===================================================================== */
:root {
  --ds-bg:            #FFFFFF;
  --ds-bg-alt:        #F4F1FE;
  --ds-surface:       #FFFFFF;
  --ds-surface-alt:   #F4F1FE;
  --ds-surface-deep:  #2A0850;
  --ds-ink:           #14141C;
  --ds-ink-muted:     #4E4E5E;
  --ds-ink-faint:     #6C6C7E;
  --ds-ink-inverse:   #FFFFFF;
  --ds-ink-on-deep:   #FFFFFF;
  --ds-accent:        #57237F;
  --ds-accent-hover:  #410467;
  --ds-accent-quiet:  #F4F1FE;
  --ds-rule:          #E3DEEC;
  --ds-focus:         #57237F;
  --ds-radius-role:   0px;
  --ds-logo-filter:   none;
}
