.chbe .chbe-head {
  display: block;
  padding: 58px 64px 54px;
}

.chbe .chbe-head-copy { max-width: 780px; }

.chbe .chbe-brand {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: var(--ink);
  border-radius: 3px;
  text-align: center;
  overflow: hidden;
}

.chbe .chbe-brand img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 310px;
  object-fit: cover;
}

.chbe .chbe-brand > div { display: none; }

.chbe .chbe-brand-name {
  display: block;
  margin-top: 9px;
  color: var(--wine);
  font: 700 15px Georgia, serif;
}

.chbe .chbe-brand small {
  display: block;
  margin-top: 4px;
  color: #70625d;
  font: italic 11px Georgia, serif;
}

.chbe .chbe-home-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin-bottom: 30px;
  padding: 0 15px;
  border: 1px solid rgba(240,169,90,.55);
  border-radius: 999px;
  color: #f6bd78;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
}

.chbe .chbe-home-link span { margin-right: 7px; font-size: 15px; }

.chbe .chbe-home-link:hover,
.chbe .chbe-home-link:focus-visible { color: #fff; }

.chbe .chbe-payment {
  margin: 0 0 24px;
  padding: 0;
  border: 0;
}

.chbe .chbe-payment legend {
  margin-bottom: 12px;
  color: var(--ink);
  font: 700 21px Georgia, serif;
}

.chbe .chbe-payment-option {
  display: grid;
  grid-template-columns: 22px minmax(0,1fr);
  align-items: center;
  gap: 13px;
  padding: 18px 20px;
  border: 1px solid var(--gold);
  border-radius: 8px;
  background: #fffaf2;
  cursor: default;
  text-transform: none;
  letter-spacing: 0;
}

.chbe .chbe-payment-option input { position: absolute; opacity: 0; pointer-events: none; }
.chbe .chbe-payment-check { position: relative; width: 21px; height: 21px; border: 2px solid var(--wine); border-radius: 50%; }
.chbe .chbe-payment-check:after { content: ""; position: absolute; inset: 4px; border-radius: 50%; background: var(--wine); }
.chbe .chbe-payment-copy { display: flex; flex-direction: column; gap: 4px; }
.chbe .chbe-payment-copy b { color: var(--wine); font: 700 17px Georgia, serif; }
.chbe .chbe-payment-copy small { color: #625750; font-size: 12px; line-height: 1.45; }

.chbe .chbe-room {
  grid-template-columns: 150px 24px minmax(0, 1fr) auto;
  gap: 17px;
  min-height: 122px;
  padding: 0 22px 0 0 !important;
  overflow: hidden;
}

.chbe .chbe-room-image {
  align-self: stretch;
  min-height: 122px;
  overflow: hidden;
  background: #eee;
}

.chbe .chbe-room-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 122px;
  object-fit: cover;
  transition: transform .35s ease;
}

.chbe .chbe-room:hover .chbe-room-image img,
.chbe .chbe-room.selected .chbe-room-image img {
  transform: scale(1.035);
}

@media (max-width: 850px) {
  .chbe .chbe-head {
    padding: 48px 42px 44px;
  }

  .chbe .chbe-brand img { height: 80px; }

  .chbe .chbe-room {
    grid-template-columns: 130px 22px minmax(0, 1fr);
  }

  .chbe .chbe-price {
    grid-column: 3;
    text-align: left;
    flex-direction: row;
    align-items: baseline;
    gap: 8px;
  }
}

@media (max-width: 560px) {
  .chbe .chbe-head {
    padding: 38px 24px 36px;
  }

  .chbe .chbe-home-link { min-height: 36px; margin-bottom: 25px; padding: 0 14px; }
  .chbe .chbe-head h2 { max-width: 310px; font-size: 38px; line-height: 1.02; }
  .chbe .chbe-head p { max-width: 320px; font-size: 15px; line-height: 1.55; }

  .chbe .chbe-brand {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    aspect-ratio: 4 / 3;
    padding: 0;
  }

  .chbe .chbe-brand img { height: 100%; min-height: 0; }
  .chbe .chbe-brand-name { margin-top: 7px; font-size: 13px; }
  .chbe .chbe-brand small { font-size: 10px; }

  .chbe .chbe-room {
    grid-template-columns: 76px 20px minmax(0, 1fr);
    gap: 10px;
    min-height: 108px;
    padding-right: 12px !important;
  }

  .chbe .chbe-room-image,
  .chbe .chbe-room-image img { min-height: 108px; }
  .chbe .chbe-room-main b { font-size: 18px; }
  .chbe .chbe-room-main small { font-size: 11px; }
  .chbe .chbe-price { grid-column: 3; flex-direction: column; gap: 2px; }
  .chbe .chbe-price strong { font-size: 19px; }
}

/* Full-bleed booking page: remove the theme frame only when this engine is present. */
body:has(.chbe) { overflow-x: hidden; }
body:has(.chbe) .wp-site-blocks { padding-left: 0 !important; padding-right: 0 !important; }
body:has(.chbe) .wp-site-blocks > header,
body:has(.chbe) header.wp-block-template-part,
body:has(.chbe) .site-header,
body:has(.chbe) #masthead,
body:has(.chbe) .entry-header,
body:has(.chbe) .page-header { display: none !important; }
body:has(.chbe) main,
body:has(.chbe) .site-main,
body:has(.chbe) .entry-content,
body:has(.chbe) .wp-block-post-content,
body:has(.chbe) .wp-block-group,
body:has(.chbe) .is-layout-constrained,
body:has(.chbe) .is-layout-flow { max-width: none !important; width: 100% !important; margin: 0 !important; padding: 0 !important; }
.chbe {
  width: 100vw !important;
  max-width: none !important;
  margin: 0 0 0 calc(50% - 50vw) !important;
  padding: 48px 20px !important;
}
@media (max-width: 560px) {
  .chbe { padding: 0 !important; }
  .chbe .chbe-shell { box-shadow: none; }
}
