/* ==========================================================================
   The Sunset Haven (stay) — mosaic, reserve bar, rooms, amenities, summary
   (shared gallery/lightbox/rbar/sheet come from trip.css)
   ========================================================================== */
.hp-stay { max-width: 1320px; margin-inline: auto; padding: 18px clamp(14px,2.5vw,28px) 40px; }
.hp-stay__head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.hp-stay__chips { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 10px; }
.hp-stay__own { background: var(--hp-ink); color: var(--hp-saffron-l); font-size: 12px; font-weight: 700; padding: 6px 11px; border-radius: 999px; }
.hp-stay__rating { background: #fff; border: 1px solid var(--hp-line-12); font-size: 12.5px; font-weight: 600; border-radius: 999px; padding: 6px 11px; }
.hp-stay__h1 { font-family: var(--hp-font-display); font-size: clamp(38px,5.6vw,70px); line-height: .95; font-weight: 700; letter-spacing: -.03em; margin: 0; }
.hp-stay__sub { font-size: 15px; color: var(--hp-text-2); margin-top: 10px; }

/* Mosaic */
.hp-stay-mosaic { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-auto-rows: 210px; gap: 8px; border-radius: 18px; overflow: hidden; }
.hp-stay-mosaic .hp-gallery__cell:first-child { grid-row: 1 / span 2; }
.hp-stay-mosaic__overlay { position: absolute; inset: 0; background: rgba(11,18,22,.55); color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.hp-stay-mosaic__overlay span:first-child { font-family: var(--hp-font-display); font-size: 30px; font-weight: 800; }
@media (max-width: 820px) { .hp-stay-mosaic { grid-template-columns: 1fr; grid-auto-rows: 260px; } .hp-stay-mosaic .hp-gallery__cell:not(:first-child) { display: none; } .hp-stay-mosaic .hp-gallery__cell:first-child { grid-row: auto; } }

/* Reserve bar */
.hp-stay-bar { position: sticky; top: calc(var(--hp-abar,0px) + var(--hp-hdr,68px) + 8px); z-index: 60; margin-top: 20px; display: flex; gap: 6px; background: #fff; border-radius: 14px; padding: 6px; box-shadow: 0 0 0 1px rgba(14,27,36,.08), 0 16px 40px -28px rgba(14,27,36,.5); position: sticky; }
@media (max-width: 820px) { .hp-stay-bar { position: static; flex-direction: column; } }
.hp-stay-bar .hp-sb-btn { flex: 1; background: var(--hp-bg); border: 0; border-radius: 10px; padding: 8px 14px; text-align: left; display: flex; flex-direction: column; min-height: 56px; justify-content: center; cursor: pointer; }
.hp-stay-bar select { border: 0; background: transparent; font: inherit; font-weight: 600; padding: 0; }

/* Body grid */
.hp-stay__grid { display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: clamp(20px,3vw,40px); margin-top: 24px; align-items: start; }
@media (max-width: 1080px) { .hp-stay__grid { grid-template-columns: 1fr; } }
.hp-stay__main section { padding: 24px 0; }
.hp-rooms { display: grid; gap: 14px; }
.hp-room-card { display: grid; grid-template-columns: 230px minmax(0,1fr); background: #fff; border-radius: 18px; border: 1px solid var(--hp-line-08); overflow: hidden; }
.hp-room-card.is-on { border: 2px solid var(--hp-ink); }
@media (max-width: 560px) { .hp-room-card { grid-template-columns: 1fr; } }
.hp-room-card img { width: 100%; height: 100%; min-height: 200px; object-fit: cover; }
.hp-room-card__b { padding: 18px; display: flex; flex-direction: column; gap: 10px; }
.hp-room-card__top { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.hp-room-card__n { font-family: var(--hp-font-display); font-size: 22px; font-weight: 700; }
.hp-room-card__meta { font-size: 13.5px; color: var(--hp-muted); }
.hp-room-card__price { text-align: right; font-family: var(--hp-font-display); font-size: 24px; font-weight: 800; }
.hp-room-card__pu { display: block; font-size: 12.5px; color: var(--hp-muted); font-family: var(--hp-font-ui); font-weight: 400; }
.hp-room-card__chips { display: flex; flex-wrap: wrap; gap: 6px; }
.hp-room-card__foot { margin-top: auto; display: flex; justify-content: space-between; align-items: center; border-top: 1px dashed var(--hp-line-16); padding-top: 10px; gap: 10px; flex-wrap: wrap; }
.hp-room-card__fac { font-size: 13px; color: var(--hp-muted); }
.hp-room-card__qty { min-width: 62px; text-align: center; font-weight: 700; }

.hp-amenities { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 10px; margin-top: 16px; }
@media (max-width: 560px) { .hp-amenities { grid-template-columns: 1fr; } }
.hp-amenity { display: flex; gap: 10px; align-items: center; background: #fff; border: 1px solid var(--hp-line-08); border-radius: 12px; padding: 12px; }
.hp-amenity__i { width: 26px; height: 26px; border-radius: 8px; background: var(--hp-saffron-tint); color: var(--hp-saffron-ink-2); display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.hp-stay-rules { list-style: none; padding: 0; margin: 12px 0 0; }
.hp-stay-rules li { position: relative; padding-left: 16px; font-size: 13.5px; color: var(--hp-text-2); margin-bottom: 6px; }
.hp-stay-rules li::before { content: "•"; color: var(--hp-saffron); position: absolute; left: 0; }
.hp-stay__map { border-radius: 18px; overflow: hidden; border: 1px solid var(--hp-line-08); background: #DDE5E8; }

.hp-stay__aside { position: sticky; top: calc(var(--hp-abar,0px) + var(--hp-hdr,68px) + 100px); }
@media (max-width: 1080px) { .hp-stay__aside { position: static; } }
.hp-stay__sumsub { font-size: 14px; color: var(--hp-text-2); margin: 6px 0 12px; }
.hp-stay__empty { background: var(--hp-bg); border-radius: 12px; padding: 14px; color: var(--hp-muted); }
.hp-stay__warn { background: var(--hp-saffron-tint); color: #6B3A00; border-radius: 12px; padding: 12px; font-size: 13.5px; margin: 12px 0; }

/* Per-room cancellation chip */
.hp-room-card__cancel { display: inline-block; margin-top: 8px; font-size: 12px; font-weight: 600; padding: 5px 10px; border-radius: 999px; background: #E3F4EC; color: #0B5A3D; }
.hp-room-card__cancel:empty { display: none; }
.hp-room-card__cancel.is-partial { background: #FFF1DC; color: #6B3A00; }

/* Lightbox: Photo/All tabs + thumbnail strip + all-photos grid */
.hp-lb__tabs { display: inline-flex; gap: 4px; background: rgba(255,255,255,.14); border-radius: 999px; padding: 3px; }
.hp-lb__tabs button { border: 0; background: none; color: rgba(255,255,255,.72); font: inherit; font-size: 13px; font-weight: 600; padding: 6px 14px; border-radius: 999px; cursor: pointer; }
.hp-lb__tabs button.is-on { background: #fff; color: var(--hp-ink); }
.hp-lb__thumbs { display: flex; gap: 8px; overflow-x: auto; padding: 14px 4px 4px; justify-content: flex-start; }
@media (min-width: 700px) { .hp-lb__thumbs { justify-content: center; } }
.hp-lb__thumb { flex: 0 0 auto; width: 72px; height: 50px; border-radius: 8px; border: 2px solid transparent; background-size: cover; background-position: center; cursor: pointer; opacity: .55; transition: opacity .2s; }
.hp-lb__thumb.is-on, .hp-lb__thumb:hover { opacity: 1; border-color: #fff; }
.hp-lb__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px; width: min(1100px, 100%); margin: 14px auto; padding: 0 16px; overflow-y: auto; max-height: 82vh; }
.hp-lb__gcell { border: 0; background: none; padding: 0; cursor: pointer; text-align: left; }
.hp-lb__gimg { display: block; width: 100%; aspect-ratio: 4 / 3; border-radius: 12px; background-size: cover; background-position: center; }
.hp-lb__gcap { display: block; margin-top: 6px; font-size: 12.5px; color: rgba(255,255,255,.85); }

/* ==== Responsive audit fixes ==== */
.hp-lb__tabs button { min-height: 44px; display: inline-flex; align-items: center; }
.hp-gallery__all { display: inline-flex !important; } /* stay has no mobile carousel — keep the trigger */
