/* Geo hub — cities / districts / GN villages (aligned with poi-hub + places-vivid) */

.geo-hub-page {
  --geo-from: #0d9488;
  --geo-to: #14b8a6;
  --geo-accent: #0f766e;
}

.geo-hub-page .catalog-page-like-listing {
  --theme-from: var(--geo-from);
  --theme-to: var(--geo-to);
  --theme-accent: var(--geo-accent);
}

.geo-hub-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding-bottom: 1.5rem;
  box-sizing: border-box;
}

.geo-hub-wrap--main {
  padding-bottom: 2rem;
}

.geo-hub-seo-rail {
  width: 100%;
  max-width: var(--catalog-rail-max, 1340px);
  margin: 0 auto;
  padding: 0 clamp(0.75rem, 2vw, 1.25rem) 0;
  box-sizing: border-box;
}

.geo-hub-seo-rail--full {
  /* Outside padded hub body — full width of page, no rail breakout */
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: clip;
}

.geo-hub-seo-rail--full .seo-about__intro {
  border-radius: 0;
}

.geo-hub-seo-rail--full .seo-about__intro .container,
.geo-hub-seo-rail--full .seo-about__faq-wrap .container {
  max-width: var(--catalog-rail-max, 1340px);
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(14px, 3.5vw, 24px);
  padding-right: clamp(14px, 3.5vw, 24px);
  box-sizing: border-box;
  width: 100%;
}

.geo-hub-seo-rail .seo-about {
  margin-bottom: 0;
}

.geo-hub-footer-gap {
  margin-top: 2.5rem;
  padding-bottom: clamp(2rem, 4vw, 3.5rem);
}

/* Hero card */
.geo-hub-card {
  position: relative;
  width: 100%;
  max-width: var(--catalog-rail-max, 1340px);
  margin: 0 auto 1.25rem;
  background: #fff;
  border-radius: 18px;
  padding: 0;
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
  box-sizing: border-box;
  overflow: hidden;
}

/* Index hubs (cities/villages): content sits directly in the card, not in hero-body */
header.geo-hub-card:not(.geo-hub-card--hero) {
  padding: 1.35rem 1.35rem 1.15rem;
}
header.geo-hub-card:not(.geo-hub-card--hero) .geo-hub-index-lead {
  margin-bottom: 0.65rem;
}
header.geo-hub-card:not(.geo-hub-card--hero) .geo-hub-stats {
  justify-content: flex-start;
  margin-bottom: 0;
}

.geo-hub-card--hero {
  min-height: clamp(380px, 42vw, 480px);
  text-align: left;
}

.geo-hub-hero-media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  z-index: 0;
  transform: scale(1.04);
  filter: saturate(1.08) contrast(1.04);
  overflow: hidden;
}

.geo-hub-hero-media__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.geo-hub-card--hero .geo-hub-hero-media {
  min-height: clamp(380px, 42vw, 480px);
}

.geo-hub-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.35) 0%, rgba(15, 23, 42, 0.08) 28%, rgba(15, 23, 42, 0.55) 100%),
    linear-gradient(105deg, rgba(15, 23, 42, 0.75) 0%, rgba(15, 23, 42, 0.2) 55%, rgba(15, 23, 42, 0.65) 100%);
  z-index: 1;
}

.geo-hub-hero-body {
  position: relative;
  z-index: 2;
  padding: clamp(1.25rem, 3vw, 2rem) clamp(1rem, 2.5vw, 1.85rem) clamp(1.35rem, 2.5vw, 1.85rem);
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  max-width: min(100%, 820px);
}

.geo-hub-card--hero .geo-hub-hero-body {
  color: #fff;
  min-height: clamp(380px, 42vw, 480px);
  justify-content: flex-end;
}

.geo-hub-hero-media--fallback {
  background:
    linear-gradient(135deg, #0d9488 0%, #115e59 45%, #134e4a 100%);
}

.geo-hub-hero-top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.65rem 1rem;
  width: 100%;
  max-width: 100%;
}

.geo-hub-hero-top .geo-hub-hero-badges {
  flex: 1 1 12rem;
  min-width: 0;
}

/* Weather — pinned top-right of full hero card */
.geo-hub-card--hero .geo-hub-weather-chip {
  position: absolute;
  top: clamp(0.85rem, 1.8vw, 1.2rem);
  right: clamp(0.55rem, 1.2vw, 0.85rem);
  left: auto;
  z-index: 5;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.55rem 0.85rem 0.55rem 0.55rem;
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.52);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.28);
  max-width: min(16rem, calc(100% - 2rem));
  margin: 0;
}

