/* Cities listing + detail extras — matching tours/hotels cinematic layout */
.rb-cities-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-cities-hero {
  position: relative;
  z-index: 24;
  padding: 128px 0 0;
  overflow: visible;
  min-height: 460px;
  isolation: isolate;
}
.rb-cities-hero__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  background: #1a1012;
  z-index: 0;
}
.rb-cities-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-cities-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-cities-hero__veil,
.rb-cities-hero__glow {
  position: absolute;
  pointer-events: none;
}
.rb-cities-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-cities-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-cities-pulse 7s ease-in-out infinite alternate;
}
@keyframes rb-cities-pulse {
  from { opacity: .55; transform: scale(1); }
  to { opacity: 1; transform: scale(1.08); }
}
.rb-cities-hero .container {
  position: relative;
  z-index: 3;
  overflow: visible;
}
.rb-cities-hero__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: end;
  gap: 28px;
  margin-bottom: 8px;
}
.rb-cities-hero__intro {
  max-width: 680px;
  margin-bottom: 12px;
  color: #fff;
  position: relative;
}
.rb-cities-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-cities-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-cities-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-cities-hero__title em {
  font-style: normal;
  color: #f3e0b5;
}
.rb-cities-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-cities-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.rb-cities-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-cities-hero__stats strong { font-weight: 900; }

.rb-cities-hero__collage {
  position: relative;
  height: 248px;
  margin-bottom: 18px;
}
.rb-cities-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-cities-hero__shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.rb-cities-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-cities-hero__shot--1 {
  width: 168px;
  height: 210px;
  right: 118px;
  top: 8px;
  transform: rotate(-9deg);
  z-index: 1;
}
.rb-cities-hero__shot--2 {
  width: 176px;
  height: 224px;
  right: 8px;
  top: 0;
  transform: rotate(7deg);
  z-index: 2;
}
.rb-cities-hero__shot--3 {
  width: 150px;
  height: 188px;
  right: 72px;
  top: 52px;
  transform: rotate(-2deg);
  z-index: 3;
}

.rb-cities-page .rb-cities-search,
.rb-cities-search {
  position: relative;
  z-index: 30;
  margin-top: 18px;
  margin-bottom: -28px;
  background: transparent;
  padding: 0;
  border: 0;
  box-shadow: none;
  overflow: visible;
}
.rb-cities-page .rb-search { z-index: 30; overflow: visible; }
.rb-cities-page .rb-search__tabs { display: none !important; }
.rb-cities-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-cities-page .rb-search__field,
.rb-cities-page .rb-citybox {
  overflow: visible;
  z-index: 2;
}
.rb-cities-page .rb-search__field:focus-within,
.rb-cities-page .rb-citybox:focus-within {
  z-index: 40;
}
.rb-cities-page .rb-cities {
  z-index: 220;
}

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

