/* Six featured profiles: three columns desktop, two mobile, one very narrow. */
.featured-teachers .featured-teacher-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.featured-teachers .featured-teacher-card{min-width:0;border:1px solid #d3d3cc;border-radius:12px;padding:16px;gap:16px}
.featured-teachers .featured-teacher-visual{aspect-ratio:4/5;border-radius:6px}
.featured-teachers .featured-teacher-copy h3{font-size:clamp(1.35rem,2.2vw,2rem);line-height:1.25;letter-spacing:0;margin:0 0 12px;overflow-wrap:anywhere}
.featured-teachers .featured-teacher-copy blockquote{font-size:.88rem;line-height:1.6}
.featured-teachers .featured-teacher-top{gap:8px}
.featured-teachers .featured-teacher-foot{gap:8px;flex-wrap:wrap}
@media(max-width:900px){.featured-teachers .featured-teacher-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.featured-teachers .featured-teacher-grid{gap:10px}.featured-teachers .featured-teacher-card{padding:10px;gap:12px}.featured-teachers .featured-tags{margin-top:12px}.featured-teachers .featured-teacher-copy blockquote{font-size:.8rem}}
@media(max-width:359px){.featured-teachers .featured-teacher-grid{grid-template-columns:1fr}}
