.hero-slider {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #24110c;
  color: #ffffff;
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  pointer-events: none;
  transition:
    opacity 420ms ease,
    visibility 420ms ease;
}

.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  pointer-events: auto;
}

.hero-slide-image,
.hero-slide-overlay {
  position: absolute;
  inset: 0;
}

.hero-slide-image {
  background-position: center;
  background-size: cover;
  transform: scale(1.04);
  transition: transform 1800ms ease;
}

.hero-slide.is-active .hero-slide-image {
  transform: scale(1);
}

.hero-slide-image-one {
  background-image: none;
}

.hero-slide-image-two {
  background-image: none;
}

.hero-slide-overlay {
  background:
    linear-gradient(rgba(35, 11, 4, 0.55), rgba(35, 11, 4, 0.58)),
    radial-gradient(circle at center, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.4));
}

.hero-slide-split {
  background: #00ABD3;
}

.hero-slide-split .hero-slide-image,
.hero-slide-split.is-active .hero-slide-image {
  transform: none;
}

.hero-slide-massage {
  background:
    linear-gradient(135deg, rgba(0, 171, 211, 0.98), rgba(0, 171, 211, 0.9)),
    #00ABD3;
}

.hero-split-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 0.78fr);
  gap: clamp(1.5rem, 3.4vw, 4rem);
  align-items: center;
  width: min(100% - clamp(2rem, 7vw, 9rem), 1500px);
  min-height: 100vh;
  margin-inline: auto;
  padding: 138px 0 58px;
}

.hero-split-inner::before {
  content: "ADL";
  position: absolute;
  right: 28%;
  bottom: 2%;
  color: rgba(255, 255, 255, 0.08);
  font-size: clamp(11rem, 24vw, 30rem);
  font-weight: 950;
  line-height: 0.8;
  pointer-events: none;
}

.hero-split-copy {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: start;
  gap: clamp(1rem, 2.2vw, 2rem);
  max-width: 720px;
  justify-self: center;
}

.hero-split-kicker {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(0.78rem, 1vw, 0.95rem);
  font-weight: 950;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.hero-split-copy h1 {
  display: grid;
  gap: 0.18em;
  margin: 0;
  color: #ffffff;
  font-size: clamp(3.1rem, 5vw, 6.4rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.92;
  text-transform: uppercase;
  text-shadow: 0 12px 28px rgba(0, 65, 84, 0.22);
}

.hero-split-copy h1 span {
  display: block;
  white-space: normal;
}

.hero-split-subtitle {
  max-width: 520px;
  margin: -0.5rem 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.15rem, 2vw, 1.65rem);
  font-weight: 650;
  letter-spacing: 0.02em;
}

.hero-split-media {
  position: relative;
  z-index: 1;
  align-self: end;
  justify-self: center;
  margin: 0;
}

.hero-split-media::before {
  content: "";
  position: absolute;
  inset: 8% -8% 0 14%;
  z-index: -1;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.24), transparent 64%);
  filter: blur(22px);
}

.hero-split-media img {
  width: min(100%, 590px);
  height: min(76vh, 710px);
  margin-inline: auto;
  object-fit: contain;
  object-position: center bottom;
}

.hero-slide-split .hero-button {
  min-width: 220px;
  min-height: 62px;
  background: rgba(255, 255, 255, 0.12);
  border: 2px solid rgba(255, 255, 255, 0.9);
  color: #ffffff;
  letter-spacing: 0.08em;
  box-shadow: 0 16px 36px rgba(0, 75, 95, 0.18);
}

.hero-slide-split .hero-button:hover,
.hero-slide-split .hero-button:focus-visible {
  background: #ffffff;
  border-color: #ffffff;
  color: #01a3c9;
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: min(100% - 2rem, 1180px);
  margin-inline: auto;
  padding: 9rem 5rem 7rem;
  opacity: 0;
  text-align: center;
  transition: opacity 180ms ease;
}

.hero-slide.is-active .hero-content {
  opacity: 1;
}

.hero-kicker {
  margin: 0 0 1.2rem;
  color: #ffffff;
  font-size: clamp(0.8rem, 1.15vw, 1rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero-content h1 {
  max-width: 1120px;
  margin: 0 auto 2.15rem;
  color: #ffffff;
  font-size: clamp(2.8rem, 4.8vw, 5.2rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.04;
  text-transform: uppercase;
}

.hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 205px;
  min-height: 66px;
  padding: 1rem 1.6rem;
  background: #23ACCF;
  color: #000;
  font-size: 0.95rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.hero-button:hover,
.hero-button:focus-visible {
  background: #23ACCF;
  color: #000;
}

.hero-arrow {
  position: absolute;
  top: auto;
  bottom: 2rem;
  z-index: 2;
  width: 76px;
  height: 76px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  transform: none;
}

.hero-arrow span {
  display: block;
  width: 42px;
  height: 42px;
  border-top: 3px solid currentColor;
  border-left: 3px solid currentColor;
}

.hero-arrow-prev {
  left: clamp(1rem, 5vw, 6rem);
}

.hero-arrow-prev span {
  transform: rotate(-45deg);
}

.hero-arrow-next {
  right: clamp(1rem, 5vw, 6rem);
}

.hero-arrow-next span {
  margin-left: auto;
  transform: rotate(135deg);
}

.hero-dots {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  z-index: 2;
  display: flex;
  gap: 0.6rem;
}

.hero-dot {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 2px solid #ffffff;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
}

.hero-dot.is-active {
  background: #23ACCF;
  border-color: #23ACCF;
}

.scroll-down {
  position: absolute;
  bottom: 2.4rem;
  left: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  gap: 0.75rem;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.scroll-down span:last-child {
  font-size: 1.7rem;
  font-weight: 600;
}

@media (max-width: 760px) {
  .hero-slider {
    min-height: max(720px, 100vh);
  }

  .hero-slide-image-one {
    background-image: none;
  }

  .hero-split-inner {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    width: min(100% - 2rem, 620px);
    min-height: max(720px, 100vh);
    padding: 105px 0 0;
  }

  .hero-split-inner::before {
    right: auto;
    left: 50%;
    bottom: 24%;
    font-size: clamp(10rem, 52vw, 18rem);
    transform: translateX(-50%);
  }

  .hero-split-copy {
    justify-items: center;
    text-align: center;
  }

  .hero-split-copy h1 {
    font-size: clamp(2.35rem, 9.5vw, 3.75rem);
    line-height: 1;
  }

  .hero-split-subtitle {
    margin-top: -0.25rem;
    font-size: 1.05rem;
  }

  .hero-split-media {
    align-self: end;
  }

  .hero-split-media img {
    width: min(100%, 520px);
    height: min(50vh, 500px);
    margin-inline: auto;
  }

  .hero-content {
    width: 100%;
    padding: 7rem 2.5rem 8rem;
  }

  .hero-content h1 {
    font-size: 36px;
    line-height: 40px;
  }

  .hero-arrow {
    top: auto;
    bottom: 5.4rem;
    width: 52px;
    height: 52px;
    transform: none;
  }

  .hero-arrow span {
    width: 28px;
    height: 28px;
  }

  .hero-dots {
    right: 1rem;
  }
}
