/* Viva Papaya — ajustes sobre Crafto design-agency (no sustituyen vendors) */
/* Tipografías cliente (origen: datos cliente/images/FUENTES/) */
@font-face {
  font-family: "Milk Yogurt";
  src: url("/fonts/viva-papaya/MilkYogurt.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Johny Palkons";
  src: url("/fonts/viva-papaya/JohnyPalkons.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Naughty Monster";
  src: url("/fonts/viva-papaya/NaughtyMonster.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Awesome";
  src: url("/fonts/viva-papaya/Awesome.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --vp-green-deep: #1a3d2e;
  --vp-green-mid: #2d5a45;
  --vp-green-olive: #4f6f52;
  --vp-mustard: #c9a227;
  --vp-cream: #f7f5f0;
  --vp-orange: #e0782e;
  --vp-coral-line: #c45c4a;
  /* Fondo gráfico (PNG en html/images/) */
  --vp-site-bg-image: url("/images/viva-papaya-fondo.png");
  /* Titulares tipo mockup: script + redondeada; ajustar en marca si hace falta */
  --vp-font-hero: "Johny Palkons", "Milk Yogurt", cursive;
  --vp-font-display: "Milk Yogurt", system-ui, sans-serif;
  --vp-font-playful: "Naughty Monster", "Milk Yogurt", fantasy;
  /* Guía de maduración — arte cliente (títulos verde bosque, % naranja puro, cuerpo #333) */
  --vp-maduracion-client-green: #004d40;
  --vp-maduracion-client-orange: #ff4d00;
  --vp-maduracion-client-desc: #333333;
  --vp-maduracion-title-font: "Naughty Monster", "Milk Yogurt", fantasy;
  --vp-maduracion-pct-font: "Awesome", "Johny Palkons", cursive;
  --vp-hero-text-orange: #ff5a1f;
  --vp-hero-text-lime: #6dd400;
}

html {
  background-color: var(--vp-cream);
}

/*
 * Fondo del cliente: va en el body (no capa fixed) para que al hacer scroll
 * se mueva con la página y el cover use toda la altura del documento.
 */
body.vp-site {
  position: relative;
  isolation: isolate;
  background-color: var(--vp-cream);
  background-image: var(--vp-site-bg-image);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.vp-page-bg {
  background-color: transparent;
}

header .navbar-brand {
  padding: 8px 0 !important;
}

body.vp-site > header {
  position: relative;
  z-index: 30;
}
/* Cabecera: una sola imagen de logo (index.php) evita que Crafto deje todas las variantes en width:0 */
body.vp-site header .navbar > .container-fluid {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  align-items: center !important;
}
body.vp-site header .navbar > .container-fluid > [class*="col-"] {
  align-self: center !important;
}
body.vp-site header .navbar .navbar-brand,
body.vp-site header.sticky .navbar-brand,
body.vp-site header.sticky .navbar.fixed-header .navbar-brand,
body.vp-site header.sticky.sticky-active .navbar.fixed-header .navbar-brand,
body.vp-site header.sticky .fixed-header .navbar-brand {
  padding: 6px 0 !important;
}
body.vp-site header .navbar-nav .nav-link {
  padding: 8px 14px !important;
  line-height: 1.35 !important;
}
body.vp-site header .navbar [class*="col-"].text-end {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
body.vp-site header .header-button .btn.btn-large {
  padding: 8px 16px !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
}
body.vp-site header .header-button .btn {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
body.vp-site header .navbar-brand img.vp-header-logo,
body.vp-site header .navbar-brand img.viva-papaya-logo {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  max-height: 52px !important;
  width: auto !important;
  height: auto !important;
  max-width: min(280px, 72vw) !important;
  min-width: 80px;
  object-fit: contain;
}
@media (min-width: 992px) {
  body.vp-site header .navbar-brand img.vp-header-logo,
  body.vp-site header .navbar-brand img.viva-papaya-logo {
    max-height: 58px !important;
    max-width: min(300px, 28vw) !important;
  }
}
body.vp-site header .navbar [class*="col-"].text-end.d-flex.gap-3 {
  gap: 0.5rem !important;
}
body.vp-site header .vp-lang-switch {
  font-size: 0.78rem;
}
body.vp-site header .vp-lang-switch a {
  padding: 0.1rem 0.28rem !important;
}
/* Desktop: evitar que el menú se encime sobre ES | EN y el CTA (muchas anclas + columnas sin .row) */
@media (min-width: 992px) {
  body.vp-site header .navbar > .container-fluid {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
  }
  body.vp-site header .navbar > .container-fluid > div:nth-child(1) {
    flex: 0 0 auto;
    width: auto !important;
    max-width: min(32vw, 300px);
  }
  body.vp-site header .navbar > .container-fluid .menu-order {
    flex: 1 1 0;
    min-width: 0;
    width: auto !important;
  }
  body.vp-site header .navbar > .container-fluid .menu-order .navbar-collapse.collapse {
    width: 100%;
    justify-content: center;
  }
  body.vp-site header .navbar > .container-fluid > div:nth-child(3) {
    flex: 0 0 auto;
    width: auto !important;
    max-width: min(38%, 440px);
    margin-left: auto;
    position: relative;
    z-index: 10;
  }
  body.vp-site header .navbar-nav {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 0.12rem;
    column-gap: 0;
  }
  body.vp-site header .navbar-nav .nav-link {
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
}
body.vp-site > .main-content {
  position: relative;
  z-index: 2;
  background-color: transparent;
}
body.vp-site > footer.footer-sticky {
  position: relative;
  z-index: 2;
}

/* Menú fijo: anclas acorde a altura de la barra con logo grande */
:root {
  --vp-header-bar-h: 5rem;
}
@media (max-width: 991.98px) {
  :root {
    --vp-header-bar-h: 4.65rem;
  }
}
html {
  scroll-padding-top: var(--vp-header-bar-h);
}
body.vp-site section[id] {
  scroll-margin-top: var(--vp-header-bar-h);
}
/* Tras enviar el formulario de contacto (redirect con #vp-contact-form-anchor) */
body.vp-site .vp-contact-form-anchor {
  scroll-margin-top: var(--vp-header-bar-h);
  outline: none;
}
/* Barra de navegación: fondo blanco (fijo y al hacer scroll) */
@media (min-width: 992px) {
  body.vp-site header.sticky.sticky-active .navbar.header-light.fixed-header {
    background-color: #ffffff !important;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-bottom: 1px solid rgba(26, 61, 46, 0.06);
  }
}

/* Títulos de sección: text-sliding-line + bg-base-color (Crafto); fs-350 del tema es para una palabra — acotamos para frases */
/* Mínimos en px: bajo 768px el tema usa html 12px y los rem encogen los titulares vs. cuerpos en px (fs-18, etc.) */
.vp-site .vp-section-sliding-title {
  font-size: clamp(40px, 12vw, 6rem) !important;
  line-height: 1.08 !important;
  max-width: 100%;
}
@media (min-width: 480px) {
  .vp-site .vp-section-sliding-title {
    font-size: clamp(42px, 11vw, 6.25rem) !important;
  }
}
@media (min-width: 768px) {
  .vp-site .vp-section-sliding-title {
    font-size: clamp(3.2rem, 5.8vw, 6.85rem) !important;
    line-height: 1.06 !important;
  }
}
@media (min-width: 1200px) {
  .vp-site .vp-section-sliding-title {
    font-size: clamp(3.35rem, 4.5vw, 7.75rem) !important;
    line-height: 1.06 !important;
  }
}

/* —— Inicio: hero (sin fondo propio — continúa el fondo del sitio) —— */
/* Altura mínima ≈ 1 ventana bajo el header: el bloque inicio llena la pantalla y la transición a #proceso es estable en móvil/escritorio */
section.vp-hero-text-only#inicio {
  margin-top: 0;
  margin-bottom: 0;
  background: transparent;
  border-bottom: none;
  min-height: calc(100vh - var(--vp-header-bar-h));
  box-sizing: border-box;
}
@supports (height: 100svh) {
  section.vp-hero-text-only#inicio {
    min-height: calc(100svh - var(--vp-header-bar-h));
  }
}
@supports (height: 100dvh) {
  section.vp-hero-text-only#inicio {
    min-height: calc(100dvh - var(--vp-header-bar-h));
  }
}
.vp-hero-text-only {
  /* Más aire lateral e inferior para que el bloque ocupe más área */
  padding: calc(var(--vp-header-bar-h) + clamp(1.25rem, 4vw, 3rem))
    clamp(1.25rem, 5vw, 3.5rem)
    clamp(4.25rem, 11vw, 8rem);
}
.vp-hero-text-only__inner {
  max-width: min(72rem, 100%);
}
.vp-hero-text-only__branding {
  margin-bottom: 1.15rem;
}
.vp-hero-text-only__logo-link {
  text-decoration: none;
  margin-top: 0;
  margin-bottom: 0;
}
.vp-hero-text-only__logo {
  max-width: min(224px, 92vw);
  height: auto;
}
.vp-hero-text-only__logo-tagline {
  font-family: var(--primary-font, "Montserrat", system-ui, sans-serif);
  font-size: clamp(15px, 3.1vw, 1.05rem);
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.45;
  color: #1a1a1a;
  max-width: min(42rem, 95vw);
  margin-top: clamp(0.5rem, 1.4vw, 0.85rem) !important;
  margin-left: auto;
  margin-right: auto;
  text-wrap: balance;
}
@media (min-width: 768px) {
  .vp-hero-text-only__logo-tagline {
    font-size: clamp(16px, 1.65vw, 1.2rem);
  }
}
@media (min-width: 1200px) {
  .vp-hero-text-only__logo-tagline {
    font-size: clamp(17px, 1.35vw, 1.28rem);
  }
}
.vp-hero-text-only__logo-origen {
  display: block;
  max-width: min(476px, 94vw);
  width: auto;
  height: auto;
  margin-top: clamp(0.35rem, 1.2vw, 0.65rem);
  flex-shrink: 0;
}
.vp-hero-text-only__headline {
  position: relative;
  text-align: center;
  line-height: 0;
}
.vp-hero-text-only__headline-img {
  display: inline-block;
  width: auto;
  max-width: min(100%, 820px);
  height: auto;
  vertical-align: middle;
}
.vp-hero-text-only__rule {
  width: min(7.5rem, 60vw);
  height: 3px;
  margin: clamp(1.25rem, 3.5vw, 2rem) auto;
  border-radius: 2px;
  background: var(--vp-hero-text-lime);
}
.vp-hero-text-only__slogan {
  font-family: var(--vp-maduracion-title-font);
  font-size: clamp(22px, 7.25vw, 34px);
  line-height: 1.3;
  letter-spacing: 0.035em;
}
.vp-hero-text-only__slogan--extended {
  max-width: min(46rem, 100%);
  margin-inline: auto;
  font-size: clamp(16px, 3.4vw, 1.2rem) !important;
  line-height: 1.45;
  letter-spacing: 0.01em;
  font-weight: 500;
}
@media (min-width: 768px) {
  .vp-hero-text-only__slogan:not(.vp-hero-text-only__slogan--extended) {
    font-size: clamp(26px, 3.4vw, 36px);
    line-height: 1.28;
  }
  .vp-hero-text-only__slogan--extended {
    font-size: clamp(17px, 2.2vw, 1.3rem) !important;
    line-height: 1.5;
  }
}
.vp-hero-text-only__slogan-line {
  display: block;
}
.vp-hero-text-only__slogan--extended .vp-hero-text-only__slogan-line {
  text-transform: none;
  margin-top: 0.6em;
}
.vp-hero-text-only__slogan--extended
  .vp-hero-text-only__slogan-line:first-of-type {
  margin-top: 0;
}
.vp-hero-text-only__slogan-line--green {
  color: var(--vp-hero-text-lime);
}
.vp-hero-text-only__slogan-line--black {
  color: #111111;
  margin-top: 0.12em;
}
.vp-hero-text-only__detail {
  margin-top: clamp(1.25rem, 3.5vw, 2rem) !important;
  max-width: min(40rem, 100%);
  font-family: var(--primary-font, "Montserrat", system-ui, sans-serif);
  font-size: clamp(14px, 2.9vw, 1.08rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #14261f;
  text-wrap: balance;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
@media (min-width: 768px) {
  .vp-hero-text-only__detail {
    font-size: clamp(15px, 1.5vw, 1.1rem);
    line-height: 1.48;
  }
}
@media (min-width: 1200px) {
  .vp-hero-text-only__detail {
    font-size: clamp(16px, 1.2vw, 1.16rem);
  }
}

/* #proceso: tras el banner “Papaya premium” (full width) solo un respiro suave; el gran padding-top bajo #inicio quedó obsoleto */
body.vp-site section#proceso.vp-proceso-section {
  margin-top: 0;
  padding-top: clamp(0.5rem, 2vh, 1.5rem);
}
@supports (height: 100dvh) {
  body.vp-site section#proceso.vp-proceso-section {
    padding-top: clamp(0.5rem, 2dvh, 1.5rem);
  }
}

/* Transición inicio → proceso: ancho real viewport (design-agency .container-fluid capa a 1750px — aquí va la img sin ese contenedor) */
body.vp-site .vp-premium-papaya-banner,
body.vp-site .vp-experience-bar-banner {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  line-height: 0;
  overflow: hidden;
  box-sizing: border-box;
}
body.vp-site .vp-premium-papaya-banner__img,
body.vp-site .vp-experience-bar-banner__img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none !important;
  margin: 0;
  vertical-align: middle;
}

/* Móvil: barra blanca; orden ☰ → logo → idioma + CTA (logo justo antes del idioma) */
@media (max-width: 991.98px) {
  body.vp-site header .navbar.navbar-expand-lg.header-light.bg-white,
  body.vp-site header .navbar.header-light.fixed-header {
    background-color: #ffffff !important;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-bottom: 1px solid rgba(26, 61, 46, 0.1);
  }
  body.vp-site header.sticky.sticky-active .navbar.header-light.fixed-header {
    background-color: #ffffff !important;
    border-bottom: 1px solid rgba(26, 61, 46, 0.1);
  }
  .vp-site header .navbar > .container-fluid {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0.35rem;
    row-gap: 0;
  }
  .vp-site header .navbar .menu-order {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    z-index: 3;
  }
  .vp-site header .navbar .menu-order .navbar-toggler {
    position: relative;
    z-index: 4;
    margin-right: 0;
  }
  .vp-site header .navbar .navbar-brand {
    order: 2;
    position: static;
    left: auto;
    transform: none;
    margin: 0 !important;
    z-index: 2;
    flex: 0 1 auto;
    min-width: 0;
  }
  .vp-site header .navbar > .container-fluid > [class*="col-"].text-end.d-flex {
    order: 3;
    margin-left: auto;
    flex: 0 0 auto;
  }
  .vp-site header .navbar-brand img.vp-header-logo,
  .vp-site header .navbar-brand img.viva-papaya-logo {
    max-height: 48px !important;
    min-width: 0;
    max-width: min(200px, 42vw) !important;
  }
}
.vp-pill-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.35rem;
  font-family: var(--vp-font-display);
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 999px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: 2px solid transparent;
}
.vp-pill-btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
}
.vp-pill-btn--solid {
  background: var(--vp-green-deep);
  color: #fff;
  border-color: var(--vp-green-deep);
  box-shadow: 0 4px 14px rgba(26, 61, 46, 0.25);
}
.vp-pill-btn--solid:hover {
  color: #fff;
  box-shadow: 0 6px 20px rgba(26, 61, 46, 0.3);
}
.vp-pill-btn--outline {
  background: #fff;
  color: var(--vp-green-deep);
  border-color: var(--vp-green-deep);
}
.vp-pill-btn--outline:hover {
  color: var(--vp-green-deep);
  background: rgba(26, 61, 46, 0.06);
}

/* Sección proceso + galería — sin tapar el fondo gráfico del body */
.vp-proceso-section {
  background-color: transparent;
  background-image: none;
}
.vp-proceso-section > .container {
  background: transparent;
}
.vp-proceso-intro {
  max-width: 42rem;
}

/* Producción responsable — sin fondo propio; fotos en mosaico tipo bento */
.vp-responsible-section {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}
.vp-responsible-panel-title {
  letter-spacing: 0.1em !important;
  color: var(--vp-green-mid) !important;
}
.vp-responsible-list__bullet {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--vp-orange);
  margin-top: 0.52rem;
}
.vp-responsible-list__item:last-child {
  border-bottom: none !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.vp-responsible-photos {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: clamp(0.65rem, 1.8vw, 1rem);
  min-height: min(520px, 70vh);
}
.vp-responsible-photos__cell:nth-child(1) {
  grid-column: 1;
  grid-row: 1 / -1;
}
.vp-responsible-photos__cell:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
.vp-responsible-photos__cell:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}
.vp-responsible-photos__cell:nth-child(4) {
  grid-column: 2;
  grid-row: 3;
}
.vp-responsible-photos__figure {
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: clamp(14px, 2vw, 22px);
  overflow: hidden;
  box-shadow: 0 16px 44px rgba(26, 61, 46, 0.12), 0 2px 0 rgba(201, 162, 39, 0.1);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s ease;
}
.vp-responsible-photos__cell:hover .vp-responsible-photos__figure {
  transform: translateY(-3px);
  box-shadow: 0 22px 52px rgba(26, 61, 46, 0.16), 0 2px 0 rgba(201, 162, 39, 0.14);
}
.vp-responsible-photos__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  min-height: 100px;
}
@media (max-width: 991.98px) {
  .vp-responsible-photos {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    min-height: 0;
  }
  .vp-responsible-photos__cell:nth-child(1) {
    grid-column: 1 / -1;
    grid-row: 1;
    min-height: clamp(220px, 42vw, 320px);
  }
  .vp-responsible-photos__cell:nth-child(2),
  .vp-responsible-photos__cell:nth-child(3),
  .vp-responsible-photos__cell:nth-child(4) {
    grid-column: auto;
    grid-row: auto;
    min-height: clamp(140px, 28vw, 200px);
  }
}

