:root {
  --ink: #f6f3ed;
  --muted: #b9b6b1;
  --paper: #101013;
  --paper-2: #17171b;
  --line: rgba(255, 255, 255, 0.16);
  --red: #e23c3e;
  --sand: #d3ae78;
  --max: 1240px;
  color-scheme: dark;
  font-family: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 999;
  transform: translateY(-150%);
  background: #fff;
  color: #000;
  padding: 10px 14px;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 10px clamp(18px, 4vw, 56px);
  background: linear-gradient(to bottom, rgba(10,10,12,.95), rgba(10,10,12,.45), transparent);
  transition: background .25s ease, border-color .25s ease;
  border-bottom: 1px solid transparent;
}
.site-header.is-scrolled { background: rgba(12, 12, 15, .94); border-color: var(--line); backdrop-filter: blur(12px); }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.brand > img:first-child { width: 43px; height: 43px; object-fit: contain; border-radius: 9px; }
.brand-wordmark { color: #f4f2ee; font-size: .82rem; font-weight: 800; letter-spacing: .15em; }
nav { display: flex; gap: clamp(18px, 2.8vw, 42px); font-size: .78rem; text-transform: uppercase; letter-spacing: .14em; }
nav a { text-decoration: none; padding-block: 10px; border-bottom: 1px solid transparent; }
nav a:hover, nav a:focus-visible { border-color: var(--red); }

.hero { position: relative; min-height: 100svh; display: grid; align-items: end; overflow: hidden; }
.hero-media, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(6,6,8,.88) 0%, rgba(6,6,8,.46) 55%, rgba(6,6,8,.18) 100%), linear-gradient(to top, rgba(6,6,8,.78), transparent 48%); }
.hero-copy { position: relative; z-index: 2; width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding: 150px 0 12vh; }
.eyebrow, .section-kicker { font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { color: #fff; }
.hero h1 { max-width: 950px; margin: 18px 0; font-size: clamp(4rem, 9.4vw, 9rem); line-height: .83; letter-spacing: -.072em; }
.hero-deck { margin: 24px 0 34px; font-size: clamp(1rem, 2vw, 1.5rem); color: #eee; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; border: 1px solid transparent; border-radius: 8px; text-decoration: none; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--red); color: #fff; }
.button-ghost { border-color: rgba(255,255,255,.58); background: rgba(10,10,12,.18); }
.button-light { background: #fff; color: #111; }
.scroll-cue { position: absolute; z-index: 3; right: 4vw; bottom: 3.5vh; display: flex; gap: 16px; align-items: center; margin: 0; font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; }
.scroll-cue span { font-size: 1.35rem; }

.section { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; padding-block: clamp(78px, 10vw, 150px); }
.section-kicker { display: grid; grid-template-columns: 44px 1fr; color: var(--muted); border-top: 1px solid var(--line); padding-top: 16px; margin-bottom: clamp(48px, 8vw, 92px); }
.section-kicker.section-number { grid-template-columns: 44px; }
.section h2 { margin: 0; font-size: clamp(2.7rem, 6.5vw, 6.2rem); line-height: .95; letter-spacing: -.055em; }
.intro-copy { display: grid; grid-template-columns: minmax(260px, .85fr) minmax(320px, 1.15fr); gap: clamp(36px, 8vw, 120px); }
.intro-copy h2 { grid-row: span 3; }
.intro-copy p, .feature-grid p, .split-copy p, .editorial-pair p, .facts-grid p, .columns p, .summary p { color: #cbc7c0; font-size: clamp(1rem, 1.3vw, 1.18rem); }
.intro-copy .standfirst { margin-top: 0; color: #fff; font-size: clamp(1.25rem, 2vw, 1.75rem); line-height: 1.4; }

.reservation-band { display: flex; align-items: end; justify-content: space-between; gap: 34px; padding: clamp(42px, 6vw, 84px) max(20px, calc((100vw - var(--max)) / 2)); background: var(--red); }
.reservation-band h2 { max-width: 840px; margin: 5px 0; font-size: clamp(2.6rem, 5.5vw, 5.5rem); line-height: .95; letter-spacing: -.05em; }
.reservation-band p { margin-bottom: 0; }
.reservation-band .button { flex: 0 0 auto; }

.wide-media, .panorama { margin: 0; }
.wide-media img, .panorama img { width: 100%; max-height: 88vh; object-fit: cover; }
.wide-media figcaption { padding: 12px 20px; color: var(--muted); font-size: .72rem; text-align: right; }
.feature-grid, .facts-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(40px, 9vw, 140px); align-items: start; }
.prose p:first-child { margin-top: 0; }

.plan-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(36px, 8vw, 110px); align-items: center; }
.plan-copy { position: sticky; top: 120px; align-self: start; }
.plan-copy h2 { margin: 10px 0 28px; font-size: clamp(2.8rem, 5vw, 5.4rem); }
.plan-section figure { margin: 0; }
.plan-section figure img { width: 100%; background: #202022; }
figcaption { color: var(--muted); font-size: .72rem; padding-top: 10px; }
.text-link { display: inline-block; margin-top: 20px; color: #fff; text-decoration-color: var(--red); text-underline-offset: 7px; }
.plan-action { margin-top: 20px; }

.split-feature { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 8vw, 120px); align-items: center; }
.split-feature figure { margin: 0; }
.split-feature figure img { width: 100%; min-height: 620px; object-fit: cover; }
.split-copy .section-kicker { margin-bottom: 46px; }
.split-copy h2 { margin-bottom: 28px; }
.split-copy a { text-decoration-color: var(--red); }

.night-section { position: relative; min-height: min(900px, 94vh); overflow: hidden; display: grid; align-items: end; }
.night-section > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.night-section::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(5,5,7,.9), rgba(5,5,7,.02) 75%); }
.night-copy { position: relative; z-index: 2; width: min(1100px, calc(100% - 40px)); margin: 0 auto; padding-bottom: clamp(40px, 8vw, 100px); }
.night-copy h2 { max-width: 900px; margin: 10px 0 24px; font-size: clamp(3rem, 7vw, 7rem); line-height: .9; letter-spacing: -.06em; }
.night-copy p:last-child { max-width: 720px; color: #ddd; }

.editorial-pair { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 8vw, 120px); align-items: center; }
.editorial-pair figure { margin: 0; }
.editorial-pair figure img { width: 100%; min-height: 600px; object-fit: cover; }
.editorial-pair .section-kicker { margin-bottom: 40px; }
.editorial-pair h2 { margin-bottom: 30px; }

.panorama img { min-height: 560px; }
.columns { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(44px, 10vw, 150px); }
.columns article { border-top: 1px solid var(--line); padding-top: 28px; }
.columns h2 { margin: 14px 0 30px; font-size: clamp(2.3rem, 4vw, 4.6rem); }

.summary { text-align: center; max-width: 940px; }
.summary > img { width: min(360px, 75vw); height: auto; margin: 0 auto 58px; filter: brightness(0) invert(1); }
.summary h2 { margin-bottom: 32px; }
.summary p { max-width: 790px; margin: 0 auto 38px; }

.visit h2 { margin-bottom: 60px; }
.visit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.visit-card { position: relative; min-height: 300px; padding: 32px; border: 1px solid var(--line); display: flex; flex-direction: column; justify-content: flex-end; text-decoration: none; overflow: hidden; }
.visit-card strong { position: relative; z-index: 2; max-width: 430px; font-size: clamp(2rem, 4vw, 4.4rem); line-height: 1; letter-spacing: -.05em; }
.visit-label { position: absolute; top: 30px; left: 32px; z-index: 2; font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; }
.map-card { background: linear-gradient(140deg, rgba(226,60,62,.96), rgba(115,16,18,.95)); }
.hotel-card { background: #e8e3db; color: #111; }
.visit-action { align-self: flex-start; margin-top: 28px; }

.events { border-top: 1px solid var(--line); text-align: center; }
.events h2 { max-width: 930px; margin: 14px auto 28px; }
.events-concierge { margin-bottom: clamp(48px, 7vw, 84px); }
.event-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; text-align: left; }
.event-card { display: flex; flex-direction: column; min-width: 0; padding: 12px 12px 20px; border: 1px solid var(--line); background: var(--paper-2); transition: transform .22s ease, border-color .22s ease; }
.event-card:hover, .event-card:focus-within { transform: translateY(-5px); border-color: rgba(255,255,255,.55); }
.event-poster-link { display: block; }
.event-card img { width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; background: #09090b; }
.event-meta { margin: 18px 6px 8px; color: var(--sand); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.event-card strong { margin: 0 6px; font-size: clamp(1.25rem, 2vw, 2rem); line-height: 1.08; letter-spacing: -.035em; }
.event-actions { display: flex; align-items: stretch; justify-content: space-between; gap: 8px; margin: auto 6px 0; padding-top: 26px; }
.event-link, .event-ticket { display: inline-flex; flex: 1 1 0; align-items: center; justify-content: center; min-width: 0; min-height: 48px; padding: 11px 10px; border-radius: 8px; font-size: .68rem; font-weight: 700; letter-spacing: .08em; line-height: 1.2; text-align: center; text-decoration: none; text-transform: uppercase; }
.event-link { color: var(--muted); border: 1px solid var(--line); }
.event-ticket { color: #fff; background: var(--red); border: 1px solid var(--red); }
.event-link:hover, .event-link:focus-visible { color: #fff; border-color: rgba(255,255,255,.65); }
.event-ticket:hover, .event-ticket:focus-visible { background: #f04d4f; border-color: #f04d4f; }

footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 32px; padding: 34px clamp(20px, 4vw, 58px); border-top: 1px solid var(--line); color: var(--muted); font-size: .8rem; }
.footer-brand { color: #fff; font-size: .88rem; font-weight: 700; letter-spacing: .14em; }
footer p { margin: 0; }

:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }

@media (max-width: 820px) {
  .site-header { min-height: 66px; }
  .brand-wordmark { display: none; }
  nav { gap: 14px; font-size: .64rem; }
  nav a:nth-child(2) { display: none; }
  .hero-copy { padding-bottom: 16vh; }
  .scroll-cue { display: none; }
  .intro-copy, .feature-grid, .plan-section, .split-feature, .editorial-pair, .facts-grid, .columns, .visit-grid { grid-template-columns: 1fr; }
  .event-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .intro-copy h2 { grid-row: auto; }
  .reservation-band { align-items: stretch; flex-direction: column; }
  .reservation-band .button { width: 100%; }
  .plan-copy { position: static; }
  .split-feature figure { order: 2; }
  .split-feature figure img, .editorial-pair figure img { min-height: 430px; }
  .night-section { min-height: 780px; }
  footer { grid-template-columns: 1fr; text-align: left; }
}

@media (max-width: 480px) {
  .site-header { padding-inline: 14px; }
  nav a { font-size: .6rem; letter-spacing: .1em; }
  .hero h1 { font-size: clamp(3.5rem, 18vw, 5.2rem); }
  .hero-shade { background: linear-gradient(to top, rgba(6,6,8,.9), rgba(6,6,8,.2) 80%); }
  .button { width: 100%; }
  .section { width: min(var(--max), calc(100% - 28px)); }
  .section-kicker { margin-bottom: 42px; }
  .intro-copy { gap: 22px; }
  .wide-media img { min-height: 440px; object-fit: cover; }
  .plan-section figure { margin-inline: -14px; }
  .split-feature figure img, .editorial-pair figure img { min-height: 360px; }
  .night-section { min-height: 700px; }
  .panorama img { min-height: 430px; }
  .visit-card { min-height: 250px; padding: 24px; }
  .visit-label { top: 22px; left: 24px; }
  .event-grid { grid-template-columns: 1fr; gap: 14px; }
  .event-card { padding: 10px 10px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
