.honey-apiary-review {
  min-height: 105svh;
  padding: 128px clamp(28px, 7vw, 132px);
  scroll-margin-top: 145px;
}

.honey-apiary-review .honey-scene-photo {
  inset: 0 44% 0 0;
  overflow: hidden;
}

.honey-apiary-review .honey-scene-photo img {
  object-fit: cover;
  object-position: 32% 52%;
  filter: saturate(.76) contrast(1.07) brightness(.88);
}

.honey-apiary-review .honey-scene-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 42% 50%, transparent 42%, rgba(0, 0, 0, .16) 78%, rgba(0, 0, 0, .46) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .66) 0%, transparent 19%, transparent 78%, rgba(0, 0, 0, .76) 100%);
}

.honey-apiary-review::after {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .14) 0%, rgba(0, 0, 0, .1) 28%, rgba(0, 0, 0, .28) 40%, rgba(0, 0, 0, .7) 51%, rgba(0, 0, 0, .95) 61%, #000 70%, #000 100%),
    linear-gradient(180deg, #000 0%, transparent 17%, transparent 83%, #000 100%);
}

.honey-apiary-review .honey-scene-copy {
  position: relative;
  z-index: 1;
  width: min(720px, 45vw);
  margin-left: auto;
  text-align: left;
}

.honey-apiary-review .eyebrow {
  color: var(--gold, #c59c4c);
  letter-spacing: .18em;
}

.honey-apiary-review h2 {
  margin-bottom: 38px;
  font-family: "Bodoni Moda", "Bodoni 72", Didot, Georgia, serif;
  font-size: clamp(50px, 5.6vw, 94px);
  line-height: .99;
  text-wrap: balance;
}

.honey-apiary-review .bodycopy {
  max-width: 700px;
  line-height: 1.58;
}

.honey-apiary-review .bodycopy p + p {
  margin-top: 27px;
}

@media (min-width: 1025px) {
  .honey-apiary-review .honey-scene-copy {
    transform: translateX(82px);
  }
}

@media (max-width: 1024px) {
  .honey-apiary-review {
    padding-inline: clamp(28px, 5vw, 60px);
  }

  .honey-apiary-review .honey-scene-photo {
    inset-right: 47%;
  }

  .honey-apiary-review .honey-scene-copy {
    width: min(48vw, 610px);
  }

  .honey-apiary-review h2 {
    font-size: clamp(48px, 6.8vw, 72px);
  }
}

@media (max-width: 680px) {
  .honey-apiary-review {
    display: grid;
    min-height: 0;
    padding: 0 23px 104px;
    align-items: start;
  }

  .honey-apiary-review::after {
    display: none;
  }

  .honey-apiary-review .honey-scene-photo {
    position: relative;
    z-index: 0;
    inset: auto;
    grid-row: 1;
    width: auto;
    height: 70vw;
    min-height: 270px;
    margin: 0 -23px 58px;
  }

  .honey-apiary-review .honey-scene-photo img {
    object-position: 36% 57%;
    filter: saturate(.78) contrast(1.06) brightness(.91);
  }

  .honey-apiary-review .honey-scene-photo::after {
    background:
      radial-gradient(ellipse at 45% 48%, transparent 44%, rgba(0, 0, 0, .18) 82%, rgba(0, 0, 0, .42) 100%),
      linear-gradient(180deg, rgba(0, 0, 0, .54) 0%, transparent 18%, transparent 68%, #000 100%);
  }

  .honey-apiary-review .honey-scene-copy {
    grid-row: 2;
    width: 100%;
    margin: 0;
  }

  .honey-apiary-review .eyebrow {
    font-size: 17px;
  }

  .honey-apiary-review h2 {
    margin-bottom: 30px;
    font-size: 52px;
    line-height: 1;
  }

  .honey-apiary-review .bodycopy {
    font-size: 22px;
    line-height: 1.58;
  }

  .honey-apiary-review .bodycopy p + p {
    margin-top: 24px;
  }
}

@media (max-width: 390px) {
  .honey-apiary-review h2 {
    font-size: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .honey-apiary-review,
  .honey-apiary-review * {
    scroll-behavior: auto !important;
  }
}
