/*
 * TrustWeb Hotel frontend UI — v2.1.0
 * Single source of truth for public hotel pages and widgets.
 * No external fonts, icon libraries or global theme resets.
 */

/* --------------------------------------------------------------------------
   Design tokens
   -------------------------------------------------------------------------- */
body.twh-ui {
  --twh-ui-bg: #f5f3ee;
  --twh-ui-surface: #ffffff;
  --twh-ui-surface-soft: #efede7;
  --twh-ui-surface-strong: #e7e2d8;
  --twh-ui-ink: #151819;
  --twh-ui-text: #383b3b;
  --twh-ui-muted: #727474;
  --twh-ui-line: #dcd8cf;
  --twh-ui-line-strong: #c7c0b3;
  --twh-ui-accent: #b69755;
  --twh-ui-accent-soft: #d8c48f;
  --twh-ui-on-accent: #151819;
  --twh-ui-success: #2e6d54;
  --twh-ui-danger: #a34436;
  --twh-ui-shadow-sm: 0 10px 30px rgba(21, 24, 25, .06);
  --twh-ui-shadow-md: 0 24px 70px rgba(21, 24, 25, .10);
  --twh-ui-heading: inherit;
  --twh-ui-body: inherit;
  --twh-ui-heading-size: 64px;
  --twh-ui-heading-size-md: 46px;
  --twh-ui-heading-size-sm: 32px;
  --twh-ui-heading-size-xs: 23px;
  --twh-ui-body-size: 16px;
  --twh-ui-heading-weight: 500;
  --twh-ui-body-weight: 400;
  --twh-ui-heading-line-height: 1.05;
  --twh-ui-body-line-height: 1.7;
  --twh-ui-radius-sm: 2px;
  --twh-ui-radius-md: 4px;
  --twh-ui-shell: 1240px;
}

body.twh-ui-dark {
  --twh-ui-bg: #111516;
  --twh-ui-surface: #181d1e;
  --twh-ui-surface-soft: #202627;
  --twh-ui-surface-strong: #293031;
  --twh-ui-ink: #f6f2e8;
  --twh-ui-text: #dedbd2;
  --twh-ui-muted: #a5a49e;
  --twh-ui-line: #303738;
  --twh-ui-line-strong: #455052;
  --twh-ui-accent: #d0b673;
  --twh-ui-accent-soft: #e3d29e;
  --twh-ui-on-accent: #111516;
  --twh-ui-success: #8bc4a9;
  --twh-ui-danger: #e09284;
  --twh-ui-shadow-sm: 0 12px 34px rgba(0, 0, 0, .22);
  --twh-ui-shadow-md: 0 28px 80px rgba(0, 0, 0, .34);
}

