.staff-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:3rem;gap:3rem;margin-top:3rem}.section-subtitle{margin-top:10px}.staff-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.08);transition:all .4s ease;text-align:center;padding:2rem 1.5rem;position:relative;z-index:1}.staff-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#faf8f5,#e9dfc7);z-index:-1;opacity:0;transition:opacity .3s ease}.staff-card:hover:before{opacity:1}.staff-card:hover{transform:translateY(-10px);box-shadow:0 15px 35px rgba(0,0,0,.12)}.staff-image-wrapper{display:flex;justify-content:center;margin-bottom:1.5rem}.staff-image{width:180px;height:180px;border-radius:50%;overflow:hidden;border:5px solid #fff;box-shadow:0 5px 15px rgba(0,0,0,.1);transition:all .4s ease}.staff-card:hover .staff-image{transform:scale(1.05);border-color:#d0703c}.staff-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.staff-card:hover .staff-image img{transform:scale(1.1)}.staff-details h3{margin-bottom:.5rem;color:#ea580c;font-size:1.25rem;font-weight:600}.staff-details p{color:#4a5568;font-weight:500;margin-bottom:1.5rem;position:relative;padding-bottom:1rem}.staff-details p:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:50px;height:2px;background:#f97316}@media (max-width:768px){.staff-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem}.staff-image{width:150px;height:150px}}