/* =====================================================================
   DIRECTION D · the B+C merge  →  revamp8.mesaquantum.com
   "Instrument Portrait" — vectoratomic.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 8 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:            #331066;
  --ds-bg-alt:        #3D1A78;
  --ds-surface:       #FFFFFF;
  --ds-surface-alt:   #F4F1FE;
  --ds-surface-deep:  #2A0850;
  --ds-ink:           #FFFFFF;
  --ds-ink-muted:     #D8CCEF;
  --ds-ink-faint:     #BBA9DC;
  --ds-ink-inverse:   #2A0850;
  --ds-ink-on-deep:   #FFFFFF;
  --ds-accent:        #D6C7FF;
  --ds-accent-hover:  #E4DAFF;
  --ds-accent-quiet:  rgba(214,199,255,0.16);
  --ds-rule:          rgba(214,199,255,0.24);
  --ds-focus:         #D6C7FF;
  --ds-radius-role:   0px;
  --ds-logo-filter:   brightness(0) invert(1);
}
