:root {
  --ink: #17211b;
  --muted: #5f6c62;
  --moss: #315f4d;
  --moss-dark: #183a31;
  --gold: #b78335;
  --clay: #8c3f2a;
  --paper: #fbfaf5;
  --porcelain: #eef3ef;
  --line: #dce2d7;
  --shadow: 0 18px 48px rgba(25, 38, 30, 0.12);
  --display: Georgia, "Times New Roman", serif;
  --body: "Avenir Next", "Trebuchet MS", Verdana, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  line-height: 1.65;
}

body {
  margin: 0;
}

a {
  color: var(--moss);
  text-underline-offset: 4px;
}

a:visited {
  color: #6d4d86;
}

a:hover {
  color: var(--clay);
}

.mobile-break {
  display: none;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3 {
  color: var(--ink);
  font-family: var(--display);
  line-height: 1.1;
  text-wrap: balance;
}

h1 {
  max-width: 780px;
  margin: 0 0 18px;
  font-size: clamp(2.35rem, 5vw, 4.65rem);
}

.answer-hub-title {
  max-width: 900px;
  font-size: clamp(2.6rem, 4.6vw, 4rem);
}

h2 {
  margin: 0;
  font-size: clamp(1.75rem, 3.2vw, 3rem);
}

h3 {
  margin-top: 26px;
  font-size: 1.2rem;
}

p {
  margin-top: 0;
}

main {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 32px 0 64px;
}

article {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(24px, 4vw, 48px);
  box-shadow: var(--shadow);
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
}

th,
td {
  padding: 12px 14px;
  border-bottom: 1px solid #e7eadf;
  text-align: left;
  vertical-align: top;
}

th {
  width: 30%;
  background: #f2f5ec;
  color: #314235;
}

tr:last-child th,
tr:last-child td {
  border-bottom: 0;
}

.table-scroll {
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}

.table-scroll table {
  margin-bottom: 8px;
}

.answer-box,
.route-summary,
.citation-note {
  margin: 24px 0;
  border: 1px solid rgba(49, 95, 77, 0.16);
  border-radius: 8px;
  background: #f7faf2;
}

.answer-box,
.route-summary {
  padding: clamp(18px, 3vw, 28px);
}

.answer-box h2,
.route-summary h2,
.answer-box h3,
.route-summary h3 {
  margin-top: 0;
}

.answer-box p:last-child,
.route-summary p:last-child,
.citation-note p:last-child {
  margin-bottom: 0;
}

.answer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0 0;
}

.answer-grid div {
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(49, 95, 77, 0.14);
  border-radius: 8px;
  background: #ffffff;
}

.answer-grid strong {
  display: block;
  margin-bottom: 5px;
  color: #203a30;
}

