/* Kindred home: 2026-08-31 country -> city liquid-glass reference build. */

:root {
  --home-black: #020203;
  --home-ink: #0a0a0d;
  --home-gray: #17171c;
  --home-gray-soft: #2a2a31;
  --home-text: #f5f1ed;
  --home-muted: #aaa7ae;
  --home-pink: #ff075f;
  --home-pink-bright: #ff0a73;
  --home-pink-deep: #750028;
  --home-pink-dark: #330010;
  --home-pink-pale: #f5b3cf;
  --home-glass-line: rgba(255, 225, 238, 0.58);
  --home-glass-line-soft: rgba(255, 238, 246, 0.16);
  --home-display: Didot, "Bodoni 72", "Bodoni MT", "Times New Roman", serif;
  --home-sans: -apple-system, BlinkMacSystemFont, "SF Pro Display", "PingFang SC", "Helvetica Neue", Arial, sans-serif;
}

body:not(.is-city-map-active) {
  margin: 0;
  overflow-x: hidden;
  background: var(--home-black);
}

.home-shell:not(.is-city-map) {
  width: 100%;
  max-width: none;
  min-height: 100svh;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: var(--home-text);
  background:
    radial-gradient(circle at 73% 18%, rgba(109, 0, 37, 0.16), transparent 34%),
    linear-gradient(180deg, #020203 0%, #000 100%);
  font-family: var(--home-sans);
}

.home-shell:not(.is-city-map)::before,
.home-shell:not(.is-city-map)::after {
  display: none !important;
}

.home-shell:not(.is-city-map) .site-header {
  position: relative;
  inset: auto;
  z-index: 60;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(120px, 1fr);
  align-items: center;
  width: 100%;
  height: 80px;
  margin: 0;
  padding: 18px 36px 12px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  backdrop-filter: none;
}

.home-shell:not(.is-city-map) .brand-wordmark {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-self: start;
  gap: 1px;
  min-width: 160px;
  padding: 0;
  color: var(--home-text);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.home-shell:not(.is-city-map) .brand-wordmark span {
  font-size: 18px;
  font-weight: 650;
  line-height: 1.05;
}

.home-shell:not(.is-city-map) .brand-wordmark::after {
  content: "同路地图";
  font-size: 12px;
  font-weight: 520;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: none;
}

.home-shell:not(.is-city-map) .brand-app-icon,
.home-shell:not(.is-city-map) .header-actions {
  display: none !important;
}

.home-shell:not(.is-city-map) .primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(42px, 5.5vw, 82px);
  min-width: 360px;
}

.home-shell:not(.is-city-map) .primary-nav a {
  position: relative;
  padding: 12px 0;
  color: #f6f2ee;
  font-size: 15px;
  font-weight: 520;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.home-shell:not(.is-city-map) .primary-nav a:first-child::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 1px;
  background: var(--home-pink-bright);
  box-shadow: 0 0 12px rgba(255, 10, 115, 0.65);
}

.home-shell:not(.is-city-map) .home-header-language {
  position: relative;
  display: block;
  justify-self: end;
  width: auto;
  height: 42px;
  margin: 0;
}

.home-shell:not(.is-city-map) .home-header-language-label {
  display: none;
}

.home-shell:not(.is-city-map) .home-header-language select {
  min-width: 92px;
  height: 42px;
  padding: 0 34px 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  color: #f7f3ef;
  background: rgba(12, 12, 16, 0.62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 12px 30px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(20px) saturate(140%);
  font: 500 14px/1 var(--home-sans);
  -webkit-appearance: menulist;
  appearance: auto;
}

.home-shell:not(.is-city-map) .journal-menu-button {
  display: none;
}

.home-shell:not(.is-city-map) #mobileAppRoot,
.home-shell:not(.is-city-map) #journalHomeClosing,
.home-shell:not(.is-city-map) .site-footer,
.home-shell:not(.is-city-map) .v6-compatibility-reservoir,
.home-shell:not(.is-city-map) .v7-compatibility-hooks {
  display: none !important;
}

.home-shell:not(.is-city-map) #journalHomePrimary {
  position: relative;
  width: 100%;
}

.home-shell:not(.is-city-map) .v7-home-hero {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  min-height: max(920px, calc(100svh - 80px));
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  opacity: 1 !important;
  transform: none !important;
  background: transparent !important;
}

.home-shell:not(.is-city-map) .v7-home-k-stage {
  position: absolute;
  z-index: 1;
  top: -16px;
  right: 0;
  display: block;
  width: 48.2%;
  pointer-events: none;
  user-select: none;
}

.home-shell:not(.is-city-map) .v7-home-k-stage img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: right top;
}

.home-shell:not(.is-city-map) .v7-home-copy {
  position: absolute;
  z-index: 5;
  top: 56px;
  left: 6.6%;
  width: 48%;
  margin: 0;
  padding: 0;
}

.home-shell:not(.is-city-map) .v7-home-copy h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  color: #f5f0eb;
  font-family: var(--home-display);
  font-size: clamp(68px, 6.85vw, 104px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  text-wrap: balance;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.16);
}

.home-shell:not(.is-city-map) .v7-home-copy h1 span {
  display: block;
  white-space: nowrap;
}

.home-shell:not(.is-city-map) .v7-home-copy h1 .is-accent {
  color: #f6003f;
  text-shadow: 0 0 24px rgba(255, 7, 95, 0.16);
}

.home-shell:not(.is-city-map) .v7-home-copy .journal-hero-intro {
  max-width: 540px;
  margin: 8px 0 0;
  color: #ded9d6;
  font-size: clamp(15px, 1.6vw, 18px);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.015em;
}

