:root {
  --navy: #102838;
  --navy-deep: #091b27;
  --cream: #f7f2e9;
  --paper: #fffdf8;
  --ink: #14222b;
  --muted: #66737a;
  --brass: #b88944;
  --line: rgba(16, 40, 56, 0.16);
  --shadow: 0 24px 60px rgba(9, 27, 39, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.concept-bar {
  padding: 7px 20px;
  background: var(--brass);
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.site-header {
  height: 82px;
  padding: 0 clamp(20px, 5vw, 76px);
  background: var(--paper);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 20;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; line-height: 1; }
.brand-logo { width: 58px; height: 58px; object-fit: cover; border-radius: 6px; box-shadow: 0 4px 14px rgba(9, 27, 39, .16); }
.brand-logo-footer { width: 68px; height: 68px; }
.main-nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 38px); font-size: 14px; font-weight: 600; }
.main-nav > a:not(.button) { padding: 12px 0; border-bottom: 1px solid transparent; }
.main-nav > a:not(.button):hover { border-color: var(--brass); }
.nav-phone { color: var(--muted); }
.menu-button { display: none; }

.button {
  min-height: 50px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  background: var(--brass);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}
.button:hover { background: #9f7438; transform: translateY(-1px); }
.button-small { min-height: 42px; padding: 0 18px; }

.hero { min-height: 680px; position: relative; display: grid; grid-template-columns: 1fr minmax(330px, 430px); align-items: end; gap: 60px; padding: 70px clamp(20px, 6vw, 90px); overflow: hidden; }
.hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center 48%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5, 20, 29, .88) 0%, rgba(5, 20, 29, .52) 48%, rgba(5, 20, 29, .18) 100%); }
.hero-copy { position: relative; z-index: 2; color: #fff; max-width: 720px; align-self: center; }
.eyebrow { margin: 0 0 14px; color: var(--brass); font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: "Playfair Display", Georgia, serif; line-height: 1.06; font-weight: 600; }
h1 { max-width: 780px; font-size: clamp(48px, 6vw, 82px); letter-spacing: -.03em; }
.hero-copy > p:last-child { max-width: 580px; margin: 26px 0 0; color: rgba(255,255,255,.86); font-size: 18px; }

.booking-card { position: relative; z-index: 3; padding: 30px; background: var(--paper); box-shadow: var(--shadow); }
.booking-heading { padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.booking-heading h2 { font-size: 32px; }
.booking-card label { display: block; margin-top: 18px; }
.booking-card label span { display: block; margin-bottom: 7px; color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.booking-card input, .booking-card select { width: 100%; height: 48px; padding: 0 12px; border: 1px solid var(--line); border-radius: 0; background: #fff; color: var(--ink); }
.booking-card input:focus, .booking-card select:focus { outline: 2px solid rgba(184,137,68,.35); border-color: var(--brass); }
.booking-button { width: 100%; margin-top: 22px; }
.booking-message { min-height: 0; margin: 0; color: var(--navy); font-size: 14px; font-weight: 600; }
.booking-message:not(:empty) { margin-top: 14px; }
.booking-message.error { color: #a23a2a; }

.proof { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--navy); color: #fff; }
.proof div { padding: 27px clamp(18px, 4vw, 60px); border-right: 1px solid rgba(255,255,255,.14); }
.proof div:last-child { border: 0; }
.proof strong { display: block; font-family: "Playfair Display", serif; font-size: 28px; color: #d6b77f; }
.proof span { display: block; color: rgba(255,255,255,.68); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }

.section { padding: 110px clamp(20px, 6vw, 90px); }
.section-intro { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; margin-bottom: 50px; }
.section-intro h2, .experience-copy h2, .location-section h2, .stay-strip h2 { font-size: clamp(38px, 4vw, 60px); letter-spacing: -.02em; }
.section-intro > p { margin: 0; color: var(--muted); font-size: 17px; }
.room-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.room-card { position: relative; background: #fff; border: 1px solid var(--line); }
.room-card img { aspect-ratio: 4/3; object-fit: cover; }
.room-content { padding: 28px; }
.room-meta { margin: 0 0 8px; color: var(--brass); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.room-card h3 { font-size: 30px; }
.room-card p:not(.room-meta) { color: var(--muted); }
.room-badge { position: absolute; top: 14px; left: 14px; z-index: 2; padding: 7px 12px; background: var(--navy); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.text-link { padding: 0 0 4px; background: transparent; border: 0; border-bottom: 1px solid var(--brass); color: var(--navy); font-weight: 700; cursor: pointer; }
.text-link span { margin-left: 8px; color: var(--brass); }

.experience-section { display: grid; grid-template-columns: 1.3fr .7fr; gap: clamp(60px, 9vw, 150px); padding: 110px clamp(20px, 9vw, 140px); background: var(--cream); }
.experience-copy > p:not(.eyebrow) { max-width: 670px; color: var(--muted); font-size: 17px; }
.feature-list { list-style: none; margin: 38px 0 0; padding: 0; border-top: 1px solid var(--line); }
.feature-list li { display: flex; gap: 18px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.feature-list span { color: var(--brass); font-size: 12px; font-weight: 700; }
.editorial-card { align-self: center; padding: 46px; background: var(--navy); color: #fff; box-shadow: 20px 20px 0 var(--brass); }
.editorial-number { display: block; color: #d6b77f; font-family: "Playfair Display", serif; font-size: 86px; line-height: 1; }
.editorial-card p { margin: 22px 0 30px; font-family: "Playfair Display", serif; font-size: 24px; line-height: 1.35; }
.editorial-card .text-link { color: #fff; }

.stay-strip { padding: 80px 20px; background: var(--navy-deep); color: #fff; text-align: center; }
.stay-strip .eyebrow { margin-bottom: 8px; }
.stay-strip h2 { max-width: 760px; margin: 0 auto 30px; }
.button-light { background: #fff; color: var(--navy); }
.button-light:hover { background: var(--cream); }

.location-section { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 60px; }
.location-details { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; color: var(--muted); }
.location-details p { margin: 0; }
.location-details a { color: var(--navy); border-bottom: 1px solid var(--brass); }

footer { padding: 36px clamp(20px, 6vw, 90px); display: flex; justify-content: space-between; align-items: center; gap: 30px; background: var(--cream); border-top: 1px solid var(--line); }
footer p { max-width: 440px; color: var(--muted); font-size: 13px; text-align: right; }

@media (max-width: 920px) {
  .menu-button { display: block; min-height: 42px; padding: 0 15px; border: 1px solid var(--line); background: transparent; color: var(--navy); font-weight: 700; }
  .main-nav { display: none; position: absolute; top: 82px; left: 0; right: 0; padding: 24px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .main-nav.open { display: flex; }
  .main-nav a { text-align: center; }
  .hero { grid-template-columns: 1fr; align-items: end; padding-top: 90px; }
  .hero-copy { align-self: end; }
  .booking-card { max-width: 620px; width: 100%; }
  .room-grid { grid-template-columns: 1fr 1fr; }
  .room-card:last-child { grid-column: 1 / -1; max-width: calc(50% - 12px); }
  .experience-section { grid-template-columns: 1fr; }
  .editorial-card { max-width: 600px; }
}

@media (max-width: 640px) {
  .concept-bar { font-size: 10px; }
  .site-header { height: 70px; padding-inline: 16px; }
  .brand-logo { width: 52px; height: 52px; }
  .brand-logo-footer { width: 64px; height: 64px; }
  .main-nav { top: 70px; }
  .hero { min-height: auto; padding: 72px 16px 22px; gap: 34px; }
  .hero-shade { background: linear-gradient(180deg, rgba(5,20,29,.58), rgba(5,20,29,.9)); }
  h1 { font-size: 45px; }
  .hero-copy > p:last-child { font-size: 16px; }
  .booking-card { padding: 22px; }
  .booking-heading h2 { font-size: 28px; }
  .proof { grid-template-columns: 1fr 1fr; }
  .proof div:nth-child(2) { border-right: 0; }
  .proof div { padding: 20px; border-bottom: 1px solid rgba(255,255,255,.14); }
  .section { padding: 76px 16px; }
  .section-intro { grid-template-columns: 1fr; gap: 22px; margin-bottom: 34px; }
  .room-grid { grid-template-columns: 1fr; }
  .room-card:last-child { grid-column: auto; max-width: none; }
  .experience-section { padding: 76px 16px; gap: 44px; }
  .editorial-card { padding: 30px; box-shadow: 10px 10px 0 var(--brass); }
  .location-section { grid-template-columns: 1fr; align-items: start; }
  .location-details { grid-template-columns: 1fr; gap: 18px; }
  footer { align-items: flex-start; flex-direction: column; }
  footer p { margin: 0; text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
