.staff-section-inner{width:100%}.staff-section-inner .section-h2{color:#3D2817;font-weight:700;font-size:clamp(1.55rem,3vw,2.1rem);text-align:center;margin-bottom:3rem}.staff-section-inner .section-subtitle{color:#8B7355;text-align:center;margin-top:-2rem;margin-bottom:3rem;font-size:0.9375rem;line-height:1.7;max-width:580px;margin-left:auto;margin-right:auto}.staff-container{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;justify-items:center}@media (min-width:640px){.staff-container{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.staff-container{grid-template-columns:repeat(6,1fr)}}.staff-card{display:flex;flex-direction:column;align-items:center;background:transparent;border:none;box-shadow:none;transition:transform 300ms ease}.staff-card:hover{transform:translateY(-4px)}.staff-card .pic{width:120px;height:120px;border-radius:50%;overflow:hidden;border:4px solid #FAF8F5;box-shadow:0 4px 24px rgba(0,0,0,0.10);margin-bottom:1rem;transition:border-color 300ms ease,box-shadow 300ms ease;flex-shrink:0}.staff-card:hover .pic{border-color:#3599CC;box-shadow:0 8px 28px rgba(53,153,204,0.20)}.staff-card .pic img{width:100%;height:100%;object-fit:cover;object-position:top;transition:transform 500ms ease}.staff-card:hover .pic img{transform:scale(1.05)}.staff-card .details{text-align:center}.staff-card .details h5{font-weight:700;color:#3D2817;font-size:0.875rem;margin:0 0 0.25rem}.staff-card .details span{color:#8B7355;font-size:0.75rem;display:block;margin-bottom:0.75rem}.staff-card .social{display:flex;justify-content:center;gap:0.5rem}.staff-card .social a{width:28px;height:28px;border-radius:50%;background:rgba(53,153,204,0.10);display:flex;align-items:center;justify-content:center;color:#3599CC;font-size:0.75rem;transition:background 200ms ease,color 200ms ease,transform 200ms ease;text-decoration:none}.staff-card .social a:hover{background:#3599CC;color:white;transform:scale(1.1);text-decoration:none}.staff-view-all{text-align:center;margin-top:3rem}.staff-view-all .btn-view-all{display:inline-flex;align-items:center;gap:0.5rem;padding:0.875rem 2rem;border-radius:1rem;background:#3599CC;color:white;font-weight:700;font-size:0.9375rem;text-decoration:none;border:none;box-shadow:0 4px 16px rgba(53,153,204,0.30);transition:background 200ms ease,transform 200ms ease}.staff-view-all .btn-view-all:hover{background:#2B7BA8;color:white;text-decoration:none;transform:translateY(-2px)}