.testimonials{padding:110px clamp(24px,7vw,110px);background:var(--cream)}
.testimonials .section-head p{color:var(--muted)}
.testimonials .section-head h2{color:var(--navy)}
.testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;margin-top:52px}
.video-testimonial{background:#fff;border:1px solid rgba(7,26,51,.1);box-shadow:0 16px 40px rgba(7,26,51,.08)}
.video-frame{position:relative;aspect-ratio:16/9;background:var(--navy);overflow:hidden}
.video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.video-testimonial h3{font-family:"Playfair Display",serif;color:var(--navy);font-size:1.25rem;line-height:1.25;margin:20px 22px 4px}
.video-testimonial p{color:var(--muted);margin:0 22px 22px}
.testimonial-cta{display:flex;justify-content:center;margin-top:42px}
@media(max-width:900px){.testimonial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.testimonials{padding:75px 22px}.testimonial-grid{grid-template-columns:1fr;gap:22px;margin-top:36px}.testimonial-cta .button{width:100%;text-align:center}}
