/* Testimonials - centred head + quote-card grid. Ported from mockup .testimonials. */
.testimonials{padding:120px 24px}
.testimonials_head{max-width:720px;margin:0 auto 56px;text-align:center}
.testimonials_head .eyebrow{justify-content:center}
.testimonials_head h2{margin:0}
.testimonials_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1160px;margin:0 auto}
.testimonial{display:flex;flex-direction:column;gap:20px;padding:36px 34px;border-radius:12px;background:linear-gradient(180deg,rgba(241,237,226,0.05),rgba(241,237,226,0.01));border:1px solid rgba(241,237,226,0.08);border-left:3px solid transparent;border-image:var(--copper-gradient) 1}
.testimonial .quote-mark{font-size:40px;line-height:0.6;color:var(--copper-light);font-family:Georgia,serif;height:20px}
.testimonial blockquote{margin:0;font-size:15.5px;font-style:italic;color:rgba(241,237,226,0.82);line-height:1.7}
.testimonial .attr{margin-top:auto;font-size:11pt;font-weight:600;color:var(--ecru);letter-spacing:.01em}
@media(max-width:1024px){.testimonials{padding:80px 24px}.testimonials_grid{grid-template-columns:1fr;gap:18px}}
