.team-section[hidden]{display:none}.team-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.team-cards article{min-width:0}.team-cards img{width:100%;height:330px;object-fit:cover;object-position:center top}.team-cards h3{font-size:1.7rem;margin:20px 0 10px}.team-cards p{font-size:1rem}.team-cards .team-role{color:var(--field);font-weight:600}.team-section[data-team-layout=carousel] .team-cards{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:20px}.team-section[data-team-layout=carousel] article{flex:0 0 calc((100% - 72px)/4);scroll-snap-align:start}.team-section[data-team-layout=carousel] img{height:300px}@media(max-width:900px){.team-cards{grid-template-columns:1fr 1fr}.team-section[data-team-layout=carousel] article{flex-basis:calc((100% - 24px)/2)}}@media(max-width:560px){.team-cards{grid-template-columns:1fr}.team-section[data-team-layout=carousel] article{flex-basis:85%}}
