.Gallery_container__ydeiI{display:flex;flex-direction:row;gap:50px}.Gallery_titleWrapper__L6bgB{display:flex;justify-content:space-between;align-items:center;margin-top:50px;margin-bottom:50px}@media(max-width:1024px){.Gallery_titleWrapper__L6bgB{flex-direction:column}}.Gallery_titleWrapper__L6bgB h3{height:100%;font-weight:400;min-width:175px;margin-right:16px}@media(max-width:1024px){.Gallery_titleWrapper__L6bgB h3{text-align:center;margin-right:0}}.staff-grid-section{padding:4rem 2rem}.staff-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:3rem;gap:3rem;max-width:1200px;margin:0 auto}.staff-card{text-align:center;-webkit-text-decoration:none;text-decoration:none;display:block}.staff-card--clickable{cursor:pointer;transition:transform .2s ease}.staff-card--clickable:hover{transform:translateY(-4px)}.staff-card--clickable:hover .staff-avatar{box-shadow:0 8px 24px rgba(0,0,0,.2)}.staff-bio{font-size:.85rem;color:rgba(255,255,255,.75);margin-top:.5rem}.staff-avatar{width:160px;height:160px;margin:0 auto 1rem;border-radius:50%;overflow:hidden;background:#fff;background:var(--avatar-bg,#fff)}.staff-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.staff-name{font-size:1.125rem;font-weight:700;color:white;margin-bottom:.5rem;letter-spacing:.05em}.staff-role{font-size:.95rem;color:rgba(255,255,255,.9)}