/* Henderson's source photo includes activity at its far-right edge. Keep the
   composition focused on the bar by enlarging the photo from its left edge. */
html body img[src*="citrus-grill-henderson-bar-2026.avif"] {
  object-position: left center !important;
  transform: scale(1.18) !important;
  transform-origin: left center !important;
}

/* The homepage cards have their own !important hover zoom. This deliberately
   higher-specificity rule keeps the Henderson crop stable in every state. */
html body .framer-qOafj [data-framer-background-image-wrapper]
  img[src*="citrus-grill-henderson-bar-2026.avif"]:not([data-citrus-original-crop]) {
  object-position: left center !important;
  transform: scale(1.18) !important;
  transform-origin: left center !important;
}