.home-shell:not(.is-city-map) .v7-destination {
  position: absolute !important;
  z-index: 20;
  top: 347px;
  left: 5.5%;
  display: block !important;
  width: 51.2%;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.home-shell:not(.is-city-map) .v7-destination-glass {
  position: relative;
  min-height: 372px;
  padding: 20px 23px 18px;
  overflow: visible;
  border: 1px solid var(--home-glass-line);
  border-radius: 20px;
  background:
    linear-gradient(138deg, rgba(255, 70, 120, 0.04) 0%, rgba(255, 255, 255, 0.012) 23%, rgba(7, 7, 10, 0.72) 58%, rgba(70, 30, 45, 0.45) 100%),
    radial-gradient(circle at 100% 0%, rgba(255, 142, 190, 0.2), transparent 40%),
    rgba(5, 0, 4, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    inset 18px 16px 34px rgba(255, 198, 224, 0.025),
    inset -16px -18px 40px rgba(84, 0, 31, 0.18),
    0 26px 75px rgba(0, 0, 0, 0.48),
    0 0 40px rgba(255, 7, 95, 0.055);
  backdrop-filter: blur(34px) saturate(148%);
  -webkit-backdrop-filter: blur(34px) saturate(148%);
}

.home-shell:not(.is-city-map) .v7-destination-glass::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: 18px;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.055), transparent 31%, transparent 64%, rgba(255, 10, 115, 0.045));
  pointer-events: none;
}

.home-shell:not(.is-city-map) .v7-destination-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  min-height: 28px;
  margin: 0 0 8px;
}

.home-shell:not(.is-city-map) .v7-destination-heading h2 {
  margin: 0;
  color: #f7f1ee;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.35;
  letter-spacing: 0.02em;
}

.home-shell:not(.is-city-map) .v7-destination-heading p {
  margin: 0;
  color: #c4bdc1;
  font-size: 13px;
  line-height: 1.35;
  white-space: nowrap;
}

.home-shell:not(.is-city-map) .country-directory-panel,
.home-shell:not(.is-city-map) .city-directory-panel {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-shell:not(.is-city-map) .destination-country-rail {
  position: relative;
  z-index: 12;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
  min-height: 44px;
  margin: 0 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 13px;
  background: linear-gradient(180deg, rgba(32, 32, 38, 0.56), rgba(8, 8, 11, 0.58));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.home-shell:not(.is-city-map) .country-directory-list {
  position: static;
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 44px;
  min-height: 44px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
  scrollbar-width: none;
}

.home-shell:not(.is-city-map) .country-directory-list::-webkit-scrollbar {
  display: none;
}

.home-shell:not(.is-city-map) .country-directory-list > .country-directory-item:nth-child(n + 5) {
  display: none;
}

.home-shell:not(.is-city-map) .country-directory-item,
.home-shell:not(.is-city-map) .destination-more-countries {
  position: relative;
  display: inline-flex;
  flex: 1 0 auto;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 82px;
  min-height: 44px;
  margin: 0;
  padding: 0 12px;
  border: 0;
  border-radius: 12px;
  color: #ddd8d8;
  background: transparent;
  box-shadow: none;
  font: 500 15px/1 var(--home-sans);
  white-space: nowrap;
  cursor: pointer;
}

.home-shell:not(.is-city-map) .country-directory-item::before,
.home-shell:not(.is-city-map) .country-directory-item::after {
  display: none;
}

.home-shell:not(.is-city-map) .country-directory-copy {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;
  min-width: auto;
}

.home-shell:not(.is-city-map) .country-directory-copy strong,
.home-shell:not(.is-city-map) .country-directory-copy small,
.home-shell:not(.is-city-map) .country-directory-copy b {
  margin: 0;
  color: inherit;
  font: inherit;
  font-style: normal;
}

.home-shell:not(.is-city-map) .country-directory-dot {
  display: none;
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--home-pink-bright);
  box-shadow: 0 0 12px rgba(255, 10, 115, 0.8);
}

.home-shell:not(.is-city-map) .country-directory-item.is-active {
  color: #fff7f8;
  background:
    linear-gradient(135deg, rgba(76, 0, 28, 0.94), rgba(42, 0, 17, 0.92)),
    rgba(58, 0, 24, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 235, 244, 0.22),
    inset -10px -12px 26px rgba(35, 0, 12, 0.3),
    0 0 0 1px rgba(255, 10, 115, 0.75),
    0 8px 25px rgba(255, 0, 91, 0.18);
}

.home-shell:not(.is-city-map) .country-directory-item.is-active .country-directory-dot {
  display: block;
}

.home-shell:not(.is-city-map) .destination-more-countries {
  flex: 0 0 auto;
  min-width: 90px;
  border-left: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0 12px 12px 0;
  color: #efe9e7;
}

.home-shell:not(.is-city-map) .destination-more-countries > span:last-child,
.home-shell:not(.is-city-map) .v7-view-all-cities > span:last-child {
  font-size: 22px;
  font-weight: 300;
  line-height: 0.7;
}

.home-shell:not(.is-city-map) .v7-destination.is-country-expanded .country-directory-list {
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  width: auto;
  height: auto;
  max-height: 200px;
  padding: 10px;
  overflow: auto;
  border: 1px solid rgba(255, 226, 238, 0.34);
  border-radius: 15px;
  background:
    linear-gradient(140deg, rgba(36, 25, 32, 0.94), rgba(4, 4, 7, 0.94)),
    rgba(5, 5, 8, 0.96);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.62), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(30px) saturate(145%);
}

.home-shell:not(.is-city-map) .v7-destination.is-country-expanded .country-directory-list > .country-directory-item:nth-child(n + 5) {
  display: inline-flex;
}

.home-shell:not(.is-city-map) .v7-destination.is-country-expanded .destination-more-countries > span:last-child {
  transform: rotate(90deg);
}

.home-shell:not(.is-city-map) .v7-directory-compatibility,
.home-shell:not(.is-city-map) .featured-city-module {
  display: none !important;
}

.home-shell:not(.is-city-map) .city-directory-track {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-flow: row;
  width: 100%;
  min-height: 238px;
  max-height: 238px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 13px;
  background:
    linear-gradient(145deg, rgba(30, 30, 35, 0.54), rgba(6, 6, 9, 0.62)),
    rgba(8, 8, 11, 0.54);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.home-shell:not(.is-city-map) .city-directory-card {
  position: relative;
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-width: 0;
  min-height: 59.5px;
  margin: 0;
  padding: 8px 18px;
  overflow: hidden;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.085);
  border-bottom: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 0;
  color: #eae6e4;
  background: rgba(9, 9, 12, 0.23);
  box-shadow: none;
  text-align: left;
  cursor: pointer;
}

