/* ==========================================================================
   FIGMA-ACCURATE TEAM PAGE STYLESHEET (css/team.css)
   Recreated 1:1 from Figma: "Team"
   ========================================================================== */

/* --------------------------------------------------------------------------
   FIGMA TEAL TOP HEADER
   -------------------------------------------------------------------------- */
.site-header.figma-teal-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #00D09C;
  color: #FFFFFF;
  border-bottom: none;
  box-shadow: 0 4px 20px rgba(0, 208, 156, 0.25);
  z-index: 1000;
}

.site-header.figma-teal-header .brand-logo {
  color: #FFFFFF;
}

.site-header.figma-teal-header .brand-logo .logo-dot {
  background-color: #FFFFFF;
}

.site-header.figma-teal-header .nav-link {
  color: rgba(255, 255, 255, 0.90);
  font-weight: 600;
  font-size: 14px;
}

.site-header.figma-teal-header .nav-link:hover,
.site-header.figma-teal-header .nav-link.active {
  color: #FFFFFF;
}

.site-header.figma-teal-header .nav-link::after {
  background: #FFFFFF;
}

.site-header.figma-teal-header .btn-outline {
  border-color: rgba(255, 255, 255, 0.45);
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.12);
}

.site-header.figma-teal-header .btn-outline:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: #FFFFFF;
}

.site-header.figma-teal-header .btn-primary {
  background: #FFFFFF;
  color: #07251F;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}

.site-header.figma-teal-header .btn-primary:hover {
  background: #F4F6F5;
  transform: translateY(-1px);
}

.site-header.figma-teal-header .mobile-nav-toggle span {
  background: #FFFFFF;
}

/* --------------------------------------------------------------------------
   PAGE WRAPPER & SHARED TYPOGRAPHY
   -------------------------------------------------------------------------- */
.figma-team-page {
  background-color: #FAFCFB;
  color: #111A18;
  overflow-x: hidden;
}

.team-page-main {
  padding-bottom: 80px;
}

.kicker-tag {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #00D09C;
  margin-bottom: 12px;
  display: inline-block;
}

.section-title {
  font-size: clamp(28px, 3.8vw, 42px);
  font-weight: 700;
  color: #111A18;
  line-height: 1.22;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}

.section-title em {
  font-style: italic;
  font-weight: 700;
  color: #00D09C;
}

.section-subtitle {
  font-size: 15px;
  color: #475551;
  max-width: 680px;
  line-height: 1.6;
}

/* --------------------------------------------------------------------------
   1. HERO SECTION
   -------------------------------------------------------------------------- */
.figma-team-hero {
  padding: calc(var(--nav-height, 72px) + 36px) 0 70px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 48px;
  align-items: center;
}

.hero-left-text {
  max-width: 580px;
}

.hero-title {
  font-size: clamp(32px, 4.2vw, 48px);
  font-weight: 700;
  line-height: 1.18;
  color: #111A18;
  letter-spacing: -0.025em;
  margin-bottom: 20px;
}

.hero-title em {
  font-style: italic;
  font-weight: 700;
  color: #00D09C;
}

.hero-desc {
  font-size: 15px;
  line-height: 1.68;
  color: #475551;
  margin-bottom: 24px;
}

.team-quick-stats {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.stat-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 9999px;
  background: #FFFFFF;
  border: 1px solid rgba(18, 95, 80, 0.15);
  font-size: 12px;
  font-weight: 700;
  color: #07251F;
  box-shadow: 0 4px 12px rgba(18, 95, 80, 0.05);
}

.stat-pill-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00D09C;
}

.hero-right-media {
  display: flex;
  justify-content: center;
}

.hero-image-card {
  width: 100%;
  max-width: 520px;
  aspect-ratio: 16 / 11;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 48px rgba(7, 37, 31, 0.12);
  border: 1px solid rgba(18, 95, 80, 0.12);
}

.hero-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.hero-image-card:hover img {
  transform: scale(1.03);
}

/* --------------------------------------------------------------------------
   2. STADIUM CAPSULE PILLS ROW (FIGMA ACCURATE)
   -------------------------------------------------------------------------- */
.figma-team-capsules-section {
  padding: 70px 0;
  background: #FFFFFF;
  border-top: 1px solid rgba(18, 95, 80, 0.08);
  border-bottom: 1px solid rgba(18, 95, 80, 0.08);
}

.capsules-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
}

.capsules-carousel-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 36px;
}

.capsules-carousel-viewport {
  overflow: hidden;
  width: 100%;
  padding: 16px 0 24px;
  cursor: grab;
  user-select: none;
  touch-action: pan-y pinch-zoom;
}