.rb-cities-promises {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0 0 26px;
}
.rb-cities-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-cities-promise::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  right: 0;
  width: 4px;
  border-radius: 4px 0 0 4px;
}
.rb-cities-promise:nth-child(1)::before { background: linear-gradient(180deg, var(--rb-gold), #d4b36f); }
.rb-cities-promise:nth-child(2)::before { background: linear-gradient(180deg, var(--rb-teal), #3aa394); }
.rb-cities-promise:nth-child(3)::before { background: linear-gradient(180deg, var(--rb-sky), #6a93b0); }
.rb-cities-promise:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgba(26, 28, 30, 0.1);
}
.rb-cities-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-cities-promise:nth-child(1) {
  background: radial-gradient(120% 90% at 100% 0%, rgba(196, 162, 101, 0.16), transparent 58%), #fff;
}
.rb-cities-promise:nth-child(1) .rb-cities-promise__ico {
  color: var(--rb-gold-dark);
  background: var(--rb-gold-soft);
}
.rb-cities-promise:nth-child(2) {
  background: radial-gradient(120% 90% at 100% 0%, rgba(31, 122, 110, 0.12), transparent 58%), #fff;
}
.rb-cities-promise:nth-child(2) .rb-cities-promise__ico {
  color: var(--rb-teal);
  background: var(--rb-teal-soft);
}
.rb-cities-promise:nth-child(3) {
  background: radial-gradient(120% 90% at 100% 0%, rgba(61, 107, 140, 0.12), transparent 58%), #fff;
}
.rb-cities-promise:nth-child(3) .rb-cities-promise__ico {
  color: var(--rb-sky);
  background: var(--rb-sky-soft);
}
.rb-cities-promise:nth-child(1):hover { border-color: rgba(196, 162, 101, 0.42); }
.rb-cities-promise:nth-child(2):hover { border-color: rgba(31, 122, 110, 0.28); }
.rb-cities-promise:nth-child(3):hover { border-color: rgba(61, 107, 140, 0.28); }
.rb-cities-promise__copy strong {
  display: block;
  font-size: 16px;
  font-weight: 850;
  color: var(--rb-ink);
  line-height: 1.4;
}
.rb-cities-promise__copy p {
  margin: 6px 0 0;
  font-size: 13px;
  font-weight: 650;
  color: #6b6e6a;
  line-height: 1.7;
}

.rb-cities-rail {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 24px;
  padding: 12px 14px 12px 12px;
  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-cities-rail__copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex-shrink: 0;
  padding: 4px 10px 4px 4px;
}
.rb-cities-rail__copy strong {
  font-size: 13.5px;
  font-weight: 850;
  color: var(--rb-ink);
  white-space: nowrap;
}
.rb-cities-rail__copy small {
  font-size: 11.5px;
  font-weight: 650;
  color: #8a9098;
  white-space: nowrap;
}
.rb-cities-chips {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.rb-cities-chips::-webkit-scrollbar { display: none; }
.rb-cities-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-cities-chips__item--plain { padding: 0 16px; }
.rb-cities-chips__item:hover,
.rb-cities-chips__item.is-active {
  background: var(--rb-navy);
  color: #fff;
  border-color: transparent;
  transform: translateY(-1px);
}
.rb-cities-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-cities-chips__item.is-active .rb-cities-chips__av,
.rb-cities-chips__item:hover .rb-cities-chips__av {
  background: rgba(255, 255, 255, 0.16);
  color: #f3e0b5;
}
.rb-cities-chips__count {
  font-size: 11px;
  font-weight: 800;
  opacity: .62;
}

.rb-cities-block__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}
.rb-cities-block__eyebrow {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 800;
  color: var(--rb-gold-dark);
}
.rb-cities-block__title {
  margin: 0;
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 900;
  color: var(--rb-ink);
}
.rb-cities-block__count {
  margin: 8px 0 0;
  font-size: 13px;
  font-weight: 700;
  color: #8a8c8a;
}
.rb-cities-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-cities-block__more:hover {
  background: var(--rb-red);
  color: #fff;
  border-color: transparent;
}

.rb-cities-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 220px;
  gap: 16px;
}
.rb-city-card {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 220px;
  border-radius: 24px;
  text-decoration: none !important;
  color: #fff;
  box-shadow: 0 16px 36px rgba(26, 28, 30, 0.1);
  isolation: isolate;
}
.rb-city-card.is-hero {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 456px;
}
.rb-city-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .7s ease;
}
.rb-city-card:hover img { transform: scale(1.08); }
.rb-city-card__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(16, 10, 12, 0.22) 0%, rgba(16, 10, 12, 0.04) 36%, rgba(16, 10, 12, 0.88) 100%);
}
.rb-city-card__chips {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  left: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  pointer-events: none;
}
.rb-city-card__province,
.rb-city-card__weather {
  display: inline-flex;
  align-items: center;
  max-width: calc(50% - 4px);
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(18, 14, 16, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px);
  font-size: 12px;
  font-weight: 800;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rb-city-card__body {
  position: absolute;
  z-index: 2;
  right: 14px;
  left: 14px;
  bottom: 14px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 6px;
  max-height: calc(100% - 56px);
  overflow: hidden;
}
.rb-city-card__body strong {
  flex: 0 0 auto;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.3;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.45);
}
.rb-city-card.is-hero .rb-city-card__body strong { font-size: 34px; }
.rb-city-card__body em {
  flex: 0 1 auto;
  min-height: 0;
  font-style: normal;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  overflow: hidden;
}
.rb-city-card.is-hero .rb-city-card__body em { -webkit-line-clamp: 3; line-clamp: 3; }
.rb-city-card.is-compact .rb-city-card__body em { -webkit-line-clamp: 2; line-clamp: 2; }
.rb-city-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  flex: 0 0 auto;
}
.rb-city-card__meta b,
.rb-city-card__meta i {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 800;
  font-style: normal;
}
.rb-city-card__meta b {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.rb-city-card__meta i {
  background: #fff;
  color: var(--rb-ink);
}
.rb-city-card:hover .rb-city-card__meta i {
  background: var(--rb-red);
  color: #fff;
}

.rb-cities-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 56px 24px;
  text-align: center;
  background: #fff;
  border-radius: 22px;
  border: 1px dashed #e4dfde;
}
.rb-cities-empty strong {
  display: block;
  font-size: 18px;
  font-weight: 900;
  color: var(--rb-ink);
}
.rb-cities-empty p {
  margin: 8px 0 18px;
  font-weight: 650;
  color: #8a8c8a;
}
.rb-cities-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-cities-pagination { margin-top: 28px; }

