.elementor-9 .elementor-element.elementor-element-0c4d233 {
  display: none !important;
}

.koe-team-section {
  position: relative;
  background: #fff;
  color: #050505;
  padding: clamp(44px, 6vw, 86px) 0 clamp(76px, 9vw, 132px);
  overflow: hidden;
  isolation: isolate;
}

.koe-team-paths {
  position: absolute;
  left: -2vw;
  right: -3vw;
  top: clamp(170px, 15vw, 260px);
  height: clamp(360px, 36vw, 560px);
  z-index: 0;
  pointer-events: none;
  opacity: 0.84;
  transform: rotate(4deg);
  transform-origin: 0% 28%;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, #000 10%, #000 88%, transparent 100%),
    linear-gradient(180deg, #000 0%, #000 68%, transparent 100%);
  mask-image:
    linear-gradient(90deg, transparent 0%, #000 10%, #000 88%, transparent 100%),
    linear-gradient(180deg, #000 0%, #000 68%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}

.koe-team-paths svg {
  width: 100%;
  height: 100%;
  display: block;
}

.koe-team-paths path {
  fill: none;
  stroke: #050505;
  stroke-width: 1.05;
  stroke-linecap: round;
  stroke-dasharray: 280 58;
  stroke-dashoffset: 0;
  opacity: 0.36;
  vector-effect: non-scaling-stroke;
  animation: koeTeamPathDrift 8.5s linear infinite, koeTeamPathPulse 4.2s ease-in-out infinite;
}

.koe-team-paths path:nth-child(2n) {
  animation-direction: reverse;
  animation-duration: 10s, 5.4s;
  opacity: 0.32;
}

.koe-team-paths path:nth-child(3n) {
  animation-duration: 12s, 5s;
  stroke-width: 1.45;
  opacity: 0.48;
}

.koe-team-paths path:nth-child(n + 11) {
  opacity: 0.28;
}

@keyframes koeTeamPathDrift {
  to {
    stroke-dashoffset: -438;
  }
}

@keyframes koeTeamPathPulse {
  0%,
  100% {
    stroke-opacity: 0.36;
  }

  50% {
    stroke-opacity: 0.76;
  }
}

@media (prefers-reduced-motion: reduce) {
  .koe-team-paths path {
    animation: none;
  }
}

.koe-team-inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1640px);
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 72px);
}

.koe-team-header {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 24px;
  margin-bottom: clamp(22px, 3vw, 44px);
}

.koe-team-title {
  margin: 0 !important;
  display: inline-block;
  color: #050505 !important;
  font-family: "AvenirLTStd-Black", "AvenirLTStd-Roman", "Roboto", sans-serif !important;
  font-size: clamp(62px, 8.4vw, 128px) !important;
  font-weight: 900 !important;
  letter-spacing: 0;
  line-height: 0.9 !important;
  text-transform: uppercase !important;
  white-space: nowrap;
  clip-path: inset(0 100% 0 0);
  animation: koeTeamTypeReveal 0.8s steps(4, end) 0.15s forwards;
}

.koe-team-title::after {
  content: "";
  display: inline-block;
  width: 0.06em;
  height: 0.78em;
  margin-left: 0.06em;
  background: currentColor;
  vertical-align: -0.04em;
  animation: koeTeamTypeCaret 0.7s steps(1, end) 0.15s 4 forwards;
}

@keyframes koeTeamTypeReveal {
  to {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes koeTeamTypeCaret {
  0%,
  49% {
    opacity: 1;
  }

  50%,
  100% {
    opacity: 0;
  }
}

.koe-team-controls {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: clamp(4px, 1vw, 14px);
}

.koe-team-controls.is-hidden {
  display: none;
}

.koe-team-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: #050505;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease, opacity 180ms ease;
}

.koe-team-arrow:hover {
  transform: translateY(-1px);
}

.koe-team-arrow:disabled {
  background: #d0d0d0;
  color: #777;
  cursor: default;
  opacity: 1;
  transform: none;
}

.koe-team-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(360px, 34vw);
  gap: clamp(24px, 2vw, 36px);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 18px;
  scrollbar-width: none;
}

.koe-team-track::-webkit-scrollbar {
  display: none;
}

.koe-team-member {
  min-width: 0;
  scroll-snap-align: start;
}

.koe-team-photo {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #dcdcdc;
  cursor: pointer;
}

.koe-team-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 360ms ease, filter 260ms ease;
}