.answer-grid p {
  margin: 0;
  color: #4a574f;
  font-size: 0.96rem;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.citation-note {
  padding: 16px 18px;
  color: #405047;
  background: #fffaf0;
}

.trust-panel {
  margin: 26px 0;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(49, 95, 77, 0.18);
  border-radius: 8px;
  background: #fbfcf7;
}

.trust-panel h2 {
  margin-top: 0;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0;
}

.trust-grid div {
  min-width: 0;
  min-height: 100%;
  padding: 16px;
  border-left: 3px solid #315f4d;
  background: #ffffff;
}

.trust-grid.yuntai-source-grid,
.trust-grid.itinerary-source-grid {
  gap: 0;
}

.trust-grid.yuntai-source-grid > div,
.trust-grid.itinerary-source-grid > div {
  padding: 0 22px;
  border-left: 1px solid rgba(49, 95, 77, 0.18);
  background: transparent;
}

.trust-grid.yuntai-source-grid > div:first-child,
.trust-grid.itinerary-source-grid > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.trust-grid.yuntai-source-grid > div:last-child,
.trust-grid.itinerary-source-grid > div:last-child {
  padding-right: 0;
}

.trust-grid strong {
  display: block;
  margin-bottom: 6px;
  color: #203a30;
}

.trust-grid p,
.source-line {
  margin: 0;
  color: #4a574f;
  font-size: 0.96rem;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.source-line {
  padding-top: 2px;
}

.topic-cluster {
  margin: 30px 0;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(45, 82, 68, 0.16);
  border-radius: 8px;
  background: #f5f8f1;
}

.topic-cluster h2 {
  margin-top: 0;
}

.topic-cluster > p {
  max-width: 780px;
}

.cluster-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.cluster-links a {
  display: flex;
  min-width: 0;
  min-height: 152px;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(49, 95, 77, 0.18);
  border-radius: 8px;
  background: #ffffff;
  color: #203a30;
  text-decoration: none;
}

.cluster-links a:hover,
.cluster-links a:focus-visible {
  border-color: rgba(49, 95, 77, 0.42);
  box-shadow: 0 12px 28px rgba(32, 58, 48, 0.08);
  transform: translateY(-1px);
}

.cluster-links strong {
  font-size: 1rem;
}

.cluster-links span {
  color: #4a574f;
  font-size: 0.94rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px max(22px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid rgba(220, 226, 215, 0.72);
  background: rgba(251, 250, 245, 0.92);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-grid;
  gap: 0;
  color: var(--ink);
  text-decoration: none;
}

.brand:visited {
  color: var(--ink);
}

.brand span {
  font-family: var(--display);
  font-size: 1.25rem;
  font-weight: 700;
}

.brand small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  gap: clamp(12px, 2vw, 24px);
  align-items: center;
}

.site-nav a {
  color: var(--ink);
  font-size: 0.94rem;
  font-weight: 700;
  text-decoration: none;
}

.site-nav a:hover {
  color: var(--clay);
}

.compact-nav {
  position: relative;
  display: none;
  flex: 0 0 auto;
}

.compact-nav summary {
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(49, 95, 77, 0.28);
  border-radius: 6px;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
  place-items: center;
}

.compact-nav summary::-webkit-details-marker {
  display: none;
}

.compact-nav summary:hover,
.compact-nav summary:focus-visible,
.compact-nav[open] summary {
  border-color: rgba(140, 63, 42, 0.52);
  color: var(--clay);
  outline: none;
}

.compact-nav summary:focus-visible {
  box-shadow: 0 0 0 3px rgba(49, 95, 77, 0.18);
}

.compact-nav-icon,
.compact-nav-icon::before,
.compact-nav-icon::after {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
}

.compact-nav-icon {
  position: relative;
}

.compact-nav-icon::before,
.compact-nav-icon::after {
  position: absolute;
  left: 0;
  content: "";
}

.compact-nav-icon::before {
  top: -6px;
}

.compact-nav-icon::after {
  top: 6px;
}

.compact-nav-panel {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(360px, calc(100vw - 36px));
  max-height: calc(100vh - 92px);
  padding: 10px;
  overflow-y: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(23, 33, 27, 0.18);
}

.compact-nav-panel a {
  min-width: 0;
  padding: 10px 12px;
  border-radius: 4px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.compact-nav-panel a:hover,
.compact-nav-panel a:focus-visible {
  background: var(--porcelain);
  color: var(--clay);
  outline: none;
}

.compact-nav-panel .language-link {
  grid-column: 1 / -1;
}

.language-link {
  min-height: 30px;
  padding: 5px 9px;
  border: 1px solid rgba(49, 95, 77, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
}

.language-suggest {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: min(420px, calc(100vw - 28px));
  padding: 12px 14px;
  border: 1px solid rgba(255, 248, 235, 0.18);
  border-radius: 8px;
  color: #fff8eb;
  background: rgba(21, 34, 29, 0.94);
  box-shadow: 0 16px 42px rgba(18, 25, 21, 0.22);
}

.language-suggest a {
  color: #f1c36b;
  font-weight: 800;
  text-decoration: none;
}

.language-suggest button {
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 999px;
  color: #15221d;
  background: #fff8eb;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.home-page {
  background: var(--paper);
}

.home-main {
  width: 100%;
  padding: 0;
}

.home-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: calc(100vh - 68px);
  overflow: hidden;
  background: #101b18;
  isolation: isolate;
}

.home-hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(90deg, rgba(10, 18, 15, 0.9) 0%, rgba(10, 18, 15, 0.56) 42%, rgba(10, 18, 15, 0.18) 72%),
    linear-gradient(0deg, rgba(10, 18, 15, 0.76) 0%, rgba(10, 18, 15, 0.02) 46%);
}

.home-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
}

.home-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(70px, 10vw, 132px) 0 clamp(84px, 9vw, 126px);
  color: #f8f4ea;
}

