/**
 * Go China Now — Destinations Hub (Figma 2026-07)
 * Aligned to the home / travel-guide Figma system (paper palette + Playfair).
 */

:root {
  --gcn-dest-bg: #fdfcfa;
  --gcn-dest-bg-alt: #f7f2ea;
  --gcn-dest-bg-warm: #f5ede8;
  --gcn-dest-ink: #1c1a18;
  --gcn-dest-muted: #7a6e67;
  --gcn-dest-border: rgba(28, 26, 24, 0.12);
  --gcn-dest-display: var(--gcn-font-display);
  --gcn-dest-max: 1280px;
  --gcn-dest-px: clamp(16px, 4vw, 32px);
}

/* ── Section shell ── */
.gcn-dest-section {
  font-family: var(--gcn-font, 'Outfit', system-ui, sans-serif);
  color: var(--gcn-dest-ink);
  padding: clamp(48px, 7vw, 88px) 0;
  background: var(--gcn-dest-bg);
}
.gcn-dest-section:nth-of-type(even):not(.gcn-dest-numbers) { background: var(--gcn-dest-bg-alt); }
.gcn-dest-intro { background: var(--gcn-dest-bg-warm); }
.gcn-dest-wrap {
  max-width: var(--gcn-dest-max);
  margin: 0 auto;
  padding-left: var(--gcn-dest-px);
  padding-right: var(--gcn-dest-px);
}
.gcn-dest-wrap--narrow { max-width: 820px; }

.gcn-dest-head { max-width: 760px; margin: 0 0 40px; }
.gcn-dest-regions .gcn-dest-head,
.gcn-dest-provinces .gcn-dest-head,
.gcn-dest-cities .gcn-dest-head,
.gcn-dest-map-section .gcn-dest-head,
.gcn-dest-faq .gcn-dest-head { margin-left: auto; margin-right: auto; text-align: center; }

.gcn-dest-eyebrow {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gcn-brand, #b23b3b);
}
.gcn-dest-h2 {
  margin: 0;
  font-family: var(--gcn-dest-display);
  font-size: clamp(1.8rem, 3.6vw, 2.4rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--gcn-dest-ink);
}
.gcn-dest-sub {
  margin: 14px 0 0;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--gcn-dest-muted);
}