.geo-hub-weather-chip__icon-wrap {
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.geo-hub-wx-icon {
  width: 2.75rem;
  height: 2.75rem;
  display: block;
}

.geo-hub-wx-sun__core {
  fill: #fbbf24;
  filter: drop-shadow(0 0 6px rgba(251, 191, 36, 0.55));
}

.geo-hub-wx-sun__ray line {
  stroke: #fcd34d;
  stroke-width: 2.5;
  stroke-linecap: round;
}

.geo-hub-wx-icon--sun .geo-hub-wx-sun__ray {
  transform-origin: 26px 26px;
  animation: geo-hub-wx-spin 24s linear infinite;
}

.geo-hub-wx-drop {
  stroke: #7ab6d9;
  stroke-width: 2;
  stroke-linecap: round;
}

.geo-hub-wx-bolt {
  filter: drop-shadow(0 0 4px rgba(251, 191, 36, 0.6));
}

@keyframes geo-hub-wx-spin {
  to { transform: rotate(360deg); }
}

.geo-hub-weather-chip__body {
  min-width: 0;
  flex: 1;
}

.geo-hub-weather-chip__temps {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.5rem;
  line-height: 1.2;
}

.geo-hub-weather-chip__temp {
  font-size: 1.65rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff;
}

.geo-hub-weather-chip__desc {
  font-size: 0.76rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.25;
}

.geo-hub-weather-chip__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.55rem;
  margin-top: 0.3rem;
  font-size: 0.65rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.78);
}

.geo-hub-weather-chip__meta span + span::before {
  content: "·";
  margin-right: 0.55rem;
  opacity: 0.5;
}

.geo-hub-hero-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.55rem;
}

.geo-hub-hero-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.62rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.2;
  white-space: nowrap;
}

.geo-hub-hero-badge--type {
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: rgba(255, 255, 255, 0.95);
}

.geo-hub-hero-badge--landmark {
  background: rgba(13, 148, 136, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  text-transform: none;
  letter-spacing: 0.01em;
  font-size: 0.72rem;
  max-width: 100%;
  white-space: normal;
}

.geo-hub-hero-badge--cbt {
  background: rgba(234, 179, 8, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
}

.geo-hub-hero-title {
  margin: 0;
  font-size: clamp(1.75rem, 4vw, 2.65rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: #fff !important;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
}

.geo-hub-hero-sub {
  margin: 0.35rem 0 0;
  font-size: 0.92rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.4;
}

/* Weather chip (non-hero fallback — unused on hub pages) */
.geo-hub-weather-chip {
  color: #fff;
}

.geo-hub-hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.65rem;
  align-items: center;
}

.geo-hub-metric {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.32rem 0.72rem;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.geo-hub-metric strong {
  font-weight: 800;
  font-size: 0.82rem;
}

.geo-hub-card--hero .geo-hub-admin-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem;
  margin: 0;
  text-align: left;
}

.geo-hub-card--hero .geo-hub-admin-fact {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  padding: 0.55rem 0.75rem;
  min-height: 0;
}

.geo-hub-card--hero .geo-hub-admin-fact dt {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.62rem;
  white-space: normal;
  line-height: 1.25;
}

.geo-hub-card--hero .geo-hub-admin-fact dd {
  color: #fff;
  font-size: 0.84rem;
  margin-top: 0.15rem;
  white-space: normal;
  word-break: break-word;
}

@media (max-width: 900px) {
  .geo-hub-card--hero .geo-hub-admin-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .geo-hub-card--hero,
  .geo-hub-card--hero .geo-hub-hero-media,
  .geo-hub-card--hero .geo-hub-hero-body {
    min-height: 340px;
  }

  .geo-hub-hero-top {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0.35rem;
  }

  .geo-hub-card--hero .geo-hub-weather-chip {
    top: 0.55rem;
    right: 0.55rem;
    max-width: calc(100% - 1.1rem);
    padding: 0.22rem 0.42rem 0.22rem 0.32rem;
    gap: 0.3rem;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.22);
  }

  .geo-hub-weather-chip__icon-wrap,
  .geo-hub-card--hero .geo-hub-wx-icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .geo-hub-weather-chip__temp {
    font-size: 1.1rem;
  }

  .geo-hub-weather-chip__desc {
    font-size: 0.65rem;
  }

  .geo-hub-weather-chip__meta {
    margin-top: 0;
    gap: 0.15rem 0.3rem;
    font-size: 0.55rem;
    line-height: 1.15;
  }

  .geo-hub-weather-chip__temps {
    gap: 0.2rem 0.35rem;
  }

  .geo-hub-card--hero .geo-hub-admin-facts {
    grid-template-columns: 1fr 1fr;
  }
}

.geo-hub-hero-body {
  padding: 1.5rem 1.75rem;
}

.geo-hub-card__kind {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--geo-accent);
  margin: 0 0 0.5rem;
}

