.hero {
  background: linear-gradient(135deg, #fffdf8 0%, #f3ede4 58%, #e3e9e6 100%);
  overflow: hidden;
  padding: 0;
  text-align: left;
}

.hero-inner {
  align-items: stretch;
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(460px, 1.06fr);
  max-width: none;
  min-height: 640px;
  width: min(1380px, 100%);
}

.hero-copy {
  align-self: center;
  padding: 88px 58px 88px max(48px, calc((100vw - 1180px) / 2));
  position: relative;
  z-index: 1;
}

.hero h1 {
  font-size: clamp(3.4rem, 5.2vw, 5.8rem);
  max-width: 760px;
}

.hero .lead {
  margin: 0 0 38px;
  max-width: 650px;
}

.hero-image {
  background-image: linear-gradient(90deg, #f3ede4 0%, rgba(243, 237, 228, .18) 15%, rgba(243, 237, 228, 0) 32%), url("assets/hero-journals-v3.webp");
  background-position: center;
  background-size: cover;
  min-height: 640px;
}

.purchase-action {
  margin: 30px 0 28px;
}

.purchase-action .button {
  min-width: 185px;
}

@media (max-width: 900px) {
  .hero-inner {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hero-copy {
    padding: 78px 48px 64px;
    text-align: center;
  }

  .hero h1,
  .hero .lead {
    margin-inline: auto;
  }

  .hero-image {
    background-image: linear-gradient(180deg, #f3ede4 0%, rgba(243, 237, 228, 0) 18%), url("assets/hero-journals-v3.webp");
    background-position: center 42%;
    min-height: 520px;
  }
}

@media (max-width: 600px) {
  .hero-copy {
    padding: 68px 24px 48px;
  }

  .hero h1 {
    font-size: 3.15rem;
  }

  .hero .lead {
    font-size: 18px;
  }

  .hero-image {
    background-position: center;
    min-height: 390px;
  }
}