.home-shell:not(.is-city-map) .city-directory-card:nth-child(2n) {
  border-right: 0;
}

.home-shell:not(.is-city-map) .city-directory-card:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.home-shell:not(.is-city-map) .city-directory-card::before,
.home-shell:not(.is-city-map) .city-directory-card::after,
.home-shell:not(.is-city-map) .city-directory-rule,
.home-shell:not(.is-city-map) .city-directory-index,
.home-shell:not(.is-city-map) .city-directory-arrow {
  display: none !important;
}

.home-shell:not(.is-city-map) .city-directory-dot {
  display: block;
  width: 7px;
  height: 7px;
  border: 2px solid transparent;
  border-radius: 50%;
  background: transparent;
}

.home-shell:not(.is-city-map) .city-directory-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 2px;
}

.home-shell:not(.is-city-map) .city-directory-copy strong {
  overflow: hidden;
  color: #f1ece9;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0.015em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-shell:not(.is-city-map) .city-directory-copy em {
  overflow: hidden;
  color: #a9a5aa;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0.04em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-shell:not(.is-city-map) .city-directory-count {
  color: #d7d1d3;
  font-size: 14px;
  font-weight: 430;
  line-height: 1;
}

.home-shell:not(.is-city-map) .city-directory-card.is-active {
  z-index: 2;
  color: #fff;
  background:
    linear-gradient(140deg, rgba(90, 0, 32, 0.97), rgba(45, 0, 18, 0.94)),
    rgba(58, 0, 23, 0.94);
  box-shadow:
    inset 0 1px 0 rgba(255, 235, 243, 0.18),
    inset -12px -14px 28px rgba(31, 0, 12, 0.28),
    0 0 0 1px rgba(255, 10, 115, 0.78),
    0 8px 28px rgba(255, 0, 91, 0.17);
}

.home-shell:not(.is-city-map) .city-directory-card.is-active .city-directory-dot {
  border-color: #fff;
  background: var(--home-pink-bright);
  box-shadow: 0 0 12px rgba(255, 10, 115, 0.78);
}

.home-shell:not(.is-city-map) .city-directory-card.is-active .city-directory-copy strong,
.home-shell:not(.is-city-map) .city-directory-card.is-active .city-directory-count {
  color: #fff8f8;
}

.home-shell:not(.is-city-map) .city-directory-card.is-active .city-directory-copy em {
  color: #dbccd1;
}

.home-shell:not(.is-city-map) .v7-destination-cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: 100%;
  min-height: 64px;
  margin: 12px 0 0;
  padding: 0 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 224, 237, 0.72);
  border-radius: 14px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(255, 20, 90, 0.14), transparent 70%),
    linear-gradient(180deg, rgba(240, 38, 105, 0.98) 0%, rgba(185, 0, 61, 0.98) 48%, rgba(150, 0, 43, 0.98) 70%, rgba(210, 0, 62, 0.97) 100%);
  box-shadow:
    inset 0 2px 1px rgba(255, 223, 235, 0.32),
    inset 0 -16px 28px rgba(100, 0, 31, 0.19),
    0 10px 28px rgba(255, 0, 85, 0.3),
    0 0 24px rgba(255, 10, 115, 0.24);
  font: 520 20px/1 var(--home-sans);
  letter-spacing: 0.015em;
  cursor: pointer;
}

.home-shell:not(.is-city-map) .v7-destination-cta::before {
  content: "";
  position: absolute;
  top: 1px;
  right: 8%;
  left: 8%;
  height: 15px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.13);
  filter: blur(8px);
}

.home-shell:not(.is-city-map) .v7-view-all-cities {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  margin: 8px 0 0 13px;
  padding: 0 1px;
  border: 0;
  border-bottom: 1px solid var(--home-pink-bright);
  border-radius: 0;
  color: #eee9e6;
  background: transparent;
  font: 500 14px/1 var(--home-sans);
  cursor: pointer;
}

.home-shell:not(.is-city-map) .v7-view-all-cities > span:last-child {
  transform: translateY(-1px);
}

.home-shell:not(.is-city-map) .v7-home-provenance {
  position: absolute;
  z-index: 10;
  top: 873px;
  left: 27.8%;
  display: flex;
  align-items: center;
  gap: 10px;
  width: min(48%, 560px);
  margin: 0;
  color: #8f8b91;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.01em;
}

.home-shell:not(.is-city-map) .v7-provenance-mark {
  display: block;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  object-fit: cover;
  border-radius: 50%;
  mix-blend-mode: screen;
  filter: saturate(1.3) brightness(1.08);
}

.home-shell:not(.is-city-map) button:focus-visible,
.home-shell:not(.is-city-map) a:focus-visible,
.home-shell:not(.is-city-map) select:focus-visible {
  outline: 2px solid var(--home-pink-pale);
  outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
  .home-shell:not(.is-city-map) .country-directory-item:not(.is-active):hover,
  .home-shell:not(.is-city-map) .city-directory-card:not(.is-active):hover,
  .home-shell:not(.is-city-map) .destination-more-countries:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.055);
  }

  .home-shell:not(.is-city-map) .v7-destination-cta:hover {
    transform: translateY(-1px);
    box-shadow:
      inset 0 2px 1px rgba(255, 223, 235, 0.4),
      inset 0 -16px 28px rgba(100, 0, 31, 0.18),
      0 14px 34px rgba(255, 0, 85, 0.37),
      0 0 30px rgba(255, 10, 115, 0.28);
  }
}

