/* Selección híbrida: AOVE y aguacate editados, relato completo de miel. */
.seleccion-corta-editada .product-chapter-transition {
  position: relative;
  display: grid;
  min-height: clamp(230px, 30svh, 330px);
  place-items: center;
  overflow: hidden;
  padding: clamp(58px, 8vh, 92px) clamp(24px, 6vw, 110px);
  border-block: 0;
  background: #000;
  isolation: isolate;
}

.seleccion-corta-editada .product-chapter-transition::before {
  content: "";
  position: absolute;
  inset: 12% 22%;
  z-index: -1;
  background: radial-gradient(ellipse at center, rgba(197, 156, 76, .075), transparent 68%);
  pointer-events: none;
}

.seleccion-corta-editada .product-chapter-transition p {
  margin: 0;
  color: #f1ede4;
  font-family: var(--font-serif, "Bodoni Moda", Didot, serif);
  font-size: clamp(68px, 11vw, 190px);
  font-weight: 400;
  line-height: .88;
  letter-spacing: -.045em;
  text-align: center;
}

.seleccion-corta-editada .selection-short-aove-closing {
  display: flex;
  min-height: min(82svh, 900px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  text-align: center;
}

.seleccion-corta-editada .selection-short-aove-closing > * {
  position: static;
  grid-area: auto;
  width: min(100%, 1000px);
  margin-inline: auto;
  transform: none;
}

.seleccion-corta-editada .selection-short-aove-closing .eyebrow {
  margin-bottom: clamp(22px, 3vw, 38px);
}

.seleccion-corta-editada .selection-short-aove-closing .display,
.seleccion-corta-editada .selection-short-aove-closing .bodycopy,
.seleccion-corta-editada .selection-short-aove-closing .closing,
.seleccion-corta-editada .selection-short-aove-closing .closing-line,
.seleccion-corta-editada .selection-short-aove-closing .final-links {
  margin-inline: auto;
  text-align: center;
}

.seleccion-corta-editada .selection-short-aove-closing .bodycopy {
  margin-top: clamp(28px, 3.5vw, 48px);
}

.seleccion-corta-editada .selection-short-aove-closing .closing,
.seleccion-corta-editada .selection-short-aove-closing .closing-line {
  position: relative;
  margin-top: clamp(72px, 8vw, 120px);
  padding-top: clamp(32px, 4vw, 55px);
}

.seleccion-corta-editada .selection-short-aove-closing .closing::before,
.seleccion-corta-editada .selection-short-aove-closing .closing-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 64px;
  height: 1px;
  background: rgba(197, 156, 76, .65);
  transform: translateX(-50%);
}

.seleccion-corta-editada .selection-short-aove-closing .final-links {
  margin-top: clamp(42px, 5vw, 72px);
}

.seleccion-corta-editada .honey-truths {
  display: flex;
  flex-wrap: wrap;
  gap: 12px clamp(18px, 2.2vw, 36px);
  margin: clamp(28px, 4vw, 48px) 0 0;
  padding: 0;
  color: #c59c4c;
  font-size: clamp(12px, .9vw, 15px);
  font-weight: 500;
  letter-spacing: .14em;
  line-height: 1.5;
  list-style: none;
  text-transform: uppercase;
}

.seleccion-corta-editada .honey-truths li {
  white-space: nowrap;
}

.seleccion-corta-editada .honey-territory-review .honey-scene-photo,
.seleccion-corta-editada .honey-apiary-review .honey-scene-photo,
.seleccion-corta-editada .honey-comb-review .honey-scene-photo,
.seleccion-corta-editada .nature .nature-photo {
  position: absolute;
  overflow: hidden;
}

.seleccion-corta-editada .honey-territory-review .honey-scene-photo::after,
.seleccion-corta-editada .honey-apiary-review .honey-scene-photo::after,
.seleccion-corta-editada .honey-comb-review .honey-scene-photo::after,
.seleccion-corta-editada .nature .nature-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 0, 0, .32), transparent 36%, transparent 68%, rgba(0, 0, 0, .18)),
              linear-gradient(0deg, rgba(0, 0, 0, .34), transparent 34%);
  pointer-events: none;
}

