/* Shared compact person cards, based on the approved portrait preview. */
/* Let grid/flex children shrink at narrow widths and at enlarged text settings. */
main :where(section,article,aside,div){min-width:0}
main :is(h1,h2,h3,p,a,dd,li){overflow-wrap:anywhere}
.member-card,.athlete-card,.board-card{cursor:default}
.presidium-grid,.athletes-grid,.board-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;align-items:stretch}
.presidium-grid--single{max-width:420px;grid-template-columns:1fr}
.member-card,.athlete-card,.board-card{display:grid;grid-template-columns:160px minmax(0,1fr);align-items:start;gap:22px;padding:20px;min-width:0;background:#fff;border:1px solid #dce4df;border-radius:14px;box-shadow:0 5px 16px rgb(7 59 42 / 3%);transition:none}
.member-card:hover,.athlete-card:hover,.board-card:hover{transform:none;box-shadow:0 5px 16px rgb(7 59 42 / 3%)}
.member-card__portrait,.athlete-card__portrait,.board-card__portrait{position:relative;width:160px;height:192px;min-height:0;aspect-ratio:5/6;overflow:hidden;border-radius:8px;background:#e9eeeb;display:grid;place-items:center;color:#28543d}
.member-card__portrait::after{display:none}
.member-card__portrait img,.athlete-card__portrait img,.board-card__portrait img{display:block;width:100%;height:100%;max-width:none;object-fit:cover;object-position:center top;border:0;border-radius:0;box-shadow:none;transition:none;transform:none!important}
.member-card__initials,.athlete-card__portrait>span,.board-card__portrait>span{font-family:Arial,sans-serif;font-size:36px;font-weight:700;color:#28543d;opacity:1}
.member-card__body,.athlete-card__body,.board-card__body{display:flex;flex-direction:column;align-items:stretch;min-width:0;min-height:192px;padding:0;justify-content:center}
.member-card__role,.athlete-card__body>p,.board-card__body>p{min-height:0;margin:0 0 9px;color:#38624c;font-size:13px;line-height:1.45;font-weight:700;letter-spacing:0;text-transform:none;overflow-wrap:anywhere}
.member-card h3,.athlete-card h3,.board-card h3{margin:0;font-size:21px;line-height:1.2;letter-spacing:-.025em;overflow-wrap:anywhere}
.member-card__actions,.board-card__contacts{margin:14px 0 0;padding:12px 0 0;gap:10px;border-top:1px solid #e7ece9;width:100%;flex-wrap:wrap}
.contact-icon,.board-card__contacts a{width:44px;height:44px;min-width:44px;min-height:44px;border:0;border-radius:8px}
.contact-glyph,.contact-icon .contact-glyph,.board-card__contacts .contact-glyph{border-radius:8px;background:#124f3b;transform:none}
.contact-icon:focus-visible,.board-card__contacts a:focus-visible{outline:3px solid #287a32;outline-offset:3px}
.athlete-card dl{margin:14px 0 0;font-size:14px}
.athlete-card dl div{display:block;padding:7px 0;border-top:1px solid #e7ece9}
.athlete-card dd{text-align:left;overflow-wrap:anywhere}
@media(max-width:900px){.presidium-grid,.athletes-grid,.board-grid{grid-template-columns:1fr}.presidium-grid--single{max-width:none}}
@media(max-width:480px){.member-card,.athlete-card,.board-card{padding:16px;grid-template-columns:100px minmax(0,1fr);gap:16px}.member-card__portrait,.athlete-card__portrait,.board-card__portrait{width:100px;height:120px}.member-card__body,.athlete-card__body,.board-card__body{min-height:120px}.member-card h3,.athlete-card h3,.board-card h3{font-size:20px}}

/* Interaction feedback without moving or zooming the portrait. */
.member-card,.athlete-card,.board-card{transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.member-card:focus-within,.athlete-card:focus-within,.board-card:focus-within{border-color:#4d8a58;box-shadow:0 10px 28px rgb(7 59 42 / 12%)}
.member-card .contact-glyph,.board-card__contacts .contact-glyph{transition:background-color .18s ease,color .18s ease}
.member-card .contact-icon:focus-visible .contact-glyph,.board-card__contacts a:focus-visible .contact-glyph{background:#287a32;color:#fff}
@media(hover:hover) and (pointer:fine){
    .member-card:hover,.athlete-card:hover,.board-card:hover{transform:translateY(-4px);border-color:#4d8a58;box-shadow:0 14px 32px rgb(7 59 42 / 13%)}
    .member-card .contact-icon:hover .contact-glyph,.board-card__contacts a:hover .contact-glyph{background:#287a32;color:#fff;transform:none}
}
.member-card .contact-icon:active .contact-glyph,.board-card__contacts a:active .contact-glyph{background:#082e23;color:#fff}
@media(prefers-reduced-motion:reduce){
    .member-card,.athlete-card,.board-card,.member-card .contact-glyph,.board-card__contacts .contact-glyph{transition:none}
    .member-card:hover,.athlete-card:hover,.board-card:hover{transform:none}
}