@media (min-width: 701px) and (max-width: 900px) {
  .home-shell:not(.is-city-map) .v7-home-hero {
    min-height: 1080px;
  }

  .home-shell:not(.is-city-map) .v7-home-copy {
    top: 50px;
    left: 5.2%;
    width: 55%;
  }

  .home-shell:not(.is-city-map) .v7-home-copy h1 {
    font-size: clamp(58px, 8vw, 70px);
  }

  .home-shell:not(.is-city-map) .v7-home-k-stage {
    top: -10px;
    width: 48%;
  }

  .home-shell:not(.is-city-map) .v7-destination {
    top: 372px;
    left: 5.2%;
    width: 89.6%;
  }

  .home-shell:not(.is-city-map) .v7-home-provenance {
    top: 945px;
    left: 5.2%;
    width: 80%;
  }
}

@media (max-width: 700px) {
  .home-shell:not(.is-city-map) {
    min-height: 1050px;
  }

  .home-shell:not(.is-city-map) .site-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 10px;
    height: 80px;
    padding: 16px 15px 12px;
  }

  .home-shell:not(.is-city-map) .brand-wordmark {
    min-width: 0;
  }

  .home-shell:not(.is-city-map) .brand-wordmark span {
    font-size: 16px;
  }

  .home-shell:not(.is-city-map) .brand-wordmark::after {
    font-size: 10px;
  }

  .home-shell:not(.is-city-map) .home-header-language {
    grid-column: 2;
    height: 40px;
  }

  .home-shell:not(.is-city-map) .home-header-language select {
    min-width: 78px;
    height: 40px;
    padding-right: 28px;
  }

  .home-shell:not(.is-city-map) .journal-menu-button {
    position: relative;
    grid-column: 3;
    display: grid;
    place-items: center;
    width: 42px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.19);
    border-radius: 11px;
    color: #fff;
    background: rgba(12, 12, 16, 0.56);
    backdrop-filter: blur(20px);
  }

  .home-shell:not(.is-city-map) .journal-menu-label {
    display: none;
  }

  .home-shell:not(.is-city-map) .journal-menu-icon {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 20px;
  }

  .home-shell:not(.is-city-map) .journal-menu-icon i {
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
  }

  .home-shell:not(.is-city-map) .primary-nav {
    position: absolute;
    top: 68px;
    right: 15px;
    left: 15px;
    z-index: 80;
    display: none;
    min-width: 0;
    padding: 12px;
    border: 1px solid rgba(255, 225, 238, 0.3);
    border-radius: 14px;
    background: rgba(9, 9, 13, 0.94);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.62);
    backdrop-filter: blur(28px);
  }

  .home-shell:not(.is-city-map).is-menu-open .primary-nav {
    display: grid;
    gap: 0;
  }

  .home-shell:not(.is-city-map) .primary-nav a {
    min-height: 44px;
    padding: 14px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .home-shell:not(.is-city-map) .primary-nav a:last-child {
    border-bottom: 0;
  }

  .home-shell:not(.is-city-map) .primary-nav a:first-child::after {
    display: none;
  }

  .home-shell:not(.is-city-map) .v7-home-hero {
    min-height: 970px;
  }

  .home-shell:not(.is-city-map) .v7-home-k-stage {
    top: -16px;
    right: 3%;
    width: 76%;
  }

  .home-shell:not(.is-city-map) .v7-home-copy {
    top: 270px;
    left: 7.3%;
    width: 88%;
  }

  .home-shell:not(.is-city-map) .v7-home-copy h1 {
    font-size: clamp(39px, 12vw, 49px);
    line-height: 0.91;
    letter-spacing: -0.035em;
  }

  .home-shell:not(.is-city-map) .v7-home-copy .journal-hero-intro {
    max-width: 94%;
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.5;
  }

  .home-shell:not(.is-city-map) .v7-destination {
    top: 408px;
    left: 15px;
    width: calc(100% - 30px);
  }

  .home-shell:not(.is-city-map) .v7-destination-glass {
    min-height: 405px;
    padding: 14px 14px 13px;
    border-radius: 18px;
    backdrop-filter: blur(28px) saturate(150%);
    -webkit-backdrop-filter: blur(28px) saturate(150%);
  }

  .home-shell:not(.is-city-map) .v7-destination-heading {
    min-height: 24px;
    margin-bottom: 9px;
  }

  .home-shell:not(.is-city-map) .v7-destination-heading h2 {
    font-size: 13px;
  }

  .home-shell:not(.is-city-map) .v7-destination-heading p {
    font-size: 10px;
  }

  .home-shell:not(.is-city-map) .destination-country-rail,
  .home-shell:not(.is-city-map) .country-directory-list {
    min-height: 42px;
    height: 42px;
  }

  .home-shell:not(.is-city-map) .country-directory-list {
    overflow-x: auto;
  }

  .home-shell:not(.is-city-map) .country-directory-item,
  .home-shell:not(.is-city-map) .destination-more-countries {
    min-width: 66px;
    min-height: 42px;
    padding: 0 8px;
    gap: 5px;
    font-size: 11px;
  }

  .home-shell:not(.is-city-map) .destination-more-countries {
    min-width: 52px;
  }

  .home-shell:not(.is-city-map) .destination-more-countries > span:last-child {
    display: none;
  }

  .home-shell:not(.is-city-map) .country-directory-dot {
    width: 6px;
    height: 6px;
    flex-basis: 6px;
  }

  .home-shell:not(.is-city-map) .v7-destination.is-country-expanded .country-directory-list {
    top: 48px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: 246px;
  }

  .home-shell:not(.is-city-map) .city-directory-track {
    min-height: 226px;
    max-height: 226px;
    border-radius: 12px;
  }

  .home-shell:not(.is-city-map) .city-directory-card {
    min-height: 56.5px;
    padding: 7px 10px;
    grid-template-columns: 13px minmax(0, 1fr) auto;
    gap: 6px;
  }

  .home-shell:not(.is-city-map) .city-directory-copy strong {
    font-size: 12px;
  }

  .home-shell:not(.is-city-map) .city-directory-copy em {
    font-size: 8px;
  }

  .home-shell:not(.is-city-map) .city-directory-count {
    font-size: 12px;
  }

  .home-shell:not(.is-city-map) .v7-destination-cta {
    min-height: 52px;
    margin-top: 12px;
    border-radius: 12px;
    font-size: 15px;
  }

  .home-shell:not(.is-city-map) .v7-view-all-cities {
    min-height: 36px;
    margin-top: 3px;
    margin-left: 13px;
    font-size: 12px;
  }

  .home-shell:not(.is-city-map) .v7-home-provenance {
    top: 891px;
    left: 30px;
    width: calc(100% - 50px);
    gap: 8px;
    font-size: 9px;
    line-height: 1.6;
  }

  .home-shell:not(.is-city-map) .v7-provenance-mark {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }
}

