.team-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:var(--s-7) var(--s-5);gap:var(--s-7) var(--s-5);align-items:start}@media (max-width:1024px){.team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.team-grid{grid-template-columns:minmax(0,1fr)}}.team-member{display:grid;grid-gap:var(--s-4);gap:var(--s-4);align-content:start}.team-grid .team-tile{width:100%;max-width:200px;aspect-ratio:1/1;border:1px solid var(--border);border-radius:var(--r-md);background:var(--bg-alt)}.team-grid .team-tile--letter{position:relative;display:grid;place-items:center;overflow:hidden;background:color-mix(in srgb,var(--accent) 6%,var(--bg-alt));color:var(--accent);font-family:var(--font-mono);font-size:clamp(1.5rem,1.1rem + 1.3vw,2.125rem);font-weight:var(--w-semibold);letter-spacing:.06em;line-height:1;text-transform:uppercase;padding-bottom:4px}.team-grid .team-tile--letter:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:currentColor;opacity:.5}.team-id{display:grid;grid-gap:var(--s-2);gap:var(--s-2)}.team-role{max-width:none;font-family:var(--font-mono);font-size:var(--t-caption);line-height:1.4;letter-spacing:.01em;color:var(--fg-2)}.team-note{max-width:34ch}