:root {
  --black: #090909;
  --ink: #16130e;
  --paper: #f5f2eb;
  --paper-deep: #e9e2d4;
  --gold: #d6ae61;
  --gold-dark: #9b7432;
  --white: #fff;
  --muted: #6f685d;
  --line: rgba(22, 19, 14, 0.16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 1rem; line-height: 1.6; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, input, select { font: inherit; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: sticky; top: 0; z-index: 20; height: 84px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 4vw; background: rgba(9,9,9,.96); color: var(--white); border-bottom: 1px solid rgba(214,174,97,.28); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; width: max-content; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--gold); color: var(--gold); font: 1.7rem/1 var(--serif); }
.brand-copy { display: flex; flex-direction: column; line-height: 1; letter-spacing: .19em; }
.brand-copy strong { font-family: var(--serif); font-size: 1.15rem; font-weight: 500; }
.brand-copy small { margin-top: 6px; color: var(--gold); font-size: .61rem; letter-spacing: .42em; }
.main-nav { display: flex; align-items: center; gap: clamp(24px, 3vw, 48px); }
.main-nav a { position: relative; color: rgba(255,255,255,.78); text-decoration: none; font-size: .89rem; }
.main-nav a::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 0; height: 1px; background: var(--gold); transition: width .2s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { width: 100%; }
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 16px; }
.language-toggle { padding: 8px; color: var(--gold); background: none; border: 0; cursor: pointer; font-size: .78rem; letter-spacing: .18em; }
.menu-toggle { display: none; background: none; border: 0; padding: 10px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 1px; margin: 5px; background: var(--white); }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid var(--gold); background: var(--gold); color: var(--black); text-decoration: none; text-align: center; font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: background .2s, color .2s, transform .2s; }
.button:hover { background: #e3c57f; transform: translateY(-1px); }
.button-small { min-height: 40px; padding: 0 18px; font-size: .72rem; }
.button-outline { background: transparent; color: var(--ink); border-color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; font-weight: 700; font-size: .82rem; letter-spacing: .07em; text-transform: uppercase; border-bottom: 1px solid currentColor; padding-bottom: 5px; }
.text-link.light { color: var(--white); }

.hero { min-height: calc(100vh - 84px); display: grid; grid-template-columns: 1.05fr .95fr; background: var(--black); color: var(--white); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 8vh clamp(28px, 7vw, 112px); }
.eyebrow { margin: 0 0 18px; color: var(--gold-dark); font-size: .74rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero .eyebrow { color: var(--gold); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: .98; }
h1 { max-width: 780px; margin-bottom: 28px; font-size: clamp(3.2rem, 6vw, 6.8rem); letter-spacing: -.055em; }
h2 { margin-bottom: 24px; font-size: clamp(2.5rem, 4.5vw, 5.1rem); letter-spacing: -.045em; }
h3 { font-size: 2.4rem; }
.hero-intro { max-width: 620px; color: rgba(255,255,255,.7); font-size: 1.08rem; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin: 36px 0 54px; }
.hero-facts { display: flex; gap: clamp(32px, 4vw, 68px); margin: 0; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.15); }
.hero-facts div { display: flex; flex-direction: column; }
.hero-facts dt { color: var(--gold); font: 1.65rem/1 var(--serif); }
.hero-facts dd { margin: 7px 0 0; color: rgba(255,255,255,.48); font-size: .75rem; text-transform: uppercase; letter-spacing: .09em; }
.hero-visual { position: relative; min-height: 620px; overflow: hidden; background: radial-gradient(circle at 48% 42%, #28200f 0, #0c0b09 50%, #050505 100%); }
.hero-visual::before { content: ""; position: absolute; inset: 7%; border: 1px solid rgba(214,174,97,.22); z-index: 1; pointer-events: none; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; opacity: .92; filter: contrast(1.05); }
.visual-caption { position: absolute; z-index: 2; right: 9%; bottom: 8%; left: 9%; display: flex; justify-content: space-between; color: rgba(255,255,255,.7); font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; }

.booking-section { margin: -42px auto 0; position: relative; z-index: 3; width: min(92%, 1350px); padding: 40px 44px 32px; background: var(--white); box-shadow: 0 22px 70px rgba(0,0,0,.12); }
.section-heading.compact h2 { margin-bottom: 26px; font-size: clamp(2rem, 3vw, 3.25rem); }
.booking-form { display: grid; grid-template-columns: repeat(4, 1fr) auto; gap: 0; border: 1px solid var(--line); }
.booking-form label { display: flex; flex-direction: column; padding: 12px 16px; border-right: 1px solid var(--line); color: var(--muted); font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.booking-form input, .booking-form select { width: 100%; min-height: 33px; padding: 4px 0; border: 0; outline: 0; background: transparent; color: var(--ink); font-weight: 600; text-transform: none; }
.booking-submit { min-height: 100%; border: 0; padding-inline: 22px; }
.booking-note { margin: 14px 0 0; color: var(--muted); font-size: .82rem; }

.section { padding: clamp(82px, 10vw, 150px) clamp(24px, 6vw, 100px); }
.section-heading { max-width: 1280px; margin: 0 auto 54px; }
.split-heading { display: grid; grid-template-columns: 1fr minmax(280px, 420px); gap: 70px; align-items: end; }
.split-heading p:last-child { color: var(--muted); }
.suite-grid { max-width: 1280px; margin: 0 auto; border-top: 1px solid var(--line); }
.suite-card { display: grid; grid-template-columns: 80px 1fr auto; gap: 36px; align-items: center; min-height: 270px; padding: 42px 0; border-bottom: 1px solid var(--line); }
.suite-card.featured { background: var(--paper-deep); margin-inline: -32px; padding-inline: 32px; border-bottom: 0; }
.suite-number { align-self: start; color: var(--gold-dark); font-family: var(--serif); font-size: 1rem; }
.suite-type { margin-bottom: 6px; color: var(--gold-dark); font-size: .73rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.suite-content h3 { margin-bottom: 16px; font-size: clamp(3rem, 5vw, 5.6rem); }
.suite-content > p:not(.suite-type) { max-width: 600px; color: var(--muted); }
.suite-content ul { display: flex; flex-wrap: wrap; gap: 8px 20px; margin: 24px 0 0; padding: 0; list-style: none; font-size: .82rem; }
.suite-content li::before { content: "◇"; margin-right: 8px; color: var(--gold-dark); }
.suite-price { min-width: 150px; text-align: right; }
.suite-price small, .suite-price span { display: block; color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.suite-price strong { display: block; margin: 5px 0; font: 2rem/1 var(--serif); }
.rate-note { max-width: 1280px; margin: 18px auto 0; color: var(--muted); font-size: .78rem; }

.experience-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 8vw, 130px); background: var(--white); }
.experience-copy { max-width: 560px; align-self: center; }
.experience-copy p:last-child { color: var(--muted); }
.amenity-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.amenity-grid > div { min-height: 180px; display: flex; flex-direction: column; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.amenity-grid span { color: var(--gold-dark); font: .8rem var(--serif); }
.amenity-grid strong { margin: auto 0 5px; font: 1.6rem var(--serif); }
.amenity-grid small { color: var(--muted); font-size: .78rem; }

.story-section { display: grid; grid-template-columns: 1.25fr .75fr; padding: 0; }
.story-panel, .restaurant-panel { min-height: 580px; display: flex; flex-direction: column; justify-content: center; padding: clamp(50px, 8vw, 120px); }
.story-panel { background: var(--black); color: var(--white); }
.story-panel p:not(.eyebrow) { max-width: 680px; color: rgba(255,255,255,.65); }
.story-panel .text-link { margin-top: 25px; width: max-content; }
.restaurant-panel { background: var(--gold); color: var(--black); }
.restaurant-panel .eyebrow { color: rgba(0,0,0,.58); }
.restaurant-panel h3 { margin-bottom: 26px; font-size: clamp(2.7rem, 4vw, 5rem); }

.contact-section { max-width: 1420px; margin: 0 auto; display: grid; grid-template-columns: .7fr 1.3fr; gap: 60px 90px; }
.contact-section > div:first-child p:last-child { color: var(--muted); font-size: 1.08rem; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.contact-grid div { display: flex; flex-direction: column; min-height: 130px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.contact-grid small { color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
.contact-grid a, .contact-grid strong { margin-top: auto; font: 1.35rem var(--serif); text-decoration: none; }
.contact-actions, .fine-print { grid-column: 2; }
.contact-actions { display: flex; gap: 12px; margin-top: -25px; }
.fine-print { color: var(--muted); font-size: .78rem; margin: -30px 0 0; }

footer { display: grid; grid-template-columns: 1fr 1fr auto; gap: 50px; align-items: end; padding: 64px 6vw 90px; background: var(--black); color: rgba(255,255,255,.65); }
.footer-brand { display: flex; align-items: center; gap: 16px; color: var(--white); }
.footer-brand > div { display: flex; flex-direction: column; }
.footer-brand strong { font-family: var(--serif); letter-spacing: .13em; }
.footer-brand small { color: var(--gold); font-size: .58rem; letter-spacing: .2em; }
footer p { max-width: 450px; margin: 0; font-size: .82rem; }
.footer-links { display: flex; flex-direction: column; align-items: flex-end; gap: 9px; font-size: .78rem; }
.mobile-actions { display: none; }
.toast { position: fixed; right: 24px; bottom: 24px; z-index: 30; max-width: 380px; padding: 15px 20px; background: var(--gold); color: var(--black); font-weight: 700; transform: translateY(140%); transition: transform .25s ease; box-shadow: 0 14px 40px rgba(0,0,0,.25); }
.toast.visible { transform: translateY(0); }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }
  .main-nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: calc(100vh - 84px); }
  .hero-visual { min-height: 70vw; max-height: 760px; }
  .booking-form { grid-template-columns: 1fr 1fr; }
  .booking-form label:nth-child(2), .booking-form label:nth-child(4) { border-right: 0; }
  .booking-form label { border-bottom: 1px solid var(--line); }
  .booking-submit { grid-column: 1 / -1; min-height: 54px; }
  .experience-section { grid-template-columns: 1fr; }
  .story-section { grid-template-columns: 1fr; }
  .story-panel, .restaurant-panel { min-height: auto; }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: 1 / -1; align-items: flex-start; }
}

@media (max-width: 720px) {
  body { padding-bottom: 58px; }
  .site-header { height: 70px; padding: 0 20px; }
  .brand-mark { width: 36px; height: 36px; }
  .header-actions .button { display: none; }
  .menu-toggle { display: block; order: 3; color: white; }
  .site-header { grid-template-columns: 1fr auto auto; }
  .main-nav { position: fixed; inset: 70px 0 0; display: flex; flex-direction: column; align-items: flex-start; gap: 28px; padding: 55px 28px; background: var(--black); transform: translateX(100%); transition: transform .25s ease; }
  .main-nav.open { transform: translateX(0); }
  .main-nav a { font: 2rem var(--serif); }
  .hero { min-height: auto; }
  .hero-copy { min-height: auto; padding: 72px 24px 60px; }
  h1 { font-size: clamp(3rem, 15vw, 4.8rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; margin-bottom: 40px; }
  .hero-facts { gap: 22px; justify-content: space-between; }
  .hero-facts dd { font-size: .62rem; }
  .hero-visual { min-height: 98vw; }
  .booking-section { width: calc(100% - 28px); margin-top: -22px; padding: 28px 20px 24px; }
  .booking-form { grid-template-columns: 1fr; }
  .booking-form label { border-right: 0; }
  .section { padding: 76px 24px; }
  .split-heading { grid-template-columns: 1fr; gap: 10px; }
  .suite-card, .suite-card.featured { grid-template-columns: 42px 1fr; gap: 12px; margin-inline: -12px; padding: 36px 12px; }
  .suite-price { grid-column: 2; text-align: left; margin-top: 18px; }
  .suite-content ul { flex-direction: column; }
  .amenity-grid { grid-template-columns: 1fr; }
  .amenity-grid > div { min-height: 140px; }
  .story-panel, .restaurant-panel { padding: 72px 24px; }
  .contact-section { grid-template-columns: 1fr; }
  .contact-grid, .contact-actions, .fine-print { grid-column: 1; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-actions { flex-direction: column; margin-top: 0; }
  .fine-print { margin-top: -20px; }
  footer { grid-template-columns: 1fr; padding: 58px 24px 80px; }
  .footer-links { grid-column: 1; align-items: flex-start; }
  .mobile-actions { position: fixed; inset: auto 0 0; z-index: 25; display: grid; grid-template-columns: repeat(3,1fr); height: 58px; background: var(--black); border-top: 1px solid rgba(214,174,97,.4); }
  .mobile-actions a { display: grid; place-items: center; color: var(--white); text-decoration: none; font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; border-right: 1px solid rgba(255,255,255,.13); }
  .mobile-actions a:last-child { color: var(--black); background: var(--gold); }
}

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