@media (max-width: 350px) {
  .home-shell:not(.is-city-map) .site-header {
    padding-right: 10px;
    padding-left: 10px;
  }

  .home-shell:not(.is-city-map) .brand-wordmark span {
    font-size: 14px;
  }

  .home-shell:not(.is-city-map) .home-header-language select {
    min-width: 68px;
    padding-left: 10px;
  }

  .home-shell:not(.is-city-map) .v7-home-copy {
    left: 6.2%;
    width: 91%;
  }

  .home-shell:not(.is-city-map) .v7-home-copy h1 {
    font-size: 38px;
  }

  .home-shell:not(.is-city-map) .v7-destination-heading p {
    max-width: 122px;
    white-space: normal;
    text-align: right;
  }

  .home-shell:not(.is-city-map) .country-directory-item {
    min-width: 61px;
    padding: 0 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-shell:not(.is-city-map) *,
  .home-shell:not(.is-city-map) *::before,
  .home-shell:not(.is-city-map) *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

/* The earlier V6 fidelity layer intentionally used important release guards.
   This selected homepage is a user-authorized replacement, so the final layer
   must explicitly own the home route while leaving city-map styles untouched. */
body #top.home-shell.journal-home:not(.is-city-map) {
  width: 100% !important;
  height: auto !important;
  min-height: 100svh !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: var(--home-black) !important;
}

body #top.home-shell.journal-home:not(.is-city-map) > .site-header {
  position: relative !important;
  inset: auto !important;
  top: auto !important;
  left: auto !important;
  width: 100% !important;
  height: 80px !important;
  min-height: 80px !important;
  grid-template-columns: minmax(220px, 1fr) auto minmax(120px, 1fr) !important;
  gap: 24px !important;
  margin: 0 !important;
  padding: 18px 36px 12px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body #top.home-shell.journal-home:not(.is-city-map) #journalHomePrimary {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 920px !important;
}

body #top.home-shell.journal-home:not(.is-city-map) .v7-home-hero {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: max(920px, calc(100svh - 80px)) !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body #top.home-shell.journal-home:not(.is-city-map) .v7-home-copy {
  position: absolute !important;
  z-index: 5 !important;
  top: 56px !important;
  left: 6.6% !important;
  display: block !important;
  width: 48% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body #top.home-shell.journal-home:not(.is-city-map) .v7-home-copy h1,
:lang(zh) body #top.home-shell.journal-home:not(.is-city-map) .v7-home-copy h1 {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #f5f0eb !important;
  font-family: var(--home-display) !important;
  font-size: clamp(68px, 6.85vw, 88px) !important;
  font-weight: 400 !important;
  line-height: 1.04 !important;
  letter-spacing: -0.04em !important;
  text-transform: uppercase !important;
}

body #top.home-shell.journal-home:not(.is-city-map) .v7-home-copy h1 .is-accent {
  color: #f6003f !important;
}

body #top.home-shell.journal-home:not(.is-city-map) .v7-home-copy h1 > span {
  display: block !important;
  width: max-content !important;
  white-space: nowrap !important;
}

body #top.home-shell.journal-home:not(.is-city-map) .v7-home-copy .journal-hero-intro {
  width: auto !important;
  max-width: 540px !important;
  margin: 8px 0 0 !important;
  padding: 0 !important;
  color: #ded9d6 !important;
  font-size: clamp(15px, 1.6vw, 18px) !important;
  line-height: 1.55 !important;
}

:root:not(:lang(zh)) body #top.home-shell.journal-home:not(.is-city-map) .v7-home-copy .journal-hero-intro {
  font-size: 14px !important;
  line-height: 1.55 !important;
}

body #top.home-shell.journal-home:not(.is-city-map) .v7-destination {
  position: absolute !important;
  z-index: 20 !important;
  top: 347px !important;
  left: 5.5% !important;
  display: block !important;
  width: 51.2% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body #top.home-shell.journal-home:not(.is-city-map) .v7-destination-glass {
  display: block !important;
  width: 100% !important;
  min-height: 372px !important;
}

body #top.home-shell.journal-home:not(.is-city-map) .country-directory-panel,
body #top.home-shell.journal-home:not(.is-city-map) .city-directory-panel {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body #top.home-shell.journal-home:not(.is-city-map) .country-directory-panel > :is(
  #countryDirectoryLabel,
  #countryPosition,
  #countryScrollPrevious,
  .country-directory-select
) {
  display: none !important;
}

body #top.home-shell.journal-home:not(.is-city-map) .destination-country-rail {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  width: 100% !important;
  height: 44px !important;
  min-height: 44px !important;
  margin: 0 0 15px !important;
  padding: 0 !important;
}

body #top.home-shell.journal-home:not(.is-city-map) .country-directory-list {
  position: static !important;
  display: flex !important;
  width: 100% !important;
  height: 44px !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

body #top.home-shell.journal-home:not(.is-city-map) .country-directory-list > .country-directory-item:nth-child(n + 5) {
  display: none !important;
}

body #top.home-shell.journal-home:not(.is-city-map) .country-directory-item,
body #top.home-shell.journal-home:not(.is-city-map) .destination-more-countries {
  display: inline-flex !important;
  width: auto !important;
  min-width: 82px !important;
  height: 44px !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 0 12px !important;
  border: 0 !important;
  border-radius: 12px !important;
  box-shadow: none !important;
}

