/* Client review: retain generous room photography and align both cards in each row. */
.homepage-v18 .home-services .service-feature:nth-child(even){padding-top:0}
@media(min-width:701px){
 .homepage-v18 .home-services .service-features{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}
}

/* Keep the corrected native-square tile image intact in the room viewer. */
.homepage-v18.visual-v20 .dialog-photo:not(.is-detail) #room-dialog-image[src*="/rooms-v22/tile-gallery"]{display:block;width:min(100%,62svh,850px);height:auto;max-width:100%;max-height:none;aspect-ratio:1;margin-inline:auto;object-fit:contain}
