.room-editorial > figure > img { aspect-ratio: auto; height: auto; }
.room-gallery { padding-top: 25px; }
.room-gallery .section-heading { margin-bottom: 45px; }
.room-gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; align-items: start; }
.room-gallery-column { display: grid; gap: 30px; }
.room-gallery-column:nth-child(2) { padding-top: 60px; }
.room-gallery-column:nth-child(3) { padding-top: 25px; }
.room-photo { margin: 0; min-width: 0; }
.room-photo-link { display: block; position: relative; background: #eae8dc; }
.room-photo-link img { width: 100%; height: auto; }
.room-photo-open { position: absolute; bottom: 12px; right: 12px; padding: 7px 11px; background: #f5f1e8; color: #283d32; font-size: 10px; letter-spacing: .03em; transition: background .2s, color .2s; }
.room-photo-link:hover .room-photo-open, .room-photo-link:focus-visible .room-photo-open { background: #283d32; color: #f5f1e8; }
.room-photo figcaption { font-size: 11px; padding-top: 12px; color: var(--muted); }
.room-gallery-note { margin: 35px 0 0; padding-top: 22px; border-top: 1px solid var(--line); font-size: 12px; color: var(--muted); }
body.room-gallery-open { overflow: hidden; }
.room-lightbox { width: min(1260px, 96vw); max-width: 96vw; height: min(920px, 94svh); max-height: 94svh; margin: auto; padding: 18px 24px; border: 1px solid #687469; background: #18251d; color: #f5f1e8; overflow: auto; }
.room-lightbox[open] { display: flex; flex-direction: column; }
.room-lightbox::backdrop { background: #0c160fdb; }
.room-lightbox-top { display: flex; justify-content: space-between; align-items: center; gap: 18px; flex: 0 0 auto; padding-bottom: 12px; }
.room-lightbox-top h2 { font-family: var(--sans); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; margin: 0; line-height: 1.5; }
.room-lightbox button { flex-shrink: 0; min-width: 44px; min-height: 44px; background: transparent; border: 1px solid #8b978a; color: #f5f1e8; cursor: pointer; }
.room-lightbox button:hover { background: #f5f1e8; color: #18251d; }
.room-lightbox-close { font-size: 12px; padding: 6px 14px; }
.room-lightbox-close span { font-size: 20px; margin-left: 14px; vertical-align: middle; }
.room-lightbox-image { flex: 1; min-height: 0; display: grid; place-items: center; }
.room-lightbox-image img { width: 100%; height: 100%; min-height: 0; max-height: 100%; object-fit: contain; }
.room-lightbox-bottom { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-top: 14px; flex: 0 0 auto; }
.room-lightbox-bottom p { margin: 0; text-align: center; font-size: 12px; line-height: 1.5; }
.room-photo-prev, .room-photo-next { font-size: 22px; }
.rooms-night-banner > img { object-position: center 62%; }
.rooms-night-banner::before { background: linear-gradient(90deg, rgba(12, 27, 18, .82) 0%, rgba(12, 27, 18, .58) 37%, rgba(12, 27, 18, .26) 72%, rgba(12, 27, 18, .18)), linear-gradient(0deg, rgba(10, 20, 14, .34), transparent 55%); }
@media (max-width: 760px) {
  .room-gallery { padding-top: 0; }
  .room-gallery-grid { grid-template-columns: 1fr; gap: 30px; }
  .room-gallery-column:nth-child(n) { padding-top: 0; gap: 30px; }
  .room-lightbox { padding: 12px; height: 90svh; }
  .room-lightbox-top h2 { font-size: 9px; max-width: 140px; }
  .room-lightbox-bottom { gap: 10px; }
  .room-lightbox-bottom p { font-size: 11px; }
  .rooms-night-banner > img { object-position: center 55%; }
  .rooms-night-banner::before { background: linear-gradient(90deg, rgba(12, 27, 18, .74), rgba(12, 27, 18, .3)), linear-gradient(0deg, rgba(10, 20, 14, .42), transparent 60%); }
}
