/* Hotels listing + detail extras — matching tours cinematic layout */
.rb-hotels-page {
  background:
    radial-gradient(ellipse 55% 32% at 100% 8%, rgba(196, 162, 101, 0.16), transparent 55%),
    radial-gradient(ellipse 45% 28% at 0% 42%, rgba(31, 122, 110, 0.08), transparent 50%),
    var(--rb-mist);
}

.rb-hotels-hero {
  position: relative;
  z-index: 24;
  padding: 128px 0 0;
  overflow: visible;
  min-height: 460px;
  isolation: isolate;
}
.rb-hotels-hero__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  background: #1a1012;
  z-index: 0;
}
.rb-hotels-hero__photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--rb-hero-focus, center center);
  display: block;
}
.rb-hotels-hero__bg::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 56px;
  background: linear-gradient(180deg, transparent, var(--rb-mist));
  pointer-events: none;
}
.rb-hotels-hero__veil,
.rb-hotels-hero__glow {
  position: absolute;
  pointer-events: none;
}
.rb-hotels-hero__veil {
  inset: 0;
  z-index: 1;
  background: linear-gradient(108deg, rgba(12, 18, 24, 0.56) 0%, rgba(18, 28, 32, 0.24) 48%, rgba(12, 18, 24, 0.16) 100%);
}
.rb-hotels-hero__glow {
  inset: auto -10% -20% 35%;
  z-index: 2;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(196, 162, 101, 0.42), transparent 70%);
  filter: blur(10px);
  animation: rb-hotels-pulse 7s ease-in-out infinite alternate;
}
@keyframes rb-hotels-pulse {
  from { opacity: .55; transform: scale(1); }
  to { opacity: 1; transform: scale(1.08); }
}
.rb-hotels-hero .container {
  position: relative;
  z-index: 3;
  overflow: visible;
}
.rb-hotels-hero__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: end;
  gap: 28px;
  margin-bottom: 8px;
}
.rb-hotels-hero__intro {
  max-width: 680px;
  margin-bottom: 12px;
  color: #fff;
  position: relative;
}
.rb-hotels-hero__intro::before {
  content: "";
  position: absolute;
  right: -22px;
  top: 38px;
  width: 3px;
  height: 72px;
  border-radius: 3px;
  background: linear-gradient(180deg, var(--rb-gold), transparent);
}
.rb-hotels-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  margin-bottom: 14px;
}
.rb-hotels-hero__title {
  margin: 0 0 12px;
  font-size: clamp(30px, 4.4vw, 52px);
  font-weight: 900;
  line-height: 1.22;
  color: #fff;
  text-shadow: 0 12px 40px rgba(0, 0, 0, 0.32);
}
.rb-hotels-hero__title em {
  font-style: normal;
  color: #f3e0b5;
}
.rb-hotels-hero__desc {
  margin: 0 0 18px;
  font-size: 15.5px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.84);
  max-width: 34em;
}
.rb-hotels-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.rb-hotels-hero__stats li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}
.rb-hotels-hero__stats strong { font-weight: 900; }

.rb-hotels-hero__collage {
  position: relative;
  height: 248px;
  margin-bottom: 18px;
}
.rb-hotels-hero__shot {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  box-shadow:
    0 22px 48px rgba(8, 6, 8, 0.38),
    0 0 0 3px rgba(255, 255, 255, 0.18);
  background: #2a181c;
}
.rb-hotels-hero__shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.rb-hotels-hero__shot figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--rb-ink);
  font-size: 11.5px;
  font-weight: 800;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rb-hotels-hero__shot--1 {
  width: 168px;
  height: 210px;
  right: 118px;
  top: 8px;
  transform: rotate(-9deg);
  z-index: 1;
}
.rb-hotels-hero__shot--2 {
  width: 176px;
  height: 224px;
  right: 8px;
  top: 0;
  transform: rotate(7deg);
  z-index: 2;
}
.rb-hotels-hero__shot--3 {
  width: 150px;
  height: 188px;
  right: 72px;
  top: 52px;
  transform: rotate(-2deg);
  z-index: 3;
}

