.community-photo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.community-photo{margin:0;min-width:0}
.community-photo img{display:block;width:100%;height:auto;max-height:380px;object-fit:contain;background:#f3f5f8;border-radius:14px}
.community-photo figcaption{font-size:.92rem;line-height:1.55;color:#48536b;padding:12px 0}
.community-photo figcaption strong{color:#142944}
.community-photo a:focus-visible,.community-testimonial a:focus-visible{outline:3px solid #0088b6;outline-offset:4px}
.community-testimonial{display:grid;grid-template-columns:180px minmax(0,1fr);gap:30px;align-items:center}
.community-testimonial img{display:block;width:100%;height:auto;border-radius:12px}
.community-testimonial blockquote{margin:12px 0;font-size:clamp(1.05rem,2vw,1.35rem);line-height:1.6;color:#142944}
.community-graphic summary{cursor:pointer;font-weight:700;font-size:1.15rem;color:#352064;padding:14px 0}
.community-graphic .community-photo{max-width:640px;margin:20px auto 0}
.community-graphic .community-photo img{max-height:650px}
@media(max-width:640px){.community-photo-grid{grid-template-columns:1fr}.community-testimonial{grid-template-columns:1fr;gap:16px}.community-testimonial>a{width:130px}.community-photo img{max-height:330px}}