.koe-team-photo::after {
  content: "Click to read";
  position: absolute;
  right: 18px;
  bottom: 16px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.9);
  font-family: "AvenirLTStd-Roman", "Roboto", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.koe-team-photo:hover img,
.koe-team-photo:focus-visible img,
.koe-team-photo.is-active img {
  filter: brightness(0.42);
  transform: scale(1.04);
}

.koe-team-photo:hover::after,
.koe-team-photo:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.koe-team-photo.is-active::after {
  opacity: 0;
}

.koe-team-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(20px, 2.1vw, 34px);
  color: #fff;
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
  transition: opacity 260ms ease, transform 260ms ease;
}

.koe-team-photo.is-active .koe-team-overlay {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.koe-team-name {
  margin: 22px 0 8px !important;
  color: #050505 !important;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif !important;
  font-size: clamp(28px, 2.4vw, 44px) !important;
  font-weight: 900 !important;
  letter-spacing: 0;
  line-height: 0.95 !important;
  text-transform: uppercase !important;
}

.koe-team-quote {
  margin: 0 0 14px;
  color: #fff;
  font-family: "AvenirLTStd-Black", "AvenirLTStd-Roman", "Roboto", sans-serif;
  font-size: clamp(17px, 1.25vw, 24px);
  font-weight: 700;
  line-height: 1.2;
}

.koe-team-copy {
  display: grid;
  gap: 0.65em;
  max-width: 54ch;
  max-height: 78%;
  overflow-y: auto;
  color: #fff;
  font-family: "AvenirLTStd-Roman", "Roboto", sans-serif;
  font-size: clamp(12px, 0.82vw, 14px);
  font-weight: 400;
  line-height: 1.55;
  scrollbar-width: none;
}

.koe-team-copy::-webkit-scrollbar {
  display: none;
}

.koe-team-copy p {
  margin: 0;
}

.koe-team-copy strong {
  font-family: "AvenirLTStd-Black", "AvenirLTStd-Roman", "Roboto", sans-serif;
  font-weight: 900;
}

@media (max-width: 767px) {
  .koe-team-section {
    padding: 48px 0 78px;
  }

  .koe-team-paths {
    left: -70%;
    right: -78%;
    top: 140px;
    height: 470px;
    opacity: 0.95;
    transform: rotate(8deg);
    transform-origin: 0% 22%;
    -webkit-mask-image:
      linear-gradient(90deg, transparent 0%, #000 14%, #000 100%),
      linear-gradient(180deg, #000 0%, #000 76%, transparent 100%);
    mask-image:
      linear-gradient(90deg, transparent 0%, #000 14%, #000 100%),
      linear-gradient(180deg, #000 0%, #000 76%, transparent 100%);
    -webkit-mask-composite: source-in;
    mask-composite: intersect;
  }

  .koe-team-paths path {
    stroke-width: 1.25;
    opacity: 0.46;
  }

  .koe-team-inner {
    padding: 0 20px;
  }

  .koe-team-header {
    grid-template-columns: 1fr auto;
    gap: 16px;
    margin-bottom: 22px;
  }

  .koe-team-title {
    font-size: clamp(58px, 18vw, 84px);
  }

  .koe-team-controls {
    gap: 8px;
    padding-bottom: 4px;
  }

  .koe-team-arrow {
    width: 48px;
    height: 32px;
    font-size: 17px;
  }

  .koe-team-track {
    grid-auto-columns: min(82vw, 360px);
    gap: 24px;
    margin-right: -20px;
    padding-right: 20px;
  }

  .koe-team-name {
    margin-top: 18px;
    font-size: clamp(30px, 10vw, 42px);
  }

  .koe-team-overlay {
    padding: 20px;
  }

  .koe-team-photo::after {
    content: "Tap to read";
    opacity: 1;
    transform: translateY(0);
  }

  .koe-team-photo.is-active::after {
    opacity: 0;
  }

  .koe-team-copy {
    font-size: 12px;
    line-height: 1.5;
  }
}
