.room-popup-trigger{margin:5px;padding:12px 22px;border:1px solid var(--teal);background:transparent;color:var(--teal);font:inherit;font-size:13px;letter-spacing:1px;text-transform:uppercase;cursor:pointer}
.room-popup-trigger:hover,.room-popup-trigger:focus-visible{background:var(--teal);color:#fff}
.accommodation-card{cursor:pointer}
.accommodation-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0003}
.accommodation-card:focus-visible{outline:3px solid var(--teal);outline-offset:3px}
.accommodation-modal{position:fixed;z-index:100;inset:0;display:none;align-items:center;justify-content:center;padding:24px;background:#0009}
.accommodation-modal.is-open{display:flex}
.accommodation-modal__content{position:relative;width:min(760px,100%);max-height:90vh;overflow:auto;background:#fff;box-shadow:0 12px 42px #0008}
.accommodation-modal__content>img{display:block;width:100%;height:300px;object-fit:cover}
.accommodation-modal__body{padding:28px}
.accommodation-modal__body h2{margin-top:0;color:#333;font-weight:400}
.accommodation-modal__price{color:var(--teal);font-size:18px}
.accommodation-modal__body .btn{margin:12px 0 0}
.accommodation-modal__close{position:absolute;top:12px;right:12px;width:38px;height:38px;border:0;border-radius:50%;background:#fff;color:#333;font-size:30px;line-height:1;cursor:pointer}
.hotel-video-modal{position:fixed;z-index:110;inset:0;display:none;align-items:center;justify-content:center;padding:max(24px,env(safe-area-inset-top)) max(24px,env(safe-area-inset-right)) max(24px,env(safe-area-inset-bottom)) max(24px,env(safe-area-inset-left));background:#000c}
.hotel-video-modal-open{overflow:hidden}
.hotel-video-modal.is-open{display:flex}
.hotel-video-modal__content{position:relative;width:min(1100px,100%);max-width:100%;max-height:86vh;max-height:calc(100dvh - 48px);overflow:hidden;background:#000;box-shadow:0 12px 42px #000b}
.hotel-video-modal iframe{display:block;width:100%;aspect-ratio:16/9;max-height:86vh;max-height:calc(100dvh - 48px);border:0;background:#000}
.hotel-video-modal__close{position:absolute;z-index:1;top:12px;right:12px;width:42px;height:42px;border:0;border-radius:50%;background:#fff;color:#333;font-size:32px;line-height:1;cursor:pointer}
@media(max-width:850px){.accommodation-modal__content>img{height:220px}.hotel-video-modal{padding:max(8px,env(safe-area-inset-top)) max(8px,env(safe-area-inset-right)) max(8px,env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-left))}.hotel-video-modal__content,.hotel-video-modal iframe{max-height:96vh;max-height:calc(100dvh - 16px)}.hotel-video-modal__close{top:8px;right:8px;width:38px;height:38px;font-size:29px}}
@media(max-height:500px) and (orientation:landscape){.hotel-video-modal{padding:4px}.hotel-video-modal__content,.hotel-video-modal iframe{width:100%;height:calc(100dvh - 8px);max-height:calc(100dvh - 8px)}.hotel-video-modal__close{top:6px;right:6px}}
