/* Hero */
.esteemed-hero {
  position: relative;
  display: flex;
  min-height: 88vh;
  min-height: 88svh;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding-top: 6rem;
  color: #fff;
  background-color: #0a0c14;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 767px) {
  .esteemed-hero {
    padding-top: 10.5rem;
  }

  html.esteemed-announcement-dismissed .esteemed-hero {
    padding-top: 8.75rem;
  }

  .esteemed-hero__content {
    width: 100%;
    max-width: 100%;
    padding-inline: 1.25rem;
    margin-inline: 0;
    box-sizing: border-box;
  }

  .esteemed-hero__copy {
    padding-top: 0.5rem;
    max-width: 100%;
  }

  .esteemed-hero__headline {
    max-width: 100%;
  }

  .esteemed-hero__title {
    margin-top: 1.5rem;
    font-size: clamp(2rem, 8.25vw, 2.6875rem);
    line-height: 1;
    max-width: 100%;
  }

  .esteemed-hero__title-line--desktop {
    display: block;
  }

  .esteemed-hero__title-line--mobile {
    display: none;
  }

  .esteemed-hero__title-line {
    white-space: nowrap;
  }

  .esteemed-hero__desc {
    max-width: 100%;
  }

  .esteemed-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    width: fit-content;
    max-width: 100%;
  }

  .esteemed-hero__actions .esteemed-btn {
    justify-content: center;
    text-align: center;
    width: 100%;
    white-space: nowrap;
    box-sizing: border-box;
  }
}

@media (min-width: 640px) {
  .esteemed-hero {
    min-height: 92vh;
    min-height: 92svh;
    padding-top: 7rem;
  }
}

@media (min-width: 1024px) {
  .esteemed-hero {
    padding-top: 8rem;
  }
}

.esteemed-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: 72% center;
  display: block;
}

@media (max-width: 767px) {
  .esteemed-hero__bg {
    object-position: 68% center;
    transform: none;
  }
}

.esteemed-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.esteemed-hero__overlay--horizontal {
  background: linear-gradient(
    90deg,
    rgba(10, 12, 20, 0.88) 0%,
    rgba(10, 12, 20, 0.72) 34%,
    rgba(10, 12, 20, 0.35) 58%,
    rgba(10, 12, 20, 0.08) 78%,
    transparent 100%
  );
}

@media (max-width: 767px) {
  .esteemed-hero__overlay--horizontal {
    background: linear-gradient(
      180deg,
      rgba(10, 12, 20, 0.35) 0%,
      rgba(10, 12, 20, 0.55) 38%,
      rgba(10, 12, 20, 0.82) 100%
    );
  }
}

.esteemed-hero__overlay--vertical {
  background: linear-gradient(
    180deg,
    rgba(10, 12, 20, 0.35) 0%,
    transparent 28%,
    transparent 88%,
    rgba(10, 12, 20, 0.08) 100%
  );
}

.esteemed-hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-bottom: 2.5rem;
}

@media (min-width: 640px) {
  .esteemed-hero__content {
    padding-bottom: 3rem;
  }
}

@media (min-width: 1024px) {
  .esteemed-hero__content {
    padding-bottom: 3.5rem;
  }
}

.esteemed-hero__copy {
  max-width: 42rem;
}

.esteemed-hero__eyebrow {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgb(255 255 255 / 0.85);
}

.esteemed-hero__headline {
  display: inline-grid;
  grid-template-columns: max-content;
  max-width: 100%;
}

.esteemed-hero__headline .esteemed-hero__title,
.esteemed-hero__headline .esteemed-hero__desc {
  grid-column: 1;
}

.esteemed-hero__headline .esteemed-hero__desc {
  width: 0;
  min-width: 100%;
  max-width: none;
}

.esteemed-hero__title {
  margin: 1.25rem 0 0;
  font-family: var(--esteemed-font-display);
  font-size: clamp(3.25rem, 7vw, 4.4375rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #fff;
}

.esteemed-hero__title-line {
  display: block;
  line-height: 1;
}

.esteemed-hero__title-line--mobile {
  display: none;
}

.esteemed-hero__title-line + .esteemed-hero__title-line {
  margin-top: 0.08em;
}

@media (min-width: 768px) {
  .esteemed-hero__title-line--mobile {
    display: none;
  }
}

.esteemed-hero__desc {
  margin: 1.5rem 0 0;
  font-size: 1rem;
  line-height: 1.65;
  color: rgb(255 255 255 / 0.85);
}

@media (min-width: 640px) {
  .esteemed-hero__desc {
    font-size: 1.125rem;
  }
}

.esteemed-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-top: 2rem;
}

@media (min-width: 640px) {
  .esteemed-hero__actions {
    gap: 1rem;
  }
}

.esteemed-btn--lg {
  padding: 0.875rem 1.75rem;
  font-size: 0.9375rem;
}

.esteemed-btn--ghost {
  border: 1px solid rgb(255 255 255 / 0.35);
  background: transparent;
  color: #fff;
}

.esteemed-btn--ghost:hover {
  border-color: #fff;
  background: rgb(255 255 255 / 0.1);
  color: #fff;
}

.esteemed-hero__edge {
  margin-top: 3rem;
}

@media (min-width: 640px) {
  .esteemed-hero__edge {
    margin-top: 3.5rem;
  }
}

/* Section edge */
.esteemed-section-edge {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.75rem;
}

.esteemed-section-edge__accent {
  width: 2.5rem;
  height: 1px;
  flex-shrink: 0;
  background: var(--esteemed-blue);
}

.esteemed-section-edge--blue .esteemed-section-edge__accent {
  background: #fff;
}

.esteemed-section-edge__line {
  height: 1px;
  min-width: 0;
  flex: 1;
  background: rgb(26 26 26 / 0.12);
}

.esteemed-section-edge--blue .esteemed-section-edge__line {
  background: rgb(255 255 255 / 0.25);
}

/* Elementor: remove default section padding around shortcodes */
.elementor-page .elementor-section-wrap > .elementor-section > .elementor-container > .elementor-column > .elementor-widget-wrap > .elementor-widget-shortcode {
  margin: 0;
}

.elementor-page .elementor-section-wrap > .elementor-section > .elementor-container > .elementor-column > .elementor-widget-wrap {
  padding: 0;
}
