/* T227 — Google text-result image hardening.
   The preferred resort photo is a real <img src> in the hero fallback, while the decorative brand mark
   is rendered as CSS so Google can distinguish the page photo from the site logo. */
#home .hero-cinematic-media .hero-search-photo{
  position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:cover;object-position:center center;
  display:block;
}
#home .hero-logo-stage .main-logo{
  aspect-ratio:1/1;height:auto;background-size:contain;background-repeat:no-repeat;background-position:center;
}
