.honey-comb-review {
  scroll-margin-top: 145px;
}

.honey-comb-review .honey-scene-photo {
  inset: 0 0 0 39%;
}

.honey-comb-review .honey-scene-photo img {
  object-position: center;
  filter: saturate(.88) contrast(1.08) brightness(1.04);
}

.honey-comb-review .honey-scene-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .82) 0%, rgba(0, 0, 0, .46) 18%, rgba(0, 0, 0, .08) 48%, rgba(0, 0, 0, .16) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .58) 0%, transparent 17%, transparent 82%, rgba(0, 0, 0, .68) 100%);
}

.honey-comb-review::after {
  background:
    linear-gradient(90deg, #000 0%, #000 26%, rgba(0, 0, 0, .86) 40%, rgba(0, 0, 0, .56) 53%, rgba(0, 0, 0, .17) 72%, rgba(0, 0, 0, .38) 100%),
    linear-gradient(180deg, #000 0%, transparent 16%, transparent 84%, #000 100%);
}

.honey-comb-review .honey-scene-copy {
  position: relative;
  z-index: 1;
  width: min(780px, 47vw);
  text-align: left;
}

.honey-comb-review .eyebrow {
  margin-bottom: 20px;
  font-size: clamp(18px, calc(1.1vw + 1px), 21px);
}

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

.honey-comb-review .bodycopy {
  max-width: 750px;
  font-size: clamp(24px, calc(1.55vw + 1px), 30px);
  line-height: 1.55;
}

.honey-comb-review .bodycopy p {
  margin-bottom: 27px;
}

.honey-comb-review .statement {
  margin-top: 46px;
  font-family: "Bodoni Moda", "Bodoni 72", Didot, Georgia, serif;
  font-size: clamp(30px, 3vw, 50px);
  line-height: 1.22;
  text-transform: none;
}

@media (max-width: 900px) and (min-width: 681px) {
  .honey-comb-review .honey-scene-copy {
    width: 54vw;
  }

  .honey-comb-review h2 {
    font-size: clamp(50px, 7.4vw, 72px);
  }

  .honey-comb-review .bodycopy {
    font-size: 24px;
  }
}

@media (max-width: 680px) {
  .honey-comb-review {
    display: flex;
    min-height: 0;
    padding: 92px 23px 0;
    flex-direction: column;
    align-items: stretch;
  }

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

  .honey-comb-review .honey-scene-copy {
    order: 1;
    width: 100%;
  }

  .honey-comb-review .eyebrow {
    margin-bottom: 18px;
    font-size: 17px;
  }

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

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

  .honey-comb-review .bodycopy p {
    margin-bottom: 24px;
  }

  .honey-comb-review .statement {
    margin-top: 39px;
    font-size: 30px;
    line-height: 1.24;
  }

  .honey-comb-review .honey-scene-photo {
    position: relative;
    z-index: 0;
    inset: auto;
    order: 2;
    width: auto;
    height: 78vw;
    min-height: 310px;
    margin: 58px -23px 0;
  }

  .honey-comb-review .honey-scene-photo::after {
    background:
      linear-gradient(180deg, #000 0%, rgba(0, 0, 0, .22) 18%, transparent 38%, transparent 77%, #000 100%),
      linear-gradient(90deg, rgba(0, 0, 0, .32), transparent 18%, transparent 82%, rgba(0, 0, 0, .32));
  }
}
