/* ================================================================
   Quote Band
   ================================================================ */
.quote-band{background:var(--maroon);color:var(--paper)}
.quote-band.quote-ink{background:var(--ink)}
.quote-band .wrap{padding:clamp(70px,9vw,130px) 5vw}
.quote-content{max-width:1050px}
.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}
.quote-band .qmark{font-size:clamp(3rem,7vw,6rem);line-height:.4;color:var(--coral);font-family:var(--fd)}

.quote-author{display:flex;align-items:center;gap:18px;margin-top:38px}
.quote-avatar{width:64px;height:64px;border-radius:50%;object-fit:cover;border:2px solid rgba(250,246,239,.15);flex-shrink:0}
.quote-author-info{display:flex;flex-direction:column;gap:4px}
.quote-band cite{font-family:var(--fm);font-size:13px;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}
.quote-role{font-family:var(--fm);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:rgba(250,246,239,.45)}
.quote-logo{height:28px;width:auto;max-width:200px;margin-top:6px;opacity:.85}
.quote-band.quote-ink .quote-logo{filter:brightness(1.1)}
.quote-logo-chip{display:inline-block;background:#fff;border-radius:8px;padding:6px 12px;margin-top:6px}
.quote-logo-chip .quote-logo{height:22px;opacity:1}
