/* TESTIMONIAL */
.testimonial{position:relative;padding:clamp(60px,8vw,100px) 0;overflow:hidden}
.testimonial__bg{position:absolute;inset:0;background:linear-gradient(160deg,var(--bg-dark),var(--bg-navy));z-index:0}
.testimonial__content{position:relative;z-index:1;text-align:center;max-width:800px;margin:0 auto}
.testimonial__quote{font-family:var(--font-display);font-size:clamp(1.4rem,3vw,2.2rem);font-weight:600;color:var(--white);line-height:1.4;font-style:italic;margin-bottom:28px}
.testimonial__mark{font-size:4rem;color:var(--accent);opacity:.4;line-height:1;margin-bottom:16px}
.testimonial__attr{color:var(--accent);font-weight:700;font-size:.9rem}
