/* Hotel property sheet — white OTA page, not tour/ticket or cream cards */
body.rb-hotel-page {
  background: #fff;
}
body.rb-hotel-page .rb-ambient {
  display: none;
}
body.rb-hotel-page .rb-main {
  background: #fff;
}

.rb-hp {
  --hp-line: #e8e6e3;
  --hp-muted: #6b7178;
  --hp-soft: #f6f7f8;
  color: var(--rb-ink);
  background: #fff;
  padding-top: 96px;
}

.rb-hp-crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 0 0 18px;
  font-size: 13px;
  font-weight: 700;
  color: var(--hp-muted);
}
.rb-hp-crumb a {
  color: var(--rb-navy);
  text-decoration: none !important;
}
.rb-hp-crumb a:hover { color: var(--rb-red); }
.rb-hp-crumb b { font-weight: 800; color: var(--rb-ink); }

.rb-hp-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}
.rb-hp-head__copy { min-width: 0; flex: 1; }
.rb-hp-head h1 {
  margin: 0 0 8px;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 900;
  line-height: 1.35;
  color: #15181c;
}
.rb-hp-head__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--hp-muted);
}
.rb-hp-stars {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: rgba(21, 24, 28, 0.16);
}
.rb-hp-stars svg.is-on { color: #c4a265; }
.rb-hp-stars em {
  margin-right: 6px;
  font-style: normal;
  font-weight: 800;
  color: var(--rb-ink);
}
.rb-hp-loc {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.rb-hp-loc svg { color: var(--rb-red); flex-shrink: 0; }
.rb-hp-maplink {
  color: var(--rb-red) !important;
  font-weight: 800;
  text-decoration: none !important;
}
.rb-hp-maplink:hover { text-decoration: underline !important; }
.rb-hp-head__fare {
  flex-shrink: 0;
  text-align: left;
}
.rb-hp-head__fare small {
  display: block;
  margin-bottom: 2px;
  font-size: 11px;
  font-weight: 800;
  color: var(--hp-muted);
}
.rb-hp-head__fare strong {
  display: block;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--rb-ink);
}
.rb-hp-head__fare span {
  font-size: 12px;
  font-weight: 750;
  color: var(--hp-muted);
}

.rb-hp-stage {
  position: relative;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  height: 420px;
  overflow: hidden;
  background: #1b1d20;
}
.rb-hp-stage.has-peeks {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(160px, 0.9fr);
  gap: 4px;
}
.rb-hp-stage.is-quad .rb-hp-stage__peeks {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
.rb-hp-stage__main,
.rb-hp-stage__peek {
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #222;
  cursor: zoom-in;
}
.rb-hp-stage__main img,
.rb-hp-stage__peek img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.rb-hp-stage__peeks {
  display: grid;
  grid-template-rows: repeat(auto-fit, minmax(0, 1fr));
  gap: 4px;
  min-height: 0;
}
.rb-hp-stage__peek { position: relative; }
.rb-hp-stage__peek span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(12, 14, 18, 0.48);
  color: #fff;
  font-size: 18px;
  font-weight: 850;
}
.rb-hp-stage__btn {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 2;
  height: 34px;
  padding: 0 12px;
  border: 0;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.94);
  color: #15181c;
  font-size: 12.5px;
  font-weight: 850;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
}

.rb-hp-fac {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 16px 0 0;
  padding: 14px 0;
  list-style: none;
  border-bottom: 1px solid var(--hp-line);
}
.rb-hp-fac li {
  position: relative;
  padding-right: 14px;
  font-size: 13px;
  font-weight: 750;
  color: #2c3136;
}
.rb-hp-fac li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--rb-red);
}

.rb-hp-nav {
  position: sticky;
  top: 72px;
  z-index: 18;
  background: #fff;
  border-bottom: 1px solid var(--hp-line);
}
.rb-hp-nav__track {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  scrollbar-width: none;
}
.rb-hp-nav__track::-webkit-scrollbar { display: none; }
.rb-hp-nav a {
  flex: 0 0 auto;
  padding: 14px 0 12px;
  border-bottom: 2px solid transparent;
  color: #4a5056;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none !important;
}
.rb-hp-nav a:hover {
  color: var(--rb-red);
  border-bottom-color: var(--rb-red);
}

.rb-hp-body { padding: 28px 0 72px; }
.rb-hp-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 36px;
  align-items: start;
}
.rb-hp-main {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}
.rb-hp-sec {
  padding: 22px 0 26px;
  border-bottom: 1px solid var(--hp-line);
}
.rb-hp-sec:last-child { border-bottom: 0; }
.rb-hp-sec h2 {
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 900;
  color: #15181c;
}
.rb-hp-sec h3 {
  margin: 18px 0 10px;
  font-size: 15px;
  font-weight: 850;
}
.rb-hp-prose {
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
  color: #3d4248;
}
.rb-hp-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  border-bottom: 1px solid var(--hp-line);
}
.rb-hp-pair .rb-hp-sec { border-bottom: 0; }
.rb-hp-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.rb-hp-list li {
  position: relative;
  padding: 0 16px 0 0;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.8;
  color: #3d4248;
}
.rb-hp-list li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c4a265;
}
.rb-hp-list.is-alert li::before { background: var(--rb-red); }
.rb-hp-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.rb-hp-chips li {
  padding: 7px 12px;
  border: 1px solid var(--hp-line);
  background: var(--hp-soft);
  font-size: 13px;
  font-weight: 750;
  color: #2c3136;
}

