/* v1.8 — unified athletic editorial balance */
@media(min-width:1051px){
  .service{align-items:stretch}
  .service figure{height:100%;min-height:0;align-self:stretch}
  .service figure img{height:100%}
  .team-grid article{grid-template-columns:minmax(190px,.72fr) 1.28fr}
  .team-grid img{min-height:350px;max-height:430px;object-position:center 24%}
}

.testimonials{padding:78px 0 84px;background:#ece7de}
.testimonials-shell{max-width:1280px}
.testimonials-head{margin-bottom:30px;align-items:center}
.testimonials-head h2{font-size:clamp(38px,4.2vw,58px)}
.testimonials-track{grid-auto-columns:minmax(300px,calc((100% - 28px)/3));gap:14px}
.testimonials article{min-height:285px;padding:22px;border-radius:17px;background:rgba(255,255,255,.72);box-shadow:0 18px 44px rgba(34,29,23,.07)}
.testimonial-person{display:flex;align-items:center;gap:13px}
.testimonial-person img{width:62px;height:62px;flex:0 0 62px;border-radius:50%;object-fit:cover;object-position:center;filter:saturate(.82) contrast(1.04)}
.testimonial-person b,.testimonial-person small{display:block}.testimonial-person b{font-size:14px}.testimonial-person small{margin-top:2px;color:var(--muted);font-size:11px}
.testimonials blockquote{margin:30px 0 0;font-size:19px;line-height:1.52;font-weight:650}
.motion-ready .testimonials article{opacity:0;transform:translateX(34px);transition:opacity .6s ease,transform .6s cubic-bezier(.2,.8,.2,1)}
.motion-ready .testimonials.is-visible article{opacity:1;transform:none}
.motion-ready .testimonials.is-visible article:nth-child(2){transition-delay:.08s}.motion-ready .testimonials.is-visible article:nth-child(3){transition-delay:.16s}.motion-ready .testimonials.is-visible article:nth-child(4){transition-delay:.24s}.motion-ready .testimonials.is-visible article:nth-child(5){transition-delay:.32s}

@media(max-width:1050px) and (min-width:701px){
  .service figure{height:400px;aspect-ratio:auto}
  .testimonials-track{grid-auto-columns:minmax(300px,calc((100% - 14px)/2))}
}

@media(max-width:700px){
  .service figure{height:auto;aspect-ratio:1/1.08}
  .service figure img{object-position:center 48%}
  .team-grid img{aspect-ratio:4/5;object-position:center 22%}
  .team-grid article:first-child img{object-position:center 18%}
  .team h4{font-size:19px}
  .testimonials{padding:62px 0 68px}
  .testimonials-head{margin-bottom:25px;gap:18px}
  .testimonials-head h2{font-size:34px}
  .testimonial-controls{align-self:flex-end}
  .testimonial-controls button{width:40px;height:40px;font-size:19px}
  .testimonials-track{grid-auto-columns:88%;gap:10px}
  .testimonials article{min-height:260px;padding:20px}
  .testimonial-person img{width:58px;height:58px;flex-basis:58px}
  .testimonials blockquote{margin-top:25px;font-size:18px;line-height:1.52}
}

@media(prefers-reduced-motion:reduce){.motion-ready .testimonials article{opacity:1;transform:none;transition:none}}
