.team-grid{background:var(--brand-surface);padding:var(--spacing-section) 0}.team-grid__header{text-align:center;margin-bottom:4rem}.team-grid__eyebrow{font-family:var(--brand-font-body);font-size:var(--brand-caption);font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--brand-accent);margin-bottom:1rem}.team-grid__heading{font-family:var(--brand-font-heading);font-size:var(--brand-h2);line-height:1.1;letter-spacing:-.025em;color:var(--brand-text);margin-bottom:1rem}.team-grid__sub{font-family:var(--brand-font-body);font-size:var(--brand-body-l);line-height:1.7;color:var(--brand-text);font-weight:400}.team-grid__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:var(--spacing-gap);gap:var(--spacing-gap)}@media (max-width:900px){.team-grid__grid{grid-template-columns:1fr 1fr;row-gap:calc(var(--spacing-gap) * 2)}}@media (max-width:560px){.team-grid__grid{grid-template-columns:1fr}}.team-grid__actions{display:flex;justify-content:center;margin-top:3rem}.team-grid__member{display:flex;flex-direction:column;align-items:center;text-align:center}.team-grid__frame{position:relative;width:10rem;height:10rem;margin:0 auto 1.25rem;border-radius:50%;overflow:hidden;background:var(--brand-secondary);display:flex;align-items:center;justify-content:center}.team-grid__photo{object-fit:cover}.team-grid__initials{font-size:1.5rem;font-weight:700}.team-grid__initials,.team-grid__name{font-family:var(--brand-font-heading);color:var(--brand-text)}.team-grid__name{font-size:1.25rem;letter-spacing:-.02em;margin-bottom:.25rem}.team-grid__role{font-weight:500;color:var(--brand-text-muted);margin-bottom:.875rem}.team-grid__bio,.team-grid__role{font-family:var(--brand-font-body);font-size:var(--brand-body-s)}.team-grid__bio{line-height:1.65;color:var(--brand-text);font-weight:400;margin-bottom:.75rem}.team-grid__creds{font-family:var(--brand-font-body);font-size:var(--brand-caption);letter-spacing:.02em;color:var(--brand-text-muted);font-weight:400}