.geo-hub-card h1 {
  font-size: clamp(1.35rem, 2.8vw, 2rem);
  font-weight: 800;
  margin: 0 0 0.35rem;
  color: #0f172a;
  line-height: 1.2;
}

.geo-hub-card__sub {
  font-size: 0.92rem;
  color: #64748b;
  margin: 0 0 1rem;
  line-height: 1.45;
}

.geo-hub-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin: 0 0 1rem;
}

.geo-hub-stat {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #0f766e;
  background: #ecfdf5;
  border: 1px solid rgba(13, 148, 136, 0.2);
}

.geo-hub-admin-facts {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(13rem, 1fr));
  gap: 0.55rem;
  margin: 0 0 1rem;
  text-align: left;
  align-items: stretch;
}

.geo-hub-admin-fact {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  min-height: 3.35rem;
  padding: 0.55rem 0.85rem;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid rgba(148, 163, 184, 0.18);
}

.geo-hub-admin-fact dt {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #64748b;
  white-space: nowrap;
}

.geo-hub-admin-fact dd {
  margin: 0.2rem 0 0;
  font-size: 0.88rem;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.35;
  white-space: nowrap;
}

.geo-hub-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  margin-top: 0.25rem;
}

.geo-hub-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 0.62rem 1.15rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.84rem;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  white-space: nowrap;
}

.geo-hub-btn--solo {
  min-width: min(100%, 200px);
}

.geo-hub-btn--ghost {
  background: transparent;
  border: 1.5px solid rgba(13, 148, 136, 0.35);
  color: var(--geo-accent);
}

.geo-hub-card--hero .geo-hub-btn--ghost {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}

.geo-hub-card--hero .geo-hub-btn--primary {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.28);
}

.geo-hub-btn--primary {
  background: linear-gradient(135deg, var(--geo-from), var(--geo-to));
  color: #fff;
  box-shadow: 0 4px 14px rgba(13, 148, 136, 0.28);
}

.geo-hub-btn--outline {
  background: #fff;
  border: 1.5px solid rgba(13, 148, 136, 0.4);
  color: var(--geo-accent);
}

.geo-hub-btn:hover {
  transform: translateY(-1px);
}

.geo-hub-card__meta {
  font-size: 0.75rem;
  color: #94a3b8;
  margin: 0.75rem 0 0;
}

/* Filter tabs — primary navigation under hero */
.geo-hub-filter-bar {
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 1.35rem;
  max-width: none;
  padding: 0.35rem 0.5rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
}
.geo-hub-filter-bar.places-filter-inline {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.geo-hub-filter-bar .places-filter-brand-text {
  font-weight: 800;
  font-size: 0.92rem;
}

.geo-hub-filter-bar .places-filter-tabs {
  flex: 1 1 auto;
  flex-wrap: wrap;
  gap: 0.25rem;
  min-width: 0;
}

.geo-hub-airports-grid {
  margin-top: 0.75rem;
}
.geo-hub-airports-grid .svc-card-img {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.geo-hub-airports-grid .svc-card-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.geo-hub-filter-bar .places-tab {
  white-space: nowrap;
  font-weight: 600;
}

.geo-hub-filter-bar .places-tab--anchor {
  opacity: 0.92;
}

.geo-hub-filter-bar .places-tab--anchor:hover {
  opacity: 1;
}

/* Content layout */
.geo-hub-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  max-width: var(--catalog-rail-max, 1340px);
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 960px) {
  .geo-hub-layout {
    grid-template-columns: minmax(0, 1fr) 280px;
    align-items: start;
  }
}

.geo-hub-panel {
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
  padding: 1.25rem 1.5rem;
  box-sizing: border-box;
}

.geo-hub-section {
  margin-bottom: 0;
}

.geo-hub-section__title {
  margin: 0 0 0.85rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f172a;
}

.geo-hub-subsection {
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(148, 163, 184, 0.15);
}

.geo-hub-subsection:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.geo-hub-story-block {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

.geo-hub-story-block:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.geo-hub-article--lead {
  font-size: 1rem;
}

.geo-hub-cta-row,
.geo-hub-more-link {
  margin: 1rem 0 0;
}

.geo-hub-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
}

.geo-hub-board-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 0 0 1rem;
}