.capsules-carousel-viewport:active {
  cursor: grabbing;
}

.stadium-capsules-track {
  display: flex;
  gap: 18px;
  transition: transform 0.45s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
}

.stadium-capsule-pill {
  flex: 0 0 calc((100% - 5 * 18px) / 6);
  min-width: 160px;
  height: 310px;
  border-radius: 9999px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 14px 32px rgba(7, 37, 31, 0.14);
  border: 2px solid rgba(18, 95, 80, 0.12);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.35s ease, border-color 0.35s ease;
  user-select: none;
  cursor: pointer;
}

.stadium-capsule-pill:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 48px rgba(0, 208, 156, 0.28);
  border-color: #00D09C;
}

.stadium-capsule-pill.is-prominent {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 22px 52px rgba(0, 208, 156, 0.35);
  border-color: #00D09C;
}

.stadium-capsule-pill.is-prominent:hover {
  transform: translateY(-10px) scale(1.04);
}

.capsule-image-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.capsule-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.stadium-capsule-pill:hover .capsule-image-wrap img {
  transform: scale(1.08);
}

.capsule-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 37, 31, 0.1) 0%, rgba(7, 37, 31, 0.5) 60%, rgba(7, 37, 31, 0.95) 100%);
  z-index: 1;
}

.capsule-content {
  position: relative;
  z-index: 2;
  padding: 0 12px 24px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.capsule-name {
  font-size: 13px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 2px;
}

.capsule-role {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 10px;
}

.capsule-badge-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #00D09C;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.carousel-nav-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 12px;
}

.c-arrow-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid rgba(18, 95, 80, 0.25);
  background: #FFFFFF;
  color: #07251F;
  font-size: 18px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
  box-shadow: 0 4px 12px rgba(7, 37, 31, 0.08);
}

.c-arrow-btn:hover {
  background: #00D09C;
  color: #FFFFFF;
  border-color: #00D09C;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 208, 156, 0.35);
}

.c-arrow-btn:active {
  transform: translateY(0) scale(0.95);
}

.c-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.c-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(18, 95, 80, 0.25);
  cursor: pointer;
  transition: all 0.3s ease;
}

.c-dot:hover {
  background: rgba(0, 208, 156, 0.6);
  transform: scale(1.2);
}

.c-dot.active {
  background: #00D09C;
  width: 24px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 208, 156, 0.4);
}

/* --------------------------------------------------------------------------
   3. FEATURED LEADER SPOTLIGHT
   -------------------------------------------------------------------------- */
.figma-leader-spotlight-section {
  padding: 80px 0;
}

.spotlight-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr 0.95fr;
  gap: 24px;
  align-items: center;
}

.leader-photo-card {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 48px rgba(7, 37, 31, 0.14);
  border: 1px solid rgba(18, 95, 80, 0.12);
}

.leader-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spotlight-quote-card {
  background: #FFFFFF;
  border-radius: 28px;
  padding: 36px 32px;
  border: 1px solid rgba(18, 95, 80, 0.12);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
}

.linkedin-badge-row {
  margin-bottom: 18px;
}

.linkedin-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #F4F8FA;
  padding: 6px 14px;
  border-radius: 9999px;
  border: 1px solid rgba(10, 102, 194, 0.15);
  font-size: 13px;
  color: #07251F;
}

.leader-quote-text {
  font-size: 15px;
  line-height: 1.68;
  color: #111A18;
  font-weight: 500;
  margin-bottom: 24px;
}

.spotlight-actions {
  display: flex;
}

.spotlight-side-capsule {
  display: flex;
  justify-content: center;
  gap: 14px;
}

.stadium-capsule-pill.mini {
  height: 270px;
  width: 120px;
  border-radius: 9999px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 12px 28px rgba(7, 37, 31, 0.12);
  border: 1px solid rgba(18, 95, 80, 0.12);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #07251F;
}

/* --------------------------------------------------------------------------
   4. "Find your way in." (4 PATHWAY CARDS)
   -------------------------------------------------------------------------- */
.figma-findway-section {
  padding: 70px 0 90px;
  background: #F4F8F6;
  border-top: 1px solid rgba(18, 95, 80, 0.08);
}

.findway-header {
  margin-bottom: 40px;
}

.findway-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.findway-card {
  background: #FFFFFF;
  border-radius: 20px;
  border: 1px solid rgba(18, 95, 80, 0.10);
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(18, 95, 80, 0.05);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.findway-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(18, 95, 80, 0.12);
}

.findway-card-media {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #0C3E34;
}

