.ec-scientists{background-color:var(--dens-white);padding:5rem 0}.ec-scientists--off-white{background-color:var(--dens-off-white,var(--dens-off-white))}.ec-scientists--light{background-color:var(--dens-light-blue)}.ec-scientists__inner{margin:0 auto;max-width:var(--dens-max-width);padding:0 1.5rem}.ec-scientists__header{margin:0 auto 3.5rem;max-width:720px;text-align:center}.ec-scientists__heading{color:var(--dens-navy);font-size:var(--dens-text-section);font-weight:700;margin:.75rem 0 1rem}.ec-scientists__intro{color:var(--dens-gray-500);font-size:1.125rem;line-height:1.6}.ec-scientists__grid{display:grid;gap:2rem;grid-template-columns:repeat(4,1fr)}.ec-scientists__card{text-align:center}.ec-scientists__photo-wrap{aspect-ratio:2/3;background:var(--dens-gray-100);border-radius:var(--dens-radius-md);margin-bottom:1rem;overflow:hidden;position:relative;width:100%}.ec-scientists__photo{display:block;height:100%;object-fit:cover;width:100%}.ec-scientists__photo-placeholder{align-items:center;color:var(--dens-gray-400);display:flex;height:100%;justify-content:center;width:100%}.ec-scientists__linkedin{align-items:center;background:var(--dens-white);border-radius:var(--dens-radius-control);bottom:.75rem;box-shadow:var(--dens-shadow-sm);color:var(--dens-linkedin);display:flex;height:2.25rem;justify-content:center;opacity:0;position:absolute;right:.75rem;text-decoration:none;transform:translateY(4px);transition:opacity var(--dens-transition),transform var(--dens-transition);width:2.25rem}.ec-scientists__photo-wrap:hover .ec-scientists__linkedin{opacity:1;transform:translateY(0)}.ec-scientists__linkedin:hover{background:var(--dens-linkedin);color:var(--dens-white)}.ec-scientists__name{color:var(--dens-navy);font-size:1rem;font-weight:700;line-height:1.3;margin:0 0 .25rem}.ec-scientists__title{color:var(--dens-gray-500);font-size:var(--dens-text-meta);font-weight:400;line-height:1.4;margin:0 0 .25rem}.ec-scientists__specialties{color:var(--dens-gray-400);font-size:.8125rem;font-style:italic;font-weight:400;line-height:1.4;margin:0}@media (max-width:1024px){.ec-scientists__grid{gap:1.5rem;grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.ec-scientists__grid{gap:1.25rem;grid-template-columns:repeat(2,1fr)}.ec-scientists{padding:3rem 0}}