.team-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:800px;margin:0 auto}.team-card{text-align:center;padding:3rem 2rem}.team-avatar{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#e8611a14,#c93a1a0d);margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;font-size:2.5rem;overflow:hidden}.team-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.team-name{font-size:1.3rem;margin-bottom:.25rem}.team-role{color:#e8611a;font-weight:700;font-size:.85rem;margin-bottom:1rem}.team-bio{font-size:.9rem;color:#555568;line-height:1.7}[data-theme=dark] .team-bio{color:#9a978f}@media(max-width:768px){.team-grid{grid-template-columns:1fr;max-width:400px}.team-card{padding:2rem 1.5rem}}
