/**
 * MLSC — Teams / Members Section Styles
 * Vertically Stacked Multi-Team Layout with Independent 3D Coverflow Stages
 * Crisp Vector Typography, Zero Blurriness, Pure Black Aesthetics
 */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800;900&display=swap');

:root {
  --ms-blue: #00a4ef;
}

.event-glow {
  position: absolute;
  top: -10rem;
  left: 50%;
  height: clamp(24rem, 36vw, 32rem);
  width: clamp(24rem, 36vw, 32rem);
  transform: translateX(-50%);
  border-radius: 9999px;
  filter: blur(72px);
  -webkit-filter: blur(72px);
  opacity: 0.22;
  pointer-events: none;
  z-index: 0;
}

/* ========================================================= */
/* 0. PURE BLACK THEME & LENIS SMOOTH SCROLL INTEGRATION     */
/* ========================================================= */
html {
  scroll-behavior: auto;
  background-color: #000000 !important;
  background: #000000 !important;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

body {
  background-color: #000000 !important;
  background: #000000 !important;
  color: #f3f4f6;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  overflow-x: clip;
}

/* ========================================================= */
/* 1. TEAMS SECTION CONTAINER & PURE BLACK BACKGROUND       */
/* ========================================================= */
.teams-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 0 16px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background: #000000 !important;
  background-color: #000000 !important;
  color: #f3f4f6;
  box-sizing: border-box;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* ========================================================= */
/* 2. TEAMS HERO / HEADER VIEWPORT (100vh Proper Viewport)   */
/* ========================================================= */
.teams-hero-viewport {
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  position: relative;
  z-index: 10;
  padding: clamp(90px, 14vh, 130px) 24px clamp(60px, 10vh, 90px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: none;
  background: #000000 !important;
  background-color: #000000 !important;
  box-sizing: border-box;
}

.teams-scroll-hint {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  color: #94a3b8;
  text-transform: uppercase;
  opacity: 0.75;
  pointer-events: none;
  animation: teams-hint-bounce 2.2s ease-in-out infinite;
  white-space: nowrap;
}

.teams-scroll-hint svg {
  color: var(--ms-blue, #00a4ef);
}

@keyframes teams-hint-bounce {
  0%, 100% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 6px);
  }
}

/* ========================================================= */
/* 2. SECTION MAIN HEADER                                    */
/* ========================================================= */
.teams-header {
  position: relative;
  z-index: 10;
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
  padding: 0 16px;
}

.teams-title {
  position: relative;
  z-index: 2;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(2.3rem, 5.4vw, 4.4rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.14;
  color: #ffffff;
  margin: 0 auto clamp(10px, 1.8vh, 18px);
  max-width: 860px;
}

/* Solid MLSC Blue accent - No gradient, matches other pages */
.teams-title .title-accent,
.teams-title .title-gradient,
.teams-title .teams-gradient-text {
  color: var(--ms-blue, #00a4ef);
  display: inline-block;
  text-shadow: 0 0 28px rgba(0, 164, 239, 0.35);
  background: none !important;
  -webkit-background-clip: initial !important;
  -webkit-text-fill-color: var(--ms-blue, #00a4ef) !important;
}

.teams-desc {
  position: relative;
  z-index: 2;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  font-weight: 400;
  color: #9ca3af;
  line-height: 1.65;
  max-width: 660px;
  margin: 0 auto;
  opacity: 0.92;
}

/* ========================================================= */
/* 2.5 YEAR / TENURE NAVIGATION SWITCHER                    */
/* ========================================================= */
.teams-tenure-switch-wrapper {
  margin: 24px auto 0;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 30;
}

.teams-tenure-switch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 8px;
  border-radius: 9999px;
  background: rgba(12, 12, 16, 0.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.65), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.teams-tenure-btn {
  background: transparent;
  border: 1px solid transparent;
  color: #94a3b8;
  padding: 8px 18px;
  border-radius: 9999px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
  outline: none;
  user-select: none;
  white-space: nowrap;
}

.teams-tenure-btn:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
}

.teams-tenure-btn.active {
  background: linear-gradient(135deg, rgba(0, 164, 239, 0.25), rgba(0, 164, 239, 0.15));
  color: var(--ms-blue, #00a4ef);
  border-color: rgba(0, 164, 239, 0.55);
  box-shadow: 0 0 16px rgba(0, 164, 239, 0.3);
}

@media (max-width: 640px) {
  .teams-tenure-switch {
    gap: 4px;
    padding: 4px 6px;
  }

  .teams-tenure-btn {
    padding: 6px 12px;
    font-size: 0.78rem;
  }
}

/* ========================================================= */
/* 3. STICKY QUICK-JUMP PILL NAVIGATION BAR                  */
/* ========================================================= */
.teams-jump-nav {
  position: relative;
  z-index: 35;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 12px;
  box-sizing: border-box;
}

.teams-jump-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 9999px;
  background: rgba(12, 12, 16, 0.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.teams-jump-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 14px;
  border-radius: 9999px;
  background: transparent;
  border: 1px solid transparent;
  color: #9ca3af;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
  outline: none;
  user-select: none;
}

.teams-jump-btn:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.14);
}

/* Black glassmorphism active pill - Pure dark glass aesthetics */
.teams-jump-btn.active {
  background: rgba(26, 28, 36, 0.9) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
}

/* Category indicator tag on Jump Pills (Black glassmorphic) */
.teams-jump-cat-tag {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: normal;
  padding: 2px 8px;
  border-radius: 9999px;
  line-height: 1.2;
  background: rgba(255, 255, 255, 0.06);
  color: #cbd5e1;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.teams-jump-cat-tag.core,
.teams-jump-cat-tag.tech,
.teams-jump-cat-tag.nontech {
  background: rgba(255, 255, 255, 0.06);
  color: #cbd5e1;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.teams-jump-btn.active .teams-jump-cat-tag {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.22);
}

.teams-jump-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 9999px;
  font-size: 0.68rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.08);
  color: #94a3af;
}

.teams-jump-btn.active .teams-jump-count {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

/* Category Headings / Dividers (Clean, Minimal, Modern) */
.team-wing-divider {
  width: 100%;
  max-width: 1100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 10px;
  padding: 0 16px;
  box-sizing: border-box;
  text-align: center;
  background: transparent !important;
}

.team-wing-badge,
.team-wing-badge.nontech {
  display: inline-block;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.wing-text {
  display: inline-block;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: clamp(2.2rem, 4.2vw, 3.1rem);
  font-weight: 800;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #00a4ef !important;
  line-height: 1.15;
  margin: 0;
  padding: 0;
  text-align: center;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

.team-wing-badge .wing-dot,
.team-wing-line {
  display: none !important;
}

/* ========================================================= */
/* 4. VERTICALLY STACKED TEAMS SECTIONS                      */
/* ========================================================= */
.teams-sections-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1400px;
  display: flex;
  flex-direction: column;
  gap: 90px;
  margin: 0 auto;
  background: #000000 !important;
  background-color: #000000 !important;
  box-sizing: border-box;
}

.team-domain-block {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  scroll-margin-top: 130px;
  padding: clamp(60px, 9vh, 90px) 16px clamp(60px, 9vh, 90px);
  background: #000000 !important;
  background-color: #000000 !important;
  box-sizing: border-box;
}

/* Domain Block Header */
.team-domain-header {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 28px;
  padding: 0 16px;
}

.team-domain-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(2rem, 3.8vw, 2.9rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #ffffff;
  line-height: 1.15;
  margin: 0;
  text-align: center;
}

/* ========================================================= */
/* 5. 3D COVERFLOW CAROUSEL STAGE PER TEAM                   */
/* ========================================================= */
.teams-carousel-stage {
  position: relative;
  width: 100%;
  max-width: 1300px;
  height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  margin: 0 auto;
  user-select: none;
  perspective: 1200px;
  perspective-origin: 50% 50%;
  overflow: visible;
  box-sizing: border-box;
}

.teams-cards-track {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

/* Showcase presentation for single member teams (e.g. CP) */
.team-showcase-single {
  position: relative;
  width: 100%;
  max-width: 320px;
  height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
  z-index: 10;
}

.team-showcase-single .team-card {
  position: relative;
  top: auto;
  left: auto;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  z-index: 15;
}

/* ========================================================= */
/* 6. MEMBER CARD                                            */
/* ========================================================= */
.team-card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 304px;
  height: 472px;
  margin: 0;
  border-radius: 22px;
  background: rgba(14, 15, 20, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1.5px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-direction: column;
  padding: 14px 14px 12px 14px;
  box-sizing: border-box;
  cursor: pointer;
  transform-origin: 50% 50%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: flat;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.7);
  transition: transform 0.38s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.35s ease, visibility 0.35s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  transform: translate3d(-50%, -50%, -160px) scale(0.62);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
}

/* Active Center Card: Prominent Glow & 1.0 Scale */
.team-card.is-active {
  cursor: default;
  border: 2px solid #00a4ef;
  box-shadow: 0 0 24px rgba(0, 164, 239, 0.45), 0 16px 40px rgba(0, 0, 0, 0.85);
  transform-style: flat;
  z-index: 15;
}

/* Inset Photo Box */
.team-card-photo-box {
  position: relative;
  width: 100%;
  height: 222px;
  contain: layout paint;
  border-radius: 16px;
  overflow: hidden;
  background: #111524;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.35);
}

.team-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 12%;
  display: block;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.team-card:hover .team-card-image,
.team-card:focus-visible .team-card-image {
  transform: scale(1.04);
}

/* Card Content: Simple, Clean, Crisp Typography */
.team-card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding: 12px 2px 0 2px;
  text-align: left;
}

.team-card-info-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.team-card-name {
  font-size: 1.25rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.02em;
  margin: 0 0 6px 0;
  line-height: 1.2;
  text-align: center;
  width: 100%;
}

.team-card-role-row {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.team-card-role-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 12px;
  border-radius: 9999px;
  background: rgba(14, 18, 26, 0.85);
  color: #00a4ef;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  border: 1px solid rgba(0, 164, 239, 0.35);
  white-space: nowrap;
  max-width: 100%;
  box-sizing: border-box;
}

.team-card-academic {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 0.8rem;
  color: #94a3b8;
  font-weight: 600;
  margin-bottom: 6px;
  width: 100%;
  text-align: center;
}

.academic-cap {
  font-size: 0.88rem;
}

.academic-text {
  font-family: 'Plus Jakarta Sans', sans-serif;
  letter-spacing: normal;
}

.team-card-about {
  font-size: 0.84rem;
  font-weight: 500;
  color: #cbd5e1;
  line-height: 1.48;
  margin: 2px 0 6px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  text-align: left;
  letter-spacing: -0.005em;
}

/* Card Footer: GitHub & LinkedIn Logo Links */
.team-card-footer {
  width: 100%;
  margin-top: auto;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.team-social-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.team-social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  border: 1.5px solid rgba(255, 255, 255, 0.18);
  color: #cbd5e1;
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer !important;
  position: relative;
  z-index: 50 !important;
  pointer-events: auto !important;
  transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
}

.team-social-btn svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
  flex-shrink: 0;
  pointer-events: none;
  transition: transform 0.15s ease;
}

.team-social-btn:hover {
  color: #ffffff;
  background: rgba(0, 164, 239, 0.22);
  border-color: #00a4ef;
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(0, 164, 239, 0.35);
}

.team-social-btn:active {
  transform: translateY(0);
  background: rgba(0, 164, 239, 0.35);
}

/* ========================================================= */
/* 7. NAVIGATION CONTROLS (PREV/NEXT ARROWS)                 */
/* ========================================================= */
.teams-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(14, 18, 28, 0.7);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #cbd5e1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 30;
  transition: all 0.15s ease;
  outline: none;
}

