.team-head{justify-content:space-between;align-items:end;gap:2rem;margin-bottom:2.5rem;display:flex}.team-head h2{max-width:19ch;margin-top:1rem}.team-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem 1.25rem;display:grid}.team-card-link{color:inherit;text-decoration:none;display:block}.team-portrait{aspect-ratio:3/4;background:#ded6c9;overflow:hidden}.team-portrait img{object-fit:cover;object-position:50% 30%;width:100%;height:100%;transition:transform .4s}.team-card-link:hover img{transform:scale(1.025)}.team-card-link:focus-visible{outline:2px solid var(--accent-deep);outline-offset:6px}.team-card-meta{border-top:1px solid var(--border);justify-content:space-between;margin-top:1rem;padding-top:1rem;display:flex}.team-card h3{margin:.75rem 0 .5rem}.team-role{color:var(--accent-deep);margin-bottom:.65rem}.team-topics{color:var(--text-soft);margin-bottom:1.25rem}.team-notice{max-width:75ch;color:var(--text-soft);margin:2rem 0 0}.profile-layout{gap:3rem;display:grid}.profile-photo img{object-fit:cover;width:100%;height:auto;max-height:850px}.profile-copy h1{margin:1rem 0}.profile-copy h2{margin:2rem 0 .8rem}.profile-topics{flex-wrap:wrap;gap:.7rem;padding:0;list-style:none;display:flex}.profile-topics li{border:1px solid var(--border);padding:.5rem .8rem}.photo-journal{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;margin-top:2.5rem;display:grid}.photo-journal figure{margin:0}.photo-journal img{aspect-ratio:3/4;object-fit:cover;width:100%;height:auto}.photo-journal figcaption{color:var(--text-soft);margin-top:.75rem}@media (min-width:56rem){.team-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem}.team-card:nth-child(2n){margin-top:3rem}.profile-layout{grid-template-columns:5fr 6fr;align-items:start;gap:6rem}.photo-journal{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:39rem){.team-head{display:block}.team-head>a{margin-top:1rem;display:inline-block}.team-card h3{font-size:1.4rem}.team-grid{column-gap:1rem}}@media (prefers-reduced-motion:reduce){.team-portrait img{transition:none}}
