/* =====================================================================
   DIRECTION A · "STRUCTURE"   →  revamp1.mesaquantum.com
   Provenance: the route Wale chose in the June discovery survey —
   "Route C — Typography & Structure Led". Also the closest reading of
   the Lockheed Martin anchor: a clear message, disciplined grid,
   imagery that depicts rather than decorates.
   Character: light, editorial, high contrast. Type carries the page.
   Primary motif: the logo OUTLINE (the formal register of the toolkit).
   ===================================================================== */
:root {
  --ds-bg:            var(--mqn-n-0);
  --ds-bg-alt:        var(--mqn-n-50);
  --ds-surface:       var(--mqn-n-0);
  --ds-surface-alt:   var(--mqn-n-100);
  --ds-surface-deep:  var(--mqn-ink-800);

  --ds-ink:           var(--mqn-n-900);
  --ds-ink-muted:     var(--mqn-n-600);
  --ds-ink-faint:     var(--mqn-n-400);
  --ds-ink-inverse:   var(--mqn-n-0);

  --ds-accent:        var(--mqn-purple-600);
  --ds-accent-hover:  var(--mqn-purple-700);
  --ds-on-accent:     var(--mqn-n-0);
  --ds-accent-quiet:  var(--mqn-purple-50);

  --ds-line:          var(--mqn-n-200);
  --ds-line-strong:   var(--mqn-n-900);
  --ds-focus:         var(--mqn-purple-500);

  --ds-header-bg:     color-mix(in srgb, var(--mqn-n-0) 88%, transparent);
  --ds-footer-bg:     var(--mqn-ink-800);

  /* Structural character */
  --ds-radius-role:   var(--ds-radius-sm);   /* near-square: precision */
  --ds-display-weight: 700;
  --ds-tracking-display: -0.032em;
  --ds-section-y:     clamp(4.5rem, 3rem + 6.5vw, 10rem);
  --ds-rule-weight:   1px;

  --ds-logo-filter:   none;

  --ds-motif-primary: outline;
  --ds-motif-opacity: 0.09;
}
