.ml-testimonials { padding: 84px 32px 76px; background: var(--ivory); color: var(--navy); }
.ml-testimonials-inner { max-width: 1100px; margin: auto; }
.ml-testimonials-heading { text-align: center; max-width: 800px; margin: 0 auto 36px; }
.ml-testimonials-kicker { display: block; margin-bottom: 17px; color: #547363; font-size: 10px; font-weight: 500; letter-spacing: .13em; text-transform: uppercase; }
.ml-testimonials-heading h2 { font: 400 clamp(35px,3.8vw,50px)/1.08 var(--serif); letter-spacing: -.025em; text-wrap: balance; }
.ml-testimonials-heading h2 em { font-weight: 400; color: #337a66; }
.ml-testimonials-heading > p { margin: 19px auto 0; max-width: 570px; font-size: 14px; line-height: 1.75; color: #65776e; text-wrap: pretty; }
.ml-testimonials-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.ml-testimonial { display: flex; flex-direction: column; margin: 0; padding: 30px 34px 22px; border: 1px solid #e2e7e0; border-radius: 22px; background: #fff; }
.ml-testimonial--sage { background: #eaf1e9; border-color: #dce7db; }
.ml-testimonial-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; height: 40px; }
.ml-testimonial-top > span:first-child { padding: 6px 10px; border: 1px solid #dfe8e2; background: #f4f7f4; border-radius: 20px; font-size: 9px; color: #52735f; }
.ml-testimonial--sage .ml-testimonial-top > span:first-child { background: #f6f9f3; }
.ml-testimonial-quote { font: 80px/1 var(--serif); color: #97b6a4; transform: translateY(15px); }
.ml-testimonial blockquote { font: 400 clamp(23px,2.4vw,29px)/1.3 var(--serif); letter-spacing: -.01em; color: #284133; margin: 0 0 29px; text-wrap: pretty; }
.ml-testimonial blockquote em { color: #39816a; }
.ml-testimonial figcaption { display: flex; align-items: center; gap: 13px; padding-top: 20px; border-top: 1px solid #e4ebe3; margin-top: auto; }
.ml-testimonial--sage figcaption { border-color: #d5e2d3; }
.ml-testimonial figcaption img { flex: 0 0 48px; width: 48px; height: 48px; border-radius: 50%; object-fit: cover; object-position: center 30%; border: 3px solid #fff; }
.ml-testimonial figcaption strong { display: block; font-size: 11px; font-weight: 500; color: #395340; line-height: 1.5; }
.ml-testimonial figcaption span { display: block; font-size: 10px; color: #768674; margin-top: 3px; line-height: 1.5; }
.ml-testimonial-example { color: #6d806e; font-size: 8px; margin-top: 16px; }
.ml-testimonials-note { margin: 18px 0 0; text-align: center; font-size: 10px; line-height: 1.7; color: #7c8779; }
@media (max-width: 700px) {
 .ml-testimonials { padding: 56px 20px; }
 .ml-testimonials-grid { grid-template-columns: 1fr; gap: 16px; }
 .ml-testimonial { padding: 24px; }
 .ml-testimonial blockquote { font-size: 27px; }
 .ml-testimonials-heading { margin-bottom: 28px; }
}
@media (max-width: 400px) {
 .ml-testimonials { padding-inline: 16px; }
 .ml-testimonial { padding: 22px; }
 .ml-testimonial blockquote { font-size: 25px; }
 .ml-testimonials-heading h2 { font-size: 34px; }
}
.ml-contributor { margin: 0; border: 1px solid #e0e7df; border-radius: 20px; padding: 8px; background: #fff; overflow: hidden; }
.ml-contributor-photo { position: relative; border-radius: 13px; overflow: hidden; background: #e7eee7; }
.ml-contributor-photo img { display: block; width: 100%; height: 240px; object-fit: cover; object-position: center 30%; }
.ml-contributor-photo > span { position: absolute; bottom: 10px; left: 10px; color: #52675b; background: #fffffff0; border-radius: 5px; padding: 5px 7px; font-size: 8px; }
.ml-contributor figcaption { padding: 21px 16px 17px; }
.ml-contributor-label { display: flex; align-items: center; justify-content: space-between; color: #47765f; font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
.ml-contributor-label > span { color: #a1b2a4; }
.ml-contributor h3 { font: 400 29px/1.2 var(--serif); color: #284333; margin: 12px 0 7px; }
.ml-contributor-specialty { font-size: 11px; color: #738474; line-height: 1.6; }
.ml-contributor-contribution { margin-top: 20px; padding-top: 17px; border-top: 1px solid #e4ebe3; }
.ml-contributor-contribution h4 { color: #48664e; font-size: 11px; font-weight: 500; margin-bottom: 8px; }
.ml-contributor-contribution p { font-size: 11px; line-height: 1.75; color: #829080; }
@media (max-width: 850px) {
 .ml-testimonials-grid { gap: 14px; }
 .ml-contributor-photo img { height: 200px; }
 .ml-contributor figcaption { padding: 18px 10px 14px; }
 .ml-contributor h3 { font-size: 25px; }
}
@media (max-width: 700px) {
 .ml-testimonials-grid { gap: 20px; max-width: 420px; margin-inline: auto; }
 .ml-contributor-photo img { height: 260px; }
 .ml-contributor figcaption { padding: 22px 18px; }
 .ml-contributor h3 { font-size: 30px; }
}
