.team-grid{background:var(--brand-background);padding:var(--spacing-section) 0}.team-grid__header{max-width:640px;margin-bottom:3.5rem}.team-grid__heading{font-family:var(--brand-font-heading);font-size:clamp(2rem,3.5vw,2.75rem);line-height:1.1;letter-spacing:-.025em;color:var(--brand-text)}.team-grid__sub{font-family:var(--brand-font-body);font-size:1.0625rem;line-height:1.75;color:var(--brand-text-muted);font-weight:300;margin-top:1.25rem}.team-grid__grid{display:grid;grid-template-columns:1fr;grid-gap:var(--spacing-gap);gap:var(--spacing-gap)}.team-grid__card{display:flex;flex-direction:column}.team-grid__photo{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;border-radius:var(--radius-md);margin-bottom:1.5rem}.team-grid__name{font-family:var(--brand-font-heading);font-size:1.25rem;letter-spacing:-.015em;color:var(--brand-text)}.team-grid__role{font-family:var(--brand-font-body);font-size:.9375rem;font-weight:500;color:var(--brand-accent);margin-top:.375rem}.team-grid__credentials{font-size:.8125rem;margin-top:.5rem}.team-grid__bio,.team-grid__credentials{font-family:var(--brand-font-body);color:var(--brand-text-muted)}.team-grid__bio{font-size:.9375rem;line-height:1.7;font-weight:300;margin-top:.875rem}@media (min-width:768px){.team-grid__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.team-grid__grid{grid-template-columns:repeat(3,1fr)}}