:root {
  --tour-bg-1: #070b16;
  --tour-bg-2: #0c1327;
  --tour-stroke: rgba(255, 255, 255, 0.12);
  --tour-text: #eef4ff;
  --tour-muted: rgba(238, 244, 255, 0.72);
  --tour-cyan: #57ecff;
  --tour-pink: #ff6cd8;
  --tour-lime: #7cffb2;
  --tour-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* =========================
   TOURISM HERO WRAPPER
========================= */
.tourism-hero {
  --gpx: 0px;
  --gpy: 0px;
  --cpx: 0px;
  --cpy: 0px;
  --card-enter-y: 10px;

  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  color: var(--tour-text);
  position: relative;
  overflow: hidden;

  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  box-shadow: var(--tour-shadow);

  background:
    radial-gradient(1200px 600px at 8% 14%, rgba(87, 236, 255, 0.08), transparent 62%),
    radial-gradient(900px 500px at 88% 80%, rgba(255, 108, 216, 0.07), transparent 62%),
    linear-gradient(180deg, var(--tour-bg-2) 0%, var(--tour-bg-1) 100%);

  display: grid;
  grid-template-columns: minmax(300px, 520px) minmax(460px, 780px);
  justify-content: center;
  align-items: stretch;
  gap: 14px;
  padding: 14px clamp(12px, 4vw, 28px);

  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.tourism-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.11;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle at 72% 52%, black 26%, transparent 88%);
  -webkit-mask-image: radial-gradient(circle at 72% 52%, black 26%, transparent 88%);
}

.tourism-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background:
    radial-gradient(520px 240px at 22% 18%, rgba(87, 236, 255, 0.07), transparent 70%),
    radial-gradient(460px 260px at 82% 82%, rgba(255, 108, 216, 0.05), transparent 72%);
}

/* =========================
   LEFT COPY
========================= */
.copy-pane {
  position: relative;
  z-index: 1;
  padding: 18px 16px 22px 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.copy-pane::before {
  content: "";
  position: absolute;
  left: 8px;
  right: 18px;
  bottom: 6px;
  height: 78px;
  pointer-events: none;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background:
    radial-gradient(circle at 14% 65%, rgba(87, 236, 255, 0.95) 0 2px, transparent 3px),
    radial-gradient(circle at 38% 48%, rgba(255, 255, 255, 0.75) 0 1.5px, transparent 3px),
    radial-gradient(circle at 62% 34%, rgba(255, 108, 216, 0.9) 0 2px, transparent 3px),
    radial-gradient(circle at 86% 58%, rgba(124, 255, 178, 0.9) 0 2px, transparent 3px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  opacity: 0.42;
  z-index: 0;
}

.copy-pane::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 38px;
  bottom: 40px;
  height: 1px;
  pointer-events: none;
  opacity: 0.42;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.45) 10%,
      rgba(87, 236, 255, 0.55) 42%,
      rgba(255, 108, 216, 0.45) 70%,
      rgba(255, 255, 255, 0)
    );
  z-index: 0;
}

.copy-pane > * {
  position: relative;
  z-index: 1;
}

.copy-pane .eyebrow {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.76rem;
  font-weight: 600;
}

.copy-pane h1 {
  margin: 10px 0 6px;
  font-size: clamp(1.75rem, 2vw + 0.95rem, 2.45rem);
  line-height: 1.03;
  letter-spacing: -0.02em;
  text-shadow: 0 6px 22px rgba(0, 0, 0, 0.24);
}

.copy-pane h2 {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 500;
  font-size: 1.02rem;
  line-height: 1.35;
  max-width: 46ch;
}

.copy-pane .desc {
  margin: 12px 0 0;
  color: var(--tour-muted);
  line-height: 1.56;
  font-size: 0.95rem;
  max-width: 50ch;
}

