.buffalo-run-hero {
  display: block;
  width: 100%;
  overflow: hidden;
  /* margin-top: 7.4rem; */
  max-height: 700px;
}

.buffalo-run-hero__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 28rem;
  max-height: 700px;
}

@media (min-width: 48rem) {
  .buffalo-run-hero__inner {
    flex-direction: row;
    min-height: 36rem;
  }
}

/* ---- Left: Swiper slider ---- */
.buffalo-run-hero__slider {
  position: relative;
  width: 100%;
  height: 22rem;
  flex-shrink: 0;
  overflow: hidden;
}

@media (min-width: 48rem) {
  .buffalo-run-hero__slider {
    width: 50%;
    height: auto;
  }
}

.buffalo-run-hero__slider .swiper-wrapper {
  height: 100%;
}

.buffalo-run-hero__slide {
  height: 100%;
}

.buffalo-run-hero__slide-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

/* ---- Right: text content panel ---- */
.buffalo-run-hero__content {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 2rem;
  overflow: hidden;
}

@media (min-width: 48rem) {
  .buffalo-run-hero__content {
    width: 50%;
    padding: 4rem 3rem;
  }
}

@media (min-width: 64rem) {
  .buffalo-run-hero__content {
    padding: 4rem 5rem;
  }
}

/* Buffalo decorative background image */
.buffalo-run-hero__bg-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 95%;
  height: 100%;
  background-image: url(./images/buffalo.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  opacity: 1;
  pointer-events: none;
}

/* ---- Text ---- */
.buffalo-run-hero__text {
  position: relative;
  z-index: 1;
  width: 100%;
}

.buffalo-run-hero__headlines {
  margin-bottom: 1.5rem;
}

.buffalo-run-hero__line {
  display: block;
  font-size: clamp(2.25rem, 4.5vw, 4rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
  transition: color 1000ms ease;
}

.buffalo-run-hero__subtitle {
  font-size: clamp(0.7rem, 1.5vw, 0.875rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}
