.team-symbols {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.team-page {
  position: relative;
  z-index: 1;
}

.team-hero {
  min-height: 690px;
  padding: 106px 0 92px;
  border-bottom: 1px solid var(--line);
}

.team-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  align-items: center;
  gap: 86px;
}

.team-title {
  max-width: 820px;
  margin: 18px 0 23px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(54px, 6.2vw, 88px);
  line-height: .95;
  letter-spacing: -.065em;
}

.team-title span {
  color: var(--green);
}

.team-lede {
  max-width: 700px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.team-hero-actions,
.team-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 31px;
}

.team-hero-actions .icon,
.team-cta-actions .icon {
  width: 17px;
  height: 17px;
}

.team-welcome {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 25px;
  color: var(--muted);
  font-size: 12px;
}

.team-welcome strong {
  color: var(--text);
}

.team-hero-panel {
  padding: 30px;
  border: 1px solid rgba(69, 248, 130, .22);
  border-radius: 25px;
  background:
    radial-gradient(circle at 100% 0, rgba(69, 248, 130, .16), transparent 43%),
    rgba(12, 17, 22, .94);
  box-shadow: 0 35px 110px rgba(0, 0, 0, .34);
}

.team-hero-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.team-hero-panel-head strong {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(69, 248, 130, .25);
  border-radius: 13px;
  background: rgba(69, 248, 130, .08);
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
}

.team-hero-panel h2 {
  margin: 18px 0 24px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 31px;
  line-height: 1.05;
}

.team-discipline {
  display: grid;
  grid-template-columns: 45px 1fr;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
}

.team-discipline > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  background: rgba(69, 248, 130, .08);
  color: var(--green);
}

.team-discipline svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.team-discipline strong,
.team-discipline small {
  display: block;
}

.team-discipline strong {
  font-size: 13px;
}

.team-discipline small {
  margin-top: 3px;
  color: var(--muted-2);
  font-size: 12px;
}

.team-directory {
  padding-top: 92px;
}

.team-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 34px;
}

.team-section-heading h2,
.team-cta h2 {
  margin: 10px 0 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.05;
  letter-spacing: -.045em;
}

.team-section-heading > p {
  width: min(490px, 100%);
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.team-card {
  position: relative;
  min-height: 480px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 0, rgba(69, 248, 130, .07), transparent 34%),
    linear-gradient(150deg, rgba(18, 24, 31, .98), rgba(9, 13, 18, .97));
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
  animation: team-card-in 520ms ease both;
  animation-delay: calc(var(--card-index) * 70ms);
}

.team-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--green), transparent);
  opacity: .65;
}

.team-card:hover {
  transform: translateY(-7px);
  border-color: rgba(69, 248, 130, .35);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .3), 0 0 30px rgba(69, 248, 130, .06);
}

.team-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.team-card-number {
  color: var(--muted-2);
  font-family: "Space Grotesk", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.team-active {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.team-active i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 11px rgba(69, 248, 130, .6);
}

.team-avatar-wrap {
  position: relative;
  width: 156px;
  height: 156px;
  margin: 30px auto 24px;
}

.team-avatar-ring {
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  background: conic-gradient(from 90deg, rgba(69, 248, 130, .16), var(--green), rgba(69, 248, 130, .16), var(--green));
  animation: team-ring-spin 14s linear infinite;
}

.team-avatar-ring::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: inherit;
  background: #0d1218;
}

.team-avatar {
  position: absolute;
  inset: 5px;
  z-index: 1;
  width: 146px;
  height: 146px;
  border: 4px solid #0d1218;
  border-radius: 50%;
  object-fit: cover;
  transition: transform 250ms ease;
}

.team-card:hover .team-avatar {
  transform: scale(1.035);
}

.team-role-icon {
  position: absolute;
  right: 3px;
  bottom: 8px;
  z-index: 2;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 4px solid #0d1218;
  border-radius: 50%;
  background: var(--green);
  color: #07100b;
}

.team-role-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.team-role {
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;
}

.team-card h3 {
  margin: 11px 0 10px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 25px;
  text-align: center;
}

.team-card > p {
  min-height: 51px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
  text-align: center;
}

.team-card-foot,
.team-socials {
  margin-top: 22px;
  padding-top: 17px;
  border-top: 1px solid var(--line);
}

.team-card-foot {
  color: var(--muted-2);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;
}

.team-socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.team-socials a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.team-socials a:hover {
  border-color: rgba(69, 248, 130, .3);
  color: var(--green);
}

.team-socials svg {
  width: 11px;
  height: 11px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.team-empty {
  padding: 70px 25px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(14, 19, 25, .84);
  text-align: center;
}

.team-empty h3 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 25px;
}

.team-empty p {
  margin: 10px 0 0;
  color: var(--muted);
}

.team-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding-top: 72px;
}

.team-values article {
  min-height: 180px;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: rgba(13, 18, 24, .72);
}

.team-values span {
  color: var(--green);
  font-family: "Space Grotesk", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.team-values h3 {
  margin: 25px 0 8px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 19px;
}

.team-values p,
.team-cta p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.team-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 55px;
  margin-block: 76px 100px;
  padding: 42px;
  border: 1px solid rgba(69, 248, 130, .25);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0, rgba(69, 248, 130, .19), transparent 40%),
    linear-gradient(140deg, rgba(15, 22, 27, .98), rgba(9, 13, 18, .98));
}

.team-cta p {
  max-width: 680px;
  margin-top: 14px;
}

.team-cta-actions {
  justify-content: flex-end;
  margin-top: 0;
}

@keyframes team-ring-spin {
  to { transform: rotate(360deg); }
}

@keyframes team-card-in {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .team-card,
  .team-avatar-ring {
    animation: none;
  }
}

@media (max-width: 1120px) {
  .team-hero-grid {
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 46px;
  }

  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .team-hero {
    min-height: 0;
    padding-block: 78px 66px;
  }

  .team-hero-grid,
  .team-cta {
    grid-template-columns: 1fr;
  }

  .team-title {
    font-size: clamp(48px, 11vw, 72px);
  }

  .team-section-heading {
    display: grid;
    gap: 17px;
  }

  .team-values {
    grid-template-columns: 1fr;
  }

  .team-cta {
    gap: 26px;
  }

  .team-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .team-hero-grid {
    gap: 34px;
  }

  .team-hero-panel,
  .team-cta {
    padding: 24px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .team-card {
    min-height: 0;
  }

  .team-hero-actions,
  .team-hero-actions .btn,
  .team-cta-actions,
  .team-cta-actions .btn {
    width: 100%;
  }

  .team-hero-actions,
  .team-cta-actions {
    flex-direction: column;
  }
}
