/*
  BEA NYC responsive image map.
  Design: cinematic monochrome hospitality photography with incandescent amber wayfinding.
*/
:root {
  --ink: #0a0908;
  --charcoal: #141210;
  --cream: #f1eadc;
  --smoke: #b8afa0;
  --amber: #d99a3d;
  --amber-light: #ffc979;
  --line: rgba(241, 234, 220, 0.18);
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0;
  min-width: 320px;
  background: var(--ink);
  color: var(--cream);
  font-family: "DM Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, a { -webkit-tap-highlight-color: transparent; }
button, a[href] { cursor: pointer; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
:focus-visible { outline: 3px solid var(--amber-light); outline-offset: 4px; }

.bea-experience {
  min-height: 100vh;
  overflow-x: hidden;
  background: radial-gradient(circle at 75% 12%, rgba(217,154,61,.08), transparent 32rem), var(--ink);
}
.skip-link {
  position: fixed; z-index: 100; top: .75rem; left: .75rem;
  transform: translateY(-180%); padding: .8rem 1rem;
  background: var(--cream); color: var(--ink); font-weight: 700; text-decoration: none;
  transition: transform 180ms var(--ease-out);
}
.skip-link:focus { transform: translateY(0); }

.scene-shell { min-height: 100svh; padding: 0; }
.scene {
  position: relative; isolation: isolate; overflow: hidden;
  width: 100%; height: 100svh; min-height: 44rem;
  border: 0; background: #111; box-shadow: none;
}
.scene::before {
  content: ""; position: absolute; z-index: 8; inset: .65rem;
  border: 1px solid rgba(241,234,220,.16); pointer-events: none;
}
.scene__image, .scene__shade, .scene__grid { position: absolute; inset: 0; width: 100%; height: 100%; }
.scene__image {
  z-index: -3; object-position: center;
  filter: saturate(.82) contrast(1.04) brightness(.78);
  animation: scene-reveal 900ms var(--ease-out) both;
}
.scene__shade {
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(7,6,5,.72), rgba(7,6,5,.08) 26%, rgba(7,6,5,.05) 58%, rgba(7,6,5,.72)),
    linear-gradient(90deg, rgba(7,6,5,.2), transparent 35%, transparent 65%, rgba(7,6,5,.22));
}
.scene__grid {
  z-index: -1; opacity: .2;
  background-image: linear-gradient(rgba(241,234,220,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(241,234,220,.13) 1px, transparent 1px);
  background-size: 25% 25%; mask-image: linear-gradient(to bottom, #000, transparent 28%, transparent 72%, #000);
}

.scene-header {
  position: absolute; z-index: 10; top: clamp(1.2rem,2vw,2.2rem); left: clamp(1.2rem,2.4vw,2.6rem); right: clamp(1.2rem,2.4vw,2.6rem);
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: start; gap: 1rem;
}
.brand {
  position: relative; isolation: isolate; width: max-content; display: block; color: var(--cream); text-decoration: none;
}
.brand::before { content: ""; position: absolute; z-index: -1; inset: -.65rem -.8rem; border-radius: 50%; background: radial-gradient(ellipse,rgba(255,157,37,.72),rgba(217,92,14,.22) 48%,transparent 72%); filter: blur(16px); opacity: .12; transform: scale(.82); transition: opacity 190ms var(--ease-out),transform 190ms var(--ease-out); }
.brand::after { content: ""; position: absolute; z-index: 2; inset: 0; pointer-events: none; background: url("../assets/bea-logo.png") center/contain no-repeat; filter: brightness(1.7) saturate(1.55) drop-shadow(0 0 .18rem rgba(255,252,232,1)) drop-shadow(0 0 .75rem rgba(255,153,35,1)); mix-blend-mode: screen; opacity: 0; transform: translateY(0) scale(1); transition: opacity 120ms var(--ease-out),transform 190ms var(--ease-out); }
.brand__logo { width: clamp(5rem,10vw,12rem); height: auto; display: block; filter: brightness(.9) saturate(.88) drop-shadow(0 .7rem 1.2rem rgba(0,0,0,.7)) drop-shadow(0 0 .25rem rgba(255,143,27,.14)); transition: transform 190ms var(--ease-out),filter 190ms var(--ease-out); }
.brand:hover::before, .brand:focus-visible::before, .brand:active::before { opacity: 1; transform: scale(1.34); }
.brand:hover .brand__logo, .brand:focus-visible .brand__logo, .brand:active .brand__logo { transform: translateY(-3px) scale(1.045); filter: brightness(1.5) saturate(1.42) drop-shadow(0 0 .25rem rgba(255,252,232,1)) drop-shadow(0 0 1.2rem rgba(255,126,18,1)); }
.brand:hover::after, .brand:focus-visible::after, .brand:active::after { opacity: .88; transform: translateY(-3px) scale(1.045); animation: brand-strike 480ms linear both; }
.scene-header__intro { text-align: center; }
.eyebrow { display: block; color: var(--amber-light); font-size: clamp(.58rem,.75vw,.72rem); font-weight: 600; letter-spacing: .24em; text-transform: uppercase; }
.scene-header h1 { margin: .25rem 0 0; font-family: "Bebas Neue", Impact, sans-serif; font-size: clamp(1.05rem,1.45vw,1.5rem); font-weight: 400; letter-spacing: .18em; line-height: 1; text-transform: uppercase; text-shadow: 0 .2rem 1.5rem rgba(0,0,0,.7); }
.reserve-chip {
  justify-self: end; min-height: 44px; display: inline-flex; align-items: center; gap: .55rem; padding: .55rem .75rem;
  border: 1px solid rgba(241,234,220,.42); background: rgba(10,9,8,.62); backdrop-filter: blur(12px);
  color: var(--cream); font-size: clamp(.72rem,1vw,.9rem); font-weight: 600; letter-spacing: .08em; text-decoration: none; text-transform: uppercase;
  transition: transform 180ms var(--ease-out), border-color 180ms var(--ease-out), background 180ms var(--ease-out);
}
.reserve-chip svg { width: 1rem; height: 1rem; }
.reserve-chip svg:first-child { color: var(--amber-light); }
.reserve-chip:hover { transform: translateY(-2px); border-color: var(--amber-light); background: rgba(10,9,8,.82); }

.image-map { position: absolute; inset: 0; z-index: 5; }
.hotspot {
  --x: 50%; --y: 50%; --rotate: 0deg; position: absolute; left: var(--x); top: var(--y); min-height: 44px;
  display: inline-flex; align-items: center; justify-content: center;
  transform: translate(-50%,-50%) rotate(var(--rotate)); padding: .55rem .7rem;
  border: 0; border-radius: 0; background: transparent;
  color: var(--cream); font: inherit; text-decoration: none; box-shadow: none;
  transition: transform 190ms var(--ease-out);
  animation: hotspot-in 580ms var(--ease-out) both;
}
.hotspot::before { content: ""; position: absolute; z-index: -1; inset: -.2rem -.45rem; border-radius: 50%; background: radial-gradient(ellipse,rgba(255,157,37,.72),rgba(217,92,14,.24) 45%,transparent 72%); filter: blur(10px); opacity: .5; transform: scale(.94); transition: opacity 190ms var(--ease-out), transform 190ms var(--ease-out); }
.hotspot__index { display: none; }
.hotspot__label { position: relative; display: inline-block; isolation: isolate; padding: .08em .1em .14em; font-family: "Alfa Slab One", Rockwell, Georgia, serif; font-size: var(--label-size,clamp(2.3rem,2.3vw,2.3rem)); font-weight: 400; letter-spacing: .025em; line-height: 1; text-transform: uppercase; white-space: nowrap; color: #d7d1c4; -webkit-text-stroke: 1px #211d18; transform: skewX(-3deg); text-shadow: 1px 1px 0 #5e564a,3px 3px 0 #24201b,5px 5px 0 rgba(0,0,0,.85),.24em .26em .55em rgba(255,131,19,.55); transition: color 190ms var(--ease-out),text-shadow 190ms var(--ease-out),-webkit-text-stroke-color 190ms var(--ease-out); }
.hotspot__label::after { content: attr(data-label); position: absolute; inset: .08em .1em .14em; z-index: 1; background-image: radial-gradient(circle,rgba(255,203,116,.48) 0 1px,transparent 1.3px); background-position: .04em .05em; background-size: .29em .29em; -webkit-background-clip: text; background-clip: text; color: transparent; opacity: .42; pointer-events: none; transition: opacity 190ms var(--ease-out),filter 190ms var(--ease-out); }
.hotspot:hover, .hotspot:focus-visible { transform: translate(-50%,calc(-50% - 4px)) rotate(var(--rotate)) scale(1.045); }
.hotspot:hover::before, .hotspot:focus-visible::before { opacity: .82; transform: scale(1.08); }
.hotspot:hover .hotspot__label, .hotspot:focus-visible .hotspot__label { color: #fff8e9; -webkit-text-stroke-color: #3c2815; text-shadow: 1px 1px 0 #a66b25,3px 3px 0 #3b2514,5px 5px 0 rgba(0,0,0,.84),0 0 .16em rgba(255,250,226,.98),0 0 .42em rgba(255,197,99,.96),0 0 .9em rgba(255,121,16,.84); }
.hotspot:hover .hotspot__label::after, .hotspot:focus-visible .hotspot__label::after { opacity: .95; filter: brightness(1.8) drop-shadow(0 0 .18em #ffe1a2); }

.map-cta {
  position: absolute; z-index: 10; left: clamp(1.3rem,2.4vw,2.6rem); bottom: clamp(1.4rem,2.4vw,2.5rem);
  min-height: 52px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .75rem; padding: .55rem .8rem .55rem .55rem;
  border: 1px solid var(--amber-light); background: rgba(8,7,6,.86); backdrop-filter: blur(14px); color: var(--cream); text-decoration: none;
  box-shadow: 0 .8rem 2.2rem rgba(0,0,0,.45); transition: transform 180ms var(--ease-out), background 180ms var(--ease-out), box-shadow 180ms var(--ease-out);
  animation: map-in 600ms 430ms var(--ease-out) both;
}
.map-cta__icon { width: 2.35rem; height: 2.35rem; display: grid; place-items: center; background: var(--amber); color: var(--ink); }
.map-cta__icon svg, .map-cta > svg { width: 1.05rem; height: 1.05rem; }
.map-cta__copy { display: grid; gap: .1rem; }
.map-cta__copy strong { font-size: .78rem; letter-spacing: .11em; text-transform: uppercase; }
.map-cta__copy small { color: var(--smoke); font-size: .68rem; }
.map-cta:hover { transform: translateY(-3px); background: #0b0907; box-shadow: 0 .9rem 2.8rem rgba(217,154,61,.2); }
.scene-credit { position: absolute; z-index: 10; right: clamp(5rem,6vw,5.5rem); bottom: clamp(1.6rem,2.6vw,2.8rem); display: inline-flex; align-items: baseline; gap: .35rem; color: rgba(241,234,220,.58); font-size: clamp(.5rem,.68vw,.64rem); letter-spacing: .12em; text-decoration: none; transition: color 180ms var(--ease-out),transform 180ms var(--ease-out); }
.scene-credit strong { color: rgba(241,234,220,.9); font-weight: 600; letter-spacing: .04em; }
.scene-credit:hover, .scene-credit:focus-visible { color: var(--amber-light); transform: translateY(-2px); }
.scene-credit:hover strong, .scene-credit:focus-visible strong { color: var(--amber-light); }

.destination-panel { width: min(100% - 2rem,76rem); margin: 0 auto; padding: clamp(4rem,8vw,8rem) 0; }
.destination-panel__heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--line); }
.destination-panel__heading h2 { margin: 0; font-family: "Bebas Neue", Impact, sans-serif; font-size: clamp(3rem,8vw,7rem); font-weight: 400; letter-spacing: .04em; line-height: .8; }
.destination-grid { display: grid; grid-template-columns: 1.1fr .9fr; grid-template-rows: auto auto; gap: 1rem; padding-top: 1rem; }
.destination-card { position: relative; min-height: 24rem; overflow: hidden; color: var(--cream); text-decoration: none; transition: transform 220ms var(--ease-out); }
.destination-card--lounge { grid-row: 1 / span 2; }
.destination-card--dining { min-height: 17rem; }
.destination-card img, .destination-card__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.destination-card img { object-fit: cover; filter: saturate(.75) contrast(1.04) brightness(.82); transition: transform 650ms var(--ease-in-out), filter 220ms var(--ease-out); }
.destination-card__image--lounge { object-position: 22% center; transform: scale(1.35); }
.destination-card__image--dining { object-position: 88% 74%; transform: scale(1.4); }
.destination-card__shade { background: linear-gradient(180deg,transparent 35%,rgba(7,6,5,.88)); }
.destination-card__content { position: absolute; z-index: 2; inset: auto 1.4rem 1.4rem; display: grid; }
.destination-card__content small { color: var(--amber-light); font-size: .66rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.destination-card__content strong { margin-top: .2rem; font-family: "Bebas Neue", Impact, sans-serif; font-size: clamp(2.5rem,5vw,5rem); font-weight: 400; letter-spacing: .07em; line-height: .95; }
.destination-card__content > span { display: flex; align-items: center; gap: .35rem; margin-top: .6rem; color: var(--smoke); font-size: .76rem; }
.destination-card:hover { transform: translateY(-3px); }
.destination-card:hover img { filter: saturate(.85) contrast(1.06) brightness(.9); }
.destination-card:hover .destination-card__image--lounge { transform: scale(1.4); }
.destination-card:hover .destination-card__image--dining { transform: scale(1.45); }
.quick-links { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.quick-links a, .quick-links button { min-height: 6.4rem; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .75rem; padding: 1rem; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(241,234,220,.025); color: var(--cream); font: inherit; text-align: left; text-decoration: none; transition: transform 160ms var(--ease-out), background 180ms var(--ease-out), color 180ms var(--ease-out); }
.quick-links a:hover, .quick-links button:hover { background: var(--amber); color: var(--ink); }
.quick-links span:not(.quick-links__icon) { display: grid; gap: .18rem; }
.quick-links strong { font-size: .82rem; letter-spacing: .05em; }
.quick-links small { color: var(--smoke); font-size: .66rem; }
.quick-links a:hover small, .quick-links button:hover small { color: rgba(10,9,8,.72); }
.quick-links__icon { font-size: 1rem; }
.site-footer { width: min(100% - 2rem,76rem); margin: 0 auto; display: flex; justify-content: space-between; gap: 1rem; padding: 1.4rem 0 2rem; border-top: 1px solid var(--line); color: var(--smoke); font-size: .72rem; letter-spacing: .06em; }
.site-footer a { color: var(--cream); text-decoration-color: rgba(217,154,61,.6); text-underline-offset: .3rem; }

.accessibility { position: fixed; z-index: 50; right: 1rem; bottom: 1rem; }
.accessibility__trigger { width: 3rem; height: 3rem; display: grid; place-items: center; border: 1px solid var(--amber-light); border-radius: 50%; background: var(--amber); color: var(--ink); box-shadow: 0 .75rem 2rem rgba(0,0,0,.45); }
.accessibility__trigger svg { width: 1.35rem; height: 1.35rem; }
.accessibility__panel { position: absolute; right: 0; bottom: calc(100% + .75rem); width: min(19rem,calc(100vw - 2rem)); padding: .7rem; border: 1px solid rgba(241,234,220,.24); background: rgba(14,12,10,.97); backdrop-filter: blur(18px); box-shadow: 0 1.4rem 4rem rgba(0,0,0,.55); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(.6rem) scale(.97); transform-origin: bottom right; transition: opacity 180ms var(--ease-out), transform 180ms var(--ease-out), visibility 0s 180ms; }
.accessibility.is-open .accessibility__panel { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0) scale(1); transition-delay: 0s; }
.accessibility__title { display: flex; align-items: center; justify-content: space-between; padding: .5rem .4rem .8rem; }
.accessibility__title div { display: grid; }
.accessibility__title small { color: var(--amber-light); font-size: .58rem; letter-spacing: .18em; text-transform: uppercase; }
.accessibility__title strong { font-family: "Bebas Neue", Impact, sans-serif; font-size: 1.55rem; font-weight: 400; letter-spacing: .05em; }
.accessibility__title button, .accessibility__panel > button { border: 0; color: var(--cream); }
.accessibility__title button { width: 2rem; height: 2rem; display: grid; place-items: center; background: transparent; font-size: 1.6rem; }
.accessibility__panel > button { width: 100%; min-height: 3.25rem; display: flex; align-items: center; justify-content: space-between; padding: .75rem; border-top: 1px solid rgba(241,234,220,.12); background: transparent; font: inherit; font-size: .78rem; transition: background 160ms var(--ease-out); }
.accessibility__panel > button:hover, .accessibility__panel > button[aria-pressed="true"] { background: rgba(217,154,61,.16); }

.contact-modal {
  width: min(calc(100% - 2rem),48rem); max-height: calc(100svh - 2rem); overflow: auto;
  padding: clamp(1.5rem,5vw,4rem); border: 1px solid rgba(241,234,220,.2); color: var(--cream);
  background: radial-gradient(circle at 90% 0%,rgba(217,154,61,.16),transparent 18rem), #11100e;
  box-shadow: 0 2rem 8rem rgba(0,0,0,.72);
}
.contact-modal[open] { animation: modal-in 300ms var(--ease-out) both; }
.contact-modal::backdrop { background: rgba(5,4,3,.28); backdrop-filter: blur(12px); }
.contact-modal__close { position: absolute; top: 1rem; right: 1rem; width: 2.75rem; height: 2.75rem; display: grid; place-items: center; border: 1px solid rgba(241,234,220,.24); background: transparent; color: var(--cream); font-size: 1.5rem; }
.contact-modal h2 { max-width: 11ch; margin: .5rem 0 0; font-family: "Bebas Neue", Impact, sans-serif; font-size: clamp(3.2rem,8vw,6.5rem); font-weight: 400; letter-spacing: .03em; line-height: .86; }
.contact-modal__lead { max-width: 36rem; margin: 1.25rem 0 2.2rem; color: var(--smoke); font-size: .9rem; }
.contact-modal__grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.contact-modal__grid > div { min-height: 8rem; padding: 1rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.contact-modal__grid small { display: block; margin-bottom: .6rem; color: var(--amber-light); font-size: .62rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.contact-modal__grid a, .contact-modal__grid p { margin: 0; color: var(--cream); font-size: clamp(.76rem,1.5vw,.92rem); line-height: 1.7; }
.contact-modal__actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem; }
.button-primary, .button-secondary { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: .8rem 1rem; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; transition: transform 160ms var(--ease-out); }
.button-primary { background: var(--amber); color: var(--ink); }
.button-secondary { border: 1px solid rgba(241,234,220,.28); color: var(--cream); }

.reserve-chip:active, .map-cta:active, .destination-card:active, .quick-links a:active, .quick-links button:active, .button-primary:active, .button-secondary:active { transform: scale(.97); }
.hotspot:active { transform: translate(-50%,-50%) rotate(var(--rotate)) scale(.96); }
.is-large-text { font-size: 112.5%; }
.is-high-contrast { --cream: #fff; --smoke: #fff; --amber: #ffd24a; --amber-light: #fff176; --line: rgba(255,255,255,.46); }
.is-high-contrast .scene__image, .is-high-contrast .destination-card img { filter: grayscale(1) contrast(1.25) brightness(.62); }
.is-high-contrast .hotspot, .is-high-contrast .map-cta, .is-high-contrast .reserve-chip { background: #000; border-width: 2px; }
.is-high-contrast .hotspot { background: transparent; }
.is-high-contrast .hotspot__label { color: #fff; -webkit-text-stroke-color: #000; text-shadow: 2px 2px 0 #000,4px 4px 0 #000,0 0 .55em #ffd24a; }
.is-reduced-motion *, .is-reduced-motion *::before, .is-reduced-motion *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }

@keyframes scene-reveal { from { opacity: 0; transform: scale(1.025); } to { opacity: 1; transform: scale(1); } }
@keyframes hotspot-in { from { opacity: 0; transform: translate(-50%,calc(-50% + 10px)) rotate(var(--rotate)); } to { opacity: 1; transform: translate(-50%,-50%) rotate(var(--rotate)); } }
@keyframes map-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes brand-strike { 0% { opacity: 0; } 18% { opacity: 1; } 31% { opacity: .2; } 47% { opacity: .98; } 61% { opacity: .42; } 100% { opacity: .88; } }
@keyframes modal-in { from { opacity: 0; transform: translateY(1rem) scale(.97); } to { opacity: 1; transform: translateY(0) scale(1); } }

@media (max-width: 900px) {
  .scene-shell { min-height: auto; padding: 0; }
  .scene { width: 100%; height: auto; min-height: 100svh; aspect-ratio: auto; border: 0; }
  .scene::before { inset: .5rem; }
  .scene__image { object-position: 52% center; }
  .scene-header { grid-template-columns: 1fr 1fr; }
  .scene-header__intro { display: none; }
  .destination-grid { grid-template-columns: 1fr; }
  .destination-card--lounge { grid-row: auto; }
  .destination-card, .destination-card--dining { min-height: 28rem; }
}

@media (max-width: 640px) {
  .scene { min-height: 92svh; }
  .scene-header { top: 1.1rem; left: 1rem; right: 1rem; }
  .brand__logo { width: 2.65rem; }
  .reserve-chip { width: 44px; padding: 0; justify-content: center; }
  .reserve-chip span, .reserve-chip svg:last-child { display: none; }
  .hotspot { min-height: 42px; padding: .55rem .45rem; }
  .hotspot__label { --label-size: clamp(.72rem,3.1vw,.98rem); }
  .hotspot--reserve .hotspot__label { --label-size: clamp(.72rem,3.1vw,.98rem); }
  .hotspot--atrium { --x: 19%; --y: 32%; }
  .hotspot--lounge { --x: 58%; --y: 37%; }
  .hotspot--cocktails { --x: 35%; --y: 55%; }
  .hotspot--contact { --x: 75%; --y: 57%; }
  .hotspot--reserve { --x: 28%; --y: 66%; }
  .hotspot--brunch { --x: 35%; --y: 76%; }
  .hotspot--dining { --x: 72%; --y: 74%; }
  .map-cta { left: 1rem; right: 1rem; bottom: 1rem; width: auto; }
  .scene-credit { right: 1rem; bottom: 5.7rem; padding: .28rem .4rem; background: rgba(10,9,8,.58); font-size: .48rem; }
  .destination-panel { width: min(100% - 1.25rem,76rem); padding: 4rem 0; }
  .destination-panel__heading { display: grid; gap: .7rem; }
  .destination-card, .destination-card--dining { min-height: 22rem; }
  .quick-links { grid-template-columns: 1fr; }
  .quick-links a, .quick-links button { min-height: 5rem; }
  .site-footer { width: min(100% - 1.25rem,76rem); flex-direction: column; }
  .accessibility { right: .75rem; bottom: .75rem; }
  .contact-modal__grid { grid-template-columns: 1fr; }
}

@media (max-width: 390px) {
  .hotspot { padding-inline: .3rem; }
  .hotspot__label { --label-size: .74rem; }
  .hotspot--reserve .hotspot__label { --label-size: .74rem; }
}

body.pdf-viewer-open { overflow: auto; }
.pdf-page { min-height: 100svh; background: radial-gradient(circle at 78% 0%,rgba(217,154,61,.13),transparent 26rem),#0a0908; color: var(--cream); }
.pdf-page__header { position: sticky; z-index: 20; top: 0; min-height: 5.2rem; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1rem; padding: .75rem clamp(1rem,3vw,2.5rem); border-bottom: 1px solid rgba(241,234,220,.17); background: rgba(10,9,8,.94); }
.pdf-page__back, .pdf-page__external { min-height: 44px; display: inline-flex; align-items: center; gap: .55rem; color: var(--cream); font: 600 .75rem/1 "DM Sans",Arial,sans-serif; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.pdf-page__back { width: max-content; padding: .6rem .75rem; border: 1px solid rgba(241,234,220,.28); background: transparent; }
.pdf-page__back:hover, .pdf-page__external:hover { color: var(--amber-light); }
.pdf-page__external { justify-self: end; }
.pdf-page__back svg, .pdf-page__external svg { width: 1rem; height: 1rem; }
.pdf-page__identity { display: flex; align-items: center; gap: .8rem; text-align: left; }
.pdf-page__identity small { display: block; color: var(--amber-light); font-size: .58rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.pdf-page__identity h1 { margin: .16rem 0 0; font-family: "Bebas Neue",Impact,sans-serif; font-size: clamp(1.7rem,3vw,2.5rem); font-weight: 400; letter-spacing: .08em; line-height: .9; }
.pdf-page__logo { width: 1.8rem; height: auto; display: block; flex: 0 0 auto; filter: drop-shadow(0 .25rem .4rem rgba(0,0,0,.5)); }
.pdf-page__stage { min-height: calc(100svh - 6rem); padding: clamp(.75rem,2vw,1.5rem); border: 1px solid rgba(241,234,220,.18); border-top: 0; background: linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),#1d1c1a; background-size: 100% 3rem; }
.pdf-page__pages { width: min(100%,72rem); margin: 0 auto; display: grid; gap: clamp(1rem,2vw,1.6rem); }
.pdf-page__sheet { margin: 0; background: #fff; box-shadow: 0 1.5rem 5rem rgba(0,0,0,.48); }
.pdf-page__sheet img { width: 100%; height: auto; display: block; }
.pdf-page__sheet figcaption { padding: .55rem .75rem; border-top: 1px solid #e5e1da; background: #f4f1eb; color: #5b554c; font-size: .62rem; font-weight: 600; letter-spacing: .12em; text-align: right; text-transform: uppercase; }
@media (max-width: 640px) {
  .pdf-page__header { min-height: 4.5rem; grid-template-columns: auto 1fr auto; padding: .55rem .65rem; }
  .pdf-page__back span, .pdf-page__external span { display: none; }
  .pdf-page__logo { width: 1.35rem; }
  .pdf-page__back { width: 44px; justify-content: center; padding: 0; }
  .pdf-page__identity { justify-self: center; }
  .pdf-page__identity h1 { font-size: 1.65rem; }
  .pdf-page__identity small { font-size: .5rem; }
  .pdf-page__stage { min-height: calc(100svh - 4.5rem); padding: .45rem; }
}

@media (max-width: 640px) {
  .image-map { display: none; }
  .scene { min-height: 62svh; }
  .scene__image { object-position: 51% 42%; }
  .destination-panel { padding-top: 2.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}




.hotspot__label {
  display: inline-block;
  --face: 0deg;
  --tilt: 0deg;
  --slant: 0deg;
  --rotate: 0deg;

  transform:
    perspective(500px)
    rotateY(var(--face))
    rotateX(var(--tilt))
    skewX(var(--slant))
    rotateZ(var(--rotate));

  transform-origin: center;
}

/* Faces toward the left */
.hotspot--cocktails .hotspot__label {
  --face: -58deg;
  --rotate: 5deg;
}

/* Faces toward the right */
.hotspot--contact .hotspot__label {
  --face: -3deg;
  --rotate: 3deg;
}

/* Slightly viewed from above */
.hotspot--brunch .hotspot__label {
  --face: 10deg;
  --tilt: -30deg;
}

/* Stronger right-facing angle */
.hotspot--dining .hotspot__label {
  --face: 50deg;
  --tilt: -30deg;
  --rotate: -33deg;
}

.hotspot--lounge .hotspot__label {
  --face: 0deg;
  --tilt: 0deg;
  --rotate: -90deg;
}

.hotspot--atrium { --x: 22%; --y: 29%; animation-delay: 80ms; }
.hotspot--lounge { --x: 36%; --y: 48%; animation-delay: 130ms; }
.hotspot--cocktails { --x: 57%; --y: 50%; animation-delay: 180ms; }
.hotspot--contact { --x: 84%; --y: 46%; animation-delay: 230ms; }
.hotspot--reserve { --x: 31%; --y: 65%; animation-delay: 280ms; }
.hotspot--brunch { --x: 71%; --y: 79%; animation-delay: 330ms; }
.hotspot--dining { --x: 85%; --y: 69%; animation-delay: 380ms; }



