/* Shared mobile navigation: fixed masthead, proper close icon, scrollable links. */
body .mobile-nav .mobile-response-actions{margin-top:1.2rem;padding-top:.5rem;border-top:1px solid #f3f0e74d}
body .mobile-nav .mobile-response-actions a:first-child{color:#dfc48c}
/* Accommodation choices are shared by pages that do not load the response stylesheet. */
.property-choice-links{display:flex;flex-wrap:wrap;gap:.75rem}
@media(max-width:720px){
 html.mobile-menu-open,html.mobile-menu-open body{overflow:hidden;overscroll-behavior:none}
 body.cinematic-v6 .site-header.menu-is-open{height:100vh;height:100dvh;display:flex;flex-direction:column;background:#0f251e;backdrop-filter:none;-webkit-backdrop-filter:none;z-index:200}
 body.cinematic-v6 .header-inner{width:100%;gap:12px}
 body.cinematic-v6 .site-header.menu-is-open .header-inner{flex:0 0 auto;border-bottom:1px solid #f3f0e729;background:#0f251e}
 body.cinematic-v6 .menu-button{flex:0 0 auto;min-width:88px;height:44px;padding:10px;gap:12px;justify-content:flex-end;border:0;border-radius:4px;background:transparent;line-height:1;color:#f3f0e7;font-size:var(--type-caption)}
 body.cinematic-v6 .menu-button:focus{outline:none}
 body.cinematic-v6 .menu-button:focus-visible{outline:2px solid #c9a96a;outline-offset:2px;background:#ffffff08}
 body.cinematic-v6 .menu-icon{position:relative;display:block;flex:0 0 22px;width:22px;height:16px;border:0;transform:none!important;transition:none}
 body.cinematic-v6 .menu-icon::before,body.cinematic-v6 .menu-icon::after{content:'';position:absolute;left:0;width:22px;height:1px;background:currentColor;transform-origin:center;transition:transform .18s ease,top .18s ease}
 body.cinematic-v6 .menu-icon::before{top:4px}
 body.cinematic-v6 .menu-icon::after{top:11px}
 body.cinematic-v6 .menu-button[aria-expanded=true] .menu-icon::before{top:8px;transform:rotate(45deg)}
 body.cinematic-v6 .menu-button[aria-expanded=true] .menu-icon::after{top:8px;transform:rotate(-45deg)}
 body.cinematic-v6 .site-header.menu-is-open .mobile-nav{display:block;flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;background:#0f251e;padding:16px var(--gutter) max(28px,env(safe-area-inset-bottom));border:0}
 body.cinematic-v6 .mobile-nav a{font-size:var(--type-card);line-height:1.25;min-height:56px;padding:16px 0;color:#f3f0e7;border-top:1px solid #f3f0e729;overflow-wrap:break-word}
 body.cinematic-v6 .mobile-nav a:first-child{border-top:0}
 body.cinematic-v6 .mobile-nav a[aria-current=page]{color:#dfc48c}
 body.cinematic-v6 .mobile-nav a:focus-visible{outline:2px solid #c9a96a;outline-offset:3px;border-radius:2px}
 html.mobile-menu-open .delta-review-badge,html.mobile-menu-open .journey-motion-control,html.mobile-menu-open .movie-controls{visibility:hidden}
}
@media(prefers-reduced-motion:reduce){body.cinematic-v6 .menu-icon::before,body.cinematic-v6 .menu-icon::after{transition:none}}