.rb-hotels-page .rb-hotels-search,
.rb-hotels-search {
  position: relative;
  z-index: 30;
  margin-top: 18px;
  margin-bottom: -28px;
  background: transparent;
  padding: 0;
  border: 0;
  box-shadow: none;
  overflow: visible;
}
.rb-hotels-page .rb-search { z-index: 30; overflow: visible; }
.rb-hotels-page .rb-search__tabs { display: none !important; }
.rb-hotels-page .rb-search__shell {
  border-radius: 28px !important;
  border: 0 !important;
  box-shadow: 0 18px 40px rgba(12, 8, 10, 0.12) !important;
  overflow: visible !important;
}
.rb-hotels-page .rb-search__field,
.rb-hotels-page .rb-citybox {
  overflow: visible;
  z-index: 2;
}
.rb-hotels-page .rb-search__field:focus-within,
.rb-hotels-page .rb-citybox:focus-within {
  z-index: 40;
}
.rb-hotels-page .rb-cities {
  z-index: 90;
}

.rb-hotels-body {
  position: relative;
  z-index: 1;
  padding-top: 64px !important;
  padding-bottom: 88px !important;
  background: transparent;
}
.rb-hotels-body::after { display: none; }

.rb-hotels-promises {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0 0 26px;
}
.rb-hotels-promise {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 112px;
  padding: 20px 20px 20px 18px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(26, 28, 30, 0.06);
  box-shadow: 0 14px 32px rgba(26, 28, 30, 0.05);
  transition: transform .3s cubic-bezier(.22, 1, .36, 1), box-shadow .3s ease, border-color .2s ease;
}
.rb-hotels-promise::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  right: 0;
  width: 4px;
  border-radius: 4px 0 0 4px;
}
.rb-hotels-promise:nth-child(1)::before { background: linear-gradient(180deg, var(--rb-gold), #d4b36f); }
.rb-hotels-promise:nth-child(2)::before { background: linear-gradient(180deg, var(--rb-teal), #3aa394); }
.rb-hotels-promise:nth-child(3)::before { background: linear-gradient(180deg, var(--rb-sky), #6a93b0); }
.rb-hotels-promise:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgba(26, 28, 30, 0.1);
}
.rb-hotels-promise__ico {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}
.rb-hotels-promise:nth-child(1) {
  background: radial-gradient(120% 90% at 100% 0%, rgba(196, 162, 101, 0.16), transparent 58%), #fff;
}
.rb-hotels-promise:nth-child(1) .rb-hotels-promise__ico {
  color: var(--rb-gold-dark);
  background: var(--rb-gold-soft);
}
.rb-hotels-promise:nth-child(2) {
  background: radial-gradient(120% 90% at 100% 0%, rgba(31, 122, 110, 0.12), transparent 58%), #fff;
}
.rb-hotels-promise:nth-child(2) .rb-hotels-promise__ico {
  color: var(--rb-teal);
  background: var(--rb-teal-soft);
}
.rb-hotels-promise:nth-child(3) {
  background: radial-gradient(120% 90% at 100% 0%, rgba(61, 107, 140, 0.12), transparent 58%), #fff;
}
.rb-hotels-promise:nth-child(3) .rb-hotels-promise__ico {
  color: var(--rb-sky);
  background: var(--rb-sky-soft);
}
.rb-hotels-promise:nth-child(1):hover { border-color: rgba(196, 162, 101, 0.42); }
.rb-hotels-promise:nth-child(2):hover { border-color: rgba(31, 122, 110, 0.28); }
.rb-hotels-promise:nth-child(3):hover { border-color: rgba(61, 107, 140, 0.28); }
.rb-hotels-promise__copy strong {
  display: block;
  font-size: 16px;
  font-weight: 850;
  color: var(--rb-ink);
  line-height: 1.4;
}
.rb-hotels-promise__copy p {
  margin: 6px 0 0;
  font-size: 13px;
  font-weight: 650;
  color: #6b6e6a;
  line-height: 1.7;
}

.rb-hotels-rail {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 24px;
  padding: 12px 14px 12px 12px;
  min-width: 0;
  max-width: 100%;
  border-radius: 22px;
  background: linear-gradient(180deg, #fff, #fbf7f1);
  border: 1px solid rgba(196, 162, 101, 0.18);
  box-shadow: 0 12px 32px rgba(154, 120, 64, 0.08);
}
.rb-hotels-rail__copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex-shrink: 0;
  padding: 4px 10px 4px 4px;
}
.rb-hotels-rail__copy strong {
  font-size: 13.5px;
  font-weight: 850;
  color: var(--rb-ink);
  white-space: nowrap;
}
.rb-hotels-rail__copy small {
  font-size: 11.5px;
  font-weight: 650;
  color: #8a9098;
  white-space: nowrap;
}
.rb-hotels-chips {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.rb-hotels-chips::-webkit-scrollbar { display: none; }
.rb-hotels-chips__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  height: 42px;
  padding: 0 14px 0 8px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(26, 28, 30, 0.08);
  color: var(--rb-ink);
  font-size: 13.5px;
  font-weight: 800;
  text-decoration: none !important;
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}
.rb-hotels-chips__item--plain { padding: 0 16px; }
.rb-hotels-chips__item:hover,
.rb-hotels-chips__item.is-active {
  background: var(--rb-navy);
  color: #fff;
  border-color: transparent;
  transform: translateY(-1px);
}
.rb-hotels-chips__av {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--rb-gold-soft);
  color: var(--rb-gold-dark);
  font-size: 12px;
  font-weight: 900;
}
.rb-hotels-chips__item.is-active .rb-hotels-chips__av,
.rb-hotels-chips__item:hover .rb-hotels-chips__av {
  background: rgba(255, 255, 255, 0.16);
  color: #f3e0b5;
}
.rb-hotels-chips__count {
  font-size: 11px;
  font-weight: 800;
  opacity: .62;
}

.rb-hotels-layout {
  display: grid;
  grid-template-columns: 308px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}
.rb-hotels-filters-toggle {
  display: none;
  width: 100%;
  height: 50px;
  margin-bottom: 14px;
  border: 1px solid rgba(26, 28, 30, 0.08);
  border-radius: 18px;
  background: #fff;
  color: var(--rb-ink);
  font-size: 14px;
  font-weight: 800;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 10px 24px rgba(26, 28, 30, 0.05);
}
.rb-hotels-filters-toggle svg { color: var(--rb-gold-dark); }

.rb-hotels-filters__card {
  position: sticky;
  top: 96px;
  isolation: isolate;
  background: linear-gradient(180deg, #fffdfc 0%, #fff 42%), #fff;
  border-radius: 28px;
  border: 1px solid rgba(26, 28, 30, 0.06);
  box-shadow: 0 20px 48px rgba(26, 28, 30, 0.07), 0 0 0 1px rgba(255, 255, 255, 0.7) inset;
  padding: 0 0 18px;
  overflow: hidden;
}
.rb-hotels-filters__card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--rb-gold), var(--rb-red));
}
.rb-hotels-filters__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 22px 20px 8px;
}
.rb-hotels-filters__brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.rb-hotels-filters__ico {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--rb-gold-soft);
  color: var(--rb-gold-dark);
}
.rb-hotels-filters__head h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 900;
  color: var(--rb-ink);
}
.rb-hotels-filters__head small {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 650;
  color: #8a8c8a;
}
.rb-hotels-filters__reset {
  font-size: 12.5px;
  font-weight: 800;
  color: var(--rb-red);
  text-decoration: none !important;
  padding-top: 8px;
}
.rb-hotels-filters__group {
  padding: 16px 20px 4px;
  border-top: 1px solid #f1ece8;
  margin-top: 10px;
}
.rb-hotels-filters__group.is-first { border-top: 0; padding-top: 8px; }
.rb-hotels-filters__label {
  display: block;
  margin-bottom: 12px;
  font-size: 12.5px;
  font-weight: 850;
  color: #6b6e6a;
}
.rb-hotels-filters__stars {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.rb-hotels-filters__star {
  position: relative;
}
.rb-hotels-filters__star input { position: absolute; opacity: 0; pointer-events: none; }
.rb-hotels-filters__star span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f7f4ef;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 800;
  color: var(--rb-ink);
  cursor: pointer;
}
.rb-hotels-filters__star span svg { color: #d4b36f; }
.rb-hotels-filters__star span em {
  font-style: normal;
  font-size: 11px;
  font-weight: 700;
  color: #8a8c8a;
}
.rb-hotels-filters__star.is-active span,
.rb-hotels-filters__star:has(input:checked) span {
  background: var(--rb-navy);
  color: #fff;
}
.rb-hotels-filters__star.is-active span em,
.rb-hotels-filters__star:has(input:checked) span em { color: rgba(255,255,255,.7); }
.rb-hotels-filters__star:hover span {
  border-color: rgba(196, 162, 101, 0.4);
}
.rb-hotels-filters__prices {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.rb-hotels-filters__money {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.rb-hotels-filters__money > span {
  font-size: 12px;
  font-weight: 700;
  color: #8a8c8a;
}
.rb-hotels-filters__money-box {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 46px;
  padding: 0 12px;
  border-radius: 14px;
  background: #f7f4ef;
  border: 1px solid transparent;
}
.rb-hotels-filters__money-box em {
  font-style: normal;
  font-size: 11.5px;
  font-weight: 800;
  color: #8a8c8a;
}
.rb-hotels-filters__money-box input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  outline: none;
  font-size: 14px;
  font-weight: 800;
  font-family: inherit;
  color: var(--rb-ink);
}
.rb-hotels-filters__money-box:focus-within {
  background: #fff;
  border-color: rgba(196, 162, 101, 0.45);
  box-shadow: 0 0 0 4px rgba(196, 162, 101, 0.12);
}
.rb-hotels-filters__quick {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}
.rb-hotels-filters__quick button {
  appearance: none;
  border: 0;
  background: #fff;
  border: 1px solid rgba(26, 28, 30, 0.08);
  height: 34px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  font-family: inherit;
  color: #5a5d5a;
  cursor: pointer;
}
.rb-hotels-filters__quick button:hover,
.rb-hotels-filters__quick button.is-on {
  background: var(--rb-gold-soft);
  color: var(--rb-gold-dark);
  border-color: rgba(196, 162, 101, 0.35);
}
.rb-hotels-filters__apply {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 40px);
  margin: 18px 20px 0;
  height: 48px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(145deg, #ff3142, var(--rb-red));
  color: #fff;
  font-size: 15px;
  font-weight: 850;
  font-family: inherit;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(225, 29, 46, 0.24);
}
.rb-hotels-filters__apply:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 28px rgba(225, 29, 46, 0.28);
}

.rb-hotels-block__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}
.rb-hotels-block__eyebrow {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 800;
  color: var(--rb-gold-dark);
}
.rb-hotels-block__title {
  margin: 0;
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 900;
  color: var(--rb-ink);
}
.rb-hotels-block__count {
  margin: 8px 0 0;
  font-size: 13px;
  font-weight: 700;
  color: #8a8c8a;
}
.rb-hotels-block__more {
  display: inline-flex;
  align-items: center;
  height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(196, 162, 101, 0.28);
  background: #fff;
  font-size: 13px;
  font-weight: 800;
  color: var(--rb-gold-dark);
  text-decoration: none !important;
}
.rb-hotels-block__more:hover {
  background: var(--rb-red);
  color: #fff;
  border-color: transparent;
}