.copy-notes {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.note-pill {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.04);
  padding: 6px 10px;
  font-size: 0.79rem;
  color: rgba(255, 255, 255, 0.86);
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.note-pill:hover {
  transform: translateY(-2px);
  border-color: rgba(87, 236, 255, 0.26);
  background: rgba(255, 255, 255, 0.055);
}

/* =========================
   RIGHT VISUAL AREA
========================= */
.visual-pane {
  position: relative;
  z-index: 1;
  min-height: clamp(760px, 68vw, 900px);
  padding: 6px;
  overflow: visible;
}

.visual-pane::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 8%;
  bottom: 8%;
  width: 1px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.35) 18%,
    rgba(87, 236, 255, 0.32) 50%,
    rgba(255, 255, 255, 0.28) 82%,
    rgba(255, 255, 255, 0)
  );
  opacity: 0.8;
  pointer-events: none;
}

.visual-pane::after {
  content: "";
  position: absolute;
  left: -46px;
  top: 10%;
  bottom: 10%;
  width: 72px;
  background: radial-gradient(
    closest-side,
    rgba(87, 236, 255, 0.10),
    rgba(87, 236, 255, 0.03) 45%,
    transparent 72%
  );
  filter: blur(8px);
  opacity: 0.65;
  pointer-events: none;
}

.globe-stage {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 820px;
  overflow: visible;
}

.globe-wrap {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%) translate3d(var(--gpx), var(--gpy), 0);
  width: min(620px, 100%);
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  overflow: visible;
  will-change: transform;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.globe-halo {
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(87, 236, 255, 0.10) 0%, rgba(87, 236, 255, 0.03) 45%, transparent 72%);
  filter: blur(16px);
  animation: globeHaloPulse 6.8s ease-in-out infinite;
}

.globe-halo::before {
  content: "";
  position: absolute;
  inset: -4%;
  border-radius: 50%;
  border: 1px solid rgba(87, 236, 255, 0.10);
  opacity: 0.55;
  animation: globeRingSpin 18s linear infinite;
}

.globe-halo::after {
  content: "";
  position: absolute;
  inset: 10%;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.08);
  opacity: 0.35;
  animation: globeRingSpin 24s linear infinite reverse;
}

@keyframes globeHaloPulse {
  0%, 100% { filter: blur(16px); opacity: 1; }
  50% { filter: blur(22px); opacity: 0.88; }
}

@keyframes globeRingSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

#globeCanvas,
#fxCanvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

#fxCanvas {
  mix-blend-mode: screen;
}

.globe-fallback {
  position: absolute;
  inset: 6%;
  border-radius: 50%;
  display: none;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.02) 35%, transparent 60%),
    radial-gradient(circle at 55% 55%, rgba(87, 236, 255, 0.14), rgba(87, 236, 255, 0.04) 35%, transparent 70%),
    radial-gradient(circle, rgba(42, 72, 180, 0.22), rgba(12, 20, 50, 0.07));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 70px rgba(87, 236, 255, 0.12), inset 0 0 40px rgba(255, 255, 255, 0.03);
}

.globe-stage.no-webgl .globe-fallback { display: block; }
.globe-stage.no-webgl #globeCanvas { opacity: 0; }

/* =========================
   DATA CARD
========================= */
.data-card {
  position: absolute;
  left: 50%;
  top: 40%;
  bottom: -8%;
  width: calc(100% + 34px);
  max-width: none;
  z-index: 3;

  transform: translateX(-50%) translateY(var(--card-enter-y)) translate3d(var(--cpx), var(--cpy), 0);
  opacity: 0;

  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05)),
    radial-gradient(120% 90% at 0% 0%, rgba(255, 255, 255, 0.05), transparent 56%),
    radial-gradient(100% 80% at 100% 100%, rgba(87, 236, 255, 0.05), transparent 60%);
  border: 1px solid var(--tour-stroke);
  border-radius: 18px;
  box-shadow:
    0 16px 50px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.15),
    inset 0 -1px 0 rgba(255, 255, 255, 0.03);

  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  padding: 12px;

  overflow: auto;
  scrollbar-width: thin;
  overscroll-behavior: contain;
  isolation: isolate;

  transition:
    opacity 500ms ease,
    transform 650ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.tourism-hero.is-visible .data-card {
  opacity: 1;
  --card-enter-y: 0px;
}