.geo-hub-board-links .geo-hub-stop-link {
  padding: 0.65rem 1rem;
}

.geo-hub-more-link a {
  font-weight: 600;
  color: var(--geo-accent);
  text-decoration: none;
}

.geo-hub-more-link a:hover {
  text-decoration: underline;
}

.geo-hub-poi-grid {
  margin-top: 0.25rem;
}

.geo-hub-listings-preview,
.geo-hub-listings-grid {
  margin-top: 0.5rem;
}

/* Square images with ALL corners rounded (not just top like default .svc-card-img) */
.geo-hub-listings-preview .svc-card-img,
.geo-hub-listings-grid .svc-card-img {
  border-radius: var(--z-card-photo-radius) !important;
}
.geo-hub-listings-preview .svc-card-img img,
.geo-hub-listings-preview .svc-card-img picture,
.geo-hub-listings-preview .svc-card-img video,
.geo-hub-listings-preview .svc-card-img .card-carousel,
.geo-hub-listings-preview .svc-card-img .card-carousel__slide,
.geo-hub-listings-preview .svc-card-img .card-carousel__slide img,
.geo-hub-listings-grid .svc-card-img img,
.geo-hub-listings-grid .svc-card-img picture,
.geo-hub-listings-grid .svc-card-img video,
.geo-hub-listings-grid .svc-card-img .card-carousel,
.geo-hub-listings-grid .svc-card-img .card-carousel__slide,
.geo-hub-listings-grid .svc-card-img .card-carousel__slide img {
  -webkit-clip-path: inset(0 round var(--z-card-photo-radius)) !important;
  clip-path: inset(0 round var(--z-card-photo-radius)) !important;
  border-radius: inherit !important;
}
.geo-hub-listings-preview .svc-card-img::after,
.geo-hub-listings-grid .svc-card-img::after {
  border-radius: var(--z-card-photo-radius) !important;
}

.geo-hub-listings-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
  margin-bottom: 1rem;
}

.geo-hub-listings-toolbar .cp-listings-search {
  flex: 1 1 220px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  border: 1.5px solid rgba(13, 148, 136, 0.25);
  background: #fff;
}

.geo-hub-listings-toolbar .cp-listings-search__input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 0.92rem;
  background: transparent;
  min-width: 0;
}

.geo-hub-listings-count {
  margin: 0;
  font-size: 0.85rem;
  color: #64748b;
  font-weight: 600;
}

.geo-hub-settlement-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.65rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.geo-hub-settlement-list li {
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: #f1f5f9;
  font-size: 0.82rem;
  color: #334155;
}

.geo-hub-cbt-banner {
  margin-top: 1.25rem;
  padding: 1rem 1.1rem;
  border-radius: 12px;
  background: linear-gradient(135deg, #ecfdf5, #d1fae5);
  border: 1px solid rgba(34, 197, 94, 0.25);
}

.geo-hub-cbt-banner strong {
  display: block;
  margin-bottom: 0.35rem;
  color: #15803d;
}

.geo-hub-cbt-banner p {
  margin: 0;
  font-size: 0.9rem;
  color: #166534;
  line-height: 1.5;
}

.geo-hub-stop-link {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  text-decoration: none;
  color: inherit;
}

.geo-hub-stop-link:hover strong {
  color: var(--geo-accent);
}

.geo-hub-article {
  line-height: 1.7;
  color: #334155;
  font-size: 0.95rem;
}

.geo-hub-article p {
  margin: 0 0 1rem;
}

.geo-hub-article p:last-child {
  margin-bottom: 0;
}

.geo-hub-article ul,
.geo-hub-article ol {
  margin: 0 0 1rem 1.25rem;
  padding: 0;
}

.geo-hub-article li + li {
  margin-top: 0.35rem;
}

.geo-hub-article h2,
.geo-hub-article h3,
.geo-hub-article h4 {
  margin: 1.35rem 0 0.65rem;
  color: #0f172a;
  line-height: 1.3;
}

.geo-hub-article h2 {
  font-size: 1.2rem;
}

.geo-hub-article h3 {
  font-size: 1.05rem;
}

.geo-hub-article h4 {
  font-size: 0.98rem;
}

.geo-hub-article h2:first-child,
.geo-hub-article h3:first-child,
.geo-hub-article h4:first-child {
  margin-top: 0;
}

.geo-hub-article blockquote {
  margin: 0 0 1rem;
  padding: 0.65rem 0.9rem;
  border-left: 3px solid rgba(13, 148, 136, 0.45);
  background: rgba(248, 250, 252, 0.9);
  color: #475569;
}

.geo-hub-main-article {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-top: 1.25rem;
  padding-bottom: 0.25rem;
  border-top: 1px solid rgba(148, 163, 184, 0.2);
}

.geo-hub-main-article .geo-hub-section__title {
  margin-bottom: 1rem;
}

.geo-hub-lead {
  font-size: 1rem;
  line-height: 1.65;
  color: #475569;
  margin: 0;
}

.geo-hub-status {
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 12px;
  padding: 0.85rem 1rem;
  font-size: 0.88rem;
  color: #92400e;
  text-align: center;
}

.geo-hub-kb {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(148, 163, 184, 0.15);
}

.geo-hub-kb:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.geo-hub-kb h3 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  color: #0f172a;
}

