.tevlora-hero {
  position: relative;
  display: grid;
  min-height: min(780px, calc(100vh - 112px));
  overflow: hidden;
  color: #fff;
  background: #0b0d0c;
}

.tevlora-hero__media,
.tevlora-hero__shade {
  position: absolute;
  inset: 0;
}

.tevlora-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 52%;
  transform: scale(1.025);
}

.tevlora-hero__shade {
  background: linear-gradient(90deg, rgba(5, 7, 6, .9) 0%, rgba(5, 7, 6, .62) 42%, rgba(5, 7, 6, .08) 78%);
}

.tevlora-hero__content {
  position: relative;
  z-index: 1;
  align-self: center;
  width: 100%;
  padding-block: 96px;
}

.tevlora-eyebrow {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 0 0 22px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.tevlora-eyebrow::before {
  width: 30px;
  height: 1px;
  content: "";
  background: currentColor;
}

.tevlora-hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 7.5vw, 108px);
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.055em;
}

.tevlora-hero h1 em {
  font-weight: 400;
}

.tevlora-hero__copy {
  max-width: 540px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, .76);
  font-size: 16px;
  line-height: 1.65;
}

.tevlora-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  align-items: center;
  margin-top: 34px;
}

.tevlora-button {
  display: inline-flex;
  min-height: 48px;
  padding: 0 24px;
  align-items: center;
  justify-content: center;
  color: #0b0d0c;
  background: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.tevlora-hero__link {
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.tevlora-hero__link span {
  margin-inline-start: 8px;
}

.tevlora-hero__index {
  position: absolute;
  z-index: 1;
  right: 28px;
  bottom: 22px;
  margin: 0;
  color: rgba(255, 255, 255, .64);
  font-size: 10px;
  letter-spacing: .18em;
}

@media (max-width: 959px) {
  .tevlora-hero {
    min-height: 650px;
  }

  .tevlora-hero__media img {
    object-position: 67% 50%;
  }

  .tevlora-hero__shade {
    background: linear-gradient(0deg, rgba(5, 7, 6, .92) 0%, rgba(5, 7, 6, .55) 58%, rgba(5, 7, 6, .1) 100%);
  }

  .tevlora-hero__content {
    align-self: end;
    padding-block: 86px 74px;
  }

  .tevlora-hero h1 {
    font-size: clamp(46px, 14vw, 70px);
  }

  .tevlora-hero__copy {
    max-width: 410px;
    margin-top: 22px;
    font-size: 14px;
  }

  .tevlora-hero__index {
    right: 18px;
    bottom: 16px;
  }
}

@media (max-width: 420px) {
  .tevlora-hero__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
}