.findway-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.findway-card:hover .findway-card-media img {
  transform: scale(1.06);
}

.findway-card-body {
  padding: 22px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.findway-card-title {
  font-size: 16px;
  font-weight: 700;
  color: #111A18;
  margin-bottom: 8px;
}

.findway-card-desc {
  font-size: 13px;
  color: #6B7C77;
  line-height: 1.55;
  margin-bottom: 18px;
}

.findway-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #00D09C;
  text-decoration: none;
  transition: gap 0.2s ease;
}

.findway-link:hover {
  gap: 10px;
}

/* --------------------------------------------------------------------------
   FIGMA SITE FOOTER
   -------------------------------------------------------------------------- */
.figma-site-footer {
  background: #EAEFEA;
  color: #111A18;
  padding: 70px 0 30px;
  border-top: 1px solid rgba(18, 95, 80, 0.12);
}

.figma-site-footer .footer-top-grid {
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  gap: 48px;
  margin-bottom: 48px;
}

.figma-site-footer .footer-brand-col {
  max-width: 320px;
}

.figma-site-footer .footer-logo {
  margin-bottom: 14px;
  display: inline-flex;
}

.figma-site-footer .footer-tagline {
  font-size: 13px;
  color: #475551;
  line-height: 1.6;
}

.figma-site-footer .footer-nav-cols {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.figma-site-footer .footer-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.figma-site-footer .col-title {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #111A18;
  margin-bottom: 6px;
}

.figma-site-footer .footer-col a {
  font-size: 13px;
  color: #475551;
  text-decoration: none;
  transition: color 0.2s ease;
}

.figma-site-footer .footer-col a:hover {
  color: #00D09C;
}

.figma-site-footer .footer-bottom-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding: 20px 0;
  border-top: 1px solid rgba(18, 95, 80, 0.12);
  border-bottom: 1px solid rgba(18, 95, 80, 0.12);
  margin-bottom: 24px;
}

.figma-site-footer .footer-contact-items {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.figma-site-footer .contact-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #475551;
}

.figma-site-footer .footer-cert-badges {
  display: flex;
  gap: 8px;
}

.figma-site-footer .cert-pill {
  padding: 4px 10px;
  border-radius: 9999px;
  background: #FFFFFF;
  border: 1px solid rgba(18, 95, 80, 0.15);
  font-size: 11px;
  font-weight: 700;
  color: #07251F;
}

.figma-site-footer .footer-copyright-line {
  text-align: center;
  font-size: 12px;
  color: #6B7C77;
}

/* --------------------------------------------------------------------------
   RESPONSIVE BREAKPOINTS (DESKTOP -> TABLET -> SMARTPHONE)
   -------------------------------------------------------------------------- */
@media (max-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .stadium-capsules-track {
    gap: 16px;
  }
  .stadium-capsule-pill {
    flex: 0 0 calc((100% - 3 * 16px) / 4);
    min-width: 140px;
    height: 290px;
  }
  .spotlight-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .spotlight-side-capsule {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 12px;
  }
  .findway-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .figma-site-footer .footer-top-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .figma-team-hero {
    padding: calc(var(--nav-height, 60px) + 24px) 0 40px;
  }
  .stadium-capsules-track {
    gap: 12px;
  }
  .stadium-capsule-pill {
    flex: 0 0 calc((100% - 12px) / 2);
    min-width: 130px;
    height: 260px;
  }
  .spotlight-side-capsule {
    display: flex;
    justify-content: center;
    gap: 12px;
  }
  .stadium-capsule-pill.mini {
    height: 230px;
    width: 105px;
  }
  .findway-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .findway-card {
    padding: 16px 14px;
  }
  .findway-card-media {
    aspect-ratio: 1 / 1;
    border-radius: 14px;
    margin-bottom: 12px;
  }
  .findway-card-title {
    font-size: 15px;
    margin-bottom: 6px;
  }
  .findway-card-desc {
    font-size: 11.5px;
    line-height: 1.45;
    margin-bottom: 12px;
  }
  .findway-link {
    font-size: 11.5px;
  }
  .figma-site-footer .footer-nav-cols {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1200px) {
  .stadium-capsule-pill {
    flex: 0 0 calc((100% - 4 * 16px) / 5);
  }
}
@media (max-width: 768px) {
  .stadium-capsules-track {
    gap: 14px;
  }
  .stadium-capsule-pill {
    flex: 0 0 calc((100% - 2 * 14px) / 3);
    min-width: 130px;
    height: 280px;
  }
}
@media (max-width: 420px) {
  .stadium-capsule-pill {
    flex: 0 0 72%;
    height: 270px;
  }
}
