:root {
  color-scheme: light;
  --ink: #191713;
  --sumi: #1f1b17;
  --charcoal: #34312c;
  --paper: #f5f0e7;
  --ivory: #fffaf1;
  --gold: #b99455;
  --gold-dark: #755a2f;
  --moss: #4f6149;
  --clay: #8b5a46;
  --line: #dfd5c4;
  --blue: #2e536b;
  --red: #8e3f36;
  --font-body: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", "Source Han Sans SC", "Segoe UI", Arial, sans-serif;
  --font-display: "Avenir Next", "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Yu Gothic", sans-serif;
}

/* CRS operations workspace */
.crs-site .module-toolbar {
  min-height: 64px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 16px;
  margin-bottom: 16px;
  border: 1px solid #d8d2c7;
  background: #fff;
}

.crs-site .module-toolbar label {
  display: grid;
  gap: 5px;
  min-width: min(380px, 100%);
  color: #655e53;
  font-size: 12px;
}

.crs-site .module-toolbar select {
  min-height: 38px;
  border: 0;
  border-bottom: 1px solid #9d8a65;
  border-radius: 0;
  background: transparent;
  color: #1f1d19;
  font: inherit;
}

.crs-site .module-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.crs-site .module-actions button,
.crs-site .inline-form button,
.crs-site .message-composer button {
  min-height: 38px;
  border: 1px solid #1f1d19;
  border-radius: 2px;
  background: #1f1d19;
  color: #fff;
  padding: 0 16px;
  cursor: pointer;
}

.crs-site .inherited-panel {
  min-height: 360px;
}

.crs-site .room-type-list {
  display: grid;
  border-top: 1px solid #ded8cd;
}

.crs-site .room-type-row {
  display: grid;
  grid-template-columns: minmax(260px, 2fr) minmax(90px, .5fr) minmax(140px, .75fr) minmax(200px, 1fr);
  gap: 20px;
  align-items: center;
  padding: 18px 4px;
  border-bottom: 1px solid #ded8cd;
}

.crs-site .room-type-row h4 {
  margin: 5px 0;
  font-size: 18px;
}

.crs-site .room-type-row p,
.crs-site .room-type-row small {
  display: block;
  margin: 0;
  color: #746d62;
}

.crs-site .source-badge {
  color: #80662f;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
}

.crs-site .variant-stack {
  display: grid;
  gap: 5px;
  color: #514a40;
  font-size: 13px;
}

.crs-site .inline-form {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  gap: 8px;
  max-width: 560px;
  margin-bottom: 18px;
}

.crs-site .inline-form input,
.crs-site .message-composer textarea {
  border: 1px solid #cfc7ba;
  border-radius: 2px;
  background: #fff;
  padding: 10px 12px;
  font: inherit;
}

.crs-site .message-list {
  display: grid;
  gap: 10px;
  max-height: 480px;
  overflow: auto;
  padding: 14px;
  background: #f4f1eb;
}

.crs-site .message-bubble {
  width: min(72%, 620px);
  padding: 11px 13px;
  border: 1px solid #d4cec3;
  border-radius: 6px;
  background: #fff;
}

.crs-site .message-bubble.property {
  justify-self: end;
  border-color: #a88d55;
  background: #f7f0df;
}

.crs-site .message-bubble p {
  margin: 0 0 6px;
}

.crs-site .message-bubble small {
  color: #756e63;
}

.crs-site .message-composer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  margin-top: 10px;
}

.crs-site .message-composer textarea {
  min-height: 76px;
  resize: vertical;
}

.crs-site .settings-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: #d8d2c7;
  margin: 24px 0;
}

.crs-site .settings-summary > div {
  background: #fff;
  padding: 16px;
}

.crs-site .settings-summary dt {
  color: #746d62;
  font-size: 12px;
}

.crs-site .settings-summary dd {
  margin: 6px 0 0;
  font-weight: 700;
}

.crs-site .nav-section {
  margin: 14px 10px 2px;
  color: #746b5d;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.crs-site .choice-matrix {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 7px;
}

.crs-site .choice-matrix label {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  min-width: 0;
  padding: 10px;
}

.crs-site .choice-matrix small,
.crs-site table small {
  display: block;
  color: #746d62;
}

.crs-site .tier-editor {
  display: grid;
  gap: 6px;
}

.crs-site .tier-editor > div,
.crs-site .tax-rule {
  display: grid;
  grid-template-columns: 32px 1fr 1fr;
  gap: 8px;
  align-items: center;
}

.crs-site .tax-rule {
  grid-template-columns: 1.2fr .6fr 1fr .8fr .8fr;
  padding: 10px;
  border: 1px solid var(--line);
}

.crs-site .settings-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.crs-site .settings-columns form {
  padding: 18px;
  border: 1px solid var(--line);
}

.crs-site .security-notice {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 18px 0;
  padding: 14px 16px;
  border-left: 3px solid #9b7027;
  background: #f7eedc;
}

.crs-site .security-notice span {
  color: #62594d;
}

.crs-site .compact-dialog {
  width: min(560px, calc(100vw - 32px));
}

.crs-site .workflow-dialog {
  width: min(880px, calc(100vw - 32px));
  max-height: calc(100vh - 32px);
  padding: 0;
  border: 1px solid #b8ad9b;
  border-radius: 4px;
  background: #faf7f1;
  box-shadow: 0 24px 70px rgba(24, 20, 15, .24);
}

.crs-site .workflow-dialog::backdrop {
  background: rgba(23, 20, 16, .55);
}

.crs-site .dialog-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 24px 14px;
  border-bottom: 1px solid var(--line);
}

.crs-site .dialog-head h3 { margin: 0; }
.crs-site .dialog-head button { border: 0; background: transparent; font-size: 28px; }

.crs-site .workflow-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0 24px;
  list-style: none;
  border-bottom: 1px solid var(--line);
}

.crs-site .workflow-steps li {
  padding: 12px 4px;
  color: #777064;
  border-bottom: 2px solid transparent;
  text-align: center;
}

.crs-site .workflow-steps li.active { color: var(--ink); border-color: var(--gold-dark); font-weight: 800; }
.crs-site .workflow-form { padding: 4px 24px 24px; }
.crs-site .workflow-form fieldset { display: contents; }
.crs-site .workflow-form fieldset[hidden] { display: none; }
.crs-site .workflow-form legend { grid-column: 1 / -1; margin: 10px 0; font-size: 18px; font-weight: 800; }
.crs-site .workflow-actions { display: flex; align-items: center; justify-content: flex-end; gap: 8px; }

