/* Frontida hero — slightly larger photo, positioned farther right.
   Desktop-only override layered after the compact reference hero. */
@media (min-width:1281px){
  .public-home .hero .section-shell.hero-layout{
    grid-template-columns:minmax(470px,500px) minmax(0,1fr)!important;
    gap:68px!important;
  }

  .public-home .hero-collage{
    width:min(100%,720px)!important;
    max-width:720px!important;
    height:460px!important;
    transform:translateX(78px)!important;
  }

  .public-home .hero-collage .collage-main{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center 38%!important;
  }
}

@media (min-width:1600px){
  .public-home .hero-collage{
    transform:translateX(100px)!important;
  }
}
