.committee-card { border-radius: .85rem; overflow: hidden; transition: transform .2s ease-in-out, box-shadow .2s ease-in-out; }
.committee-card:hover { transform: translateY(-3px); box-shadow: 0 .75rem 1.5rem rgba(0,0,0,.12); }
.committee-img { width: 100%; height: 280px; object-fit: cover; object-position: top center; background: #f1f1f1; }
@media (max-width: 576px) { .committee-img { height: 240px; } }