/* Bloque “Cultivada con precisión” — foto a la izq.; columna de copy: logo + títulos + texto centrados */
.vp-proceso-precision__prelogo-link {
  text-decoration: none;
  position: relative;
  z-index: 5;
  flex-shrink: 0;
  min-width: min(280px, 100%);
  opacity: 1 !important;
  visibility: visible !important;
}
/* Mismo tamaño que .vp-hero-text-only__logo (inicio) */
.vp-proceso-precision__prelogo {
  max-width: min(300px, 78vw);
  min-width: 200px;
  width: auto;
  height: auto;
  display: block;
  margin-inline: auto;
  position: relative;
  z-index: 5;
  opacity: 1 !important;
  filter: none;
  flex-shrink: 0;
}
.vp-proceso-precision {
  position: relative;
  z-index: 1;
  margin-top: 0.25rem;
}
/* Stack: logo, titulares y párrafo centrados en todos los anchos */
.vp-proceso-precision__stack {
  max-width: min(40rem, 100%);
  width: 100%;
  margin-inline: auto;
}
/* Misma escala de fuente que el titular «Cadena de Valor» (.vp-proceso-heading__watermark) */
.vp-proceso-precision__title-h2 {
  margin: 0;
  padding: 0;
  font-family: var(--vp-font-display);
  font-size: clamp(40px, 11vw, 5.75rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0.01em;
  color: var(--vp-hero-text-lime);
  text-transform: none;
  text-align: center;
  text-wrap: balance;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .vp-proceso-precision__title-h2 {
    font-size: clamp(36px, 12vw, 4.75rem);
  }
}
@media (max-width: 575px) {
  .vp-proceso-precision__title-h2 {
    font-size: clamp(30px, 13vw, 3.75rem);
  }
}
.vp-proceso-precision__title-sub {
  margin: 0.08em 0 0;
  font-family: var(--vp-font-display);
  font-size: clamp(40px, 11vw, 5.75rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0.01em;
  color: #1a1a1a;
  text-transform: none;
  text-align: center;
  text-wrap: balance;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .vp-proceso-precision__title-sub {
    font-size: clamp(36px, 12vw, 4.75rem);
  }
}
@media (max-width: 575px) {
  .vp-proceso-precision__title-sub {
    font-size: clamp(30px, 13vw, 3.75rem);
  }
}
.vp-proceso-precision__panel {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  /* Sin data-anime en el bloque: el theme (viewport > 1199px) ponía el panel a opacity:0 hasta animar "appear" */
  opacity: 1 !important;
}
.vp-proceso-precision__photo-figure {
  max-width: 100%;
  padding: 0;
}
/* Columna de foto: desplazada un poco hacia el borde izquierdo (más “a la izquierda”) */
@media (min-width: 768px) {
  .vp-proceso-precision__photo-col {
    margin-left: -0.75rem;
  }
}
@media (min-width: 1200px) {
  .vp-proceso-precision__photo-col {
    margin-left: -1.25rem;
  }
}
/* Foto circular (~30% más pequeña que la versión anterior: 0.7 × anchos previos) */
.vp-proceso-precision__frame {
  position: relative;
  width: min(100%, calc(26rem * 0.7));
  max-width: 100%;
  aspect-ratio: 1 / 1;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(26, 61, 46, 0.14), 0 2px 0 rgba(201, 162, 39, 0.12);
}
@media (min-width: 768px) {
  .vp-proceso-precision__frame {
    width: min(100%, calc(32rem * 0.7));
    margin-left: 0;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .vp-proceso-precision__frame {
    width: min(100%, calc(36rem * 0.7));
  }
}
.vp-proceso-precision__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
/* Lead + cuerpo: ancho e intro, sin caja de fondo */
.vp-proceso-precision__copy--light {
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-wrap: balance;
}
.vp-proceso-precision .vp-proceso-precision__lead,
.vp-proceso-precision .vp-proceso-precision__text {
  color: #1a1a1a !important;
  text-shadow: none;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  text-wrap: balance;
}
.vp-proceso-precision__copy--light .vp-proceso-precision__lead {
  margin-bottom: 0.65rem !important;
}
.vp-proceso-precision__copy--light .vp-proceso-precision__text {
  margin-bottom: 0 !important;
}
.vp-proceso-precision__lead {
  font-size: clamp(0.95rem, 2.1vw, 1.1rem);
  letter-spacing: 0.02em;
  font-weight: 600;
}
.vp-proceso-precision__lead-inner {
  font-style: italic;
}
.vp-proceso-precision__text {
  line-height: 1.6;
  font-size: 0.98rem;
}
@media (min-width: 768px) {
  .vp-proceso-precision__text {
    font-size: 1.02rem;
  }
}
.vp-proceso-eyebrow {
  color: var(--vp-green-deep);
  letter-spacing: 0.08em;
  position: relative;
  z-index: 2;
}

/* Infografía de proceso: HTML + SVG (texto traducible vía i18n) */
.vp-proceso-flow {
  box-shadow: none;
  background: transparent;
}
/* Capa decorativa del SVG: oculta para dejar ver --vp-site-bg-image del body */
.vp-proceso-flow__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  opacity: 0;
}
.vp-proceso-flow__inner {
  padding: clamp(1.75rem, 4vw, 2.75rem) clamp(1rem, 3vw, 2rem)
    clamp(2rem, 5vw, 3rem);
}
/* Línea de proceso continua (móvil / tablet): 1 → 2 → 3 … */
@media (max-width: 1199px) {
  .vp-proceso-flow__inner {
    padding-left: clamp(1.35rem, 4vw, 1.85rem);
  }
  .vp-proceso-flow__inner::before {
    content: "";
    position: absolute;
    left: clamp(0.55rem, 2vw, 0.75rem);
    top: 0.75rem;
    bottom: 0.75rem;
    width: 4px;
    border-radius: 999px;
    background: linear-gradient(
      180deg,
      var(--vp-green-mid) 0%,
      var(--vp-green-mid) 42%,
      var(--vp-mustard) 50%,
      var(--vp-orange) 58%,
      var(--vp-orange) 100%
    );
    opacity: 0.65;
    z-index: 0;
    pointer-events: none;
  }
  .vp-proceso-flow__row,
  .vp-proceso-flow__brand {
    position: relative;
    z-index: 1;
  }
  .vp-proceso-step {
    position: relative;
  }
  .vp-proceso-step::after {
    content: "";
    position: absolute;
    left: calc(-1 * clamp(0.85rem, 3.5vw, 1.2rem));
    top: clamp(2.35rem, 7vw, 3.1rem);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid var(--vp-green-mid);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9);
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
  }
  .vp-proceso-step--orange::after {
    border-color: var(--vp-orange);
  }
}
.vp-proceso-flow__wave {
  display: block;
  width: 100%;
  height: 2.25rem;
  margin-bottom: 0.5rem;
  opacity: 0.9;
}
.vp-proceso-flow__wave--orange {
  margin-top: 0.25rem;
  margin-bottom: 0.35rem;
}
.vp-proceso-flow__row {
  display: grid;
  gap: clamp(1rem, 2.5vw, 1.35rem);
}
.vp-proceso-flow__row--four {
  grid-template-columns: 1fr;
}
@media (min-width: 576px) {
  .vp-proceso-flow__row--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.vp-proceso-flow__row--five {
  grid-template-columns: 1fr;
}
@media (min-width: 576px) {
  .vp-proceso-flow__row--five {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .vp-proceso-flow__row--five {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
/* Conectores flecha entre tarjetas (solo escritorio ancho) */
.vp-proceso-between {
  display: none;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  color: var(--vp-green-mid);
  flex-shrink: 0;
}
.vp-proceso-between--orange {
  color: #c96a1f;
}
@media (min-width: 1200px) {
  .vp-proceso-between {
    display: flex;
    width: clamp(1rem, 1.6vw, 1.35rem);
    min-height: 4rem;
  }
  .vp-proceso-between::after {
    content: "";
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border-right: 3px solid currentColor;
    border-bottom: 3px solid currentColor;
    transform: rotate(-45deg);
    margin-left: -0.2rem;
    opacity: 0.92;
  }
  .vp-proceso-flow__row--four {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr) auto
      minmax(0, 1fr);
    column-gap: clamp(0.3rem, 0.75vw, 0.55rem);
    row-gap: 0;
    align-items: stretch;
  }
  .vp-proceso-flow__row--five {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr) auto
      minmax(0, 1fr) auto minmax(0, 1fr);
    column-gap: clamp(0.3rem, 0.75vw, 0.55rem);
    row-gap: 0;
    align-items: stretch;
  }
}
.vp-proceso-flow__brand {
  padding: clamp(1.25rem, 3vw, 2rem) 0;
  position: relative;
}
@media (min-width: 1200px) {
  .vp-proceso-flow__brand::before,
  .vp-proceso-flow__brand::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 3px;
    transform: translateX(-50%);
    border-radius: 2px;
    pointer-events: none;
    z-index: 0;
  }
  .vp-proceso-flow__brand::before {
    bottom: 100%;
    height: clamp(1.1rem, 2.2vw, 1.85rem);
    background: linear-gradient(
      180deg,
      rgba(45, 90, 69, 0) 0%,
      var(--vp-green-mid) 75%
    );
  }
  .vp-proceso-flow__brand::after {
    top: 100%;
    height: clamp(1.1rem, 2.2vw, 1.85rem);
    background: linear-gradient(
      180deg,
      var(--vp-orange) 0%,
      rgba(224, 120, 46, 0) 100%
    );
  }
}
.vp-proceso-flow__logo-link {
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.vp-proceso-flow__logo {
  max-width: min(280px, 72vw);
  height: auto;
  filter: drop-shadow(0 2px 12px rgba(255, 255, 255, 0.65))
    drop-shadow(0 4px 20px rgba(0, 0, 0, 0.08));
}
.vp-proceso-step {
  background: rgba(255, 255, 255, 0.72);
  border-radius: 12px;
  padding: 1rem 1.1rem 1.15rem;
  box-shadow: 0 6px 22px rgba(26, 61, 46, 0.07);
  border: 1px solid rgba(26, 61, 46, 0.08);
  height: 100%;
}
.vp-proceso-step--green {
  border-top: 3px solid var(--vp-green-mid);
}
.vp-proceso-step--orange {
  border-top: 3px solid var(--vp-orange);
}
.vp-proceso-step__photo {
  position: relative;
  width: clamp(4.75rem, 12vw, 6.85rem);
  height: clamp(4.75rem, 12vw, 6.85rem);
  margin-inline: auto;
  margin-bottom: 0.8rem;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid rgba(255, 255, 255, 0.98);
  box-shadow: 0 8px 26px rgba(26, 61, 46, 0.16);
}
.vp-proceso-step--green .vp-proceso-step__photo {
  box-shadow: 0 8px 26px rgba(45, 90, 69, 0.2);
}
.vp-proceso-step--orange .vp-proceso-step__photo {
  box-shadow: 0 8px 26px rgba(224, 120, 46, 0.24);
}
.vp-proceso-step__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.vp-proceso-step__head {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin-bottom: 0.55rem;
}
.vp-proceso-step__num {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1;
}
.vp-proceso-step--green .vp-proceso-step__num {
  background: rgba(45, 90, 69, 0.15);
  color: var(--vp-green-deep);
}
.vp-proceso-step--orange .vp-proceso-step__num {
  background: rgba(224, 120, 46, 0.18);
  color: #b85a1a;
}
.vp-proceso-step__title {
  font-family: var(--vp-font-display);
  font-size: clamp(12px, 0.85rem, 0.95rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.25;
  color: var(--vp-green-deep);
}
.vp-proceso-step--orange .vp-proceso-step__title {
  color: #9a4a12;
}
.vp-proceso-step__text {
  font-size: clamp(13px, 0.92rem, 1rem);
  line-height: 1.45;
  color: #3a3a3a;
}
@media (min-width: 1200px) {
  .vp-proceso-step__text {
    font-size: clamp(13px, 0.82rem, 0.95rem);
    line-height: 1.42;
  }
}

/* Operación y empaque: subtítulo legible sobre fondo del sitio */
.vp-proceso-gallery__sub {
  max-width: 36rem;
  opacity: 1 !important;
  font-weight: 500;
  color: #2d2d2d !important;
  text-shadow: none;
}
.vp-proceso-gallery .vp-proceso-row__media {
  max-width: min(34rem, 100%);
}
@media (min-width: 992px) {
  .vp-proceso-gallery .vp-proceso-row--text-start .vp-proceso-row__media {
    margin-inline: 0 auto;
  }
  .vp-proceso-gallery .vp-proceso-row--text-end .vp-proceso-row__media {
    margin-inline: auto 0;
  }
}
.vp-proceso-gallery__rows .vp-proceso-row:last-child {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.vp-proceso-gallery .vp-proceso-row {
  border-bottom-color: rgba(26, 61, 46, 0.12) !important;
}
/* Títulos de fila: misma tipografía que el watermark de la galería proceso */
.vp-proceso-gallery .vp-proceso-row__title {
  font-family: var(--vp-font-display);
  font-weight: 400;
  letter-spacing: 0.01em;
  word-spacing: normal;
  line-height: 1.08;
  font-size: clamp(24px, 4vw, 2.65rem);
  color: var(--vp-orange);
  text-shadow: none;
  text-transform: none;
}
.vp-proceso-gallery .vp-proceso-row__body {
  color: #000;
  text-shadow: none;
}
/* Índices 01…06: naranja de marca (mismo acento que títulos / --base-color Crafto) */
.vp-proceso-gallery .vp-proceso-row__index {
  color: var(--base-color, var(--vp-orange)) !important;
  opacity: 1 !important;
}
/* Filas 4 en adelante: cuerpo negro */
.vp-proceso-gallery__rows .vp-proceso-row:nth-child(n + 4) .vp-proceso-row__body {
  color: #000;
  text-shadow: none;
}
.vp-proceso-gallery__rows .vp-proceso-row:nth-child(n + 3) {
  border-bottom-color: rgba(26, 61, 46, 0.12) !important;
}
/* Móvil/tablet: filas 1–2 cuerpo en negro; fila 2 ya no se fuerza a blanco */
@media (max-width: 991.98px) {
  .vp-proceso-gallery__rows .vp-proceso-row:nth-child(-n + 2) .vp-proceso-row__body {
    color: #000;
    text-shadow: none;
  }
  .vp-proceso-gallery__rows .vp-proceso-row:nth-child(-n + 2) .vp-proceso-row__index {
    color: var(--base-color, var(--vp-orange)) !important;
    opacity: 1 !important;
  }
  .vp-proceso-gallery__rows .vp-proceso-row:nth-child(-n + 2) {
    border-bottom-color: rgba(26, 61, 46, 0.12) !important;
  }
}
/* Primera fila: título naranja con sombra sobre foto; cuerpo negro sin panel */
.vp-proceso-gallery__rows .vp-proceso-row:first-child .vp-proceso-row__title {
  color: var(--vp-orange) !important;
  text-shadow:
    0 0 0.12em rgba(255, 255, 255, 0.95),
    0 0.06em 0.28em rgba(26, 61, 46, 0.35),
    0 0.02em 0.06em rgba(0, 0, 0, 0.18);
}
.vp-proceso-gallery__rows .vp-proceso-row:first-child .vp-proceso-row__body {
  color: #000 !important;
  background: transparent !important;
  text-shadow: none;
}
/* Galería: subtítulo + intro — negro, sin panel */
.vp-proceso-gallery .vp-proceso-heading__title {
  --bs-heading-color: #000000;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem;
  color: #000000;
  background: none !important;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  text-shadow: none;
}
.vp-proceso-gallery .vp-maduracion-heading__title-text {
  color: #000000 !important;
  text-shadow: none;
}
.vp-proceso-gallery__intro {
  color: #000000 !important;
  background: transparent !important;
  text-shadow: none;
}
.vp-proceso-gallery .vp-maduracion-heading__leaf {
  color: var(--vp-green-deep);
  opacity: 1;
  filter: none;
}
/* Modificador: si colocas la galería sobre panel oscuro, añade class="... vp-proceso-gallery is-on-dark" al div que ya tiene .vp-proceso-gallery */
.vp-proceso-gallery.is-on-dark .vp-proceso-heading__title {
  --bs-heading-color: #f5f5f4;
  color: #f5f5f4;
}
.vp-proceso-gallery.is-on-dark .vp-maduracion-heading__title-text {
  color: #f5f5f4 !important;
}
.vp-proceso-gallery.is-on-dark .vp-proceso-gallery__intro {
  color: #ecece9 !important;
}
.vp-proceso-gallery.is-on-dark .vp-maduracion-heading__leaf {
  color: #c5dcc7;
  opacity: 1;
}

/* Fila 2 (siembra): cuerpo negro, sin panel — ES y EN */
.vp-proceso-gallery__rows .vp-proceso-row:nth-child(2) .vp-proceso-row__body {
  color: #000 !important;
  background: transparent !important;
  text-shadow: none;
}
/* Fila 3 (nutrición): cuerpo negro, sin panel */
.vp-proceso-gallery__rows .vp-proceso-row:nth-child(3) .vp-proceso-row__body {
  color: #000 !important;
  background: transparent !important;
  text-shadow: none;
}

.vp-proceso-row__text {
  padding-inline: clamp(0.25rem, 2vw, 0.5rem);
}
@media (min-width: 992px) {
  .vp-proceso-row--text-start .vp-proceso-row__text {
    padding-inline-end: clamp(1rem, 3vw, 2.25rem);
  }
  .vp-proceso-row--text-end .vp-proceso-row__text {
    padding-inline-start: clamp(1rem, 3vw, 2.25rem);
  }
}
.vp-proceso-row__index {
  display: block;
  font-size: clamp(32px, 5vw, 3.5rem);
  line-height: 1;
  color: var(--vp-green-deep);
  opacity: 0.12;
  font-weight: 600;
  margin-bottom: 0.35rem;
  letter-spacing: -0.04em;
}
.vp-proceso-row__title {
  font-size: clamp(18px, 4vw, 1.65rem);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.07em;
  word-spacing: 0.02em;
}
.vp-proceso-row__body {
  max-width: 28rem;
  margin-inline: auto;
}
@media (min-width: 992px) {
  .vp-proceso-row--text-start .vp-proceso-row__body {
    margin-inline: 0 auto;
  }
  .vp-proceso-row--text-end .vp-proceso-row__body {
    margin-inline: auto 0;
  }
}
.vp-proceso-row--text-end .vp-proceso-row__index {
  text-align: inherit;
}
@media (min-width: 992px) {
  .vp-proceso-row--text-end .vp-proceso-row__index {
    text-align: right;
  }
}
.vp-proceso-row__figure {
  margin: 0;
}
.vp-proceso-row__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.85) 0%,
    rgba(247, 245, 240, 0.95) 100%
  );
  box-shadow: 0 18px 48px rgba(26, 61, 46, 0.11),
    0 2px 0 rgba(201, 162, 39, 0.2);
}
.vp-proceso-gallery .vp-proceso-row__frame {
  aspect-ratio: 1 / 1;
  max-width: min(100%, 28rem);
  margin-inline: auto;
  border-radius: 50% !important;
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(26, 61, 46, 0.12), 0 4px 0 rgba(201, 162, 39, 0.15);
}
.vp-proceso-gallery .vp-proceso-row__img {
  border-radius: 50%;
}
/* Dos círculos: secundario = 50% del diámetro del principal (principal cap 28rem → 14rem) */
.vp-proceso-gallery .vp-proceso-gallery__media-stack {
  max-width: min(100%, 28rem);
  margin-inline: auto;
}
.vp-proceso-gallery .vp-proceso-row__frame--secondary {
  width: min(50%, 14rem);
  max-width: min(100%, 14rem);
  flex-shrink: 0;
  box-shadow: 0 8px 24px rgba(26, 61, 46, 0.1), 0 2px 0 rgba(201, 162, 39, 0.12);
}
/* Fruta en su mejor momento: círculo pequeño abajo-izq (fuera a la izq. del grande), ref. diseño */
.vp-proceso-gallery .vp-proceso-row__figure--duo-offset {
  overflow: visible;
}
.vp-proceso-gallery .vp-proceso-gallery__media-stack--offset-secondary {
  display: grid;
  /* 1 : 2 → ancho chico = mitad del ancho de columna del grande (mismo 50% del diámetro) */
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  grid-template-rows: 1fr 1fr;
  column-gap: clamp(0.5rem, 1.5vw, 0.9rem);
  max-width: min(100%, 44rem);
  margin-inline: auto;
  width: 100%;
  min-width: 0;
  align-items: stretch;
}
.vp-proceso-gallery .vp-proceso-gallery__media-stack--offset-secondary > .vp-proceso-row__frame:not(.vp-proceso-row__frame--secondary) {
  grid-column: 2;
  grid-row: 1 / 3;
  margin-inline: 0;
  align-self: center;
  justify-self: end;
  max-width: min(100%, 28rem);
  width: 100%;
  min-width: 0;
}
.vp-proceso-gallery .vp-proceso-gallery__media-stack--offset-secondary > .vp-proceso-row__frame--secondary {
  grid-column: 1;
  grid-row: 2;
  position: static;
  margin: 0;
  max-width: min(100%, 14rem);
  width: 100%;
  align-self: end;
  justify-self: end;
  min-width: 0;
  box-shadow: 0 8px 24px rgba(26, 61, 46, 0.1), 0 2px 0 rgba(201, 162, 39, 0.12);
}
/* Empaque con identidad: círculo pequeño abajo-dcha (espejo del layout de Fruta) */
.vp-proceso-gallery .vp-proceso-gallery__media-stack--offset-secondary-right {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  grid-template-rows: 1fr 1fr;
  column-gap: clamp(0.5rem, 1.5vw, 0.9rem);
  max-width: min(100%, 44rem);
  margin-inline: auto;
  width: 100%;
  min-width: 0;
  align-items: stretch;
}
.vp-proceso-gallery .vp-proceso-gallery__media-stack--offset-secondary-right > .vp-proceso-row__frame:not(.vp-proceso-row__frame--secondary) {
  grid-column: 1;
  grid-row: 1 / 3;
  margin-inline: 0;
  align-self: center;
  justify-self: start;
  max-width: min(100%, 28rem);
  width: 100%;
  min-width: 0;
}
.vp-proceso-gallery .vp-proceso-gallery__media-stack--offset-secondary-right > .vp-proceso-row__frame--secondary {
  grid-column: 2;
  grid-row: 2;
  position: static;
  margin: 0;
  max-width: min(100%, 14rem);
  width: 100%;
  align-self: end;
  justify-self: start;
  min-width: 0;
  box-shadow: 0 8px 24px rgba(26, 61, 46, 0.1), 0 2px 0 rgba(201, 162, 39, 0.12);
}
.vp-proceso-row__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Galería proceso: lupa (zoom) al pasar el ratón */
.vp-proceso-magnify {
  position: relative;
  cursor: crosshair;
}
.vp-proceso-magnify__base {
  position: relative;
  z-index: 0;
}
.vp-proceso-magnify__lens {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.28), inset 0 0 0 1px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.12s ease, visibility 0.12s ease;
  will-change: left, top;
  contain: strict;
}
.vp-proceso-magnify.is-magnify-active .vp-proceso-magnify__lens {
  opacity: 1;
  visibility: visible;
}
.vp-proceso-magnify__lens-img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: none;
  display: block;
  object-fit: cover;
  object-position: center;
}
@media (prefers-reduced-motion: reduce) {
  .vp-proceso-magnify {
    cursor: default;
  }
  .vp-proceso-magnify__lens {
    display: none !important;
  }
}