.teams-nav-btn.prev {
  left: max(20px, calc(50% - 430px));
}

.teams-nav-btn.next {
  right: max(20px, calc(50% - 430px));
}

.teams-nav-btn:hover {
  background: rgba(0, 164, 239, 0.22);
  border-color: #00a4ef;
  color: #00a4ef;
  box-shadow: 0 0 16px rgba(0, 164, 239, 0.4);
}

.teams-nav-btn:active {
  transform: translateY(-50%) scale(0.95);
}

/* ========================================================= */
/* 8. RESPONSIVE MEDIA QUERIES                               */
/* ========================================================= */
@media (max-width: 1024px) {
  .teams-section {
    padding: 0 16px 60px;
  }

  .teams-sections-wrapper {
    gap: 75px;
  }

  .teams-carousel-stage {
    height: 490px;
  }

  .team-card {
    width: 265px;
    height: 420px;
  }

  .team-card-photo-box {
    height: 195px;
  }
}

@media (max-width: 768px) {
  .teams-section {
    padding: 0 12px 50px;
  }

  .teams-hero-viewport {
    height: auto;
    min-height: 85vh;
    min-height: 85dvh;
    max-height: none;
    overflow: visible;
    padding: 100px 16px 40px;
    justify-content: center;
  }

  .teams-sections-wrapper {
    gap: 60px;
  }

  .teams-jump-nav {
    position: relative;
    top: auto;
    margin-top: 10px;
    margin-bottom: 25px;
    padding: 0 4px;
    max-width: 100%;
  }

  .teams-jump-container {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    justify-content: flex-start;
    max-width: 100%;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 9999px;
    box-sizing: border-box;
  }

  .teams-jump-container::-webkit-scrollbar {
    display: none;
  }

  .teams-jump-btn {
    white-space: nowrap;
    flex-shrink: 0;
    padding: 6px 13px;
    font-size: 0.78rem;
  }

  .teams-header {
    margin-bottom: 14px;
  }

  .teams-title {
    font-size: clamp(2.1rem, 5.4vw, 2.6rem);
  }

  .team-domain-title {
    font-size: 1.5rem;
  }

  .teams-carousel-stage {
    height: 470px;
  }

  .team-card {
    width: 265px;
    height: 420px;
  }

  .team-card-photo-box {
    height: 190px;
  }

  .team-card-about {
    font-size: 0.84rem;
    -webkit-line-clamp: 3;
  }

  .teams-nav-btn {
    width: 38px;
    height: 38px;
  }

  .teams-nav-btn.prev {
    left: 4px;
  }

  .teams-nav-btn.next {
    right: 4px;
  }
}