.rb-hotels-page .rb-hotels-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.rb-hotels-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 56px 24px;
  text-align: center;
  background: #fff;
  border-radius: 22px;
  border: 1px dashed #e4dfde;
}
.rb-hotels-empty strong {
  display: block;
  font-size: 18px;
  font-weight: 900;
  color: var(--rb-ink);
}
.rb-hotels-empty p {
  margin: 8px 0 18px;
  font-weight: 650;
  color: #8a8c8a;
}
.rb-hotels-empty a {
  display: inline-flex;
  align-items: center;
  height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--rb-red);
  color: #fff !important;
  font-weight: 800;
  text-decoration: none !important;
}
.rb-hotels-pagination { margin-top: 28px; }

/* Hotel detail extras */
.rb-hotel-detail {
  background:
    radial-gradient(ellipse 50% 28% at 0% 12%, rgba(196, 162, 101, 0.12), transparent 55%),
    var(--rb-mist);
}
.rb-hd-stars {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.28);
}
.rb-hd-stars svg.is-on { color: #ffd166; }
.rb-hd-amenities {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.rb-hd-amenities li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 10px 12px;
  border-radius: 16px;
  background: linear-gradient(180deg, #fff 0%, #fbf7f1 100%);
  border: 1px solid rgba(196, 162, 101, 0.16);
  font-size: 13.5px;
  font-weight: 750;
  color: var(--rb-ink);
  line-height: 1.5;
}
.rb-hd-amenities__mark {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: var(--rb-gold-soft);
  color: var(--rb-gold-dark);
}
.rb-hd-amenities-more {
  margin-top: 16px;
}
.rb-hd-faq {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.rb-hd-faq__item {
  border-radius: 16px;
  background: #fbf7f1;
  border: 1px solid rgba(26, 28, 30, 0.05);
  overflow: hidden;
}
.rb-hd-faq__item summary {
  cursor: pointer;
  list-style: none;
  padding: 14px 16px;
  font-size: 14.5px;
  font-weight: 850;
  color: var(--rb-ink);
}
.rb-hd-faq__item summary::-webkit-details-marker { display: none; }
.rb-hd-faq__item summary::after {
  content: "+";
  float: left;
  color: var(--rb-gold-dark);
  font-weight: 900;
}
.rb-hd-faq__item[open] summary::after { content: "−"; }
.rb-hd-faq__answer {
  padding: 0 16px 16px;
  font-size: 14px;
  line-height: 1.9;
  font-weight: 600;
  color: #4a4d4a;
}
.rb-hd-call {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 46px;
  margin-top: 10px;
  border-radius: 14px;
  border: 1px solid rgba(31, 122, 110, 0.22);
  background: var(--rb-teal-soft);
  color: var(--rb-teal-dark) !important;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none !important;
}
.rb-hd-related { padding-bottom: 80px; }
.rb-hd-related__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

@media (max-width: 1199px) {
  .rb-hotels-page .rb-hotels-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rb-hd-related__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 1100px) {
  .rb-hotels-hero__top { grid-template-columns: minmax(0, 1fr) 260px; }
  .rb-hotels-hero__shot--1 { width: 140px; height: 180px; right: 96px; }
  .rb-hotels-hero__shot--2 { width: 148px; height: 192px; }
  .rb-hotels-hero__shot--3 { width: 128px; height: 160px; right: 58px; }
}
@media (max-width: 991px) {
  .rb-hotels-page { max-width: 100%; overflow-x: clip; }
  .rb-hotels-hero { padding: 118px 0 0; max-width: 100%; }
  .rb-hotels-hero__top { grid-template-columns: 1fr; overflow: hidden; }
  .rb-hotels-hero__collage { display: none; }
  .rb-hotels-hero__intro::before { display: none; }
  .rb-hotels-hero__glow { display: none; }
  .rb-hotels-search { margin-bottom: -12px; }
  .rb-hotels-promises { grid-template-columns: 1fr; }
  .rb-hotels-rail {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 14px;
  }
  .rb-hotels-layout,
  .rb-hotels-results,
  .rb-hotels-grid {
    min-width: 0;
    max-width: 100%;
  }
  .rb-hotels-layout { grid-template-columns: minmax(0, 1fr); }
  .rb-hotels-filters-toggle { display: inline-flex; }
  .rb-hotels-filters { display: none; }
  .rb-hotels-filters.is-open { display: block; }
  .rb-hotels-filters__card { position: static; }
}
@media (max-width: 700px) {
  .rb-hotels-hero { padding: 108px 0 0; min-height: 0; }
  .rb-hotels-search { margin-top: 16px; margin-bottom: 0; }
  .rb-hotels-page .rb-search__shell { border-radius: 22px !important; }
  .rb-hotels-page .rb-hotels-grid,
  .rb-hd-related__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .rb-hd-amenities { grid-template-columns: 1fr; }
  .rb-hotels-hero__stats li { font-size: 12px; }
  .rb-hotels-promise { min-height: 0; }
}
@media (max-width: 480px) {
  .rb-hotels-page .rb-hotels-grid,
  .rb-hd-related__grid { grid-template-columns: minmax(0, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  .rb-hotels-hero__glow { animation: none; }
}
