
.mstg.v6 {
    /* ── Spacing overrides ──────────────────────────── */

    --mstg-tls-pd-v-tp:      270;
    --mstg-tls-pd-v-tp-mbl:  60;
    --mstg-tls-pd-v-bt:      270;
    --mstg-tls-pd-v-bt-mbl:  60;

    /* ── Background image opacity ───────────────────── */

    --mstg-img-bg-o: 0.45;

    /* ── Prevent right column from overflowing flex ── */

    &::before {
        background: linear-gradient(90deg, hsl(from var(--background) h s l / .82) 28.79%, hsl(from var(--background) h s l / 0) 100%);
    }
    .bg {
        video {
            position: relative;
            z-index: -2;
        }
    }

    .third {
        min-width: 0;
    }

    @media screen and (min-width: 1280px) {
        .two-thirds p {
            width: 70%;
        }
    }
}
