/* Compact directory: three staff columns and six rows per 18 employees. */
.staff-directory{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px 16px}
.staff-directory-item{grid-template-columns:62px minmax(0,1fr);gap:12px;min-height:92px;padding:11px 12px 11px 10px;border-radius:14px}
.staff-directory-photo{width:62px;height:62px;border-width:1px}
.staff-directory-copy h2{padding-right:2px;font-size:1rem;line-height:1.15}
.staff-role-badge{margin-top:4px;padding:.2rem .48rem;font-size:.67rem}
.staff-contact-list{display:grid;gap:2px;min-width:0;margin-top:5px}
.staff-contact-list a{font-size:.74rem;line-height:1.25}
.staff-directory-actions{position:absolute;right:9px;bottom:8px;gap:4px;margin:0;opacity:0}
.staff-directory-actions button{min-height:25px;padding:.18rem .42rem;border-radius:7px;font-size:.68rem}
.staff-directory-item:has(.staff-directory-actions) .staff-contact-list{padding-right:76px}
@media(max-width:1180px){.staff-directory{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.staff-directory{grid-template-columns:1fr}.staff-directory-actions{position:static;margin-top:6px;opacity:1}.staff-directory-item:has(.staff-directory-actions) .staff-contact-list{padding-right:0}}
@media(max-width:520px){.staff-directory-item{grid-template-columns:56px minmax(0,1fr);gap:11px;min-height:82px;padding:10px}.staff-directory-photo{width:56px;height:56px}}