.seleccion-corta-editada .selection-short-closing {
  display: flex;
  min-height: min(88svh, 940px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.seleccion-corta-editada .selection-short-closing > * {
  margin-inline: auto;
}

.seleccion-corta-editada .selection-short-closing .display {
  margin-inline: auto;
  text-align: center;
}

@media (max-width: 820px) {
  .seleccion-corta-editada .product-chapter-transition {
    min-height: clamp(210px, 27svh, 280px);
    padding-block: 54px;
  }

  .seleccion-corta-editada .selection-short-aove-closing,
  .seleccion-corta-editada .selection-short-closing {
    min-height: 68svh;
  }

  .seleccion-corta-editada .honey-truths {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
  }
}

@media (max-width: 520px) {
  .seleccion-corta-editada .product-chapter-transition {
    min-height: 205px;
    padding: 48px 20px;
  }

  .seleccion-corta-editada .product-chapter-transition p {
    font-size: clamp(58px, 19vw, 86px);
  }

  .seleccion-corta-editada .selection-short-aove-closing,
  .seleccion-corta-editada .selection-short-closing {
    min-height: 0;
  }

  .seleccion-corta-editada .selection-short-aove-closing .closing {
    margin-top: 60px;
  }

  .seleccion-corta-editada .honey-truths {
    font-size: 12px;
    letter-spacing: .1em;
  }
}

/* Pulido editorial final: las escenas se funden con el negro sin alterar su contenido. */
html.seleccion-intro-review.seleccion-corta-editada body :is(
  .aove-hero-review,
  .aove-intro-triptych,
  .oil-process-editorial,
  .selection-short-aove-closing,
  .honey-hero-review,
  .honey-philosophy-review,
  .honey-territory-review,
  .honey-origins-review,
  .honey-apiary-review,
  .honey-comb-review,
  .honey-process-review,
  .honey-knowledge-review,
  .honey-closing-review,
  #aguacates.hero,
  .manifesto,
  .proof,
  .nature,
  .journey-review,
  .guide-review,
  .knowledge-review,
  .selection-short-closing
) {
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
}

html.seleccion-intro-review.seleccion-corta-editada .aove-intro-triptych .aove-triptych-center::before,
html.seleccion-intro-review.seleccion-corta-editada .aove-intro-triptych .aove-triptych-center::after {
  content: none;
}

html.seleccion-intro-review.seleccion-corta-editada .aove-intro-triptych .aove-triptych-photo::after {
  background:
    linear-gradient(180deg, #000 0%, rgba(0, 0, 0, .28) 10%, transparent 28%, transparent 72%, rgba(0, 0, 0, .38) 90%, #000 100%),
    radial-gradient(ellipse at center, transparent 46%, rgba(0, 0, 0, .18) 76%, rgba(0, 0, 0, .5) 100%);
  box-shadow: none;
}

html.seleccion-intro-review.seleccion-corta-editada :is(
  .honey-territory-review,
  .honey-apiary-review,
  .honey-comb-review
) .honey-scene-photo {
  position: absolute;
  overflow: hidden;
}

html.seleccion-intro-review.seleccion-corta-editada :is(
  .honey-territory-review,
  .honey-apiary-review,
  .honey-comb-review
) .honey-scene-photo::after {
  background:
    linear-gradient(180deg, #000 0%, rgba(0, 0, 0, .32) 9%, transparent 25%, transparent 74%, rgba(0, 0, 0, .38) 91%, #000 100%),
    linear-gradient(90deg, rgba(0, 0, 0, .34) 0%, transparent 17%, transparent 82%, rgba(0, 0, 0, .3) 100%);
}

html.seleccion-intro-review.seleccion-corta-editada .honey-process-step::after {
  background:
    linear-gradient(180deg, #000 0%, rgba(0, 0, 0, .24) 12%, transparent 29%, transparent 55%, rgba(0, 0, 0, .78) 80%, #000 100%),
    linear-gradient(90deg, rgba(0, 0, 0, .48) 0%, transparent 15%, transparent 84%, rgba(0, 0, 0, .44) 100%);
}

/* Panal / cristalización: texto a la izquierda, fotografía a la derecha. */
html.seleccion-intro-review.seleccion-corta-editada .honey-comb-review {
  min-height: clamp(780px, 100svh, 980px);
  padding: clamp(94px, 11vh, 132px) clamp(28px, 7vw, 132px);
  display: grid;
  grid-template-columns: minmax(420px, .88fr) minmax(0, 1.12fr);
  align-items: center;
  background: #000;
}

html.seleccion-intro-review.seleccion-corta-editada .honey-comb-review .honey-scene-photo {
  position: absolute;
  inset: 5% 0 5% 43%;
  width: auto;
  height: auto;
}

html.seleccion-intro-review.seleccion-corta-editada .honey-comb-review .honey-scene-photo img {
  object-position: 52% center;
}

html.seleccion-intro-review.seleccion-corta-editada .honey-comb-review::after {
  background:
    linear-gradient(90deg, #000 0%, #000 31%, rgba(0, 0, 0, .96) 39%, rgba(0, 0, 0, .68) 50%, rgba(0, 0, 0, .2) 67%, rgba(0, 0, 0, .22) 100%),
    linear-gradient(180deg, #000 0%, rgba(0, 0, 0, .18) 14%, transparent 28%, transparent 72%, rgba(0, 0, 0, .24) 87%, #000 100%);
}

html.seleccion-intro-review.seleccion-corta-editada .honey-comb-review .honey-scene-copy {
  position: relative;
  z-index: 2;
  grid-column: 1;
  width: min(100%, 540px);
  max-width: 540px;
  margin: 0;
  text-align: left;
}

html.seleccion-intro-review.seleccion-corta-editada .honey-comb-review .bodycopy {
  max-width: 530px;
}

html.seleccion-intro-review.seleccion-corta-editada .honey-comb-review .bodycopy p {
  margin-bottom: 20px;
}

html.seleccion-intro-review.seleccion-corta-editada .honey-comb-review .statement {
  max-width: 470px;
  margin-top: 32px;
}

@media (max-width: 900px) and (min-width: 681px) {
  html.seleccion-intro-review.seleccion-corta-editada .honey-comb-review {
    grid-template-columns: minmax(360px, .95fr) minmax(0, 1.05fr);
    padding-inline: clamp(34px, 5vw, 58px);
  }

  html.seleccion-intro-review.seleccion-corta-editada .honey-comb-review .honey-scene-photo {
    left: 46%;
  }

  html.seleccion-intro-review.seleccion-corta-editada .honey-comb-review .honey-scene-copy {
    width: min(100%, 480px);
  }
}

@media (max-width: 680px) {
  html.seleccion-intro-review.seleccion-corta-editada :is(
    .honey-territory-review,
    .honey-apiary-review,
    .honey-comb-review
  ) .honey-scene-photo {
    position: relative;
  }

  html.seleccion-intro-review.seleccion-corta-editada .honey-comb-review {
    min-height: 0;
    padding: 78px 23px 58px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  html.seleccion-intro-review.seleccion-corta-editada .honey-comb-review::after {
    display: none;
  }

  html.seleccion-intro-review.seleccion-corta-editada .honey-comb-review .honey-scene-copy {
    order: 1;
    width: 100%;
    max-width: none;
  }

  html.seleccion-intro-review.seleccion-corta-editada .honey-comb-review .honey-scene-photo {
    position: relative;
    inset: auto;
    order: 2;
    width: auto;
    height: clamp(300px, 76vw, 430px);
    margin: 44px -23px 0;
  }

  html.seleccion-intro-review.seleccion-corta-editada .honey-comb-review .honey-scene-photo::after {
    background:
      linear-gradient(180deg, #000 0%, rgba(0, 0, 0, .18) 16%, transparent 34%, transparent 72%, #000 100%),
      linear-gradient(90deg, rgba(0, 0, 0, .28), transparent 16%, transparent 84%, rgba(0, 0, 0, .28));
  }

  html.seleccion-intro-review.seleccion-corta-editada .honey-comb-review .statement {
    margin-top: 28px;
  }
}