@media (max-width: 480px) {
  .teams-section {
    padding: 0 !important;
  }

  .teams-hero-viewport {
    height: auto;
    min-height: 80vh;
    min-height: 80dvh;
    max-height: none;
    overflow: visible;
    padding: 85px 12px 36px;
    justify-content: center;
  }

  .teams-sections-wrapper {
    gap: 0;
  }

  .teams-carousel-stage {
    height: 470px;
  }

  .team-card {
    width: 275px;
    height: 430px;
    padding: 12px;
  }

  .team-card-photo-box {
    height: 195px;
  }

  .team-card-name {
    font-size: 1.2rem;
  }

  .team-card-about {
    font-size: 0.84rem;
    -webkit-line-clamp: 3;
  }

  .teams-nav-btn {
    width: 36px;
    height: 36px;
  }

  .teams-nav-btn.prev {
    left: 2px;
  }

  .teams-nav-btn.next {
    right: 2px;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Ensure Site Footer is Pure Black on Teams page */
.site-footer {
  background: #000000 !important;
  background-color: #000000 !important;
  border-bottom: none !important;
}

/* ========================================================= */
/* 9. ACCESSIBILITY & PREFERS-REDUCED-MOTION                 */
/* ========================================================= */
@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .teams-carousel-stage {
    perspective: none !important;
  }

  .teams-cards-track {
    transform-style: flat !important;
  }

  .team-card {
    transition: none !important;
  }

  .teams-tenure-btn,
  .teams-jump-btn,
  .team-social-btn,
  .teams-nav-btn {
    transition: none !important;
  }
}