/* —— Certificaciones: solo logos grandes, sin panel ni celdas con fondo —— */
.vp-cert-section .vp-cert-section__body {
  margin-top: -0.35rem;
}
@media (min-width: 768px) {
  .vp-cert-section .vp-cert-section__body {
    margin-top: -0.5rem;
  }
}
.vp-cert-panel--logos-only {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.vp-cert-panel--logos-only:hover {
  box-shadow: none !important;
}
.vp-cert-panel--logos-only .vp-cert-cell {
  border: none;
}
@media (min-width: 768px) {
  .vp-cert-panel--logos-only .row > .vp-cert-cell:last-child:nth-child(5) {
    margin-inline: auto;
  }
}
.vp-cert-panel--logos-only .vp-cert-cell__inner {
  min-height: 100%;
  background: transparent !important;
  transition: opacity 0.2s ease;
}
.vp-cert-panel--logos-only .vp-cert-cell__inner:hover {
  background: transparent !important;
}
.vp-cert-panel--logos-only .vp-cert-cell__logo-wrap {
  min-height: 0;
  width: 100%;
  align-self: stretch;
  background: transparent;
  padding: 0.65rem 0.5rem 1rem;
  overflow: visible;
}
.vp-cert-panel--logos-only .vp-cert-cell__logo {
  display: block;
  width: auto;
  max-width: min(100%, 320px);
  height: auto;
  max-height: clamp(64px, 14vw, 100px);
  flex-shrink: 0;
  object-fit: contain;
  object-position: center;
  /* Sombra claramente visible (drop-shadow respeta el contorno del logo) */
  filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.18))
    drop-shadow(0 6px 24px rgba(26, 61, 46, 0.22))
    drop-shadow(0 12px 40px rgba(26, 61, 46, 0.12));
  transition: filter 0.25s ease, transform 0.25s ease;
}
.vp-cert-panel--logos-only .vp-cert-cell__inner:hover .vp-cert-cell__logo {
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.22))
    drop-shadow(0 8px 28px rgba(26, 61, 46, 0.28))
    drop-shadow(0 16px 48px rgba(26, 61, 46, 0.16));
  transform: translateY(-2px);
}
@media (min-width: 768px) {
  .vp-cert-panel--logos-only .vp-cert-cell__logo {
    max-height: clamp(80px, 11vw, 120px);
    max-width: min(100%, 380px);
  }
}
@media (min-width: 1200px) {
  .vp-cert-panel--logos-only .vp-cert-cell__logo {
    max-height: clamp(100px, 8.5vw, 160px);
    max-width: min(100%, 460px);
  }
}