:where(
  .twh-archive-page,
  .twh-single-page,
  .twh-room-detail,
  .twh-search-results,
  .twh-search-form,
  .twh-room-grid,
  .twh-room-fact-strip,
  .twh-room-gallery,
  .twh-amenity-grid,
  .twh-booking-box,
  .twh-checkout,
  .twh-confirmation,
  .twh-confirmation-empty,
  .twh-checkout-error,
  .twh-related-rooms,
  .twh-mobile-booking-bar,
  .twh-public-empty,
  .twh-search-empty,
  .twh-search-error
) {
  box-sizing: border-box;
  color: var(--twh-ui-text, #383b3b);
  font-family: var(--twh-ui-body, inherit);
  font-size: var(--twh-ui-body-size, 16px);
  font-weight: var(--twh-ui-body-weight, 400);
  line-height: var(--twh-ui-body-line-height, 1.7);
}

:where(
  .twh-archive-page,
  .twh-single-page,
  .twh-room-detail,
  .twh-search-results,
  .twh-search-form,
  .twh-room-grid,
  .twh-room-fact-strip,
  .twh-room-gallery,
  .twh-amenity-grid,
  .twh-booking-box,
  .twh-checkout,
  .twh-confirmation,
  .twh-confirmation-empty,
  .twh-checkout-error,
  .twh-related-rooms,
  .twh-mobile-booking-bar,
  .twh-public-empty,
  .twh-search-empty,
  .twh-search-error
) *,
:where(
  .twh-archive-page,
  .twh-single-page,
  .twh-room-detail,
  .twh-search-results,
  .twh-search-form,
  .twh-room-grid,
  .twh-room-fact-strip,
  .twh-room-gallery,
  .twh-amenity-grid,
  .twh-booking-box,
  .twh-checkout,
  .twh-confirmation,
  .twh-confirmation-empty,
  .twh-checkout-error,
  .twh-related-rooms,
  .twh-mobile-booking-bar,
  .twh-public-empty,
  .twh-search-empty,
  .twh-search-error
) *::before,
:where(
  .twh-archive-page,
  .twh-single-page,
  .twh-room-detail,
  .twh-search-results,
  .twh-search-form,
  .twh-room-grid,
  .twh-room-fact-strip,
  .twh-room-gallery,
  .twh-amenity-grid,
  .twh-booking-box,
  .twh-checkout,
  .twh-confirmation,
  .twh-confirmation-empty,
  .twh-checkout-error,
  .twh-related-rooms,
  .twh-mobile-booking-bar,
  .twh-public-empty,
  .twh-search-empty,
  .twh-search-error
) *::after {
  box-sizing: border-box;
}

/*
 * Typography ownership stays inside Hotel components. TrustWeb Builder 4.3.4+
 * excludes these same roots from its global font rules, so selected Hotel
 * fonts resolve without variable overrides or !important declarations.
 */
:is(
  .twh-archive-page,
  .twh-single-page,
  .twh-room-detail,
  .twh-search-results,
  .twh-search-form,
  .twh-room-grid,
  .twh-room-fact-strip,
  .twh-room-gallery,
  .twh-amenity-grid,
  .twh-booking-box,
  .twh-checkout,
  .twh-confirmation,
  .twh-confirmation-empty,
  .twh-checkout-error,
  .twh-related-rooms,
  .twh-mobile-booking-bar,
  .twh-public-empty,
  .twh-search-empty,
  .twh-search-error
) :where(p, li, blockquote, figcaption, label, small, dt, dd, button, input, select, textarea) {
  font-family: var(--twh-ui-body, inherit);
}

:is(
  .twh-archive-page,
  .twh-single-page,
  .twh-room-detail,
  .twh-search-results,
  .twh-room-grid,
  .twh-room-fact-strip,
  .twh-booking-box,
  .twh-checkout,
  .twh-confirmation,
  .twh-confirmation-empty,
  .twh-checkout-error,
  .twh-related-rooms,
  .twh-public-empty,
  .twh-search-empty,
  .twh-search-error
) :where(h1, h2, h3, h4, h5, h6) {
  font-family: var(--twh-ui-heading, inherit);
}

.twh-shell {
  margin-inline: auto;
  width: min(var(--twh-ui-shell, 1240px), calc(100% - 48px));
}

.twh-public-eyebrow {
  color: var(--twh-ui-accent, #b69755);
  display: block;
  font-family: var(--twh-ui-body, inherit);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.twh-public-button,
.twh-select-room,
body.twh-ui .twh-booking-box .twh-checkout-link,
.twh-search-form button,
.twh-mobile-booking-bar button {
  align-items: center;
  border: 1px solid var(--twh-ui-ink, #151819);
  border-radius: var(--twh-ui-radius-sm, 2px);
  cursor: pointer;
  display: inline-flex;
  font-family: var(--twh-ui-body, inherit);
  font-size: 11px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: .11em;
  min-height: 50px;
  padding: 0 22px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.twh-public-button,
.twh-select-room,
.twh-checkout-link {
  background: var(--twh-ui-ink, #151819);
  color: var(--twh-ui-bg, #f5f3ee);
}

body.twh-ui-dark .twh-public-button,
body.twh-ui-dark .twh-select-room,
body.twh-ui-dark .twh-checkout-link {
  background: var(--twh-ui-accent, #d0b673);
  border-color: var(--twh-ui-accent, #d0b673);
  color: var(--twh-ui-on-accent, #111516);
}

.twh-public-button:hover,
.twh-select-room:hover,
.twh-checkout-link:hover,
.twh-search-form button:hover,
.twh-mobile-booking-bar button:hover {
  transform: translateY(-1px);
}

.twh-public-button.is-light {
  background: transparent;
  border-color: var(--twh-ui-line-strong, #c7c0b3);
  color: var(--twh-ui-ink, #151819);
}

.twh-checkout-link.is-disabled {
  cursor: not-allowed;
  opacity: .42;
  pointer-events: none;
}

:where(
  .twh-search-form,
  .twh-room-detail,
  .twh-room-grid,
  .twh-checkout,
  .twh-confirmation,
  .twh-related-rooms,
  .twh-mobile-booking-bar
) :where(input, select, textarea, button, a):focus-visible {
  outline: 2px solid var(--twh-ui-accent, #b69755);
  outline-offset: 3px;
}

body.twh-hide-theme-title.twh-page-checkout :where(.entry-header, .page-header),
body.twh-hide-theme-title.twh-page-confirmation :where(.entry-header, .page-header),
body.twh-hide-theme-title.twh-page-room-search :where(.entry-header > .entry-title, .page-header > .page-title) {
  display: none;
}

body.twh-page-room-detail .twh-single-page,
body.twh-page-room-search :where(.site-main, main),
body.twh-page-checkout :where(.site-main, main),
body.twh-page-confirmation :where(.site-main, main) {
  background: var(--twh-ui-bg, #f5f3ee);
}

/* --------------------------------------------------------------------------
   Search form
   -------------------------------------------------------------------------- */
.twh-search-form {
  background: var(--twh-ui-surface, #fff);
  border: 1px solid var(--twh-ui-line, #dcd8cf);
  position: relative;
  width: 100%;
  z-index: 2;
}

.twh-search-form .twh-search-mobile-summary,
.twh-search-form .twh-search-sheet-backdrop,
.twh-search-form .twh-search-sheet-head,
.twh-search-popup-intro {
  display: none;
}

.twh-search-sheet,
.twh-search-fields {
  display: contents;
}

.twh-search-form:not(.twh-booking-box-form):not(.is-popup) {
  box-shadow: var(--twh-ui-shadow-sm, 0 10px 30px rgba(21, 24, 25, .06));
  display: grid;
  grid-template-columns: 1.15fr 1.15fr .72fr .72fr .65fr auto;
}

.twh-search-form:not(.twh-booking-box-form):not(.is-popup) label {
  border-right: 1px solid var(--twh-ui-line, #dcd8cf);
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 14px 16px;
}

.twh-search-form label > span {
  color: var(--twh-ui-muted, #727474);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.twh-search-form input,
.twh-search-form select,
.twh-checkout input,
.twh-checkout select,
.twh-checkout textarea {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: var(--twh-ui-ink, #151819);
  font-family: var(--twh-ui-body, inherit);
  font-size: 15px;
  line-height: 1.35;
  min-height: 38px;
  min-width: 0;
  outline: 0;
  padding: 0;
  width: 100%;
}



body.twh-ui-dark :where(.twh-search-form, .twh-checkout, .twh-result-sort) select :where(option, optgroup) {
  background-color: #202627;
  color: #f6f2e8;
}

body.twh-ui-dark :where(.twh-search-form, .twh-checkout) input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1) brightness(1.35);
  opacity: .82;
}

.twh-search-form:not(.twh-booking-box-form):not(.is-popup) .twh-search-submit {
  background: var(--twh-ui-accent, #b69755);
  border: 0;
  color: var(--twh-ui-on-accent, #151819);
  min-height: 72px;
  white-space: nowrap;
}

.twh-form-message {
  bottom: -24px;
  color: var(--twh-ui-danger, #a34436);
  font-size: 11px;
  left: 0;
  margin: 0;
  position: absolute;
}

.twh-search-form.is-compact {
  box-shadow: none;
}

/* Hotel Link search: TrustWeb owns the entry UI; Hotel Link owns availability and checkout. */
.twh-search-form.is-hotel-link:not(.twh-booking-box-form):not(.is-popup) {
  background: #171d1d;
  border-color: rgba(255, 255, 255, .11);
  border-radius: 10px;
  box-shadow: 0 14px 38px rgba(9, 13, 14, .18);
  overflow: hidden;
}

.twh-search-form.is-hotel-link:not(.twh-booking-box-form):not(.is-popup) label {
  background: #171d1d;
  border-right-color: rgba(255, 255, 255, .11);
  min-height: 78px;
  padding: 13px 16px 12px;
}

.twh-search-form.is-hotel-link:not(.twh-booking-box-form):not(.is-popup) label > span {
  color: rgba(255, 255, 255, .58);
}

.twh-search-form.is-hotel-link:not(.twh-booking-box-form):not(.is-popup) :where(input, select) {
  color: #f8f5ee;
  font-size: 15px;
  font-weight: 500;
}

.twh-search-form.is-hotel-link:not(.twh-booking-box-form):not(.is-popup) select :where(option, optgroup) {
  background: #171d1d;
  color: #f8f5ee;
}

.twh-search-form.is-hotel-link:not(.twh-booking-box-form):not(.is-popup) input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  opacity: .82;
}

.twh-search-form.is-hotel-link:not(.twh-booking-box-form):not(.is-popup) .twh-search-submit {
  background: var(--twh-ui-accent, #d7b96f);
  color: var(--twh-ui-on-accent, #151819);
  min-width: 122px;
}

/* Popup layout: one booking widget, a dedicated vertical presentation. */
.twh-search-form.is-popup {
  --twh-search-popup-bg: var(--twh-ui-surface, #fff);
  --twh-search-popup-field-bg: var(--twh-ui-surface-soft, #f4f1ea);
  --twh-search-popup-line: var(--twh-ui-line, #dcd8cf);
  --twh-search-popup-title: var(--twh-ui-ink, #151819);
  --twh-search-popup-text: var(--twh-ui-muted, #727474);
  --twh-search-popup-accent: var(--twh-ui-accent, #b69755);
  --twh-search-popup-on-accent: var(--twh-ui-on-accent, #151819);
  --twh-search-popup-radius: 18px;
  --twh-search-popup-gap: 12px;
  background: var(--twh-search-popup-bg);
  border: 1px solid var(--twh-search-popup-line);
  border-radius: var(--twh-search-popup-radius);
  box-shadow: 0 24px 64px rgba(12, 17, 19, .16);
  color: var(--twh-search-popup-title);
  display: block;
  isolation: isolate;
  overflow: hidden;
}

.twh-search-form.is-popup .twh-search-sheet {
  display: block;
  min-width: 0;
}

.twh-search-form.is-popup .twh-search-popup-intro {
  display: block;
  padding: clamp(24px, 4vw, 34px) clamp(22px, 4vw, 34px) 0;
}

.twb-popup .twh-search-form.is-popup .twh-search-popup-intro {
  padding-right: clamp(62px, 7vw, 76px);
}

.twh-search-form.is-popup .twh-search-popup-intro small {
  color: var(--twh-search-popup-accent);
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.twh-search-form.is-popup .twh-search-popup-intro h3 {
  color: var(--twh-search-popup-title);
  font-family: var(--twh-ui-heading, inherit);
  font-size: clamp(25px, 3.2vw, 34px);
  font-weight: var(--twh-ui-heading-weight, 500);
  letter-spacing: -.025em;
  line-height: 1.12;
  margin: 8px 0 0;
}

.twh-search-form.is-popup .twh-search-popup-intro p {
  color: var(--twh-search-popup-text);
  font-size: 14px;
  line-height: 1.65;
  margin: 10px 0 0;
  max-width: 52ch;
}

.twh-search-form.is-popup .twh-search-fields {
  display: grid;
  gap: var(--twh-search-popup-gap);
  grid-template-columns: repeat(6, minmax(0, 1fr));
  padding: clamp(22px, 4vw, 34px);
}

.twh-search-form.is-popup .twh-search-fields > label {
  background: var(--twh-search-popup-field-bg);
  border: 1px solid var(--twh-search-popup-line);
  border-radius: 12px;
  display: grid;
  gap: 7px;
  grid-column: span 2;
  min-height: 78px;
  min-width: 0;
  padding: 13px 15px;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.twh-search-form.is-popup .twh-search-fields > label:nth-of-type(-n+2) {
  grid-column: span 3;
}

.twh-search-form.is-popup .twh-search-fields > label:focus-within {
  border-color: var(--twh-search-popup-accent);
  box-shadow: 0 0 0 3px rgba(182, 151, 85, .13);
  transform: translateY(-1px);
}

.twh-search-form.is-popup label > span {
  color: var(--twh-search-popup-text);
}

.twh-search-form.is-popup :where(input, select) {
  color: var(--twh-search-popup-title);
  font-size: 16px;
  min-height: 34px;
}

.twh-search-form.is-popup .twh-search-submit {
  align-items: center;
  background: var(--twh-search-popup-accent);
  border: 0;
  border-radius: 12px;
  box-shadow: 0 12px 26px rgba(21, 24, 25, .12);
  color: var(--twh-search-popup-on-accent);
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  grid-column: 1 / -1;
  justify-content: center;
  letter-spacing: .12em;
  min-height: 58px;
  padding: 14px 22px;
  text-transform: uppercase;
  transition: box-shadow .18s ease, transform .18s ease;
  width: 100%;
}

.twh-search-form.is-popup .twh-search-submit:hover {
  box-shadow: 0 16px 32px rgba(21, 24, 25, .18);
  transform: translateY(-1px);
}

.twh-search-form.is-popup .twh-form-message {
  bottom: auto;
  left: auto;
  margin: -16px clamp(22px, 4vw, 34px) 22px;
  min-height: 16px;
  position: static;
}

/* --------------------------------------------------------------------------
   Archive and search results
   -------------------------------------------------------------------------- */
.twh-archive-page,
.twh-single-page {
  background: var(--twh-ui-bg, #f5f3ee);
  min-height: 70vh;
  margin-top: -100px;
  padding-top: 100px;
}

.twh-archive-hero {
  background: #151819;
  color: #fff;
  min-height: clamp(420px, 55vw, 650px);
  overflow: hidden;
  padding: clamp(120px, 16vw, 210px) 0 110px;
  position: relative;
}

.twh-archive-hero-media,
.twh-archive-hero-overlay {
  inset: 0;
  position: absolute;
}

.twh-archive-hero-media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.twh-archive-hero-overlay {
  background: linear-gradient(90deg, rgba(15, 18, 19, .90) 0%, rgba(15, 18, 19, .62) 52%, rgba(15, 18, 19, .18) 100%), linear-gradient(0deg, rgba(15, 18, 19, .55), transparent 55%);
}

.twh-archive-hero .twh-shell {
  position: relative;
  z-index: 1;
}

.twh-archive-hero h1 {
  color: #fff;
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
  font-size: 55px;
  font-weight: var(--twh-ui-heading-weight, 500);
  letter-spacing: -.035em;
  line-height: var(--twh-ui-heading-line-height, 1.05);
  margin: 16px 0 20px;
  max-width: 780px;
}

.twh-archive-hero p {
  color: rgba(255, 255, 255, .74);
  font-size: clamp(15px, 1.7vw, 16px);
  line-height: 22px;
  margin: 0;
  max-width: 650px;
}

.twh-archive-content {
  padding-bottom: clamp(72px, 9vw, 120px);
}

.twh-archive-content > .twh-search-results > .twh-search-form {
  margin-top: -38px;
}

.twh-search-results {
  display: grid;
  gap: clamp(42px, 6vw, 72px);
}

.twh-search-welcome,
.twh-search-empty,
.twh-search-error,
.twh-public-empty,
.twh-checkout-error,
.twh-confirmation-empty {
  background: var(--twh-ui-surface, #fff);
  border: 1px solid var(--twh-ui-line, #dcd8cf);
  padding: clamp(30px, 5vw, 62px);
  text-align: center;
}

.twh-search-welcome {
  margin-top: 8px;
}

.twh-search-welcome h2,
.twh-default-room-list > h2,
.twh-result-summary h2,
.twh-related-heading h2,
.twh-search-empty h3,
.twh-checkout-error h2,
.twh-confirmation-empty h1 {
  color: var(--twh-ui-ink, #151819);
  font-family: var(--twh-ui-heading, inherit);
  font-weight: var(--twh-ui-heading-weight, 500);
  letter-spacing: -.025em;
  line-height: var(--twh-ui-heading-line-height, 1.05);
  margin: 10px 0 0;
}

.twh-search-welcome h2,
.twh-default-room-list > h2,
.twh-related-heading h2 {
  font-size: clamp(var(--twh-ui-heading-size-sm, 32px), 4vw, var(--twh-ui-heading-size-md, 46px));
}

.twh-search-welcome p,
.twh-result-summary p,
.twh-search-empty p,
.twh-checkout-error p,
.twh-confirmation-empty p {
  color: var(--twh-ui-muted, #727474);
  line-height: 1.7;
  margin: 16px auto 0;
  max-width: 650px;
}

.twh-default-room-list {
  display: grid;
  gap: 28px;
}

.twh-result-summary {
  align-items: end;
  border-bottom: 1px solid var(--twh-ui-line, #dcd8cf);
  display: flex;
  gap: 28px;
  justify-content: space-between;
  padding-bottom: 24px;
}

.twh-result-summary h2 {
  font-size: clamp(var(--twh-ui-heading-size-sm, 32px), 3.2vw, var(--twh-ui-heading-size-md, 46px));
}

.twh-result-sort {
  align-items: end;
  display: flex;
  gap: 8px;
  min-width: 270px;
}

.twh-result-sort label {
  display: grid;
  flex: 1;
  gap: 7px;
}

.twh-result-sort label span {
  color: var(--twh-ui-muted, #727474);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.twh-result-sort select,
.twh-result-sort button {
  background: var(--twh-ui-surface, #fff);
  border: 1px solid var(--twh-ui-line, #dcd8cf);
  border-radius: 0;
  color: var(--twh-ui-ink, #151819);
  min-height: 46px;
  padding: 0 13px;
}

.twh-result-sort button {
  background: var(--twh-ui-ink, #151819);
  color: var(--twh-ui-bg, #f5f3ee);
  cursor: pointer;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .twh-archive-page,
  .twh-single-page {
  margin-top: -80px;
  padding-top: 60px;
}
.twh-archive-hero h1 {
  font-size: 35px;

}
}

/* --------------------------------------------------------------------------
   Room cards
   -------------------------------------------------------------------------- */
.twh-room-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(var(--twh-columns, 3), minmax(0, 1fr));
}

.twh-room-card {
  background: var(--twh-ui-surface, #fff);
  border: 1px solid var(--twh-ui-line, #dcd8cf);
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.twh-room-card:hover {
  border-color: var(--twh-ui-accent, #b69755);
  box-shadow: var(--twh-ui-shadow-sm, 0 10px 30px rgba(21, 24, 25, .06));
  transform: translateY(-3px);
}

.twh-room-card-image {
  aspect-ratio: 4 / 3;
  background: var(--twh-ui-surface-strong, #e7e2d8);
  color: var(--twh-ui-muted, #727474);
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.twh-room-card-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform .65s cubic-bezier(.2, .7, .2, 1);
  width: 100%;
}

.twh-room-card:hover .twh-room-card-image img {
  transform: scale(1.025);
}

.twh-room-card-image > span {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 24px;
  text-align: center;
}

.twh-room-card-image em {
  background: rgba(15, 18, 19, .78);
  bottom: 14px;
  color: #fff;
  font-size: 9px;
  font-style: normal;
  letter-spacing: .08em;
  padding: 8px 10px;
  position: absolute;
  right: 14px;
  text-transform: uppercase;
}

.twh-room-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.twh-room-card-copy {
  min-width: 0;
}

.twh-room-card h3 {
  font-family: var(--twh-ui-heading, inherit);
  font-size: clamp(var(--twh-ui-heading-size-xs, 23px), 2.4vw, var(--twh-ui-heading-size-sm, 32px));
  font-weight: var(--twh-ui-heading-weight, 500);
  letter-spacing: -.025em;
  line-height: var(--twh-ui-heading-line-height, 1.05);
  margin: 9px 0 12px;
}

.twh-room-card h3 a {
  color: var(--twh-ui-ink, #151819);
  text-decoration: none;
}

.twh-room-card-copy > p {
  color: var(--twh-ui-muted, #727474);
  display: -webkit-box;
  font-size: 13px;
  line-height: 1.7;
  margin: 0 0 17px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.twh-public-facts,
.twh-public-amenities {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.twh-public-facts span {
  color: var(--twh-ui-text, #383b3b);
  font-size: 11px;
  line-height: 1.4;
}

.twh-public-facts span::before {
  background: var(--twh-ui-accent, #b69755);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 4px;
  margin: 0 7px 2px 0;
  width: 4px;
}

.twh-public-amenities {
  margin-top: 15px;
}

.twh-public-amenities span {
  border: 1px solid var(--twh-ui-line, #dcd8cf);
  color: var(--twh-ui-muted, #727474);
  font-size: 9px;
  letter-spacing: .04em;
  padding: 6px 8px;
}

.twh-room-urgency {
  color: var(--twh-ui-danger, #a34436);
  font-size: 10px;
  font-weight: 700;
  margin-top: 14px;
}

.twh-room-card-offer {
  border-top: 1px solid var(--twh-ui-line, #dcd8cf);
  margin-top: auto;
  padding-top: 18px;
}

.twh-room-card-foot > span,
.twh-room-total {
  color: var(--twh-ui-muted, #727474);
  display: block;
  font-size: 12px;
}

.twh-room-card-foot strong,
.twh-room-total strong {
  color: var(--twh-ui-ink, #151819);
  display: block;
  font-family: var(--twh-ui-heading, inherit);
  font-size: 24px;
  font-weight: var(--twh-ui-heading-weight, 500);
  margin-top: 4px;
}

.twh-room-card-foot small,
.twh-room-total small {
  color: var(--twh-ui-muted, #727474);
  display: block;
  font-size: 12px;
  margin-top: 4px;
}

.twh-room-total {
  border-top: 1px solid var(--twh-ui-line, #dcd8cf);
  margin-top: 15px;
  padding-top: 15px;
}

.twh-room-card-actions {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-top: 18px;
}

.twh-room-secondary-link {
  color: var(--twh-ui-ink, #151819);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .09em;
  text-decoration: none;
  text-transform: uppercase;
}

.twh-room-secondary-link::after {
  content: "→";
  margin-left: 8px;
}

.twh-select-room {
  min-height: 44px;
  padding-inline: 16px;
}

.twh-room-grid.is-list {
  grid-template-columns: 1fr;
}

.twh-room-card.is-list {
  display: grid;
  grid-template-columns: minmax(320px, 42%) minmax(0, 1fr);
}

.twh-room-card.is-list .twh-room-card-image {
  aspect-ratio: auto;
  min-height: 360px;
}

.twh-room-card.is-list .twh-room-card-body {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) 250px;
  padding: 30px;
}

.twh-room-card.is-list .twh-room-card-offer {
  border-left: 1px solid var(--twh-ui-line, #dcd8cf);
  border-top: 0;
  margin: 0;
  padding: 0 0 0 22px;
}

/* --------------------------------------------------------------------------
   Room detail
   -------------------------------------------------------------------------- */
.twh-room-detail {
  background: var(--twh-ui-bg, #f5f3ee);
  overflow: clip;
}

.twh-room-hero {
  padding: 0;
}

.twh-room-hero-stage {
  background: #101415;
  overflow: hidden;
  position: relative;
}

.twh-room-hero-overlay {
  align-items: flex-end;
  background: linear-gradient(90deg, rgba(10, 13, 14, .86) 0%, rgba(10, 13, 14, .66) 34%, rgba(10, 13, 14, .10) 68%, rgba(10, 13, 14, 0) 100%);
  display: flex;
  inset: 0;
  padding: clamp(30px, 5vw, 72px) max(24px, calc((100vw - var(--twh-ui-shell, 1240px)) / 2));
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.twh-room-hero-copy {
  max-width: min(600px, 44vw);
}

.twh-room-hero .twh-public-eyebrow {
  color: var(--twh-ui-accent, #d0b673);
}

.twh-room-hero h1 {
  color: #fff;
  font-family: var(--twh-ui-heading, inherit);
  font-size: clamp(48px, 6.2vw, 60px);
  font-weight: var(--twh-ui-heading-weight, 500);
  letter-spacing: -.045em;
  line-height: .98;
  margin: 14px 0 0;
  text-wrap: balance;
}

.twh-room-hero-lead {
  color: rgba(255, 255, 255, .82);
  display: -webkit-box;
  font-size: clamp(14px, 1.15vw, var(--twh-ui-body-size, 16px));
  line-height: 1.7;
  margin: 20px 0 0;
  max-width: 520px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.twh-room-gallery {
  display: grid;
  gap: 6px;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: clamp(260px, 25vw, 380px) clamp(260px, 25vw, 380px);
  overflow: hidden;
  position: relative;
}

.twh-gallery-item {
  background: var(--twh-ui-surface-strong, #e7e2d8);
  border: 0;
  cursor: zoom-in;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.twh-gallery-item.is-main {
  grid-row: 1 / 3;
}

.twh-gallery-item img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.2, .7, .2, 1);
  width: 100%;
}

.twh-gallery-item:hover img {
  transform: scale(1.02);
}

.twh-gallery-item span {
  background: rgba(15, 18, 19, .82);
  bottom: 16px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 10px 13px;
  position: absolute;
  right: 16px;
  text-transform: uppercase;
}

.twh-room-gallery.is-empty {
  align-items: center;
  background: var(--twh-ui-surface-soft, #efede7);
  color: var(--twh-ui-muted, #727474);
  display: flex;
  justify-content: center;
  min-height: 420px;
}

.twh-gallery-dialog {
  background: #0d1011;
  border: 0;
  color: #fff;
  height: 94vh;
  max-height: none;
  max-width: none;
  padding: 64px 20px 20px;
  width: min(1280px, 96vw);
}

.twh-gallery-dialog::backdrop {
  background: rgba(0, 0, 0, .9);
}

.twh-gallery-close {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 26px;
  height: 44px;
  justify-content: center;
  position: fixed;
  right: 24px;
  top: 18px;
  width: 44px;
  z-index: 2;
}

.twh-gallery-dialog-list {
  display: grid;
  gap: 20px;
}

.twh-gallery-dialog-list figure {
  margin: 0;
  text-align: center;
}

.twh-gallery-dialog-list img {
  height: auto;
  max-width: 100%;
}

html.twh-gallery-open {
  overflow: hidden;
}

.twh-room-detail-layout {
  display: grid;
  gap: clamp(52px, 6vw, 82px);
  grid-template-columns: minmax(0, 1fr) 380px;
  padding: clamp(52px, 7vw, 84px) 0 clamp(80px, 10vw, 130px);
}

.twh-room-detail-main {
  min-width: 0;
}

.twh-room-fact-strip {
  border-bottom: 1px solid var(--twh-ui-line, #dcd8cf);
  border-top: 1px solid var(--twh-ui-line, #dcd8cf);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: clamp(54px, 7vw, 82px);
}

.twh-room-fact-strip > div {
  min-width: 0;
  padding: 22px 20px 22px 0;
  padding-left: 20px;
}

.twh-room-fact-strip > div + div {
  border-left: 1px solid var(--twh-ui-line, #dcd8cf);
  padding-left: 20px;
}

.twh-room-fact-strip strong,
.twh-room-fact-strip span {
  display: block;
}

.twh-room-fact-strip strong {
  color: var(--twh-ui-ink, #151819);
  font-family: var(--twh-ui-heading, inherit);
  font-size: clamp(20px, 2vw, var(--twh-ui-heading-size-xs, 23px));
  font-weight: var(--twh-ui-heading-weight, 500);
  line-height: var(--twh-ui-heading-line-height, 1.05);
}

.twh-room-fact-strip span {
  color: var(--twh-ui-muted, #727474);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .11em;
  margin-top: 7px;
  text-transform: uppercase;
}

.twh-room-copy,
.twh-room-section {
  border-top: 1px solid var(--twh-ui-line, #dcd8cf);
  padding: clamp(44px, 6vw, 72px) 0;
}

.twh-room-copy:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.twh-room-copy h2,
.twh-room-section h2 {
  color: var(--twh-ui-ink, #151819);
  font-family: var(--twh-ui-heading, inherit);
  font-size: clamp(var(--twh-ui-heading-size-sm, 32px), 4.5vw, var(--twh-ui-heading-size-md, 46px));
  font-weight: var(--twh-ui-heading-weight, 500);
  letter-spacing: -.035em;
  line-height: var(--twh-ui-heading-line-height, 1.05);
  margin: 12px 0 26px;
  max-width: 760px;
}

.twh-room-copy :where(p, li) {
  color: var(--twh-ui-text, #383b3b);
  font-size: var(--twh-ui-body-size, 16px);
  line-height: var(--twh-ui-body-line-height, 1.7);
}

.twh-room-copy p {
  margin: 0 0 18px;
}

.twh-room-copy :where(ul, ol) {
  margin: 24px 0;
  padding-left: 22px;
}

.twh-room-copy li + li {
  margin-top: 10px;
}

.twh-amenity-grid {
  display: grid;
  gap: 0 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
}

.twh-amenity-grid > div {
  align-items: center;
  border-bottom: 1px solid var(--twh-ui-line, #dcd8cf);
  display: flex;
  gap: 12px;
  min-height: 54px;
  padding: 12px 0;
}

.twh-amenity-grid i {
  align-items: center;
  border: 1px solid var(--twh-ui-accent, #b69755);
  border-radius: 50%;
  color: var(--twh-ui-accent, #b69755);
  display: inline-flex;
  flex: 0 0 22px;
  font-size: 0;
  height: 22px;
  justify-content: center;
  width: 22px;
}

.twh-amenity-grid i::after {
  content: "✓";
  font-size: 11px;
}

.twh-amenity-grid span {
  color: var(--twh-ui-text, #383b3b);
  font-size: 13px;
}

.twh-room-policy {
  border-top: 1px solid var(--twh-ui-line, #dcd8cf);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 12px;
}

.twh-room-policy > div {
  min-width: 0;
  padding: 26px 24px 0 0;
}

.twh-room-policy > div + div {
  border-left: 1px solid var(--twh-ui-line, #dcd8cf);
  padding-left: 24px;
}

.twh-room-policy strong,
.twh-room-policy span {
  display: block;
}

.twh-room-policy strong {
  color: var(--twh-ui-ink, #151819);
  font-family: var(--twh-ui-heading, inherit);
  font-size: 20px;
  font-weight: var(--twh-ui-heading-weight, 500);
}

.twh-room-policy span {
  color: var(--twh-ui-muted, #727474);
  font-size: 14px;
  line-height: 1.65;
  margin-top: 8px;
}

.twh-room-detail-side {
  min-width: 0;
  position: relative;
}

.twh-booking-box {
  background: var(--twh-ui-surface, #fff);
  border: 1px solid var(--twh-ui-line, #dcd8cf);
  box-shadow: 0 18px 50px rgba(21, 24, 25, .08);
  padding: 30px;
  position: sticky;
  top: 28px;
}

.twh-booking-box::before {
  background: var(--twh-ui-accent, #b69755);
  content: "";
  height: 2px;
  left: -1px;
  position: absolute;
  right: -1px;
  top: -1px;
}

.twh-booking-box-head {
  border-bottom: 1px solid var(--twh-ui-line, #dcd8cf);
  margin-bottom: 18px;
  padding-bottom: 20px;
}

.twh-booking-box-head h3 {
  color: var(--twh-ui-ink, #151819);
  font-family: var(--twh-ui-heading, inherit);
  font-size: clamp(30px, 2.4vw, 38px);
  font-weight: var(--twh-ui-heading-weight, 500);
  letter-spacing: -.025em;
  line-height: 1;
  margin: 10px 0 0;
}

.twh-booking-box-head h3 small {
  color: var(--twh-ui-muted, #727474);
  display: block;
  font-family: var(--twh-ui-body, inherit);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 8px;
}

.twh-booking-box-head p {
  color: var(--twh-ui-muted, #727474);
  font-size: 11px;
  line-height: 1.6;
  margin: 13px 0 0;
}

.twh-booking-box-form {
  border: 1px solid var(--twh-ui-line, #dcd8cf);
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.twh-booking-box-form label {
  border-bottom: 1px solid var(--twh-ui-line, #dcd8cf);
  border-right: 1px solid var(--twh-ui-line, #dcd8cf);
  display: grid;
  gap: 7px;
  min-height: 66px;
  min-width: 0;
  padding: 12px;
}

.twh-booking-box-form label:nth-of-type(2n) {
  border-right: 0;
}

.twh-booking-box-form label:nth-of-type(n+3) {
  min-height: 62px;
}

.twh-booking-box-form label:nth-of-type(5) {
  border-bottom: 0;
  border-right: 0;
  grid-column: 1 / -1;
}

.twh-booking-box-form .twh-booking-update {
  background: transparent;
  border: 0;
  border-top: 1px solid var(--twh-ui-line, #dcd8cf);
  color: var(--twh-ui-ink, #151819);
  grid-column: 1 / -1;
  min-height: 46px;
}

.twh-booking-box-form.is-live-ready .twh-booking-update {
  display: none;
}

.twh-live-quote {
  color: var(--twh-ui-muted, #727474);
  font-size: 13px;
  line-height: 1.55;
  padding: 18px 0 0;
}

.twh-live-quote-message {
  align-items: center;
  display: flex;
  gap: 8px;
}

.twh-live-quote-message::before {
  background: currentColor;
  border-radius: 50%;
  content: "";
  flex: 0 0 6px;
  height: 6px;
  opacity: .65;
  width: 6px;
}

.twh-booking-box.is-available .twh-live-quote-message {
  color: #55715d;
}

body.twh-ui-dark .twh-booking-box.is-available .twh-live-quote-message {
  color: #9ec7a6;
}

.twh-booking-summary {
  align-items: end;
  border-bottom: 1px solid var(--twh-ui-line, #dcd8cf);
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
  padding-bottom: 14px;
}

.twh-booking-summary strong {
  color: var(--twh-ui-ink, #151819);
  font-family: var(--twh-ui-heading, inherit);
  font-size: 24px;
  font-weight: var(--twh-ui-heading-weight, 500);
}

.twh-checkout-link {
  display: flex;
  margin-top: 20px;
  min-height: 56px;
  width: 100%;
}

.twh-booking-trust {
  border-top: 1px solid var(--twh-ui-line, #dcd8cf);
  display: grid;
  gap: 13px;
  margin-top: 20px;
  padding-top: 18px;
}

.twh-booking-trust span {
  display: grid;
  gap: 2px;
  padding-left: 15px;
  position: relative;
}

.twh-booking-trust span::before {
  background: var(--twh-ui-accent, #b69755);
  border-radius: 50%;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 4px;
}

.twh-booking-trust b {
  color: var(--twh-ui-ink, #151819);
  font-size: 12px;
  font-weight: 600;
}

.twh-booking-trust small {
  color: var(--twh-ui-muted, #727474);
  font-size: 10px;
  line-height: 1.45;
}

.twh-booking-box.is-loading {
  opacity: .72;
}

/* --------------------------------------------------------------------------
   Related rooms and mobile booking bar
   -------------------------------------------------------------------------- */
.twh-related-rooms {
  background: var(--twh-ui-surface-soft, #efede7);
  content-visibility: auto;
  padding: clamp(72px, 9vw, 120px) 0;
}

body.twh-ui-dark .twh-related-rooms {
  background: #0d1112;
}

.twh-related-heading {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 34px;
}

.twh-related-heading a {
  color: var(--twh-ui-ink, #151819);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .09em;
  text-decoration: none;
  text-transform: uppercase;
}

.twh-related-heading a::after {
  content: " →";
}

.twh-mobile-booking-bar {
  align-items: center;
  background: var(--twh-ui-surface, #fff);
  border-top: 1px solid var(--twh-ui-line, #dcd8cf);
  bottom: 0;
  box-shadow: 0 -12px 35px rgba(21, 24, 25, .12);
  display: none;
  gap: 14px;
  justify-content: space-between;
  left: 0;
  padding: 11px 14px calc(11px + env(safe-area-inset-bottom));
  position: fixed;
  right: 0;
  z-index: 9998;
}

.twh-mobile-booking-bar small,
.twh-mobile-booking-bar span {
  color: var(--twh-ui-muted, #727474);
  display: block;
  font-size: 14px;
}

.twh-mobile-booking-bar strong {
  color: var(--twh-ui-ink, #151819);
  display: block;
  font-family: var(--twh-ui-heading, inherit);
  font-size: 22px;
  font-weight: var(--twh-ui-heading-weight, 500);
}

.twh-mobile-booking-bar button {
  background: var(--twh-ui-accent, #b69755);
  border-color: var(--twh-ui-accent, #b69755);
  color: var(--twh-ui-on-accent, #151819);
  min-height: 46px;
  padding-inline: 16px;
}

.twh-mobile-booking-bar.is-target-visible {
  transform: translateY(110%);
}

/* --------------------------------------------------------------------------
   Checkout
   -------------------------------------------------------------------------- */
.twh-checkout {
  margin-inline: auto;
  max-width: 1160px;
  padding: clamp(52px, 8vw, 100px) 24px clamp(80px, 10vw, 130px);
}

.twh-checkout-head {
  margin-bottom: 42px;
  text-align: center;
}

.twh-checkout-head h1 {
  color: var(--twh-ui-ink, #151819);
  font-family: var(--twh-ui-heading, inherit);
  font-size: clamp(var(--twh-ui-heading-size-md, 46px), 6vw, var(--twh-ui-heading-size, 64px));
  font-weight: var(--twh-ui-heading-weight, 500);
  letter-spacing: -.04em;
  line-height: var(--twh-ui-heading-line-height, 1.05);
  margin: 14px 0 30px;
}

.twh-checkout-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-inline: auto;
  max-width: 720px;
}

.twh-checkout-steps span {
  border-bottom: 1px solid var(--twh-ui-line, #dcd8cf);
  color: var(--twh-ui-muted, #727474);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  padding: 0 8px 12px;
  text-transform: uppercase;
}

.twh-checkout-steps span.is-active,
.twh-checkout-steps span.is-complete {
  border-color: var(--twh-ui-accent, #b69755);
  color: var(--twh-ui-ink, #151819);
}

.twh-checkout-layout {
  align-items: start;
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 1fr) 360px;
}

.twh-checkout-main {
  min-width: 0;
}

.twh-checkout-panel,
.twh-checkout-summary {
  background: var(--twh-ui-surface, #fff);
  border: 1px solid var(--twh-ui-line, #dcd8cf);
}

.twh-checkout-panel {
  padding: clamp(26px, 4vw, 42px);
}

.twh-checkout-section-head {
  align-items: start;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.twh-checkout-section-head h2,
.twh-checkout-summary h2 {
  color: var(--twh-ui-ink, #151819);
  font-family: var(--twh-ui-heading, inherit);
  font-size: clamp(var(--twh-ui-heading-size-xs, 23px), 3vw, var(--twh-ui-heading-size-sm, 32px));
  font-weight: var(--twh-ui-heading-weight, 500);
  letter-spacing: -.025em;
  line-height: var(--twh-ui-heading-line-height, 1.05);
  margin: 9px 0 0;
}

.twh-checkout-panel > p {
  color: var(--twh-ui-muted, #727474);
  line-height: 1.7;
  margin: 20px 0 26px;
}

.twh-secure-note,
.twh-hold-timer {
  border: 1px solid var(--twh-ui-line, #dcd8cf);
  color: var(--twh-ui-muted, #727474);
  font-size: 14px;
  padding: 9px 11px;
  white-space: nowrap;
}

.twh-checkout-fields {
  display: grid;
  gap: 22px 20px;
  grid-template-columns: 1fr 1fr;
  margin-top: 28px;
}

.twh-checkout-fields label {
  border-bottom: 1px solid var(--twh-ui-line, #dcd8cf);
  display: grid;
  gap: 8px;
  padding-bottom: 8px;
}

.twh-checkout-fields label > span,
.twh-terms span {
  color: var(--twh-ui-muted, #727474);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .04em;
}

.twh-checkout-fields label.is-wide {
  grid-column: 1 / -1;
}

.twh-checkout textarea {
  min-height: 110px;
  resize: vertical;
}

.twh-honeypot {
  height: 0;
  left: -9999px;
  overflow: hidden;
  position: absolute;
  width: 0;
}

.twh-terms {
  align-items: start;
  display: flex;
  gap: 10px;
  margin-top: 24px;
}

.twh-terms input {
  flex: 0 0 auto;
  min-height: auto;
  width: auto;
}

.twh-terms a {
  color: var(--twh-ui-ink, #151819);
}

.twh-checkout-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 28px;
}

.twh-checkout-message {
  color: var(--twh-ui-danger, #a34436);
  font-size: 11px;
  margin: 16px 0 0;
}

.twh-checkout-summary {
  padding: 24px;
  position: sticky;
  top: 28px;
}

.twh-checkout-room {
  display: grid;
  gap: 17px;
}

.twh-checkout-room img {
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.twh-checkout-summary dl {
  margin: 24px 0;
}

.twh-checkout-summary dl > div {
  border-top: 1px solid var(--twh-ui-line, #dcd8cf);
  display: grid;
  gap: 5px;
  grid-template-columns: 90px 1fr;
  padding: 13px 0;
}

.twh-checkout-summary dt,
.twh-checkout-price span {
  color: var(--twh-ui-muted, #727474);
  font-size: 14px;
  letter-spacing: .04em;
}

.twh-checkout-summary dd {
  color: var(--twh-ui-ink, #151819);
  font-size: 14px;
  margin: 0;
  text-align: right;
}

.twh-checkout-summary dd small {
  color: var(--twh-ui-muted, #727474);
  display: block;
  margin-top: 4px;
}

.twh-checkout-price {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
}

.twh-checkout-price strong {
  color: var(--twh-ui-ink, #151819);
  font-size: 15px;
}

.twh-checkout-price.is-total {
  border-top: 1px solid var(--twh-ui-line-strong, #c7c0b3);
  margin-top: 10px;
  padding-top: 17px;
}

.twh-checkout-price.is-total strong {
  font-family: var(--twh-ui-heading, inherit);
  font-size: 25px;
  font-weight: var(--twh-ui-heading-weight, 500);
}

.twh-checkout-summary > p {
  color: var(--twh-ui-muted, #727474);
  font-size: 10px;
  line-height: 1.6;
  margin: 18px 0 0;
}

.twh-checkout-noscript {
  background: var(--twh-ui-surface, #fff);
  border: 1px solid var(--twh-ui-danger, #a34436);
  margin-top: 20px;
  padding: 16px;
}

.twh-checkout.is-loading {
  cursor: progress;
}

.twh-checkout [hidden] {
  display: none;
}

/* --------------------------------------------------------------------------
   Booking confirmation
   -------------------------------------------------------------------------- */
.twh-confirmation,
.twh-confirmation-empty,
.twh-checkout-error {
  margin: clamp(50px, 8vw, 100px) auto;
  max-width: 900px;
}

.twh-confirmation {
  background: var(--twh-ui-surface, #fff);
  border: 1px solid var(--twh-ui-line, #dcd8cf);
  box-shadow: var(--twh-ui-shadow-sm, 0 10px 30px rgba(21, 24, 25, .06));
  padding: clamp(34px, 6vw, 64px);
  text-align: center;
}

.twh-confirmation-mark {
  align-items: center;
  background: var(--twh-ui-ink, #151819);
  border-radius: 50%;
  color: var(--twh-ui-accent-soft, #d8c48f);
  display: flex;
  font-size: 26px;
  height: 58px;
  justify-content: center;
  margin: 0 auto 18px;
  width: 58px;
}

body.twh-ui-dark .twh-confirmation-mark {
  background: var(--twh-ui-accent, #d0b673);
  color: var(--twh-ui-on-accent, #111516);
}

.twh-confirmation h1 {
  color: var(--twh-ui-ink, #151819);
  font-family: var(--twh-ui-heading, inherit);
  font-size: clamp(var(--twh-ui-heading-size-md, 46px), 6vw, var(--twh-ui-heading-size, 64px));
  font-weight: var(--twh-ui-heading-weight, 500);
  letter-spacing: -.04em;
  line-height: var(--twh-ui-heading-line-height, 1.05);
  margin: 13px 0 14px;
}

.twh-confirmation > p {
  color: var(--twh-ui-muted, #727474);
  line-height: 1.7;
  margin: 0 auto;
  max-width: 680px;
}

.twh-confirmation-grid {
  border-bottom: 1px solid var(--twh-ui-line, #dcd8cf);
  border-top: 1px solid var(--twh-ui-line, #dcd8cf);
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 34px;
  text-align: left;
}

.twh-confirmation-grid > div {
  min-height: 100px;
  padding: 22px 18px;
}

.twh-confirmation-grid > div:nth-child(2n) {
  border-left: 1px solid var(--twh-ui-line, #dcd8cf);
}

.twh-confirmation-grid > div:nth-child(n+3) {
  border-top: 1px solid var(--twh-ui-line, #dcd8cf);
}

.twh-confirmation-grid span,
.twh-confirmation-grid strong {
  display: block;
}

.twh-confirmation-grid span {
  color: var(--twh-ui-muted, #727474);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.twh-confirmation-grid strong {
  color: var(--twh-ui-ink, #151819);
  font-family: var(--twh-ui-heading, inherit);
  font-size: 20px;
  font-weight: var(--twh-ui-heading-weight, 500);
  margin-top: 8px;
}

.twh-confirmation-note {
  background: var(--twh-ui-surface-soft, #efede7);
  margin-top: 28px;
  padding: 20px;
  text-align: left;
}

.twh-confirmation-note strong {
  color: var(--twh-ui-ink, #151819);
  font-family: var(--twh-ui-heading, inherit);
  font-size: 17px;
  font-weight: var(--twh-ui-heading-weight, 500);
}

.twh-confirmation-note p {
  color: #d7d7d7;
  font-size: 14px;
  line-height: 1.65;
  margin: 7px 0 0;
}

.twh-confirmation-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 28px;
}

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 1100px) {
  .twh-search-form:not(.twh-booking-box-form):not(.is-popup):not(.is-hotel-link) {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .twh-search-form:not(.twh-booking-box-form):not(.is-popup):not(.is-hotel-link) label:nth-of-type(3n) {
    border-right: 0;
  }

  .twh-search-form:not(.twh-booking-box-form):not(.is-popup):not(.is-hotel-link) .twh-search-submit {
    grid-column: 1 / -1;
    min-height: 54px;
  }

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

  .twh-room-detail-layout,
  .twh-checkout-layout {
    grid-template-columns: 1fr;
  }

  .twh-room-detail-side {
    order: -1;
  }

  .twh-booking-box,
  .twh-checkout-summary {
    position: static;
  }

  .twh-booking-box {
    max-width: 720px;
  }

  .twh-room-card.is-list .twh-room-card-body {
    grid-template-columns: 1fr;
  }

  .twh-room-card.is-list .twh-room-card-offer {
    border-left: 0;
    border-top: 1px solid var(--twh-ui-line, #dcd8cf);
    padding: 20px 0 0;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .twh-search-form.is-hotel-link:not(.twh-booking-box-form):not(.is-popup) {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .twh-search-form.is-hotel-link:not(.twh-booking-box-form):not(.is-popup) label:nth-of-type(1),
  .twh-search-form.is-hotel-link:not(.twh-booking-box-form):not(.is-popup) label:nth-of-type(2) {
    border-bottom: 1px solid rgba(255, 255, 255, .11);
    grid-column: span 3;
  }

  .twh-search-form.is-hotel-link:not(.twh-booking-box-form):not(.is-popup) label:nth-of-type(n+3) {
    grid-column: span 2;
  }

  .twh-search-form.is-hotel-link:not(.twh-booking-box-form):not(.is-popup) label:nth-of-type(2),
  .twh-search-form.is-hotel-link:not(.twh-booking-box-form):not(.is-popup) label:nth-of-type(5) {
    border-right: 0;
  }

  .twh-search-form.is-hotel-link:not(.twh-booking-box-form):not(.is-popup) .twh-search-submit {
    grid-column: 1 / -1;
    min-height: 54px;
  }
}

@media (max-width: 820px) {
  .twh-shell {
    width: min(var(--twh-ui-shell, 1240px), calc(100% - 32px));
  }

  .twh-room-hero-copy {
    max-width: min(560px, 62vw);
  }

  .twh-room-gallery {
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 260px 260px;
  }

  .twh-gallery-item:nth-of-type(n+4) {
    display: none;
  }

  .twh-room-fact-strip {
    grid-template-columns: 1fr 1fr;
  }

  .twh-room-fact-strip > div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--twh-ui-line, #dcd8cf);
  }

  .twh-room-fact-strip > div:nth-child(4) {
    border-top: 1px solid var(--twh-ui-line, #dcd8cf);
  }

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

  .twh-room-policy > div + div {
    border-left: 0;
    border-top: 1px solid var(--twh-ui-line, #dcd8cf);
    padding-left: 0;
  }

  .twh-room-card.is-list {
    grid-template-columns: 1fr;
  }

  .twh-room-card.is-list .twh-room-card-image {
    aspect-ratio: 16 / 10;
    min-height: 0;
  }

  .twh-result-summary {
    align-items: stretch;
    flex-direction: column;
  }

  .twh-result-sort {
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .twh-search-form.is-popup {
    border-radius: min(var(--twh-search-popup-radius), 16px);
    box-shadow: 0 18px 46px rgba(12, 17, 19, .14);
  }

  .twh-search-form.is-popup .twh-search-popup-intro {
    padding: 22px 20px 0;
  }

  .twh-search-form.is-popup .twh-search-popup-intro h3 {
    font-size: 27px;
  }

  .twh-search-form.is-popup .twh-search-fields {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .twh-search-form.is-popup .twh-search-fields > label,
  .twh-search-form.is-popup .twh-search-fields > label:nth-of-type(-n+2) {
    grid-column: 1 / -1;
    min-height: 72px;
  }

  .twh-search-form.is-popup .twh-search-submit {
    min-height: 56px;
  }

  .twh-search-form.is-popup .twh-form-message {
    margin: -10px 20px 18px;
  }

  .twh-shell {
    width: min(var(--twh-ui-shell, 1240px), calc(100% - 24px));
  }

  .twh-archive-hero {
    min-height: 430px;
    padding: 120px 0 88px;
  }

  .twh-archive-content > .twh-search-results > .twh-search-form {
    margin-top: -24px;
  }

  .twh-search-form[data-twh-mobile-search]:not(.is-mobile-ready) {
    grid-template-columns: 1fr 1fr;
  }

  .twh-search-form[data-twh-mobile-search]:not(.is-mobile-ready) label {
    border-bottom: 1px solid var(--twh-ui-line, #dcd8cf);
    min-height: 64px;
  }

  .twh-search-form[data-twh-mobile-search]:not(.is-mobile-ready) label:nth-of-type(2n) {
    border-right: 0;
  }

  .twh-search-form[data-twh-mobile-search]:not(.is-mobile-ready) label:nth-of-type(5),
  .twh-search-form[data-twh-mobile-search]:not(.is-mobile-ready) .twh-search-submit {
    grid-column: 1 / -1;
  }

  html.twh-search-open,
  html.twh-search-open body {
    overflow: hidden;
  }

  .twh-search-form[data-twh-mobile-search].is-mobile-ready {
    background: transparent;
    border: 0;
    box-shadow: none;
    display: block;
  }

  .twh-search-form[data-twh-mobile-search].is-mobile-ready.is-mobile-open {
    z-index: 10002;
  }

  .twh-search-form.is-mobile-ready .twh-search-mobile-summary {
    background: var(--twh-ui-surface, #fff);
    border: 1px solid var(--twh-ui-line, #dcd8cf);
    box-shadow: var(--twh-ui-shadow-sm, 0 10px 30px rgba(21, 24, 25, .06));
    color: var(--twh-ui-ink, #151819);
    display: block;
    min-height: 0;
    overflow: hidden;
    padding: 0;
    text-align: left;
    text-transform: none;
    white-space: normal;
    width: 100%;
  }

  .twh-search-form.is-mobile-ready .twh-search-mobile-summary:hover,
  .twh-search-sheet-close:hover {
    transform: none;
  }

  .twh-search-form.is-hotel-link.is-mobile-ready .twh-search-mobile-summary {
    background: #171d1d;
    border-color: rgba(255, 255, 255, .11);
    box-shadow: 0 12px 34px rgba(9, 13, 14, .18);
    color: #f8f5ee;
  }

  .twh-search-form.is-hotel-link.is-mobile-ready .twh-search-mobile-row + .twh-search-mobile-row {
    border-top-color: rgba(255, 255, 255, .11);
  }

  .twh-search-form.is-hotel-link.is-mobile-ready .twh-search-mobile-row small,
  .twh-search-form.is-hotel-link.is-mobile-ready .twh-search-mobile-row em {
    color: rgba(255, 255, 255, .58);
  }

  .twh-search-form.is-hotel-link.is-mobile-ready .twh-search-mobile-row strong {
    color: #f8f5ee;
  }

  .twh-search-form.is-hotel-link.is-mobile-ready .twh-search-fields label > span {
    color: var(--twh-ui-muted, #727474);
  }

  .twh-search-form.is-hotel-link.is-mobile-ready .twh-search-fields :where(input, select) {
    color: var(--twh-ui-ink, #151819);
  }

  .twh-search-form.is-hotel-link.is-mobile-ready .twh-search-fields input[type="date"]::-webkit-calendar-picker-indicator {
    filter: none;
    opacity: .72;
  }

  .twh-search-mobile-row {
    display: block;
    padding: 13px 16px 12px;
  }

  .twh-search-mobile-row + .twh-search-mobile-row {
    border-top: 1px solid var(--twh-ui-line, #dcd8cf);
  }

  .twh-search-mobile-row small,
  .twh-search-sheet-head small {
    color: var(--twh-ui-muted, #727474);
    display: block;
    font-size: 9px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .12em;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .twh-search-mobile-row strong {
    color: var(--twh-ui-ink, #151819);
    display: block;
    font-family: var(--twh-ui-heading, inherit);
    font-size: 16px;
    font-weight: var(--twh-ui-heading-weight, 500);
    line-height: 1.35;
    margin-top: 4px;
  }

  .twh-search-mobile-row em {
    color: var(--twh-ui-muted, #727474);
    display: block;
    font-size: 11px;
    font-style: normal;
    line-height: 1.4;
    margin-top: 2px;
  }

  .twh-search-mobile-action {
    align-items: center;
    background: var(--twh-ui-accent, #b69755);
    color: var(--twh-ui-on-accent, #151819);
    display: flex;
    font-size: 11px;
    font-weight: 700;
    justify-content: space-between;
    letter-spacing: .11em;
    min-height: 50px;
    padding: 0 16px;
    text-transform: uppercase;
  }

  .twh-search-mobile-action span {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
  }

  .twh-search-form.is-mobile-ready .twh-search-sheet-backdrop {
    background: rgba(8, 11, 12, .62);
    display: block;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: opacity .22s ease;
    visibility: hidden;
    z-index: 10000;
  }

  .twh-search-form.is-mobile-ready .twh-search-sheet {
    background: var(--twh-ui-surface, #fff);
    border: 1px solid var(--twh-ui-line, #dcd8cf);
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
    bottom: 0;
    box-shadow: 0 -22px 70px rgba(8, 11, 12, .28);
    display: flex;
    flex-direction: column;
    left: 0;
    margin: 0 auto;
    max-height: 88vh;
    max-height: min(88dvh, 720px);
    max-width: 620px;
    overflow: hidden;
    padding-bottom: max(10px, env(safe-area-inset-bottom));
    position: fixed;
    right: 0;
    transform: translate3d(0, 105%, 0);
    transition: transform .25s cubic-bezier(.22, .8, .3, 1), visibility 0s linear .25s;
    visibility: hidden;
    width: 100%;
    z-index: 10001;
  }

  .twh-search-form.is-mobile-ready.is-mobile-open .twh-search-sheet-backdrop {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }

  .twh-search-form.is-mobile-ready.is-mobile-open .twh-search-sheet {
    transform: translate3d(0, 0, 0);
    transition-delay: 0s;
    visibility: visible;
  }

  .twh-search-form.is-mobile-ready .twh-search-sheet-head {
    align-items: center;
    border-bottom: 1px solid var(--twh-ui-line, #dcd8cf);
    display: flex;
    flex: 0 0 auto;
    justify-content: space-between;
    min-height: 68px;
    padding: 10px 14px 10px 18px;
  }

  .twh-search-form.is-mobile-ready .twh-search-sheet-head strong {
    color: var(--twh-ui-ink, #151819);
    display: block;
    font-family: var(--twh-ui-heading, inherit);
    font-size: 21px;
    font-weight: var(--twh-ui-heading-weight, 500);
    line-height: 1.2;
    margin-top: 3px;
  }

  .twh-search-form.is-mobile-ready .twh-search-sheet-close {
    background: var(--twh-ui-surface-soft, #efede7);
    border: 1px solid var(--twh-ui-line, #dcd8cf);
    color: var(--twh-ui-ink, #151819);
    flex: 0 0 44px;
    font-size: 25px;
    font-weight: 300;
    height: 44px;
    letter-spacing: 0;
    min-height: 44px;
    padding: 0;
    text-transform: none;
    width: 44px;
  }

  .twh-search-form.is-mobile-ready .twh-search-fields {
    background: var(--twh-ui-line, #dcd8cf);
    display: grid;
    flex: 1 1 auto;
    gap: 1px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 14px;
  }

  .twh-search-form.is-mobile-ready:not(.twh-booking-box-form) .twh-search-fields label,
  .twh-search-form.is-mobile-ready:not(.twh-booking-box-form) .twh-search-fields label:nth-of-type(2n),
  .twh-search-form.is-mobile-ready:not(.twh-booking-box-form) .twh-search-fields label:nth-of-type(3n),
  .twh-search-form.is-mobile-ready:not(.twh-booking-box-form) .twh-search-fields label:nth-of-type(5) {
    background: var(--twh-ui-surface, #fff);
    border: 0;
    grid-column: span 2;
    min-height: 78px;
    padding: 13px 14px;
  }

  .twh-search-form.is-mobile-ready:not(.twh-booking-box-form) .twh-search-fields label:nth-of-type(-n+2) {
    grid-column: span 3;
  }

  .twh-search-form.is-mobile-ready:not(.twh-booking-box-form) .twh-search-submit {
    bottom: 0;
    box-shadow: 0 -8px 20px rgba(21, 24, 25, .08);
    grid-column: 1 / -1;
    margin-top: 11px;
    min-height: 54px;
    position: sticky;
    width: 100%;
    z-index: 1;
  }

  .twh-search-form[data-twh-mobile-search].is-mobile-ready .twh-form-message {
    background: var(--twh-ui-surface, #fff);
    bottom: auto;
    flex: 0 0 auto;
    left: auto;
    margin: 0;
    min-height: 10px;
    padding: 0 18px;
    position: static;
  }

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

  .twh-room-card-body,
  .twh-room-card.is-list .twh-room-card-body {
    padding: 22px;
  }

  .twh-room-hero {
    padding-top: 22px;
  }

  .twh-room-hero-nav {
    margin-bottom: 16px;
  }

  .twh-room-hero-overlay {
    background: var(--twh-ui-surface, #fff);
    color: var(--twh-ui-ink, #151819);
    display: block;
    padding: 28px 20px 32px;
    pointer-events: auto;
    position: static;
  }

  .twh-room-hero-copy {
    max-width: none;
  }

  .twh-room-hero h1 {
    color: var(--twh-ui-ink, #151819);
    font-size: clamp(43px, 12vw, 43px);
  }

  .twh-room-hero-lead {
    display: block;
    margin-top: 16px;
    max-width: none;
  }

  .twh-room-gallery {
    display: block;
    height: 360px;
  }

  .twh-gallery-item {
    display: none;
    height: 100%;
  }

  .twh-gallery-item.is-main {
    display: block;
  }

  .twh-gallery-item.is-main::after {
    background: rgba(15, 18, 19, .80);
    bottom: 14px;
    color: #fff;
    content: attr(data-gallery-label);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .08em;
    padding: 9px 11px;
    position: absolute;
    right: 14px;
    text-transform: uppercase;
  }

  .twh-room-detail-layout {
    gap: 42px;
    padding-top: 48px;
  }

  .twh-booking-box {
    padding: 22px;
  }

  .twh-room-fact-strip {
    margin-bottom: 52px;
  }

  .twh-amenity-grid,
  .twh-checkout-fields {
    grid-template-columns: 1fr;
  }

  .twh-checkout-fields label.is-wide {
    grid-column: auto;
  }

  .twh-related-heading {
    align-items: start;
    flex-direction: column;
  }

  .twh-mobile-booking-bar {
    display: flex;
    padding-bottom: max(14px, env(safe-area-inset-bottom));
    padding-left: max(18px, env(safe-area-inset-left));
    padding-right: max(18px, env(safe-area-inset-right));
    transition: transform .25s ease;
  }

  .twh-checkout {
    padding-inline: 14px;
  }

  .twh-checkout-steps span {
    font-size: 8px;
    letter-spacing: .03em;
  }

  .twh-checkout-section-head {
    flex-direction: column;
  }

  .twh-checkout-actions,
  .twh-confirmation-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .twh-checkout-actions > *,
  .twh-confirmation-actions > * {
    width: 100%;
  }

  .twh-confirmation,
  .twh-confirmation-empty,
  .twh-checkout-error {
    margin: 28px 12px 80px;
    padding: 30px 20px;
  }

  .twh-confirmation-grid {
    grid-template-columns: 1fr;
  }

  .twh-confirmation-grid > div:nth-child(2n) {
    border-left: 0;
  }

  .twh-confirmation-grid > div + div {
    border-top: 1px solid var(--twh-ui-line, #dcd8cf);
  }

  :where(.twh-search-form, .twh-checkout, .twh-result-sort) :where(input, select, textarea) {
    font-size: 16px;
  }

  .twh-search-form select,
  .twh-checkout select,
  .twh-result-sort select {
    min-height: 44px;
  }
}

@media (max-width: 420px) {
  .twh-search-form[data-twh-mobile-search]:not(.is-mobile-ready) {
    grid-template-columns: 1fr;
  }

  .twh-search-form[data-twh-mobile-search]:not(.is-mobile-ready) label,
  .twh-search-form[data-twh-mobile-search]:not(.is-mobile-ready) label:nth-of-type(2n),
  .twh-search-form[data-twh-mobile-search]:not(.is-mobile-ready) label:nth-of-type(5) {
    border-right: 0;
    grid-column: auto;
  }

  .twh-search-form[data-twh-mobile-search]:not(.is-mobile-ready) .twh-search-submit {
    grid-column: auto;
  }

  .twh-search-form.is-mobile-ready:not(.twh-booking-box-form) .twh-search-fields label:nth-of-type(1),
  .twh-search-form.is-mobile-ready:not(.twh-booking-box-form) .twh-search-fields label:nth-of-type(2),
  .twh-search-form.is-mobile-ready:not(.twh-booking-box-form) .twh-search-fields label:nth-of-type(5) {
    grid-column: 1 / -1;
  }

  .twh-search-form.is-mobile-ready:not(.twh-booking-box-form) .twh-search-fields label:nth-of-type(3),
  .twh-search-form.is-mobile-ready:not(.twh-booking-box-form) .twh-search-fields label:nth-of-type(4) {
    grid-column: span 3;
  }
}

@media (max-width: 520px) {
  .twh-search-form.is-mobile-ready .twh-search-sheet {
    border-radius: 8px 8px 0 0;
  }

  .twh-result-sort {
    align-items: stretch;
    flex-direction: column;
  }

  .twh-result-sort button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .twh-room-card,
  .twh-room-card-image img,
  .twh-gallery-item img,
  .twh-public-button,
  .twh-select-room,
  .twh-checkout-link,
  .twh-search-form button,
  .twh-search-form.is-popup .twh-search-fields > label,
  .twh-search-sheet,
  .twh-search-sheet-backdrop,
  .twh-mobile-booking-bar,
  .twh-mobile-booking-bar button {
    scroll-behavior: auto;
    transition: none;
  }
}

/* Hotel Link booking bridge: isolated provider UI, browser-owned page scroll. */
.twh-hotel-link,
.twh-hotel-link-entry,
.twh-hotel-link-unavailable {
  box-sizing: border-box;
  color: var(--twh-ui-text, #242626);
  font-family: var(--twh-ui-body, inherit);
}

.twh-hotel-link {
  background: var(--twh-ui-surface, #fff);
  border: 1px solid var(--twh-ui-line, #dedbd3);
  border-radius: 16px;
  box-shadow: 0 16px 44px rgba(20, 24, 25, .08);
  margin: clamp(14px, 2vw, 22px) auto 56px;
  max-width: 1180px;
  overflow: hidden;
  scroll-margin-top: 96px;
  width: min(100%, 1180px);
}

.twh-hotel-link__head {
  align-items: center;
  background: var(--twh-ui-surface-soft, #f7f5ef);
  border-bottom: 1px solid var(--twh-ui-line, #dedbd3);
  display: flex;
  gap: 22px;
  justify-content: space-between;
  padding: clamp(14px, 2vw, 20px) clamp(16px, 2.4vw, 24px);
}

.twh-hotel-link__head h2 {
  color: var(--twh-ui-ink, #171a1b);
  font-family: var(--twh-ui-heading, inherit);
  font-size: clamp(22px, 2.5vw, 30px);
  line-height: 1.12;
  margin: 5px 0 6px;
}

.twh-hotel-link__head p {
  color: var(--twh-ui-muted, #686b68);
  font-size: 13px;
  line-height: 1.55;
  margin: 0;
  max-width: 700px;
}

.twh-hotel-link__secure {
  align-items: center;
  background: #eff7f1;
  border: 1px solid #cde4d2;
  border-radius: 999px;
  color: #28713d;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 10px;
  font-weight: 700;
  gap: 6px;
  letter-spacing: .04em;
  padding: 8px 11px;
  text-transform: uppercase;
}

.twh-hotel-link__stage {
  min-height: 620px;
  position: relative;
}

.twh-hotel-link.is-ready .twh-hotel-link__stage {
  min-height: 0;
}

.twh-hotel-link__frame {
  background: transparent;
  border: 0;
  display: block;
  height: 760px;
  min-height: 480px;
  overflow: hidden;
  transition: none;
  width: 100%;
}

.twh-hotel-link__loading {
  align-items: center;
  background: var(--twh-ui-surface, #fff);
  display: flex;
  flex-direction: column;
  inset: 0;
  justify-content: center;
  min-height: 620px;
  padding: 42px 22px;
  position: absolute;
  text-align: center;
  z-index: 2;
}

.twh-hotel-link__loading[hidden],
.twh-hotel-link__fallback[hidden] {
  display: none !important;
}

.twh-hotel-link__loading i {
  animation: twh-hotel-link-spin .8s linear infinite;
  border: 3px solid #e6e1d6;
  border-radius: 50%;
  border-top-color: var(--twh-ui-accent, #b89a53);
  height: 34px;
  margin-bottom: 18px;
  width: 34px;
}

.twh-hotel-link__loading strong,
.twh-hotel-link__fallback strong {
  color: var(--twh-ui-ink, #171a1b);
  font-size: 16px;
}

.twh-hotel-link__loading span,
.twh-hotel-link__fallback span {
  color: var(--twh-ui-muted, #686b68);
  font-size: 13px;
  margin-top: 7px;
}

.twh-hotel-link__fallback,
.twh-hotel-link-unavailable {
  align-items: center;
  background: #fff9ed;
  border-top: 1px solid #ead9ad;
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 28px;
  text-align: center;
}

.twh-hotel-link__fallback .twh-public-button {
  margin-top: 12px;
}

.twh-hotel-link-entry {
  align-items: center;
  background: var(--twh-ui-surface, #fff);
  border: 1px solid var(--twh-ui-line, #dedbd3);
  border-radius: 14px;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: clamp(20px, 3vw, 30px);
}

.twh-hotel-link-entry h3 {
  color: var(--twh-ui-ink, #171a1b);
  font-family: var(--twh-ui-heading, inherit);
  font-size: clamp(23px, 3vw, 32px);
  line-height: 1.15;
  margin: 6px 0 8px;
}

.twh-hotel-link-entry p {
  color: var(--twh-ui-muted, #686b68);
  font-size: 13px;
  line-height: 1.55;
  margin: 0;
  max-width: 590px;
}

.twh-hotel-link-entry.is-compact {
  align-items: stretch;
  flex-direction: column;
}

.twh-hotel-link-entry.is-compact .twh-public-button {
  justify-content: center;
  width: 100%;
}

.twh-mobile-booking-bar.is-hotel-link a {
  align-items: center;
  background: var(--twh-ui-accent, #b89a53);
  border-radius: 4px;
  color: #171a1b;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  text-decoration: none;
}

@keyframes twh-hotel-link-spin { to { transform: rotate(360deg); } }

@media (max-width: 767px) {
  .twh-hotel-link {
    border-radius: 13px;
    margin: 10px 6px 48px;
    scroll-margin-top: 78px;
    width: calc(100% - 12px);
  }

  .twh-hotel-link__head,
  .twh-hotel-link-entry {
    align-items: stretch;
    flex-direction: column;
  }

  .twh-hotel-link__head {
    gap: 8px;
    padding: 13px 14px;
  }

  .twh-hotel-link__head h2 {
    font-size: 21px;
    margin: 3px 0 4px;
  }

  .twh-hotel-link__head p {
    font-size: 12px;
    line-height: 1.45;
  }

  .twh-hotel-link__secure {
    align-self: flex-start;
    font-size: 9px;
    padding: 6px 9px;
  }

  .twh-hotel-link__stage,
  .twh-hotel-link__loading {
    min-height: 560px;
  }

  .twh-hotel-link__frame {
    min-height: 480px;
  }

  .twh-hotel-link-entry .twh-public-button {
    justify-content: center;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .twh-hotel-link__frame { transition: none; }
  .twh-hotel-link__loading i { animation: none; }
}
