.marquee-container{margin-top:5rem;margin-bottom:5rem;display:flex;position:relative;overflow:hidden}.logo-container{object-fit:contain}
.team-carousel-section{background-color:var(--base-100)}.carousel-container{padding:2rem 0;overflow:hidden}.carousel-track{gap:24px;padding:20px 0;display:flex}.carousel-item{border-radius:1.25rem;flex-direction:column;flex-shrink:0;width:340px;height:480px;transition:all .7s cubic-bezier(.32,.72,0,1);display:flex;overflow:hidden}.carousel-item.active{z-index:10;width:380px;height:520px;transform:scale(1.08)}.team-card-img{width:100%;height:240px;position:relative}.carousel-item.active .team-card-img{height:260px}.team-card-content{color:#fff;flex-direction:column;flex:1;padding:1.5rem;display:flex}.team-card-content h3{margin-bottom:.4rem;font-size:1.7rem;font-weight:700;line-height:1.1}.carousel-item.active .team-card-content h3{font-size:1.85rem}.team-role{opacity:.9;margin-bottom:1rem;font-size:1.1rem}.team-description p{opacity:.9;margin:0;font-size:.95rem;line-height:1.5}.carousel-item.active .team-description p{font-size:1rem}@media (max-width:640px){.carousel-item{width:300px;height:440px}.carousel-item.active{width:330px;height:480px}}
