.team-page .authors-grid{max-width:none;margin:0;grid-template-columns:repeat(3,1fr)}.team-page .author-photo{width:clamp(120px,22vw,200px);height:clamp(120px,22vw,200px);border-radius:50%;object-fit:cover;border:8px solid #cbf3f0;transition:all .3s ease;display:block;margin:0 auto;overflow:hidden;flex-shrink:0}.team-page .author-photo:not(img){width:clamp(120px,22vw,200px)!important;height:clamp(120px,22vw,200px)!important;border-radius:50%!important;border:8px solid #cbf3f0!important;background:#f0f0f0!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#666!important;font-size:.875rem!important;text-align:center!important;box-sizing:border-box!important}.team-page .authors-grid{max-width:900px;margin:0 auto;grid-template-columns:repeat(3,1fr)!important;gap:clamp(1.5rem,4vw,2.5rem)}.team-page .author-card{width:100%;max-width:250px;margin:0 auto;box-sizing:border-box}.team-page .author-card:hover .author-photo{border-color:#0c6170;transform:scale(1.05)}