.rb-city-detail {
  background:
    radial-gradient(ellipse 50% 28% at 0% 12%, rgba(196, 162, 101, 0.12), transparent 55%),
    var(--rb-mist);
}
.rb-city-detail .rb-city-chapter,
.rb-city-detail .rb-td-related,
.rb-city-detail .rb-city-plan {
  scroll-margin-top: 148px;
}
.rb-city-facts .rb-td-fact strong {
  font-size: 14.5px;
  line-height: 1.55;
}

.rb-city-nav {
  position: sticky;
  top: 76px;
  z-index: 40;
  margin: 8px 0 0;
  background: rgba(251, 247, 241, 0.92);
  border-bottom: 1px solid rgba(196, 162, 101, 0.18);
  backdrop-filter: blur(14px);
}
.rb-city-nav__rail {
  display: flex;
  align-items: center;
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 10px 0;
}
.rb-city-nav__rail::-webkit-scrollbar { display: none; }
.rb-city-nav a {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(26, 28, 30, 0.08);
  color: var(--rb-ink);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
  white-space: nowrap;
}
.rb-city-nav a:hover,
.rb-city-nav a.is-active {
  background: var(--rb-navy);
  color: #fff;
  border-color: transparent;
}

.rb-city-body { padding-top: 28px !important; }
.rb-city-main { gap: 20px; }

