.shenghui-b-team-gallery { position: relative; grid-column: 1 / -1; width: 100%; margin: clamp(1.8rem, 4vw, 3.5rem) 0 clamp(2rem, 5vw, 4rem); padding: clamp(1rem, 2vw, 1.35rem); border: 1px solid rgb(11 47 85 / .14); background: #F8F9FA; box-shadow: 0 1rem 2.5rem rgb(11 47 85 / .08); }
.shenghui-b-team-gallery::before { position: absolute; top: 0; right: 1.5rem; width: 4.5rem; height: .18rem; background: linear-gradient(90deg, #0B2F55 68%, #25A7BA 68%); content: ""; }
.shenghui-b-team-gallery__stage { position: relative; display: grid; min-height: clamp(20rem, 42vw, 34rem); place-items: center; overflow: hidden; background: #EAF0F6; }
.shenghui-b-team-gallery__stage::before { position: absolute; inset: 1rem; border: 1px solid rgb(11 47 85 / .1); content: ""; pointer-events: none; }
.shenghui-b-team-gallery__slide { position: absolute; inset: 0; display: grid; place-items: center; margin: 0; padding: clamp(1rem, 4vw, 4rem); opacity: 0; transform: translateX(2rem) scale(.985); transition: opacity 520ms cubic-bezier(.22, 1, .36, 1), transform 700ms cubic-bezier(.22, 1, .36, 1); pointer-events: none; }
.shenghui-b-team-gallery__slide[data-active="true"] { opacity: 1; transform: translateX(0) scale(1); pointer-events: auto; }
.shenghui-b-team-gallery__slide[data-active="false"] { transform: translateX(-2rem) scale(.985); }
.shenghui-b-team-gallery__slide img { width: auto; max-width: 100%; max-height: min(68vw, 30rem); object-fit: contain; box-shadow: 0 1rem 2.5rem rgb(16 42 67 / .16); }
.team-grid .team-card__portrait { aspect-ratio: 2 / 3; background: #edf2f4; }
.team-grid .team-card__portrait img[src*="team-portrait-"] { object-fit: contain; object-position: center; }
.shenghui-b-team-gallery__controls { display: grid; grid-template-columns: auto auto 1fr; align-items: center; gap: 1rem; margin-top: 1rem; }
.shenghui-b-team-gallery__arrows { display: flex; gap: .5rem; }
.shenghui-b-team-gallery__arrows button { width: 2.75rem; height: 2.75rem; border: 1px solid rgb(11 47 85 / .18); color: #0B2F55; background: transparent; cursor: pointer; font-size: 1.2rem; transition: color 160ms ease, background-color 160ms ease, transform 160ms ease; }
.shenghui-b-team-gallery__arrows button:hover, .shenghui-b-team-gallery__arrows button:focus-visible { color: #F8F9FA; background: #0B2F55; transform: translateY(-.12rem); }
.shenghui-b-team-gallery__controls > span { color: #4A6478; font-size: .75rem; font-weight: 800; letter-spacing: .12em; }
.shenghui-b-team-gallery__dots { display: flex; justify-content: flex-end; gap: .45rem; }
.shenghui-b-team-gallery__dots button { width: 2rem; height: .3rem; padding: 0; border: 0; background: rgb(11 47 85 / .16); cursor: pointer; transition: width 180ms ease, background-color 180ms ease; }
.shenghui-b-team-gallery__dots button[aria-current="true"] { width: 3.5rem; background: #25A7BA; }
@media (max-width: 48rem) { .shenghui-b-team-gallery { margin-inline: 0; padding: .65rem; }.shenghui-b-team-gallery__stage { min-height: min(124vw, 38rem); }.shenghui-b-team-gallery__slide { padding: .7rem; }.shenghui-b-team-gallery__slide img { max-height: 100%; }.shenghui-b-team-gallery__controls { grid-template-columns: auto auto; }.shenghui-b-team-gallery__dots { grid-column: 1 / -1; justify-content: flex-start; order: 3; overflow-x: auto; padding-bottom: .2rem; }.shenghui-b-team-gallery__dots button { flex: 0 0 auto; } }
@media (prefers-reduced-motion: reduce) { .shenghui-b-team-gallery__slide, .shenghui-b-team-gallery__arrows button, .shenghui-b-team-gallery__dots button { transition-duration: .01ms; } }
