/* Pulido aislado: Selección / Miel / «Cuatro expresiones». */
html.seleccion-intro-review .honey-origins.honey-origins-review {
  padding-top: 124px;
  padding-bottom: 124px;
  background: #000;
  scroll-margin-top: 145px;
}

html.seleccion-intro-review .honey-origins-review .honey-origins-head {
  max-width: 1020px;
  margin-bottom: 72px;
}

html.seleccion-intro-review .honey-origins-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-origins-review h2 {
  max-width: 940px;
  margin-bottom: 31px;
  color: #f1ede4;
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: clamp(50px, 5.8vw, 92px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.035em;
  scroll-margin-top: 160px;
}

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

html.seleccion-intro-review .honey-origins-review .honey-origin-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  border-top: 1px solid rgba(197, 156, 76, .29);
  border-bottom: 1px solid rgba(197, 156, 76, .29);
}

html.seleccion-intro-review .honey-origins-review .honey-origin-review {
  min-height: 340px;
  padding: 44px clamp(24px, 2vw, 34px) 48px;
  border-right: 1px solid rgba(197, 156, 76, .29);
}

html.seleccion-intro-review .honey-origins-review .honey-origin-review:last-child {
  border-right: 0;
}

html.seleccion-intro-review .honey-origins-review .honey-origin-review > span {
  color: #c59c4c;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .15em;
}

html.seleccion-intro-review .honey-origins-review .honey-origin-descriptor {
  min-height: 58px;
  margin: 28px 0 20px;
  color: #f1ede4;
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: clamp(32px, 2.8vw, 47px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.025em;
}

html.seleccion-intro-review .honey-origins-review .honey-origin-review p {
  margin: 0;
  color: #d0c9bf;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(19px, calc(1.2vw + 1px), 23px);
  line-height: 1.58;
}

@media (max-width: 1100px) {
  html.seleccion-intro-review .honey-origins-review .honey-origin-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html.seleccion-intro-review .honey-origins-review .honey-origin-review {
    min-height: 300px;
  }

  html.seleccion-intro-review .honey-origins-review .honey-origin-review:nth-child(2) {
    border-right: 0;
  }

  html.seleccion-intro-review .honey-origins-review .honey-origin-review:nth-child(-n+2) {
    border-bottom: 1px solid rgba(197, 156, 76, .29);
  }
}

@media (max-width: 680px) {
  html.seleccion-intro-review .honey-origins.honey-origins-review {
    padding: 98px 23px 104px;
  }

  html.seleccion-intro-review .honey-origins-review .honey-origins-head {
    margin-bottom: 56px;
  }

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

  html.seleccion-intro-review .honey-origins-review h2 {
    margin-bottom: 28px;
    font-size: 50px;
    line-height: 1.02;
  }

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

  html.seleccion-intro-review .honey-origins-review .honey-origin-grid {
    grid-template-columns: 1fr;
  }

  html.seleccion-intro-review .honey-origins-review .honey-origin-review,
  html.seleccion-intro-review .honey-origins-review .honey-origin-review:nth-child(2) {
    min-height: 0;
    padding: 38px 4px 42px;
    border-right: 0;
    border-bottom: 1px solid rgba(197, 156, 76, .29);
  }

  html.seleccion-intro-review .honey-origins-review .honey-origin-review:last-child {
    border-bottom: 0;
  }

  html.seleccion-intro-review .honey-origins-review .honey-origin-review > span {
    font-size: 15px;
  }

  html.seleccion-intro-review .honey-origins-review .honey-origin-descriptor {
    min-height: 0;
    margin: 24px 0 18px;
    font-size: 38px;
  }

  html.seleccion-intro-review .honey-origins-review .honey-origin-review p {
    max-width: 620px;
    font-size: 20px;
    line-height: 1.62;
  }
}
