.team{background:var(--bg);padding:5rem 2rem}.team-inner{max-width:1100px;margin:0 auto}.team-title{color:var(--text);margin-bottom:.75rem}.team-subtitle{color:var(--text-muted);max-width:620px;margin:0 0 3rem;font-size:1rem;line-height:1.6}.team-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem 1.5rem;display:grid}.team-card{text-align:center}.team-avatar{background:var(--bg-secondary);border:1px solid var(--border);border-radius:50%;justify-content:center;align-items:center;width:160px;height:160px;margin:0 auto 1.25rem;display:flex;overflow:hidden}.team-avatar img,.team-avatar video{object-fit:cover;filter:grayscale();width:100%;height:100%}.team-icon{font-size:2.25rem;line-height:1}.team-card-collective .team-avatar{border-style:dashed;border-color:var(--glass-border)}.team-position{color:var(--text);text-transform:uppercase;letter-spacing:.02em;margin:0 0 .3rem;font-size:1.0625rem;font-weight:700}.team-person{color:var(--primary);margin:0;font-size:.875rem;font-weight:500}.team-note{color:var(--text-muted);max-width:240px;margin:.5rem auto 0;font-size:.8125rem;line-height:1.5}@media (max-width:600px){.team{padding:3.5rem 1rem}.team-subtitle{margin-bottom:2rem}.team-grid{grid-template-columns:repeat(2,1fr);gap:1.75rem 1rem}.team-avatar{width:120px;height:120px;margin-bottom:1rem}.team-icon{font-size:1.875rem}.team-position{font-size:.9375rem}.team-note{font-size:.75rem}}