.data-card:hover {
  border-color: rgba(87, 236, 255, 0.18);
  box-shadow:
    0 18px 54px rgba(0, 0, 0, 0.36),
    0 0 0 1px rgba(87, 236, 255, 0.05) inset,
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.data-card > * {
  position: relative;
  z-index: 2;
}

.data-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 12px;
  right: 12px;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0),
    rgba(255,255,255,0.7) 18%,
    rgba(87,236,255,0.55) 50%,
    rgba(255,255,255,0.45) 82%,
    rgba(255,255,255,0)
  );
  opacity: 0.85;
  pointer-events: none;
  z-index: 1;
}

.data-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(180px 120px at 12% 10%, rgba(255,255,255,0.08), transparent 70%),
    radial-gradient(180px 140px at 96% 8%, rgba(87,236,255,0.10), transparent 72%),
    radial-gradient(160px 130px at 92% 92%, rgba(255,108,216,0.06), transparent 70%);
  opacity: 0.78;
}

.data-card::-webkit-scrollbar {
  width: 8px;
}

.data-card::-webkit-scrollbar-track {
  background: rgba(255,255,255,0.02);
  border-radius: 999px;
}

.data-card::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(255,255,255,0.18), rgba(87,236,255,0.16));
  border-radius: 999px;
}

/* =========================
   CARD INTERNALS
========================= */
.card-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: start;
  padding-bottom: 8px;
  margin-bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.card-eyebrow {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.68rem;
}

.card-head h3 {
  margin: 4px 0 0;
  font-size: 1rem;
  line-height: 1.1;
}

.status-badge {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.9);
}

.status-badge.loading { color: #fff0b3; border-color: rgba(255, 240, 179, 0.3); }
.status-badge.live {
  color: #b7ffd4;
  border-color: rgba(124, 255, 178, 0.35);
  animation: liveBadgePulse 2s ease-in-out infinite;
}
.status-badge.cached { color: #b8efff; border-color: rgba(87, 236, 255, 0.35); }
.status-badge.error { color: #ffd0d0; border-color: rgba(255, 130, 130, 0.35); }

@keyframes liveBadgePulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(124,255,178,0);
    background: rgba(255,255,255,0.05);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(124,255,178,0.06);
    background: rgba(124,255,178,0.05);
  }
}

.meta-top {
  margin-top: 4px;
  display: grid;
  gap: 2px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.72rem;
  line-height: 1.25;
}

.route-chip {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.82rem;
  position: relative;
  overflow: hidden;
  transition: border-color 0.22s ease, background 0.22s ease, transform 0.22s ease;
}

.route-chip::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-130%);
  background: linear-gradient(
    100deg,
    transparent 20%,
    rgba(255,255,255,.10) 45%,
    rgba(87,236,255,.10) 55%,
    transparent 80%
  );
  pointer-events: none;
}

.route-chip.is-flash {
  border-color: rgba(87, 236, 255, 0.26);
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-1px);
}

.route-chip.is-flash::after {
  animation: chipSheen 540ms ease;
}

@keyframes chipSheen {
  to { transform: translateX(130%); }
}

.route-chip .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}

.route-chip .dot.from {
  background: var(--tour-pink);
  box-shadow: 0 0 10px rgba(255, 108, 216, 0.8);
}

.route-chip .dot.to {
  background: var(--tour-cyan);
  box-shadow: 0 0 10px rgba(87, 236, 255, 0.8);
}

.route-chip .arrow { opacity: 0.75; }

/* Main signal (replaces dense dashboard feel) */
.signal-panel {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 8px;
  align-items: stretch;

  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  padding: 8px;

  position: relative;
  overflow: hidden;
}

.signal-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40%;
  width: 40%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.06), transparent);
  transform: skewX(-18deg);
  animation: tickerSweep 5.8s ease-in-out infinite;
  pointer-events: none;
}

@keyframes tickerSweep {
  0%, 65% { left: -45%; }
  100% { left: 120%; }
}

.signal-year {
  text-align: center;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  padding: 10px 6px;
  font-weight: 700;
  font-size: 1.02rem;
  display: grid;
  place-items: center;
  font-variant-numeric: tabular-nums;
}

.signal-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.signal-value {
  font-weight: 800;
  font-size: clamp(1.16rem, 1.25vw + 0.8rem, 1.42rem);
  line-height: 1;
  letter-spacing: 0.01em;
  font-variant-numeric: tabular-nums;
}

