/* Variante paralela AOVE: Picual / relato / Arbequina. */
html.seleccion-intro-review .aove-intro.aove-intro-review.aove-intro-triptych {
  min-height: 960px;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(280px, 29fr) minmax(540px, 42fr) minmax(280px, 29fr);
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  background: #020202;
  border-bottom: 1px solid rgba(197, 156, 76, 0.18);
}

html.seleccion-intro-review .aove-intro-triptych .aove-triptych-photo {
  position: relative;
  min-width: 0;
  min-height: 960px;
  margin: 0;
  overflow: hidden;
  isolation: isolate;
  background: #060603;
}

html.seleccion-intro-review .aove-intro-triptych .aove-triptych-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7) saturate(0.73) contrast(1.1) sepia(0.04);
  transform: scale(1.015);
}

html.seleccion-intro-review .aove-intro-triptych .aove-triptych-picual img {
  object-position: 34% center;
}

html.seleccion-intro-review .aove-intro-triptych .aove-triptych-arbequina img {
  object-position: 50% center;
}

html.seleccion-intro-review .aove-intro-triptych .aove-triptych-photo::before,
html.seleccion-intro-review .aove-intro-triptych .aove-triptych-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

html.seleccion-intro-review .aove-intro-triptych .aove-triptych-picual::before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.06) 48%, rgba(0, 0, 0, 0.9) 100%);
}

html.seleccion-intro-review .aove-intro-triptych .aove-triptych-arbequina::before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.06) 52%, rgba(0, 0, 0, 0.35) 100%);
}

html.seleccion-intro-review .aove-intro-triptych .aove-triptych-photo::after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.72) 0%, transparent 28%, transparent 73%, rgba(0, 0, 0, 0.38) 100%);
  box-shadow: inset 0 0 90px 20px rgba(0, 0, 0, 0.3);
}

html.seleccion-intro-review .aove-intro-triptych .aove-triptych-photo figcaption {
  position: absolute;
  top: 180px;
  z-index: 3;
  color: #e2bd6a;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.95);
}

html.seleccion-intro-review .aove-intro-triptych .aove-triptych-photo figcaption span {
  margin-right: 10px;
  color: rgba(241, 237, 228, 0.72);
  font-size: 12px;
}

html.seleccion-intro-review .aove-intro-triptych .aove-triptych-picual figcaption {
  right: 34px;
  text-align: right;
}

html.seleccion-intro-review .aove-intro-triptych .aove-triptych-arbequina figcaption {
  left: 34px;
}

html.seleccion-intro-review .aove-intro-triptych .aove-triptych-center {
  position: relative;
  z-index: 4;
  min-width: 0;
  padding: 94px clamp(38px, 3.2vw, 64px) 86px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #020202;
  box-shadow: -30px 0 54px rgba(0, 0, 0, 0.78), 30px 0 54px rgba(0, 0, 0, 0.78);
}

html.seleccion-intro-review .aove-intro-triptych .aove-triptych-center::before,
html.seleccion-intro-review .aove-intro-triptych .aove-triptych-center::after {
  content: "";
  position: absolute;
  top: 9%;
  bottom: 9%;
  width: 1px;
  background: linear-gradient(0deg, transparent, rgba(197, 156, 76, 0.42) 22%, rgba(197, 156, 76, 0.42) 78%, transparent);
}

html.seleccion-intro-review .aove-intro-triptych .aove-triptych-center::before { left: 0; }
html.seleccion-intro-review .aove-intro-triptych .aove-triptych-center::after { right: 0; }

html.seleccion-intro-review .aove-intro-triptych .eyebrow {
  margin: 0 0 22px;
  font-size: clamp(15px, 1.05vw, 19px);
  text-align: center;
}

html.seleccion-intro-review .aove-intro-triptych h2 {
  max-width: 680px;
  margin: 0 auto;
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: clamp(64px, 5.25vw, 88px);
  line-height: 0.99;
  text-align: center;
  text-wrap: balance;
}

html.seleccion-intro-review .aove-intro-triptych .aove-triptych-copy {
  max-width: 660px;
  margin: 50px auto 0;
  text-align: left;
}

html.seleccion-intro-review .aove-intro-triptych .lead {
  margin: 0 0 25px;
  font-size: clamp(32px, 2.35vw, 43px);
  line-height: 1.2;
  text-align: center;
}