.geo-hub-kb p {
  margin: 0;
  color: #475569;
  line-height: 1.6;
  font-size: 0.92rem;
}

/* Index grids */
.geo-hub-index-card {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 1rem 1.1rem;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: #fff;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
  transition: border-color 0.15s, box-shadow 0.15s, transform 0.15s;
}

.geo-hub-index-card__kind {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--geo-accent);
}

.geo-hub-index-card[hidden] {
  display: none !important;
}

.geo-hub-index-card:hover {
  border-color: rgba(13, 148, 136, 0.35);
  box-shadow: 0 6px 18px rgba(13, 148, 136, 0.1);
  transform: translateY(-2px);
}

.geo-hub-index-card h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
}

.geo-hub-index-card span {
  font-size: 0.78rem;
  color: #64748b;
}

.geo-hub-index-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 0.85rem;
}

.geo-hub-index-lead {
  font-size: 0.95rem;
  color: #64748b;
  margin: 0 0 1.25rem;
  line-height: 1.55;
  max-width: 52rem;
}

/* Village cards in tabs */
.geo-hub-village-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 0.75rem;
}

.geo-hub-village-card {
  display: block;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: #f8fafc;
  text-decoration: none;
  color: inherit;
  transition: background 0.15s, border-color 0.15s;
}

.geo-hub-village-card:hover {
  background: #ecfdf5;
  border-color: rgba(13, 148, 136, 0.3);
}

.geo-hub-village-card h3 {
  margin: 0 0 0.25rem;
  font-size: 0.95rem;
  font-weight: 600;
}

.geo-hub-cbt {
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.15rem 0.45rem;
  border-radius: 4px;
  background: rgba(34, 197, 94, 0.15);
  color: #15803d;
}

.geo-hub-stop-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.geo-hub-stop-list li {
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.92rem;
}

.geo-hub-stop-type {
  font-size: 0.75rem;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* Sidebar */
.geo-hub-sidebar-block {
  padding: 1rem 1.1rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.2);
  margin-bottom: 0.85rem;
  box-shadow: 0 1px 8px rgba(15, 23, 42, 0.03);
}

.geo-hub-sidebar-block h3 {
  margin: 0 0 0.65rem;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--geo-accent);
}

.geo-hub-sidebar-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.88rem;
}

.geo-hub-sidebar-list li {
  padding: 0.35rem 0;
  border-bottom: 1px solid rgba(148, 163, 184, 0.1);
}

.geo-hub-sidebar-list li:last-child {
  border-bottom: none;
}

.geo-hub-sidebar-list a {
  color: #0f172a;
  text-decoration: none;
}

.geo-hub-sidebar-list a:hover {
  color: var(--geo-accent);
}

.geo-hub-sidebar-facts {
  margin: 0;
}

.geo-hub-sidebar-facts > div {
  padding: 0.4rem 0;
  border-bottom: 1px solid rgba(148, 163, 184, 0.1);
}

.geo-hub-sidebar-facts dt {
  font-size: 0.72rem;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.geo-hub-sidebar-facts dd {
  margin: 0.15rem 0 0;
  font-size: 0.88rem;
  font-weight: 600;
  color: #0f172a;
}

.geo-hub-sidebar-more,
.geo-hub-sidebar-count,
.geo-hub-sidebar-hint {
  margin: 0.5rem 0 0;
  font-size: 0.82rem;
}

.geo-hub-sidebar-more a {
  color: var(--geo-accent);
  font-weight: 600;
  text-decoration: none;
}

.geo-hub-sidebar-block--cbt {
  background: #ecfdf5;
  border-color: rgba(34, 197, 94, 0.25);
}

.geo-hub-pagination {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-top: 1.5rem;
  font-size: 0.9rem;
}

.geo-hub-pagination a {
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(13, 148, 136, 0.35);
  text-decoration: none;
  color: var(--geo-accent);
  font-weight: 600;
}

/* Cities index search */
.geo-hub-filter-bar--search .places-filter-tabs {
  display: none;
}

.geo-hub-search-form {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
  padding: 0.35rem 0.5rem 0.35rem 0;
}

.geo-hub-search-input {
  flex: 1 1 auto;
  min-width: 0;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  border: 1.5px solid rgba(13, 148, 136, 0.25);
  font-size: 0.92rem;
  background: #fff;
  color: #0f172a;
}

.geo-hub-search-input:focus {
  outline: none;
  border-color: var(--geo-from);
  box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.15);
}

