/* Pulido aislado: Selección / Miel / «Territorio y floración». */
html.seleccion-intro-review .honey-territory.honey-territory-review {
  scroll-margin-top: 145px;
}

html.seleccion-intro-review .honey-territory-review .honey-scene-copy {
  width: min(760px, 46vw);
}

html.seleccion-intro-review .honey-territory-review .eyebrow {
  color: #d4aa58;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(17px, 1.1vw, 20px);
  letter-spacing: .15em;
}

html.seleccion-intro-review .honey-territory-review h2 {
  max-width: 720px;
  margin-bottom: 36px;
  color: #f1ede4;
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: clamp(50px, 6vw, 98px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.035em;
  scroll-margin-top: 160px;
}

html.seleccion-intro-review .honey-territory-review .bodycopy {
  max-width: 730px;
  color: #d8d2c8;
  font-size: clamp(24px, calc(1.55vw + 1px), 30px);
  line-height: 1.56;
}

html.seleccion-intro-review .honey-territory-review .bodycopy p {
  margin-bottom: 27px;
}

html.seleccion-intro-review .honey-territory-review .bodycopy p:last-child {
  margin-bottom: 0;
}

html.seleccion-intro-review .honey-territory-review .statement {
  margin-top: 46px;
  color: #f1ede4;
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: clamp(30px, 3vw, 50px);
  font-weight: 400;
  line-height: 1.22;
  letter-spacing: -.02em;
}

html.seleccion-intro-review .honey-territory-review::after {
  background:
    linear-gradient(90deg, #000 0%, #000 29%, rgba(0,0,0,.9) 38%, rgba(0,0,0,.7) 47%, rgba(0,0,0,.32) 61%, rgba(0,0,0,.1) 75%, rgba(0,0,0,.34) 100%),
    linear-gradient(180deg, #000 0%, transparent 17%, transparent 83%, #000 100%);
}

@media (max-width: 1024px) {
  html.seleccion-intro-review .honey-territory-review .honey-scene-copy {
    width: min(650px, 50vw);
  }

  html.seleccion-intro-review .honey-territory-review h2 {
    font-size: clamp(50px, 5.8vw, 72px);
  }
}

@media (max-width: 900px) {
  html.seleccion-intro-review .honey-territory-review .honey-scene-copy {
    width: 58vw;
  }
}

@media (max-width: 680px) {
  html.seleccion-intro-review .honey-territory.honey-territory-review {
    min-height: 142svh;
    padding-top: 98px;
    padding-bottom: 98px;
    align-items: flex-start;
  }

  html.seleccion-intro-review .honey-territory-review .honey-scene-copy {
    width: 100%;
  }

  html.seleccion-intro-review .honey-territory-review .eyebrow {
    font-size: 17px;
  }

  html.seleccion-intro-review .honey-territory-review h2 {
    max-width: 340px;
    margin-bottom: 30px;
    font-size: 52px;
    line-height: 1.01;
  }

  html.seleccion-intro-review .honey-territory-review .bodycopy {
    font-size: 22px;
    line-height: 1.58;
  }

  html.seleccion-intro-review .honey-territory-review .statement {
    margin-top: 40px;
    font-size: 34px;
    line-height: 1.24;
  }

  html.seleccion-intro-review .honey-territory-review .honey-scene-photo {
    inset: 58% 0 0;
  }

  html.seleccion-intro-review .honey-territory-review::after {
    background:
      linear-gradient(180deg, #000 0%, #000 50%, rgba(0,0,0,.9) 57%, rgba(0,0,0,.38) 67%, rgba(0,0,0,.08) 80%, #000 100%);
  }
}