.home-hero-copy h1 {
  color: #fff8eb;
  font-size: clamp(3rem, 6vw, 6.2rem);
}

.hero-lede {
  max-width: 650px;
  color: rgba(255, 248, 235, 0.9);
  font-size: clamp(1.05rem, 1.6vw, 1.36rem);
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.button-primary,
.button-secondary {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
}

.button-primary {
  background: #f1c36b;
  color: #1b1a12;
}

.button-primary:visited {
  color: #1b1a12;
}

.button-secondary {
  border: 1px solid rgba(255, 248, 235, 0.42);
  color: #fff8eb;
}

.button-secondary:visited {
  color: #fff8eb;
}

.home-hero-caption {
  position: absolute;
  right: max(20px, calc((100vw - 1180px) / 2));
  bottom: 22px;
  z-index: 2;
  max-width: 460px;
  margin: 0;
  color: rgba(255, 248, 235, 0.78);
  font-size: 0.9rem;
  line-height: 1.45;
}

.section-band {
  padding: clamp(52px, 7vw, 96px) 0;
}

.section-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.intro-band {
  background: #fffdf7;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: start;
}

.intro-grid p:last-child {
  color: #314239;
  font-size: 1.08rem;
}

.route-band {
  background:
    linear-gradient(180deg, #eef3ef 0%, #fbfaf5 100%);
}

.route-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  grid-template-areas:
    "origins heritage"
    "origins culture"
    "landscape landscape";
  gap: 22px;
  align-items: stretch;
}

.route-panel {
  position: relative;
  min-height: 270px;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: #14231d;
  box-shadow: 0 18px 44px rgba(35, 49, 39, 0.16);
  isolation: isolate;
}

.route-panel:nth-child(1) {
  grid-area: origins;
}

.route-panel:nth-child(2) {
  grid-area: heritage;
}

.route-panel:nth-child(3) {
  grid-area: culture;
}

.route-panel:nth-child(4) {
  grid-area: landscape;
  min-height: 430px;
}

.route-panel::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(9, 16, 13, 0.02) 32%, rgba(9, 16, 13, 0.82) 100%),
    linear-gradient(90deg, rgba(9, 16, 13, 0.2), rgba(9, 16, 13, 0.02));
}

.route-panel-large {
  min-height: 560px;
}

.route-image-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
}

.route-panel img,
.attraction-card img {
  width: 100%;
  object-fit: cover;
  background: #e8ece4;
}

.route-panel img {
  position: absolute;
  inset: 0;
  height: 100%;
  max-width: none;
  aspect-ratio: auto;
  pointer-events: none;
  transition: transform 700ms ease;
}

.route-panel:hover img {
  transform: scale(1.035);
}

.route-panel div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: clamp(20px, 3vw, 34px);
  color: #fff8eb;
}

.route-panel h3 {
  margin: 0 0 8px;
  color: #fff8eb;
  font-size: clamp(1.35rem, 2.1vw, 2rem);
}

.route-panel p {
  max-width: 610px;
  margin: 0;
  color: rgba(255, 248, 235, 0.88);
  line-height: 1.56;
}

.route-panel h3 a,
.route-panel p a {
  color: #ffd66e;
  font-weight: 800;
  text-decoration-color: rgba(255, 214, 110, 0.92);
  text-decoration-thickness: 0.11em;
  text-underline-offset: 0.18em;
}

.route-panel h3 a:hover,
.route-panel p a:hover {
  color: #fff3b0;
}

.route-panel:not(.route-panel-large) h3 {
  font-size: clamp(1.12rem, 1.35vw, 1.48rem);
}

.route-panel:not(.route-panel-large) p {
  font-size: 0.92rem;
}

.attraction-card img {
  aspect-ratio: 16 / 9;
  height: clamp(170px, 14vw, 220px);
  object-position: center;
}