html.seleccion-intro-review .aove-intro-triptych .bodycopy {
  max-width: 660px;
  color: #ddd7cd;
  font-size: clamp(20px, 1.25vw, 23px);
  line-height: 1.58;
}

html.seleccion-intro-review .aove-intro-triptych .bodycopy p {
  margin: 0 0 19px;
}

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

html.seleccion-intro-review .aove-intro-triptych .bodycopy strong {
  color: #fffaf0;
  font-weight: 500;
}

@media (max-width: 1180px) {
  html.seleccion-intro-review .aove-intro.aove-intro-review.aove-intro-triptych {
    min-height: 930px;
    grid-template-columns: minmax(230px, 27fr) minmax(500px, 46fr) minmax(230px, 27fr);
  }

  html.seleccion-intro-review .aove-intro-triptych .aove-triptych-photo {
    min-height: 930px;
  }

  html.seleccion-intro-review .aove-intro-triptych .aove-triptych-center {
    padding-inline: 34px;
  }

  html.seleccion-intro-review .aove-intro-triptych h2 {
    font-size: clamp(59px, 6vw, 76px);
  }

  html.seleccion-intro-review .aove-intro-triptych .bodycopy {
    font-size: 20px;
  }
}

@media (max-width: 900px) {
  html.seleccion-intro-review .aove-intro.aove-intro-review.aove-intro-triptych {
    min-height: auto;
    padding: 0;
    grid-template-columns: 1fr;
  }

  html.seleccion-intro-review .aove-intro-triptych .aove-triptych-photo {
    min-height: clamp(390px, 62svh, 620px);
  }

  html.seleccion-intro-review .aove-intro-triptych .aove-triptych-picual img {
    object-position: 38% center;
  }

  html.seleccion-intro-review .aove-intro-triptych .aove-triptych-picual::before,
  html.seleccion-intro-review .aove-intro-triptych .aove-triptych-arbequina::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.03) 48%, rgba(0, 0, 0, 0.32) 100%);
  }

  html.seleccion-intro-review .aove-intro-triptych .aove-triptych-photo figcaption {
    right: auto;
    top: 165px;
    bottom: auto;
    left: 24px;
    font-size: 16px;
    text-align: left;
  }

  html.seleccion-intro-review .aove-intro-triptych .aove-triptych-center {
    padding: 82px 42px 88px;
    box-shadow: 0 -26px 48px rgba(0, 0, 0, 0.78), 0 26px 48px rgba(0, 0, 0, 0.78);
  }

  html.seleccion-intro-review .aove-intro-triptych .aove-triptych-center::before,
  html.seleccion-intro-review .aove-intro-triptych .aove-triptych-center::after {
    top: auto;
    bottom: auto;
    left: 9%;
    right: 9%;
    width: auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(197, 156, 76, 0.42) 22%, rgba(197, 156, 76, 0.42) 78%, transparent);
  }

  html.seleccion-intro-review .aove-intro-triptych .aove-triptych-center::before { top: 0; }
  html.seleccion-intro-review .aove-intro-triptych .aove-triptych-center::after { bottom: 0; }

  html.seleccion-intro-review .aove-intro-triptych .aove-triptych-copy {
    max-width: 690px;
  }

  html.seleccion-intro-review .aove-intro-triptych .bodycopy {
    max-width: 690px;
    font-size: 23px;
  }
}

@media (max-width: 560px) {
  html.seleccion-intro-review .aove-intro-triptych .aove-triptych-photo {
    min-height: clamp(340px, 54svh, 520px);
  }

  html.seleccion-intro-review .aove-intro-triptych .aove-triptych-center {
    padding: 72px 23px 78px;
  }

  html.seleccion-intro-review .aove-intro-triptych .eyebrow {
    margin-bottom: 20px;
    font-size: 15px;
  }

  html.seleccion-intro-review .aove-intro-triptych h2 {
    font-size: clamp(52px, 15vw, 68px);
  }

  html.seleccion-intro-review .aove-intro-triptych .aove-triptych-copy {
    margin-top: 42px;
  }

  html.seleccion-intro-review .aove-intro-triptych .lead {
    font-size: 34px;
  }

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