.m-parallax-quote {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: var(--color-text-inverse);
    padding: clamp(var(--space-9), 14vw, var(--space-10)) 0;
    text-align: center;
}
.m-parallax-quote__quote {
    margin: 0 auto;
    max-width: 60ch;
    font-family: var(--font-serif);
}
.m-parallax-quote__quote p {
    font-size: clamp(1.6rem, 3.4vw, 2.6rem);
    line-height: 1.3;
    font-weight: var(--fw-medium);
    margin-bottom: var(--space-5);
}
.m-parallax-quote__quote footer { font-family: var(--font-sans); font-size: var(--fs-sm); }
.m-parallax-quote__quote footer strong { font-weight: var(--fw-semibold); }
.m-parallax-quote__quote footer span { display: block; opacity: 0.78; font-size: var(--fs-xs); margin-top: var(--space-1); text-transform: uppercase; letter-spacing: 0.1em; }
@media (max-width: 980px) {
    .m-parallax-quote { background-attachment: scroll; }
}
@media (prefers-reduced-motion: reduce) {
    .m-parallax-quote { background-attachment: scroll; }
}
