/* Corrección definitiva del hero principal: mostrar la imagen completa y evitar recortes/zonas beige. */
.ref-hero-grid{
  gap:28px!important;
  column-gap:28px!important;
  align-items:center!important;
  min-height:0!important;
}
.ref-hero-photo{
  position:relative!important;
  align-self:center!important;
  width:100%!important;
  min-height:0!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  overflow:hidden!important;
  border-radius:28px!important;
}
.ref-hero-photo:before,
.ref-hero-photo:after{
  content:none!important;
  display:none!important;
  background:none!important;
  opacity:0!important;
}
.ref-hero-photo img{
  position:static!important;
  inset:auto!important;
  display:block!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  object-fit:contain!important;
  object-position:center center!important;
  opacity:1!important;
  filter:none!important;
  transform:none!important;
  background:transparent!important;
  image-rendering:auto!important;
}
@media(max-width:850px){
  .ref-hero-grid{grid-template-columns:1fr!important;gap:22px!important}
  .ref-hero-photo{width:100%!important;min-height:0!important;height:auto!important;border-radius:22px!important}
  .ref-hero-photo img{width:100%!important;height:auto!important;object-fit:contain!important}
}