.signal-caption {
  margin-top: 4px;
  color: rgba(255,255,255,0.65);
  font-size: 0.73rem;
}

.signal-trend-row {
  margin-top: 7px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.trend-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 4px 8px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.04);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
}

.trend-chip.is-loading { color: #fff0b3; }
.trend-chip.up {
  color: #d6ffec;
  border-color: rgba(124,255,178,.30);
  background: rgba(124,255,178,.07);
}
.trend-chip.down {
  color: #ffdada;
  border-color: rgba(255,130,130,.28);
  background: rgba(255,130,130,.06);
}
.trend-chip.flat {
  color: #dff8ff;
  border-color: rgba(87,236,255,.25);
  background: rgba(87,236,255,.06);
}
.trend-chip.error {
  color: #ffdada;
  border-color: rgba(255,130,130,.28);
  background: rgba(255,130,130,.06);
}

.trend-sub {
  color: rgba(255,255,255,0.62);
  font-size: 0.7rem;
  line-height: 1.1;
}

/* =========================
   YEAR SNAPSHOTS
========================= */
.year-cards-block {
  margin-top: 10px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.08);
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.02));
  padding: 8px;
}

.year-cards-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  color: rgba(255,255,255,0.68);
  font-size: 0.72rem;
  margin-bottom: 8px;
}

.year-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.year-card {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 8px;
  align-items: center;
  padding: 8px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);

  opacity: 0;
  transform: translateY(8px);

  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease,
    box-shadow 0.22s ease,
    opacity 380ms ease;
}

.tourism-hero.is-visible .year-card {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 380ms ease, transform 480ms cubic-bezier(.22,1,.36,1);
}

.year-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.045);
}

.year-card.is-active {
  border-color: rgba(87,236,255,0.32);
  background: linear-gradient(180deg, rgba(87,236,255,0.08), rgba(255,255,255,0.03));
  box-shadow: 0 0 0 1px rgba(87,236,255,0.06) inset;
}

.year-card.is-active .yc-year {
  color: rgba(255,255,255,0.90);
}

.year-card.is-active .yc-value {
  color: #dfffff;
}

.year-card.placeholder {
  opacity: 0.8;
  transform: none;
}

.yc-icon {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 2px;
  padding: 5px 4px;
}

.yc-icon span {
  width: 4px;
  border-radius: 999px;
  display: block;
  background: linear-gradient(180deg, rgba(255,108,216,0.95), rgba(87,236,255,0.95));
  box-shadow: 0 0 8px rgba(87,236,255,0.25);
}

.yc-icon span:nth-child(1) { height: 8px; opacity: 0.75; }
.yc-icon span:nth-child(2) { height: 13px; opacity: 0.9; }
.yc-icon span:nth-child(3) { height: 18px; }

.yc-year {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.1;
}

