.homepage-hero {
  position: relative;
  width: 100%;
  min-height: min(1068px, 100vh);
  /* padding: 9rem 2rem clamp(10rem, 18vw, 14rem); */
  overflow: hidden;
  background-color: #030a07;
}
.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-tint {
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(3, 10, 7, 0.8) 0%,
    rgba(3, 10, 7, 0.2) 25%,
    rgba(3, 10, 7, 0.1) 50%,
    rgba(3, 10, 7, 0.2) 75%,
    rgba(3, 10, 7, 0.8) 100%
  );
}
.homepage-hero__bottom-gradient {
  z-index: 2;
  top: auto;
  height: clamp(240px, 42vw, 480px);
  background: linear-gradient(180deg, rgba(3, 10, 7, 0) 0%, #030a07 100%);
}
.homepage-hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(5px) brightness(0.4) saturate(0.74);
  transform: scale(1.06);
}
.homepage-hero__inner {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100vh;
  max-width: 1728px;
  margin: 0 auto;
  /* min-height: min(975px, calc(100vh - 10rem)); */
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-items: center;
}
.homepage-hero__content-card {
  position: relative;
  z-index: 5;
  max-width: 50%;
  margin: 0 0 0 clamp(1.25rem, 12vw, 13.7rem);
  /* padding: 0 0 clamp(6rem, 10vw, 8rem); */
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: flex-start; */
}
.homepage-hero__figure-wrap {
  position: absolute;
  right: clamp(-2rem, 2vw, 3.5rem);
  bottom: 0;
  z-index: 1;
  height: min(82vh, 855px);
  width: min(34.4vw, 593px);
  pointer-events: none;
}
.homepage-hero__figure-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.homepage-hero__eyebrow-wrap {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.homepage-hero__eyebrow-line {
  display: inline-block;
  width: 48px;
  height: 1px;
  background: #3fc1d9;
  flex: 0 0 auto;
}
.homepage-hero__eyebrow {
  display: inline-flex;
  color: #3fc1d9;
  font-family: "Lora", serif;
  font-size: clamp(1rem, 1.2vw, 1.125rem);
  font-weight: 700;
  letter-spacing: 0.012em;
  line-height: 1.1;
  text-transform: none;
}
.homepage-hero__title {
  margin: 0;
  color: white;
  font-size: 81px;
  font-family: Lora;
  font-weight: 400;
  line-height: 89.1px;
  word-wrap: break-word;
}

@media (max-width: 900px) {
  .homepage-hero__title {
    font-size: 40px;
    line-height: 1.1;
  }
}

.homepage-hero__title-base,
.homepage-hero__title-emphasis {
  display: inline;
}
.homepage-hero__title-emphasis {
  color: #3fc1d9;
  font-style: italic;
}
.homepage-hero__title-base br,
.homepage-hero__title-emphasis br {
  display: block;
}
.homepage-hero__subtitle {
  max-width: 482px;
  margin: 1.5rem 0 0;
  color: #989898;
  font-family: "Open Sans", sans-serif;
  font-size: clamp(1rem, 1.4vw, 1.1875rem);
  line-height: 1.3;
}
.homepage-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  margin-top: 3rem;
}
.homepage-hero__button.button {
  min-height: 72px;
  margin-top: 0;
  padding: 1.5rem 3rem;
  border-radius: 0;
  box-shadow:
    0 20px 25px rgba(255, 178, 25, 0.2),
    0 8px 10px rgba(255, 178, 25, 0.2);
  font-family: "Lora", serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.homepage-hero__button.button {
  background: #e8744a;
  color: #030a07;
}
.homepage-hero__button.button span {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}
.homepage-hero__button.button:hover {
  background: #ff9d79;
  transform: translateY(-2px);
}
.homepage-hero__secondary-link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: #e8744a;
  font-family: "Lora", serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.homepage-hero__secondary-link-line {
  width: 32px;
  height: 1px;
  background: currentColor;
}
.homepage-hero__secondary-link:hover {
  color: #ff9f78;
}
.homepage-hero__scroll-indicator {
  position: absolute;
  right: 1.875rem;
  bottom: clamp(10rem, 14vw, 12rem);
  z-index: 15;
  display: inline-flex;
  /* flex-direction: column; */
  align-items: center;
  gap: 0.35rem;
  color: rgba(255, 255, 255, 0.6);
  opacity: 0.3;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.homepage-hero__scroll-text {
  font-family: "Lora", serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.1;
}
.homepage-hero__scroll-arrow {
  display: inline-flex;
  width: 16px;
  height: 16px;
}
.homepage-hero__scroll-arrow svg {
  width: 100%;
  height: 100%;
}
.homepage-hero__stats-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
}

@media (max-width: 991px) {
  .homepage-hero {
    min-height: 960px;
    padding: 8rem 1.25rem 11rem;
  }
  .homepage-hero__inner {
    min-height: 820px;
    align-items: flex-end;
  }
  .homepage-hero__content-card {
    max-width: 560px;
    margin-left: 0;
    padding-bottom: 5rem;
  }
  .homepage-hero__figure-wrap {
    right: -2rem;
    width: min(42vw, 360px);
  }
  .homepage-hero__scroll-indicator {
    right: 1rem;
    bottom: 10rem;
  }
  .homepage-hero__stats-wrap {
    left: 1.25rem;
    right: 1.25rem;
    bottom: 2rem;
  }
}
@media (max-width: 640px) {
  .homepage-hero {
    min-height: auto;
    padding-top: 7rem;
    padding-bottom: 2rem;
  }
  .homepage-hero__eyebrow-wrap {
    gap: 0.75rem;
    margin-bottom: 1.25rem;
  }
  .homepage-hero__inner {
    min-height: auto;
    flex-direction: column;
    align-items: flex-start;
  }
  .homepage-hero__content-card {
    max-width: 100%;
    padding-bottom: 0;
  }
  .homepage-hero__figure-wrap {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(82vw, 360px);
    height: min(120vw, 520px);
    margin: 2rem auto 0;
    order: 2;
    transform: none;
  }
  .homepage-hero__actions {
    gap: 1rem;
    margin-top: 2rem;
  }
  .homepage-hero__button.button {
    min-height: 60px;
    padding: 1.15rem 1.5rem;
  }
  .homepage-hero__secondary-link {
    font-size: 0.875rem;
    letter-spacing: 0.14em;
  }
  .homepage-hero__scroll-indicator {
    display: none;
  }
  .homepage-hero__stats-wrap {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 2rem;
  }
}
@media (max-width: 360px) {
  .homepage-hero__button.button {
    width: 100%;
    min-width: 0;
  }
}
