/* ================================================================
   Quote Band
   ================================================================ */
.quote-band{background:var(--maroon);color:var(--paper)}
.quote-band blockquote{font-family:var(--fd);font-weight:500;font-style:italic;font-size:clamp(1.5rem,3.6vw,2.8rem);line-height:1.22;letter-spacing:-.02em;max-width:1050px}
.quote-band .qmark{font-size:clamp(3rem,7vw,6rem);line-height:.4;color:var(--coral);font-family:var(--fd)}
.quote-band cite{display:block;margin-top:38px;font-family:var(--fm);font-size:12px;letter-spacing:.1em;text-transform:uppercase;font-style:normal;color:rgba(250,246,239,.7)}
.quote-band cite b{color:var(--orange);font-weight:500}