.geo-hub-search-btn {
  flex: 0 0 auto;
  padding: 0.65rem 1.15rem;
  border: none;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.88rem;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(135deg, var(--geo-from), var(--geo-to));
}

.geo-hub-index-section {
  margin-bottom: 2rem;
}

.geo-hub-index-section[hidden] {
  display: none !important;
}

.geo-hub-index-section__title {
  margin: 0 0 0.85rem;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--geo-accent);
}

.geo-hub-search-empty {
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
  font-size: 0.9rem;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 640px) {
  .geo-hub-card {
    padding: 0;
    border-radius: 14px;
  }

  header.geo-hub-card:not(.geo-hub-card--hero) {
    padding: 1.15rem 1rem 1rem;
  }

  .geo-hub-hero-body {
    padding: 1.15rem 1rem;
  }

  .geo-hub-card--hero .geo-hub-hero-body {
    padding: 2rem 1rem 1.15rem;
    min-height: 200px;
  }

  .geo-hub-panel {
    padding: 1rem;
  }

  .geo-hub-history__timeline {
    padding-left: 0;
  }

  .geo-hub-footer-gap {
    margin-top: 1.75rem;
    padding-bottom: 2rem;
  }
}

/* ── History block ── */
.geo-hub-history {
  margin: 1.75rem 0 1.25rem;
  padding: 1.35rem 1.25rem;
  border-radius: 16px;
  background: linear-gradient(145deg, #f8fafc 0%, #ecfdf5 100%);
  border: 1px solid rgba(13, 148, 136, 0.18);
}

.geo-hub-history__head {
  margin-bottom: 1rem;
}

.geo-hub-history__badge {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--geo-accent);
  margin-bottom: 0.5rem;
}

.geo-hub-history__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  font-weight: 800;
  color: #0f172a;
  line-height: 1.3;
}

.geo-hub-history__lead {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.65;
  color: #334155;
  max-width: 52rem;
}

.geo-hub-history__timeline {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.geo-hub-history__event {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(148, 163, 184, 0.15);
}

.geo-hub-history__era {
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--geo-accent);
  letter-spacing: 0.02em;
  line-height: 1.3;
}

.geo-hub-history__text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #475569;
}

.geo-hub-history__sites-title {
  margin: 0 0 0.75rem;
  font-size: 0.92rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #64748b;
}

.geo-hub-history__sites-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 0.75rem;
}

.geo-hub-history__site-card {
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.18);
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

.geo-hub-history__site-card h4 {
  margin: 0 0 0.35rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: #0f172a;
}

.geo-hub-history__site-card p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.5;
  color: #64748b;
}

/* Regional site — full tourism page blocks */
.geo-region-site {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 2.5vw, 2rem);
  margin-bottom: 0.5rem;
}

.geo-region-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  padding: 1rem 1.15rem;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(13, 148, 136, 0.08), rgba(20, 184, 166, 0.04));
  border: 1px solid rgba(13, 148, 136, 0.15);
}

.geo-region-stats__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 72px;
}

.geo-region-stats__value {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--geo-accent);
  line-height: 1.1;
}

.geo-region-stats__label {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #64748b;
}

.geo-region-intro {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.geo-region-intro__province {
  display: inline-flex;
  align-self: flex-start;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--geo-accent);
  background: rgba(13, 148, 136, 0.1);
  border: 1px solid rgba(13, 148, 136, 0.2);
}

.geo-region-intro__tagline {
  margin: 0;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.55;
  font-weight: 500;
  color: #334155;
}

.geo-region-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.geo-region-facts__chip {
  display: inline-flex;
  flex-direction: column;
  gap: 0.1rem;
  padding: 0.55rem 0.85rem;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.2);
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.04);
}

.geo-region-facts__label {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #94a3b8;
}