/* —— Variedades: lista izquierda + panel fijo derecha (sin flotante) —— */
.vp-varieties-section {
  background-color: transparent;
}

/* —— Marcas y presentación (Good News · Quest) —— */
.vp-brands-section {
  background-color: transparent;
}
.vp-brands-intro {
  max-width: 44rem;
}
/* Logos siempre arriba, cajas debajo — sin paneles ni fondo */
.vp-brands-visual {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: clamp(1.75rem, 4vw, 3rem);
}
.vp-brands-logo-wrap {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0 0 clamp(0.25rem, 1.5vw, 0.75rem);
  margin: 0;
}
.vp-brands-logos {
  width: 100%;
  background: transparent;
}
/* Misma caja cuadrada que la etiqueta Quest (1:1); Good News escala dentro */
.vp-brands-logos .vp-brands-logo {
  background: transparent;
  filter: drop-shadow(0 8px 24px rgba(26, 61, 46, 0.08));
  display: block;
  box-sizing: border-box;
  width: clamp(104px, 20vw, 172px);
  height: clamp(104px, 20vw, 172px);
  max-width: clamp(104px, 20vw, 172px);
  max-height: clamp(104px, 20vw, 172px);
  object-fit: contain;
  object-position: center;
}
.vp-brands-boxes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  position: relative;
  padding: 0.35rem 0 0.5rem;
  width: 100%;
  max-width: 72rem;
  margin-inline: auto;
  background: transparent;
}
@media (min-width: 768px) {
  .vp-brands-boxes {
    grid-template-columns: 1fr 1fr;
    gap: 0.35rem 0.85rem;
    align-items: center;
    padding-inline: 0.25rem;
  }
}
.vp-brands-box {
  margin: 0;
  border-radius: 14px;
  overflow: visible;
  background: transparent;
  box-shadow: none;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), filter 0.4s ease;
  will-change: transform;
}
.vp-brands-box__img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 14px;
  filter: drop-shadow(0 16px 36px rgba(26, 61, 46, 0.16))
    drop-shadow(0 4px 12px rgba(0, 0, 0, 0.07));
}
.vp-brands-box--quest {
  transform: rotate(-3.5deg);
}
.vp-brands-box--good {
  transform: rotate(4deg) translateY(0.6rem);
}
@media (min-width: 768px) {
  .vp-brands-box--quest {
    transform: rotate(-4.2deg) translate(0.35rem, 0.15rem);
    z-index: 2;
  }
  .vp-brands-box--good {
    transform: rotate(5deg) translate(-0.65rem, 0.35rem);
    z-index: 1;
  }
}
@media (hover: hover) {
  .vp-brands-box--quest:hover {
    transform: rotate(-2deg) scale(1.02);
    z-index: 4;
  }
  .vp-brands-box--quest:hover .vp-brands-box__img {
    filter: drop-shadow(0 22px 48px rgba(26, 61, 46, 0.2))
      drop-shadow(0 6px 18px rgba(0, 0, 0, 0.09));
  }
  .vp-brands-box--good:hover {
    transform: rotate(2deg) scale(1.02);
    z-index: 4;
  }
  .vp-brands-box--good:hover .vp-brands-box__img {
    filter: drop-shadow(0 22px 48px rgba(26, 61, 46, 0.2))
      drop-shadow(0 6px 18px rgba(0, 0, 0, 0.09));
  }
}
.vp-brands-spec__list li:last-child {
  border-bottom: none !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
/* Título sliding-line: evita recorte en descenders / bordes (background-clip: text) */
.vp-varieties-intro {
  padding-top: 0.65rem;
}
.vp-varieties-intro .vp-section-sliding-title {
  display: block !important;
  line-height: 1.14 !important;
  padding: 0.12em 0.06em 0.22em;
  overflow: visible;
}
.vp-varieties-foot {
  max-width: 48rem;
  margin-inline: auto;
}
/* Variedades: Crafto threeD-letter-menu (texto por letras) sin revelado flotante visible */
.vp-varieties-section .vp-varieties-threeD.threeD-letter-menu {
  min-height: 0 !important;
  position: relative;
}
.vp-varieties-section .vp-var-menu-item {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  border-radius: 10px;
  background: transparent;
  color: var(--dark-gray);
  cursor: default;
  transition: background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
  box-shadow: none;
  border: 1px solid rgba(26, 61, 46, 0.1);
  position: relative;
}
.vp-varieties-section .vp-var-menu-item:hover {
  background: rgba(255, 255, 255, 0.35);
  box-shadow: none;
}
.vp-varieties-section .vp-var-menu-item:hover .vp-var-nav-link {
  color: var(--vp-green-deep) !important;
}
.vp-varieties-section .vp-var-menu-item.is-active {
  background: rgba(255, 255, 255, 0.4);
  box-shadow: inset 3px 0 0 var(--vp-mustard);
}
.vp-varieties-section .vp-var-menu-item.is-active .vp-var-nav-link {
  color: var(--vp-green-deep) !important;
}
.vp-varieties-section .menu-item .hover-reveal.vp-var-dummy-reveal {
  width: 2px !important;
  height: 2px !important;
  opacity: 0 !important;
  visibility: hidden !important;
  z-index: -1 !important;
  pointer-events: none !important;
}
.vp-varieties-section .threeD-letter-menu .menu-item .menu-item-text {
  font-size: clamp(18px, 2.8vw, 1.85rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.vp-varieties-section .threeD-letter-menu .menu-item .menu-item-text .clone .char {
  transform: translateY(-48px);
}
.vp-varieties-section .threeD-letter-menu .menu-item .menu-item-text:hover .clone .char {
  transform: translateY(0);
}
.vp-varieties-section .threeD-letter-menu .menu-item .menu-item-text:hover .words:not(.clone) .char {
  transform: translateY(48px);
}
.vp-var-nav-item__num {
  font-size: 0.8rem;
  font-weight: 700;
  opacity: 0.45;
  letter-spacing: 0.04em;
  min-width: 1.5rem;
}
.vp-var-menu-item.is-active .vp-var-nav-item__num {
  opacity: 0.85;
  color: var(--base-color);
}
.vp-var-detail-panel {
  min-height: min(420px, 70vh);
  box-shadow: none;
  background: transparent;
  perspective: 1400px;
  perspective-origin: 50% 40%;
}
.vp-var-detail {
  display: none;
}
.vp-var-detail.is-active {
  display: block;
}
.vp-var-detail.is-active .vp-var-detail__visual {
  animation: vp-var-3d-visual 0.9s cubic-bezier(0.075, 0.82, 0.165, 1) both;
}
.vp-var-detail.is-active .vp-var-detail__img {
  animation: vp-var-3d-img 1s cubic-bezier(0.075, 0.82, 0.165, 1) both;
}
.vp-var-detail.is-active .vp-var-detail__body {
  animation: vp-var-3d-body 0.85s cubic-bezier(0.075, 0.82, 0.165, 1) both;
}
@keyframes vp-var-3d-visual {
  from {
    opacity: 0.92;
    transform: rotateY(8deg) scale(0.98);
  }
  to {
    opacity: 1;
    transform: rotateY(0deg) scale(1);
  }
}
@keyframes vp-var-3d-img {
  from {
    opacity: 0.88;
    transform: scale(1.12) translateZ(24px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateZ(0);
  }
}
@keyframes vp-var-3d-body {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.vp-var-detail__visual {
  background: transparent;
  border-bottom: none;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
@media (min-width: 768px) {
  .vp-var-detail__visual {
    border-right: none;
  }
}
.vp-var-detail__img-wrap {
  min-height: 240px;
  padding: 1.25rem;
}
@media (min-width: 768px) {
  .vp-var-detail__img-wrap {
    min-height: 100%;
    padding: 1.5rem;
  }
}
.vp-var-detail__img {
  max-height: 320px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
}
.vp-var-detail__title {
  font-size: clamp(18px, 2.5vw, 1.5rem);
  font-weight: 700;
  text-shadow: 0 0 24px rgba(255, 255, 255, 0.95), 0 1px 3px rgba(26, 61, 46, 0.22),
    0 2px 14px rgba(247, 245, 240, 0.9);
}
.vp-var-detail__body {
  background: transparent;
}
.vp-variety-reveal__list {
  font-size: 0.9rem;
  line-height: 1.4;
}
.vp-variety-reveal__item:last-child {
  margin-bottom: 0 !important;
}
.vp-variety-reveal__ic {
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 50%;
  background: var(--vp-green-mid);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  margin-top: 0.05rem;
}
.vp-variety-reveal__txt {
  color: #2f2f2f;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.92), 0 1px 2px rgba(26, 61, 46, 0.18),
    0 2px 12px rgba(247, 245, 240, 0.85);
}

/* Región: menos aire entre encabezado e intro y el cuerpo (texto + foto) */
.vp-region__body {
  margin-top: -0.35rem;
  padding-top: 0 !important;
}
@media (min-width: 768px) {
  .vp-region__body {
    margin-top: -0.5rem;
  }
}

/* Intro región: párrafo normal (varias líneas si hace falta — sin scroll horizontal) */
.vp-region-intro {
  max-width: min(52rem, 100%);
  text-wrap: balance;
}

.vp-region-body-p1 {
  font-weight: 600;
  letter-spacing: -0.01em;
  max-width: 36rem;
}
@media (min-width: 768px) {
  .vp-region-body-p1 {
    font-size: 1.28rem;
    line-height: 1.55;
  }
}
.vp-region-body-p2,
.vp-region-body-p3 {
  max-width: 36rem;
  font-weight: 500;
  color: #111111;
  text-shadow: none;
}
.vp-region-highlight {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.55rem;
  padding: 1rem 0.75rem;
  border-radius: 10px;
  background: linear-gradient(
    165deg,
    rgba(255, 255, 255, 0.95) 0%,
    rgba(247, 245, 240, 0.92) 100%
  );
  border: 1px solid rgba(26, 61, 46, 0.1);
  box-shadow: 0 8px 28px rgba(26, 61, 46, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.vp-region-highlight:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(26, 61, 46, 0.09);
}
.vp-region-highlight__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: rgba(255, 152, 87, 0.18);
  color: var(--base-color);
  font-size: 1.15rem;
}
.vp-region-highlight__label {
  font-size: clamp(12px, 0.72rem, 0.82rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--vp-green-deep);
  line-height: 1.35;
}
.vp-region-gallery-teaser {
  padding: 1.15rem 1.25rem;
  background: linear-gradient(
    120deg,
    rgba(45, 90, 69, 0.09) 0%,
    rgba(255, 152, 87, 0.12) 100%
  );
  border: 1px solid rgba(26, 61, 46, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
.vp-region-gallery-teaser__badge {
  display: inline-block;
  font-size: clamp(11px, 0.68rem, 0.78rem);
  font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--vp-green-deep);
  margin-bottom: 0.5rem;
  padding: 0.2rem 0.55rem;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(26, 61, 46, 0.12);
}
.vp-region-gallery-teaser__text {
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--dark-gray, #232323);
  max-width: 36rem;
}
.vp-region-figure {
  max-width: min(100%, 520px);
}
.vp-region-caption {
  font-size: 0.95rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.45;
  color: var(--vp-green-olive);
  max-width: 28rem;
}

/* Región: foto producto (papaya) — sin bloque blanco; se integra al fondo del sitio */
.vp-region-photo {
  max-width: min(100%, 520px);
  background: transparent;
  box-shadow: 0 16px 44px rgba(26, 61, 46, 0.1);
}
.vp-region-photo__img {
  display: block;
  max-height: min(92vw, 520px);
  object-fit: contain;
  object-position: center;
  /* Fondo negro del PNG: se integra al fondo claro de la sección (sin reexportar el archivo). */
  mix-blend-mode: screen;
}

/* —— Sección maduración —— */
.vp-maduracion {
  background: transparent;
}
.vp-maduracion-blob-bg {
  position: absolute;
  inset: 20% -20% -15% -20%;
  background: radial-gradient(ellipse 80% 70% at 50% 100%, rgba(26, 61, 46, 0.14) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.vp-maduracion-eyebrow {
  font-size: clamp(12px, 0.8rem, 0.9rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--vp-green-olive);
}
.vp-maduracion-title {
  font-family: var(--vp-font-display);
  font-weight: 700;
  font-size: clamp(22px, 4.25vw, 2.75rem);
  color: var(--vp-green-deep);
  line-height: 1.15;
}
.vp-maduracion-intro {
  color: #3d3d3d;
}
.vp-maduracion-hint {
  color: var(--vp-green-olive);
  font-weight: 600;
}
/* Título: marca de agua detrás (Guía de maduración) */
.vp-maduracion-heading {
  position: relative;
  padding: clamp(1.5rem, 4vw, 2.75rem) 0 0.35rem;
  margin-bottom: 0;
}
.vp-maduracion-heading__watermark {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -52%);
  z-index: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  font-size: clamp(34px, 11.5vw, 6.75rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.03em;
  /* Mismo acento naranja que títulos sliding / base-color del demo */
  color: color-mix(in srgb, var(--base-color) 32%, transparent);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}
@media (max-width: 767.98px) {
  .vp-maduracion-heading__watermark {
    font-size: clamp(36px, 13vw, 6.75rem);
  }
}
@media (max-width: 575px) {
  .vp-maduracion-heading__watermark {
    white-space: normal;
    font-size: clamp(32px, 14vw, 3.25rem);
    transform: translate(-50%, -48%);
  }
}
.vp-maduracion-heading__title {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.45rem 0.75rem;
  font-family: var(--vp-font-display);
  font-weight: 800;
  font-size: clamp(22px, 5.25vw, 2.25rem);
  color: var(--vp-green-deep);
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  .vp-maduracion-heading__title {
    font-size: clamp(24px, 6.5vw, 2.25rem);
  }
}
.vp-maduracion-heading__leaf {
  color: var(--vp-green-olive);
  font-size: 0.82em;
  opacity: 0.92;
}

/* Encabezados apilados: naranja arriba (Milk Yogurt), script debajo (Johny Palkons) */
.vp-proceso-section .vp-proceso-heading,
.vp-varieties-section .vp-proceso-heading,
.vp-responsible-section .vp-proceso-heading,
.vp-brands-section .vp-proceso-heading,
.vp-valor-chain .vp-proceso-heading,
.vp-maduracion .vp-proceso-heading,
.vp-region .vp-proceso-heading,
.vp-cert-section .vp-proceso-heading,
.vp-contact-section-head .vp-proceso-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: clamp(0.5rem, 2vw, 1rem) 0 0.35rem;
}
.vp-proceso-section .vp-proceso-heading__watermark,
.vp-varieties-section .vp-proceso-heading__watermark,
.vp-responsible-section .vp-proceso-heading__watermark,
.vp-brands-section .vp-proceso-heading__watermark,
.vp-calibres-section .vp-proceso-heading__watermark,
.vp-valor-chain .vp-proceso-heading__watermark,
.vp-maduracion .vp-proceso-heading__watermark,
.vp-region .vp-proceso-heading__watermark,
.vp-cert-section .vp-proceso-heading__watermark,
.vp-contact-section-head .vp-proceso-heading__watermark {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  z-index: auto;
  width: 100%;
  max-width: 100%;
  margin: 0 0 clamp(0.5rem, 2vw, 1rem);
  white-space: normal;
  pointer-events: auto;
  font-family: var(--vp-font-display);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.08;
  font-size: clamp(40px, 11vw, 5.75rem);
  color: var(--vp-orange);
}
@media (max-width: 767.98px) {
  .vp-proceso-section .vp-proceso-heading__watermark,
  .vp-varieties-section .vp-proceso-heading__watermark,
  .vp-responsible-section .vp-proceso-heading__watermark,
  .vp-brands-section .vp-proceso-heading__watermark,
  .vp-calibres-section .vp-proceso-heading__watermark,
  .vp-valor-chain .vp-proceso-heading__watermark,
  .vp-maduracion .vp-proceso-heading__watermark,
  .vp-region .vp-proceso-heading__watermark,
  .vp-cert-section .vp-proceso-heading__watermark,
  .vp-contact-section-head .vp-proceso-heading__watermark {
    font-size: clamp(36px, 12vw, 4.75rem);
    transform: none;
  }
}
@media (max-width: 575px) {
  .vp-proceso-section .vp-proceso-heading__watermark,
  .vp-varieties-section .vp-proceso-heading__watermark,
  .vp-responsible-section .vp-proceso-heading__watermark,
  .vp-brands-section .vp-proceso-heading__watermark,
  .vp-calibres-section .vp-proceso-heading__watermark,
  .vp-valor-chain .vp-proceso-heading__watermark,
  .vp-maduracion .vp-proceso-heading__watermark,
  .vp-region .vp-proceso-heading__watermark,
  .vp-cert-section .vp-proceso-heading__watermark,
  .vp-contact-section-head .vp-proceso-heading__watermark {
    font-size: clamp(30px, 13vw, 3.75rem);
    transform: none;
  }
}
.vp-proceso-section .vp-proceso-heading__title,
.vp-varieties-section .vp-proceso-heading__title,
.vp-responsible-section .vp-proceso-heading__title,
.vp-brands-section .vp-proceso-heading__title,
.vp-calibres-section .vp-proceso-heading__title,
.vp-valor-chain .vp-proceso-heading__title,
.vp-maduracion .vp-proceso-heading__title,
.vp-region .vp-proceso-heading__title,
.vp-cert-section .vp-proceso-heading__title,
.vp-contact-section-head .vp-proceso-heading__title {
  position: relative;
  z-index: auto;
  margin-top: 0;
  font-family: var(--vp-font-hero);
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.02em;
  line-height: 1.25;
}
.vp-proceso-section .vp-proceso-heading__title .vp-maduracion-heading__title-text,
.vp-varieties-section .vp-proceso-heading__title .vp-maduracion-heading__title-text,
.vp-responsible-section .vp-proceso-heading__title .vp-maduracion-heading__title-text,
.vp-brands-section .vp-proceso-heading__title .vp-maduracion-heading__title-text,
.vp-calibres-section .vp-proceso-heading__title .vp-maduracion-heading__title-text,
.vp-valor-chain .vp-proceso-heading__title .vp-maduracion-heading__title-text,
.vp-maduracion .vp-proceso-heading__title .vp-maduracion-heading__title-text,
.vp-region .vp-proceso-heading__title .vp-maduracion-heading__title-text,
.vp-cert-section .vp-proceso-heading__title .vp-maduracion-heading__title-text,
.vp-contact-section-head .vp-proceso-heading__title .vp-maduracion-heading__title-text {
  font-family: inherit;
}

/* Calibres: foto vertical a la izquierda + copy; franja horizontal al pie */
.vp-calibres-section {
  background-color: transparent;
}
.vp-calibres-section .vp-calibres-copy-col .vp-proceso-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: clamp(0.35rem, 1.5vw, 0.75rem) 0 0.25rem;
}
@media (min-width: 992px) {
  .vp-calibres-section .vp-calibres-copy-col .vp-proceso-heading {
    align-items: flex-start;
    text-align: left;
    padding-top: 0;
  }
  .vp-calibres-section .vp-calibres-copy-col .vp-proceso-heading__watermark {
    text-align: left;
  }
}
.vp-calibres-hero__img {
  display: block;
  border-radius: 14px;
  box-shadow: 0 18px 48px rgba(26, 61, 46, 0.12), 0 2px 0 rgba(201, 162, 39, 0.12);
  object-fit: cover;
  max-height: min(88vh, 52rem);
  margin-inline: auto;
}
.vp-calibres-sizes {
  font-family: var(--vp-font-display);
  font-size: clamp(1.25rem, 3.2vw, 2.1rem);
  font-weight: 400;
  color: var(--vp-orange);
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-wrap: balance;
}
.vp-calibres-banner-wrap {
  padding-bottom: clamp(1.5rem, 4vw, 2.5rem);
}
.vp-calibres-banner__img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Infografía: columnas sobre la fruta */
.vp-maduracion-stages-grid {
  --bs-gutter-y: 1rem;
}
.vp-maduracion-stage-card--infographic {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.25rem 0.85rem 1.5rem;
  cursor: pointer;
}
.vp-maduracion-stage-card--infographic .vp-maduracion-stage-badge,
.vp-maduracion-stage-card--infographic .vp-maduracion-stage-icon {
  display: none;
}
.vp-maduracion-stage-title {
  font-family: var(--vp-maduracion-title-font);
  font-weight: 400;
  font-size: clamp(16px, 2.8vw, 1.35rem);
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: var(--vp-maduracion-client-green);
  text-transform: none;
  max-width: 20rem;
  margin: 0 auto 0.35rem;
}
.vp-maduracion-stage-card--infographic .vp-maduracion-pct {
  font-family: var(--vp-maduracion-pct-font);
  font-size: clamp(28px, 5.5vw, 3rem);
  font-weight: 400;
  line-height: 1;
  margin: 0.15rem 0 0.5rem;
  color: var(--vp-maduracion-client-orange);
}
.vp-maduracion-stage-badge {
  display: inline-block;
  margin: 0.4rem 0 0.45rem;
  padding: 0.38rem 0.8rem;
  border-radius: 999px;
  font-size: clamp(11px, 0.68rem, 0.78rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.055em;
  line-height: 1.25;
  color: #fff;
}
.vp-maduracion-stage--verde .vp-maduracion-stage-badge {
  background: #1a4d36;
}
.vp-maduracion-stage--cambio .vp-maduracion-stage-badge {
  background: #6d8c3a;
}
.vp-maduracion-stage--maduro .vp-maduracion-stage-badge {
  background: #e27b2a;
}
.vp-maduracion-stage--listo .vp-maduracion-stage-badge {
  background: #c44e1f;
}
.vp-maduracion-stage-icon {
  font-size: 1.55rem;
  line-height: 1;
  margin-bottom: 0.45rem;
}
.vp-maduracion-stage--verde .vp-maduracion-stage-icon {
  color: #1a4d36;
}
.vp-maduracion-stage--cambio .vp-maduracion-stage-icon {
  color: #6d8c3a;
}
.vp-maduracion-stage--maduro .vp-maduracion-stage-icon {
  color: #e27b2a;
}
.vp-maduracion-stage--listo .vp-maduracion-stage-icon {
  color: #c44e1f;
}
.vp-maduracion-stage-desc {
  font-size: clamp(14px, 0.875rem, 1rem);
  line-height: 1.45;
  color: #3d3d3d;
  max-width: 22rem;
  margin-left: auto;
  margin-right: auto;
}
.vp-maduracion-stage-card--infographic .vp-maduracion-stage-desc {
  font-family: var(--primary-font, "Montserrat", system-ui, sans-serif);
  font-size: clamp(14px, 0.92rem, 1.02rem);
  font-weight: 400;
  line-height: 1.5;
  color: var(--vp-maduracion-client-desc);
}
.vp-maduracion-stages-below {
  margin-top: clamp(0.75rem, 2vw, 1.5rem);
}
.vp-maduracion-stage-card--below-chart {
  padding: 0.35rem 0.5rem 0.5rem;
  max-width: 22rem;
  margin-inline: auto;
}
@media (min-width: 992px) {
  .vp-maduracion-stage-card--below-chart {
    max-width: none;
  }
}
.vp-maduracion-stage-connector {
  width: 2px;
  height: 1.15rem;
  margin-top: 0.65rem;
  border-radius: 1px;
  flex-shrink: 0;
}
.vp-maduracion-stage--verde .vp-maduracion-stage-connector {
  background: #1a4d36;
}
.vp-maduracion-stage--cambio .vp-maduracion-stage-connector {
  background: #6d8c3a;
}
.vp-maduracion-stage--maduro .vp-maduracion-stage-connector {
  background: #e27b2a;
}
.vp-maduracion-stage--listo .vp-maduracion-stage-connector {
  background: #c44e1f;
}
@media (max-width: 575px) {
  .vp-maduracion-stage-connector {
    display: none;
  }
}
/* Líneas discontinuas sobre la papaya (4 segmentos) */
.vp-maduracion-chart-dividers {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.vp-maduracion-chart-dividers i {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  border-left: 2px dashed rgba(255, 255, 255, 0.9);
  transform: translateX(-50%);
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.12));
}
.vp-maduracion-chart-dividers i:nth-child(1) {
  left: 25%;
}
.vp-maduracion-chart-dividers i:nth-child(2) {
  left: 50%;
}
.vp-maduracion-chart-dividers i:nth-child(3) {
  left: 75%;
}
/* Barra calidad garantizada */
.vp-maduracion-quality {
  margin-top: 1.75rem;
  padding: 1.35rem 1.35rem 1.45rem;
  border-radius: 1rem;
  border: 1px solid rgba(26, 61, 46, 0.16);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 4px 22px rgba(26, 61, 46, 0.06);
}
.vp-maduracion-quality__shield {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.55rem;
  background: var(--vp-green-deep);
  color: #fff;
  font-size: 1.6rem;
}
.vp-maduracion-quality__title {
  font-weight: 800;
  font-size: clamp(14px, 0.92rem, 1.05rem);
  letter-spacing: 0.045em;
  color: var(--vp-green-deep);
}
.vp-maduracion-quality__text {
  font-size: clamp(14px, 0.9rem, 1rem);
  line-height: 1.5;
  color: #444;
}
.vp-maduracion-quality__feat-icon {
  font-size: 1.65rem;
  color: var(--vp-green-deep);
}
.vp-maduracion-quality__feat-label {
  font-size: clamp(11px, 0.62rem, 0.72rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.048em;
  line-height: 1.3;
  color: var(--vp-green-deep);
  display: block;
  max-width: 11rem;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .vp-maduracion-quality > .row {
    justify-content: center;
    text-align: center;
  }
  .vp-maduracion-quality .col-lg-5 .d-flex {
    flex-direction: column;
    align-items: center !important;
    justify-content: center;
    text-align: center;
    gap: 1rem !important;
  }
  .vp-maduracion-quality__shield {
    margin-left: auto;
    margin-right: auto;
    flex-shrink: 0;
  }
  .vp-maduracion-quality__title,
  .vp-maduracion-quality__text {
    text-align: center;
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
  }
  .vp-maduracion-quality__features {
    justify-content: center;
  }
  .vp-maduracion-quality__features .col {
    text-align: center;
  }
  .vp-maduracion-quality__feat {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .vp-maduracion-quality__feat-label {
    max-width: 15rem;
    text-align: center;
  }
}
.vp-maduracion-chart-wrap {
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}
.vp-maduracion-chart-figure {
  position: relative;
  border-radius: 0;
  overflow: visible;
  line-height: 0;
  box-shadow: none;
  border: none;
  background: transparent;
}
.vp-maduracion-chart-img {
  width: 100%;
  border-radius: 0;
  display: block;
}
.vp-maduracion-interactive-row {
  margin-bottom: 0;
}
/* Desktop: la columna de la infografía toma la misma altura que la de tarjetas (no más alta que el bloque de texto) */
@media (min-width: 992px) {
  .vp-maduracion-interactive--stacked .vp-maduracion-interactive-row {
    align-items: stretch;
  }
  .vp-maduracion-interactive--stacked .vp-maduracion-interactive-row > .col-lg-6 {
    min-height: 0;
  }
  .vp-maduracion-interactive--stacked .vp-maduracion-chart-col {
    display: flex;
    flex-direction: column;
  }
  /* Imagen en flujo normal: el figure toma altura real de la PNG (evita colapso con position:absolute). */
  .vp-maduracion-interactive--stacked .vp-maduracion-chart-figure--panorama {
    position: relative;
    width: 100%;
    flex: 1 1 auto;
    min-height: 0;
    height: auto;
  }
  .vp-maduracion-interactive--stacked .vp-maduracion-chart-figure--panorama .vp-maduracion-chart-img {
    position: relative;
    width: 100%;
    height: auto;
    max-height: min(82vh, 1000px);
    object-fit: contain;
    object-position: center center;
  }
  .vp-maduracion-interactive--stacked .vp-maduracion-stage-connector {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .vp-maduracion-interactive--stacked .vp-maduracion-chart-figure--panorama .vp-maduracion-chart-img {
    position: relative;
    width: 100%;
    height: auto;
    max-height: min(78vh, 40rem);
    object-fit: contain;
    object-position: center;
  }
}
/* Zonas sobre la fruta (4 columnas ≈ segmentos de la imagen) */
.vp-maduracion-hits {
  position: absolute;
  inset: 0;
  display: flex;
  z-index: 2;
  border-radius: 0;
}
.vp-maduracion-hit {
  flex: 1 1 0;
  min-width: 0;
  min-height: 100%;
  position: relative;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
.vp-maduracion-hit::after {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  transition: background 0.2s ease, box-shadow 0.2s ease;
  pointer-events: none;
}
.vp-maduracion-hit:hover::after,
.vp-maduracion-hit:focus-visible::after {
  background: rgba(26, 61, 46, 0.2);
  box-shadow: inset 0 0 0 1px rgba(26, 61, 46, 0.28);
}
.vp-maduracion-hit:focus {
  outline: none;
}
.vp-maduracion-hit:focus-visible {
  outline: 2px solid var(--vp-mustard);
  outline-offset: -2px;
  z-index: 1;
}
/* Guía horizontal (4 papayas en fila): cuatro bandas verticales al 25 / 50 / 75 % */
.vp-maduracion-chart-figure--panorama .vp-maduracion-hits {
  flex-direction: row;
}
.vp-maduracion-chart-figure--panorama .vp-maduracion-hit {
  flex: 1 1 0;
  min-width: 0;
  min-height: 100%;
}
.vp-maduracion-hit-tooltip {
  position: absolute;
  left: 50%;
  bottom: 10%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
  padding: 0.55rem 0.85rem;
  max-width: min(94%, 11rem);
  text-align: center;
  background: rgba(26, 61, 46, 0.94);
  border: 1px solid rgba(201, 162, 39, 0.55);
  border-radius: 0.65rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
  pointer-events: none;
  opacity: 0;
  transform: translateX(-50%) translateY(10px) scale(0.96);
  transition: opacity 0.22s ease, transform 0.22s ease;
}
.vp-maduracion-hit:hover .vp-maduracion-hit-tooltip,
.vp-maduracion-hit:focus-visible .vp-maduracion-hit-tooltip {
  opacity: 1;
  transform: translateX(-50%) translateY(0) scale(1);
}
.vp-maduracion-hit-pct {
  font-family: var(--vp-maduracion-pct-font);
  font-weight: 400;
  font-size: clamp(22px, 1.5rem, 1.75rem);
  line-height: 1;
  color: var(--vp-maduracion-client-orange);
}
.vp-maduracion-hit-name {
  font-family: var(--vp-maduracion-title-font);
  font-size: clamp(13px, 0.78rem, 0.9rem);
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.03em;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.96);
}
/* Sincronizar tarjeta inferior ↔ zona de la imagen */
.vp-maduracion-interactive:has(.vp-maduracion-hit[data-stage="0"]:hover) .vp-maduracion-stage-card[data-stage="0"],
.vp-maduracion-interactive:has(.vp-maduracion-hit[data-stage="0"]:focus-visible) .vp-maduracion-stage-card[data-stage="0"],
.vp-maduracion-interactive:has(.vp-maduracion-hit[data-stage="1"]:hover) .vp-maduracion-stage-card[data-stage="1"],
.vp-maduracion-interactive:has(.vp-maduracion-hit[data-stage="1"]:focus-visible) .vp-maduracion-stage-card[data-stage="1"],
.vp-maduracion-interactive:has(.vp-maduracion-hit[data-stage="2"]:hover) .vp-maduracion-stage-card[data-stage="2"],
.vp-maduracion-interactive:has(.vp-maduracion-hit[data-stage="2"]:focus-visible) .vp-maduracion-stage-card[data-stage="2"],
.vp-maduracion-interactive:has(.vp-maduracion-hit[data-stage="3"]:hover) .vp-maduracion-stage-card[data-stage="3"],
.vp-maduracion-interactive:has(.vp-maduracion-hit[data-stage="3"]:focus-visible) .vp-maduracion-stage-card[data-stage="3"] {
  opacity: 1;
  background: transparent;
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow: none;
}
.vp-maduracion-interactive:has(.vp-maduracion-stage-card[data-stage="0"]:hover) .vp-maduracion-hit[data-stage="0"] .vp-maduracion-hit-tooltip,
.vp-maduracion-interactive:has(.vp-maduracion-stage-card[data-stage="0"]:focus-visible) .vp-maduracion-hit[data-stage="0"] .vp-maduracion-hit-tooltip,
.vp-maduracion-interactive:has(.vp-maduracion-stage-card[data-stage="1"]:hover) .vp-maduracion-hit[data-stage="1"] .vp-maduracion-hit-tooltip,
.vp-maduracion-interactive:has(.vp-maduracion-stage-card[data-stage="1"]:focus-visible) .vp-maduracion-hit[data-stage="1"] .vp-maduracion-hit-tooltip,
.vp-maduracion-interactive:has(.vp-maduracion-stage-card[data-stage="2"]:hover) .vp-maduracion-hit[data-stage="2"] .vp-maduracion-hit-tooltip,
.vp-maduracion-interactive:has(.vp-maduracion-stage-card[data-stage="2"]:focus-visible) .vp-maduracion-hit[data-stage="2"] .vp-maduracion-hit-tooltip,
.vp-maduracion-interactive:has(.vp-maduracion-stage-card[data-stage="3"]:hover) .vp-maduracion-hit[data-stage="3"] .vp-maduracion-hit-tooltip,
.vp-maduracion-interactive:has(.vp-maduracion-stage-card[data-stage="3"]:focus-visible) .vp-maduracion-hit[data-stage="3"] .vp-maduracion-hit-tooltip {
  opacity: 1;
  transform: translateX(-50%) translateY(0) scale(1);
}
.vp-maduracion-interactive:has(.vp-maduracion-stage-card[data-stage="0"]:hover) .vp-maduracion-hit[data-stage="0"]::after,
.vp-maduracion-interactive:has(.vp-maduracion-stage-card[data-stage="0"]:focus-visible) .vp-maduracion-hit[data-stage="0"]::after,
.vp-maduracion-interactive:has(.vp-maduracion-stage-card[data-stage="1"]:hover) .vp-maduracion-hit[data-stage="1"]::after,
.vp-maduracion-interactive:has(.vp-maduracion-stage-card[data-stage="1"]:focus-visible) .vp-maduracion-hit[data-stage="1"]::after,
.vp-maduracion-interactive:has(.vp-maduracion-stage-card[data-stage="2"]:hover) .vp-maduracion-hit[data-stage="2"]::after,
.vp-maduracion-interactive:has(.vp-maduracion-stage-card[data-stage="2"]:focus-visible) .vp-maduracion-hit[data-stage="2"]::after,
.vp-maduracion-interactive:has(.vp-maduracion-stage-card[data-stage="3"]:hover) .vp-maduracion-hit[data-stage="3"]::after,
.vp-maduracion-interactive:has(.vp-maduracion-stage-card[data-stage="3"]:focus-visible) .vp-maduracion-hit[data-stage="3"]::after {
  background: rgba(26, 61, 46, 0.18);
  box-shadow: inset 0 0 0 1px rgba(26, 61, 46, 0.25);
}
/* Táctil / pointer: el JS fija data-active-stage (sin depender de :hover) */
.vp-maduracion-interactive[data-active-stage="0"] .vp-maduracion-stage-card--infographic[data-stage="0"],
.vp-maduracion-interactive[data-active-stage="1"] .vp-maduracion-stage-card--infographic[data-stage="1"],
.vp-maduracion-interactive[data-active-stage="2"] .vp-maduracion-stage-card--infographic[data-stage="2"],
.vp-maduracion-interactive[data-active-stage="3"] .vp-maduracion-stage-card--infographic[data-stage="3"] {
  opacity: 1;
  background: transparent;
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow: none;
}
.vp-maduracion-interactive[data-active-stage="0"] .vp-maduracion-stage-card--infographic:not([data-stage="0"]),
.vp-maduracion-interactive[data-active-stage="1"] .vp-maduracion-stage-card--infographic:not([data-stage="1"]),
.vp-maduracion-interactive[data-active-stage="2"] .vp-maduracion-stage-card--infographic:not([data-stage="2"]),
.vp-maduracion-interactive[data-active-stage="3"] .vp-maduracion-stage-card--infographic:not([data-stage="3"]) {
  opacity: 0.4;
}
.vp-maduracion-interactive[data-active-stage="0"] .vp-maduracion-hit[data-stage="0"] .vp-maduracion-hit-tooltip,
.vp-maduracion-interactive[data-active-stage="1"] .vp-maduracion-hit[data-stage="1"] .vp-maduracion-hit-tooltip,
.vp-maduracion-interactive[data-active-stage="2"] .vp-maduracion-hit[data-stage="2"] .vp-maduracion-hit-tooltip,
.vp-maduracion-interactive[data-active-stage="3"] .vp-maduracion-hit[data-stage="3"] .vp-maduracion-hit-tooltip {
  opacity: 1;
  transform: translateX(-50%) translateY(0) scale(1);
}
.vp-maduracion-interactive[data-active-stage="0"] .vp-maduracion-hit[data-stage="0"]::after,
.vp-maduracion-interactive[data-active-stage="1"] .vp-maduracion-hit[data-stage="1"]::after,
.vp-maduracion-interactive[data-active-stage="2"] .vp-maduracion-hit[data-stage="2"]::after,
.vp-maduracion-interactive[data-active-stage="3"] .vp-maduracion-hit[data-stage="3"]::after {
  background: rgba(26, 61, 46, 0.18);
  box-shadow: inset 0 0 0 1px rgba(26, 61, 46, 0.25);
}
/* Atenuar solo las tarjetas que no corresponden a la zona activa */
@media (hover: hover) and (pointer: fine) {
  .vp-maduracion-interactive:has(.vp-maduracion-hit[data-stage="0"]:hover) .vp-maduracion-stage-card:not([data-stage="0"]),
  .vp-maduracion-interactive:has(.vp-maduracion-hit[data-stage="0"]:focus-visible) .vp-maduracion-stage-card:not([data-stage="0"]),
  .vp-maduracion-interactive:has(.vp-maduracion-hit[data-stage="1"]:hover) .vp-maduracion-stage-card:not([data-stage="1"]),
  .vp-maduracion-interactive:has(.vp-maduracion-hit[data-stage="1"]:focus-visible) .vp-maduracion-stage-card:not([data-stage="1"]),
  .vp-maduracion-interactive:has(.vp-maduracion-hit[data-stage="2"]:hover) .vp-maduracion-stage-card:not([data-stage="2"]),
  .vp-maduracion-interactive:has(.vp-maduracion-hit[data-stage="2"]:focus-visible) .vp-maduracion-stage-card:not([data-stage="2"]),
  .vp-maduracion-interactive:has(.vp-maduracion-hit[data-stage="3"]:hover) .vp-maduracion-stage-card:not([data-stage="3"]),
  .vp-maduracion-interactive:has(.vp-maduracion-hit[data-stage="3"]:focus-visible) .vp-maduracion-stage-card:not([data-stage="3"]),
  .vp-maduracion-interactive:has(.vp-maduracion-stage-card[data-stage="0"]:hover) .vp-maduracion-stage-card:not([data-stage="0"]),
  .vp-maduracion-interactive:has(.vp-maduracion-stage-card[data-stage="0"]:focus-visible) .vp-maduracion-stage-card:not([data-stage="0"]),
  .vp-maduracion-interactive:has(.vp-maduracion-stage-card[data-stage="1"]:hover) .vp-maduracion-stage-card:not([data-stage="1"]),
  .vp-maduracion-interactive:has(.vp-maduracion-stage-card[data-stage="1"]:focus-visible) .vp-maduracion-stage-card:not([data-stage="1"]),
  .vp-maduracion-interactive:has(.vp-maduracion-stage-card[data-stage="2"]:hover) .vp-maduracion-stage-card:not([data-stage="2"]),
  .vp-maduracion-interactive:has(.vp-maduracion-stage-card[data-stage="2"]:focus-visible) .vp-maduracion-stage-card:not([data-stage="2"]),
  .vp-maduracion-interactive:has(.vp-maduracion-stage-card[data-stage="3"]:hover) .vp-maduracion-stage-card:not([data-stage="3"]),
  .vp-maduracion-interactive:has(.vp-maduracion-stage-card[data-stage="3"]:focus-visible) .vp-maduracion-stage-card:not([data-stage="3"]) {
    opacity: 0.4;
  }
  .vp-maduracion-stage-card .vp-maduracion-pct,
  .vp-maduracion-stage-card .vp-maduracion-stage-label,
  .vp-maduracion-stage-card .vp-maduracion-stage-badge,
  .vp-maduracion-stage-card .vp-maduracion-stage-desc,
  .vp-maduracion-stage-card .vp-maduracion-stage-icon {
    transition: opacity 0.2s ease;
  }
}
.vp-maduracion-stages {
  --bs-gutter-y: 0.75rem;
}
.vp-maduracion-stage {
  padding: 0.65rem 0.45rem;
}
.vp-maduracion-stage-card {
  border-radius: 0.75rem;
  border: 1px solid rgba(26, 61, 46, 0.14);
  background: #fff;
  box-shadow: 0 4px 18px rgba(26, 61, 46, 0.07);
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
/* Guía de maduración: tarjetas sin caja (solo tipografía sobre el fondo del sitio) */
.vp-maduracion-interactive .vp-maduracion-stage-card--infographic {
  background: transparent !important;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.vp-maduracion-stage-card:focus {
  outline: none;
}
.vp-maduracion-stage-card:focus-visible {
  outline: 2px solid var(--vp-mustard);
  outline-offset: 2px;
}
.vp-maduracion-stage-card--infographic:focus-visible {
  outline-color: var(--vp-maduracion-client-orange);
}
.vp-maduracion-pct {
  display: block;
  font-family: var(--vp-font-display);
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--vp-mustard);
  margin-bottom: 0.25rem;
}
.vp-maduracion-stage-label {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--vp-green-deep);
  line-height: 1.25;
}

/* Cabecera: fondo blanco en desktop (sin transparencia) */
@media (min-width: 992px) {
  body.vp-site header .navbar.navbar-expand-lg.header-light.bg-white,
  body.vp-site header .navbar.navbar-expand-lg.header-light {
    background-color: #ffffff !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-bottom: 1px solid rgba(26, 61, 46, 0.06);
  }
  body.vp-site header.sticky .navbar.header-light.disable-fixed {
    background-color: #ffffff !important;
  }
}

/* Refuerzo: barra blanca cuando el markup usa bg-white (incl. páginas sin .vp-site) */
header .navbar.navbar-expand-lg.header-light.bg-white {
  background-color: #ffffff !important;
  border-bottom: 1px solid rgba(26, 61, 46, 0.06);
}

/* Cabecera tema claro (texto y toggler oscuros; menú móvil a pantalla completa vía data-mobile-nav-bg-color) */
header .navbar.header-light .navbar-nav .nav-link {
  color: #232323 !important;
}
header .navbar.header-light .navbar-nav .nav-link:hover {
  color: #000 !important;
  opacity: 0.88;
}
header .navbar.header-light .navbar-toggler .navbar-toggler-line {
  background-color: #232323;
}
header .navbar.header-light .btn.btn-link.text-dark-gray,
header .navbar.header-light .btn.btn-link.text-dark-gray .btn-text {
  color: #232323 !important;
}
[data-mobile-nav-style="full-screen-menu"] .navbar-full-screen-menu-inner .navbar-nav .nav-item .nav-link {
  color: #232323 !important;
}

header .navbar-brand {
  display: inline-flex;
  align-items: center;
  padding: 8px 0 !important;
}
header .navbar-brand img.viva-papaya-logo {
  display: block;
  max-height: 58px;
  width: auto;
  height: auto;
  min-width: 0;
  object-fit: contain;
}
footer .footer-logo img,
footer .footer-logo img.vp-footer-logo {
  display: block;
  max-height: 88px;
  width: auto;
  height: auto;
  min-width: 220px;
  object-fit: contain;
}
img.viva-papaya-logo {
  max-height: 48px;
  width: auto;
  height: auto;
}
/* Firma antes del footer: centrada y en flujo (no queda bajo el sticky footer) */
.vp-prefooter-tagline {
  background-color: transparent;
  border-top: 1px solid rgba(26, 61, 46, 0.08);
  position: relative;
  z-index: 2;
}
.vp-prefooter-tagline__word {
  font-size: clamp(34px, 12vw, 8.5rem) !important;
  line-height: 1.06 !important;
  max-width: 100%;
  display: block;
  padding: 0.35rem 0 0.15rem;
  margin-top: -0.35rem;
}
/* Contacto: menos aire entre título, datos y formulario */
.vp-contact-section__body {
  margin-top: -0.35rem;
}
@media (min-width: 768px) {
  .vp-contact-section__body {
    margin-top: -0.5rem;
  }
}
/* Formulario de contacto (misma línea que tarjetas / panel de variedades) */
.vp-contact-card {
  box-shadow: 0 12px 40px rgba(26, 61, 46, 0.1);
  border-top: 3px solid var(--vp-green-mid);
}
.vp-contact-card__eyebrow {
  color: var(--vp-green-deep);
  letter-spacing: 0.08em;
}
.vp-contact-flash {
  padding: 1rem 1.15rem;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.45;
  border: 1px solid transparent;
}
.vp-contact-flash--success {
  color: var(--vp-green-deep);
  background: rgba(45, 90, 69, 0.09);
  border-color: rgba(45, 90, 69, 0.22);
}
.vp-contact-flash--error {
  color: #5c2a20;
  background: rgba(196, 92, 74, 0.1);
  border-color: rgba(196, 92, 74, 0.35);
}
.vp-contact-hp {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.vp-contact-form__label {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--vp-green-deep);
}
.vp-contact-form__control {
  background-color: var(--vp-cream);
  border: 1px solid rgba(26, 61, 46, 0.14);
  color: var(--dark-gray, #232323);
  padding: 0.62rem 1rem;
  font-size: 1rem;
  line-height: 1.45;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.vp-contact-form__control::placeholder {
  color: #8a8f88;
  opacity: 1;
}
.vp-contact-form__control:focus {
  background-color: #fff;
  border-color: var(--base-color);
  box-shadow: 0 0 0 3px rgba(255, 152, 87, 0.2);
  outline: 0;
}
.vp-contact-form textarea.vp-contact-form__control {
  min-height: 132px;
  resize: vertical;
}
.vp-contact-form__note {
  color: var(--vp-green-olive);
  font-weight: 600;
  line-height: 1.45;
  max-width: 36rem;
}
.h-50px { max-height: 56px; width: auto; min-width: 160px; object-fit: contain; }
.w-200px { max-width: 200px; }
.w-90px { max-width: 90px; }
img.object-fit-contain { object-fit: contain; }
.border-radius-6px { border-radius: 6px; }
.btn.viva-papaya-btn-outline {
  background: transparent !important;
  border: 2px solid #232323 !important;
  color: #232323 !important;
}

/* Cadena de valor — infografía alineada a la izquierda + watermark igual que «Proceso certificado» */
.vp-valor-chain__figure {
  margin: 0;
  text-align: start;
}
.vp-valor-chain__img {
  display: block;
  width: 100%;
  max-width: min(780px, 100%);
  height: auto;
  margin-inline: 0;
  margin-right: auto;
}
.vp-valor-chain .vp-proceso-heading {
  align-items: flex-start;
  text-align: left;
}
