.room-page { background: #f7f8fb; }
.room-top { padding-top: 30px; padding-bottom: 22px; }
.room-breadcrumb { display: flex; align-items: center; gap: 8px; margin-bottom: 22px; color: #8790a2; font-size: .68rem; }
.room-breadcrumb a { color: #526a9f; text-decoration: none; }
.room-breadcrumb a:hover { color: #294fa8; }
.room-breadcrumb i { font-size: .55rem; }
.room-heading-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 25px; }
.room-property-name { display: inline-flex; align-items: center; gap: 6px; color: #3159ba; font-size: .7rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.room-heading-row h1 { margin: 7px 0 0; color: #192642; font-family: "Montserrat", sans-serif; font-size: clamp(2rem,4.2vw,3.5rem); font-weight: 770; letter-spacing: -.05em; }
.room-heading-row p { margin: 8px 0 0; color: #737e91; font-size: .77rem; }
.room-heading-actions { display: flex; gap: 9px; }
.room-heading-actions .btn { min-height: 43px; padding: 10px 14px; border-radius: 9px; font-size: .75rem; font-weight: 730; }
.room-outline-action { border: 1px solid #cbd6eb; color: #3154a4; }
.room-outline-action:hover { border-color: #3154a4; background: #3154a4; color: #fff; }
.room-primary-action { border: 0; background: #294fa9; color: #fff; }
.room-primary-action:hover { background: #1e3d88; color: #fff; }

.room-gallery { display: grid; grid-template-columns: 1.55fr .75fr; gap: 10px; height: 520px; padding-bottom: 25px; }
.room-gallery button { position: relative; overflow: hidden; padding: 0; border: 0; border-radius: 14px; background: #dfe4ed; cursor: zoom-in; }
.room-gallery button img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease, filter .35s ease; }
.room-gallery button:hover img { transform: scale(1.025); filter: saturate(.9); }
.room-gallery-thumbs { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 10px; min-height: 0; }
.room-photo-count { position: absolute; right: 14px; bottom: 14px; padding: 8px 11px; border-radius: 8px; background: rgba(13,25,55,.82); color: #fff; font-size: .68rem; font-weight: 720; backdrop-filter: blur(7px); }
.room-more-overlay { position: absolute; inset: 0; display: grid; place-items: center; background: rgba(15,27,57,.57); color: #fff; font-size: .85rem; font-weight: 750; }
.room-gallery-placeholder { grid-column: span 2; grid-row: span 2; display: grid; align-content: center; gap: 7px; border-radius: 14px; background: #e9edf4; color: #8792a7; text-align: center; }
.room-gallery-placeholder i { font-size: 1.6rem; }
.room-gallery-placeholder span { font-size: .72rem; }

.room-content { display: grid; grid-template-columns: minmax(0,1fr) 330px; align-items: start; gap: 24px; padding-top: 30px; padding-bottom: 75px; }
.room-content-main { min-width: 0; }
.room-overview-card, .room-info-section, .room-enquiry-card { border: 1px solid #e0e5ee; border-radius: 17px; background: #fff; box-shadow: 0 8px 24px rgba(28,42,73,.055); }
.room-overview-card { padding: 23px; }
.room-overview-card > header { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 17px; border-bottom: 1px solid #edf0f4; }
.room-section-kicker { display: block; margin-bottom: 6px; color: #3159bb; font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.room-overview-card h2, .room-info-section h2, .room-related h2 { margin: 0; color: #273248; font-family: "Montserrat", sans-serif; font-size: 1.18rem; font-weight: 750; }
.room-available { padding: 7px 10px; border-radius: 999px; background: #e9f7ef; color: #16764e; font-size: .65rem; font-weight: 750; }
.room-available i { margin-right: 5px; font-size: .42rem; vertical-align: middle; }
.room-feature-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin-top: 18px; }
.room-feature-grid > div { display: flex; align-items: center; gap: 10px; padding: 13px; border-radius: 11px; background: #f7f9fc; }
.room-feature-grid > div > span { display: grid; width: 35px; height: 35px; flex: 0 0 auto; place-items: center; border-radius: 9px; background: #e8efff; color: #3159b7; }
.room-feature-grid small, .room-feature-grid strong { display: block; }
.room-feature-grid small { color: #808a9c; font-size: .61rem; }
.room-feature-grid strong { margin-top: 2px; color: #374156; font-size: .76rem; }
.room-lifestyle-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; margin-top: 11px; }
.room-lifestyle-grid > div { display: flex; align-items: center; gap: 9px; padding: 11px 12px; border: 1px solid #eceef3; border-radius: 10px; color: #8992a2; }
.room-lifestyle-grid > div.is-positive { border-color: #cfe8dc; background: #f3fbf7; color: #21825b; }
.room-lifestyle-grid > div > i { font-size: 1rem; }
.room-lifestyle-grid span, .room-lifestyle-grid strong, .room-lifestyle-grid small { display: block; }
.room-lifestyle-grid strong { color: #495369; font-size: .67rem; }
.room-lifestyle-grid small { margin-top: 2px; color: #8b94a4; font-size: .59rem; }
.room-info-section { margin-top: 17px; padding: 23px; }
.room-facility-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 17px; }
.room-facility-list span { padding: 8px 10px; border: 1px solid #dfe5ee; border-radius: 8px; background: #fafbfd; color: #536076; font-size: .69rem; }
.room-facility-list i { margin-right: 5px; color: #1b9563; }
.room-description-list { margin-top: 17px; color: #646f83; font-size: .78rem; line-height: 1.75; }
.room-description-list p { margin: 0 0 12px; }
.room-description-list p:last-child { margin-bottom: 0; }
.room-video-grid { display: grid; gap: 14px; margin-top: 17px; }
.room-video-grid video { width: 100%; max-height: 500px; border-radius: 12px; background: #101523; }

.room-enquiry-card { position: sticky; top: 96px; padding: 23px; }
.room-enquiry-kicker { color: #3159b7; font-size: .65rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.room-rent { display: flex; align-items: baseline; gap: 5px; margin-top: 9px; flex-wrap: wrap; }
.room-rent > small { width: 100%; color: #7f899b; font-size: .62rem; font-weight: 750; text-transform: uppercase; }
.room-rent del { width: 100%; color: #98a2b3; font-size: .78rem; }
.room-rent b { padding: 3px 6px; border-radius: 6px; background: #fff0e8; color: #d45113; font-size: .58rem; text-transform: uppercase; }
.room-rent strong { color: #1d2943; font-size: 1.48rem; letter-spacing: -.035em; }
.room-rent b + strong { color: #d45113; }
.room-rent span { color: #7f899b; font-size: .68rem; }
.room-rent em { width: 100%; color: #14804a; font-size: .75rem; font-style: normal; font-weight: 750; }
.room-enquiry-card > p { margin: 11px 0 18px; color: #7a8496; font-size: .69rem; line-height: 1.55; }
.room-enquiry-summary { display: grid; gap: 9px; margin-bottom: 17px; }
.room-enquiry-summary > span { display: grid; grid-template-columns: 30px 1fr; align-items: center; padding: 10px; border-radius: 9px; background: #f6f8fb; }
.room-enquiry-summary > span > i { grid-row: span 2; color: #4567b3; }
.room-enquiry-summary small, .room-enquiry-summary strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.room-enquiry-summary small { color: #929aab; font-size: .56rem; }
.room-enquiry-summary strong { margin-top: 2px; color: #4a5469; font-size: .68rem; }
.room-enquiry-actions { display: grid; gap: 9px; }
.room-enquiry-button { display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; border: 0; border-radius: 10px; background: #294fa9; color: #fff; font-size: .75rem; font-weight: 750; text-align: left; }
.room-enquiry-button span, .room-enquiry-button small { display: block; }
.room-enquiry-button small { margin-bottom: 1px; color: rgba(255,255,255,.7); font-size: .55rem; font-weight: 650; }
.room-enquiry-button:hover { background: #1f3d86; color: #fff; }
.room-enquiry-monthly { border: 1px solid #cbd6eb; background: #fff; color: #294f9d; }
.room-enquiry-monthly small { color: #8793aa; }
.room-enquiry-monthly:hover { border-color: #294fa9; background: #edf3ff; color: #1f3d86; }
.room-map-link { display: block; margin-top: 13px; color: #3859a5; font-size: .68rem; text-align: center; text-decoration: none; }
.room-secure-note { display: block; margin-top: 17px; padding-top: 14px; border-top: 1px solid #edf0f4; color: #8992a2; font-size: .61rem; text-align: center; }
.room-secure-note i { color: #23835d; }

.room-related { padding: 68px 18px; background: #edf2f8; }
.room-related header { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 21px; }
.room-related header > a { color: #3159b1; font-size: .71rem; font-weight: 720; text-decoration: none; }
.room-related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.room-related-card { position: relative; display: grid; grid-template-columns: 110px minmax(0,1fr) 30px; align-items: center; gap: 13px; overflow: hidden; padding: 10px; border: 1px solid #dee4ee; border-radius: 13px; background: #fff; color: #303b51; text-decoration: none; }
.room-related-card img { width: 110px; height: 85px; border-radius: 9px; object-fit: cover; }
.room-related-card span, .room-related-card small, .room-related-card strong, .room-related-card em { display: block; min-width: 0; }
.room-related-card small { overflow: hidden; color: #7f899b; font-size: .58rem; text-overflow: ellipsis; white-space: nowrap; }
.room-related-card strong { margin-top: 4px; overflow: hidden; font-size: .76rem; text-overflow: ellipsis; white-space: nowrap; }
.room-related-card em { margin-top: 4px; color: #3158ac; font-size: .6rem; font-style: normal; font-weight: 700; }
.room-related-card > i { color: #4f68a1; }
.room-related-card:hover { border-color: #aebfe4; box-shadow: 0 10px 25px rgba(33,48,82,.09); }

.room-final-cta { padding: 48px 18px; background: #172757; color: #fff; }
.room-final-cta .container-xl { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.room-final-cta span { color: #afbbe0; font-size: .68rem; font-weight: 750; text-transform: uppercase; letter-spacing: .07em; }
.room-final-cta h2 { margin: 6px 0 0; font-family: "Montserrat",sans-serif; font-size: clamp(1.35rem,3vw,2.05rem); font-weight: 750; }
.room-final-cta .btn { min-height: 46px; padding: 11px 17px; border-radius: 9px; background: #fff; color: #294989; font-size: .76rem; font-weight: 750; }
.room-final-cta .btn:hover { background: #ffd45d; }

.room-lightbox-open { overflow: hidden; }
.room-lightbox { position: fixed; z-index: 2050; inset: 0; display: none; padding: clamp(10px,2vw,24px); align-items: center; justify-content: center; }
.room-lightbox.is-open { display: flex; animation: room-layer-in .18s ease-out; }
.room-lightbox-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: rgba(3,8,20,.88); backdrop-filter: blur(8px); }
.room-lightbox-panel { position: relative; z-index: 1; display: grid; width: min(1180px,100%); max-height: calc(100vh - 30px); overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: #0c1222; color: #fff; box-shadow: 0 30px 90px rgba(0,0,0,.46); }
.room-lightbox-header { display: flex; min-height: 66px; padding: 12px 16px 12px 20px; border-bottom: 1px solid rgba(255,255,255,.1); align-items: center; justify-content: space-between; gap: 20px; }
.room-lightbox-header small { color: #9da9c7; font-size: .63rem; }
.room-lightbox-header h2 { margin: 3px 0 0; font-size: .91rem; }
.room-lightbox-close { display: grid; width: 40px; height: 40px; padding: 0; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; place-items: center; background: rgba(255,255,255,.07); color: #fff; }
.room-lightbox-close:hover { background: rgba(255,255,255,.16); }
.room-lightbox-body { position: relative; display: grid; min-height: min(68vh,720px); overflow: hidden; padding: 0; place-items: center; background: #060b16; }
.room-lightbox-body img { display: block; width: 100%; height: min(68vh,720px); object-fit: contain; }
.room-lightbox-nav { position: absolute; z-index: 2; top: 50%; display: grid; width: 43px; height: 43px; padding: 0; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; place-items: center; background: rgba(4,9,21,.64); color: #fff; transform: translateY(-50%); }
.room-lightbox-nav[hidden] { display: none; }
.room-lightbox-nav:hover { background: rgba(35,71,153,.9); }
.room-lightbox-prev { left: 14px; }
.room-lightbox-next { right: 14px; }
.room-lightbox-thumbs { display: flex; min-height: 82px; padding: 9px 12px; gap: 8px; overflow-x: auto; border-top: 1px solid rgba(255,255,255,.1); background: #0c1222; }
.room-lightbox-thumbs button { width: 88px; height: 62px; padding: 2px; flex: 0 0 auto; overflow: hidden; border: 2px solid transparent; border-radius: 8px; background: transparent; opacity: .58; }
.room-lightbox-thumbs button.active { border-color: #ffd45d; opacity: 1; }
.room-lightbox-thumbs img { width: 100%; height: 100%; border-radius: 5px; object-fit: cover; }
@keyframes room-layer-in { from { opacity: 0; } to { opacity: 1; } }

@media (max-width: 991.98px) {
  .room-content { grid-template-columns: 1fr; }
  .room-enquiry-card { position: static; }
  .room-related-grid { grid-template-columns: 1fr; }
}

@media (max-width: 767.98px) {
  .room-top { padding: 22px 13px 17px; }
  .room-heading-row { align-items: flex-start; flex-direction: column; }
  .room-heading-actions { width: 100%; }
  .room-heading-actions .btn { flex: 1; }
  .room-gallery { grid-template-columns: 1fr; height: auto; padding: 0 12px 18px; }
  .room-gallery-main { height: 330px; }
  .room-gallery-thumbs { grid-template-columns: repeat(4,1fr); grid-template-rows: 95px; }
  .room-gallery-placeholder { grid-column: span 4; grid-row: auto; }
  .room-content { padding: 20px 12px 55px; }
  .room-feature-grid { grid-template-columns: repeat(2,1fr); }
  .room-lifestyle-grid { grid-template-columns: 1fr; }
  .room-related { padding: 52px 12px; }
  .room-final-cta .container-xl { align-items: stretch; flex-direction: column; }
  .room-final-cta .btn { width: 100%; }
  .room-lightbox { padding: 0; }
  .room-lightbox-panel { width: 100%; max-height: 100vh; border: 0; border-radius: 0; }
  .room-lightbox-body { min-height: calc(100vh - 66px); }
  .room-lightbox-body img { height: calc(100vh - 66px); }
  .room-lightbox-panel:has(.room-lightbox-thumbs) .room-lightbox-body { min-height: calc(100vh - 148px); }
  .room-lightbox-panel:has(.room-lightbox-thumbs) .room-lightbox-body img { height: calc(100vh - 148px); }
}

@media (max-width: 420px) {
  .room-heading-actions { flex-direction: column; }
  .room-gallery-main { height: 280px; }
  .room-gallery-thumbs { grid-template-columns: repeat(2,1fr); grid-template-rows: 100px 100px; }
  .room-feature-grid { grid-template-columns: 1fr; }
}