.crs-site .outbox-summary { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.crs-site .outbox-summary span,
.crs-site .status-pill { padding: 4px 8px; border: 1px solid var(--line); background: #f6f2ea; font-size: 12px; }
.crs-site td button { margin: 2px 4px 2px 0; border: 1px solid #7b6a4a; background: #fff; color: #4e402a; }
.crs-site .field-label { display: block; margin-bottom: 6px; color: #5f584e; font-weight: 700; }
.crs-site textarea { width: 100%; resize: vertical; font: inherit; }

.booking-engine-site { background: #f7f4ed; }
.settlement-adjustment { display: grid; gap: 5px; margin-top: 8px; padding-top: 8px; border-top: 1px solid var(--line); }
.settlement-adjustment button { width: max-content; }
.booking-engine-site [hidden] { display: none !important; }
.booking-engine { width: min(1240px, calc(100% - 40px)); margin: 0 auto; padding: 46px 0 80px; }
.booking-engine-intro { max-width: 760px; margin-bottom: 26px; }
.booking-engine-intro h1 { margin: 4px 0; font-size: 42px; }
.booking-language { position: relative; }
.booking-language summary { min-width: 104px; padding: 9px 28px 9px 12px; border: 1px solid var(--line); list-style: none; cursor: pointer; }
.booking-language summary::after { content: "⌄"; position: absolute; right: 10px; }
.booking-language summary::-webkit-details-marker { display: none; }
.booking-language > div { position: absolute; z-index: 30; top: calc(100% + 6px); right: 0; display: grid; min-width: 138px; padding: 6px; border: 1px solid var(--line); background: #fff; box-shadow: 0 14px 34px rgba(25, 22, 18, .14); }
.booking-language button { padding: 9px 10px; border: 0; background: transparent; text-align: left; cursor: pointer; }
.booking-language button:hover { background: #f2eee5; }
.booking-criteria { position: relative; display: grid; grid-template-columns: 1.2fr 1.25fr 1.25fr .8fr .8fr auto; align-items: stretch; gap: 0; padding: 0; border: 1px solid var(--line); background: white; box-shadow: 0 12px 34px rgba(39, 33, 26, .07); }
.booking-criterion,
.booking-criteria label { position: relative; display: grid; align-content: center; gap: 5px; min-height: 82px; padding: 12px 16px; border-right: 1px solid var(--line); }
.booking-criterion > span,
.booking-criteria label span { color: #6e665b; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.booking-destination strong { line-height: 1.2; }
.booking-criteria input { width: 100%; min-width: 0; border: 0; background: transparent; }
.booking-control-trigger { overflow: hidden; padding: 0; border: 0; background: transparent; color: var(--ink); font: inherit; font-weight: 750; text-align: left; text-overflow: ellipsis; white-space: nowrap; cursor: pointer; }
.booking-search-button,
.booking-rate-choice button,
.booking-summary > button,
.booking-confirmation button { min-height: 46px; padding: 0 18px; border: 0; background: var(--sumi); color: white; font-weight: 800; }
.booking-search-button { min-width: 164px; cursor: pointer; }
.booking-popover { position: absolute; z-index: 25; top: calc(100% + 9px); left: 0; border: 1px solid var(--line); background: #fff; box-shadow: 0 18px 42px rgba(25, 22, 18, .16); }
.booking-calendar { width: min(720px, calc(100vw - 32px)); padding: 16px; }
.booking-calendar-toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.booking-calendar-toolbar button { width: 36px; height: 36px; border: 1px solid var(--line); background: #fff; font-size: 24px; cursor: pointer; }
.booking-calendar-months { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.booking-calendar-months section h3 { margin: 4px 0 10px; text-align: center; font-size: 16px; }
.calendar-weekdays,
.calendar-days { display: grid; grid-template-columns: repeat(7, minmax(30px, 1fr)); }
.calendar-weekdays span { padding: 5px; color: #766d60; font-size: 11px; text-align: center; }
.calendar-days > span,
.calendar-days button { aspect-ratio: 1; min-width: 0; border: 0; background: transparent; color: var(--ink); cursor: pointer; }
.calendar-days button:hover { outline: 1px solid #a38957; }
.calendar-days button.in-range { background: #eee7d8; }
.calendar-days button.range-start,
.calendar-days button.range-end { background: var(--sumi); color: #fff; }
.calendar-days button:disabled { color: #c8c1b5; cursor: default; }
.booking-calendar > p { margin: 10px 4px 0; color: #71695e; font-size: 12px; }
.booking-guests { width: 300px; padding: 14px; }
.booking-stepper { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.booking-stepper > div { display: grid; grid-template-columns: 34px 34px 34px; align-items: center; }
.booking-stepper button { width: 34px; height: 34px; border: 1px solid #a38957; border-radius: 50%; background: #fff; color: var(--ink); font-size: 19px; cursor: pointer; }
.booking-stepper output { text-align: center; font-weight: 800; }
.booking-popover-done { float: right; margin-top: 12px; padding: 8px 18px; border: 0; background: var(--sumi); color: #fff; cursor: pointer; }
.booking-member-strip { display: flex; justify-content: flex-end; gap: 12px; padding: 14px 2px; color: #60584e; }
.booking-room-results { display: grid; gap: 12px; }
.booking-room-offer { display: grid; grid-template-columns: 240px 1fr 260px; gap: 22px; min-height: 210px; border: 1px solid var(--line); background: white; }
.booking-room-media img,
.room-image-placeholder { width: 100%; height: 100%; min-height: 210px; object-fit: cover; }
.room-image-placeholder { display: grid; place-items: center; background: #23201c; color: #c4a971; letter-spacing: .16em; }
.booking-room-offer > div:nth-child(2) { align-self: center; padding: 18px 0; }
.booking-room-offer h2 { margin: 2px 0 8px; font-size: 26px; }
.booking-rate-choice { display: grid; align-content: center; gap: 7px; padding: 20px; border-left: 1px solid var(--line); }
.booking-rate-choice strong { font-size: 24px; }
.booking-rate-choice small { color: #6e665b; }
.booking-summary,
.booking-confirmation { display: grid; grid-template-columns: 1fr minmax(300px, .65fr); gap: 28px; margin-top: 22px; padding: 26px; border: 1px solid #b9a578; background: #fff; }
.booking-summary dl { margin: 0; }
.booking-summary dl div { display: flex; justify-content: space-between; gap: 20px; padding: 8px 0; border-bottom: 1px solid var(--line); }
.booking-summary dd { margin: 0; }
.booking-confirmation form { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.booking-confirmation label { display: grid; gap: 5px; }
.booking-confirmation .wide,
.booking-confirmation button,
.booking-confirmation [data-status] { grid-column: 1 / -1; }
.booking-success { grid-column: 1 / -1; text-align: center; padding: 28px; }
.booking-success strong { display: block; margin: 16px; font-size: 25px; }

@media (max-width: 900px) {
  .crs-site .module-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .crs-site .room-type-row {
    grid-template-columns: 1fr 1fr;
  }

  .crs-site .room-type-row > div:first-child,
  .crs-site .variant-stack {
    grid-column: 1 / -1;
  }

  .crs-site .settings-summary {
    grid-template-columns: 1fr;
  }

  .crs-site .choice-matrix,
  .crs-site .settings-columns {
    grid-template-columns: 1fr;
  }

  .crs-site .tax-rule {
    grid-template-columns: 1fr 1fr;
  }

  .booking-criteria { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .booking-search-button { grid-column: 1 / -1; min-height: 54px; }
  .booking-room-offer { grid-template-columns: 180px 1fr; }
  .booking-rate-choice { grid-column: 1 / -1; border-top: 1px solid var(--line); border-left: 0; }
}

@media (max-width: 560px) {
  .crs-site .inline-form,
  .crs-site .message-composer {
    grid-template-columns: 1fr;
  }

  .crs-site .message-bubble {
    width: 88%;
  }

  .booking-engine { width: min(100% - 24px, 1240px); padding-top: 24px; }
  .booking-engine-intro h1 { font-size: 32px; }
  .booking-engine-header nav > a { display: none; }
  .booking-criteria,
  .booking-room-offer,
  .booking-summary,
  .booking-confirmation,
  .booking-confirmation form { grid-template-columns: 1fr; }
  .booking-room-media { height: 210px; }
  .booking-criterion,
  .booking-criteria label { min-height: 68px; border-right: 0; border-bottom: 1px solid var(--line); }
  .booking-calendar { position: fixed; inset: auto 8px 12px; width: auto; max-height: 76vh; overflow: auto; }
  .booking-calendar-months { grid-template-columns: 1fr; }
  .booking-calendar-months section:nth-child(2) { display: none; }
  .booking-guests { position: fixed; inset: auto 8px 12px; width: auto; }
  .booking-summary > *,
  .booking-confirmation .wide,
  .booking-confirmation button,
  .booking-confirmation [data-status] { grid-column: 1; }
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  font-size: 15px;
  line-height: 1.58;
  text-rendering: geometricPrecision;
}

html[lang="zh-CN"] body,
html[lang="zh-Hant"] body {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

html[lang="ja"] body {
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
}

html[lang="zh-CN"] .emerald-hero h2,
html[lang="zh-CN"] .guest-story-band h2,
html[lang="zh-CN"] .prive-story h2,
html[lang="zh-Hant"] .emerald-hero h2,
html[lang="zh-Hant"] .guest-story-band h2,
html[lang="zh-Hant"] .prive-story h2 {
  font-family: "Songti SC", STSong, "Source Han Serif SC", serif;
  font-weight: 400;
}

html[lang="ja"] .emerald-hero h2,
html[lang="ja"] .guest-story-band h2,
html[lang="ja"] .prive-story h2 {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 400;
}

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(210px, 1fr) auto auto;
  align-items: center;
  gap: 22px;
  padding: 10px clamp(18px, 4vw, 52px);
  border-bottom: 1px solid rgba(222, 214, 200, 0.72);
  background: rgba(246, 240, 230, 0.9);
  backdrop-filter: blur(20px);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border: 0;
  background: transparent;
  color: var(--sumi);
  text-align: left;
}

.brand-mark img {
  display: block;
  width: clamp(138px, 14vw, 176px);
  height: 48px;
  object-fit: contain;
  object-position: left center;
}

.eyebrow {
  color: var(--gold-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.topbar nav {
  display: flex;
  gap: 6px;
}

.top-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.topbar nav button,
.login-chip,
.ghost-button,
.toolbar button,
.console-nav button,
.rate-box button {
  min-height: 38px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: transparent;
  color: var(--charcoal);
  font-weight: 760;
}

.topbar nav button {
  padding: 0 12px;
}

.topbar nav button.active {
  border-color: var(--line);
  background: rgba(255, 250, 240, 0.76);
}

.mega-menu {
  grid-column: 1 / -1;
  display: none;
  margin: 0 calc(clamp(18px, 4vw, 52px) * -1) -10px;
  border-top: 1px solid rgba(222, 214, 200, 0.72);
  background: rgba(255, 250, 241, 0.98);
  box-shadow: 0 24px 54px rgba(27, 23, 18, 0.16);
  max-height: 250px;
  overflow-y: auto;
}

.topbar.menu-open .mega-menu {
  display: block;
}

.mega-menu section {
  display: none;
  grid-template-columns: minmax(260px, 0.75fr) minmax(520px, 1fr);
  gap: clamp(22px, 4vw, 56px);
  padding: 16px clamp(22px, 6vw, 76px) 20px;
}

.mega-menu section.active {
  display: grid;
}

.mega-feature {
  padding-right: 26px;
  border-right: 1px solid var(--line);
}

.mega-feature span,
.mega-columns span {
  display: block;
  margin-bottom: 6px;
  color: var(--gold-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mega-feature strong {
  display: block;
  max-width: 430px;
  margin-bottom: 6px;
  font-family: var(--font-display);
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 500;
  line-height: 1.04;
}

.mega-feature p {
  max-width: 460px;
  margin: 0;
  color: #62584d;
  font-size: 13px;
  line-height: 1.55;
}

.mega-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(130px, 1fr));
  gap: 22px;
}

.mega-columns div {
  display: grid;
  align-content: start;
  gap: 3px;
}

.mega-columns button {
  min-height: 36px;
  padding: 0;
  border: 0;
  color: var(--charcoal);
  background: transparent;
  text-align: left;
  font-weight: 760;
}

.mega-columns button:hover {
  color: var(--gold-dark);
  text-decoration: underline;
  text-underline-offset: 5px;
}

.login-chip,
.ghost-button,
.domain-chip {
  padding: 0 14px;
  border-color: rgba(184, 145, 75, 0.5);
}

.language-select {
  width: auto;
  min-width: 84px;
  min-height: 38px;
  padding: 0 10px;
  border: 1px solid rgba(184, 145, 75, 0.36);
  border-radius: 4px;
  background: rgba(255, 250, 241, 0.74);
  color: var(--charcoal);
  font-size: 13px;
  font-weight: 800;
}

.native-control-source {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.custom-control {
  position: relative;
  min-width: 0;
}

.custom-control-trigger {
  width: 100%;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 4px 5px;
  border: 0;
  border-bottom: 1px solid rgba(117, 90, 47, 0.34);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  text-align: left;
}

.custom-control-trigger i {
  color: var(--gold-dark);
  font-family: Georgia, serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
}

.custom-control-trigger .calendar-mark {
  position: relative;
  width: 15px;
  height: 14px;
  border: 1px solid var(--gold-dark);
  border-radius: 1px;
  font-size: 0;
}

.custom-control-trigger .calendar-mark::before {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  left: 0;
  border-top: 1px solid var(--gold-dark);
}

.custom-control-trigger .calendar-mark::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 3px;
  width: 7px;
  height: 4px;
  border-right: 1px solid var(--gold-dark);
  border-left: 1px solid var(--gold-dark);
}

.custom-control.open .custom-control-trigger {
  border-bottom-color: var(--gold-dark);
}

.control-popover {
  position: absolute;
  z-index: 60;
  top: calc(100% + 9px);
  left: 0;
  display: none;
  min-width: 100%;
  border: 1px solid rgba(185, 148, 85, 0.32);
  background: rgba(255, 252, 246, 0.99);
  box-shadow: 0 20px 46px rgba(31, 27, 23, 0.18);
  color: var(--ink);
}

.custom-control.open .control-popover {
  display: block;
}

.select-popover {
  width: max-content;
  min-width: max(100%, 150px);
  padding: 7px;
}

.select-popover button {
  width: 100%;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 0 11px;
  border: 0;
  background: transparent;
  color: #4f493f;
  text-align: left;
}

.select-popover button:hover,
.select-popover button[aria-selected="true"] {
  background: #f0ebe1;
  color: var(--gold-dark);
}

.language-control {
  min-width: 112px;
}

.language-control .custom-control-trigger {
  min-height: 38px;
  padding: 0 11px;
  border: 1px solid rgba(184, 145, 75, 0.36);
  background: rgba(255, 250, 241, 0.74);
  font-size: 13px;
  font-weight: 700;
}

.language-control .control-popover {
  right: 0;
  left: auto;
}

.calendar-popover {
  width: 304px;
  padding: 16px;
}

.date-range-popover {
  width: min(640px, calc(100vw - 48px));
  padding: 18px;
}

.range-calendar-head {
  display: grid;
  grid-template-columns: 36px 1fr 36px;
  align-items: center;
  margin-bottom: 14px;
  text-align: center;
}

.range-calendar-head p {
  margin: 0;
  color: #62594d;
  font-size: 12px;
  font-weight: 750;
}

.range-calendar-head button,
.range-reset {
  border: 0;
  background: transparent;
  color: var(--gold-dark);
}

.range-calendar-head button {
  min-height: 34px;
  font-family: Georgia, serif;
  font-size: 25px;
}

.range-calendar-months {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.calendar-month h4 {
  min-height: 24px;
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.range-reset {
  display: block;
  min-height: 30px;
  margin: 10px 0 0 auto;
  padding: 0 3px;
  border-bottom: 1px solid rgba(117, 90, 47, 0.45);
  font-size: 11px;
  font-weight: 700;
}

.date-range-summary {
  min-width: 0;
  display: grid;
  grid-template-columns: auto auto 18px auto auto;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.date-range-summary b {
  color: #817666;
  font-size: 9px;
  font-weight: 800;
}

.date-range-summary i {
  color: #9e8a68;
  font-style: normal;
  text-align: center;
}

.booking-ribbon .calendar-popover {
  top: auto;
  bottom: calc(100% + 9px);
}

.calendar-head,
.calendar-weekdays,
.calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  align-items: center;
  text-align: center;
}

.calendar-head {
  grid-template-columns: 36px 1fr 36px;
  margin-bottom: 12px;
}

.calendar-head strong {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 500;
}

.calendar-head button,
.calendar-days button {
  border: 0;
  background: transparent;
  color: var(--ink);
}

.calendar-head button {
  min-height: 34px;
  font-family: Georgia, serif;
  font-size: 24px;
}

.calendar-weekdays span {
  padding-bottom: 8px;
  color: #8a7e6d;
  font-size: 10px;
  font-weight: 700;
}

.calendar-days {
  gap: 2px;
}

.calendar-days > * {
  aspect-ratio: 1;
}

.calendar-days button {
  border-radius: 50%;
  font-size: 12px;
}

.calendar-days button:hover {
  background: #eee7da;
}

.calendar-days button:disabled {
  color: #c9c1b6;
  cursor: not-allowed;
}

.calendar-days button.in-range {
  border-radius: 0;
  background: #e6ddcc;
  color: #3f392f;
}

.calendar-days button.selected {
  background: var(--sumi);
  color: var(--ivory);
}

.calendar-days button.range-start {
  border-radius: 50% 0 0 50%;
}

.calendar-days button.range-end {
  border-radius: 0 50% 50% 0;
}

.calendar-days button.range-start.range-end {
  border-radius: 50%;
}

.calendar-days button.range-single {
  border-radius: 50%;
}

.birth-calendar-selectors {
  display: grid;
  grid-template-columns: minmax(76px, 1fr) minmax(90px, 1fr);
  gap: 7px;
}

.birth-calendar-selectors select,
.child-age-list select {
  min-height: 34px;
  padding: 0 26px 0 9px;
  border: 1px solid rgba(117, 90, 47, 0.3);
  border-radius: 3px;
  background-color: #fffdf8;
  color: var(--ink);
  font-size: 12px;
}

.guest-popover {
  width: 300px;
  padding: 16px;
}

.booking-ribbon .guest-popover {
  top: auto;
  bottom: calc(100% + 9px);
}

.guest-stepper {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #e5ded2;
}

.guest-stepper strong {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 500;
}

.guest-stepper > div {
  display: grid;
  grid-template-columns: 30px 28px 30px;
  align-items: center;
  text-align: center;
}

.guest-stepper button {
  width: 28px;
  min-height: 28px;
  padding: 0;
  border: 1px solid #a99573;
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  font-size: 17px;
}

.guest-stepper button:disabled {
  opacity: 0.32;
}

.child-age-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding-top: 14px;
}

.child-age-list label {
  gap: 5px;
  padding: 0;
  background: transparent;
  font-size: 10px;
}

.page-back {
  position: fixed;
  z-index: 18;
  top: 86px;
  left: clamp(18px, 4vw, 52px);
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 14px 0 10px;
  border: 1px solid rgba(184, 145, 75, 0.44);
  border-radius: 4px;
  background: rgba(255, 250, 241, 0.9);
  color: var(--charcoal);
  font-weight: 650;
  box-shadow: 0 10px 30px rgba(31, 27, 23, 0.12);
  backdrop-filter: blur(14px);
}

.back-icon {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-right: 1px solid rgba(184, 145, 75, 0.38);
  color: var(--gold-dark);
  font-size: 16px;
}

.page-back[hidden] {
  display: none;
}

.hero .ghost-button {
  color: #f8f0df;
  border-color: rgba(232, 204, 139, 0.58);
  background: rgba(20, 18, 15, 0.26);
}

.domain-chip {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  border: 1px solid rgba(184, 145, 75, 0.5);
  border-radius: 4px;
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.static-brand {
  pointer-events: none;
}

.view {
  display: none;
}

.view.active {
  display: block;
}

.hero {
  position: relative;
  min-height: calc(100vh - 68px);
  overflow: hidden;
  background: var(--sumi);
}

.public-hero {
  min-height: calc(100vh - 68px);
}

.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-carousel {
  position: absolute;
  inset: 0;
}

.hero-carousel img {
  opacity: 0;
  animation: heroFade 14s infinite;
}

.hero-carousel img:nth-child(1) {
  opacity: 1;
}

.hero-carousel img:nth-child(2) {
  animation-delay: 7s;
}

@keyframes heroFade {
  0%, 42% {
    opacity: 1;
  }

  50%, 92% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(14, 14, 13, 0.72), rgba(14, 14, 13, 0.28) 48%, rgba(14, 14, 13, 0.12));
}

.hero-overlay {
  position: relative;
  z-index: 1;
  width: min(780px, 92vw);
  padding: clamp(90px, 14vh, 150px) clamp(22px, 7vw, 86px) 170px;
  color: white;
}

.hero-overlay .eyebrow {
  color: #d8bd7b;
}

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

h1 {
  margin-bottom: 14px;
  font-family: var(--font-display);
  font-size: clamp(58px, 11vw, 136px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.92;
}

h2 {
  font-family: var(--font-display);
  font-size: clamp(30px, 5vw, 54px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.04;
}

h3 {
  font-size: 19px;
  line-height: 1.2;
}

.hero-copy {
  max-width: 620px;
  color: #f7ecdc;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.78;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.32);
}

.hero-actions,
.toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gold-button,
.ink-button,
.search-panel button,
.login-panel button,
.console-main button {
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 4px;
  font-weight: 850;
}

.gold-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  text-decoration: none;
  color: #17130d;
  background: var(--gold);
}

.ink-button {
  color: var(--ivory);
  background: var(--sumi);
}

.booking-ribbon {
  position: absolute;
  z-index: 2;
  left: clamp(18px, 7vw, 86px);
  right: clamp(18px, 7vw, 86px);
  bottom: 28px;
  display: block;
  overflow: visible;
  border: 1px solid rgba(255, 250, 240, 0.56);
  border-radius: 6px;
  background: rgba(255, 252, 246, 0.96);
  box-shadow: 0 20px 50px rgba(12, 10, 8, 0.22);
}

.booking-primary-row {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(390px, 1.55fr) minmax(190px, 0.62fr);
  align-items: stretch;
  gap: 0;
}

.booking-search-form .booking-primary-row > label,
.booking-search-form .booking-primary-row > .booking-field {
  min-height: 88px;
  padding: 15px 20px;
  border-right: 1px solid var(--line);
  background: transparent;
}

.booking-primary-row input,
.booking-primary-row .custom-control-trigger {
  min-height: 40px;
  padding-bottom: 2px;
  border-bottom: 0;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
}

.booking-primary-row .date-range-summary {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
}

.booking-search-form .booking-submit {
  min-height: 58px;
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin: 14px 18px;
  border: 1px solid var(--gold-dark);
  border-radius: 3px;
  font-size: 15px;
}

.search-glyph {
  position: relative;
  width: 15px;
  height: 15px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.search-glyph::after {
  content: "";
  position: absolute;
  right: -6px;
  bottom: -4px;
  width: 7px;
  border-top: 2px solid currentColor;
  transform: rotate(45deg);
  transform-origin: left center;
}

.booking-options-row {
  min-height: 58px;
  display: grid;
  grid-template-columns: minmax(270px, 0.9fr) minmax(210px, 0.7fr) minmax(190px, 1fr);
  align-items: center;
  gap: 0;
  padding: 0 18px;
  border-top: 1px solid var(--line);
}

.booking-search-form .booking-options-row > .booking-field,
.booking-search-form .booking-options-row > label:not(.points-choice) {
  min-height: 58px;
  padding: 9px 18px;
  border-right: 1px solid var(--line);
  background: transparent;
}

.booking-options-row .custom-control-trigger {
  min-height: 28px;
  padding-bottom: 0;
  border-bottom: 0;
  font-size: 13px;
  font-weight: 700;
}

.points-choice {
  min-height: 58px;
  display: flex;
  grid-template-columns: none;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  color: var(--ink);
  cursor: pointer;
}

.points-choice input {
  width: 19px;
  min-height: 19px;
  margin: 0;
  accent-color: var(--sumi);
}

label {
  display: grid;
  gap: 7px;
  color: #5c554b;
  font-size: 12px;
  font-weight: 800;
}

.booking-ribbon label,
.booking-ribbon .booking-field,
.search-panel label,
.search-panel .booking-field,
.login-panel label {
  padding: 12px;
  background: rgba(255, 250, 240, 0.96);
}

.booking-field {
  min-width: 0;
  display: grid;
  gap: 7px;
  color: #5c554b;
  font-size: 12px;
  font-weight: 800;
}

input,
select {
  width: 100%;
  min-height: 34px;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
}

input:focus,
select:focus {
  outline: 2px solid rgba(184, 145, 75, 0.32);
  outline-offset: 2px;
}

.brand-section,
.experience-band,
.featured-stays-section,
.collection-guide-section,
.inspiration-section,
.planner-section,
.page-shell,
.login-layout,
.member-center,
.destination-section,
.service-section {
  padding: clamp(42px, 7vw, 90px) clamp(20px, 7vw, 88px);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(220px, 520px) minmax(240px, 1fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 32px;
}

.section-heading.compact {
  display: block;
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.brand-grid article {
  min-height: 250px;
  padding: 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 250, 241, 0.62), rgba(248, 243, 234, 0.42));
}

.brand-grid article[data-route],
.collection-guide-grid article[data-route],
.destination-grid article[data-route],
.inspiration-grid article[data-route],
.reason-grid article[data-route] {
  cursor: pointer;
}

.brand-grid article[data-route]:hover,
.collection-guide-grid article[data-route]:hover {
  background: #fffaf1;
  box-shadow: inset 0 0 0 1px rgba(185, 148, 85, 0.28);
}

.brand-grid article button {
  min-height: 34px;
  width: fit-content;
  margin-top: 12px;
  padding: 0 10px;
  border: 1px solid rgba(184, 145, 75, 0.42);
  border-radius: 4px;
  background: transparent;
  color: var(--gold-dark);
  font-weight: 850;
}

.brand-grid span,
.property-row span,
.feature-card span,
.collection-guide-grid span,
.inspiration-grid span,
.reason-grid span,
.public-footer span {
  color: var(--gold-dark);
  font-weight: 900;
  letter-spacing: 0.04em;
}

.featured-stays-section {
  background:
    linear-gradient(90deg, rgba(46, 83, 107, 0.08), transparent 36%),
    #fffaf1;
}

.featured-stays-grid {
  display: grid;
  grid-template-columns: 1.08fr 1fr 1fr;
  gap: 12px;
}

.feature-card {
  position: relative;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  border: 1px solid rgba(236, 223, 202, 0.78);
  color: var(--ivory);
  background: var(--sumi);
  overflow: hidden;
}

.feature-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(31, 27, 23, 0.04), rgba(31, 27, 23, 0.82));
}

.feature-card > :not(img) {
  position: relative;
  z-index: 1;
}

.feature-card h3 {
  margin: 8px 0 10px;
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 500;
}

.feature-card p {
  max-width: 390px;
  color: #eadfce;
}

.feature-card button {
  width: fit-content;
  min-height: 38px;
  margin-top: 8px;
  padding: 0 12px;
  border: 1px solid rgba(232, 204, 139, 0.62);
  border-radius: 4px;
  color: var(--ivory);
  background: rgba(255, 250, 241, 0.06);
  font-weight: 850;
}

.collection-guide-section {
  background: #f7f2e9;
}

.collection-guide-section .section-heading > p,
.inspiration-section .section-heading > p {
  color: #5f574d;
  line-height: 1.8;
}

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

.collection-guide-grid article {
  min-height: 330px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 24px;
  background: rgba(255, 250, 241, 0.84);
}

.collection-guide-grid h3,
.inspiration-grid h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 500;
}

.collection-guide-grid p,
.inspiration-grid p {
  color: #62584d;
  line-height: 1.75;
}

.collection-guide-grid button {
  align-self: end;
  width: fit-content;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(184, 145, 75, 0.42);
  border-radius: 4px;
  color: var(--sumi);
  background: rgba(255, 250, 241, 0.5);
  font-weight: 850;
}

.inspiration-section {
  background:
    linear-gradient(180deg, #fffaf1, #f3eee4);
}

.inspiration-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.inspiration-grid article {
  min-height: 330px;
  display: grid;
  grid-template-rows: 170px 1fr;
  align-content: stretch;
  padding: 0;
  border: 1px solid var(--line);
  background: #fbf7ef;
  overflow: hidden;
}

.inspiration-grid article > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inspiration-grid article > div {
  display: grid;
  align-content: start;
  padding: 18px;
}

.conversion-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
  background: #fbf7ef;
}

.conversion-strip article {
  min-height: 112px;
  padding: 24px clamp(18px, 4vw, 52px);
  border-right: 1px solid var(--line);
}

.conversion-strip article:last-child {
  border-right: 0;
}

.conversion-strip span,
.destination-grid span,
.service-grid span {
  display: block;
  margin-bottom: 10px;
  color: var(--gold-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.conversion-strip strong {
  display: block;
  max-width: 340px;
  font-family: var(--font-display);
  font-size: clamp(20px, 2.2vw, 30px);
  font-weight: 500;
  line-height: 1.08;
}

.destination-section {
  background:
    linear-gradient(180deg, rgba(255,250,241,0.72), rgba(245,240,231,0.98)),
    var(--paper);
}

.planner-section {
  background: #eef0e8;
}

.planner-section .section-heading > p {
  color: #5d6257;
  line-height: 1.8;
}

.reason-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(79, 97, 73, 0.28);
  border-left: 1px solid rgba(79, 97, 73, 0.28);
}

.reason-grid article {
  min-height: 230px;
  padding: 24px;
  border-right: 1px solid rgba(79, 97, 73, 0.28);
  border-bottom: 1px solid rgba(79, 97, 73, 0.28);
  background: rgba(255, 250, 241, 0.45);
}

.reason-grid h3 {
  margin: 12px 0 10px;
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 500;
}

.reason-grid p {
  color: #596156;
}

.destination-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.92fr 0.92fr;
  gap: 12px;
}

.destination-grid article {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 26px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(31,27,23,0.06), rgba(31,27,23,0.78)),
    radial-gradient(circle at top left, rgba(185,148,85,0.22), transparent 38%),
    var(--sumi);
  color: var(--ivory);
}

.destination-grid h3 {
  margin-bottom: 8px;
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 500;
}

.destination-grid p {
  max-width: 360px;
  color: #e7ddcf;
}

.destination-grid button {
  width: fit-content;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(232, 204, 139, 0.58);
  border-radius: 4px;
  color: var(--ivory);
  background: transparent;
  font-weight: 850;
}

.experience-band {
  display: grid;
  grid-template-columns: minmax(260px, 560px) 1fr;
  gap: 44px;
  color: var(--ivory);
  background: var(--sumi);
}

.guest-story-band {
  display: grid;
  grid-template-columns: minmax(260px, 620px) auto;
  gap: 28px;
  align-items: end;
  padding: clamp(42px, 7vw, 90px) clamp(20px, 7vw, 88px);
  color: var(--ivory);
  background: var(--sumi);
}

.service-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(320px, 1fr);
  gap: 44px;
  background: #fbf7ef;
}

.media-service-section {
  grid-template-columns: minmax(300px, 0.78fr) minmax(360px, 1fr) minmax(300px, 0.82fr);
  gap: clamp(28px, 3vw, 48px);
  align-items: center;
}

.media-service-section > img {
  width: 100%;
  height: min(430px, 32vw);
  min-height: 340px;
  object-fit: cover;
  border: 1px solid var(--line);
}

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

.service-grid article {
  min-height: 128px;
  padding: 18px 8px;
  background: #fffaf1;
}

.service-grid h3 {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 500;
}

.service-grid p {
  margin-bottom: 0;
  color: #665c50;
  line-height: 1.7;
}

.guest-story-band p {
  color: #ddd2c0;
  line-height: 1.8;
}

.experience-band p {
  color: #ddd2c0;
  line-height: 1.8;
}

.metrics-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  align-self: end;
  background: rgba(255, 250, 240, 0.24);
}

.metrics-strip span {
  display: grid;
  min-height: 126px;
  padding: 18px;
  background: #2e2a25;
}

.metrics-strip strong {
  color: #e5bf6a;
  font-size: 28px;
}

.search-panel {
  display: block;
  margin-bottom: 24px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fffdf8;
  box-shadow: 0 14px 34px rgba(45, 36, 26, 0.08);
}

.property-list {
  display: grid;
  gap: 12px;
}

.stay-detail-grid,
.member-tier-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.stay-detail-grid article,
.member-tier-grid article {
  min-height: 210px;
  padding: 22px;
  border: 1px solid var(--line);
  background: rgba(255, 250, 240, 0.74);
}

.stay-detail-grid span,
.member-tier-grid span {
  color: var(--gold-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stay-detail-grid h3,
.member-tier-grid h3 {
  margin: 12px 0 10px;
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 500;
}

.stay-detail-grid p,
.member-tier-grid p {
  color: #62584d;
  line-height: 1.75;
}

.property-row {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(280px, 1.2fr) minmax(180px, 0.45fr);
  gap: 16px;
  align-items: center;
  padding: 0 20px 0 0;
  border: 1px solid var(--line);
  background: rgba(255, 250, 240, 0.74);
  overflow: hidden;
}

.property-row > img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.property-row > div:not(.rate-box) {
  padding: 20px 0;
}

.property-row h3 small {
  display: block;
  margin-top: 4px;
  color: #6c6358;
  font-size: 0.55em;
  font-weight: 500;
}

.property-row .gold-button {
  min-height: 38px;
  padding: 0 13px;
}

.directory-map-note {
  color: #6d655b;
  font-size: 11px;
  text-align: right;
}

.property-map {
  min-height: 460px;
  border: 1px solid var(--line);
  background: #e8ebe5;
}

.property-map > p {
  display: grid;
  min-height: 460px;
  place-items: center;
  margin: 0;
  padding: 24px;
  color: #655e55;
  text-align: center;
}

.hotel-page {
  display: grid;
  gap: 22px;
  padding: clamp(34px, 6vw, 78px) clamp(20px, 7vw, 88px);
}

.collection-property-section {
  display: grid;
  gap: 18px;
}

.collection-property-card {
  display: grid;
  grid-template-columns: minmax(320px, 1.05fr) minmax(300px, 0.95fr);
  min-height: 410px;
  border: 1px solid var(--line);
  background: #fffaf1;
}

.collection-property-card > img {
  width: 100%;
  height: 100%;
  min-height: 410px;
  object-fit: cover;
}

.collection-property-card > div {
  display: grid;
  align-content: center;
  justify-items: start;
  padding: clamp(26px, 5vw, 54px);
}

.collection-property-card span {
  color: var(--gold-dark);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.collection-property-card h3 {
  margin: 12px 0;
  font-family: var(--font-display);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 500;
}

.collection-property-card h3 small {
  display: block;
  margin-top: 5px;
  color: #6a6157;
  font-size: 0.45em;
}

.collection-property-card p {
  color: #62584d;
  line-height: 1.8;
}

.visual-disclaimer {
  margin: 12px 0 0;
  color: #847b70;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.65;
}

.sitewide-image-notice {
  margin: 0;
  padding: 12px clamp(18px, 5vw, 72px);
  border-top: 1px solid rgba(209, 199, 183, 0.58);
  background: #f2eee6;
  color: #8a8176;
  font-size: 9px;
  line-height: 1.6;
  text-align: center;
}

.detail-page {
  display: grid;
  gap: 18px;
  padding: clamp(34px, 6vw, 78px) clamp(20px, 7vw, 88px);
}

.hotel-hero,
.detail-hero {
  display: grid;
  grid-template-columns: minmax(320px, 1.15fr) minmax(280px, 0.85fr);
  min-height: 520px;
  border: 1px solid var(--line);
  background: #fffaf1;
}

.hotel-hero img,
.detail-hero img,
.room-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hotel-hero > div,
.detail-hero > div {
  display: grid;
  align-content: center;
  padding: clamp(28px, 5vw, 58px);
}

.hotel-hero p,
.detail-hero p {
  color: #62584d;
  line-height: 1.8;
}

.detail-grid,
.member-explain-grid,
.account-module-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.account-module-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.detail-grid article,
.member-explain-grid article,
.account-module-grid article {
  min-height: 210px;
  padding: 22px;
  border: 1px solid var(--line);
  background: rgba(255, 250, 241, 0.76);
}

.detail-grid span,
.member-explain-grid span,
.account-module-grid span {
  color: var(--gold-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.detail-grid h3,
.account-module-grid strong {
  display: block;
  margin: 12px 0 10px;
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 650;
}

.room-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.room-gallery article {
  display: grid;
  grid-template-rows: 240px 1fr;
  border: 1px solid var(--line);
  background: rgba(255, 250, 241, 0.76);
}

.room-gallery article > div {
  padding: 20px;
}

.room-gallery span,
.member-trip-list span {
  color: var(--gold-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.guest-property-row p {
  color: #5f574d;
  line-height: 1.7;
}

.offers-page {
  display: grid;
  gap: 24px;
}

.offer-editorial-hero {
  display: grid;
  grid-template-columns: minmax(320px, 1.15fr) minmax(280px, 0.85fr);
  min-height: 450px;
  background: #fffaf1;
}

.offer-editorial-hero > img {
  width: 100%;
  height: 100%;
  min-height: 450px;
  object-fit: cover;
}

.offer-editorial-hero > div {
  display: grid;
  align-content: center;
  padding: clamp(28px, 5vw, 58px);
}

.offer-editorial-hero p {
  color: #62584d;
  line-height: 1.8;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.offer-grid article {
  display: grid;
  grid-template-columns: minmax(180px, 0.8fr) minmax(220px, 1fr);
  min-height: 250px;
  padding: 0;
  border: 1px solid var(--line);
  background: rgba(255, 250, 240, 0.74);
  overflow: hidden;
}

.offer-grid article > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.offer-grid article > div {
  display: grid;
  align-content: center;
  padding: 22px;
}

.offer-grid span {
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.offer-grid strong {
  display: block;
  margin: 8px 0;
  font-size: 20px;
}

.rate-box {
  display: grid;
  gap: 8px;
  justify-items: end;
}

.rate-box strong {
  font-size: 26px;
}

.rate-box button,
.toolbar button,
.console-main button {
  padding: 0 12px;
  border: 1px solid var(--line);
  background: var(--ivory);
}

.login-layout,
.member-center,
.member-login-page {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(320px, 1fr);
  gap: 42px;
  align-items: start;
}

.staff-login {
  min-height: calc(100vh - 68px);
  color: var(--ivory);
  background:
    linear-gradient(90deg, rgba(22, 22, 22, 0.9), rgba(22, 22, 22, 0.72)),
    var(--sumi);
}

.staff-login h1 {
  font-size: clamp(50px, 8vw, 112px);
}

.staff-login p {
  max-width: 620px;
  color: #e2d7c8;
  line-height: 1.8;
}

.member-landing,
.member-login-page,
.member-account-page {
  padding: clamp(42px, 7vw, 90px) clamp(20px, 7vw, 88px);
}

.member-hero {
  min-height: 360px;
  display: grid;
  align-content: end;
  gap: 14px;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(255,250,241,0.96), rgba(255,250,241,0.68)),
    url("./assets/avenor-wise-kasho-room.png") center / cover;
}

.member-hero p,
.member-login-page p,
.member-account-page p {
  max-width: 660px;
  color: #62584d;
  line-height: 1.8;
}

.emerald-landing {
  background: #f7f5ef;
}

.emerald-hero {
  position: relative;
  min-height: min(620px, calc(100vh - 170px));
  overflow: hidden;
  background: #d9e0e2;
}

.emerald-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.emerald-hero-copy {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  width: min(700px, 58%);
  min-height: min(620px, calc(100vh - 170px));
  padding: clamp(40px, 7vw, 100px);
  color: #17231d;
  text-shadow: 0 1px 16px rgba(239, 244, 245, 0.76);
}

.emerald-hero-copy h2 {
  max-width: 640px;
  margin: 8px 0 18px;
  font-family: var(--font-display);
  font-size: clamp(46px, 6vw, 82px);
  font-weight: 560;
  line-height: 1.05;
}

.emerald-hero-copy > p:not(.eyebrow) {
  max-width: 560px;
  color: #26372f;
  font-size: 18px;
  line-height: 1.8;
}

.emerald-intro,
.emerald-tier-section,
.benefit-comparison {
  padding: clamp(52px, 8vw, 108px) clamp(20px, 7vw, 88px);
}

.emerald-intro {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(320px, 1fr);
  gap: clamp(34px, 8vw, 120px);
  align-items: end;
  border-bottom: 1px solid var(--line);
  background: #f1f0e9;
}

.emerald-intro h2,
.emerald-tier-section .section-heading h2,
.benefit-comparison .section-heading h2,
.prive-story h2 {
  margin: 8px 0 0;
  font-family: var(--font-display);
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 560;
  line-height: 1.15;
}

.emerald-intro > p {
  color: #5d625c;
  font-size: 17px;
  line-height: 1.85;
}

.emerald-tier-section {
  background: #fbfaf6;
}

.emerald-tier-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 34px;
  background: #cfd5cf;
}

.emerald-tier-cards article {
  min-height: 430px;
  padding: 28px 24px;
  background: #f7f6f1;
}

.emerald-tier-cards span {
  color: #2d6650;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.emerald-tier-cards h3 {
  margin: 10px 0 18px;
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 560;
}

.emerald-tier-cards strong {
  display: block;
  min-height: 48px;
  color: #65716a;
  font-size: 12px;
  text-transform: uppercase;
}

.emerald-tier-cards ul {
  padding-left: 18px;
  color: #555c57;
  line-height: 1.75;
}

.benefit-footnote {
  margin: 18px 0 0;
  color: #6b716d;
  font-size: 12px;
}

.sovereign-note {
  margin-top: 6px;
  color: #365c4a;
}

.prive-story {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(360px, 1fr);
  gap: clamp(40px, 9vw, 140px);
  align-items: center;
  padding: clamp(62px, 9vw, 126px) clamp(20px, 7vw, 88px);
  background: #152b23;
  color: #f6f0e5;
}

.prive-story .eyebrow {
  color: #b9d1c4;
}

.prive-story p:not(.eyebrow) {
  color: #d6ddd8;
  line-height: 1.85;
}

.prive-story .prive-whisper {
  margin-top: 28px;
  padding: 14px 0 14px 18px;
  border-left: 1px solid #89a997;
  color: #f2eee5;
  font-family: var(--font-display);
  font-size: clamp(17px, 1.7vw, 23px);
  line-height: 1.7;
}

.prive-path {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  text-align: center;
}

.prive-path span {
  padding: 15px 10px;
  border-bottom: 1px solid #89a997;
  font-size: 12px;
  font-weight: 850;
}

.prive-path i {
  width: 24px;
  height: 1px;
  background: #89a997;
}

.prive-monogram {
  display: grid;
  min-height: 260px;
  place-content: center;
  border-top: 1px solid rgba(185, 209, 196, 0.5);
  border-bottom: 1px solid rgba(185, 209, 196, 0.5);
  text-align: center;
}

.prive-monogram span,
.prive-monogram small {
  color: #b9d1c4;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.prive-monogram strong {
  margin: 8px 0 12px;
  font-family: var(--font-display);
  font-size: clamp(52px, 8vw, 96px);
  font-weight: 500;
}

.benefit-comparison {
  background: #eef1ee;
}

.benefit-comparison table {
  margin-top: 28px;
  border-color: #c8d2cb;
}

.benefit-comparison th,
.benefit-comparison td {
  min-width: 150px;
  border-color: #d4dcd6;
}

.benefit-comparison tbody th {
  color: #284d3c;
  font-size: 13px;
  text-transform: none;
}

.member-header-control {
  position: relative;
}

.member-header-button {
  display: grid;
  min-width: 108px;
  align-content: center;
  justify-items: start;
  line-height: 1.2;
}

.member-header-button small {
  margin-top: 3px;
  color: var(--gold-dark);
  font-size: 9px;
  font-weight: 600;
}

.member-header-menu {
  position: absolute;
  z-index: 70;
  top: calc(100% + 9px);
  right: 0;
  width: 180px;
  padding: 7px;
  border: 1px solid rgba(184, 145, 75, 0.34);
  background: #fffaf1;
  box-shadow: 0 18px 42px rgba(31, 27, 23, 0.16);
}

.member-header-menu[hidden] {
  display: none;
}

.member-header-menu button {
  width: 100%;
  min-height: 38px;
  padding: 0 10px;
  border: 0;
  background: transparent;
  color: var(--ink);
  text-align: left;
}

.member-header-menu button:hover {
  background: #f0ebe1;
}

.registration-page {
  min-height: calc(100vh - 68px);
  padding-bottom: clamp(54px, 8vw, 110px);
  background: #f3f0e9;
  color: var(--ink);
}

.registration-hero {
  position: relative;
  min-height: 330px;
  display: flex;
  align-items: end;
  padding: clamp(42px, 7vw, 88px);
  overflow: hidden;
  color: var(--ivory);
}

.registration-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20, 34, 29, 0.9), rgba(20, 34, 29, 0.32));
}

.registration-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.registration-hero > div {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.registration-hero h2 {
  margin: 8px 0 12px;
  font-family: var(--font-display);
  font-size: clamp(38px, 5vw, 66px);
  font-weight: 400;
}

.registration-hero p:not(.eyebrow) {
  max-width: 620px;
  color: #eee7dc;
  font-size: 16px;
}

.registration-form {
  width: min(1160px, calc(100% - 40px));
  margin: -34px auto 0;
  position: relative;
  z-index: 2;
  padding: clamp(28px, 5vw, 64px);
  border-top: 3px solid #275844;
  background: #fffdf8;
  box-shadow: 0 20px 54px rgba(31, 27, 23, 0.12);
}

.registration-heading {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 10px;
  align-items: end;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--line);
}

.registration-heading h3 {
  margin: 4px 0 0;
  font-family: var(--font-display);
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 400;
}

.registration-heading > p {
  margin: 0 0 7px;
  color: #6c6257;
}

.text-button {
  min-height: 36px;
  width: fit-content;
  padding: 0 2px;
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  color: var(--gold-dark);
  font-weight: 700;
}

.registration-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}

.registration-benefits span {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: center;
}

.registration-benefits i {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(45, 102, 80, 0.45);
  border-radius: 50%;
  color: #2d6650;
  font-size: 10px;
  font-style: normal;
}

.registration-benefits strong {
  font-size: 13px;
  font-weight: 650;
}

.registration-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.registration-grid .wide {
  grid-column: 1 / -1;
}

.registration-grid label {
  position: relative;
  min-width: 0;
  padding: 13px 15px 10px;
  border: 1px solid #d4cabb;
  background: #fff;
}

.registration-grid label:focus-within {
  border-color: #8d754d;
  box-shadow: 0 0 0 2px rgba(185, 148, 85, 0.12);
}

.registration-grid input,
.registration-grid .custom-control-trigger {
  min-height: 30px;
  padding: 2px 0 0;
  border: 0;
  outline: 0;
}

.regional-fields {
  margin: 0;
}

.regional-fields.empty {
  display: none;
}

.password-field {
  grid-template-columns: 1fr auto;
}

.password-field > span {
  grid-column: 1 / -1;
}

.password-field input {
  grid-column: 1;
}

.password-field [data-password-toggle] {
  grid-column: 2;
  grid-row: 2;
  min-height: 28px;
  padding: 0 4px;
  border: 0;
  background: transparent;
  color: var(--gold-dark);
  font-size: 11px;
}

.password-guidance {
  margin: 10px 0 22px;
  color: #6f665b;
  font-size: 12px;
}

.choice-row {
  display: flex;
  grid-template-columns: none;
  align-items: flex-start;
  gap: 11px;
  color: #514a42;
  font-size: 13px;
  font-weight: 500;
}

.choice-row input[type="checkbox"] {
  appearance: none;
  flex: 0 0 18px;
  width: 18px;
  min-height: 18px;
  margin: 1px 0 0;
  border: 1px solid #786e62;
  background: #fff;
}

.choice-row input[type="checkbox"]:checked {
  border-color: #275844;
  background: #275844;
  box-shadow: inset 0 0 0 4px #fff;
}

.remember-row {
  margin-bottom: 25px;
}

.regional-consents {
  display: grid;
  gap: 28px;
  padding: 25px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.consent-group {
  display: grid;
  gap: 13px;
}

.consent-group h4 {
  margin: 0 0 3px;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 500;
}

.consent-row span {
  line-height: 1.65;
}

.consent-row small {
  margin-left: 5px;
  color: #826940;
  font-weight: 700;
}

.registration-actions {
  display: flex;
  gap: 22px;
  align-items: center;
  margin-top: 26px;
}

.registration-actions .ink-button {
  min-width: 170px;
}

.form-note.error {
  border-color: rgba(142, 63, 54, 0.4);
  color: var(--red);
}

body.modal-open {
  overflow: hidden;
}

.member-modal {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
}

.member-modal[hidden] {
  display: none;
}

.member-modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(20, 20, 18, 0.65);
  backdrop-filter: blur(5px);
}

.member-modal-panel {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  padding: clamp(28px, 5vw, 58px);
  background: #fffdf8;
  color: var(--ink);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
}

.member-modal-panel > header {
  margin-bottom: 22px;
}

.member-modal-panel h2 {
  margin: 5px 0 0;
  font-family: var(--font-display);
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 400;
}

.member-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 42px;
  height: 42px;
  border: 1px solid #8d754d;
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  font-size: 28px;
  font-weight: 300;
}

.member-modal-columns {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: clamp(32px, 6vw, 72px);
}

.modal-login-form {
  display: grid;
  gap: 16px;
  padding-right: clamp(20px, 4vw, 52px);
  border-right: 1px solid var(--line);
}

.modal-login-form h3,
.modal-join-panel h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 500;
}

.modal-login-form > label:not(.choice-row) {
  position: relative;
  padding: 12px 14px 9px;
  border: 1px solid #d4cabb;
  background: #fff;
}

.modal-login-form input {
  border: 0;
}

.forgot-password {
  margin-top: -4px;
}

.modal-join-panel {
  align-content: start;
  display: grid;
  gap: 18px;
}

.modal-join-panel p:not(.eyebrow) {
  color: #655d54;
}

.modal-benefit-list {
  display: grid;
  gap: 9px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.modal-benefit-list span::before {
  content: "✓";
  margin-right: 8px;
  color: #2d6650;
}

.member-login-page {
  min-height: calc(100vh - 68px);
  align-items: center;
  background:
    linear-gradient(90deg, rgba(31,27,23,0.88), rgba(31,27,23,0.62)),
    url("./assets/avenor-arrival-service.png") center / cover;
}

.member-login-page h2,
.member-login-page > div > p,
.member-login-page .eyebrow {
  color: var(--ivory);
}

.ghost-light-button {
  min-height: 40px;
  width: fit-content;
  padding: 0 14px;
  border: 1px solid rgba(232, 204, 139, 0.58);
  border-radius: 4px;
  color: var(--ivory);
  background: rgba(255, 250, 241, 0.08);
  font-weight: 850;
}

.member-trip-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.member-trip-list article {
  min-height: 150px;
  padding: 18px;
  border: 1px solid var(--line);
  background: #fffaf1;
}

.member-benefit-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.member-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.light-on-paper {
  color: var(--sumi);
  background: rgba(255, 250, 241, 0.54);
}

.form-note {
  border: 1px solid var(--line);
  border-radius: 4px;
  background: rgba(255, 250, 241, 0.7);
}

.member-benefit-list span {
  padding: 4px 14px 4px 0;
  border-right: 1px solid rgba(184, 145, 75, 0.34);
  color: var(--gold-dark);
  font-size: 13px;
  font-weight: 850;
}

.member-benefit-list span:last-child {
  border-right: 0;
}

.member-consent-audit {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.member-consent-audit dl {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 16px 0;
  background: var(--line);
}

.member-consent-audit dl div {
  padding: 13px;
  background: #fffaf1;
}

.member-consent-audit dt {
  color: #766b5e;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.member-consent-audit dd {
  margin: 5px 0 0;
  overflow-wrap: anywhere;
  font-size: 12px;
}

.form-note {
  margin: 0;
  padding: 12px;
  color: #695f54;
  font-size: 13px;
  line-height: 1.6;
}

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

.public-footer {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(420px, 1fr);
  gap: 42px;
  padding: 38px clamp(20px, 7vw, 88px);
  border-top: 1px solid rgba(222, 214, 200, 0.72);
  background: #191713;
  color: var(--ivory);
}

.public-footer img {
  width: 170px;
  height: 48px;
  object-fit: contain;
  object-position: left center;
  filter: brightness(1.32);
}

.public-footer p {
  max-width: 430px;
  color: #d7ccbc;
}

.public-footer nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.footer-disclaimer {
  grid-column: 1 / -1;
  max-width: none !important;
  margin: 0;
  color: #958d81 !important;
}

.property-create-panel {
  margin-top: 20px;
}

.property-create-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.property-create-form label {
  padding: 12px;
  border: 1px solid var(--line);
  background: #fffaf1;
}

.property-create-form .wide {
  grid-column: span 2;
}

.property-create-form .form-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.property-create-form button {
  min-height: 42px;
  padding: 0 16px;
  border: 0;
  background: var(--sumi);
  color: var(--ivory);
  font-weight: 800;
}

.property-detail-site {
  min-height: 100vh;
  background: #f7f3eb;
}

.property-page-header {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px clamp(18px, 5vw, 72px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 252, 246, 0.96);
}

.property-page-header nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

.property-page-header a {
  color: var(--ink);
  text-decoration: none;
  font-size: 13px;
  font-weight: 750;
}

.property-page-header select {
  width: auto;
  min-width: 116px;
  padding: 0 8px;
  border: 1px solid var(--line);
}

.property-detail-hero {
  position: relative;
  min-height: 670px;
  display: grid;
  align-items: end;
  color: var(--ivory);
  overflow: hidden;
}

.property-detail-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.property-detail-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20, 19, 17, 0.82), rgba(20, 19, 17, 0.18) 70%);
}

.property-detail-hero > div {
  position: relative;
  z-index: 1;
  max-width: 760px;
  padding: clamp(46px, 8vw, 100px);
}

.property-detail-hero h1 {
  margin: 10px 0 18px;
  font-family: var(--font-display);
  font-size: clamp(42px, 7vw, 82px);
  font-weight: 450;
}

.property-detail-hero h1 small {
  display: block;
  font-size: 0.38em;
}

.property-detail-hero p {
  max-width: 650px;
  color: #ede5d8;
  line-height: 1.8;
}

.property-hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.property-hero-actions a {
  text-decoration: none;
}

.image-concept-label {
  margin-top: 18px;
  font-size: 9px;
  opacity: 0.72;
}

.property-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
  background: #fffaf1;
}

.property-facts article {
  min-height: 130px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 24px;
  border-right: 1px solid var(--line);
}

.property-facts span,
.property-location-card span {
  color: var(--gold-dark);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.property-overview {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(280px, 0.7fr);
  gap: 50px;
  padding: clamp(50px, 8vw, 100px) clamp(20px, 8vw, 110px);
}

.property-overview h2,
.property-booking-band h2 {
  font-family: var(--font-display);
  font-size: clamp(32px, 5vw, 54px);
  font-weight: 500;
}

.property-overview p,
.property-location-card p,
.property-booking-band p {
  color: #62584d;
  line-height: 1.8;
}

.property-location-card {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 32px;
  border-left: 1px solid var(--line);
}

.property-location-card strong {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 500;
}

.property-concept-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 0 clamp(20px, 5vw, 72px) clamp(50px, 8vw, 100px);
}

.property-concept-gallery article {
  display: grid;
  grid-template-rows: 290px 1fr;
  border: 1px solid var(--line);
  background: #fffaf1;
}

.property-concept-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.property-concept-gallery article > div {
  padding: 22px;
}

.property-concept-gallery span {
  color: #8a8176;
  font-size: 9px;
}

.property-concept-gallery h3 {
  font-family: var(--font-display);
  font-size: 27px;
  font-weight: 500;
}

.property-concept-gallery p {
  color: #62584d;
  line-height: 1.75;
}

.property-booking-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: clamp(42px, 6vw, 78px) clamp(20px, 8vw, 110px);
  background: #e8eee8;
}

.property-page-footer {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 30px;
  align-items: start;
  padding: 34px clamp(20px, 6vw, 82px);
  background: #191713;
}

.property-page-footer img {
  width: 150px;
  filter: brightness(1.35);
}

.property-page-footer p {
  margin: 0;
  color: #978f84;
  font-size: 10px;
  line-height: 1.7;
}

.public-footer nav div {
  display: grid;
  align-content: start;
  gap: 8px;
}

.public-footer button {
  width: fit-content;
  min-height: 30px;
  padding: 0;
  border: 0;
  color: #e7ddcf;
  background: transparent;
  text-align: left;
  font-weight: 760;
}

.console {
  display: grid;
  grid-template-columns: 248px 1fr;
  min-height: calc(100vh - 68px);
}

.console-nav {
  position: sticky;
  top: 68px;
  display: grid;
  align-content: start;
  gap: 5px;
  min-height: calc(100vh - 68px);
  padding: 22px;
  border-right: 1px solid var(--line);
  background: #eee6d9;
}

.console-nav strong {
  margin-bottom: 18px;
  font-family: Georgia, serif;
  font-size: 23px;
}

.console-nav button {
  min-height: 42px;
  padding: 0 12px;
  text-align: left;
}

.console-nav button.active {
  background: var(--sumi);
  color: var(--ivory);
}

.console-main {
  padding: 24px;
  background: #f8f6f0;
}

.console-top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: start;
  margin-bottom: 22px;
}

.console-top h2 {
  margin-bottom: 0;
  font-size: 34px;
}

#roleSelector {
  width: 210px;
  min-height: 42px;
  padding: 0 10px;
  border: 1px solid var(--line);
  background: white;
}

.kpi-grid,
.member-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.kpi-grid article,
.member-grid article,
.data-grid section {
  padding: 18px;
  border: 1px solid var(--line);
  background: white;
}

.kpi-grid span,
.member-grid span {
  color: #696057;
  font-weight: 800;
}

.kpi-grid strong,
.member-grid strong {
  display: block;
  margin: 10px 0 4px;
  font-size: 28px;
}

.data-grid {
  display: grid;
  gap: 14px;
}

.data-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--line);
  background: white;
}

th,
td {
  padding: 13px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

th {
  color: #60584e;
  font-size: 12px;
  text-transform: uppercase;
}

.note {
  margin-top: 14px;
  color: #62584c;
  line-height: 1.7;
}

ul {
  margin-bottom: 0;
  padding-left: 18px;
  line-height: 1.9;
}

.session-identity {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #5e574d;
  font-size: 13px;
}

.session-identity button,
.panel-heading button,
.member-search-form button,
.profile-form button,
.adjustment-form button {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--sumi);
  border-radius: 4px;
  background: var(--sumi);
  color: var(--ivory);
  font-weight: 800;
}

.workspace-panel,
.member-search-panel,
.member-results,
.member-detail,
.access-denied {
  border: 1px solid var(--line);
  background: white;
}

.workspace-panel,
.member-search-panel,
.member-detail,
.access-denied {
  padding: 20px;
}

.panel-heading,
.member-profile-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.panel-heading h3,
.member-profile-head h3 {
  margin: 2px 0 0;
  font-size: 24px;
}

.permission-badge {
  padding: 6px 9px;
  border: 1px solid #a6b8a1;
  border-radius: 4px;
  background: #eef3eb;
  color: #38513a;
  font-size: 12px;
  font-weight: 850;
}

.member-search-form,
.profile-form,
.adjustment-form {
  display: grid;
  gap: 12px;
}

.member-search-form {
  grid-template-columns: 1fr 1.2fr 1fr auto;
  align-items: end;
}

.member-search-form label,
.profile-form label,
.adjustment-form label {
  display: grid;
  gap: 6px;
  color: #5c554b;
  font-size: 12px;
  font-weight: 800;
}

.member-search-form input,
.profile-form input,
.profile-form select,
.adjustment-form input {
  width: 100%;
  min-height: 40px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 3px;
  background: #fff;
}

.member-workspace {
  display: grid;
  grid-template-columns: minmax(300px, 0.34fr) minmax(620px, 1fr);
  gap: 14px;
  margin-top: 14px;
}

.member-results {
  min-height: 520px;
  overflow: hidden;
}

.member-detail {
  min-width: 0;
  min-height: 520px;
}

.empty-state,
.access-denied {
  display: grid;
  min-height: 160px;
  place-items: center;
  color: #70685d;
}

.member-result-table {
  border: 0;
}

.member-result-table tr[data-member-id] {
  cursor: pointer;
}

.member-result-table tr[data-member-id]:hover,
.member-result-table tr[data-member-id]:focus {
  outline: 0;
  background: #f1ede4;
}

table small {
  display: block;
  margin-top: 3px;
  color: #776f65;
  font-size: 11px;
}

.tier-emblem {
  min-width: 150px;
  padding: 12px 15px;
  border-left: 3px solid #2f624b;
  background: #edf2ec;
}

.tier-emblem span,
.tier-emblem strong {
  display: block;
}

.tier-emblem span {
  color: #56705f;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.member-kpis {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.detail-tabs {
  display: flex;
  gap: 0;
  margin-top: 22px;
  border-bottom: 1px solid var(--line);
  overflow-x: auto;
}

.detail-tabs button {
  min-width: max-content;
  padding: 11px 14px;
  border: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
  color: #665e54;
  font-weight: 800;
}

.detail-tabs button.active {
  border-bottom-color: #2f624b;
  color: #1d3f30;
}

.member-panel {
  display: none;
  padding-top: 18px;
}

.member-panel.active {
  display: block;
}

.profile-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-actions {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 12px;
}

.adjustment-form {
  grid-template-columns: 160px 1fr auto auto;
  align-items: end;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.table-scroll {
  width: 100%;
  overflow-x: auto;
}

td.numeric {
  font-weight: 850;
}

td.positive {
  color: #2d6849;
}

td.negative {
  color: var(--red);
}

.emerald-poster-page {
  display: grid;
  min-height: 100vh;
  place-items: center;
  background: #101b17;
}

.emerald-poster {
  position: relative;
  display: grid;
  grid-template-rows: 56% 22% 22%;
  width: min(100vw, 1080px);
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #f5f2e9;
}

.emerald-poster-image {
  position: absolute;
  inset: 0 0 auto;
  width: 100%;
  height: 56%;
  object-fit: cover;
}

.emerald-poster-header {
  position: relative;
  z-index: 1;
  padding: 7% 7%;
  color: #15261e;
  text-shadow: 0 1px 12px rgba(234, 240, 242, 0.72);
}

.emerald-poster-header img {
  width: 24%;
  height: auto;
  object-fit: contain;
  object-position: left center;
}

.emerald-poster-header p {
  margin: 7% 0 1%;
  color: #24543f;
  font-size: clamp(11px, 1.4vw, 18px);
  font-weight: 900;
}

.emerald-poster-header h1 {
  margin: 0 0 3%;
  font-family: var(--font-display);
  font-size: clamp(44px, 7.6vw, 88px);
  font-weight: 560;
  line-height: 1.08;
}

.emerald-poster-header > span {
  display: block;
  max-width: 50%;
  width: fit-content;
  padding: 1.2% 1.5%;
  border-left: 3px solid #24543f;
  background: rgba(241, 244, 239, 0.78);
  font-size: clamp(12px, 1.7vw, 22px);
  font-weight: 760;
  line-height: 1.55;
}

.emerald-poster-tiers {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #f5f2e9;
}

.emerald-poster-tiers article {
  display: grid;
  align-content: center;
  gap: 5%;
  padding: 12%;
  border-right: 1px solid #ccd3ce;
}

.emerald-poster-tiers span {
  color: #2b674f;
  font-size: clamp(10px, 1.2vw, 16px);
  font-weight: 900;
  text-transform: uppercase;
}

.emerald-poster-tiers strong {
  font-family: var(--font-display);
  font-size: clamp(24px, 3.2vw, 42px);
  font-weight: 560;
}

.emerald-poster-tiers small {
  min-height: 2.8em;
  color: #667069;
  font-size: clamp(9px, 1.05vw, 14px);
}

.emerald-poster-tiers b {
  font-size: clamp(12px, 1.4vw, 18px);
}

.emerald-poster-footer {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5%;
  align-content: center;
  padding: 4% 7%;
  background: #132c23;
  color: #eff1eb;
}

.emerald-poster-footer div {
  display: grid;
  gap: 6px;
}

.emerald-poster-footer strong {
  color: #bdd5c8;
  font-size: clamp(15px, 2vw, 24px);
}

.emerald-poster-footer span {
  font-size: clamp(10px, 1.15vw, 15px);
  line-height: 1.55;
}

.emerald-poster-footer p {
  grid-column: 1 / -1;
  margin: 2% 0 0;
  color: #aebdb5;
  font-size: clamp(8px, 0.9vw, 12px);
}

/* Public editorial sections use quiet rules instead of dashboard-like tiles. */
.public-site .brand-grid,
.public-site .collection-guide-grid,
.public-site .reason-grid,
.public-site .service-grid {
  gap: clamp(16px, 2.4vw, 34px);
  border: 0;
  background: transparent;
}

.public-site .brand-grid article,
.public-site .collection-guide-grid article,
.public-site .reason-grid article,
.public-site .service-grid article {
  min-height: 0;
  padding: 26px 4px 24px;
  border: 0;
  border-top: 1px solid var(--line);
  background: transparent;
}

.public-site .brand-grid article[data-route]:hover,
.public-site .collection-guide-grid article[data-route]:hover {
  background: transparent;
  box-shadow: none;
  transform: translateY(-3px);
}

.public-site .inspiration-grid {
  gap: clamp(12px, 2vw, 24px);
}

.public-site .inspiration-grid article {
  min-height: 205px;
  padding: 24px 4px;
  border: 0;
  border-top: 1px solid var(--line);
  background: transparent;
}

.public-site .inspiration-grid article:nth-child(2n),
.public-site .inspiration-grid article:nth-child(3n) {
  background: transparent;
}

.public-site .brand-grid span,
.public-site .collection-guide-grid span,
.public-site .inspiration-grid span,
.public-site .reason-grid span,
.public-site .service-grid span,
.public-site .conversion-strip span {
  letter-spacing: 0;
}

.public-site .collection-guide-grid button,
.public-site .brand-grid article button {
  padding: 0 0 5px;
  border: 0;
  border-bottom: 1px solid rgba(184, 145, 75, 0.55);
  border-radius: 0;
  background: transparent;
}

/* Homepage composition: wider CJK headings and image-led editorial density. */
.public-site .brand-section,
.public-site .featured-stays-section,
.public-site .inspiration-section,
.public-site .planner-section,
.public-site .destination-section {
  padding-block: clamp(40px, 4.2vw, 66px);
}

.public-site .section-heading {
  grid-template-columns: minmax(420px, 1.25fr) minmax(300px, 0.75fr);
  gap: clamp(30px, 5vw, 84px);
  align-items: end;
  margin-bottom: clamp(24px, 3vw, 40px);
}

.public-site .section-heading h2 {
  max-width: 980px;
  margin-bottom: 0;
  font-size: clamp(34px, 3.4vw, 50px);
  line-height: 1.13;
  text-wrap: balance;
}

.public-site .section-heading.compact {
  display: block;
}

html[lang="zh-CN"] .public-site .section-heading h2,
html[lang="zh-Hant"] .public-site .section-heading h2,
html[lang="ja"] .public-site .section-heading h2 {
  word-break: normal;
  overflow-wrap: normal;
}

.public-site .brand-section .section-heading {
  display: block;
}

.public-site .brand-section .section-heading .eyebrow {
  margin-bottom: 12px;
}

.public-site .brand-section .section-heading h2 {
  max-width: 1220px;
}

.public-site .brand-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.public-site .brand-grid article {
  min-height: 340px;
  display: grid;
  grid-template-columns: minmax(240px, 0.9fr) minmax(280px, 1.1fr);
  align-items: stretch;
  padding: 0;
  border: 1px solid var(--line);
  background: #fffaf1;
  overflow: hidden;
}

.public-site .brand-grid article[data-route]:hover {
  background: #fffaf1;
  box-shadow: 0 16px 34px rgba(49, 42, 34, 0.09);
  transform: translateY(-3px);
}

.public-site .brand-grid article > img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
}

.public-site .brand-grid article > div {
  display: grid;
  align-content: center;
  justify-items: start;
  padding: clamp(24px, 3vw, 38px);
}

.public-site .brand-grid h3 {
  margin: 10px 0 12px;
  font-family: var(--font-display);
  font-size: clamp(27px, 2.5vw, 38px);
  font-weight: 500;
}

.public-site .brand-grid p {
  color: #62584d;
  line-height: 1.75;
}

.public-site .destination-section .section-heading {
  max-width: 1180px;
}

.public-site .destination-grid article {
  position: relative;
  min-height: 390px;
  display: grid;
  align-items: end;
  padding: 0;
  border: 0;
  background: var(--sumi);
  overflow: hidden;
}

.public-site .destination-grid article > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.public-site .destination-grid article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(25, 22, 18, 0.05), rgba(25, 22, 18, 0.84));
}

.public-site .destination-grid article:hover > img {
  transform: scale(1.025);
}

.public-site .destination-grid article > div {
  position: relative;
  z-index: 1;
  padding: clamp(24px, 3vw, 38px);
}

.public-site .destination-grid h3 {
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.1;
}

.public-site .inspiration-grid article {
  min-height: 370px;
  display: grid;
  grid-template-rows: 205px 1fr;
  align-content: stretch;
  padding: 0;
  border: 1px solid var(--line);
  background: #fffaf1;
  overflow: hidden;
}

.public-site .inspiration-grid article:nth-child(2n),
.public-site .inspiration-grid article:nth-child(3n) {
  background: #fffaf1;
}

.public-site .inspiration-grid article > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.public-site .inspiration-grid article > div {
  padding: 20px;
}

.public-site .media-service-section {
  grid-template-columns: minmax(300px, 0.78fr) minmax(360px, 1fr) minmax(300px, 0.82fr);
  gap: clamp(28px, 3vw, 48px);
  align-items: center;
}

.public-site .media-service-section > img {
  height: min(430px, 32vw);
  min-height: 340px;
}

.public-site .service-grid {
  gap: 0;
  border: 0;
  border-top: 1px solid var(--line);
  background: transparent;
}

.public-site .service-grid article {
  min-height: 128px;
  padding: 18px 8px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
}

@media (max-width: 980px) {
  .topbar {
    grid-template-columns: minmax(110px, 1fr) auto;
    gap: 6px 12px;
    padding: 7px 16px 9px;
  }

  .mega-menu {
    display: none !important;
  }

  .mega-menu section,
  .mega-columns,
  .public-footer,
  .public-footer nav {
    grid-template-columns: 1fr;
  }

  .mega-feature {
    padding-right: 0;
    border-right: 0;
  }

  .topbar nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: center;
    overflow-x: auto;
  }

  .top-actions {
    grid-column: 2;
    grid-row: 1;
  }

  .brand-mark {
    grid-column: 1;
    grid-row: 1;
  }

  .brand-mark img {
    width: 105px;
    height: 34px;
  }

  .topbar nav button,
  .login-chip {
    min-height: 34px;
  }

  .top-actions {
    gap: 6px;
  }

  .language-control {
    width: 96px;
    min-width: 96px;
  }

  .language-control .custom-control-trigger {
    min-height: 34px;
    padding: 0 8px;
    font-size: 11px;
  }

  .language-control .select-popover {
    min-width: 132px;
  }

  .calendar-popover {
    width: min(304px, calc(100vw - 42px));
  }

  .date-range-popover {
    width: min(640px, calc(100vw - 42px));
  }

  .login-chip {
    padding: 0 9px;
    font-size: 12px;
    white-space: nowrap;
  }

  .topbar nav button {
    padding: 0 9px;
    font-size: 13px;
  }

  .booking-ribbon,
  .search-panel,
  .section-heading,
  .experience-band,
  .guest-story-band,
  .offer-layout,
  .destination-grid,
  .featured-stays-grid,
  .collection-guide-grid,
  .inspiration-grid,
  .service-section,
  .media-service-section,
  .hotel-hero,
  .detail-hero,
  .room-gallery,
  .login-layout,
  .member-center,
  .member-login-page,
  .console,
  .property-row,
  .stay-detail-grid,
  .member-tier-grid,
  .detail-grid,
  .member-explain-grid,
  .account-module-grid,
  .data-grid.two {
    grid-template-columns: 1fr;
  }

  .registration-heading,
  .registration-benefits,
  .registration-grid,
  .member-modal-columns {
    grid-template-columns: 1fr;
  }

  .registration-heading {
    align-items: start;
  }

  .registration-heading > p {
    margin: 4px 0 0;
  }

  .registration-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .registration-grid .wide {
    grid-column: 1;
  }

  .modal-login-form {
    padding-right: 0;
    padding-bottom: 28px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .emerald-intro,
  .prive-story {
    grid-template-columns: 1fr;
  }

  .emerald-tier-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .member-search-form,
  .member-workspace,
  .profile-form,
  .adjustment-form {
    grid-template-columns: 1fr;
  }

  .member-results {
    min-height: auto;
  }

  .member-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .media-service-section > img {
    height: 320px;
    min-height: 0;
  }

  .public-site .media-service-section {
    grid-template-columns: 1fr;
  }

  .brand-grid,
  .kpi-grid,
  .member-grid,
  .metrics-strip,
  .reason-grid,
  .conversion-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .booking-ribbon {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin: -98px 18px 24px;
  }

  .booking-primary-row {
    grid-template-columns: minmax(220px, 0.9fr) minmax(320px, 1.25fr);
  }

  .booking-search-form .booking-submit {
    grid-column: 1 / -1;
    min-height: 50px;
    margin: 10px 14px 14px;
  }

  .booking-options-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .points-choice {
    grid-column: 1 / -1;
    border-top: 1px solid var(--line);
  }

  .collection-property-card,
  .offer-editorial-hero,
  .property-overview {
    grid-template-columns: 1fr;
  }

  .property-row {
    padding: 0;
  }

  .property-row > div:not(.rate-box),
  .property-row .rate-box {
    padding: 20px;
  }

  .property-row .rate-box {
    justify-items: start;
  }

  .offer-grid,
  .property-create-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .property-facts,
  .property-concept-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .property-concept-gallery article:last-child {
    grid-column: 1 / -1;
  }

  .public-site .section-heading {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .public-site .brand-grid {
    grid-template-columns: 1fr;
  }

  .console-nav {
    position: static;
    min-height: auto;
  }
}

@media (max-width: 620px) {
  .hero {
    min-height: 780px;
  }

  .hero-overlay {
    padding: 72px 20px 135px;
  }

  .booking-ribbon .calendar-popover,
  .booking-ribbon .guest-popover {
    top: calc(100% + 9px);
    bottom: auto;
  }

  .booking-primary-row,
  .booking-options-row {
    grid-template-columns: 1fr;
  }

  .booking-search-form .booking-primary-row > label,
  .booking-search-form .booking-primary-row > .booking-field,
  .booking-search-form .booking-options-row > .booking-field,
  .booking-search-form .booking-options-row > label:not(.points-choice) {
    min-height: 70px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .booking-options-row {
    padding: 0;
  }

  .points-choice {
    grid-column: auto;
    border-top: 0;
  }

  .date-range-popover {
    left: 50%;
    width: calc(100vw - 32px);
    padding: 14px;
    transform: translateX(-50%);
  }

  .range-calendar-months {
    grid-template-columns: 1fr;
  }

  .range-calendar-months .calendar-month:nth-child(2) {
    display: none;
  }

  .date-range-summary {
    grid-template-columns: auto auto 14px auto auto;
    gap: 4px;
    font-size: 11px;
  }

  .guest-popover {
    right: 0;
    left: auto;
    width: min(300px, calc(100vw - 32px));
  }

  .property-page-header {
    align-items: flex-start;
  }

  .property-page-header nav {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px 12px;
  }

  .property-page-header nav a {
    font-size: 11px;
  }

  .property-page-header select {
    min-width: 102px;
  }

  .property-detail-hero {
    min-height: 650px;
  }

  .property-detail-hero > div {
    padding: 54px 20px;
  }

  .property-hero-actions,
  .property-booking-band {
    align-items: stretch;
    flex-direction: column;
  }

  .property-hero-actions a,
  .property-booking-band a {
    width: 100%;
  }

  .property-facts,
  .property-concept-gallery,
  .offer-grid,
  .property-create-form {
    grid-template-columns: 1fr;
  }

  .property-concept-gallery article:last-child,
  .property-create-form .wide {
    grid-column: auto;
  }

  .offer-grid article {
    grid-template-columns: 1fr;
    grid-template-rows: 210px 1fr;
  }

  .property-page-footer {
    grid-template-columns: 1fr;
  }

  .public-site .section-heading h2 {
    font-size: clamp(30px, 10vw, 40px);
  }

  .public-site .brand-grid article {
    grid-template-columns: 1fr;
  }

  .public-site .brand-grid article > img {
    min-height: 230px;
    max-height: 260px;
  }

  .public-site .destination-grid article {
    min-height: 340px;
  }

  .registration-hero {
    min-height: 300px;
    padding: 52px 20px 70px;
  }

  .registration-form {
    width: calc(100% - 24px);
    margin-top: -28px;
    padding: 26px 18px;
  }

  .registration-benefits {
    grid-template-columns: 1fr;
  }

  .registration-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .registration-actions .ink-button,
  .registration-actions .text-button {
    width: 100%;
  }

  .member-modal {
    align-items: end;
    padding: 0;
  }

  .member-modal-panel {
    width: 100%;
    max-height: 92vh;
    padding: 46px 20px 30px;
  }

  .member-modal-close {
    top: 12px;
    right: 14px;
    width: 36px;
    height: 36px;
    font-size: 24px;
  }

  .emerald-hero {
    min-height: 520px;
  }

  .emerald-hero > img {
    object-position: 64% center;
    opacity: 0.5;
  }

  .emerald-hero-copy {
    width: 100%;
    min-height: 520px;
    padding: 60px 20px 90px;
  }

  .emerald-tier-cards,
  .prive-path {
    grid-template-columns: 1fr;
  }

  .prive-path i {
    width: 1px;
    height: 20px;
    margin: auto;
  }

  .brand-grid,
  .kpi-grid,
  .member-grid,
  .metrics-strip,
  .reason-grid,
  .collection-guide-grid,
  .inspiration-grid,
  .featured-stays-grid,
  .room-gallery,
  .member-trip-list,
  .detail-grid,
  .member-explain-grid,
  .account-module-grid,
  .conversion-strip {
    grid-template-columns: 1fr;
  }

  .member-kpis {
    grid-template-columns: 1fr;
  }

  .console-main,
  .page-shell,
  .brand-section,
  .experience-band,
  .featured-stays-section,
  .collection-guide-section,
  .inspiration-section,
  .planner-section,
  .login-layout,
  .member-center,
  .member-landing,
  .member-login-page,
  .member-account-page,
  .detail-page,
  .destination-section,
  .service-section {
    padding: 24px 16px;
  }

  .public-site .media-service-section > img {
    height: 250px;
    min-height: 0;
  }
}