body #top.home-shell.journal-home:not(.is-city-map) .country-directory-item.is-active {
  background:
    linear-gradient(135deg, rgba(76, 0, 28, 0.94), rgba(42, 0, 17, 0.92)),
    rgba(58, 0, 24, 0.92) !important;
  box-shadow: inset 0 1px 0 rgba(255, 235, 244, 0.22), inset -10px -12px 26px rgba(35, 0, 12, 0.3), 0 0 0 1px rgba(255, 10, 115, 0.75), 0 8px 25px rgba(255, 0, 91, 0.18) !important;
}

body #top.home-shell.journal-home:not(.is-city-map) .destination-more-countries {
  min-width: 90px !important;
  border-left: 1px solid rgba(255, 255, 255, 0.11) !important;
  border-radius: 0 12px 12px 0 !important;
}

body #top.home-shell.journal-home:not(.is-city-map) .v7-destination.is-country-expanded .country-directory-list {
  position: absolute !important;
  top: 50px !important;
  right: 0 !important;
  left: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 6px !important;
  width: auto !important;
  height: auto !important;
  max-height: 200px !important;
  padding: 10px !important;
  overflow: auto !important;
  border: 1px solid rgba(255, 226, 238, 0.34) !important;
  border-radius: 15px !important;
}

body #top.home-shell.journal-home:not(.is-city-map) .v7-destination.is-country-expanded .country-directory-list > .country-directory-item:nth-child(n + 5) {
  display: inline-flex !important;
}

body #top.home-shell.journal-home:not(.is-city-map) .city-directory-track {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-auto-flow: row !important;
  width: 100% !important;
  height: 238px !important;
  min-height: 238px !important;
  max-height: 238px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 13px !important;
}

body #top.home-shell.journal-home:not(.is-city-map) .city-directory-card {
  display: grid !important;
  grid-template-columns: 16px minmax(0, 1fr) auto !important;
  width: auto !important;
  min-width: 0 !important;
  height: 59.5px !important;
  min-height: 59.5px !important;
  margin: 0 !important;
  padding: 8px 18px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body #top.home-shell.journal-home:not(.is-city-map) .city-directory-card.is-active {
  background:
    linear-gradient(140deg, rgba(90, 0, 32, 0.97), rgba(45, 0, 18, 0.94)),
    rgba(58, 0, 23, 0.94) !important;
  box-shadow: inset 0 1px 0 rgba(255, 235, 243, 0.18), inset -12px -14px 28px rgba(31, 0, 12, 0.28), 0 0 0 1px rgba(255, 10, 115, 0.78), 0 8px 28px rgba(255, 0, 91, 0.17) !important;
}

body #top.home-shell.journal-home:not(.is-city-map) .city-directory-copy em {
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin-top: 2px !important;
  overflow: visible !important;
  color: #bca6b1 !important;
  font-size: 8px !important;
  font-style: normal !important;
  font-weight: 620 !important;
  line-height: 1.15 !important;
  letter-spacing: 0.04em !important;
}

body #top.home-shell.journal-home:not(.is-city-map) .city-directory-copy {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  gap: 2px !important;
  width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
}

body #top.home-shell.journal-home:not(.is-city-map) .v7-destination-cta {
  display: flex !important;
  width: 100% !important;
  height: 64px !important;
  min-height: 64px !important;
  margin: 12px 0 0 !important;
  padding: 0 24px !important;
  border: 1px solid rgba(255, 224, 237, 0.72) !important;
  border-radius: 14px !important;
  background:
    linear-gradient(90deg, rgba(255, 20, 90, 0.14), transparent 70%),
    linear-gradient(180deg, rgba(240, 38, 105, 0.98) 0%, rgba(185, 0, 61, 0.98) 48%, rgba(150, 0, 43, 0.98) 70%, rgba(210, 0, 62, 0.97) 100%) !important;
  font-size: 20px !important;
  font-weight: 520 !important;
  line-height: 1 !important;
}

body #top.home-shell.journal-home:not(.is-city-map) .v7-view-all-cities {
  display: inline-flex !important;
  min-height: 44px !important;
  margin: 8px 0 0 13px !important;
  padding: 0 1px !important;
}

body #top.home-shell.journal-home:not(.is-city-map) .v7-home-provenance {
  position: absolute !important;
  top: 873px !important;
  left: 27.8% !important;
  display: flex !important;
  width: min(48%, 560px) !important;
  margin: 0 !important;
  padding: 0 !important;
}

@media (min-width: 701px) and (max-width: 900px) {
  body #top.home-shell.journal-home:not(.is-city-map) #journalHomePrimary,
  body #top.home-shell.journal-home:not(.is-city-map) .v7-home-hero {
    min-height: 1080px !important;
  }

  body #top.home-shell.journal-home:not(.is-city-map) .v7-home-copy {
    top: 50px !important;
    left: 5.2% !important;
    width: 55% !important;
  }

  body #top.home-shell.journal-home:not(.is-city-map) .v7-destination {
    top: 372px !important;
    left: 5.2% !important;
    width: 89.6% !important;
  }

  body #top.home-shell.journal-home:not(.is-city-map) .v7-home-provenance {
    top: 945px !important;
    left: 5.2% !important;
    width: 80% !important;
  }
}