.card-image-link {
  display: block;
}

.attractions-band {
  background: #fffdf7;
}

.attraction-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.attraction-card {
  overflow: hidden;
  border: 1px solid rgba(49, 95, 77, 0.14);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(31, 45, 36, 0.07);
}

.attraction-card div {
  padding: 16px 16px 18px;
}

.attraction-card h3 {
  margin: 0 0 7px;
  font-size: 1.1rem;
}

.attraction-card p {
  margin: 0;
  color: #4a574f;
  font-size: 0.96rem;
  line-height: 1.55;
}

.itinerary-band {
  background: #15221d;
  color: #edf3ee;
}

.itinerary-band h2,
.itinerary-band h3 {
  color: #fff8eb;
}

.itinerary-band p,
.itinerary-band li {
  color: rgba(237, 243, 238, 0.86);
}

.itinerary-layout,
.faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(26px, 5vw, 70px);
}

.itinerary-list {
  display: grid;
  gap: 18px;
}

.itinerary-list article {
  padding: 22px;
  border: 1px solid rgba(255, 248, 235, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.itinerary-list h3 {
  margin-top: 0;
}

.itinerary-list ol {
  margin-bottom: 0;
  padding-left: 20px;
}

.confidence-band {
  background: #eef3ef;
}

.confidence-band .eyebrow {
  color: #72501f;
}

.home-confidence-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.home-confidence-layout h2 {
  max-width: 520px;
}

.home-confidence-layout > div:first-child > p:last-child {
  max-width: 520px;
  color: #405047;
}

.home-source-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-width: 0;
}

.home-source-grid > div {
  min-width: 0;
  padding: 0 20px;
  border-left: 1px solid rgba(49, 95, 77, 0.2);
}

.home-source-grid > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.home-source-grid > div:last-child {
  padding-right: 0;
}

.home-source-grid strong {
  display: block;
  margin-bottom: 8px;
  color: #203a30;
}

.home-source-grid p {
  margin: 0;
  color: #4a574f;
  font-size: 0.96rem;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.official-channels-band {
  background: #203a30;
  color: #fff8eb;
}

.official-channels-band .eyebrow {
  color: #f1c36b;
}

.official-channels-band h2 {
  color: #fff8eb;
}

.official-channels-band p:last-child {
  max-width: 650px;
  margin-bottom: 0;
  color: rgba(255, 248, 235, 0.82);
}

.official-channels-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: end;
}

.official-channel-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  justify-content: flex-end;
}

.official-channel-links a {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(241, 195, 107, 0.58);
  color: #fff8eb;
  font-weight: 800;
  text-decoration: none;
}

.official-channel-links a:visited {
  color: #fff8eb;
}

.official-channel-links a:hover {
  border-bottom-color: #f1c36b;
  color: #f1c36b;
}

.official-channel-links a:focus-visible {
  outline: 3px solid #f1c36b;
  outline-offset: 4px;
}

.faq-band {
  background: #f7f2e8;
}

.faq-list {
  padding-top: 4px;
}

.faq-list h3 {
  margin: 0 0 6px;
}

.faq-list p + h3 {
  margin-top: 24px;
}

.hero,
.page-hero {
  margin: 0;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(300px, 0.96fr);
  gap: clamp(24px, 4vw, 44px);
  align-items: center;
  margin-bottom: 38px;
}

.hero p {
  max-width: 720px;
}

.hero-media,
.page-hero {
  margin: 0;
}

.hero-media img,
.page-hero img {
  width: 100%;
  height: auto;
  object-fit: cover;
  background: #e9ece3;
}

.hero-media img {
  aspect-ratio: 16 / 10;
  border-radius: 8px;
}

.page-hero {
  margin: 20px 0 30px;
}

.page-hero img {
  aspect-ratio: 16 / 9;
  border-radius: 8px;
}

figcaption {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.92rem;
}

.official-video {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.9fr);
  align-items: center;
  gap: clamp(20px, 4vw, 44px);
  margin: 34px 0;
}

.official-video__media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 8px;
  background: #17211b;
}