.geo-region-facts__value {
  font-size: 0.88rem;
  font-weight: 600;
  color: #0f172a;
}

.geo-region-block__title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  font-weight: 800;
  color: #0f172a;
}

.geo-region-gallery__mosaic {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 120px;
  gap: 0.5rem;
}

.geo-region-gallery__item {
  position: relative;
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  background: #e2e8f0;
}

.geo-region-gallery__item--hero {
  grid-column: span 2;
  grid-row: span 2;
}

.geo-region-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.geo-region-gallery__link:hover img {
  transform: scale(1.04);
}

.geo-region-gallery__item figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.45rem 0.65rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(transparent, rgba(15, 23, 42, 0.75));
}

.geo-region-teaser__p2 {
  margin-top: 0.75rem;
  opacity: 0.92;
}

.geo-region-unesco__badge {
  display: inline-block;
  margin-right: 0.45rem;
  padding: 0.15rem 0.45rem;
  border-radius: 6px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #fff;
  background: #b45309;
  vertical-align: middle;
}

.geo-region-unesco__strip {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 0.75rem;
}

.geo-region-unesco__card {
  padding: 1rem 1.1rem;
  border-radius: 14px;
  background: linear-gradient(145deg, #fffbeb, #fff);
  border: 1px solid rgba(180, 83, 9, 0.2);
}

.geo-region-unesco__card h3 {
  margin: 0 0 0.4rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #92400e;
}

.geo-region-unesco__card p {
  margin: 0 0 0.65rem;
  font-size: 0.84rem;
  line-height: 1.5;
  color: #78716c;
}

.geo-region-unesco__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.geo-region-unesco__actions a {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--geo-accent);
  text-decoration: none;
}

.geo-region-poi-grid {
  margin-top: 0.25rem;
}

.geo-region-kb__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 0.75rem;
}

.geo-region-kb__card {
  padding: 1rem 1.1rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.18);
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
}

.geo-region-kb__type {
  display: inline-block;
  margin-bottom: 0.35rem;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #94a3b8;
}

.geo-region-kb__card h3 {
  margin: 0 0 0.45rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #0f172a;
}

.geo-region-kb__card p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.55;
  color: #475569;
}

/* Must-see = catalog listing chrome: square photo, 20px radius, hub inset */
.geo-region-spotlight {
  --geo-spotlight-gap: 18px;
  --geo-spotlight-radius: var(--z-card-radius, 20px);
  --z-card-radius: 20px;
  --z-card-gap: 0px;
  --z-card-photo-radius: var(--z-card-radius);
  --z-card-photo-aspect: 1 / 1;
}

.geo-region-spotlight__grid.places-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--geo-spotlight-gap);
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0 0 0.5rem;
  box-sizing: border-box;
  --z-hub-card-fill: 90%;
}

.geo-region-spotlight__grid > .place-card-wrap {
  min-width: 0;
  height: 100%;
  box-sizing: border-box;
  --z-hub-card-inset: calc((100% - var(--z-hub-card-fill, 90%)) / 2);
  padding: var(--z-hub-card-inset);
}

.geo-region-spotlight__place-card {
  --z-card-radius: var(--geo-spotlight-radius);
  --z-card-photo-radius: var(--geo-spotlight-radius);
  height: 100%;
  border: var(--z-card-gap, 0px) solid #fff;
  box-shadow: var(--z-card-outer-ring, 0 0 0 1px rgba(0, 0, 0, 0.06), 0 2px 12px rgba(0, 0, 0, 0.07));
}

.geo-region-spotlight__place-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--z-card-outer-ring-hover, 0 0 0 1px rgba(0, 0, 0, 0.08), 0 10px 24px rgba(15, 23, 42, 0.1));
}

.geo-region-spotlight__grid .place-card-img {
  aspect-ratio: var(--z-card-photo-aspect, 1 / 1) !important;
  border-radius: var(--geo-spotlight-radius);
}

.geo-region-spotlight__grid .place-card-img img,
.geo-region-spotlight__grid .place-card-img-placeholder {
  border-radius: var(--geo-spotlight-radius);
  -webkit-clip-path: inset(0 round var(--geo-spotlight-radius));
  clip-path: inset(0 round var(--geo-spotlight-radius));
}

.geo-region-spotlight__grid .place-card-body {
  padding: 10px 12px 12px;
  gap: 4px;
}

.geo-region-spotlight__grid .place-card-title {
  font-size: 0.8rem;
  line-height: 1.32;
}

.geo-region-spotlight__grid .place-card-desc {
  font-size: 0.68rem;
  line-height: 1.42;
  -webkit-line-clamp: 2;
}