.rb-hp-aside { min-width: 0; }
.rb-hp-book {
  position: sticky;
  top: 96px;
  padding: 18px 18px 16px;
  border: 1px solid var(--hp-line);
  background: #fff;
  box-shadow: 0 10px 28px rgba(21, 24, 28, 0.08);
}
.rb-hp-book__kicker {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 800;
  color: var(--rb-red);
}
.rb-hp-book__price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
}
.rb-hp-book__price strong {
  font-size: 26px;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #15181c;
}
.rb-hp-book__price span {
  font-size: 12.5px;
  font-weight: 750;
  color: var(--hp-muted);
}
.rb-hp-book__stay {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin-bottom: 14px;
  border: 1px solid var(--hp-line);
  background: var(--hp-line);
}
.rb-hp-book__stay.is-solo { grid-template-columns: 1fr; }
.rb-hp-book__stay div {
  padding: 10px 12px;
  background: #fff;
}
.rb-hp-book__stay small,
.rb-hp-book__dl dt {
  display: block;
  margin-bottom: 3px;
  font-size: 11px;
  font-weight: 800;
  color: var(--hp-muted);
}
.rb-hp-book__stay b,
.rb-hp-book__dl dd {
  margin: 0;
  font-size: 13.5px;
  font-weight: 850;
  color: #15181c;
}
.rb-hp-book__dl {
  margin: 0 0 14px;
}
.rb-hp-book__dl div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 0;
  border-bottom: 1px solid var(--hp-line);
}
.rb-hp-book__dl div:last-child { border-bottom: 0; }
.rb-hp-book__rooms {
  display: block;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 800;
  color: var(--rb-red);
  text-decoration: none !important;
}
.rb-hp-book__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  background: var(--rb-red);
  color: #fff !important;
  font-size: 15px;
  font-weight: 850;
  text-decoration: none !important;
}
.rb-hp-book__cta:hover { background: var(--rb-red-dark); }
.rb-hp-book__call {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 44px;
  margin-top: 8px;
  border: 1px solid var(--hp-line);
  color: var(--rb-navy) !important;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none !important;
}
.rb-hp-book__note {
  margin: 12px 0 0;
  text-align: center;
  font-size: 11.5px;
  font-weight: 650;
  color: #8a9098;
  line-height: 1.6;
}

.rb-hp .rb-hd-room {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  gap: 16px;
  padding: 14px 0;
  border: 0;
  border-bottom: 1px solid var(--hp-line);
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}
.rb-hp .rb-hd-room:last-child { border-bottom: 0; }
.rb-hp .rb-hd-room.is-text { grid-template-columns: 1fr; }
.rb-hp .rb-hd-room__media {
  border-radius: 0;
  background: #eee;
}
.rb-hp .rb-hd-room__media img { min-height: 140px; }
.rb-hp .rb-hd-room__board {
  background: var(--hp-soft);
  color: #3d4248;
  border-radius: 4px;
}
.rb-hp .rb-hd-room__cta {
  border-radius: 6px;
  background: var(--rb-red);
  box-shadow: none;
}
.rb-hp .rb-hd-around__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 16px;
}
.rb-hp .rb-place-map {
  border-radius: 0;
  border-color: var(--hp-line);
}
.rb-hp .rb-place-map__canvas { border-radius: 0; height: 260px; }
.rb-hp .rb-hd-nearby__item {
  border-radius: 0;
  border-color: var(--hp-line);
  background: #fff;
}
.rb-hp .rb-hd-faq__item {
  border-radius: 0;
  background: #fff;
  border-color: var(--hp-line);
}

.rb-hp-more {
  padding: 8px 0 80px;
  border-top: 1px solid var(--hp-line);
  background: #fafafa;
}
.rb-hp-more__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin: 28px 0 16px;
}
.rb-hp-more__head h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 900;
}
.rb-hp-more__head a {
  font-size: 13.5px;
  font-weight: 800;
  color: var(--rb-red);
  text-decoration: none !important;
}
.rb-hp-more__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.rb-hp-more__item {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 8px;
  background: #fff;
  border: 1px solid var(--hp-line);
  color: inherit;
  text-decoration: none !important;
}
.rb-hp-more__item:hover { border-color: #c9c6c2; }
.rb-hp-more__item img {
  width: 92px;
  height: 72px;
  object-fit: cover;
  display: block;
}
.rb-hp-more__item strong {
  display: block;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.5;
  color: #15181c;
}
.rb-hp-more__item small {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 700;
  color: var(--hp-muted);
}
.rb-hp-more__item em {
  font-style: normal;
  font-size: 13px;
  font-weight: 850;
  color: #15181c;
  white-space: nowrap;
}
.rb-hp-more__item em span {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: var(--hp-muted);
}

@media (max-width: 991px) {
  .rb-hp { padding-top: 84px; }
  .rb-hp-nav { top: 60px; }
  .rb-hp-head { flex-direction: column; align-items: stretch; }
  .rb-hp-head__fare { text-align: right; }
  .rb-hp-stage {
    width: 100%;
    height: auto;
    min-height: 240px;
  }
  .rb-hp-stage.has-peeks {
    grid-template-columns: 1fr;
    height: auto;
  }
  .rb-hp-stage__main { height: 240px; }
  .rb-hp-stage__peeks {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: 84px;
  }
  .rb-hp-stage.is-quad .rb-hp-stage__peeks {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: 84px;
  }
  .rb-hp-grid,
  .rb-hp-pair,
  .rb-hp .rb-hd-room,
  .rb-hp .rb-hd-around__grid,
  .rb-hp-more__list { grid-template-columns: 1fr; }
  .rb-hp-book { position: static; }
}
@media (max-width: 767px) {
  .rb-hp-nav { top: 56px; }
  .rb-hp-stage__peeks,
  .rb-hp-stage.is-quad .rb-hp-stage__peeks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rb-hp-more__item { grid-template-columns: 76px minmax(0, 1fr); }
  .rb-hp-more__item em { grid-column: 2; }
}