.rb-city-chapter {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 24px;
  border: 1px solid rgba(26, 28, 30, 0.06);
  box-shadow: 0 12px 32px rgba(26, 28, 30, 0.05);
  padding: 0 0 18px;
}
.rb-city-chapter::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
}
.rb-city-chapter--intro::before { background: linear-gradient(90deg, var(--rb-navy), var(--rb-sky)); }
.rb-city-chapter--history::before { background: linear-gradient(90deg, var(--rb-gold), #d4b36f); }
.rb-city-chapter--nature::before { background: linear-gradient(90deg, var(--rb-teal), #3aa394); }
.rb-city-chapter--souvenirs::before { background: linear-gradient(90deg, var(--rb-gold), var(--rb-red)); }
.rb-city-chapter--food::before { background: linear-gradient(90deg, var(--rb-red), #ff7a6b); }
.rb-city-chapter--move::before { background: linear-gradient(90deg, var(--rb-sky), var(--rb-navy)); }
.rb-city-chapter__head {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 24px 8px;
}
.rb-city-chapter__ico {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.rb-city-chapter--intro .rb-city-chapter__ico { background: #eef2f6; color: var(--rb-navy); }
.rb-city-chapter--history .rb-city-chapter__ico { background: var(--rb-gold-soft); color: var(--rb-gold-dark); }
.rb-city-chapter--nature .rb-city-chapter__ico { background: var(--rb-teal-soft); color: var(--rb-teal); }
.rb-city-chapter--souvenirs .rb-city-chapter__ico { background: var(--rb-gold-soft); color: var(--rb-gold-dark); }
.rb-city-chapter--food .rb-city-chapter__ico { background: var(--rb-red-soft); color: var(--rb-red); }
.rb-city-chapter--move .rb-city-chapter__ico { background: var(--rb-sky-soft); color: var(--rb-sky); }
.rb-city-chapter__eyebrow {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 800;
  color: var(--rb-gold-dark);
}
.rb-city-chapter--nature .rb-city-chapter__eyebrow { color: var(--rb-teal); }
.rb-city-chapter--food .rb-city-chapter__eyebrow { color: var(--rb-red); }
.rb-city-chapter--move .rb-city-chapter__eyebrow { color: var(--rb-sky); }
.rb-city-chapter__head h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 900;
  color: var(--rb-ink);
}
.rb-city-chapter__quote {
  margin: 8px 24px 12px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #fbf7f1;
  border-right: 3px solid var(--rb-gold);
  font-size: 14.5px;
  font-weight: 750;
  line-height: 1.9;
  color: #3d403d;
}
.rb-city-chapter--nature .rb-city-chapter__quote {
  background: #f3faf7;
  border-right-color: var(--rb-teal);
}
.rb-city-chapter__prose {
  padding: 4px 24px 0;
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
  color: #4a4d4a;
}
.rb-city-chapter__prose p { margin: 0 0 12px; }
.rb-city-chapter__prose.is-folded {
  max-height: 12.4em;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(180deg, #000 58%, transparent);
  mask-image: linear-gradient(180deg, #000 58%, transparent);
}
.rb-city-chapter__more {
  display: inline-flex;
  align-items: center;
  margin: 4px 24px 0;
  padding: 0 14px;
  height: 36px;
  border: 1px solid rgba(196, 162, 101, 0.32);
  border-radius: 999px;
  background: #fff;
  color: var(--rb-gold-dark);
  font-size: 13px;
  font-weight: 800;
  font-family: inherit;
  cursor: pointer;
}
.rb-city-chapter__more:hover {
  background: var(--rb-gold-soft);
}

.rb-city-taste {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}
.rb-city-taste > .rb-city-chapter { height: 100%; }
.rb-city-taste > .rb-city-chapter:only-of-type { grid-column: 1 / -1; }

.rb-city-pass {
  position: sticky;
  top: 148px;
  overflow: hidden;
  background: #fff;
  border-radius: 26px;
  border: 1px solid rgba(26, 28, 30, 0.06);
  box-shadow: 0 22px 48px rgba(28, 42, 58, 0.1);
}
.rb-city-pass__stamp {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 20px 22px;
  color: #fff;
  background:
    radial-gradient(120% 90% at 100% 0%, rgba(196, 162, 101, 0.28), transparent 58%),
    linear-gradient(165deg, #243044 0%, #141a22 100%);
}
.rb-city-pass__mark {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: linear-gradient(180deg, #e8d4a8, var(--rb-gold));
  color: #1c1810;
  font-size: 24px;
  font-weight: 900;
  box-shadow:
    0 12px 24px rgba(8, 10, 14, 0.28),
    inset 0 0 0 2px rgba(255, 255, 255, 0.28);
  transform: rotate(-8deg);
}
.rb-city-pass__identity { min-width: 0; }
.rb-city-pass__stamp small {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #e8d4a8;
}
.rb-city-pass__stamp strong {
  display: block;
  margin-top: 3px;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.25;
}
.rb-city-pass__stamp em {
  display: block;
  margin-top: 3px;
  font-style: normal;
  font-size: 13px;
  font-weight: 650;
  color: rgba(255, 255, 255, 0.72);
}
.rb-city-pass__body {
  position: relative;
  padding: 0 0 8px;
  background: #fff;
}
.rb-city-pass__body::before {
  content: "";
  display: block;
  height: 0;
  margin: 0 16px;
  border-top: 1.5px dashed rgba(196, 162, 101, 0.45);
}
.rb-city-pass__facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  margin: 0;
  padding: 4px 8px 8px;
}
.rb-city-pass__facts li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  min-width: 0;
  padding: 12px 12px 14px;
  border-bottom: 1px solid #f1ece8;
  border-inline-end: 1px solid #f1ece8;
}
.rb-city-pass__facts li:nth-child(2n) { border-inline-end: 0; }
.rb-city-pass__facts li:nth-last-child(1):nth-child(odd) {
  grid-column: 1 / -1;
  border-inline-end: 0;
}
.rb-city-pass__facts span {
  font-size: 11.5px;
  font-weight: 800;
  color: #8a8c8a;
}
.rb-city-pass__facts b {
  font-size: 13.5px;
  font-weight: 850;
  line-height: 1.55;
  color: var(--rb-ink);
  text-align: start;
}
.rb-city-pass__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px 16px 18px;
}
.rb-city-pass__cta,
.rb-city-pass__alt,
.rb-city-pass__help {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 46px;
  margin: 0;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none !important;
}
.rb-city-pass__cta {
  background: linear-gradient(145deg, #ff3142, var(--rb-red));
  color: #fff !important;
  box-shadow: 0 12px 22px rgba(225, 29, 46, 0.22);
}
.rb-city-pass__alt {
  border: 1px solid rgba(31, 122, 110, 0.22);
  background: var(--rb-teal-soft);
  color: var(--rb-teal-dark) !important;
}
.rb-city-pass__help {
  border: 1px solid rgba(26, 28, 30, 0.08);
  background: #fff;
  color: var(--rb-ink) !important;
}
.rb-city-pass__back {
  display: block;
  margin: 4px 0 0;
  text-align: center;
  font-size: 13px;
  font-weight: 800;
  color: var(--rb-red);
  text-decoration: none !important;
}

.rb-city-plan {
  padding: 8px 0 36px;
}
.rb-city-plan__head {
  margin-bottom: 16px;
}
.rb-city-plan__head span {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 800;
  color: var(--rb-gold-dark);
}
.rb-city-plan__head h2 {
  margin: 0;
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 900;
  color: var(--rb-ink);
}
.rb-city-plan__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.rb-city-plan__card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 148px;
  padding: 22px 20px;
  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);
  text-decoration: none !important;
  color: inherit;
  transition: transform .25s ease, box-shadow .25s ease;
}
.rb-city-plan__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgba(26, 28, 30, 0.1);
}
.rb-city-plan__card.is-tours { background: radial-gradient(120% 90% at 100% 0%, rgba(225, 29, 46, 0.1), transparent 58%), #fff; }
.rb-city-plan__card.is-hotels { background: radial-gradient(120% 90% at 100% 0%, rgba(31, 122, 110, 0.12), transparent 58%), #fff; }
.rb-city-plan__card.is-move { background: radial-gradient(120% 90% at 100% 0%, rgba(61, 107, 140, 0.12), transparent 58%), #fff; }
.rb-city-plan__ico {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.rb-city-plan__card.is-tours .rb-city-plan__ico { background: var(--rb-red-soft); color: var(--rb-red); }
.rb-city-plan__card.is-hotels .rb-city-plan__ico { background: var(--rb-teal-soft); color: var(--rb-teal); }
.rb-city-plan__card.is-move .rb-city-plan__ico { background: var(--rb-sky-soft); color: var(--rb-sky); }
.rb-city-plan__card strong {
  font-size: 18px;
  font-weight: 900;
  color: var(--rb-ink);
}
.rb-city-plan__card p {
  margin: 0;
  font-size: 13.5px;
  font-weight: 650;
  color: #6b6e6a;
}

.rb-city-terminals {
  list-style: none;
  margin: 8px 20px 4px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.rb-city-terminals a {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  padding: 12px 14px;
  border-radius: 16px;
  background: linear-gradient(180deg, #fff 0%, #fbf7f1 100%);
  border: 1px solid rgba(196, 162, 101, 0.16);
  text-decoration: none !important;
  color: var(--rb-ink);
  transition: transform .2s ease, box-shadow .2s ease;
}
.rb-city-terminals a:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(26, 28, 30, 0.06);
}
.rb-city-terminals__mark {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: var(--rb-gold-soft);
  color: var(--rb-gold-dark);
}
.rb-city-terminals span strong {
  display: block;
  font-size: 14.5px;
  font-weight: 850;
}
.rb-city-terminals span small {
  display: block;
  margin-top: 2px;
  font-size: 12.5px;
  font-weight: 650;
  color: #8a8c8a;
}
.rb-city-terminals i {
  margin-right: auto;
  color: var(--rb-gold-dark);
}
.rb-cities-related {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.rb-city-suites {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.rb-city-suites__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.rb-city-suite {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border-radius: 26px;
  border: 1px solid rgba(26, 28, 30, 0.06);
  box-shadow: 0 16px 36px rgba(28, 42, 58, 0.07);
  text-decoration: none !important;
  color: inherit;
  transition: transform .3s ease, box-shadow .3s ease;
}
.rb-city-suite:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgba(28, 42, 58, 0.12);
}
.rb-city-suite.is-featured {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.15fr);
  min-height: 360px;
}
.rb-city-suite__media {
  position: relative;
  display: block;
  overflow: hidden;
  background: #e8eef2;
  min-height: 190px;
}
.rb-city-suite.is-featured .rb-city-suite__media {
  min-height: 100%;
  height: 100%;
  align-self: stretch;
}
.rb-city-suite:not(.is-featured) .rb-city-suite__media { aspect-ratio: 16 / 10; }
.rb-city-suite__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .7s ease;
}
.rb-city-suite.is-featured .rb-city-suite__media img,
.rb-city-suite:not(.is-featured) .rb-city-suite__media img {
  position: absolute;
  inset: 0;
}
.rb-city-suite:hover .rb-city-suite__media img { transform: scale(1.06); }
.rb-city-suite__mark {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(20, 16, 14, 0.62);
  color: #f3c56b;
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(8px);
}
.rb-city-suite__mark svg { flex-shrink: 0; }
.rb-city-suite__mark b {
  margin-right: 4px;
  color: #f6e3b4;
  font-weight: 800;
}
.rb-city-suite__panel {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
  padding: 18px 18px 16px;
}
.rb-city-suite.is-featured .rb-city-suite__panel {
  justify-content: center;
  padding: 32px 28px 28px;
  background:
    radial-gradient(120% 80% at 100% 0%, rgba(196, 162, 101, 0.14), transparent 55%),
    #fff;
}
.rb-city-suite__panel small {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--rb-gold-soft);
  color: var(--rb-gold-dark);
  font-size: 11px;
  font-weight: 800;
}
.rb-city-suite__stars {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--rb-gold);
}
.rb-city-suite__stars b {
  margin-right: 6px;
  color: var(--rb-gold-dark);
  font-size: 12.5px;
  font-weight: 800;
}
.rb-city-suite__panel strong {
  display: block;
  font-size: 16.5px;
  font-weight: 900;
  line-height: 1.45;
  color: var(--rb-ink);
}
.rb-city-suite.is-featured .rb-city-suite__panel strong {
  font-size: clamp(22px, 2.4vw, 30px);
}
.rb-city-suite__panel em {
  font-style: normal;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.7;
  color: #7a7d7a;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.rb-city-suite__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.rb-city-suite__tags i {
  display: inline-flex;
  align-items: center;
  height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  background: #fbf7f1;
  border: 1px solid rgba(196, 162, 101, 0.18);
  color: var(--rb-gold-dark);
  font-size: 11.5px;
  font-weight: 800;
  font-style: normal;
}
.rb-city-suite__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid #f1ece8;
}
.rb-city-suite__foot b {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px;
  font-size: 16px;
  font-weight: 900;
  color: var(--rb-gold-dark);
}
.rb-city-suite__foot b.is-muted {
  font-size: 13px;
  font-weight: 750;
  color: #8a8c8a;
}
.rb-city-suite__foot b small {
  padding: 0;
  background: none;
  color: #8a8c8a;
  font-size: 11px;
  font-weight: 700;
}
.rb-city-suite__foot span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: var(--rb-red);
  color: #fff;
  font-size: 13px;
  font-weight: 850;
}
.rb-city-suite:not(.is-featured) .rb-city-suite__foot span {
  height: 34px;
  padding: 0 12px;
  background: rgba(225, 29, 46, 0.08);
  color: var(--rb-red);
}
.rb-city-suite:not(.is-featured):hover .rb-city-suite__foot span {
  background: var(--rb-red);
  color: #fff;
}

.rb-city-trips {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.rb-city-trips__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.rb-city-trip {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border-radius: 26px;
  border: 1px solid rgba(26, 28, 30, 0.06);
  box-shadow: 0 16px 36px rgba(28, 42, 58, 0.07);
  text-decoration: none !important;
  color: inherit;
  transition: transform .3s ease, box-shadow .3s ease;
}
.rb-city-trip:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgba(28, 42, 58, 0.12);
}
.rb-city-trip.is-featured {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.15fr);
  min-height: 340px;
}
.rb-city-trip__media {
  position: relative;
  display: block;
  overflow: hidden;
  background: #1c242c;
  min-height: 180px;
}
.rb-city-trip.is-featured .rb-city-trip__media {
  min-height: 100%;
  height: 100%;
  align-self: stretch;
}
.rb-city-trip:not(.is-featured) .rb-city-trip__media { aspect-ratio: 16 / 10; }
.rb-city-trip__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .7s ease;
}
.rb-city-trip:hover .rb-city-trip__media img { transform: scale(1.06); }
.rb-city-trip__mark {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(20, 16, 14, 0.58);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(8px);
}
.rb-city-trip__stamp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  height: 36px;
  padding: 0 14px 0 8px;
  border-radius: 999px;
  background: linear-gradient(165deg, #2c3340 0%, #141a22 100%);
  border: 1.5px solid rgba(212, 179, 111, 0.85);
  color: #f6e3b4;
  box-shadow:
    0 10px 22px rgba(12, 10, 8, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  font-size: 13px;
  font-weight: 850;
}
.rb-city-trip__stamp svg {
  width: 22px;
  height: 22px;
  padding: 4px;
  border-radius: 50%;
  background: linear-gradient(180deg, #f0ddb4, var(--rb-gold));
  color: #1c1810;
  flex-shrink: 0;
}
.rb-city-trip__stamp b { font-weight: 850; }
.rb-city-trip__media .rb-city-trip__stamp {
  position: absolute;
  z-index: 3;
  top: 14px;
  right: 14px;
}
.rb-city-trip.is-ended .rb-city-trip__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(210deg, rgba(16, 12, 10, 0.38) 0%, transparent 46%);
}
.rb-city-trip__panel {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
  padding: 18px 18px 16px;
}
.rb-city-trip.is-featured .rb-city-trip__panel {
  justify-content: center;
  padding: 32px 28px 28px;
  background:
    radial-gradient(120% 80% at 100% 0%, rgba(61, 107, 140, 0.1), transparent 55%),
    #fff;
}
.rb-city-trip__panel > small {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--rb-sky-soft);
  color: var(--rb-sky);
  font-size: 11px;
  font-weight: 800;
}
.rb-city-trip.is-ended .rb-city-trip__panel > small {
  display: none;
}
.rb-city-trip__route {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: var(--rb-navy);
  font-size: 13px;
  font-weight: 800;
}
.rb-city-trip__route b {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rb-city-trip__route i {
  flex-shrink: 0;
  width: 28px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--rb-gold), var(--rb-sky));
}
.rb-city-trip__panel strong {
  display: block;
  font-size: 16.5px;
  font-weight: 900;
  line-height: 1.45;
  color: var(--rb-ink);
}
.rb-city-trip.is-featured .rb-city-trip__panel strong {
  font-size: clamp(22px, 2.4vw, 30px);
}
.rb-city-trip__panel em {
  font-style: normal;
  font-size: 13px;
  font-weight: 650;
  color: #7a7d7a;
}
.rb-city-trip__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.rb-city-trip__facts i {
  display: inline-flex;
  align-items: center;
  height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  background: #f4f7f9;
  border: 1px solid rgba(61, 107, 140, 0.12);
  color: var(--rb-navy);
  font-size: 11.5px;
  font-weight: 800;
  font-style: normal;
}
.rb-city-trip__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid #f1ece8;
}
.rb-city-trip__foot b {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px;
  font-size: 16px;
  font-weight: 900;
  color: var(--rb-gold-dark);
}
.rb-city-trip__foot b.is-muted {
  font-size: 13px;
  font-weight: 750;
  color: #8a8c8a;
}
.rb-city-trip__foot b small {
  color: #8a8c8a;
  font-size: 11px;
  font-weight: 700;
}
.rb-city-trip__foot span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: var(--rb-red);
  color: #fff;
  font-size: 13px;
  font-weight: 850;
}
.rb-city-trip:not(.is-featured) .rb-city-trip__foot span {
  height: 34px;
  padding: 0 12px;
  background: rgba(225, 29, 46, 0.08);
  color: var(--rb-red);
}
.rb-city-trip:not(.is-featured):hover .rb-city-trip__foot span {
  background: var(--rb-red);
  color: #fff;
}
.rb-city-trip.is-ended .rb-city-trip__foot span {
  background: #f3eee8;
  color: #8a6b3d;
}
.rb-cities-nearby {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: minmax(280px, 32vw);
  gap: 18px;
}
.rb-cities-nearby .rb-city-card {
  min-height: 280px;
  height: 100%;
}
.rb-city-detail .rb-td-related { padding: 0 0 48px; }
.rb-city-nearby { padding-bottom: 80px !important; }
.rb-city-detail .rb-td-related__head {
  flex-wrap: wrap;
  align-items: flex-end;
}
.rb-city-facts .rb-td-fact strong {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.rb-city-chapter__head > div { min-width: 0; }
.rb-city-pass__facts b,
.rb-city-pass__stamp strong {
  overflow-wrap: anywhere;
}

@media (min-width: 1400px) {
  .rb-cities-nearby {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 300px;
    gap: 16px;
  }
  .rb-cities-nearby .rb-city-card { min-height: 300px; }
  .rb-cities-nearby .rb-city-card__body em { -webkit-line-clamp: 1; line-clamp: 1; }
}

@media (max-width: 1199px) {
  .rb-cities-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .rb-cities-related { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rb-city-suites__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rb-city-suites__grid .rb-city-suite:last-child:nth-child(odd) { grid-column: 1 / -1; }
  .rb-city-trips__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rb-city-trips__grid .rb-city-trip:last-child:nth-child(odd) { grid-column: 1 / -1; }
  .rb-cities-nearby {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 300px;
  }
  .rb-cities-nearby .rb-city-card { min-height: 300px; }
}
@media (max-width: 1100px) {
  .rb-cities-hero__top { grid-template-columns: minmax(0, 1fr) 260px; }
  .rb-cities-hero__shot--1 { width: 140px; height: 180px; right: 96px; }
  .rb-cities-hero__shot--2 { width: 148px; height: 192px; }
  .rb-cities-hero__shot--3 { width: 128px; height: 160px; right: 58px; }
  .rb-city-pass { position: static; }
  .rb-city-detail .rb-td-layout {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .rb-city-detail .rb-td-aside { order: -1; }
  .rb-city-taste { grid-template-columns: 1fr; }
  .rb-city-nav { top: 76px; }
}
@media (max-width: 991px) {
  .rb-city-suite.is-featured {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .rb-city-suite.is-featured .rb-city-suite__media {
    order: -1;
    min-height: 240px;
    aspect-ratio: 16 / 9;
  }
  .rb-city-trip.is-featured {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .rb-city-trip.is-featured .rb-city-trip__media {
    order: -1;
    min-height: 240px;
    aspect-ratio: 16 / 9;
  }
  .rb-cities-page { max-width: 100%; overflow-x: clip; }
  .rb-cities-hero { padding: 118px 0 0; max-width: 100%; }
  .rb-cities-hero__top { grid-template-columns: 1fr; overflow: hidden; }
  .rb-cities-hero__collage { display: none; }
  .rb-cities-hero__intro::before { display: none; }
  .rb-cities-hero__glow { display: none; }
  .rb-cities-search { margin-bottom: -12px; }
  .rb-cities-promises { grid-template-columns: 1fr; }
  .rb-cities-rail {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 14px;
  }
  .rb-cities-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 200px; }
  .rb-city-card.is-hero {
    grid-column: span 2;
    grid-row: span 1;
    min-height: 280px;
  }
  .rb-city-card.is-hero .rb-city-card__body strong { font-size: 26px; }
  .rb-city-chapter__head { padding: 18px 18px 6px; }
  .rb-city-chapter__quote { margin-right: 18px; margin-left: 18px; }
  .rb-city-chapter__prose { padding-right: 18px; padding-left: 18px; }
  .rb-city-chapter__more { margin-right: 18px; }
  .rb-city-terminals { margin-right: 14px; margin-left: 14px; }
  .rb-city-detail .rb-td-related__head h2 { font-size: 22px; }
}
@media (max-width: 767px) {
  .rb-city-detail .rb-td-hero__film { display: none; }
  .rb-city-detail .rb-td-hero { padding-bottom: 56px; }
  .rb-city-detail .rb-td-hero__kicker { display: none; }
  .rb-city-detail .rb-td-hero__title {
    font-size: clamp(34px, 11vw, 42px);
  }
  .rb-city-detail .rb-td-hero__seo-note {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .rb-city-nav { top: 64px; }
  .rb-city-detail .rb-city-chapter,
  .rb-city-detail .rb-td-related,
  .rb-city-detail .rb-city-plan { scroll-margin-top: 120px; }
  .rb-city-plan__grid { grid-template-columns: 1fr; }
  .rb-city-detail .rb-city-facts {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
    padding: 10px;
    gap: 8px;
  }
  .rb-city-detail .rb-city-facts .rb-td-fact {
    flex: none;
    width: auto;
  }
  .rb-city-detail .rb-city-facts .rb-td-fact:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }
  .rb-cities-nearby {
    grid-template-columns: 1fr;
    grid-auto-rows: 240px;
    gap: 12px;
  }
  .rb-cities-nearby .rb-city-card { min-height: 240px; }
  .rb-cities-related { grid-template-columns: 1fr; gap: 12px; }
  .rb-city-suite.is-featured {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .rb-city-suite.is-featured .rb-city-suite__media {
    order: -1;
    min-height: 220px;
    aspect-ratio: 16 / 10;
  }
  .rb-city-suites__grid {
    grid-template-columns: 1fr;
  }
  .rb-city-suites__grid .rb-city-suite:last-child:nth-child(odd) { grid-column: auto; }
  .rb-city-trips__grid { grid-template-columns: 1fr; }
  .rb-city-trips__grid .rb-city-trip:last-child:nth-child(odd) { grid-column: auto; }
  .rb-city-trip.is-featured {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .rb-city-trip.is-featured .rb-city-trip__media {
    order: -1;
    min-height: 220px;
    aspect-ratio: 16 / 10;
  }
  .rb-city-trip.is-featured .rb-city-trip__panel { padding: 20px 18px 18px; }
  .rb-city-suite.is-featured .rb-city-suite__panel { padding: 20px 18px 18px; }
}
@media (max-width: 700px) {
  .rb-cities-hero { padding: 108px 0 0; min-height: 0; }
  .rb-cities-search { margin-top: 16px; margin-bottom: 0; }
  .rb-cities-page .rb-search__shell { border-radius: 22px !important; }
  .rb-cities-grid { grid-template-columns: 1fr 1fr; gap: 10px; grid-auto-rows: 200px; }
  .rb-city-card { min-height: 200px; border-radius: 18px; }
  .rb-city-card.is-hero { min-height: 240px; }
  .rb-city-card__body strong { font-size: 18px; }
  .rb-city-card.is-hero .rb-city-card__body strong { font-size: 22px; }
  .rb-cities-grid .rb-city-card__body em { display: none; }
  .rb-cities-nearby .rb-city-card__body em { display: none; }
  .rb-cities-hero__stats li { font-size: 12px; }
  .rb-cities-promise { min-height: 0; }
  .rb-city-chapter__head h2 { font-size: 18px; }
  .rb-city-plan__card { min-height: 0; }
  .rb-city-nav__rail { margin: 0 -4px; padding-right: 2px; padding-left: 2px; }
  .rb-city-pass__mark { width: 52px; height: 52px; font-size: 22px; }
  .rb-city-pass__stamp { padding: 16px; }
  .rb-city-pass__cta,
  .rb-city-pass__alt,
  .rb-city-pass__help { height: 44px; font-size: 13.5px; }
  .rb-city-detail .rb-td-related__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
@media (max-width: 480px) {
  .rb-cities-grid { grid-template-columns: 1fr; }
  .rb-city-card.is-hero { grid-column: auto; grid-row: auto; }
  .rb-city-detail .rb-city-facts { grid-template-columns: 1fr 1fr; }
}

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