.gh-gallery {
  background: #161818;
  color: #fff;
  overflow: hidden;
}

.gh-gallery__heading {
  align-items: end;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  margin-bottom: 28px;
}

.gh-gallery__heading h2 {
  color: #fff;
  margin-bottom: 0;
}

.gh-gallery__heading > p {
  color: rgba(255, 255, 255, .7);
  margin: 0;
  max-width: 520px;
}

.gh-slider {
  aspect-ratio: 16 / 8;
  background: #0d0e0e;
  min-height: 420px;
  overflow: hidden;
  position: relative;
}

.gh-slide {
  inset: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  transform: scale(1.035);
  transition: opacity .8s ease, transform 6s ease;
  visibility: hidden;
}

.gh-slide.is-active {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
  z-index: 1;
}

.gh-slide img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.gh-slide::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, .72), transparent 46%);
  content: "";
  inset: 0;
  position: absolute;
}

.gh-slide figcaption {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  left: 32px;
  letter-spacing: .02em;
  position: absolute;
  top: 28px;
  z-index: 2;
}

.gh-all-in-one-mark {
  display: block;
  margin-top: 34px;
  max-width: 330px;
  width: min(100%, 330px);
}

.page-hero__inner {
  padding-right: 360px;
  position: relative;
}

.gh-hero-logo {
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, .28));
  max-height: 270px;
  object-fit: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 270px;
}

.gh-slider__button {
  align-items: center;
  background: rgba(18, 19, 19, .78);
  border: 1px solid rgba(255, 255, 255, .35);
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 1.5rem;
  height: 48px;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background .2s ease, border-color .2s ease;
  width: 48px;
  z-index: 3;
}

.gh-slider__button:hover,
.gh-slider__button:focus-visible {
  background: #e30613;
  border-color: #e30613;
}

.gh-slider__button--prev { left: 20px; }
.gh-slider__button--next { right: 20px; }

.gh-slider__dots {
  bottom: 31px;
  display: flex;
  gap: 9px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 3;
}

.gh-slider__dot {
  background: rgba(255, 255, 255, .5);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  height: 7px;
  padding: 0;
  transition: background .25s ease, width .25s ease;
  width: 7px;
}

.gh-slider__dot.is-active {
  background: #e30613;
  width: 28px;
}

.gh-gallery__cta {
  margin-top: 28px;
  text-align: center;
}

@media (max-width: 760px) {
  .page-hero__inner {
    padding-right: 0;
  }

  .gh-hero-logo {
    margin-top: 28px;
    max-height: 145px;
    position: static;
    transform: none;
    width: 145px;
  }

  .gh-gallery__heading {
    align-items: start;
    flex-direction: column;
    gap: 12px;
  }

  .gh-slider {
    aspect-ratio: 4 / 3;
    min-height: 300px;
  }

  .gh-slide figcaption {
    left: 20px;
    max-width: calc(100% - 120px);
    top: 22px;
  }

  .gh-all-in-one-mark {
    margin-top: 24px;
    max-width: 230px;
  }

  .gh-slider__button {
    height: 42px;
    width: 42px;
  }

  .gh-slider__button--prev { left: 12px; }
  .gh-slider__button--next { right: 12px; }
  .gh-slider__dots { bottom: 24px; left: auto; right: 20px; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .gh-slide { transition: opacity .01ms linear; }
}
.section--dark .rich-copy > p{color:#fff}
