/* MEISTER Jaén v2.2.4 — HERO FINAL LOCK + CONTACT FACADE SWAP + CROP QA */
/* Desktop: approved interior showroom hero. Keep Parquet For Life/Lindura readable and flowers present. */
@media (min-width:1181px){
  .home .hero.hero--lead{
    background-image:var(--hero)!important;
    background-size:cover!important;
    background-repeat:no-repeat!important;
    background-position:center 52%!important;
    background-color:#070707!important;
  }
}
/* Tablet: keep image full-width with a controlled editorial crop. */
@media (min-width:768px) and (max-width:1180px){
  .home .hero-mobile-visual{height:56svh!important;min-height:430px!important;max-height:680px!important;overflow:hidden!important}
  .home .hero-mobile-visual>img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center 52%!important}
}
/* Mobile: crop favors center signage and lower-right orange flowers without stretching. */
@media (max-width:767px){
  .home .hero-mobile-visual{height:43svh!important;min-height:300px!important;max-height:430px!important;overflow:hidden!important}
  .home .hero-mobile-visual>img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:58% 52%!important;filter:saturate(.9) contrast(1.04)!important}
}
@media (max-width:420px){
  .home .hero-mobile-visual{height:39svh!important;min-height:285px!important}
  .home .hero-mobile-visual>img{object-position:61% 52%!important}
}
