/* Preserve the existing dark/gold design; reserve space instead of clipping it. */
html, body { width: 100%; max-width: 100%; overflow-x: visible; }
body { touch-action: auto; }
img { height: auto; }
.view-card video { display: block; width: 100%; aspect-ratio: 650 / 370; object-fit: cover; background: #050706; }
.premium-film { max-width: 1200px; margin: 54px auto 0; overflow: hidden; border: 1px solid rgba(196,164,103,.4); background: #050706; box-shadow: 0 25px 70px rgba(0,0,0,.45); }
.premium-film video { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: #050706; }
main, section, .intro-grid > *, .community > *, .visit > *, .reservation-layout > * { min-width: 0; }
.header nav { gap: clamp(14px, 2.4vw, 38px); }
.nav-group { height: 100%; }
.nav-group summary { display: flex; align-items: center; height: 100%; cursor: pointer; list-style: none; white-space: nowrap; }
.nav-group summary::-webkit-details-marker { display: none; }
.nav-group[open] > .global-submenu { display: flex; }
.header nav > a { display: flex; align-items: center; height: 100%; white-space: nowrap; }
.header nav a[aria-current="page"], .nav-group[open] summary { color: #d7bd88; }
.global-submenu { flex-wrap: wrap; gap: 8px 34px; padding: 12px 24px; }
.global-submenu a { padding: 12px 0; }
:where(a, button, summary, input, select):focus-visible { outline: 2px solid #cbb17f; outline-offset: 4px; }
.chips input:focus-visible + span, .reservation-types input:focus-visible + span { outline: 2px solid #cbb17f; outline-offset: 3px; }
.reserve-form input:not([type=checkbox]), .reserve-form select, .reservation-panel input:not([type=radio]), .reservation-panel select { font-size: 16px; color: #f2ede3; color-scheme: dark; min-width: 0; }
.reserve-form select option, .reservation-panel select option { background: #171a18; color: #f2ede3; }
.reserve-form select:focus, .reservation-panel select:focus { color: #f2ede3; }
.reserve-form input[type=radio], .reservation-panel input[type=radio] { width: 1px; height: 1px; padding: 0; }
.reveal { opacity: 1; transform: none; }
.unit-section { display: block; }
.unit-switcher-ready .unit-section { display: none; }
.unit-switcher-ready .unit-section.active { display: block; }
.concept-film-frame, .community-film-frame, .overview-video iframe, .video-card iframe { width: 100%; max-width: 100%; min-height: 202px; }
.concept-film-frame iframe { min-height: 200px; }
.concept-film-controls span, .concept-film-note { font-size: 14px; }
.concept-film-controls button { min-height: 46px; }
.main-promo { max-height: calc(100dvh - 128px); }
.main-promo-card { min-height: 0; overflow-y: auto; }
.main-promo-close { flex-shrink: 0; }
.sub-nav, .community-thumbs { touch-action: pan-x pan-y pinch-zoom; }
.hero h1, .content-head h2, .visit h2, .facts dd, .footer-details { overflow-wrap: anywhere; word-break: keep-all; }
:target { scroll-margin-top: 28px; }
@media (max-width: 1024px) {
  .header { padding: 0 24px; height: 72px; }
  .header nav, .header-call { display: none; }
  .menu { display: block; margin-left: auto; width: 44px; height: 44px; padding: 8px; }
  .menu i { display: block; height: 1px; background: #fff; margin: 8px 0; }
  .header.open { height: auto; min-height: 72px; background: #090b0a; padding-top: 14px; flex-wrap: wrap; align-items: flex-start; max-height: 100dvh; overflow-y: auto; }
  .header.open nav { display: flex; height: auto; order: 3; width: 100%; flex-direction: column; align-items: stretch; gap: 0; padding: 14px 0; }
  .nav-group { height: auto; }
  .nav-group summary, .header nav > a { min-height: 48px; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.12); }
  .nav-group summary::after { content: '+'; margin-left: auto; color: #c8a96f; font-size: 21px; }
  .nav-group[open] summary::after { content: '−'; }
  .header nav .global-submenu { position: static; display: none; width: 100%; flex-direction: column; align-items: stretch; gap: 0; padding: 7px 14px; background: #151916; box-shadow: inset 3px 0 #9e814e; }
  .header nav .nav-group[open] .global-submenu { display: flex; }
  .header nav .global-submenu a { min-height: 44px; padding: 12px 9px; }
  .reservation-layout { grid-template-columns: 1fr; gap: 28px; }
  .reservation-panel { width: 100%; }
  .visit { grid-template-columns: 1fr; }
  .reserve-form { width: 100%; margin-inline: auto; }
}
@media (min-width: 821px) and (max-width: 1024px) {
  .premium-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .premium article:nth-child(2) { border-right: 0; }
  .premium article:nth-child(-n+2) { border-bottom: 1px solid var(--border-gold); }
  .feature-cards { grid-template-columns: 1fr; }
  .intro-grid, .community { gap: 32px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1025px) and (max-height: 820px) {
  .hero { min-height: 600px; }
  .hero-copy { top: 46%; transform: translateY(-48%); }
  .hero h1 { margin-block: 14px; font-size: clamp(40px, 3.8vw, 60px); line-height: 1.28; }
  .hero .lead { line-height: 1.7; }
  .hero-actions { margin-top: 22px; }
  .hero-stats { bottom: 28px; }
}
@media (max-width: 820px) {
  html, body { overflow-x: visible; }
  body { touch-action: auto; }
  .hero h1 { font-size: clamp(27px, 7.2vw, 38px); line-height: 1.34; overflow-wrap: normal; }
  .hero-copy { left: 24px; right: 24px; }
  .hero-actions { flex-wrap: wrap; }
  .hero-actions .btn { flex: 1 1 130px; max-width: 180px; }
  .premium-film { margin: 36px -24px 0; border-inline: 0; }
  .sub-hero { height: auto; min-height: 280px; }
  .sub-hero h1 { max-width: 100%; margin-right: 0; font-size: clamp(26px, 6.6vw, 35px); line-height: 1.38; overflow-wrap: normal; word-break: keep-all; }
  .content-head h2 { font-size: clamp(27px, 7.2vw, 36px); line-height: 1.48; overflow-wrap: normal; word-break: keep-all; }
  .community-heading h2 { white-space: normal; font-size: clamp(31px, 8.5vw, 42px); line-height: 1.22; }
  .community-overview-copy h3, .community-floor-head h3, .community-film-copy h3 { font-size: clamp(28px, 7.5vw, 36px); overflow-wrap: normal; word-break: keep-all; }
  .community-stage, .community-film-frame { margin-left: 0; margin-right: 0; }
  .mobile-cta { bottom: calc(12px + env(safe-area-inset-bottom)) !important; }
  .mobile-cta.cta-obscured { opacity: 0; visibility: hidden; pointer-events: none; }
  body:has(input:focus, select:focus, textarea:focus) .mobile-cta { display: none !important; }
  .visit, body:has(#contactReservation) .content { padding-bottom: 190px; }
  footer { padding-bottom: 190px !important; }
  .main-promo { max-height: calc(100dvh - 190px); }
  .concept-film-controls button { padding: 0 6px; }
  .concept-film-controls span { margin-left: 3px; }
  .reserve-form .agree, .agree button { font-size: 13px; }
}
@media (max-width: 390px) {
  .sub-hero h1 { font-size: 25px; }
  .content-head h2 { font-size: 26px; }
  .community-heading h2 { font-size: 30px; }
}
@media (max-height: 540px) {
  .main-promo { top: 80px; max-height: calc(100dvh - 96px); }
  .mobile-cta a { width: 52px !important; height: 52px !important; min-width: 52px !important; font-size: 11px !important; }
}