.yc-value {
  margin-top: 2px;
  font-size: 0.88rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

/* =========================
   MINI STATS (2 blocks)
========================= */
.mini-grid {
  margin-top: 8px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.mini-stat {
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
  padding: 8px;

  opacity: 0;
  transform: translateY(8px);

  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease,
    box-shadow 0.22s ease,
    opacity 420ms ease;
}

.tourism-hero.is-visible .mini-stat {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 420ms ease, transform 520ms cubic-bezier(.22,1,.36,1);
}

.tourism-hero.is-visible .mini-stat:nth-child(1) { transition-delay: 80ms; }
.tourism-hero.is-visible .mini-stat:nth-child(2) { transition-delay: 130ms; }

.mini-stat:hover {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.045);
}

.mini-label {
  color: rgba(255,255,255,0.66);
  font-size: 0.66rem;
  line-height: 1.2;
  min-height: 24px;
}

.mini-value {
  margin-top: 4px;
  font-size: 0.9rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.01em;
}

.mini-stat:nth-child(1) .mini-value { color: #ffffff; }
.mini-stat:nth-child(2) .mini-value { color: #dff8ff; }

.mini-sub {
  margin-top: 2px;
  color: rgba(255,255,255,0.55);
  font-size: 0.66rem;
  line-height: 1.2;
}

/* =========================
   CARD FOOT
========================= */
.card-foot {
  margin-top: 8px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.07);
  background: rgba(255,255,255,0.025);
  padding: 7px 9px;
}

.foot-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  color: rgba(255,255,255,0.78);
  font-size: 0.72rem;
  line-height: 1.25;
}

.foot-k {
  color: rgba(255,255,255,0.58);
}

.sep {
  color: rgba(255,255,255,0.35);
  margin: 0 3px;
}

/* =========================
   VISIBILITY ANIM
========================= */
@media (prefers-reduced-motion: reduce) {
  .tourism-hero .data-card,
  .tourism-hero .mini-stat,
  .tourism-hero .year-card {
    transition: none !important;
    opacity: 1 !important;
    transform: translateX(-50%) translateY(0) !important;
  }

  .globe-halo,
  .globe-halo::before,
  .globe-halo::after,
  .status-badge.live,
  .signal-panel::before {
    animation: none !important;
  }

  .globe-wrap {
    transition: none !important;
  }
}

/* =========================
   BREAKPOINTS (your pattern)
========================= */

/* <= 1400px */
@media (max-width: 1400px) {
  .tourism-hero {
    grid-template-columns: minmax(300px, 500px) minmax(430px, 740px);
  }
}

/* <= 1200px */
@media (max-width: 1200px) {
  .tourism-hero {
    grid-template-columns: minmax(280px, 470px) minmax(400px, 700px);
    gap: 12px;
  }

  .copy-pane h1 {
    font-size: clamp(1.65rem, 1.5vw + 1rem, 2.2rem);
  }

  .visual-pane {
    min-height: clamp(740px, 70vw, 860px);
  }
}

/* <= 992px */
@media (max-width: 992px) {
  .tourism-hero {
    grid-template-columns: 1fr;
    justify-content: stretch;
    gap: 10px;
    padding: 12px 10px;
  }

  .visual-pane::before,
  .visual-pane::after {
    display: none;
  }

  .copy-pane {
    padding: 14px 12px 8px 12px;
  }

  .copy-pane::before,
  .copy-pane::after {
    opacity: 0.28;
    left: 10px;
    right: 10px;
  }

  .visual-pane {
    min-height: clamp(700px, 96vw, 820px);
    padding: 0;
  }

  .globe-stage {
    min-height: 740px;
  }

  .globe-wrap {
    top: 8px;
    left: 50%;
    width: min(560px, 96%);
    /* keep parallax vars but less noticeable */
  }

  .data-card {
    top: 34%;
    bottom: 0%;
    width: 96%;
    left: 50%;
  }
}

/* <= 768px */
@media (max-width: 768px) {
  .copy-pane h1 {
    font-size: clamp(1.35rem, 4vw + 0.35rem, 1.95rem);
  }

  .copy-pane h2 {
    font-size: 0.95rem;
  }

  .copy-pane .desc {
    max-width: none;
    font-size: 0.92rem;
  }

  .note-pill {
    font-size: 0.76rem;
    padding: 5px 9px;
  }

  .card-head h3 {
    font-size: 0.95rem;
  }

  .signal-panel {
    grid-template-columns: 70px 1fr;
  }

  .signal-year {
    font-size: 0.92rem;
  }

  .signal-value {
    font-size: 1.06rem;
  }

  .year-cards-grid,
  .mini-grid {
    grid-template-columns: 1fr;
  }

  .mini-label {
    min-height: 0;
  }
}

/* <= 576px */
@media (max-width: 576px) {
  .tourism-hero {
    padding: 10px 8px;
  }

  .copy-pane {
    padding: 12px 10px 6px;
  }

  .copy-pane .eyebrow {
    letter-spacing: 0.11em;
    font-size: 0.7rem;
  }

  .card-eyebrow,
  .meta-top,
  .year-cards-head,
  .foot-line {
    font-size: 0.68rem;
  }

  .route-chip {
    font-size: 0.78rem;
    gap: 6px;
    padding: 6px 9px;
  }

  .signal-caption {
    font-size: 0.69rem;
  }

  .trend-chip {
    font-size: 0.68rem;
    padding: 4px 7px;
  }
}