/* ── Hero ── */
.gcn-dest-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: min(78vh, 720px);
  padding-top: var(--gcn-header-stack-h, 92px);
  overflow: hidden;
  background: linear-gradient(145deg, #3d2424 0%, #1c1a18 45%, #121816 100%);
}
.gcn-dest-hero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gcn-dest-hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,.55), rgba(0,0,0,.3) 40%, rgba(0,0,0,.68));
}
.gcn-dest-hero__inner {
  position: relative; z-index: 1;
  max-width: 60rem;
  padding: 48px var(--gcn-dest-px) 72px;
  text-align: center;
}
.gcn-dest-hero__eyebrow {
  margin: 0 0 18px;
  font-size: 12px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(255,255,255,.82);
}
.gcn-dest-hero__title {
  margin: 0 0 20px;
  font-family: var(--gcn-dest-display);
  font-size: clamp(2.2rem, 6vw, 4.2rem);
  font-weight: 700; line-height: 1.1; color: #fff;
}
.gcn-dest-hero__title em { font-style: italic; color: #fde047; }
.gcn-dest-hero__lead {
  margin: 0 auto 32px;
  max-width: 40rem;
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  line-height: 1.6; color: rgba(255,255,255,.9);
}
.gcn-dest-hero__pills {
  display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;
}
.gcn-dest-hero__pill {
  display: inline-flex; align-items: center;
  padding: 8px 16px;
  font-size: 13px; font-weight: 600; color: #fff; text-decoration: none;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px; backdrop-filter: blur(6px);
  transition: background .2s ease, transform .2s ease;
}
.gcn-dest-hero__pill:hover { background: rgba(255,255,255,.26); transform: translateY(-1px); color: #fff; }
.gcn-dest-hero__brush { position: absolute; left: 0; right: 0; bottom: -1px; width: 100%; height: 60px; }

/* ── Regions (legacy full-width grid — kept for reference) ── */
.gcn-dest-regions__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.gcn-dest-region-card {
  display: flex; flex-direction: column; gap: 10px;
  padding: 26px;
  background: #fff;
  border: 1px solid var(--gcn-dest-border);
  border-radius: 18px;
  text-decoration: none; color: inherit;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.gcn-dest-region-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(28,26,24,.1);
  border-color: rgba(178,59,59,.4);
}
.gcn-dest-region-card__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.gcn-dest-region-card__name {
  margin: 0; font-family: var(--gcn-dest-display); font-size: 1.3rem; font-weight: 700;
}
.gcn-dest-region-card__badge {
  flex: none;
  padding: 4px 12px; font-size: 12px; font-weight: 700;
  color: var(--gcn-brand, #b23b3b);
  background: rgba(178,59,59,.1); border-radius: 999px;
}
.gcn-dest-region-card__blurb { margin: 0; font-size: .95rem; line-height: 1.55; color: var(--gcn-dest-muted); }
.gcn-dest-region-card__provinces { margin: 2px 0 0; font-size: .85rem; font-weight: 600; color: var(--gcn-dest-ink); opacity: .8; }
.gcn-dest-region-card__link {
  margin-top: auto; padding-top: 8px;
  font-size: .9rem; font-weight: 700; color: var(--gcn-brand, #b23b3b);
}

/* ── Intro + Browse by Region (combined) ── */
.gcn-dest-intro-regions {
  background: var(--gcn-dest-bg-warm);
}
.gcn-dest-intro-regions__grid {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: clamp(28px, 4vw, 48px);
}
.gcn-dest-intro-regions__copy {
  flex: 1.15 1 0;
  min-width: 0;
  padding: clamp(8px, 1.5vw, 16px) 0;
}
.gcn-dest-intro-regions__aside {
  display: flex;
  flex-direction: column;
  flex: 0.85 1 0;
  min-width: 280px;
  align-self: stretch;
  padding: clamp(22px, 3vw, 30px);
  background: #fff;
  border: 1px solid var(--gcn-dest-border);
  border-radius: 20px;
  box-shadow: 0 12px 32px rgba(28, 26, 24, 0.06);
}
.gcn-dest-intro-regions__aside-title {
  margin: 0;
  font-family: var(--gcn-dest-display);
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  font-weight: 700;
  line-height: 1.25;
  color: var(--gcn-dest-ink);
}
.gcn-dest-intro-regions__aside-lede {
  margin: 10px 0 18px;
  font-size: .92rem;
  line-height: 1.55;
  color: var(--gcn-dest-muted);
}
.gcn-dest-intro-regions__cards {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  min-height: 0;
  overflow-y: auto;
  padding-right: 4px;
  scrollbar-width: thin;
  scrollbar-color: rgba(178, 59, 59, 0.35) transparent;
}
.gcn-dest-intro-regions__cards::-webkit-scrollbar { width: 6px; }
.gcn-dest-intro-regions__cards::-webkit-scrollbar-thumb {
  background: rgba(178, 59, 59, 0.35);
  border-radius: 999px;
}
.gcn-dest-intro-regions__card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 18px;
  background: var(--gcn-dest-bg);
  border: 1px solid var(--gcn-dest-border);
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.gcn-dest-intro-regions__card:hover {
  transform: translateY(-2px);
  border-color: rgba(178, 59, 59, 0.45);
  box-shadow: 0 10px 24px rgba(28, 26, 24, 0.08);
}
.gcn-dest-intro-regions__card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.gcn-dest-intro-regions__card-name {
  font-family: var(--gcn-dest-display);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.2;
}
.gcn-dest-intro-regions__card-badge {
  flex: none;
  padding: 3px 10px;
  font-size: 11px;
  font-weight: 700;
  color: var(--gcn-brand, #b23b3b);
  background: rgba(178, 59, 59, 0.1);
  border-radius: 999px;
}
.gcn-dest-intro-regions__card-blurb {
  font-size: .88rem;
  line-height: 1.5;
  color: var(--gcn-dest-muted);
}
.gcn-dest-intro-regions__card-provinces {
  font-size: .8rem;
  font-weight: 600;
  color: var(--gcn-dest-ink);
  opacity: .78;
  line-height: 1.4;
}

@media (max-width: 900px) {
  .gcn-dest-intro-regions__grid {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .gcn-dest-intro-regions__copy,
  .gcn-dest-intro-regions__aside {
    flex: 1 1 auto;
    min-width: 0;
  }
  .gcn-dest-intro-regions__cards {
    flex: none;
    max-height: none;
    overflow: visible;
  }
}

/* ── SEO intro (legacy standalone — merged into intro-regions) ── */
.gcn-dest-intro__body { margin-top: 22px; }
.gcn-dest-intro__body p { margin: 0 0 16px; font-size: 1.05rem; line-height: 1.75; color: #35302c; }
.gcn-dest-intro__body p:last-child { margin-bottom: 0; }
.gcn-dest-intro__body a { color: var(--gcn-brand, #b23b3b); text-decoration: underline; text-underline-offset: 2px; }

/* ── Province grid (masonry-ish) ── */
.gcn-dest-provinces__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  gap: 16px;
}
.gcn-dest-province-card {
  position: relative; overflow: hidden;
  border-radius: 18px; text-decoration: none; color: #fff;
  background: #2a2724;
  transition: transform .25s ease, box-shadow .25s ease;
}
.gcn-dest-province-card--tall { grid-row: span 2; }
.gcn-dest-province-card:hover { transform: translateY(-4px); box-shadow: 0 20px 44px rgba(28,26,24,.22); }
.gcn-dest-province-card__img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s ease;
}
.gcn-dest-province-card:hover .gcn-dest-province-card__img { transform: scale(1.06); }
.gcn-dest-province-card__scrim {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.78) 0%, rgba(0,0,0,.15) 55%, rgba(0,0,0,.05) 100%);
}
.gcn-dest-province-card__badge {
  position: absolute; top: 12px; right: 12px; z-index: 2;
  padding: 4px 10px; font-size: 11px; font-weight: 700; color: #1c1a18;
  background: rgba(255,255,255,.92); border-radius: 999px;
}
.gcn-dest-province-card__cap {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
  display: flex; flex-direction: column; gap: 4px;
  padding: 18px;
}
.gcn-dest-province-card__name { font-family: var(--gcn-dest-display); font-size: 1.35rem; font-weight: 700; line-height: 1.2; }
.gcn-dest-province-card__desc { font-size: .82rem; line-height: 1.45; color: rgba(255,255,255,.85); }

/* ── Top cities ── */
.gcn-dest-cities__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.gcn-dest-city-card {
  display: flex; flex-direction: column;
  background: #fff;
  border: 1px solid var(--gcn-dest-border);
  border-radius: 18px; overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}
/* display:flex above beats the UA [hidden] rule — pager must hide off-page cards */
.gcn-dest-cities__grid .city-card[hidden],
.gcn-dest-cities__grid .gcn-dest-city-card[hidden] {
  display: none !important;
}
.gcn-dest-city-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(28,26,24,.12); }
.gcn-dest-city-card__img-wrap { position: relative; aspect-ratio: 16 / 10; overflow: hidden; }
.gcn-dest-city-card__img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gcn-dest-city-card:hover .gcn-dest-city-card__img { transform: scale(1.05); }
.gcn-dest-city-card__tag {
  position: absolute; top: 12px; left: 12px;
  padding: 4px 12px; font-size: 11px; font-weight: 700; color: #fff;
  background: rgba(28,26,24,.65); border-radius: 999px; backdrop-filter: blur(4px);
}
.gcn-dest-city-card__body { display: flex; flex-direction: column; gap: 8px; padding: 20px; flex: 1; }
.gcn-dest-city-card__name { margin: 0; font-family: var(--gcn-dest-display); font-size: 1.25rem; font-weight: 700; }
.gcn-dest-city-card__desc { margin: 0; font-size: .9rem; line-height: 1.5; color: var(--gcn-dest-muted); }
.gcn-dest-city-card__link {
  margin-top: auto; padding-top: 6px;
  font-size: .9rem; font-weight: 700; color: var(--gcn-brand, #b23b3b); text-decoration: none;
}
.gcn-dest-city-card__link:hover { text-decoration: underline; }

.gcn-dest-cities__pager {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 34px;
}
.gcn-dest-page-btn {
  min-width: 42px; height: 42px; padding: 0 12px;
  font-size: .95rem; font-weight: 700; color: var(--gcn-dest-ink);
  background: #fff; border: 1px solid var(--gcn-dest-border); border-radius: 12px; cursor: pointer;
  transition: all .18s ease;
}
.gcn-dest-page-btn:hover { border-color: var(--gcn-brand, #b23b3b); color: var(--gcn-brand, #b23b3b); }
.gcn-dest-page-btn.is-active { background: var(--gcn-brand, #b23b3b); border-color: var(--gcn-brand, #b23b3b); color: #fff; }

/* ── Interactive map ── */
.gcn-dest-map {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: clamp(20px, 3vw, 32px);
  align-items: stretch;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.gcn-dest-map__canvas {
  display: flex; align-items: center; justify-content: center;
  min-height: 420px;
}
.gcn-dest-map__svg { width: 100%; max-width: 720px; }
.gcn-dest-map__svg svg { max-width: 100%; height: auto; }
.gcn-dest-map__svg svg path { transition: fill .2s ease, stroke .2s ease; cursor: pointer; }
.gcn-dest-map__svg svg path.gcn-dest-map__path--active { cursor: pointer; }
.gcn-dest-map__noscript { color: var(--gcn-dest-muted); font-size: .95rem; text-align: center; }
.gcn-dest-map__panel {
  display: flex; flex-direction: column; gap: 12px;
  padding: clamp(18px, 2.5vw, 24px) 0 clamp(18px, 2.5vw, 24px) clamp(12px, 2vw, 20px);
  background: transparent;
  border: none;
  border-radius: 0;
  min-height: 0;
}
.gcn-dest-map__panel-eyebrow {
  margin: 0; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
  color: var(--gcn-brand, #b23b3b);
}
.gcn-dest-map__panel-name { margin: 0; font-family: var(--gcn-dest-display); font-size: 1.6rem; font-weight: 700; line-height: 1.2; }
.gcn-dest-map__panel-name-link {
  color: inherit;
  text-decoration: none;
  border-bottom: 2px solid rgba(178, 59, 59, 0.25);
  transition: color .2s ease, border-color .2s ease;
}
.gcn-dest-map__panel-name-link:hover { color: var(--gcn-brand, #b23b3b); border-color: var(--gcn-brand, #b23b3b); }
.gcn-dest-map__panel-hint {
  margin: 0;
  font-size: .94rem;
  line-height: 1.6;
  color: var(--gcn-dest-muted);
}
.gcn-dest-map__panel-steps {
  list-style: none;
  margin: 8px 0 0;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--gcn-dest-border);
  border-radius: 14px;
}
.gcn-dest-map__panel-steps li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: .88rem;
  line-height: 1.45;
  color: var(--gcn-dest-ink);
}
.gcn-dest-map__panel-step-num {
  flex: none;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--gcn-brand, #b23b3b);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}
.gcn-dest-map__panel.is-selected .gcn-dest-map__panel-steps { display: none; }
.gcn-dest-map__panel-count { margin: 0; font-size: .95rem; font-weight: 600; color: var(--gcn-dest-muted); }
.gcn-dest-map__panel-tours-label {
  margin: 6px 0 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gcn-dest-muted);
}
.gcn-dest-map__panel-tours {
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: min(58vh, 480px);
  overflow-y: auto;
  padding-right: 4px;
  scrollbar-width: thin;
}
.gcn-dest-map__panel-tour { margin: 0; }
.gcn-dest-map__panel-tour-link {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid var(--gcn-dest-border);
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.gcn-dest-map__panel-tour-link:hover {
  border-color: rgba(178, 59, 59, 0.45);
  box-shadow: 0 8px 20px rgba(28, 26, 24, 0.08);
}
.gcn-dest-map__panel-tour-img {
  flex: none;
  width: 72px;
  height: 54px;
  object-fit: cover;
  border-radius: 8px;
  background: var(--gcn-dest-bg-alt);
}
.gcn-dest-map__panel-tour-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.gcn-dest-map__panel-tour-title {
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--gcn-dest-ink);
}
.gcn-dest-map__panel-tour-meta {
  font-size: .8rem;
  font-weight: 600;
  color: var(--gcn-dest-muted);
}
.gcn-dest-map__panel-empty { margin: 0; font-size: .92rem; line-height: 1.55; color: var(--gcn-dest-muted); }
.gcn-dest-map__panel-empty a,
.gcn-dest-map__panel-link { color: var(--gcn-brand, #b23b3b); font-weight: 700; text-decoration: none; }
.gcn-dest-map__panel-link {
  margin-top: 6px; display: inline-flex; align-items: center; gap: 6px;
  padding: 11px 18px; border-radius: 999px;
  background: var(--gcn-brand, #b23b3b); color: #fff; align-self: flex-start;
  transition: background .2s ease;
}
.gcn-dest-map__panel-link:hover { background: var(--gcn-brand-dark, #8f2f2f); color: #fff; }

.gcn-dest-map__list { margin-top: 26px; }
.gcn-dest-map__list-label { margin: 0 0 12px; font-size: .9rem; font-weight: 700; color: var(--gcn-dest-muted); }
.gcn-dest-map__links {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 8px;
}
.gcn-dest-map__links a {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 7px 14px;
  font-size: .88rem; font-weight: 600; color: var(--gcn-dest-ink); text-decoration: none;
  background: #fff; border: 1px solid var(--gcn-dest-border); border-radius: 999px;
  transition: all .18s ease;
}
.gcn-dest-map__links a:hover { border-color: var(--gcn-brand, #b23b3b); color: var(--gcn-brand, #b23b3b); }
.gcn-dest-map__links-count {
  font-size: 11px; font-weight: 700; color: #fff;
  background: var(--gcn-brand, #b23b3b); border-radius: 999px; padding: 1px 7px;
}

/* svgMap tooltip skin */
.mapTip {
  display: none; position: absolute; z-index: 60;
  padding: 8px 12px;
  background: #1c1a18; color: #fff;
  border-radius: 8px; font-size: 12.5px; line-height: 1.45;
  box-shadow: 0 8px 24px rgba(0,0,0,.28);
  pointer-events: none;
}
.mapTip strong { font-weight: 700; }
.mapTip .arrow, .mapTip .arrowMask {
  position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid;
}
.mapTip .arrow { bottom: -6px; left: 50%; margin-left: -6px; border-width: 6px; border-top-color: #1c1a18; border-bottom-width: 0; }
.mapTip .arrowMask { display: none; }

/* ── Numbers band ── */
.gcn-dest-section.gcn-dest-numbers {
  background: linear-gradient(135deg, #2a1f1d 0%, #1c1a18 100%) !important;
  color: #fff;
}
.gcn-dest-numbers { background: transparent; color: #fff; }
.gcn-dest-numbers__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
  text-align: center;
}
.gcn-dest-numbers__item { display: flex; flex-direction: column; gap: 6px; }
.gcn-dest-numbers__num {
  font-family: var(--gcn-dest-display); font-size: clamp(2.2rem, 5vw, 3.2rem); font-weight: 700;
  color: #fde047;
}
.gcn-dest-numbers__label { font-size: .9rem; color: rgba(255,255,255,.82); }
.gcn-dest-numbers__note {
  margin: 28px auto 0; max-width: 640px; text-align: center;
  font-size: .95rem; line-height: 1.6; color: rgba(255,255,255,.7);
}

/* ── FAQ ── */
.gcn-dest-faq__list { display: flex; flex-direction: column; gap: 12px; }
.gcn-dest-faq__item {
  background: #fff; border: 1px solid var(--gcn-dest-border); border-radius: 14px;
  padding: 4px 20px; overflow: hidden;
}
.gcn-dest-faq__q {
  list-style: none; cursor: pointer;
  padding: 16px 0; font-size: 1.05rem; font-weight: 700; color: var(--gcn-dest-ink);
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.gcn-dest-faq__q::-webkit-details-marker { display: none; }
.gcn-dest-faq__q::after {
  content: '+'; flex: none; font-size: 1.4rem; font-weight: 400; color: var(--gcn-brand, #b23b3b);
  transition: transform .2s ease;
}
.gcn-dest-faq__item[open] .gcn-dest-faq__q::after { content: '\2212'; }
.gcn-dest-faq__a { padding: 0 0 18px; font-size: .98rem; line-height: 1.7; color: #35302c; }
.gcn-dest-faq__a a { color: var(--gcn-brand, #b23b3b); text-decoration: underline; text-underline-offset: 2px; }

/* ── Responsive ── */
@media (max-width: 1024px) {
  .gcn-dest-provinces__grid { grid-template-columns: repeat(3, 1fr); }
  .gcn-dest-map { grid-template-columns: 1fr; min-width: 0; }
  .gcn-dest-map > * { min-width: 0; }
  .gcn-dest-map__panel { order: 2; }
  .gcn-dest-map__canvas { min-height: 0; width: 100%; overflow: hidden; }
  .gcn-dest-map__svg { max-width: 100%; }
}
@media (max-width: 820px) {
  .gcn-dest-cities__grid { grid-template-columns: repeat(2, 1fr); }
  .gcn-dest-provinces__grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 170px; }
  .gcn-dest-numbers__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .gcn-dest-cities__grid { grid-template-columns: 1fr; }
  .gcn-dest-provinces__grid { grid-template-columns: 1fr; grid-auto-rows: 180px; }
  .gcn-dest-province-card--tall { grid-row: span 1; }
}
