/* Shared staff cards. Use this component and featured-team.json on future pages. */
.home-v2 .drc-team{border-top:1px solid var(--v2-line);padding-top:40px;margin-top:50px}
.home-v2 .drc-team .v2-section-heading{align-items:end;margin-bottom:28px}
.home-v2 .drc-team h3{font-size:clamp(25px,2.8vw,34px);line-height:1.2;letter-spacing:-.035em;margin:0;font-weight:500}
.home-v2 .drc-team-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.home-v2 .drc-team-card{display:flex;flex-direction:column;min-width:0;border:1px solid var(--v2-line);border-radius:7px;overflow:hidden;background:#fff;color:var(--v2-ink);text-decoration:none;transition:border-color .15s,box-shadow .15s}
.home-v2 .drc-team-card:hover{border-color:#94b8ca;box-shadow:0 8px 24px #1949640d}
.home-v2 .drc-team-card:focus-visible{outline:2px solid var(--v2-blue);outline-offset:4px}
.home-v2 .drc-team-card>img{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:cover}
.home-v2 .drc-team-body{display:flex;flex-direction:column;flex:1;padding:22px 19px}
.home-v2 .drc-team-body h4{font-size:21px;line-height:1.2;font-weight:500;letter-spacing:-.025em;margin:0 0 10px}
.home-v2 .drc-team-body .drc-team-role{color:var(--v2-blue);font-size:12px;line-height:1.5;min-height:36px;margin:0 0 14px}
.home-v2 .drc-team-body .drc-team-description{font-size:13px;line-height:1.65;color:var(--v2-muted);margin:0 0 23px}
.home-v2 .drc-team-more{display:flex;justify-content:space-between;gap:8px;margin-top:auto;font-size:11px;line-height:1.5;color:var(--v2-blue)}
.home-v2 .drc-team-more b{font-size:17px;line-height:1;font-weight:400}
@media(max-width:1050px){.home-v2 .drc-team-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.home-v2 .drc-team-body{padding:23px}.home-v2 .drc-team-body .drc-team-role{min-height:0}}
@media(max-width:760px){.home-v2 .drc-team{margin-top:35px;padding-top:30px}.home-v2 .drc-team .v2-section-heading{align-items:start;gap:20px}.home-v2 .drc-team-grid{gap:18px}.home-v2 .drc-team-body{padding:19px}.home-v2 .drc-team-body h4{font-size:20px}}
@media(max-width:520px){.home-v2 .drc-team-grid{grid-template-columns:1fr}.home-v2 .drc-team-card>img{aspect-ratio:1.1;object-position:50% 25%}.home-v2 .drc-team-body .drc-team-role{margin-bottom:12px}.home-v2 .drc-team-body .drc-team-description{margin-bottom:19px}}
