.city-hub {
  --city-ink: #10203f;
  --city-blue: #1766ff;
  --city-coral: #ff5a5f;
  --city-cyan: #11b8d8;
  --city-mint: #1ea971;
  --city-gold: #ffb347;
  --city-violet: #6b51ff;
  --city-surface: rgba(255, 255, 255, 0.96);
  --city-soft: #eff5ff;
  --city-line: #dce8fb;
  --city-muted: #627491;
  --city-shadow: 0 24px 60px rgba(16, 32, 63, 0.1);
  background:
    radial-gradient(circle at top left, rgba(255, 90, 95, 0.14), transparent 24%),
    radial-gradient(circle at top right, rgba(23, 102, 255, 0.18), transparent 28%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 42%, #f8fbff 100%);
  color: var(--city-ink);
  overflow: hidden;
  padding: 34px 0 56px;
}

.city-hub__shell {
  max-width: 1280px;
}

.city-hub__section {
  margin-top: 28px;
}

.city-hub__panel {
  border: 1px solid var(--city-line);
  border-radius: 30px;
  background: var(--city-surface);
  box-shadow: var(--city-shadow);
}

.city-hub__eyebrow {
  color: var(--city-blue);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.city-hub__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid rgba(255, 179, 71, 0.55);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 30px rgba(23, 102, 255, 0.08);
  color: var(--city-ink);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.city-hub__hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
  gap: 30px;
  align-items: center;
}

.city-hub__hero-copy {
  position: relative;
  z-index: 1;
}

.city-hub__hero-copy h1 {
  margin: 14px 0 18px;
  font-size: clamp(3.35rem, 7vw, 6rem);
  line-height: 0.92;
  font-weight: 900;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.city-hub__hero-copy h1 span {
  display: block;
  background: linear-gradient(90deg, var(--city-coral) 0%, var(--city-violet) 45%, var(--city-blue) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.city-hub__lead {
  max-width: 560px;
  margin: 0 0 12px;
  color: var(--city-ink);
  font-size: 1.42rem;
  line-height: 1.5;
  font-weight: 600;
}

.city-hub__sublead {
  max-width: 540px;
  margin: 0;
  color: var(--city-muted);
  font-size: 1.02rem;
  line-height: 1.78;
}

.city-hub__hero-actions,
.city-hub__official-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.city-hub__button,
.city-hub__button:hover,
.city-hub__button:focus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 18px;
  border: 0;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.city-hub__button:hover,
.city-hub__button:focus {
  transform: translateY(-2px);
}

.city-hub__button--primary {
  background: linear-gradient(135deg, #1766ff 0%, #0f54df 100%);
  box-shadow: 0 18px 34px rgba(23, 102, 255, 0.22);
  color: #fff;
}

.city-hub__button--ghost {
  border: 1px solid rgba(16, 32, 63, 0.09);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 32px rgba(16, 32, 63, 0.08);
  color: var(--city-ink);
}

.city-hub__hero-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.city-hub__hero-stat {
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(220, 232, 251, 0.9);
  backdrop-filter: blur(8px);
}

.city-hub__hero-stat strong {
  display: block;
  font-size: 1.18rem;
  font-weight: 900;
}

.city-hub__hero-stat span {
  display: block;
  margin-top: 4px;
  color: var(--city-muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.city-hub__hero-art {
  position: relative;
  min-height: 500px;
  animation: city-hub-rise 0.8s ease both;
}

.city-hub__hero-art img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  display: block;
  border-radius: 40px;
  box-shadow: 0 28px 70px rgba(16, 32, 63, 0.18);
}

.city-hub__hero-glow {
  position: absolute;
  inset: 24px 0 auto auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 179, 71, 0.48) 0%, rgba(255, 179, 71, 0) 70%);
  filter: blur(12px);
  pointer-events: none;
}

.city-hub__hero-floating {
  position: absolute;
  left: 30px;
  bottom: 30px;
  max-width: 360px;
  padding: 18px 20px;
  border-radius: 24px;
  background: rgba(14, 27, 52, 0.78);
  color: #fff;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(12px);
}

.city-hub__hero-floating span {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.city-hub__hero-floating strong {
  display: block;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.city-hub__hero-floating p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.55;
}

.city-hub__search-panel {
  margin-top: 18px;
  padding: 18px 20px;
}

.city-hub__search-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 70px;
  padding: 0 18px 0 22px;
  border: 1px solid rgba(23, 102, 255, 0.12);
  border-radius: 999px;
  background: #fff;
}

.city-hub__search-wrap i {
  color: #91a4c2;
  font-size: 1.3rem;
}

.city-hub__search-action {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  color: #91a4c2;
  cursor: pointer;
  font: inherit;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.city-hub__search-action:hover,
.city-hub__search-action:focus,
.city-hub__search-action.is-active {
  background: rgba(23, 102, 255, 0.08);
  color: var(--city-blue);
  transform: translateY(-1px);
}

.city-hub__search-action:focus {
  outline: 0;
}

.city-hub__search-action i {
  pointer-events: none;
}

.city-hub__search-wrap input {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  margin: 0;
  padding: 0 4px;
  border: 0;
  background: transparent;
  color: var(--city-ink);
  font-size: 1.05rem;
}

.city-hub__search-wrap input:focus {
  outline: 0;
}

.city-hub__search-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.city-hub__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border: 1px solid var(--city-line);
  border-radius: 999px;
  background: #fff;
  color: var(--city-ink);
  font-weight: 700;
  cursor: pointer;
  transition: all 0.18s ease;
}

.city-hub__chip:hover,
.city-hub__chip.is-active {
  border-color: rgba(23, 102, 255, 0.2);
  background: rgba(23, 102, 255, 0.08);
  color: var(--city-blue);
}

.city-hub__empty {
  margin-top: 14px;
  color: var(--city-muted);
  font-weight: 700;
}

.city-hub__planner-grid,
.city-hub__cta-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.city-hub__planner-card {
  padding: 22px;
  background:
    radial-gradient(circle at top right, rgba(23, 102, 255, 0.08), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.city-hub__planner-icon {
  width: 62px;
  height: 62px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(23, 102, 255, 0.12) 0%, rgba(17, 184, 216, 0.18) 100%);
  color: var(--city-blue);
  font-size: 1.5rem;
}

.city-hub__planner-card h3,
.city-hub__trust-item h3,
.city-hub__panel-head h3 {
  margin: 18px 0 8px;
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.city-hub__planner-card p,
.city-hub__trust-item p,
.city-hub__official-panel p,
.city-hub__assistant-panel p,
.city-hub__list-card p,
.city-hub__timeline-copy p {
  margin: 0;
  color: var(--city-muted);
  line-height: 1.7;
}

.city-hub__section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}

.city-hub__section-head h2,
.city-hub__official-panel h2 {
  margin: 6px 0 0;
  font-size: 1.82rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.city-hub__section-head a {
  color: var(--city-violet);
  font-weight: 700;
  text-decoration: none;
}

.city-hub__section-head-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 12px;
}

.city-hub__city-nav {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.city-hub__city-nav-button {
  width: 46px;
  height: 46px;
  border: 1px solid var(--city-line);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 12px 24px rgba(16, 32, 63, 0.08);
  color: var(--city-ink);
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.city-hub__city-nav-button:hover,
.city-hub__city-nav-button:focus {
  border-color: rgba(23, 102, 255, 0.22);
  color: var(--city-blue);
  box-shadow: 0 18px 32px rgba(23, 102, 255, 0.14);
  transform: translateY(-2px);
}

.city-hub__city-nav-button:disabled {
  opacity: 0.45;
  box-shadow: none;
  color: #91a4c2;
  cursor: default;
  transform: none;
}

.city-hub__spotlight {
  display: grid;
  grid-template-columns: minmax(320px, 440px) minmax(0, 1fr);
  gap: 24px;
  padding: 26px;
}

.city-hub__spotlight-art img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  display: block;
  border-radius: 26px;
}

.city-hub__highlight {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 90, 95, 0.14) 0%, rgba(107, 81, 255, 0.18) 100%);
  color: var(--city-violet);
  font-size: 0.84rem;
  font-weight: 800;
}

.city-hub__spotlight-title {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 16px 0 14px;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.city-hub__spotlight-title small {
  color: var(--city-muted);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: normal;
}

.city-hub__spotlight-summary {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.8;
}

.city-hub__fact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.city-hub__fact {
  padding: 16px 18px;
  border-radius: 20px;
  background: var(--city-soft);
  border: 1px solid rgba(220, 232, 251, 0.92);
}

.city-hub__fact span,
.city-hub__panel-head span,
.city-hub__list-card span,
.city-hub__timeline-time {
  display: block;
  color: var(--city-muted);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.city-hub__fact strong {
  display: block;
  margin-top: 8px;
  font-size: 1rem;
  line-height: 1.55;
}

.city-hub__city-grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 18px;
}

.city-hub__city-slider {
  overflow-x: auto;
  padding-bottom: 12px;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  scrollbar-color: rgba(23, 102, 255, 0.35) rgba(220, 232, 251, 0.8);
}

.city-hub__city-slider::-webkit-scrollbar {
  height: 10px;
}

.city-hub__city-slider::-webkit-scrollbar-track {
  background: rgba(220, 232, 251, 0.8);
  border-radius: 999px;
}

.city-hub__city-slider::-webkit-scrollbar-thumb {
  background: rgba(23, 102, 255, 0.35);
  border-radius: 999px;
}

.city-hub__city-card {
  display: flex;
  flex-direction: column;
  flex: 0 0 clamp(290px, 29vw, 350px);
  overflow: hidden;
  scroll-snap-align: start;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.city-hub__city-card:hover,
.city-hub__city-card.is-active {
  transform: translateY(-3px);
  border-color: rgba(23, 102, 255, 0.22);
  box-shadow: 0 24px 56px rgba(23, 102, 255, 0.14);
}

.city-hub__city-card-art img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.city-hub__city-card-copy {
  padding: 18px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.city-hub__city-card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--city-muted);
  font-size: 0.84rem;
  font-weight: 700;
}

.city-hub__city-card h3 {
  margin: 10px 0 8px;
  font-size: 1.38rem;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.city-hub__city-card p {
  min-height: 78px;
  margin: 0;
  color: var(--city-muted);
  line-height: 1.65;
}

.city-hub__city-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.city-hub__city-card-tags span {
  padding: 7px 10px;
  border-radius: 999px;
  background: #f4f8ff;
  color: var(--city-ink);
  font-size: 0.76rem;
  font-weight: 700;
}

.city-hub__city-card-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 18px;
}

.city-hub__city-card-actions a,
.city-hub__link-button {
  color: var(--city-blue);
  font-weight: 700;
  text-decoration: none;
}

.city-hub__link-button {
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.city-hub__trip-grid,
.city-hub__intel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.city-hub__list-panel,
.city-hub__timeline-panel,
.city-hub__assistant-panel,
.city-hub__checklist-panel {
  padding: 22px;
}

.city-hub__panel-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.city-hub__panel-head h3 {
  margin: 0;
}

.city-hub__panel-head span {
  text-align: right;
}

.city-hub__list-card {
  display: flex;
  gap: 14px;
  padding: 16px 0;
}

.city-hub__list-card + .city-hub__list-card {
  border-top: 1px solid rgba(220, 232, 251, 0.9);
}

.city-hub__list-card h4,
.city-hub__timeline-copy h4 {
  margin: 0 0 5px;
  font-size: 1rem;
  font-weight: 800;
}

.city-hub__list-icon {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(23, 102, 255, 0.12) 0%, rgba(17, 184, 216, 0.18) 100%);
  color: var(--city-blue);
  font-size: 1.18rem;
}

.city-hub__list-icon--warm {
  background: linear-gradient(135deg, rgba(255, 90, 95, 0.14) 0%, rgba(255, 179, 71, 0.18) 100%);
  color: var(--city-coral);
}

.city-hub__list-icon--soft {
  background: linear-gradient(135deg, rgba(30, 169, 113, 0.13) 0%, rgba(23, 102, 255, 0.16) 100%);
  color: var(--city-mint);
}

.city-hub__timeline {
  display: grid;
  gap: 16px;
}

.city-hub__timeline-item {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 16px;
  padding: 16px;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  border: 1px solid rgba(220, 232, 251, 0.92);
}

.city-hub__timeline-copy {
  position: relative;
}

.city-hub__timeline-copy::before {
  content: "";
  position: absolute;
  left: -23px;
  top: 7px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--city-coral) 0%, var(--city-blue) 100%);
  box-shadow: 0 0 0 6px rgba(23, 102, 255, 0.08);
}

.city-hub__checklist {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.city-hub__checklist li {
  position: relative;
  padding: 0 0 0 30px;
  color: var(--city-muted);
  line-height: 1.75;
}

.city-hub__checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--city-mint) 0%, var(--city-blue) 100%);
  box-shadow: 0 0 0 5px rgba(30, 169, 113, 0.12);
}

.city-hub__assistant-panel {
  background:
    radial-gradient(circle at top right, rgba(107, 81, 255, 0.18), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8f4ff 100%);
}

.city-hub__assistant-actions {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.city-hub__assistant-actions button {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid rgba(107, 81, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--city-ink);
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  transition: all 0.18s ease;
}

.city-hub__assistant-actions button:hover {
  border-color: rgba(23, 102, 255, 0.2);
  color: var(--city-blue);
}

.city-hub__cta-card {
  padding: 22px 24px;
  border-radius: 28px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 20px 44px rgba(16, 32, 63, 0.15);
}

.city-hub__cta-card h3 {
  margin: 0 0 6px;
  font-size: 1.42rem;
  font-weight: 900;
}

.city-hub__cta-card p {
  margin: 0;
  opacity: 0.96;
  line-height: 1.6;
}

.city-hub__cta-card--blue {
  background: linear-gradient(135deg, #1766ff 0%, #0f54df 100%);
}

.city-hub__cta-card--coral {
  background: linear-gradient(135deg, #ff5a5f 0%, #ff8b4e 100%);
}

.city-hub__cta-card--mint {
  background: linear-gradient(135deg, #1ea971 0%, #11b8d8 100%);
}

.city-hub__official-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 28px;
}

.city-hub__trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
}

.city-hub__trust-item {
  display: flex;
  gap: 16px;
  padding: 24px;
}

.city-hub__trust-item + .city-hub__trust-item {
  border-left: 1px solid rgba(220, 232, 251, 0.9);
}

.city-hub__trust-icon {
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: var(--city-soft);
  color: var(--city-blue);
  font-size: 1.3rem;
}

.city-hub [data-city-card].is-hidden,
.city-hub [data-city-search].is-hidden {
  display: none !important;
}

@keyframes city-hub-rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1279px) {
  .city-hub__hero {
    grid-template-columns: 1fr;
  }

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

  .city-hub__official-panel {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 1099px) {
  .city-hub__spotlight,
  .city-hub__trip-grid,
  .city-hub__intel-grid {
    grid-template-columns: 1fr;
  }

  .city-hub__hero-stats,
  .city-hub__fact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .city-hub__trust {
    grid-template-columns: 1fr;
  }

  .city-hub__trust-item + .city-hub__trust-item {
    border-left: 0;
    border-top: 1px solid rgba(220, 232, 251, 0.9);
  }
}

@media (max-width: 899px) {
  .city-hub__planner-grid,
  .city-hub__cta-grid {
    grid-template-columns: 1fr;
  }

  .city-hub__hero-art img {
    min-height: 360px;
  }

  .city-hub__hero-floating {
    right: 18px;
    left: 18px;
    bottom: 18px;
    max-width: none;
  }

  .city-hub__city-card {
    flex-basis: min(82vw, 320px);
  }
}

@media (max-width: 767px) {
  .city-hub {
    padding-top: 22px;
  }

  .city-hub__hero-copy h1 {
    font-size: clamp(2.8rem, 14vw, 4rem);
  }

  .city-hub__lead {
    font-size: 1.16rem;
  }

  .city-hub__hero-stats {
    grid-template-columns: 1fr 1fr;
  }

  .city-hub__search-wrap {
    min-height: 60px;
  }

  .city-hub__spotlight,
  .city-hub__list-panel,
  .city-hub__timeline-panel,
  .city-hub__assistant-panel,
  .city-hub__checklist-panel,
  .city-hub__planner-card {
    padding: 18px;
  }

  .city-hub__section-head,
  .city-hub__panel-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .city-hub__section-head-actions {
    justify-content: flex-start;
  }

  .city-hub__city-nav {
    width: 100%;
    justify-content: flex-start;
  }

  .city-hub__city-card {
    flex-basis: min(86vw, 310px);
  }

  .city-hub__panel-head span {
    text-align: left;
  }

  .city-hub__timeline-item {
    grid-template-columns: 1fr;
  }

  .city-hub__timeline-copy::before {
    left: -1px;
    top: -11px;
  }
}
