.homepage-hero {
  --hero-navy: #082030;
  --hero-dark: #0b0f14;
  --hero-gold: #c8a46a;
  --hero-white: #ffffff;

  position: relative;
  width: 100%;
  min-height: 100svh;
  overflow: hidden;
  border-bottom: 30px solid var(--hero-gold);
  border-bottom-right-radius: 110px;
  border-bottom-left-radius: 110px;
  background: var(--color-brand-gray-bg);
  color: var(--hero-white);
}

.homepage-hero__video-wrap,
.homepage-hero__video-tint,
.homepage-hero__bottom-gradient {
  position: absolute;
  inset: 0;
}

.homepage-hero__video-wrap {
  z-index: 0;
}

.homepage-hero__video-wrap picture {
  display: block;
  width: 100%;
  height: 100%;
}

.homepage-hero__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.homepage-hero__video-tint {
  z-index: 1;
  background: linear-gradient(90deg, var(--hero-navy) 0%, rgba(8, 32, 48, 0.5) 100%);
}

.homepage-hero__brand-wordmark {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 40%;
  width: 100%;
  /* max-width: 1695px; */
  color: rgba(255, 255, 255, 0.2);
  font-family: var(--font-display);
  font-size: clamp(100px, 17.7vw, 350px);
  font-weight: var(--fw-regular);
  line-height: 0.72;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  pointer-events: none;
  user-select: none;
}



.homepage-hero__bottom-gradient {
  z-index: 3;
  top: auto;
  height: 285px;
  border-bottom-right-radius: 110px;
  border-bottom-left-radius: 110px;
  background: linear-gradient(180deg, rgba(11, 15, 20, 0) 0%, var(--hero-dark) 100%);
}

.homepage-hero__bottom-rim {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
  height: 285px;
  border-bottom-right-radius: 110px;
  border-bottom-left-radius: 110px;
  pointer-events: none;
}

.homepage-hero__bottom-rim--wide {
  border-bottom: 61px solid rgba(255, 255, 255, 0.1);
}

.homepage-hero__bottom-rim--narrow {
  border-bottom: 31px solid rgba(255, 255, 255, 0.1);
}

.homepage-hero__inner {
  position: relative;
  z-index: 5;
  width: min(100%, 1728px);
  min-height: calc(100svh - 30px);
  margin: 0 auto;
  padding: 0 30px 116px 219px;
}

.homepage-hero__figure-wrap {
  position: absolute;
  left: min(45.4vw, 785px);
  bottom: 0;
  z-index: 4;
  width: min(33.75vw, 583px);
  height: min(73.5vh, 785px);
  pointer-events: none;
}

.homepage-hero__figure-wrap picture,
.homepage-hero__figure-image {
  display: block;
  width: 100%;
  height: 100%;
}

.homepage-hero__figure-image {
  object-fit: contain;
  object-position: bottom center;
}

.homepage-hero__title {
  position: absolute;
  left: 219px;
  bottom: 104px;
  z-index: 7;
  width: min(847px, calc(100% - 438px));
  margin: 0;
  color: var(--hero-white);
  font-family: var(--font-display);
  font-size: 81px;
  font-weight: var(--fw-regular);
  line-height: 1.1;
  letter-spacing: 0;
}

.homepage-hero__title-base,
.homepage-hero__title-emphasis {
  display: inline;
}

.homepage-hero__title-emphasis {
  color: var(--hero-gold);
  font-style: italic;
}

.homepage-hero__title-base br,
.homepage-hero__title-emphasis br {
  display: block;
}

.homepage-hero__scroll-indicator {
  position: absolute;
  right: 30px;
  bottom: 135px;
  z-index: 15;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: var(--hero-white);
  opacity: 0.3;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-decoration: none;
}

.homepage-hero__scroll-text {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: var(--fw-bold);
  line-height: 1.1;
  letter-spacing: 0;
}

.homepage-hero__scroll-arrow {
  display: inline-flex;
  width: 16px;
  height: 16px;
}

.homepage-hero__scroll-arrow svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 1399px) {
  .homepage-hero__inner {
    padding-left: 96px;
  }

  .homepage-hero__title {
    left: 96px;
    width: min(760px, calc(100% - 192px));
    font-size: 67px;
  }

  .homepage-hero__figure-wrap {
    left: 49vw;
    width: 35vw;
  }
}

@media (max-width: 1139px) {
  .homepage-hero {
    border-bottom-width: 24px;
    border-bottom-right-radius: 72px;
    border-bottom-left-radius: 72px;
  }

  .homepage-hero__bottom-gradient,
  .homepage-hero__bottom-rim {
    border-bottom-right-radius: 72px;
    border-bottom-left-radius: 72px;
  }

  .homepage-hero__inner {
    padding: 0 40px 96px;
  }

  .homepage-hero__brand-wordmark {
    top: 51%;
    font-size: clamp(112px, 21vw, 190px);
  }

  .homepage-hero__title {
    left: 40px;
    bottom: 90px;
    width: min(620px, calc(100% - 80px));
    font-size: 56px;
  }

  .homepage-hero__figure-wrap {
    left: auto;
    right: 5vw;
    width: 42vw;
    opacity: 0.92;
  }

  .homepage-hero__scroll-indicator {
    right: 20px;
  }
}

@media (max-width: 767px) {
  .homepage-hero {
    min-height: 720px;
    border-bottom-width: 18px;
    border-bottom-right-radius: 42px;
    border-bottom-left-radius: 42px;
  }

  .homepage-hero__bottom-gradient,
  .homepage-hero__bottom-rim {
    border-bottom-right-radius: 42px;
    border-bottom-left-radius: 42px;
  }

  .homepage-hero__bottom-rim--wide {
    border-bottom-width: 36px;
  }

  .homepage-hero__bottom-rim--narrow {
    border-bottom-width: 18px;
  }

  .homepage-hero__inner {
    min-height: 702px;
    padding: 0 20px 72px;
  }

  .homepage-hero__brand-wordmark {
    top: 60%;
    font-size: clamp(60px, 16vw, 100px);
  }

  .homepage-hero__figure-wrap {
    right: 50%;
    /* bottom: 92px; */
    width: min(70vw, 340px);
    height: 430px;
    transform: translateX(50%);
  }

  .homepage-hero__title {
    left: 20px;
    right: 20px;
    /* bottom: 48px; */
    top: 96px;
    width: auto;
    font-size: 42px;
  }

  .homepage-hero__scroll-indicator {
    display: none;
  }
}