@media (max-width: 700px) {
  html {
    min-height: 100% !important;
    overflow-y: auto !important;
  }

  body:not(.is-city-map-active) {
    min-height: max(1024px, 100svh) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior-y: auto !important;
    touch-action: pan-y !important;
    -webkit-overflow-scrolling: touch;
  }

  body #top.home-shell.journal-home:not(.is-city-map) .brand-wordmark::before {
    content: none !important;
    display: none !important;
  }

  body #top.home-shell.journal-home:not(.is-city-map) .home-header-language {
    display: block !important;
    grid-column: 2 !important;
    width: 80px !important;
    min-width: 80px !important;
    height: 36px !important;
    min-height: 36px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: translate(-3px, 5px) !important;
  }

  body #top.home-shell.journal-home:not(.is-city-map) .home-header-language::before,
  body #top.home-shell.journal-home:not(.is-city-map) .home-header-language::after {
    content: none !important;
    display: none !important;
  }

  body #top.home-shell.journal-home:not(.is-city-map) .home-header-language select {
    display: block !important;
    width: 80px !important;
    min-width: 80px !important;
    height: 36px !important;
    min-height: 36px !important;
    margin: 0 !important;
    padding: 0 24px 0 11px !important;
    border: 1px solid rgba(255, 255, 255, 0.19) !important;
    border-radius: 11px !important;
    color: #f7f3ef !important;
    background: rgba(12, 12, 16, 0.7) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
    font-size: 13px !important;
    -webkit-appearance: menulist !important;
    appearance: auto !important;
  }

  body #top.home-shell.journal-home:not(.is-city-map) {
    min-height: max(1024px, 100svh) !important;
    overflow-x: clip !important;
    overflow-y: visible !important;
  }

  body #top.home-shell.journal-home:not(.is-city-map) > .site-header {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto auto !important;
    gap: 10px !important;
    height: 80px !important;
    min-height: 80px !important;
    padding: 16px 15px 12px 31px !important;
  }

  body #top.home-shell.journal-home:not(.is-city-map) #journalHomePrimary {
    display: block !important;
    min-height: 944px !important;
  }

  body #top.home-shell.journal-home:not(.is-city-map) .v7-home-hero {
    min-height: 944px !important;
  }

  body #top.home-shell.journal-home:not(.is-city-map) .v7-home-k-stage {
    right: 32px !important;
    width: 304px !important;
  }

  body #top.home-shell.journal-home:not(.is-city-map) .journal-menu-button {
    display: grid !important;
    width: 42px !important;
    min-width: 42px !important;
    height: 40px !important;
    min-height: 40px !important;
    transform: translateY(8px) !important;
  }

  body #top.home-shell.journal-home:not(.is-city-map) .primary-nav {
    display: none !important;
  }

  body #top.home-shell.journal-home:not(.is-city-map).is-menu-open .primary-nav {
    display: grid !important;
  }

  body #top.home-shell.journal-home:not(.is-city-map) .v7-home-copy {
    top: 270px !important;
    left: 8.3% !important;
    width: 88% !important;
  }

  body #top.home-shell.journal-home:not(.is-city-map) .v7-home-copy h1,
  :lang(zh) body #top.home-shell.journal-home:not(.is-city-map) .v7-home-copy h1 {
    font-size: 38px !important;
    line-height: 0.91 !important;
  }

  body #top.home-shell.journal-home:not(.is-city-map) .v7-home-copy .journal-hero-intro {
    max-width: 94% !important;
    margin-top: 12px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
  }

  :root:not(:lang(zh)) body #top.home-shell.journal-home:not(.is-city-map) .v7-home-copy .journal-hero-intro {
    margin-top: 8px !important;
    font-size: 10px !important;
    line-height: 1.35 !important;
  }

  body #top.home-shell.journal-home:not(.is-city-map) .v7-destination {
    top: 408px !important;
    left: 15px !important;
    width: calc(100% - 30px) !important;
  }

  body #top.home-shell.journal-home:not(.is-city-map) .v7-destination-glass {
    box-sizing: border-box !important;
    height: 341px !important;
    min-height: 341px !important;
    padding: 14px 14px 13px !important;
  }

  body #top.home-shell.journal-home:not(.is-city-map) .destination-country-rail,
  body #top.home-shell.journal-home:not(.is-city-map) .country-directory-list {
    height: 42px !important;
    min-height: 42px !important;
  }

  body #top.home-shell.journal-home:not(.is-city-map) .country-directory-item,
  body #top.home-shell.journal-home:not(.is-city-map) .destination-more-countries {
    min-width: 66px !important;
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 8px !important;
  }

  body #top.home-shell.journal-home:not(.is-city-map) .destination-more-countries {
    min-width: 52px !important;
  }

  :lang(zh) body #top.home-shell.journal-home:not(.is-city-map) .destination-more-countries > span:first-child {
    display: block !important;
    max-width: 2em !important;
    overflow: hidden !important;
    white-space: nowrap !important;
  }

  body #top.home-shell.journal-home:not(.is-city-map) .v7-destination.is-country-expanded .country-directory-list {
    top: 48px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    max-height: 246px !important;
  }

  body #top.home-shell.journal-home:not(.is-city-map) .city-directory-track {
    height: 226px !important;
    min-height: 226px !important;
    max-height: 226px !important;
  }

  body #top.home-shell.journal-home:not(.is-city-map) .city-directory-card {
    grid-template-columns: 13px minmax(0, 1fr) auto !important;
    height: 56.5px !important;
    min-height: 56.5px !important;
    padding: 7px 10px !important;
  }

  body #top.home-shell.journal-home:not(.is-city-map) .v7-destination-cta {
    height: 52px !important;
    min-height: 52px !important;
    margin-top: 12px !important;
    font-size: 16px !important;
    font-weight: 520 !important;
    line-height: 1 !important;
  }

  body #top.home-shell.journal-home:not(.is-city-map) .v7-home-provenance {
    top: 876px !important;
    left: 30px !important;
    width: calc(100% - 50px) !important;
    align-items: center !important;
    font-size: 14.5px !important;
    line-height: 1.6 !important;
  }

  body #top.home-shell.journal-home:not(.is-city-map) .v7-view-all-cities {
    min-height: 36px !important;
    margin: 3px 0 0 13px !important;
  }

  body #top.home-shell.journal-home:not(.is-city-map) .v7-home-provenance > span {
    width: 270px !important;
    max-width: 270px !important;
  }

  body #top.home-shell.journal-home:not(.is-city-map) .v7-home-provenance .v7-provenance-mark {
    width: 24px !important;
    height: 28px !important;
    flex-basis: 24px !important;
    object-fit: none !important;
    object-position: center !important;
  }
}

