.people-directory-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:22px}.people-directory-card{display:grid;gap:18px;width:min(100%,350px);padding:28px;border:1px solid var(--line);border-radius:22px;background:var(--white);box-shadow:0 12px 32px rgba(24,24,27,.05);text-align:center}.people-directory-card img,.people-directory-placeholder{width:112px;height:112px;margin:0 auto;border-radius:50%;object-fit:cover}.people-directory-placeholder{display:grid;place-items:center;background:#eeeaf9;color:var(--accent-dark);font-size:2.25rem;font-weight:800}.people-directory-card h2{margin:0 0 8px;font-size:1.4rem;line-height:1.2;letter-spacing:-.025em}.people-directory-card .person-title{margin:0;color:var(--accent-dark);font-weight:700}.people-directory-bio{margin:16px 0 0;color:var(--muted);line-height:1.7}@media(max-width:640px){.people-directory-card{width:100%;padding:24px}}
