:root {
  --ink: #10100f;
  --muted: #6f675f;
  --taupe: #aa8d70;
  --taupe-dark: #80644e;
  --cream: #f4f1ec;
  --paper: #fbfaf7;
  --line: #ded7cf;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(34, 28, 23, 0.12);
  --max: 1160px;
}

.booking-quick-page { display: grid; grid-template-columns: minmax(340px, .9fr) minmax(520px, 1.1fr); min-height: calc(100vh - 82px); background: var(--cream); }
.booking-quick-image { min-height: 690px; background: linear-gradient(180deg, rgba(16,16,15,.05), rgba(16,16,15,.32)), url("assets/exterior/midtown-exterior-hero.jpg") center / cover; }
.booking-quick-content { display: grid; align-content: center; padding: clamp(50px, 7vw, 100px); }
.booking-quick-heading h1 { margin-bottom: 20px; font-size: clamp(3.4rem, 6vw, 6rem); }
.booking-quick-heading > p:last-child { max-width: 620px; color: var(--muted); font-size: 1.04rem; }
.quick-booking-form { margin-top: 34px; padding: clamp(24px, 4vw, 38px); border: 1px solid var(--line); background: var(--white); box-shadow: var(--shadow); }
.official-booking-mark { display: inline-flex; align-items: center; gap: 12px; margin-top: 20px; padding: 11px 15px; border: 1px solid var(--line); border-radius: 4px; background: var(--paper); }
.official-booking-mark > span { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: var(--taupe-dark); color: var(--white); font-size: .75rem; }
.official-booking-mark strong, .official-booking-mark small { display: block; }
.official-booking-mark strong { font-size: .78rem; letter-spacing: .04em; text-transform: uppercase; }
.official-booking-mark small { color: var(--muted); font-size: .72rem; }
.quick-form-header { display: flex; align-items: start; justify-content: space-between; gap: 20px; margin-bottom: 30px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.quick-form-header h2 { margin: 0; font-size: clamp(1.7rem, 3vw, 2.4rem); }
.quick-form-header .eyebrow { margin-bottom: 5px; }
.quick-form-header > span { flex: 0 0 auto; padding: 7px 10px; border: 1px solid var(--line); border-radius: 99px; background: var(--cream); color: var(--taupe-dark); font-size: .66rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.quick-booking-group { margin: 0; padding: 0; border: 0; }
.quick-booking-group + .quick-booking-group { margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--line); }
.quick-booking-group legend { margin-bottom: 16px; padding: 0; color: var(--taupe-dark); font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.quick-booking-group legend span { display: inline-grid; width: 27px; height: 27px; margin-right: 7px; place-items: center; border: 1px solid var(--taupe); border-radius: 50%; font-size: .62rem; }
.quick-booking-fields { display: grid; grid-template-columns: 1fr 1fr .75fr; gap: 14px; }
.quick-booking-fields-two { grid-template-columns: 1fr 1fr; }
.quick-booking-fields label { display: grid; gap: 8px; color: var(--ink); font-size: .78rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.quick-booking-fields input, .quick-booking-fields select { width: 100%; min-height: 54px; padding: 13px 14px; border: 1px solid var(--line); border-radius: 4px; background: var(--paper); color: var(--ink); font: inherit; }
.field-help { color: var(--muted); font-size: .64rem; font-weight: 600; letter-spacing: 0; text-transform: none; }
.quick-room-field { display: grid; gap: 9px; margin-top: 18px; }
.quick-room-label { color: var(--ink); font-size: .78rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.quick-room-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.quick-room-option { position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px 12px; min-height: 0; padding: 0 14px 16px; border: 1px solid var(--line); border-radius: 4px; background: var(--paper); overflow: hidden; cursor: pointer; transition: border-color .2s, background .2s, transform .2s; }
.quick-room-option:hover { border-color: var(--taupe); transform: translateY(-1px); }
.quick-room-option:has(input:checked) { border-color: var(--taupe-dark); background: #f0e9e1; box-shadow: inset 0 0 0 1px var(--taupe-dark); }
.quick-room-option > img { grid-column: 1 / -1; width: calc(100% + 28px); max-width: none; height: 170px; margin: 0 -14px 4px; border-radius: 0; object-fit: cover; }
.quick-room-option input { width: 18px; height: 18px; margin: 0; accent-color: var(--taupe-dark); }
.quick-room-option span strong, .quick-room-option span small { display: block; }
.quick-room-option span strong { color: var(--ink); font-size: .76rem; line-height: 1.3; }
.quick-room-option span small { margin-top: 3px; color: var(--muted); font-size: .64rem; line-height: 1.35; }
.quick-room-option b { color: var(--taupe-dark); font-family: "Playfair Display", Georgia, serif; font-size: 1.35rem; white-space: nowrap; }
.quick-room-recommend { grid-column: 1 / -1; grid-template-columns: auto 1fr auto; min-height: 72px; padding: 14px 18px; }
.quick-room-recommend > b { font-family: Manrope, sans-serif; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.quick-whatsapp-button { position: relative; display: flex; flex-direction: column; align-items: center; width: 100%; margin-top: 20px; padding: 15px 44px; border-color: var(--taupe-dark); background: var(--taupe-dark); color: var(--white); }
.quick-whatsapp-button > span { font-weight: 800; }
.quick-whatsapp-button > small { margin-top: 2px; color: rgba(255,255,255,.72); font-size: .66rem; font-weight: 600; letter-spacing: .04em; text-transform: none; }
.quick-whatsapp-button:hover { border-color: #6f5643; background: #6f5643; }
.quick-whatsapp-button::before { content: ""; position: absolute; left: 22px; top: 50%; width: 9px; height: 9px; border-radius: 50%; background: var(--taupe); transform: translateY(-50%); box-shadow: 0 0 0 4px rgba(170,141,112,.16); }
.quick-booking-note { margin: 12px 0 0; color: var(--muted); font-size: .78rem; text-align: center; }
.quick-booking-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 34px; color: var(--muted); font-size: .78rem; }
.quick-booking-benefits span { padding-top: 14px; border-top: 1px solid var(--line); }
.quick-booking-benefits strong { display: block; color: var(--ink); }

@media (max-width: 940px) {
  .booking-quick-page { grid-template-columns: 1fr; }
  .booking-quick-image { min-height: 380px; }
}

@media (max-width: 600px) {
  .booking-quick-image { min-height: 300px; }
  .booking-quick-content { padding: 42px 16px 60px; }
  .booking-quick-heading h1 { font-size: clamp(3rem, 16vw, 4.5rem); }
  .quick-booking-fields, .quick-booking-fields-two, .quick-booking-benefits { grid-template-columns: 1fr; }
  .quick-room-options { grid-template-columns: 1fr; }
  .quick-room-recommend { grid-column: auto; }
  .quick-room-option { grid-template-columns: auto 1fr auto; }
  .quick-room-option > img { grid-column: 1 / -1; width: calc(100% + 28px); height: 190px; }
  .quick-room-option > b { grid-column: auto; padding-left: 0; }
  .quick-room-recommend { grid-template-columns: auto 1fr; }
  .quick-room-recommend > b { grid-column: 2; }
  .quick-form-header { display: block; }
  .quick-form-header > span { display: inline-block; margin-top: 14px; }
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

.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;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  padding: 14px clamp(20px, 4vw, 56px);
  background: rgba(251, 250, 247, 0.92);
  border-bottom: 1px solid rgba(170, 141, 112, 0.18);
  backdrop-filter: blur(18px);
}

.brand img {
  width: 198px;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-nav a {
  min-width: 82px;
  padding: 10px 16px;
  border-radius: 4px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav a:hover,
.site-nav a.active {
  color: var(--ink);
  background: rgba(170, 141, 112, 0.12);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--paper);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: calc(100vh - 82px);
  display: grid;
  align-items: end;
  isolation: isolate;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(16, 16, 15, 0.76), rgba(16, 16, 15, 0.34) 52%, rgba(16, 16, 15, 0.1)),
    url("assets/exterior/midtown-exterior-hero.jpg") center / cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 24%;
  background: linear-gradient(180deg, rgba(16, 16, 15, 0), rgba(16, 16, 15, 0.28));
}

.hero-content {
  width: min(720px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(96px, 14vw, 160px) 0 clamp(110px, 14vw, 150px);
  color: var(--white);
  transform: translateX(min(-18vw, -120px));
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--taupe);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-content .eyebrow {
  color: #d9c6b2;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 24px;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(3.3rem, 8vw, 7.5rem);
  font-weight: 500;
}

.hero-content p:not(.eyebrow),
.page-hero p {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.button-primary {
  color: var(--white);
  background: var(--taupe-dark);
  border-color: var(--taupe-dark);
}

.button-primary:hover {
  background: var(--ink);
  border-color: var(--ink);
}

.button-secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.52);
}

.button-secondary:hover {
  background: var(--white);
  color: var(--ink);
}

.button-secondary-dark {
  color: var(--ink);
  background: var(--white);
  border-color: var(--line);
}

.button-secondary-dark:hover,
.button-quiet:hover {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
}

.button-quiet {
  color: var(--muted);
  background: transparent;
  border-color: var(--line);
}

.intro-section,
.location-section,
.stay-includes,
.room-choices,
.contact-layout,
.guide-intro,
.article-section,
.guide-section,
.guide-plan {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.intro-section,
.location-section,
.guide-intro,
.article-section,
.guide-section,
.guide-plan {
  padding: clamp(72px, 10vw, 120px) 0;
}

.section-copy {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: end;
  margin-bottom: 44px;
}

.section-copy h2,
.split-copy h2,
.page-hero h1,
.contact-panel h2,
.map-copy h2 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 4.3vw, 4.5rem);
  font-weight: 500;
}

.section-copy p:not(.eyebrow),
.split-copy p,
.location-section p,
.contact-panel,
.map-copy p,
.service-grid p {
  color: var(--muted);
}

.intro-grid,
.feature-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.intro-grid article,
.feature-row div {
  min-height: 190px;
  padding: clamp(24px, 4vw, 38px);
  background: var(--paper);
}

.intro-grid h3,
.feature-row strong {
  display: block;
  margin-bottom: 14px;
  font-size: 1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  min-height: 660px;
  background: var(--cream);
}

.split-section.reverse {
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
}

.split-image {
  min-height: 460px;
  background-position: center;
  background-size: cover;
}

.image-lounge {
  background-image: url("assets/rooms/suite-balcony/suite-balcony-living-wide.jpg");
}

.image-bedroom {
  background-image: url("assets/rooms/double-room-garden-view/double-room-garden-bed-wide.jpg");
}

.split-copy {
  align-self: center;
  max-width: 560px;
  padding: clamp(42px, 8vw, 88px);
}

.text-link {
  display: inline-block;
  margin-top: 14px;
  color: var(--taupe-dark);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.feature-row div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.feature-row span {
  color: var(--muted);
}

.page-hero {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(88px, 12vw, 150px) 0 clamp(52px, 8vw, 92px);
}

.page-hero h1 {
  max-width: 850px;
  margin-bottom: 22px;
  color: var(--ink);
}

.page-hero p {
  color: var(--muted);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.service-grid article {
  min-height: 250px;
  padding: clamp(26px, 4vw, 36px);
  background: var(--white);
}

.service-grid span {
  display: inline-block;
  margin-bottom: 34px;
  color: var(--taupe);
  font-weight: 800;
}

.service-grid h2 {
  margin-bottom: 16px;
  font-size: 1.32rem;
}

.guide-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 18px 48px rgba(34, 28, 23, 0.07);
}

.guide-feature-image {
  min-height: 460px;
  background:
    linear-gradient(180deg, rgba(16, 16, 15, 0.06), rgba(16, 16, 15, 0.16)),
    url("assets/exterior/midtown-exterior-front.jpg") center / cover;
}

.guide-feature-copy {
  align-self: center;
  padding: clamp(32px, 5vw, 56px);
}

.guide-feature-copy h2,
.travel-article h2,
.trip-list h2,
.plan-grid h2 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.guide-feature-copy h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 3.4vw, 3.4rem);
}

.guide-feature-copy p:not(.eyebrow),
.travel-article p,
.trip-list p,
.plan-grid p {
  color: var(--muted);
}

.article-section {
  padding-top: 0;
}

.travel-article {
  border: 1px solid var(--line);
  background: var(--white);
}

.blog-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 330px;
  border: 1px solid var(--line);
  background: var(--white);
}

.blog-card h2 {
  margin-bottom: 18px;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 500;
}

.blog-card p:not(.eyebrow) {
  color: var(--muted);
}

.blog-card .text-link {
  margin-top: auto;
}

.blog-card-featured {
  display: grid;
  margin-bottom: 24px;
  padding: clamp(34px, 6vw, 64px);
  background: var(--cream);
}

.blog-card-featured > div {
  max-width: 820px;
}

.blog-card-featured .button {
  margin-top: 14px;
}

.travel-article h2 {
  margin-bottom: 18px;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.travel-article p {
  margin-bottom: 16px;
}

.travel-article p:last-child {
  margin-bottom: 0;
}

.article-featured {
  margin-bottom: 24px;
  padding: clamp(34px, 6vw, 64px);
  background: var(--cream);
}

.article-featured > div {
  max-width: 820px;
}

.article-featured .button {
  margin-top: 14px;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.article-grid .travel-article {
  padding: clamp(26px, 4vw, 36px);
}

.article-grid .blog-card {
  padding: clamp(26px, 4vw, 36px);
}

.article-page {
  width: min(860px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(72px, 10vw, 120px) 0;
}

.article-back {
  display: inline-block;
  margin-bottom: 34px;
  color: var(--taupe-dark);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.article-page h1 {
  max-width: 860px;
  margin-bottom: 24px;
  color: var(--ink);
  font-size: clamp(2.8rem, 6vw, 5.8rem);
}

.article-lead {
  max-width: 760px;
  margin-bottom: 42px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
}

.article-page section {
  padding: 34px 0;
  border-top: 1px solid var(--line);
}

.article-page section h2,
.article-cta h2 {
  margin-bottom: 14px;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  font-weight: 500;
}

.article-page section p,
.article-cta p {
  color: var(--muted);
}

.article-hero-image {
  min-height: 420px;
  margin: 46px 0 18px;
  background-position: center;
  background-size: cover;
}

.article-hero-photo {
  display: block;
  width: 100%;
  height: auto;
  max-height: 560px;
  margin: 46px 0 18px;
  object-fit: cover;
  border-radius: 2px;
}

.article-poster {
  margin: 46px 0 28px;
  padding: clamp(24px, 5vw, 48px);
  background: #070bdf;
  text-align: center;
}

.article-poster img {
  display: block;
  width: min(100%, 520px);
  height: auto;
  margin: 0 auto;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28);
}

.article-poster figcaption {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
}

.article-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 0 0 32px;
  padding: 20px;
  border: 1px solid var(--line);
  background: var(--cream);
}

.article-share > div {
  flex: 1 1 280px;
}

.article-share strong,
.article-share span {
  display: block;
}

.article-share span,
.share-status {
  color: var(--muted);
  font-size: 0.88rem;
}

.share-status {
  flex-basis: 100%;
  margin: 0;
}

.article-cta {
  margin-top: 28px;
  padding: clamp(28px, 5vw, 44px);
  border: 1px solid var(--line);
  background: var(--cream);
}

.article-cta .button {
  margin-top: 10px;
}

.guide-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.guide-card-grid article {
  min-height: 260px;
  padding: clamp(26px, 4vw, 36px);
  background: var(--white);
}

.guide-card-grid span,
.plan-grid span {
  display: inline-block;
  margin-bottom: 28px;
  color: var(--taupe);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.guide-card-grid h2 {
  margin-bottom: 14px;
  font-size: 1.28rem;
}

.guide-card-grid p {
  color: var(--muted);
}

.guide-muted {
  width: 100%;
  max-width: none;
  padding-right: max(20px, calc((100vw - var(--max)) / 2));
  padding-left: max(20px, calc((100vw - var(--max)) / 2));
  background: var(--cream);
}

.trip-list {
  display: grid;
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.trip-list article {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(20px, 4vw, 48px);
  align-items: start;
  padding: clamp(28px, 5vw, 44px);
  background: var(--paper);
}

.trip-list h2 {
  margin-bottom: 0;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.plan-grid article {
  min-height: 250px;
  padding: clamp(26px, 4vw, 36px);
  border: 1px solid var(--line);
  background: var(--white);
}

.plan-grid h2 {
  margin-bottom: 14px;
  font-size: 1.55rem;
}

.room-choices {
  padding: 0 0 clamp(72px, 10vw, 120px);
}

.stay-includes {
  padding: 0 0 clamp(72px, 10vw, 120px);
}

.room-choice-grid {
  display: grid;
  gap: 28px;
}

.room-choice-card {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr);
  min-height: 0;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 18px 48px rgba(34, 28, 23, 0.07);
}


.room-slideshow {
  display: grid;
  gap: 10px;
  padding: 14px;
  background: var(--cream);
}

.room-slide-frame {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 420px;
  margin: 0;
  overflow: hidden;
  background: #eee8df;
}

.room-slide-main {
  width: 100%;
  height: 100%;
  max-height: 520px;
  aspect-ratio: 16 / 10;
  object-fit: contain;
}

.room-slide-control {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(251, 250, 247, 0.5);
  border-radius: 50%;
  color: var(--white);
  background: rgba(16, 16, 15, 0.54);
  font-size: 2rem;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
}

.room-slide-control:hover {
  background: var(--ink);
}

.room-slide-prev {
  left: 14px;
}

.room-slide-next {
  right: 14px;
}

.room-slide-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.room-slide-thumbs button {
  display: block;
  padding: 0;
  border: 2px solid transparent;
  background: var(--white);
  cursor: pointer;
}

.room-slide-thumbs button.active {
  border-color: var(--taupe-dark);
}

.room-slide-thumbs img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #eee8df;
}

.room-choice-content {
  align-self: center;
  padding: clamp(30px, 5vw, 54px);
}

.room-choice-content h3 {
  margin-bottom: 14px;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 500;
}

.room-choice-content p:not(.eyebrow),
.room-choice-content li {
  color: var(--muted);
}

.room-choice-content ul {
  display: grid;
  gap: 8px;
  margin: 24px 0 0;
  padding-left: 18px;
}

.inquiry-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(340px, 1.14fr);
  gap: 24px;
  padding-bottom: clamp(72px, 10vw, 120px);
}

.contact-panel,
.contact-form {
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow);
}

.contact-panel {
  padding: clamp(30px, 5vw, 46px);
}

.contact-panel h2 {
  margin-bottom: 34px;
  font-size: clamp(2rem, 3.4vw, 3.2rem);
}

.contact-list {
  display: grid;
  gap: 24px;
}

.contact-list strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
}

.contact-list a {
  color: var(--taupe-dark);
  font-weight: 700;
}

.contact-form {
  display: grid;
  gap: 20px;
  padding: clamp(28px, 5vw, 46px);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 15px 16px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--ink);
  background: var(--paper);
  font: inherit;
}

.contact-form textarea {
  resize: vertical;
}

.form-status {
  margin: 0;
  padding: 14px 16px;
  border-left: 3px solid var(--taupe);
  color: var(--muted);
  background: var(--cream);
}

.map-band {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  min-height: 430px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--cream);
}

.map-copy {
  align-self: center;
  padding: clamp(36px, 6vw, 70px);
  color: var(--ink);
}

.map-copy p {
  color: var(--muted);
}

.map-band iframe {
  width: 100%;
  min-height: 430px;
  border: 0;
  filter: grayscale(0.35) contrast(0.92);
}

.site-footer {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 0.9fr;
  gap: 28px;
  padding: 48px clamp(20px, 4vw, 56px);
  color: var(--muted);
  background: var(--paper);
}

.site-footer img {
  width: 180px;
  margin-bottom: 18px;
}

.site-footer h2 {
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer a {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--ink);
}

@media (max-width: 940px) {
  .hero-content {
    transform: none;
  }

  .section-copy,
  .split-section,
  .split-section.reverse,
  .contact-layout,
  .map-band,
  .site-footer,
  .guide-feature,
  .trip-list article {
    grid-template-columns: 1fr;
  }

  .intro-grid,
  .feature-row,
  .service-grid,
  .guide-card-grid,
  .article-grid,
  .plan-grid {
    grid-template-columns: 1fr 1fr;
  }

  .room-choice-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .site-header {
    min-height: 74px;
  }

  .brand img {
    width: 168px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    left: 20px;
    right: 20px;
    top: calc(100% + 10px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid var(--line);
    background: var(--paper);
    box-shadow: var(--shadow);
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    text-align: left;
  }

  .hero {
    min-height: 720px;
  }

  .hero-media {
    background:
      linear-gradient(180deg, rgba(16, 16, 15, 0.42), rgba(16, 16, 15, 0.82)),
      url("assets/exterior/midtown-exterior-hero-mobile.jpg") center / cover;
  }

  .hero-content {
    width: min(100% - 32px, 620px);
    padding-bottom: 86px;
  }

  h1 {
    font-size: clamp(3rem, 16vw, 4.8rem);
  }

  .intro-grid,
  .feature-row,
  .service-grid,
  .guide-card-grid,
  .article-grid,
  .plan-grid {
    grid-template-columns: 1fr;
  }

  .intro-section,
  .location-section,
  .guide-intro,
  .article-section,
  .guide-section,
  .guide-plan {
    width: min(100% - 32px, var(--max));
  }

  .guide-muted {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .stay-includes,
  .room-choices,
  .contact-layout {
    width: min(100% - 32px, var(--max));
  }

  .room-choice-grid {
    grid-template-columns: 1fr;
  }

  .room-slide-frame {
    min-height: 280px;
  }

  .room-slide-control {
    width: 38px;
    height: 38px;
    font-size: 1.65rem;
  }

  .room-slide-thumbs {
    grid-template-columns: repeat(5, minmax(54px, 1fr));
    overflow-x: auto;
  }

  .split-copy,
  .map-copy {
    padding: 34px 20px;
  }

  .map-band iframe {
    min-height: 360px;
  }

}

.cookie-consent {
  position: fixed;
  z-index: 1000;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  width: min(calc(100% - 48px), 1080px);
  margin: 0 auto;
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--paper);
  box-shadow: 0 18px 60px rgba(20, 18, 16, 0.22);
}

.cookie-consent-copy { max-width: 680px; }
.cookie-consent-copy h2 { margin: 4px 0 10px; font-size: clamp(1.5rem, 3vw, 2.1rem); }
.cookie-consent-copy p { margin: 0 0 8px; }
.cookie-consent-copy a { color: inherit; font-weight: 700; }
.cookie-consent-actions { display: flex; flex-wrap: wrap; gap: 10px; flex: 0 0 auto; }

.footer-cookie-settings {
  align-self: start;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-decoration: underline;
  cursor: pointer;
}

.booking-hero { background: linear-gradient(135deg, #eee8df, #f8f5ef); }

.booking-shell {
  width: min(100% - 40px, 1120px);
  margin: -42px auto 90px;
  position: relative;
  z-index: 2;
}

.booking-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid var(--line);
  background: var(--paper);
}

.booking-steps li { padding: 18px; color: var(--muted); font-size: .82rem; font-weight: 800; text-align: center; text-transform: uppercase; }
.booking-steps li + li { border-left: 1px solid var(--line); }
.booking-steps span { display: inline-grid; width: 27px; height: 27px; margin-right: 7px; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.booking-steps li.active { color: var(--ink); background: #eee8df; }
.booking-steps li.active span { border-color: var(--ink); background: var(--ink); color: var(--white); }

.booking-form { padding: clamp(28px, 5vw, 58px); border: 1px solid var(--line); border-top: 0; background: var(--white); box-shadow: var(--shadow); }
.booking-panel h2 { margin: 4px 0 28px; font-size: clamp(2rem, 5vw, 3.4rem); }
.booking-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.booking-fields-four { grid-template-columns: repeat(4, 1fr); }
.booking-fields label, .booking-consent { display: grid; gap: 8px; color: var(--ink); font-size: .82rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.booking-fields input, .booking-fields select, .booking-fields textarea { width: 100%; padding: 14px 15px; border: 1px solid var(--line); border-radius: 4px; background: var(--paper); color: var(--ink); font: inherit; }
.booking-fields textarea { resize: vertical; }
.field-wide { grid-column: 1 / -1; }
.booking-actions { display: flex; justify-content: flex-end; gap: 12px; margin-top: 28px; }
.booking-note { margin-top: -18px; color: var(--muted); }
.booking-room-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 28px; }
.booking-room { position: relative; display: grid; overflow: hidden; border: 1px solid var(--line); background: var(--paper); cursor: pointer; }
.booking-room:has(input:checked) { outline: 3px solid var(--taupe); outline-offset: 2px; }
.booking-room input { position: absolute; top: 14px; right: 14px; width: 22px; height: 22px; accent-color: var(--taupe-dark); }
.booking-room img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.booking-room span { display: grid; gap: 7px; padding: 20px; }
.booking-room small { color: var(--muted); line-height: 1.55; }
.booking-consent { grid-template-columns: auto 1fr; align-items: start; margin-top: 22px; text-transform: none; }
.booking-consent input { width: 18px; height: 18px; accent-color: var(--taupe-dark); }
.booking-summary { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); background: var(--line); }
.booking-summary div { padding: 18px; background: var(--paper); }
.booking-summary small, .booking-summary strong { display: block; }
.booking-summary small { margin-bottom: 5px; color: var(--muted); text-transform: uppercase; }
.payment-safe { margin-top: 24px; padding: 22px; border-left: 4px solid var(--taupe); background: #eee8df; }
.payment-safe p { margin-bottom: 0; color: var(--muted); }

@media (max-width: 840px) {
  .booking-fields-four, .booking-room-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .booking-shell { width: min(100% - 24px, 1120px); margin-top: -25px; }
  .booking-steps li { padding: 12px 4px; font-size: .66rem; }
  .booking-steps span { display: grid; margin: 0 auto 4px; }
  .booking-fields, .booking-fields-four, .booking-room-grid, .booking-summary { grid-template-columns: 1fr; }
  .booking-actions { flex-direction: column-reverse; }
  .booking-actions .button { width: 100%; }
}

.cookie-map-placeholder {
  display: grid;
  min-height: 420px;
  place-content: center;
  padding: 32px;
  background: #e9e4dc;
  text-align: center;
}

.cookie-map-placeholder p { margin: 4px 0; }
.cookie-map-placeholder .button { margin-top: 16px; }

@media (max-width: 720px) {
  .cookie-consent {
    right: 12px;
    bottom: 12px;
    left: 12px;
    flex-direction: column;
    align-items: stretch;
    width: auto;
    max-height: calc(100vh - 24px);
    overflow-y: auto;
    padding: 20px;
  }

  .cookie-consent-actions { flex-direction: column-reverse; }
  .cookie-consent-actions .button { width: 100%; }
  .cookie-map-placeholder { min-height: 360px; }
}
/* Midtown Pocket Host demo */
.guest-body{margin:0;background:#f3efe7;color:#1e2723;font-family:Arial,sans-serif}
.guest-app{width:min(100% - 28px,430px);margin:0 auto;padding:22px 0 34px}
.guest-brand{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}
.guest-brand img{width:132px;height:46px;object-fit:contain;object-position:left center}
.guest-brand span{background:#dce5dc;border-radius:999px;padding:7px 11px;font-size:.78rem}
.guest-welcome p,.guest-planner>p{margin:0 0 8px;text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;color:#647269}
.guest-welcome h1{margin:0 0 8px;font-family:Georgia,serif;font-size:2rem;line-height:1.08;font-weight:400}
.guest-welcome>span{color:#647269}
.guest-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:24px 0}
.guest-actions a,.guest-actions button{box-sizing:border-box;text-decoration:none;text-align:left;color:inherit;background:#fff;border:1px solid #ddd8ce;border-radius:15px;padding:16px;min-height:84px;font:inherit;cursor:pointer}
.guest-actions strong,.guest-actions span{display:block}
.guest-actions span{color:#6b756f;font-size:.78rem;margin-top:6px}
.guest-planner{background:#1f3029;color:#fff;border-radius:20px;padding:20px}
.guest-planner>p{color:#aebdb4}
.guest-planner h2{font-family:Georgia,serif;font-weight:400;margin:0 0 18px}
.guest-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.guest-fields label{font-size:.75rem;color:#c8d2cc}
.guest-fields select{box-sizing:border-box;width:100%;margin-top:6px;padding:11px 8px;border:0;border-radius:9px;background:#f5f2eb;color:#1f3029}
.guest-build{width:100%;margin-top:12px;padding:13px;border:0;border-radius:10px;background:#c99c5c;color:#18231f;font-weight:700;cursor:pointer}
.guest-result{margin-top:14px}
.guest-stop{display:flex;justify-content:space-between;gap:14px;padding:11px 0;border-top:1px solid #435249}
.guest-stop span{color:#c0cbc4;font-size:.78rem}
.guest-sheet{position:fixed;inset:0;display:grid;place-items:end center;background:#0008;padding:16px}
.guest-sheet[hidden]{display:none}
.guest-sheet>div{box-sizing:border-box;width:min(100%,430px);background:#fff;color:#1e2723;border-radius:20px;padding:22px;position:relative}
.guest-sheet button{position:absolute;right:16px;top:12px;border:0;background:none;font-size:1.8rem;cursor:pointer}
.guest-sheet p{color:#657169;margin:0 0 6px}
.guest-sheet h2{margin:0 0 8px}
@media(max-width:360px){.guest-actions,.guest-fields{grid-template-columns:1fr}}