.geo-region-spotlight__grid .place-card-read-btn {
  padding: 5px 10px;
  font-size: 0.66rem;
}

.geo-region-spotlight__grid .place-card-arrow {
  width: 16px;
  height: 16px;
  font-size: 0.55rem;
}

@media (max-width: 1180px) {
  .geo-region-spotlight__grid.places-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .geo-region-spotlight__grid.places-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    --geo-spotlight-gap: 14px;
    --z-hub-card-fill: 94%;
  }
}

@media (max-width: 520px) {
  .geo-region-spotlight__grid.places-grid {
    grid-template-columns: minmax(0, 1fr);
    --z-hub-card-fill: 100%;
  }

  .geo-region-spotlight__grid > .place-card-wrap {
    padding: 0;
  }
}

.geo-region-practical__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 0.75rem;
}

.geo-region-practical__card {
  padding: 1rem 1.1rem;
  border-radius: 14px;
  background: linear-gradient(160deg, #f8fafc, #fff);
  border: 1px solid rgba(148, 163, 184, 0.16);
}

.geo-region-practical__icon {
  font-size: 1.35rem;
  line-height: 1;
  display: block;
  margin-bottom: 0.35rem;
}

.geo-region-practical__card h3 {
  margin: 0 0 0.4rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: #0f172a;
}

.geo-region-practical__card p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.5;
  color: #475569;
}

.geo-region-transport__modes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 0.75rem;
}

.geo-region-transport__mode {
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--geo-accent);
  background: rgba(13, 148, 136, 0.08);
  border: 1px solid rgba(13, 148, 136, 0.15);
  text-transform: capitalize;
}

.geo-region-transport__list {
  margin-bottom: 0.5rem;
}

.geo-region-nearby__grid {
  margin-top: 0.25rem;
}

.geo-hub-hero-badge--province {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.35);
}

@media (max-width: 768px) {
  .geo-region-gallery__mosaic {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 100px;
  }

  .geo-region-gallery__item--hero {
    grid-column: span 2;
    grid-row: span 1;
  }
}

/* ── POI highlight cards with images + site-style CTA ── */
/* ── Grid for POI / cultural cards (missing base definition) ── */
.cultural-route-panel__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 0.75rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .cultural-route-panel__grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 0.5rem;
  }
}
@media (max-width: 480px) {
  .cultural-route-panel__grid {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}

.poi-highlight-grid {
  --poi-gap: 0.75rem;
}
.poi-highlight-card {
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
  transition: box-shadow 0.2s, border-color 0.2s;
  padding: 0;
}
.poi-highlight-card:hover {
  border-color: rgba(13, 148, 136, 0.35);
  box-shadow: 0 4px 18px rgba(13, 148, 136, 0.10);
}
.poi-highlight-img {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f1f5f9;
}
.poi-highlight-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.poi-highlight-img--fallback {
  display: flex;
  align-items: center;
  justify-content: center;
}
.poi-highlight-img-placeholder {
  font-size: 1.6rem;
  font-weight: 800;
  color: #94a3b8;
  text-transform: uppercase;
}
.poi-highlight-body {
  padding: 0.65rem 0.75rem 0.75rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.poi-highlight-body .cultural-poi-card__badges {
  margin-bottom: 0.2rem;
}
.poi-highlight-body .cultural-poi-card__title {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.28;
}
.poi-highlight-body .cultural-poi-card__text {
  font-size: 0.74rem;
  -webkit-line-clamp: 2;
  line-height: 1.35;
  margin: 0.1rem 0 0.1rem;
}
.poi-highlight-body .cultural-poi-card__actions {
  margin-top: auto;
  padding-top: 0.35rem;
}
.poi-highlight-body .place-card-read-btn {
  background: none !important;
  border: none !important;
  color: var(--geo-accent, #0f766e) !important;
  padding: 0 !important;
  border-radius: 0;
  box-shadow: none;
  gap: 3px;
  font-size: 0.7rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}
.poi-highlight-body .place-card-arrow {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.65rem;
  font-weight: 700;
  background: rgba(13, 148, 136, 0.1);
  color: var(--geo-accent, #0f766e);
  margin-left: 4px;
  transition: background 0.2s, color 0.2s;
  flex-shrink: 0;
}
.poi-highlight-card:hover .place-card-arrow {
  background: var(--geo-accent, #0f766e);
  color: #fff;
}
.poi-highlight-card:hover .place-card-read-btn {
  color: var(--geo-accent, #0f766e) !important;
}
