/* Text never sits on raw footage — always on the scrim. */
.mq-videobg { position: absolute; inset: 0; overflow: hidden; z-index: 0; }
.mq-videobg video, .mq-videobg img { width: 100%; height: 100%; object-fit: cover; display: block; opacity: 0.35; }
.mq-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(180deg,
    rgba(43,16,85,0.92) 0%,
    rgba(43,16,85,0.72) 45%,
    rgba(43,16,85,0.92) 100%);
}
.mq-above { position: relative; z-index: 1; }
