.tevlora-editorial {
  color: #fff;
  background: #0b0d0c;
}

.tevlora-editorial__inner {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 72px;
  align-items: center;
  padding-block: 92px;
}

.tevlora-editorial__eyebrow {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 0 0 20px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}

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

.tevlora-editorial h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 5.4vw, 74px);
  font-weight: 400;
  line-height: .94;
  letter-spacing: -.05em;
}

.tevlora-editorial__copy > p:not(.tevlora-editorial__eyebrow) {
  max-width: 480px;
  margin: 26px 0 32px;
  color: rgba(255, 255, 255, .7);
  line-height: 1.65;
}

.tevlora-editorial__copy > a,
.tevlora-editorial__cta a {
  display: inline-flex;
  min-height: 48px;
  padding: 0 24px;
  align-items: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .7);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
}

.tevlora-editorial__media {
  position: relative;
  display: block;
  min-height: 520px;
  overflow: hidden;
  color: #fff;
}

.tevlora-editorial__media img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.tevlora-editorial__media span {
  position: absolute;
  right: 18px;
  bottom: 16px;
  font-size: 10px;
  letter-spacing: .16em;
}

.tevlora-paths {
  position: relative;
  padding-block: 88px;
  color: #0b0d0c;
  background: #f4f1e9;
  box-shadow: 0 0 0 100vmax #f4f1e9;
  clip-path: inset(0 -100vmax);
}

.tevlora-editorial__eyebrow--dark {
  color: #0b0d0c;
}

.tevlora-paths h2 {
  max-width: 720px;
  font-size: clamp(42px, 5.2vw, 70px);
}

.tevlora-paths__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 44px;
  border-top: 1px solid rgba(11, 13, 12, .24);
}

.tevlora-paths__grid a {
  display: grid;
  min-height: 220px;
  padding: 26px 24px;
  color: #0b0d0c;
  border-right: 1px solid rgba(11, 13, 12, .24);
  text-decoration: none;
}

.tevlora-paths__grid a:first-child {
  border-left: 1px solid rgba(11, 13, 12, .24);
}

.tevlora-paths__grid span {
  font-size: 10px;
  letter-spacing: .18em;
}

.tevlora-paths__grid strong {
  align-self: end;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 400;
}

.tevlora-paths__grid small {
  margin-top: 8px;
  color: #666259;
}

.tevlora-paths__grid b {
  justify-self: end;
  font-size: 22px;
}

.tevlora-editorial__cta {
  padding-block: 86px;
  text-align: center;
  background: #191c1a;
}

.tevlora-editorial__cta .tevlora-editorial__eyebrow {
  justify-content: center;
}

.tevlora-editorial__cta h2 {
  margin-bottom: 30px;
}

.tevlora-editorial__cta a {
  color: #0b0d0c;
  background: #fff;
  border-color: #fff;
}

@media (max-width: 959px) {
  .tevlora-editorial__inner {
    grid-template-columns: 1fr;
    gap: 42px;
    padding-block: 64px;
  }

  .tevlora-editorial__media,
  .tevlora-editorial__media img {
    min-height: 380px;
  }

  .tevlora-paths {
    padding-block: 60px;
  }

  .tevlora-paths__grid {
    grid-template-columns: 1fr;
  }

  .tevlora-paths__grid a,
  .tevlora-paths__grid a:first-child {
    min-height: 150px;
    border-right: 1px solid rgba(11, 13, 12, .24);
    border-bottom: 1px solid rgba(11, 13, 12, .24);
    border-left: 1px solid rgba(11, 13, 12, .24);
  }
}