.official-video--portrait .official-video__media {
  width: min(100%, 320px);
  aspect-ratio: 9 / 16;
  justify-self: center;
}

.official-video__media img,
.official-video__media iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: contain;
}

.official-video__play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 100%;
  border: 0;
  color: #ffffff;
  background: transparent;
  cursor: pointer;
}

.official-video__play::before {
  width: 68px;
  height: 48px;
  border-radius: 8px;
  background: rgba(23, 33, 27, 0.82);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.34);
  content: "";
}

.official-video__play::after {
  position: absolute;
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid currentColor;
  content: "";
}

.official-video__play:hover::before {
  background: var(--clay);
}

.official-video__play:focus-visible {
  outline: 3px solid #f1c36b;
  outline-offset: -6px;
}

.official-video__copy {
  min-width: 0;
}

.official-video__copy h2 {
  margin-bottom: 14px;
}

.official-video__eyebrow {
  margin: 0 0 8px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.official-video__meta {
  color: var(--muted);
  font-size: 0.94rem;
}

.official-video__link {
  font-weight: 800;
}

.breadcrumb {
  margin-top: 0;
  color: #60705f;
  font-size: 0.96rem;
  overflow-wrap: anywhere;
}

@media (max-width: 980px) {
  .home-page .site-nav {
    display: none;
  }

  .home-page .compact-nav {
    display: block;
  }

  .home-hero {
    min-height: 760px;
  }

  .home-hero-copy {
    padding-top: 84px;
  }

  .home-hero::before {
    background:
      linear-gradient(90deg, rgba(10, 18, 15, 0.84), rgba(10, 18, 15, 0.32)),
      linear-gradient(0deg, rgba(10, 18, 15, 0.82), rgba(10, 18, 15, 0.04) 58%);
  }

  .route-showcase,
  .attraction-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .route-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "origins heritage"
      "culture landscape";
  }

  .route-panel-large {
    grid-row: auto;
    min-height: 360px;
  }

  .route-panel {
    min-height: 360px;
  }

  .intro-grid,
  .itinerary-layout,
  .home-confidence-layout,
  .faq-layout,
  .official-channels-layout,
  .official-video {
    grid-template-columns: 1fr;
  }

  .official-channel-links {
    justify-content: flex-start;
  }

  .answer-grid,
  .trust-grid,
  .cluster-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yuntai-source-grid > :last-child,
  .itinerary-source-grid > :last-child,
  .home-source-grid > :last-child {
    grid-column: 1 / -1;
  }

  .home-source-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 0;
  }

  .home-source-grid > div:nth-child(3) {
    padding: 20px 0 0;
    border-top: 1px solid rgba(49, 95, 77, 0.2);
    border-left: 0;
  }

  .trust-grid.yuntai-source-grid,
  .trust-grid.itinerary-source-grid {
    gap: 14px;
  }

  .trust-grid.yuntai-source-grid > div,
  .trust-grid.yuntai-source-grid > div:first-child,
  .trust-grid.yuntai-source-grid > div:last-child,
  .trust-grid.itinerary-source-grid > div,
  .trust-grid.itinerary-source-grid > div:first-child,
  .trust-grid.itinerary-source-grid > div:last-child {
    padding: 16px;
    border: 1px solid rgba(49, 95, 77, 0.14);
    background: #ffffff;
  }
}