@media (max-width: 350px) {
  body #top.home-shell.journal-home:not(.is-city-map) .v7-home-copy h1,
  :lang(zh) body #top.home-shell.journal-home:not(.is-city-map) .v7-home-copy h1 {
    font-size: 34px !important;
  }

  :lang(zh) body #top.home-shell.journal-home:not(.is-city-map) .v7-home-copy .journal-hero-intro {
    font-size: 11px !important;
    line-height: 1.5 !important;
  }
}

/* Pass 2: same-viewport fidelity tightening against the selected 1127 x 1024
   desktop frame. Mobile keeps its separately measured 384 x 1024 values. */
@media (min-width: 901px) {
  body #top.home-shell.journal-home:not(.is-city-map) .v7-home-copy {
    top: 49px !important;
  }

  body #top.home-shell.journal-home:not(.is-city-map) .v7-home-copy .journal-hero-intro {
    margin-top: 15px !important;
  }

  body #top.home-shell.journal-home:not(.is-city-map) .v7-home-k-stage {
    right: 0 !important;
    width: 48.2% !important;
  }

  body #top.home-shell.journal-home:not(.is-city-map) .v7-destination-heading {
    margin-bottom: 8px !important;
  }

  body #top.home-shell.journal-home:not(.is-city-map) .v7-destination-heading h2 {
    font-size: 16px !important;
    font-weight: 650 !important;
  }

  body #top.home-shell.journal-home:not(.is-city-map) .v7-destination-heading p {
    font-size: 13px !important;
  }

  body #top.home-shell.journal-home:not(.is-city-map) .country-directory-item,
  body #top.home-shell.journal-home:not(.is-city-map) .destination-more-countries {
    font-size: 15px !important;
    font-weight: 500 !important;
  }

  body #top.home-shell.journal-home:not(.is-city-map) .city-directory-copy strong {
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.15 !important;
  }

  body #top.home-shell.journal-home:not(.is-city-map) .city-directory-copy em {
    font-size: 10px !important;
    font-weight: 500 !important;
  }

  body #top.home-shell.journal-home:not(.is-city-map) .city-directory-count {
    font-size: 14px !important;
    font-weight: 430 !important;
  }
}

@media (max-width: 700px) {
  body #top.home-shell.journal-home:not(.is-city-map) .destination-country-rail {
    margin-bottom: 12px !important;
  }

  body #top.home-shell.journal-home:not(.is-city-map) .country-directory-item {
    min-width: 0 !important;
    padding: 0 6px !important;
  }

  body #top.home-shell.journal-home:not(.is-city-map) .country-directory-item:nth-child(1) {
    flex: 0 0 29.3% !important;
  }

  body #top.home-shell.journal-home:not(.is-city-map) .country-directory-item:nth-child(2) {
    flex: 0 0 27.9% !important;
  }

  body #top.home-shell.journal-home:not(.is-city-map) .country-directory-item:nth-child(3) {
    flex: 0 0 21.6% !important;
  }

  body #top.home-shell.journal-home:not(.is-city-map) .country-directory-item:nth-child(4) {
    flex: 0 0 21.2% !important;
  }

  body #top.home-shell.journal-home:not(.is-city-map) .destination-more-countries {
    width: 44px !important;
    min-width: 44px !important;
    padding: 0 4px !important;
  }

  body #top.home-shell.journal-home:not(.is-city-map) .v7-destination-heading p {
    margin-right: 10px !important;
    font-size: 13px !important;
    transform: translateY(2px) !important;
  }

  body #top.home-shell.journal-home:not(.is-city-map) .v7-view-all-cities {
    min-height: 44px !important;
    margin-top: -5px !important;
  }

  body #top.home-shell.journal-home:not(.is-city-map) .v7-view-all-cities > span {
    transform: translateY(4px) !important;
  }

  body #top.home-shell.journal-home:not(.is-city-map) .v7-view-all-cities > span:last-child {
    transform: translateY(3px) !important;
  }
}

body #top.home-shell.journal-home:not(.is-city-map) .country-directory-item:not(.is-active) {
  color: #ddd8d8 !important;
}

body #top.home-shell.journal-home:not(.is-city-map) .v7-destination-heading p {
  color: #c4bdc1 !important;
}

@media (min-width: 701px) and (max-width: 900px) {
  body #top.home-shell.journal-home:not(.is-city-map) > .site-header {
    grid-template-columns: minmax(180px, 1fr) auto minmax(90px, 1fr) !important;
    gap: 16px !important;
    padding-right: 28px !important;
    padding-left: 28px !important;
  }

  body #top.home-shell.journal-home:not(.is-city-map) .v7-home-k-stage {
    width: 48% !important;
  }
}

@media (min-width: 1200px) {
  body #top.home-shell.journal-home:not(.is-city-map) .v7-home-k-stage {
    width: 43.3% !important;
  }

  body #top.home-shell.journal-home:not(.is-city-map) .v7-home-copy h1,
  :lang(zh) body #top.home-shell.journal-home:not(.is-city-map) .v7-home-copy h1 {
    line-height: 0.92 !important;
  }
}

/* Experience guardrail: the selected dark homepage must not inherit the
   retired paper-theme mobile menu surface. */
@media (max-width: 767px) {
  body #top.home-shell.journal-home:not(.is-city-map):is(.is-journal-menu-open, .is-menu-open) .primary-nav {
    overflow: hidden !important;
    border: 1px solid rgba(255, 203, 224, 0.26) !important;
    border-radius: 16px !important;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 13, 99, 0.035)),
      rgba(8, 8, 12, 0.96) !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.12),
      0 24px 60px rgba(0, 0, 0, 0.62) !important;
  }

  body #top.home-shell.journal-home:not(.is-city-map):is(.is-journal-menu-open, .is-menu-open) .primary-nav a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.09) !important;
    color: #f4f0ec !important;
  }

  body #top.home-shell.journal-home:not(.is-city-map):is(.is-journal-menu-open, .is-menu-open) .primary-nav a:last-child {
    border-bottom: 0 !important;
  }
}
