.team-grid{background:var(--brand-surface);padding:var(--spacing-section) 0}.team-grid__container{max-width:var(--spacing-container);margin:0 auto;padding:0 2rem}.team-grid__header{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:2rem;margin-bottom:4rem}.team-grid__sub{font-family:var(--brand-font-body);font-size:.9375rem;font-weight:300;line-height:1.8;color:var(--brand-text-muted);max-width:22rem}.team-grid__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2.5rem;gap:2.5rem}.team-grid__media{position:relative;aspect-ratio:3/4;overflow:hidden;background:var(--brand-background);margin-bottom:1.75rem}.team-grid__photo{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.team-grid__card:hover .team-grid__photo{transform:scale(1.02)}.team-grid__name{font-family:var(--brand-font-heading);font-size:1.3125rem;font-weight:400;letter-spacing:-.01em;color:var(--brand-text);margin-bottom:.5rem}.team-grid__role{font-size:.6875rem;font-weight:400;letter-spacing:.16em;text-transform:uppercase;color:var(--brand-accent);margin-bottom:1.125rem;line-height:1.7}.team-grid__bio,.team-grid__role{font-family:var(--brand-font-body)}.team-grid__bio{font-size:.875rem;font-weight:300;line-height:1.85;color:var(--brand-text-muted)}@media (max-width:900px){.team-grid__grid{grid-template-columns:1fr;gap:3rem}.team-grid__header{margin-bottom:2.75rem}.team-grid__media{aspect-ratio:4/3}}