@media (max-width: 700px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .site-header {
    position: static;
    align-items: flex-start;
    padding: 14px 18px;
  }

  .home-page .site-header {
    position: sticky;
    top: 0;
    align-items: center;
  }

  .site-nav {
    display: none;
  }

  .home-hero {
    min-height: 690px;
  }

  .home-hero-copy {
    width: min(100% - 32px, 1180px);
    padding: 56px 0 92px;
  }

  .home-hero-copy h1 {
    font-size: clamp(2.85rem, 14vw, 4rem);
  }

  .hero-lede {
    font-size: 1rem;
  }

  .home-hero-caption {
    right: 16px;
    bottom: 18px;
    left: 16px;
    max-width: none;
    font-size: 0.82rem;
  }

  .section-inner {
    width: min(100% - 28px, 1180px);
  }

  .home-page.has-language-suggest .official-channels-band {
    padding-bottom: 156px;
  }

  .route-showcase,
  .attraction-grid {
    grid-template-columns: 1fr;
  }

  .answer-grid,
  .trust-grid,
  .home-source-grid,
  .cluster-links {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-source-grid {
    gap: 0;
  }

  .home-source-grid > div,
  .home-source-grid > div:first-child,
  .home-source-grid > div:nth-child(3),
  .home-source-grid > div:last-child {
    padding: 18px 0;
    border-top: 1px solid rgba(49, 95, 77, 0.2);
    border-left: 0;
  }

  .home-source-grid > div:first-child {
    padding-top: 0;
    border-top: 0;
  }

  .cluster-links a {
    min-height: 0;
  }

  .official-video {
    gap: 18px;
  }

  .official-video--portrait .official-video__media {
    width: min(100%, 320px);
  }

  .route-showcase {
    grid-template-areas:
      "origins"
      "heritage"
      "culture"
      "landscape";
  }

  .route-panel,
  .route-panel-large {
    min-height: 330px;
  }

  .attraction-card img {
    height: 210px;
  }

  main {
    width: min(1120px, calc(100vw - 32px));
    padding-top: 10px;
  }

  article {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    padding: 22px;
  }

  article h1,
  article h2,
  article h3,
  article p,
  article ul,
  article ol,
  article table,
  article figcaption,
  article .page-hero,
  article .official-video,
  article .answer-box,
  article .route-summary,
  article .citation-note,
  article .trust-panel,
  article .topic-cluster {
    box-sizing: border-box;
    width: calc(100vw - 96px);
    max-width: calc(100vw - 96px);
  }

  article .answer-box h2,
  article .answer-box h3,
  article .answer-box p,
  article .route-summary h2,
  article .route-summary h3,
  article .route-summary p,
  article .citation-note h2,
  article .citation-note h3,
  article .citation-note p,
  article .citation-note ul,
  article .trust-panel h2,
  article .trust-panel p,
  article .topic-cluster h2,
  article .topic-cluster > p {
    width: auto;
    max-width: 100%;
  }

  article .official-video__media,
  article .official-video__copy,
  article .official-video__copy h2,
  article .official-video__copy p {
    width: auto;
    max-width: 100%;
  }

  article .answer-grid,
  article .trust-grid,
  article .cluster-links,
  article .answer-grid > div,
  article .trust-grid > div,
  article .cluster-links > a {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
  }

  article .answer-grid p,
  article .trust-grid p,
  article .cluster-links span,
  article .cluster-links strong,
  article .answer-grid strong,
  article .trust-grid strong {
    width: auto;
    max-width: 100%;
  }

  article .table-scroll {
    box-sizing: border-box;
    width: calc(100vw - 96px);
    max-width: calc(100vw - 96px);
  }

  article .table-scroll table {
    width: 100%;
    min-width: 680px;
    max-width: none;
  }

  article .table-scroll th,
  article .table-scroll td {
    display: table-cell;
    width: auto;
    min-width: 150px;
    overflow-wrap: normal;
  }

  article p,
  article li,
  article figcaption,
  article strong,
  article td,
  article th {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  article h1 {
    max-width: 100%;
    font-size: clamp(1.55rem, 7.4vw, 1.95rem);
    overflow-wrap: break-word;
    text-wrap: wrap;
    text-wrap-mode: wrap;
    text-wrap-style: auto;
  }

  article .answer-hub-title {
    max-width: 100%;
    font-size: clamp(1.55rem, 7.4vw, 1.95rem);
  }

  article h2 {
    max-width: 100%;
    overflow-wrap: break-word;
    text-wrap: wrap;
    text-wrap-mode: wrap;
    text-wrap-style: auto;
  }

  .mobile-break {
    display: block;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  th,
  td {
    display: block;
    width: 100%;
  }

  table {
    table-layout: fixed;
  }
}

@media (prefers-reduced-motion: reduce) {
  .official-video__play,
  .official-video__play::before {
    transition: none;
  }
}

@media (max-width: 430px) {
  article {
    width: calc(100vw - 64px);
    margin-right: auto;
    margin-left: auto;
  }
}
