.profile-intro { display: grid; grid-template-columns: minmax(0, 1fr) 190px; gap: 2.5rem; align-items: start; margin: 1.5rem 0 2.5rem; }
.profile-intro img { width: 190px; height: 240px; object-fit: cover; border-radius: .4rem; }
.profile-intro h2 { margin-top: 0; }
.profile-role { color: #175b48; font-weight: 600; }
.profile-links { display: flex; flex-wrap: wrap; gap: .5rem 1.3rem; margin-top: 1rem; }
.profile-timeline { margin: 1rem 0 2rem; }
.profile-entry { display: grid; grid-template-columns: 150px minmax(0,1fr); gap: 1.5rem; padding: 1.1rem 0; border-bottom: 1px solid #dce4df; }
.profile-entry p { margin: 0; }
.profile-entry .period { color: #5b6862; font-size: .9rem; }
.contact-panel, .directory-note { background: #f1f5f1; border-left: 3px solid #175b48; padding: 1.25rem 1.5rem; margin: 1.5rem 0; }
.contact-panel p:last-child, .directory-note p:last-child { margin-bottom: 0; }
.member-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1.5rem; margin: 1.5rem 0 2rem; }
.member-card { border: 1px solid #dce4df; border-radius: .4rem; padding: 1.5rem; background: #fff; }
.member-card img { width: 160px; height: 190px; object-fit: cover; object-position: top; border-radius: .3rem; }
.member-card h3 { font-size: 1.35rem; margin-top: 1rem; }
.member-card .member-role { color: #175b48; font-weight: 600; }
.member-card .member-date { font-size: .85rem; color: #5b6862; }
.member-card figure { margin: 0; }
.member-card figure figcaption { display: none; }
.directory-links { padding-top: 1rem; border-top: 1px solid #dce4df; }
@media (max-width: 767px) { .member-grid { grid-template-columns: 1fr; } .profile-intro { gap: 1.5rem; grid-template-columns: minmax(0,1fr) 130px; } .profile-intro img { width: 130px; height: 165px; } }
@media (max-width: 480px) { .profile-intro { grid-template-columns: 1fr; } .profile-entry { grid-template-columns: 1fr; gap: .3rem; } }
.profile-links p { display: flex; flex-wrap: wrap; gap: .5rem 1.3rem; }
.alumni-list { margin: 1rem 0 2rem; }
.alumni-entry { padding: .8rem 0; border-bottom: 1px solid #dce4df; }
.alumni-entry h3 { font-size: 1.25rem; margin-top: 0; margin-bottom: .35rem; }
.alumni-entry p { color: #52635b; margin-bottom: .5rem; }
