/*
 * China Explorer Tour visual compatibility layer.
 * Page content and module structure follow the supplied PPT; this file restores
 * the typography, colors, component treatment and visual density of the
 * original website.
 */
@font-face {
  font-family: "Poppins";
  src: url("/cf-fonts/s/poppins/5.2.7/latin/400/normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/cf-fonts/s/poppins/5.2.7/latin/500/normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/cf-fonts/s/poppins/5.2.7/latin/600/normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

:root {
  --ink: #171717;
  --navy: #162a45;
  --navy-2: #162a45;
  --blue: #162a45;
  --steel: #162a45;
  --sky: #d8d1c1;
  --gold: #cbae45;
  --gold-soft: #ede7da;
  --teal: #162a45;
  --cream: #d8d1c1;
  --paper: #ffffff;
  --line: #e6e1dc;
  --muted: rgba(28, 32, 17, .7);
  --white: #ffffff;
  --danger: #162a45;
  --shadow: 0 8px 24px rgba(28, 32, 17, .08);
  --shadow-sm: 0 4px 14px rgba(28, 32, 17, .07);
  --radius: 4px;
  --radius-sm: 4px;
  --max: 1220px;
}

body {
  color: rgba(28, 32, 17, .8);
  background: #fff;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.8;
}
h1, h2, h3, h4 {
  color: #1c2011;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.22;
}
h1 { font-size: clamp(2.55rem, 4.6vw, 4.15rem); }
h2 { font-size: clamp(2rem, 3.2vw, 2.8rem); }
h3 { font-size: clamp(1.15rem, 1.7vw, 1.45rem); }
p { color: rgba(28, 32, 17, .7); }
.container { width: min(calc(100% - 30px), var(--max)); }
.narrow { width: min(calc(100% - 30px), 850px); }
.section { padding: 76px 0; }
.section-sm { padding: 52px 0; }
.section-cream, .section-sky { background: #fbf8f3; }
.section-blue { color: #fff; background: #8c031c; }
.section-heading { margin-bottom: 38px; }
.section-heading p { font-size: 1rem; }

.eyebrow {
  display: inline-block;
  margin-bottom: 8px;
  color: #8c031c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}
.eyebrow::before { display: none; }
.eyebrow.light { color: #fff; }
.kicker { color: #c98f42; font-size: .76rem; font-weight: 600; letter-spacing: .12em; }

.btn {
  min-height: 42px;
  padding: 0 18px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  transition: background .2s ease, color .2s ease;
}
.btn:hover { transform: none; box-shadow: none; }
.btn-primary { color: #fff; background: #8c031c; }
.btn-primary:hover { background: #710016; }
.btn-gold { color: #fff; background: #c98f42; }
.btn-gold:hover { background: #aa7130; }
.btn-light { color: #8c031c; background: #fff; }
.btn-outline { color: #8c031c; border-color: #8c031c; }
.btn-outline-light { color: #fff; border-color: #fff; background: transparent; }
.text-link { color: #8c031c; font-weight: 500; }

/* Original website header */
.site-header { background: #fff; box-shadow: none; }
.topbar { color: #fff; background: #8c031c; font-size: 12px; }
.topbar-inner { min-height: 56px; }
.topbar-group { gap: 14px; }
.topbar-account { gap: 0; }
.topbar-account a { padding: 0 20px; border-left: 1px solid rgba(255,255,255,.18); }
.social-links { gap: 4px; }
.social-links a {
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 0;
  font-size: 10px;
  font-weight: 600;
}
.navbar, .navbar-inner { min-height: 154px; }
.navbar { border-bottom: 1px solid #f0ece8; }
.navbar-inner { gap: 22px; }
.brand { min-width: 125px; gap: 0; }
.brand img { width: 112px; height: 112px; object-fit: contain; }
.brand-copy { display: none; }
.main-nav { gap: 0; }
.nav-link, .nav-button, .language-switch, .nav-search {
  padding: 12px 11px;
  border: 0;
  border-radius: 0;
  color: rgba(28, 32, 17, .75);
  background: transparent;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
}
.nav-link:hover, .nav-button:hover, .nav-link.active, .nav-button.active { color: #8c031c; background: transparent; }
.nav-button::after { display: none; content: none; }
.nav-chevron {
  display: inline-block;
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  margin: -4px 0 0 8px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
  transform-origin: center;
}
.language-switch .nav-chevron { margin-left: 0; }
.nav-item.open .nav-chevron { margin-top: 4px; transform: rotate(225deg); }
.dropdown {
  top: calc(100% + 12px);
  width: 250px;
  padding: 8px;
  border: 1px solid #e9e4df;
  border-top: 3px solid #8c031c;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 10px 24px rgba(28,32,17,.1);
}
.dropdown a { padding: 10px 12px; border-radius: 0; color: rgba(28,32,17,.75); font-size: 13px; font-weight: 400; }
.dropdown a:hover { color: #8c031c; background: #fbf7f4; }
.language-switch { display: inline-flex; align-items: center; gap: 5px; }
.nav-search { display: grid; place-items: center; width: 38px; padding-inline: 5px; font-size: 20px; }
.header-cta { margin-left: 9px; }
.header-cta .btn { padding-inline: 15px; }
.menu-toggle { border-radius: 4px; color: #fff; background: #8c031c; }

/* Hero and banners retain PPT composition, with original-site treatment. */
.hero {
  width: min(80%, var(--max));
  min-height: 560px;
  margin: 62px auto 0;
  background-position: center;
}
.hero::before { background: linear-gradient(90deg, rgba(0,0,0,.67), rgba(0,0,0,.18)); }
.hero::after { display: none; }
.hero-content { max-width: 790px; padding: 125px 42px 100px; }
.hero h1 { margin-bottom: 20px; color: #fff; font-size: clamp(2.7rem, 5vw, 4.5rem); font-weight: 600; letter-spacing: 0; }
.hero p { color: #fff; font-size: 18px; }
.hero-description p { color: #fff; font-size: 18px; }
.hero .eyebrow { display: none; }
.hero-note { color: #fff; }
.stats-band { margin-top: 0; }
.stats-grid {
  border: 1px solid #ebe6e1;
  border-top: 0;
  border-radius: 0;
  box-shadow: none;
}
.stat { padding: 25px 28px; }
.stat strong { color: #8c031c; font-weight: 600; }
.stat span { font-weight: 400; }

.page-hero {
  width: min(80%, var(--max));
  min-height: 330px;
  margin: 0 auto;
  background: #1c2011;
}
.page-hero::after { background: linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.14)); }
.page-hero-content { max-width: 820px; padding: 80px 0 48px; }
.page-hero h1 { margin-bottom: 12px; color: #fff; font-size: clamp(2.6rem, 4.2vw, 3.4rem); font-weight: 600; }
.page-hero p { color: #fff; font-size: 15px; }
.page-hero .eyebrow { display: none; }
.breadcrumbs { margin-bottom: 16px; color: #fff; font-size: 11px; font-weight: 400; letter-spacing: 0; text-transform: none; }
.breadcrumbs a { color: #fff; }

/* Image-led modules: no exaggerated arches, pills or floating UI panels. */
.offer-grid { gap: 22px; }
.offer-card {
  min-height: 330px;
  border-radius: 0;
  background: #1c2011;
  box-shadow: none;
}
.offer-card img { min-height: 330px; }
.offer-card::after { background: linear-gradient(0deg, rgba(0,0,0,.78), rgba(0,0,0,0) 62%); }
.offer-copy { right: 18px; bottom: 16px; left: 18px; }
.offer-copy b { font-weight: 600; }
.offer-copy span { color: #fff; }

.operations { gap: 48px; }
.operations-media, .split-media, .image-card { border-radius: 0; box-shadow: none; }
.operation-item { grid-template-columns: 44px 1fr; gap: 16px; padding: 20px 0; }
.operation-number {
  display: block;
  width: auto;
  height: auto;
  border-radius: 0;
  color: #8c031c;
  background: transparent;
  font-size: 15px;
  font-weight: 600;
}
.special-panel { border-radius: 0; box-shadow: none; }
.special-copy { padding: 56px; background: #8c031c; }
.special-copy p, .check-list li { color: #fff; }
.check-list li::before { border-radius: 0; color: #8c031c; background: #fff; }

.destination-card, .category-card, .inspiration {
  border-radius: 0;
  box-shadow: none;
}
.destination-card::after, .category-card::after, .inspiration::after { background: linear-gradient(0deg, rgba(0,0,0,.8), transparent 64%); }
.destination-meta strong, .category-card-copy h3, .inspiration-copy h3 { font-weight: 600; }
.round-arrow { border-radius: 0; }
.category-card-copy span, .trip-tag { color: #fff; background: #8c031c; }

.cta-panel {
  padding: 46px 50px;
  border-radius: 0;
  background: #8c031c;
  box-shadow: none;
}
.cta-panel p { color: #fff; }

.mini-stats { gap: 0; border-top: 1px solid #e5dfda; border-bottom: 1px solid #e5dfda; }
.mini-stat { padding: 18px 20px; border-right: 1px solid #e5dfda; border-radius: 0; background: #fff; }
.mini-stat:last-child { border-right: 0; }
.mini-stat strong { color: #8c031c; font-weight: 600; }
.image-card { border-radius: 0; }

/* Lists and cards follow the original travel-site editorial treatment. */
.trip-grid { gap: 28px; }
.trip-card {
  border: 1px solid #e6e1dc;
  border-radius: 0;
  box-shadow: none;
}
.trip-card-media { height: 245px; }
.trip-card-body { padding: 22px; }
.trip-card h3 { font-weight: 600; }
.trip-tag {
  top: 0;
  left: 0;
  padding: 7px 11px;
  border-radius: 0;
  font-weight: 500;
}
.trip-facts { font-weight: 400; }
.trip-price strong { color: #8c031c; font-weight: 600; }
.trip-themes { display: flex; flex-wrap: wrap; gap: 7px; margin: 0 0 18px; }
.trip-themes span { padding: 4px 8px; border: 1px solid #ded7d0; color: #8c031c; font-size: 10px; font-weight: 500; line-height: 1.25; }
.trip-card-media-collage { display: grid; grid-template-columns: 1fr 1.12fr .88fr; gap: 2px; background: #fff; }
.trip-card-media-collage img { min-width: 0; object-position: center; }
.horse-riding-media img { object-position: center 62%; }
.route-map-figure { margin: 0; border: 1px solid #e6e1dc; background: #fff; }
.route-map-figure img { display: block; width: 100%; height: auto; }
.route-map-figure figcaption { padding: 13px 16px; color: rgba(28,32,17,.7); font-size: 13px; line-height: 1.6; }
.filter-chip { border-radius: 3px; font-weight: 400; }
.filter-chip.active { border-color: #8c031c; background: #8c031c; }

.highlight-grid { counter-reset: original-highlight; gap: 0; }
.highlight-card {
  position: relative;
  min-height: 255px;
  padding: 28px 28px 26px;
  border: 0;
  border-top: 3px solid #8c031c;
  border-right: 1px solid #e5dfda;
  border-radius: 0;
  background: #fff;
  counter-increment: original-highlight;
}
.highlight-card:last-child { border-right: 0; }
.highlight-card::before {
  display: block;
  margin-bottom: 30px;
  color: #8c031c;
  content: "0" counter(original-highlight);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .08em;
}
.highlight-icon { display: none; }
.highlight-card h3 { font-size: 21px; font-weight: 600; }
.highlight-card p { font-size: 14px; }

.process-grid { gap: 0; }
.process-card {
  padding: 30px 26px;
  border-right: 1px solid #e5dfda;
  border-radius: 0;
  box-shadow: none;
}
.process-card:last-child { border-right: 0; }
.process-card::before {
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
  border-radius: 3px;
  color: #fff;
  background: #8c031c;
}
.process-card:not(:last-child)::after { display: none; }

.inspiration { min-height: 380px; border-radius: 0 !important; }
.inspiration:not(:first-child) .inspiration-copy h3 {
  writing-mode: horizontal-tb;
  transform: none;
  font-size: 1rem;
}

/* Trip detail */
.detail-hero { padding: 64px 0; background: linear-gradient(120deg, #5f0012, #8c031c); }
.detail-hero h1 { font-size: clamp(2.3rem, 4.5vw, 3.8rem); font-weight: 600; letter-spacing: 0; }
.duration-badge {
  display: block;
  width: auto;
  height: auto;
  padding: 14px 0 14px 24px;
  border: 0;
  border-left: 3px solid #c98f42;
  border-radius: 0;
}
.duration-badge strong { font-size: 3rem; font-weight: 600; }
.trip-info-grid { gap: 0; margin-top: 0; border: 1px solid #e6e1dc; border-top: 0; }
.trip-info { padding: 20px; border-right: 1px solid #e6e1dc; border-radius: 0; box-shadow: none; }
.trip-info:last-child { border-right: 0; }
.trip-info strong, .booking-card .price, .route-stop strong { color: #8c031c; }
.booking-card, .accordion-item, .form-card {
  border-radius: 0;
  box-shadow: none;
}
.booking-card li::before, .highlight-list li::before { color: #8c031c; background: transparent; }
.route-map { border-radius: 0; }
.route-line::before, .route-stop i { background: #8c031c; }
.accordion { gap: 0; }
.accordion-item { border-bottom: 0; }
.accordion-item:last-child { border-bottom: 1px solid #e6e1dc; }
.accordion-button::after { color: #8c031c; }
.cost-card { border-radius: 0; background: #f8f5f1; }
.conversation { border-radius: 0; background: #fbf8f3; }

/* Forms */
.field label { font-weight: 500; }
.field input, .field select, .field textarea { border-radius: 0; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: #8c031c; box-shadow: 0 0 0 2px rgba(140,3,28,.08); }
.form-status { border-radius: 0; }

/* Hotel modules */
.hotel-hero { background: #8c031c; }
.hotel-hero-copy h1 { font-size: clamp(2.7rem, 4.8vw, 4.2rem); font-weight: 600; letter-spacing: 0; }
.hotel-stats { border-radius: 0; box-shadow: none; }
.hotel-stat { border-right: 1px solid #e6e1dc; }
.hotel-stat:last-child { border-right: 0; }
.hotel-stat strong { color: #8c031c; font-weight: 600; }
.advantage-grid { gap: 0; }
.advantage-card { padding: 32px; border-right: 1px solid #e3ddd7; border-radius: 0; background: #fbf8f3; }
.advantage-card:last-child { border-right: 0; }
.advantage-card span { border-radius: 3px; background: #8c031c; }
.brand-wall { border-radius: 0; }
.hotel-card { border-radius: 0; box-shadow: none; }
.hotel-tags span { border-radius: 2px; color: #8c031c; background: #f7efed; font-weight: 500; }
.hotel-card-price strong { color: #8c031c; font-weight: 600; }
.rate-table th { color: #fff; background: #8c031c; }

/* Footer and enquiry */
.site-footer { border-top: 5px solid #8c031c; color: #ddd; background: #1c2011; }
.footer-brand img { width: 86px; height: 86px; border-radius: 0; background: transparent; }
.footer-brand strong { font-weight: 600; }
.footer-brand span, .footer-intro, .footer-links a { color: #c8c8c2; }
.footer-bottom { color: #9f9f99; }
.contact-fab { width: 52px; height: 52px; border-radius: 4px; color: #fff; background: #8c031c; box-shadow: 0 8px 22px rgba(28,32,17,.25); }
.modal { background: rgba(0,0,0,.66); backdrop-filter: none; }
.modal-dialog { border-radius: 4px; box-shadow: 0 18px 48px rgba(0,0,0,.24); }
.modal-close { border-radius: 3px; color: #fff; background: #8c031c; }

/* Dynamic journal pages: editorial list rather than app-style cards. */
.blog-hero {
  width: min(80%, var(--max));
  margin: 0 auto;
  padding: 78px 0 70px;
  background-image: linear-gradient(90deg, rgba(0,0,0,.7), rgba(0,0,0,.22)), url('/static/images/anxing/mountain-river.jpg');
}
.blog-hero::after { display: none; }
.blog-hero h1 { color: #fff; font-family: "Poppins", Arial, sans-serif; font-size: clamp(2.7rem, 4.8vw, 4rem); font-weight: 600; letter-spacing: 0; }
.blog-hero p { color: #fff; font-size: 15px; }
.blog-hero .eyebrow { color: #fff; }
.blog-search { padding: 0; border: 0; border-radius: 0; background: #fff; backdrop-filter: none; }
.blog-search input { height: 46px; color: #1c2011; }
.blog-search input::placeholder { color: #777; }
.blog-search button { min-width: 110px; border-radius: 0; color: #fff; background: #8c031c; }
.blog-listing-section { background: #fff; }
.blog-categories a { border-radius: 3px; color: rgba(28,32,17,.7); font-weight: 400; }
.blog-categories a.active, .blog-categories a:hover { border-color: #8c031c; background: #8c031c; }
.clear-filter, .journal-meta a, .journal-read, .pagination a { color: #8c031c; }
.journal-grid { grid-template-columns: 1fr; gap: 42px; }
.journal-card, .journal-featured {
  display: grid;
  grid-column: auto;
  grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr);
  overflow: visible;
  padding-bottom: 42px;
  border: 0;
  border-bottom: 1px solid #e6e1dc;
  border-radius: 0;
  box-shadow: none;
}
.journal-card:hover { transform: none; box-shadow: none; }
.journal-image, .journal-featured .journal-image { min-height: 320px; height: 100%; border-radius: 0; }
.journal-card-copy, .journal-featured .journal-card-copy { justify-content: center; padding: 30px 38px; }
.journal-card h2, .journal-featured h2 { color: #1c2011; font-family: "Poppins", Arial, sans-serif; font-size: clamp(1.8rem, 3vw, 2.35rem); font-weight: 600; }
.journal-card p { color: rgba(28,32,17,.7); }

.article-header { padding: 58px 0 42px; background: #fff; text-align: left; }
.article-breadcrumb { justify-content: flex-start; }
.article-category { color: #8c031c; }
.article-header h1 { margin-inline: 0; color: #1c2011; font-family: "Poppins", Arial, sans-serif; font-size: clamp(2.5rem, 4.5vw, 3.6rem); font-weight: 600; letter-spacing: 0; }
.article-deck { margin-inline: 0; color: rgba(28,32,17,.68); font-size: 17px; }
.article-byline { justify-content: flex-start; }
.article-cover { max-width: 1220px; }
.article-content { color: rgba(28,32,17,.8); font-size: 15px; }
.article-content h1, .article-content h2, .article-content h3, .article-content h4 { color: #1c2011; font-family: "Poppins", Arial, sans-serif; font-weight: 600; }
.article-content a, .article-share a, .article-share button { color: #8c031c; }
.article-content blockquote { border-left-color: #8c031c; border-radius: 0; color: rgba(28,32,17,.8); background: #fbf8f3; font-family: "Poppins", Arial, sans-serif; font-size: 18px; }
.article-content .article-attachment { border-radius: 0; color: #8c031c; background: #fbf8f3; }
.article-cta { background: #8c031c; }
.related-section { background: #fbf8f3; }
.related-heading h2, .related-grid h3 { color: #1c2011; font-family: "Poppins", Arial, sans-serif; font-weight: 600; }

@media (max-width: 1080px) {
  .navbar, .navbar-inner { min-height: 128px; }
  .brand { min-width: 98px; }
  .brand img { width: 88px; height: 88px; }
  .nav-link, .nav-button, .language-switch { padding-inline: 8px; font-size: 12px; }
  .language-switch, .nav-search { display: none; }
}

@media (max-width: 860px) {
  .topbar-inner { min-height: 44px; }
  .topbar-account { display: none; }
  .navbar, .navbar-inner { min-height: 92px; }
  .brand img { width: 74px; height: 74px; }
  .main-nav { background: #fff; }
  .nav-link, .nav-button, .language-switch, .nav-search { width: 100%; padding: 12px 0; color: #1c2011; font-size: 14px; }
  .dropdown { width: 100%; border-top-width: 1px; box-shadow: none; }
  .hero, .page-hero, .blog-hero { width: 100%; margin-top: 0; }
  .hero-content { padding-inline: 20px; }
  .page-hero-content { padding-inline: 20px; }
  .highlight-card { border-right: 0; border-bottom: 1px solid #e5dfda; }
  .process-card { border-right: 0; border-bottom: 1px solid #e5dfda; }
  .journal-card, .journal-featured { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .section { padding: 58px 0; }
  .hero { min-height: 520px; }
  .hero-content { padding-top: 98px; padding-bottom: 74px; }
  .hero h1 { font-size: 2.7rem; }
  .page-hero { min-height: 300px; }
  .page-hero h1 { font-size: 2.45rem; }
  .stats-grid { border: 0; }
  .stat { border: 1px solid #e6e1dc; border-bottom: 0; }
  .stat:last-child { border-bottom: 1px solid #e6e1dc; }
  .special-copy, .cta-panel { padding: 34px 25px; }
  .trip-info-grid { border: 0; }
  .trip-info { border: 1px solid #e6e1dc; border-bottom: 0; }
  .trip-info:last-child { border-bottom: 1px solid #e6e1dc; }
  .journal-card, .journal-featured { min-width: 0; }
  .journal-image, .journal-featured .journal-image { width: 100%; min-width: 0; min-height: 250px; }
  .journal-card-copy, .journal-featured .journal-card-copy { padding: 24px 0 0; }
  .article-header { padding-top: 42px; }
}

/* Brand palette specified in the website revision brief: deep blue, bright gold and warm grey. */
.section-cream, .section-sky, .conversation, .related-section { background: #d8d1c1; }
.section-blue, .special-copy, .hotel-hero, .article-cta { background: #162a45; }
.detail-hero { background: linear-gradient(120deg, #0e1d31, #162a45); }
.topbar, .btn-primary, .menu-toggle, .filter-chip.active, .advantage-card span,
.rate-table th, .contact-fab, .modal-close, .blog-search button { background: #162a45; }
.btn-primary:hover { background: #0e1d31; }
.btn-gold { color: #162a45; background: #cbae45; }
.btn-gold:hover { background: #a88000; }
.btn-light, .btn-outline, .text-link, .eyebrow, .kicker, .trip-price strong,
.trip-themes span, .mini-stat strong, .stat strong, .trip-info strong,
.booking-card .price, .route-stop strong, .hotel-stat strong, .hotel-card-price strong,
.clear-filter, .journal-meta a, .journal-read, .pagination a, .article-category,
.article-content a, .article-share a, .article-share button { color: #a88000; }
.btn-outline { border-color: #a88000; }
.nav-link:hover, .nav-button:hover, .nav-link.active, .nav-button.active,
.dropdown a:hover { color: #a88000; }
.dropdown { border-top-color: #cbae45; }
.category-card-copy span, .trip-tag { background: #162a45; }
.highlight-card { border-top-color: #cbae45; }
.highlight-card::before, .accordion-button::after { color: #a88000; }
.process-card::before { background: #162a45; }
.duration-badge { border-left-color: #cbae45; }
.booking-card li::before, .highlight-list li::before { color: #a88000; }
.route-line::before, .route-stop i { background: #162a45; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: #162a45; box-shadow: 0 0 0 2px rgba(22,42,69,.12); }
.site-footer { border-top-color: #cbae45; background: #162a45; }
.article-content blockquote { border-left-color: #a88000; background: #ede7da; }
.article-content .article-attachment, .hotel-tags span { color: #a88000; background: #ede7da; }

/* PPT programme library and China Guide additions. */
.all-trip-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.all-trip-grid .trip-card { min-width: 0; }
.all-trip-grid .trip-card-media img { width: 100%; height: 100%; object-fit: cover; }
.filter-bar a { text-decoration: none; }
.tour-itinerary { overflow-x: auto; }
.tour-itinerary table { width: 100%; border-collapse: collapse; }
.tour-itinerary th { color: #fff; background: #162a45; text-align: left; }
.tour-itinerary th, .tour-itinerary td { padding: 13px 16px; border: 1px solid #ddd4c6; vertical-align: top; }
.tour-itinerary tbody tr:nth-child(even) { background: #ede7da; }
.city-link-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid #d8d1c1; border-left: 1px solid #d8d1c1; }
.city-link-grid a { display: grid; grid-template-columns: 30px 1fr auto; align-items: center; gap: 10px; min-height: 94px; padding: 20px; border-right: 1px solid #d8d1c1; border-bottom: 1px solid #d8d1c1; color: #162a45; background: #fff; transition: background .2s ease, color .2s ease; }
.city-link-grid a:hover { color: #fff; background: #162a45; }
.city-link-grid span { color: #a88000; font-size: 12px; font-weight: 700; }
.city-link-grid strong { font-size: 18px; }
.city-link-grid i { color: #a88000; font-style: normal; font-size: 20px; }
.guide-article-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.guide-article-grid article { overflow: hidden; border: 1px solid #d8d1c1; background: #fff; }
.guide-article-grid img { display: block; width: 100%; height: 210px; object-fit: cover; }
.guide-article-grid article > div { padding: 22px; }
.guide-article-grid article > div > span { color: #a88000; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.guide-article-grid h3 { margin: 8px 0; font-size: 22px; }
.guide-article-grid p { min-height: 74px; margin: 0 0 14px; }

@media (max-width: 900px) {
  .all-trip-grid, .guide-article-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .city-link-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .all-trip-grid, .guide-article-grid, .city-link-grid { grid-template-columns: 1fr; }
  .city-link-grid a { min-height: 72px; }
}

/* Editable hotel examples and the tailor-made process supplied in the revision deck. */
.hotel-sample-section { background: #fff; }
.hotel-sample-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.hotel-sample-card { overflow: hidden; border: 1px solid #d8d1c1; background: #fff; }
.hotel-sample-card > img { display: block; width: 100%; height: 230px; object-fit: cover; }
.hotel-sample-card > div { padding: 24px; }
.hotel-sample-card > div > span { color: #a88000; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hotel-sample-card h3 { margin: 9px 0 12px; color: #162a45; font-size: 25px; }
.hotel-sample-card p { min-height: 78px; margin: 0; color: #586775; }
.hotel-sample-card dl { margin: 22px 0 0; border-top: 1px solid #d8d1c1; }
.hotel-sample-card dl > div { display: grid; grid-template-columns: 86px 1fr; gap: 10px; padding: 10px 0; border-bottom: 1px solid #e7e1d5; }
.hotel-sample-card dt { color: #a88000; font-size: 12px; font-weight: 700; }
.hotel-sample-card dd { margin: 0; color: #162a45; font-size: 13px; }
.partnership-process > img { display: block; width: min(100%, 520px); max-height: 68vh; object-fit: contain; margin: 24px auto 0; border: 1px solid #d8d1c1; background: #fff; }

@media (max-width: 900px) {
  .hotel-sample-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .hotel-sample-grid { grid-template-columns: 1fr; }
  .hotel-sample-card p { min-height: 0; }
}

/* PPT completion: editable home modules, supplied programme photography and company visits. */
.offer-copy .offer-card-description p { margin: 4px 0 0; color: #dce6f0; font-size: .82rem; line-height: 1.5; }
.operations-intro p { margin: 10px 0 16px; color: rgba(28, 32, 17, .68); }
.special-copy [data-cms-html] p { color: #fff; }
.home-city-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid rgba(22, 42, 69, .22); border-left: 1px solid rgba(22, 42, 69, .22); }
.home-city-grid a { display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 8px; min-height: 84px; padding: 17px; border-right: 1px solid rgba(22, 42, 69, .22); border-bottom: 1px solid rgba(22, 42, 69, .22); color: #162a45; background: rgba(255, 255, 255, .74); transition: background .2s ease, color .2s ease; }
.home-city-grid a:hover { color: #fff; background: #162a45; }
.home-city-grid span { color: #a88000; font-size: 11px; font-weight: 700; letter-spacing: .06em; }
.home-city-grid strong { font-size: 17px; }
.home-city-grid i { color: #a88000; font-size: 19px; font-style: normal; }

.tour-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.tour-gallery figure { min-height: 245px; margin: 0; overflow: hidden; border: 1px solid #d8d1c1; background: #ede7da; }
.tour-gallery img { display: block; width: 100%; height: 100%; min-height: 245px; object-fit: cover; }
.gallery-note { margin: 13px 0 0; color: #64748b; font-size: 13px; }
.detail-layout.container { width: min(90%, var(--max)); }

.team-profile { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); align-items: center; gap: 64px; }
.team-profile-media { max-width: 390px; margin-inline: auto; overflow: hidden; border: 10px solid #fff; box-shadow: 0 18px 44px rgba(22, 42, 69, .16); }
.team-profile-media img { display: block; width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.team-profile-copy h2 { margin: 8px 0 16px; color: #162a45; }
.team-profile-copy p { max-width: 660px; margin: 0 0 24px; }

.tailor-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 34px; border-top: 1px solid #d8d1c1; border-left: 1px solid #d8d1c1; }
.tailor-service-grid article { min-height: 225px; padding: 32px; border-right: 1px solid #d8d1c1; border-bottom: 1px solid #d8d1c1; background: #fff; }
.tailor-service-grid article > span { display: block; margin-bottom: 28px; color: #a88000; font-size: 12px; font-weight: 700; letter-spacing: .1em; }
.tailor-service-grid h3 { margin: 0 0 12px; color: #162a45; font-size: 25px; }
.tailor-service-grid p { margin: 0; color: #586775; }
.tailor-contact-panel { margin-top: 36px; }

.company-visit-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-top: 32px; }
.company-visit-grid article { overflow: hidden; border: 1px solid #d8d1c1; background: #fff; }
.company-visit-grid img { display: block; width: 100%; aspect-ratio: 1.45 / 1; object-fit: cover; }
.company-visit-grid span { display: block; padding: 13px 15px; color: #162a45; font-size: 14px; font-weight: 700; }

.language-button::after { display: none; }
.language-dropdown { right: 0; left: auto; width: 184px; }
.language-dropdown a { display: flex; justify-content: space-between; gap: 8px; padding: 10px 12px; color: rgba(28, 32, 17, .72); font-size: 13px; }
.language-dropdown a + a { border-top: 1px solid #eee8dd; }
.language-dropdown .language-current { color: #162a45; font-weight: 700; }
.language-dropdown small { color: #a88000; font-size: 10px; white-space: nowrap; }

@media (max-width: 1080px) {
  .language-item { display: none; }
  .company-visit-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .home-city-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .team-profile { grid-template-columns: 1fr; gap: 34px; }
  .team-profile-media { width: min(100%, 340px); }
  .tailor-service-grid { grid-template-columns: 1fr; }
  .company-visit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
  .language-item { display: block; width: 100%; }
  .language-dropdown a { padding: 10px 14px; }
}

@media (max-width: 620px) {
  .home-city-grid, .tour-gallery, .company-visit-grid { grid-template-columns: 1fr; }
  .home-city-grid a { min-height: 68px; }
  .tour-gallery figure, .tour-gallery img { min-height: 205px; }
  .detail-layout.container { width: min(calc(100% - 30px), var(--max)); }
}

/* About Us: supplier network, credentials and partner resources from the supplied deck. */
.partner-intro-section, .partner-ecosystem-section { background: #fff; }
.partner-heading { max-width: 820px; margin-bottom: 42px; }
.partner-heading > [data-cms-html] p { max-width: 760px; margin: 0; }
.partner-network-layout { display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(330px, .84fr); align-items: center; gap: 48px; }
.partner-presentation, .partner-wide-visual, .partner-hotel-brands { margin: 0; overflow: hidden; border: 1px solid #d8d1c1; background: #fff; box-shadow: 0 12px 30px rgba(22, 42, 69, .08); }
.partner-presentation img, .partner-wide-visual img, .partner-hotel-brands img { display: block; width: 100%; height: auto; }
.partner-network-copy { padding: 8px 0; }
.partner-network-copy .eyebrow { margin-bottom: 12px; }
.partner-network-copy h3 { margin: 0 0 14px; color: #162a45; font-size: clamp(1.9rem, 3vw, 2.7rem); }
.partner-network-copy > [data-cms-html] p { margin: 0; color: #586775; }
.partner-fact-list { margin-top: 28px; border-top: 1px solid #d8d1c1; }
.partner-fact-list article { display: grid; grid-template-columns: 32px minmax(0, 1fr); column-gap: 14px; padding: 17px 0 18px; border-bottom: 1px solid #d8d1c1; }
.partner-fact-list article > span { grid-row: 1 / span 2; padding-top: 3px; color: #a88000; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.partner-fact-list h4 { margin: 0 0 3px; color: #162a45; font-size: 16px; line-height: 1.35; }
.partner-fact-list [data-cms-html] p { margin: 0; color: #586775; font-size: 14px; line-height: 1.55; }

.partner-visual-section { background: #edf1f4; }
.partner-visual-heading { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .75fr); align-items: end; gap: 40px; padding-bottom: 28px; border-bottom: 1px solid rgba(22, 42, 69, .22); }
.partner-visual-heading .eyebrow { margin-bottom: 12px; }
.partner-visual-heading h2 { margin: 0; }
.partner-visual-heading [data-cms-html] p { margin: 0; }
.partner-wide-visual { margin-top: 32px; padding: 4px; }

.partner-supply-section { background: #eee8dd; }
.partner-supply-layout { display: grid; grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr); align-items: center; gap: 48px; }
.partner-supply-copy h2 { margin: 0 0 16px; color: #162a45; }
.partner-supply-copy > [data-cms-html] p { margin: 0; }
.partner-supply-facts { margin-top: 28px; border-top: 1px solid rgba(22, 42, 69, .22); }
.partner-supply-facts > div { padding: 16px 0; border-bottom: 1px solid rgba(22, 42, 69, .22); }
.partner-supply-facts strong { display: block; color: #a88000; font-size: 15px; line-height: 1.35; }
.partner-supply-facts p { margin: 4px 0 0; color: #586775; font-size: 14px; line-height: 1.55; }
.partner-hotel-brands { width: 100%; aspect-ratio: 16 / 9; margin: 38px 0 0; }
.partner-hotel-brands img { width: 100%; height: 100%; object-fit: contain; }

.partner-ecosystem-section .section-heading { margin-bottom: 42px; }
.partner-resource-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid #d8d1c1; border-left: 1px solid #d8d1c1; }
.partner-resource-card { display: flex; flex-direction: column; min-width: 0; border-right: 1px solid #d8d1c1; border-bottom: 1px solid #d8d1c1; background: #fff; }
.partner-resource-copy { padding: 28px 28px 20px; }
.partner-resource-copy > span { display: block; margin-bottom: 14px; color: #a88000; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.partner-resource-copy h3 { margin: 0 0 10px; color: #162a45; font-size: 24px; }
.partner-resource-copy p { margin: 0; color: #586775; font-size: 14px; line-height: 1.65; }
.partner-resource-card figure { display: flex; align-items: center; flex: 1; min-height: 235px; margin: 0; padding: 12px; border-top: 1px solid #e5dfd3; background: #fff; }
.partner-resource-card img { display: block; width: 100%; height: auto; }

@media (max-width: 980px) {
  .partner-network-layout, .partner-supply-layout, .partner-visual-heading { grid-template-columns: 1fr; gap: 30px; }
  .partner-network-copy { max-width: 720px; }
  .partner-visual-heading { align-items: start; }
  .partner-resource-grid { grid-template-columns: 1fr; }
  .partner-resource-card { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); align-items: stretch; }
  .partner-resource-card figure { min-height: 220px; border-top: 0; border-left: 1px solid #e5dfd3; }
}

@media (max-width: 620px) {
  .partner-network-layout, .partner-supply-layout { gap: 24px; }
  .partner-resource-card { display: flex; }
  .partner-resource-card figure { min-height: 0; border-top: 1px solid #e5dfd3; border-left: 0; }
  .partner-resource-copy { padding: 24px 22px 18px; }
  .partner-wide-visual { margin-top: 24px; }
}

/* Revision 0808: blue-gold calls to action, editable hotel flow and richer detail pages. */
.cta-panel { background: #162a45; }
.cta-panel .kicker { color: #cbae45; }
.cta-panel [data-cms-html] p { color: #fff; }
.stats-grid .stat [data-cms-html] p,
.hotel-stat [data-cms-html] p { margin: 3px 0 0; color: inherit; font-size: inherit; line-height: 1.45; }
.footer-brand img { width: 104px; height: 98px; object-fit: contain; }
.footer-brand { align-items: center; }
.footer-links li { color: #c8c8c2; font-size: .9rem; }
.destination-copy { display: block; }
.destination-copy p { margin: 3px 0 0; color: #d9e5ef; font-size: .8rem; line-height: 1.4; }

.hotel-booking-process-section { background: #fff; }
.hotel-booking-process { max-width: 980px; }
.hotel-process-flow { position: relative; display: grid; grid-template-columns: 1fr; width: min(100%, 620px); margin: 34px auto 0; border: 1px solid #d8d1c1; background: #fff; }
.hotel-process-flow::before { position: absolute; top: 40px; bottom: 40px; left: 47px; width: 1px; content: ""; background: #cbae45; }
.hotel-process-flow article { position: relative; display: grid; grid-template-columns: 62px 1fr; column-gap: 22px; padding: 27px 30px; border-bottom: 1px solid #e7e1d5; }
.hotel-process-flow article:last-child { border-bottom: 0; }
.hotel-process-flow article > span { z-index: 1; display: grid; grid-row: 1 / span 2; place-items: center; width: 36px; height: 36px; margin-top: 1px; color: #fff; background: #162a45; font-size: 11px; font-weight: 800; }
.hotel-process-flow h3 { margin: 0 0 5px; color: #162a45; font-size: 22px; }
.hotel-process-flow p { margin: 0; color: #586775; font-size: 14px; }
.hotel-more-city { justify-content: center; margin-top: 30px; }
.hotel-sample-copy p { min-height: 0; }

.detail-hero-inner { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(150px, .35fr); align-items: end; gap: 48px; }
.tour-category-eyebrow { color: #cbae45; }
.tour-hero-keywords { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.tour-hero-keywords span { padding: 5px 9px; border: 1px solid rgba(203,174,69,.65); color: #e3ca71; font-size: 11px; font-weight: 700; letter-spacing: .04em; }
.tour-detail-visual { margin: 0 0 44px; overflow: hidden; border: 1px solid #d8d1c1; background: #ede7da; }
.tour-detail-visual img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.tour-highlight-heading { margin-top: 54px; padding-top: 36px; border-top: 1px solid #d8d1c1; }
.tour-highlight-heading h2 { margin: 6px 0 22px; }
.route-overview-title { font-size: clamp(1.6rem, 2.5vw, 2.15rem); }

.team-heading { max-width: 780px; margin-inline: auto; }
.team-member-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; margin-top: 38px; }
.team-member-card { min-width: 0; border: 0; background: transparent; }
.team-member-card > img { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; border: 0; border-radius: 0; background: transparent; }
.team-member-card > div { padding: 18px 0 0; }
.team-member-card h3 { margin: 0 0 8px; color: #162a45; font-size: 20px; }
.team-member-card p { margin: 0; color: #586775; font-size: 13px; line-height: 1.6; }
.partner-supplier-map { aspect-ratio: 5 / 4; }
.partner-supplier-map img { width: 100%; height: 100%; object-fit: contain; }

/* CMS-generated sections: reusable layouts created entirely from the backend. */
[hidden] { display: none !important; }
.cms-generated-sections { display: block; }
.cms-generated-section { border-top: 1px solid #e5ded3; }
.cms-generated-section:nth-child(even) { background: #f8f5ef; }
.cms-generated-section .cms-section-copy { max-width: 820px; }
.cms-generated-section .cms-section-copy > h2 { margin: 0 0 18px; color: #1c2011; font-size: clamp(2rem, 4vw, 3.15rem); line-height: 1.12; }
.cms-generated-section .cms-section-body { color: rgba(28,32,17,.76); line-height: 1.8; }
.cms-generated-section .cms-section-body > :last-child { margin-bottom: 0; }
.cms-generated-section .cms-section-copy > .btn { margin-top: 24px; }
.cms-content-split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: clamp(34px, 6vw, 82px); }
.cms-section-image { display: block; width: 100%; max-height: 620px; object-fit: cover; }
.cms-layout-full-image .cms-section-image { aspect-ratio: 16 / 7; margin-bottom: 34px; }
.cms-layout-gallery .cms-section-copy { max-width: none; }
.cms-layout-gallery .cms-section-body { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.cms-layout-gallery .cms-section-body img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.cms-layout-gallery > .container > .cms-section-image { margin-top: 24px; aspect-ratio: 16 / 7; }
.cms-layout-cta { color: #fff; background: #163963 !important; }
.cms-cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cms-layout-cta .cms-section-copy > h2, .cms-layout-cta .cms-section-body { color: #fff; }
.cms-layout-cta .cms-section-image { max-width: 380px; aspect-ratio: 4 / 3; }

@media (max-width: 980px) {
  .team-member-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
  .detail-hero-inner { grid-template-columns: 1fr; }
  .detail-hero-inner .duration-badge { margin: 0; }
  .cms-content-split { grid-template-columns: 1fr; }
  .cms-layout-image-right .cms-section-image { grid-row: 1; }
  .cms-cta-panel { align-items: flex-start; flex-direction: column; }
  .cms-layout-cta .cms-section-image { max-width: 100%; }
}

@media (max-width: 620px) {
  .team-member-grid { grid-template-columns: 1fr; }
  .hotel-process-flow article { grid-template-columns: 48px 1fr; padding: 22px 18px; }
  .hotel-process-flow::before { left: 35px; }
  .footer-brand img { width: 94px; height: 88px; }
  .cms-layout-gallery .cms-section-body { grid-template-columns: 1fr; }
}
