:root {
  --cj-ink: #14201c;
  --cj-paper: #f6f7f3;
  --cj-sand: #e7ebe3;
  --cj-jade: #0f6f5c;
  --cj-jade-dark: #074237;
  --cj-clay: #0f6f5c;
  --cj-line: rgba(23, 32, 29, .14);
  --cj-display: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  --cj-sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  --cj-muted: #53645e;
  --cj-surface: #fbfcfa;
  --cj-radius: 8px;
  --cj-shadow: 0 18px 50px rgba(7, 66, 55, .1);
}

/* Reference homepage pass: Chinese cultural travel layout. */
:root {
  --cj-cultural-red: #8a2d2f;
  --cj-cultural-red-dark: #742327;
  --cj-cultural-green: #102f28;
  --cj-cultural-green-2: #163a31;
  --cj-cultural-gold: #d9bc82;
  --cj-cultural-cream: #f8f4ed;
  --cj-cultural-border: rgba(35, 28, 21, .13);
}

.cj-cultural-home {
  overflow-x: clip;
  background: var(--cj-cultural-cream);
  color: #2a261f;
  font-family: "Noto Serif SC", "Songti SC", "SimSun", Georgia, serif;
}

.cj-cultural-home *,
.cj-cultural-home *::before,
.cj-cultural-home *::after {
  box-sizing: border-box;
}

.cj-cultural-wrap,
.cj-cultural-section {
  width: min(1370px, calc(100% - 88px));
  margin-inline: auto;
}

.cj-global-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid #ded8cf;
  background: rgba(250, 248, 243, .96);
  backdrop-filter: blur(12px);
}

.cj-global-header__inner {
  width: min(1370px, calc(100% - 64px));
  height: 72px;
  gap: 28px;
}

.cj-global-brand {
  gap: 11px;
  color: #291f1b;
  font-family: "Noto Serif SC", "Songti SC", "SimSun", Georgia, serif;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0;
}

.cj-global-brand small {
  margin-top: 4px;
  color: #675f55;
  font-size: 8px;
  letter-spacing: .08em;
}

.cj-global-brand__seal {
  width: 40px;
  height: 40px;
  border: 0;
  background: var(--cj-cultural-red);
  color: #fff;
  font: 900 20px/1 "Noto Serif SC", "Songti SC", serif;
}

.cj-global-nav {
  gap: clamp(28px, 3vw, 52px);
  margin-inline: auto;
}

.cj-global-nav a,
.cj-global-nav button,
.cj-global-header__chat,
.cj-global-header__search {
  color: #302820;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0;
}

.cj-global-header__search::before {
  content: "⌕";
  margin-right: 7px;
  font-size: 17px;
  line-height: 0;
}

.cj-global-header__chat::before {
  content: "☎";
  margin-right: 7px;
  font-size: 14px;
}

.cj-global-header__actions {
  gap: 18px;
}

.cj-global-header .cj-button--primary,
.cj-mobile-nav .cj-button--primary {
  min-height: 42px;
  padding-inline: 24px;
  border: 0;
  border-radius: 3px;
  background: var(--cj-cultural-red);
  color: #fff;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
}

.cj-cultural-hero {
  position: relative;
  min-height: 372px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
}

.cj-cultural-hero > img,
.cj-cultural-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.cj-cultural-hero > img {
  z-index: -2;
  object-fit: cover;
  object-position: center 56%;
}

.cj-cultural-hero__shade {
  z-index: -1;
  background: linear-gradient(90deg, rgba(8, 18, 15, .78), rgba(8, 18, 15, .32) 44%, rgba(8, 18, 15, .08));
}

.cj-cultural-hero__content {
  padding-block: 54px;
}

.cj-cultural-hero h1 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(40px, 4.2vw, 58px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
}

.cj-cultural-hero__lead {
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(24px, 2.8vw, 42px);
  font-weight: 500;
  line-height: 1.2;
}

.cj-cultural-hero__content > p:not(.cj-cultural-hero__lead) {
  max-width: 560px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, .92);
  font: 16px/1.9 var(--cj-sans);
}

.cj-cultural-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 32px;
  border: 1px solid currentColor;
  border-radius: 3px;
  font: 700 14px/1 var(--cj-sans);
  text-decoration: none;
  transition: transform .18s ease, background-color .18s ease, color .18s ease;
}

.cj-cultural-button:hover {
  transform: translateY(-1px);
}

.cj-cultural-button--red {
  border-color: var(--cj-cultural-red);
  background: var(--cj-cultural-red);
  color: #fff;
}

.cj-cultural-button--red:hover {
  background: var(--cj-cultural-red-dark);
  color: #fff;
}

.cj-cultural-button--outline {
  border-color: rgba(138, 45, 47, .62);
  background: transparent;
  color: var(--cj-cultural-red);
}

.cj-cultural-section {
  padding-block: 28px 38px;
}

.cj-cultural-heading {
  margin-bottom: 22px;
}

.cj-cultural-heading--center {
  max-width: 720px;
  margin-inline: auto;
  text-align: center;
}

.cj-cultural-heading--split {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.cj-cultural-heading h2,
.cj-cultural-benefits h2,
.cj-cultural-faq h2,
.cj-cultural-form h2 {
  margin: 0;
  color: #30261f;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: 0;
}

.cj-cultural-heading p,
.cj-cultural-form p {
  margin: 8px 0 0;
  color: #756b5f;
  font: 15px/1.6 var(--cj-sans);
}

.cj-cultural-heading--split a {
  color: var(--cj-cultural-red);
  font: 700 14px/1 var(--cj-sans);
  text-decoration: none;
}

.cj-cultural-city-grid {
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.cj-cultural-city-card {
  flex: 1 1 calc(20% - 14px);
  min-width: 180px;
}

.cj-cultural-city-card a,
.cj-cultural-feature-card a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  background: var(--cj-cultural-green);
}

.cj-cultural-city-card a {
  aspect-ratio: 1.68 / 1;
}

.cj-cultural-card-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(9, 16, 13, .82), rgba(9, 16, 13, .08) 66%);
}

.cj-cultural-city-card img,
.cj-cultural-feature-card img,
.cj-cultural-article-grid img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .42s ease;
}

.cj-cultural-city-card a:hover img,
.cj-cultural-feature-card a:hover img,
.cj-cultural-article-grid article:hover img {
  transform: scale(1.035);
}

.cj-cultural-city-card__body {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 13px;
  display: grid;
  gap: 5px;
}

.cj-cultural-city-card strong {
  font-size: 29px;
  font-weight: 650;
  line-height: 1;
}

.cj-cultural-city-card small,
.cj-cultural-feature-card small {
  color: rgba(255, 255, 255, .86);
  font: 13px/1.35 var(--cj-sans);
}

.cj-cultural-city-card em,
.cj-cultural-feature-card em {
  color: #fff;
  font: normal 13px/1 var(--cj-sans);
}

.cj-cultural-city-card em::after,
.cj-cultural-feature-card em::after,
.cj-cultural-heading--split a::after {
  content: " ›";
}

.cj-cultural-destinations > .cj-cultural-button {
  width: 220px;
  margin: 24px auto 0;
  display: flex;
}

.cj-cultural-itineraries {
  padding-top: 4px;
}

.cj-cultural-feature-grid {
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.cj-cultural-feature-card {
  flex: 1 1 calc(33.333% - 20px);
  min-width: 280px;
}

.cj-cultural-feature-card a {
  height: 208px;
}

.cj-cultural-feature-card__tag {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 7px 14px;
  border-radius: 3px;
  background: rgba(138, 45, 47, .92);
  color: #fff;
  font: 700 13px/1 var(--cj-sans);
}

.cj-cultural-feature-card:nth-child(2) .cj-cultural-feature-card__tag {
  background: rgba(143, 112, 43, .92);
}

.cj-cultural-feature-card:nth-child(3) .cj-cultural-feature-card__tag {
  background: rgba(35, 95, 109, .92);
}

.cj-cultural-feature-card__body {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 50px;
  display: grid;
  gap: 8px;
}

.cj-cultural-feature-card strong {
  font-size: 25px;
  font-weight: 650;
  line-height: 1.15;
}

.cj-cultural-feature-card__foot {
  position: absolute;
  left: 20px;
  right: 18px;
  bottom: 14px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}

.cj-cultural-feature-card b {
  font: 800 20px/1 var(--cj-sans);
}

.cj-cultural-feature-card b small {
  margin-left: 2px;
  font-size: 12px;
}

.cj-cultural-feature-card em {
  min-height: 30px;
  padding: 8px 14px;
  border-radius: 2px;
  background: var(--cj-cultural-red);
}

.cj-cultural-route {
  margin-top: 28px;
  text-align: center;
}

.cj-cultural-route h3 {
  margin: 0 0 18px;
  font-size: 24px;
  font-weight: 500;
}

.cj-cultural-route ol {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  margin: 0 0 26px;
  padding: 18px 0 0;
  list-style: none;
}

.cj-cultural-route ol::before {
  content: "";
  position: absolute;
  top: 27px;
  left: 5.5%;
  right: 5.5%;
  height: 1px;
  background: #b18a48;
}

.cj-cultural-route li {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 11px;
  color: #362c23;
}

.cj-cultural-route li::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #9e7437;
  box-shadow: 0 0 0 1px #9e7437;
}

.cj-cultural-route span {
  font: 800 14px/1 var(--cj-sans);
}

.cj-cultural-route small {
  color: #766b60;
  font: 12px/1.55 var(--cj-sans);
}

.cj-cultural-benefits {
  margin-top: 18px;
  padding: 32px 0;
  background: var(--cj-cultural-green);
  color: #f5ead7;
}

.cj-cultural-benefits .cj-cultural-wrap {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 34px;
  align-items: center;
}

.cj-cultural-benefits h2 {
  color: #f5ead7;
  font-size: 26px;
}

.cj-cultural-benefits .cj-cultural-wrap > div {
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cj-cultural-benefits article {
  flex: 1 1 calc(25% - 1px);
}

.cj-cultural-benefits article {
  min-height: 88px;
  display: grid;
  grid-template-columns: 58px 1fr;
  column-gap: 14px;
  align-items: center;
  padding-inline: 20px;
  border-left: 1px solid rgba(230, 207, 158, .38);
}

.cj-cultural-benefits article span {
  grid-row: span 2;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 2px solid var(--cj-cultural-gold);
  border-radius: 50%;
  color: var(--cj-cultural-gold);
  font-size: 20px;
  font-weight: 800;
}

.cj-cultural-benefits strong {
  align-self: end;
  font-size: 18px;
}

.cj-cultural-benefits p {
  margin: 5px 0 0;
  color: rgba(245, 234, 215, .78);
  font: 12px/1.45 var(--cj-sans);
}

.cj-cultural-article-grid {
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.cj-cultural-article-grid article {
  flex: 1 1 calc(20% - 16px);
  min-width: 180px;
}

.cj-cultural-article-grid article {
  overflow: hidden;
  border: 1px solid var(--cj-cultural-border);
  border-radius: 4px;
  background: #fffaf3;
}

.cj-cultural-article-grid article > a {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.cj-cultural-article-grid article > a:focus-visible {
  outline: 3px solid var(--cj-cultural-red);
  outline-offset: 3px;
}

.cj-cultural-article-grid article > a > img {
  height: 150px;
}

.cj-cultural-article-grid div {
  padding: 16px 16px 18px;
}

.cj-cultural-article-grid h3 {
  min-height: 58px;
  margin: 0 0 12px;
  color: #312720;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.35;
}

.cj-cultural-article-grid p {
  margin: 0;
  color: #85796c;
  font: 12px/1 var(--cj-sans);
}

.cj-cultural-article-grid span {
  margin-inline: 10px;
}

.cj-cultural-bottom {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 24px;
  padding-top: 10px;
  padding-bottom: 34px;
}

.cj-cultural-faq,
.cj-cultural-form {
  border: 1px solid var(--cj-cultural-border);
  border-radius: 6px;
  background: #fffaf3;
  padding: 28px;
}

.cj-cultural-faq h2,
.cj-cultural-form h2 {
  margin-bottom: 16px;
  font-size: 25px;
}

.cj-cultural-faq details {
  border: 1px solid #e4dbcf;
  background: #fffdf8;
}

.cj-cultural-faq details + details {
  margin-top: 10px;
}

.cj-cultural-faq summary {
  position: relative;
  padding: 15px 46px 15px 16px;
  color: #302820;
  font: 600 15px/1.3 var(--cj-sans);
  list-style: none;
  cursor: pointer;
}

.cj-cultural-faq summary::after {
  content: "+";
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}

.cj-cultural-faq details[open] summary::after {
  content: "-";
}

.cj-cultural-faq p {
  margin: 0;
  padding: 0 16px 15px;
  color: #756b5f;
  font: 14px/1.65 var(--cj-sans);
}

.cj-cultural-form form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.cj-cultural-form label {
  display: grid;
  gap: 8px;
  color: #4a4037;
  font: 700 13px/1 var(--cj-sans);
}

.cj-cultural-form input,
.cj-cultural-form select,
.cj-cultural-form textarea {
  width: 100%;
  min-width: 0;
  min-height: 43px;
  border: 1px solid #ded4c8;
  border-radius: 2px;
  background: #fff;
  color: #302820;
  font: 14px/1.45 var(--cj-sans);
}

.cj-cultural-form input,
.cj-cultural-form select {
  padding: 0 12px;
}

.cj-cultural-form textarea {
  padding: 11px 12px;
  resize: vertical;
}

.cj-cultural-form__message {
  grid-column: span 2;
}

.cj-cultural-form .cj-cultural-button {
  align-self: end;
  width: 205px;
}

.cj-cultural-form__success {
  display: block;
  margin-top: 12px;
  color: var(--cj-cultural-red);
  font: 800 14px/1.4 var(--cj-sans);
}

.cj-global-footer {
  padding: 42px max(32px, calc((100vw - 1370px) / 2)) 104px;
  background: var(--cj-cultural-green);
  color: #edf2eb;
}

.cj-global-footer__grid {
  grid-template-columns: 1.45fr repeat(3, minmax(150px, 1fr));
  gap: 30px;
}

.cj-global-footer p {
  max-width: 280px;
  color: #cdd8d2;
}

.cj-global-footer strong {
  color: #fff7e8;
  font-size: 18px;
}

.cj-global-footer nav span,
.cj-global-footer nav a {
  color: #c4d0ca;
  font-size: 12px;
  line-height: 1.5;
}

.cj-global-footer__bar {
  border-top-color: rgba(245, 234, 215, .18);
}

.cj-global-footer__legal {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.cj-global-footer__legal a {
  color: #c4d0ca;
  font-size: 12px;
  line-height: 1.5;
  text-decoration: none;
}

.cj-global-footer__legal a:hover {
  color: #fff7e8;
}

@media (max-width: 1180px) {
  .cj-global-nav {
    display: none;
  }

  .cj-global-header__search,
  .cj-global-header__chat,
  .cj-global-header__actions > .cj-language-note {
    display: none;
  }

  .cj-menu-toggle {
    display: inline-flex;
  }

  .cj-cultural-city-grid,
  .cj-cultural-article-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cj-cultural-benefits .cj-cultural-wrap {
    grid-template-columns: 1fr;
  }

  .cj-cultural-benefits .cj-cultural-wrap > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cj-global-footer__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .cj-cultural-wrap,
  .cj-cultural-section,
  .cj-global-header__inner {
    width: min(100% - 32px, 1370px);
  }

  .cj-global-header__inner {
    height: 64px;
  }

  .cj-global-brand {
    font-size: 20px;
  }

  .cj-global-brand__seal {
    width: 34px;
    height: 34px;
    font-size: 16px;
  }

  .cj-cultural-hero {
    min-height: 520px;
    align-items: end;
  }

  .cj-cultural-hero__shade {
    background: linear-gradient(0deg, rgba(8, 18, 15, .84), rgba(8, 18, 15, .42) 58%, rgba(8, 18, 15, .18));
  }

  .cj-cultural-hero__content {
    padding-block: 0 42px;
  }

  .cj-cultural-hero__content > p:not(.cj-cultural-hero__lead) {
    max-width: 32ch;
    font-size: 14px;
    line-height: 1.7;
  }

  .cj-cultural-heading--split,
  .cj-global-footer__bar {
    align-items: flex-start;
    flex-direction: column;
  }

  .cj-cultural-heading h2,
  .cj-cultural-benefits h2,
  .cj-cultural-faq h2,
  .cj-cultural-form h2 {
    font-size: 25px;
  }

  .cj-cultural-city-grid,
  .cj-cultural-feature-grid,
  .cj-cultural-article-grid,
  .cj-cultural-bottom,
  .cj-cultural-form form {
    grid-template-columns: 1fr;
  }

  .cj-cultural-city-card,
  .cj-cultural-feature-card,
  .cj-cultural-article-grid article,
  .cj-cultural-benefits article {
    flex: 0 0 100%;
    min-width: 0;
  }

  .cj-cultural-city-card a {
    aspect-ratio: 1.45 / 1;
  }

  .cj-cultural-feature-card a {
    height: 230px;
  }

  .cj-cultural-route {
    text-align: left;
  }

  .cj-cultural-route ol {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
  }

  .cj-cultural-route ol::before {
    top: 8px;
    bottom: 8px;
    left: 7px;
    right: auto;
    width: 1px;
    height: auto;
  }

  .cj-cultural-route li {
    grid-template-columns: 14px 96px 1fr;
    justify-items: start;
    gap: 12px;
    padding: 0 0 18px;
  }

  .cj-cultural-route li::before {
    margin-top: 1px;
  }

  .cj-cultural-route small br {
    display: none;
  }

  .cj-cultural-benefits .cj-cultural-wrap > div,
  .cj-global-footer__grid {
    grid-template-columns: 1fr;
  }

  .cj-cultural-benefits article {
    border-left: 0;
    border-top: 1px solid rgba(230, 207, 158, .3);
    padding: 18px 0;
  }

  .cj-cultural-form__message {
    grid-column: auto;
  }

  .cj-cultural-form .cj-cultural-button,
  .cj-cultural-destinations > .cj-cultural-button,
  .cj-cultural-route > .cj-cultural-button {
    width: 100%;
  }

  .cj-cultural-hero .cj-cultural-button {
    width: auto;
  }

  .cj-cultural-faq,
  .cj-cultural-form {
    padding: 22px 18px;
  }
}

body { background: var(--cj-paper); color: var(--cj-ink); font-family: var(--cj-sans); }
body .site-header, body .site-footer { display: none; }
body .site-content { margin-top: 0; }
body .site-content::after {
  content: "";
  display: table;
  clear: both;
}
body .content-area { width: 100%; }
body .site.grid-container, body .grid-container { max-width: none; }
body .site-content .content-area, body .site-content #primary { width: 100%; }
body .site-content .inside-article { padding: 0; background: transparent; }
body .site-content .entry-header { display: none; }
body .site-content .entry-content { margin-top: 0; }

body.post-type-archive-cj_city .site-content,
body.post-type-archive-cj_tour .site-content,
body.single-cj_city .site-content,
body.single-cj_tour .site-content {
  display: block;
}

body.post-type-archive-cj_city #primary.cj-destinations-page,
body.post-type-archive-cj_tour #primary.cj-tours-page,
body.single-cj_city #primary.cj-template,
body.single-cj_tour #primary.cj-template {
  margin-left: auto !important;
  margin-right: auto !important;
}

body.post-type-archive-cj_city #primary.cj-destinations-page,
body.single-cj_city #primary.cj-template,
body.single-cj_tour #primary.cj-template {
  max-width: none !important;
}

body.post-type-archive-cj_city #primary.cj-destinations-page {
  width: min(1280px, calc(100% - 92px)) !important;
}

body.single-cj_city #primary.cj-template,
body.single-cj_tour #primary.cj-template {
  width: min(1320px, calc(100% - 64px)) !important;
}

.cj-global-header { position: relative; z-index: 30; border-bottom: 1px solid var(--cj-line); background: rgba(247,245,239,.97); color: var(--cj-ink); }
.cj-global-header__inner { width: min(1440px, calc(100% - 64px)); height: 76px; margin: auto; display: flex; align-items: center; gap: 34px; }
.cj-global-brand { display: inline-flex; align-items: center; gap: 10px; color: inherit; font-family: var(--cj-display); font-size: 20px; line-height: 1; white-space: nowrap; text-decoration: none; }
.cj-global-brand small { display: block; margin-top: 5px; font-family: var(--cj-sans); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.cj-global-brand__seal { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: var(--cj-sans); font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.cj-global-nav { display: flex; align-items: center; gap: 25px; margin-left: auto; }
.cj-global-nav a, .cj-global-nav button, .cj-global-header__chat { padding: 4px 0; border: 0; background: transparent; color: inherit; font: 700 12px/1 var(--cj-sans); letter-spacing: .025em; text-decoration: none; white-space: nowrap; cursor: pointer; }
.cj-global-nav a:hover, .cj-global-nav button:hover, .cj-global-header__chat:hover { color: var(--cj-clay); }
.cj-mobile-nav[hidden] { display: none; }
.cj-global-header__actions { display: flex; align-items: center; gap: 18px; }
.cj-language-note { color: var(--cj-jade-dark); font: 800 11px/1 var(--cj-sans); letter-spacing: .04em; white-space: nowrap; }
.cj-language-switcher { display: inline-flex; align-items: center; gap: 6px; }
.cj-language-switcher__link { color: inherit; text-decoration: none; opacity: .58; }
.cj-language-switcher__link.is-active { opacity: 1; color: var(--cj-cultural-red); }
.cj-language-switcher__link:hover { opacity: 1; color: var(--cj-cultural-red); }
.cj-button { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 18px; border: 1px solid currentColor; border-radius: 999px; background: transparent; color: var(--cj-ink); font: 800 11px/1 var(--cj-sans); letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease; }
.cj-button:hover { transform: translateY(-2px); }
.cj-button--primary { border-color: var(--cj-jade); background: var(--cj-jade); color: #fff; }
.cj-button--primary:hover { background: var(--cj-jade-dark); color: #fff; }
.cj-button--ghost { border-color: rgba(255,255,255,.7); color: #fff; }
.cj-button--dark { border-color: var(--cj-ink); background: var(--cj-ink); color: #fff; }
.cj-button--light { border-color: #fff; background: #fff; color: var(--cj-jade-dark); }
.cj-menu-toggle, .cj-mobile-nav { display: none; }

.cj-home { overflow: clip; }
.cj-home-hero { position: relative; min-height: 670px; isolation: isolate; color: #fff; }
.cj-home-hero__image, .cj-home-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.cj-home-hero__image { object-fit: cover; object-position: center; z-index: -2; }
.cj-home-hero__shade { z-index: -1; background: linear-gradient(90deg, rgba(7,17,15,.77), rgba(7,17,15,.30) 54%, rgba(7,17,15,.15)); }
.cj-home-hero__content { width: min(1440px, calc(100% - 64px)); margin: auto; padding-top: 160px; }
.cj-home-hero__content > p { margin: 0 0 20px; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.cj-home h1, .cj-home h2, .cj-home h3, .cj-global-footer strong { font-family: var(--cj-display); font-weight: 400; letter-spacing: 0; }
.cj-home h1 { max-width: 700px; margin: 0; font-size: 92px; line-height: .95; }
.cj-home-hero__content > span { display: block; max-width: 460px; margin: 26px 0 34px; font-size: 17px; line-height: 1.6; }
.cj-home-hero__content > div { display: flex; gap: 12px; }
.cj-home-hero aside { position: absolute; right: 32px; bottom: 28px; max-width: 265px; padding-left: 18px; border-left: 1px solid rgba(255,255,255,.72); font-size: 13px; line-height: 1.5; }
.cj-home-destinations, .cj-home-tours, .cj-home-routes, .cj-home-why, .cj-home-inspiration, .cj-home-faq { width: min(1320px, calc(100% - 64px)); margin: 0 auto; padding: 118px 0; }
.cj-home-heading { max-width: 650px; margin-bottom: 44px; }
.cj-home-heading h2, .cj-home-interests h2, .cj-home-how h2, .cj-home-cta h2 { margin: 0 0 15px; font-size: 62px; line-height: 1; }
.cj-home-heading p, .cj-home-interests p, .cj-home-how p, .cj-home-cta p { margin: 0; color: #5e6a64; font-size: 16px; line-height: 1.6; }
.cj-home-heading--split { max-width: none; display: flex; justify-content: space-between; align-items: end; gap: 24px; }
.cj-home-heading--split > div { max-width: 650px; }
.cj-text-link { display: inline-block; color: var(--cj-jade); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.cj-text-link:hover { color: var(--cj-clay); }
.cj-home-city-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.cj-home-city-card a { position: relative; min-height: 420px; display: block; overflow: hidden; color: #fff; background: var(--cj-jade); text-decoration: none; }
.cj-home-city-card__image, .cj-home-city-card__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.cj-home-city-card__image { object-fit: cover; transition: transform .55s ease; }
.cj-home-city-card a:hover .cj-home-city-card__image { transform: scale(1.05); }
.cj-home-city-card__shade { background: linear-gradient(0deg, rgba(10,19,16,.84), rgba(10,19,16,.04) 72%); }
.cj-home-city-card div { position: absolute; inset: auto 24px 24px; }
.cj-home-city-card p { margin: 0 0 7px; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.cj-home-city-card h3 { margin: 0 0 10px; font-size: 40px; line-height: 1; }
.cj-home-city-card div > span { display: block; max-width: 270px; font-size: 13px; line-height: 1.45; }
.cj-home-city-card small { display: block; margin-top: 16px; font-size: 11px; font-weight: 700; }
.cj-home-destinations > .cj-text-link { margin-top: 30px; }
.cj-home-tours { padding-top: 0; }
.cj-home-tour-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px 20px; }
.cj-home-tour-card { border-bottom: 1px solid var(--cj-line); background: transparent; }
.cj-home-tour-card__image { display: block; aspect-ratio: 1.24; overflow: hidden; background: var(--cj-sand); }
.cj-home-tour-card__photo { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.cj-home-tour-card__image:hover .cj-home-tour-card__photo { transform: scale(1.04); }
.cj-home-tour-card__body { padding: 17px 0 18px; }
.cj-home-tour-card__body > p { margin: 0 0 8px; color: var(--cj-clay); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.cj-home-tour-card h3 { min-height: 56px; margin: 0; font-size: 25px; line-height: 1.08; }
.cj-home-tour-card h3 a { color: inherit; text-decoration: none; }
.cj-home-tour-card__meta { display: flex; gap: 12px; margin-top: 14px; color: #63716b; font-size: 12px; }
.cj-home-tour-card__tags { display: flex; flex-wrap: wrap; gap: 6px; min-height: 40px; margin-top: 12px; }
.cj-home-tour-card__tags span { padding: 5px 7px; border: 1px solid var(--cj-line); color: #56645f; font-size: 10px; }
.cj-home-tour-card footer { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding-top: 13px; border-top: 1px solid var(--cj-line); font-size: 13px; }
.cj-home-tour-card footer a { color: var(--cj-jade); font-size: 11px; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.cj-home-interests { display: grid; grid-template-columns: 1fr 1.3fr; gap: 64px; padding: 100px max(32px, calc((100vw - 1320px) / 2)); background: var(--cj-sand); }
.cj-home-interests > div { max-width: 450px; }
.cj-home-interests .cj-button { margin-top: 30px; }
.cj-home-interest-grid { display: grid; grid-template-columns: repeat(2, 1fr); align-content: start; border-top: 1px solid rgba(23,32,29,.25); }
.cj-home-interest-grid a { padding: 18px 4px; border-bottom: 1px solid rgba(23,32,29,.25); color: var(--cj-ink); font: 25px/1.1 var(--cj-display); text-decoration: none; }
.cj-home-interest-grid a:nth-child(odd) { padding-right: 24px; border-right: 1px solid rgba(23,32,29,.25); }
.cj-home-interest-grid a:nth-child(even) { padding-left: 24px; }
.cj-home-interest-grid a:hover { color: var(--cj-clay); }
.cj-home-routes { background: #fff; max-width: none; width: 100%; padding-inline: max(32px, calc((100vw - 1320px) / 2)); }
.cj-home-route-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.cj-home-route-grid article { min-height: 300px; padding: 30px; display: flex; flex-direction: column; justify-content: end; background: var(--cj-jade); color: #fff; }
.cj-home-route-grid article:nth-child(2) { background: #7a8670; }
.cj-home-route-grid article:nth-child(3) { background: #174d43; }
.cj-home-route-grid span { font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.cj-home-route-grid h3 { margin: 20px 0 12px; font-size: 33px; line-height: 1.08; }
.cj-home-route-grid h3 i { font: italic 18px/1 var(--cj-display); }
.cj-home-route-grid p { margin: 0; font-size: 13px; line-height: 1.55; }
.cj-home-route-grid a { margin-top: 22px; color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.cj-home-why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.cj-home-why-grid article { padding-top: 18px; border-top: 2px solid var(--cj-jade); }
.cj-home-why-grid h3 { margin: 0 0 13px; font-size: 27px; }
.cj-home-why-grid p { margin: 0; color: #5d6964; font-size: 14px; line-height: 1.55; }
.cj-home-how { padding: 105px max(32px, calc((100vw - 1320px) / 2)); display: grid; grid-template-columns: .95fr 1.5fr; gap: 70px; background: var(--cj-ink); color: #fff; }
.cj-home-how p { color: #d4ddd7; }
.cj-home-how ol { margin: 0; padding: 0; list-style: none; }
.cj-home-how li { display: grid; grid-template-columns: 55px 1fr; gap: 16px; padding: 19px 0; border-top: 1px solid rgba(255,255,255,.23); }
.cj-home-how li:last-child { border-bottom: 1px solid rgba(255,255,255,.23); }
.cj-home-how li span { color: #9fc3b7; font-size: 12px; font-weight: 800; }
.cj-home-how li p { margin: 0; font: 25px/1.15 var(--cj-display); }
.cj-home-inspiration-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 18px; }
.cj-home-inspiration-grid article img { width: 100%; height: 260px; display: block; object-fit: cover; }
.cj-home-inspiration-grid article:first-child img { height: 345px; }
.cj-home-inspiration-grid h3 { margin: 17px 0 10px; font-size: 27px; line-height: 1.1; }
.cj-home-inspiration-grid p { margin: 0; color: #5d6964; font-size: 13px; line-height: 1.55; }
.cj-home-faq { padding-top: 0; }
.cj-home-faq > div:last-child { border-top: 1px solid var(--cj-line); }
.cj-home-faq details { border-bottom: 1px solid var(--cj-line); }
.cj-home-faq summary { padding: 19px 36px 19px 0; position: relative; list-style: none; cursor: pointer; font: 24px/1.15 var(--cj-display); }
.cj-home-faq summary::after { content: '+'; position: absolute; right: 0; font: 28px/1 var(--cj-sans); }
.cj-home-faq details[open] summary::after { content: '−'; }
.cj-home-faq details p { max-width: 720px; margin: 0; padding: 0 0 20px; color: #5d6964; font-size: 14px; line-height: 1.6; }
.cj-home-cta { padding: 82px max(32px, calc((100vw - 1320px) / 2)); display: grid; grid-template-columns: .95fr 1.05fr; align-items: start; gap: 64px; background: var(--cj-clay); color: #fff; }
.cj-home-cta h2 { max-width: 600px; margin-bottom: 10px; }
.cj-home-cta p { max-width: 570px; color: #ffece6; }
.cj-home-cta__success { display: block; margin-top: 22px; color: #fff; font-size: 14px; }
.cj-home-inquiry-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.cj-home-inquiry-form label { display: grid; gap: 7px; color: #ffece6; font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.cj-home-inquiry-form input, .cj-home-inquiry-form select, .cj-home-inquiry-form textarea { width: 100%; min-height: 43px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.62); border-radius: 0; background: rgba(255,255,255,.07); color: #fff; font: 14px/1.4 var(--cj-sans); letter-spacing: 0; text-transform: none; }
.cj-home-inquiry-form select { color: #fff; }
.cj-home-inquiry-form option { color: var(--cj-ink); }
.cj-home-inquiry-form input::placeholder, .cj-home-inquiry-form textarea::placeholder { color: #ffe0d8; opacity: 1; }
.cj-home-inquiry-form__message { grid-column: 1 / -1; }
.cj-home-inquiry-form textarea { resize: vertical; }
.cj-home-inquiry-form .cj-button { justify-self: start; margin-top: 5px; }

.cj-global-footer { padding: 70px max(32px, calc((100vw - 1320px) / 2)) 104px; background: #111a17; color: #edf2eb; }
.cj-global-footer__grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 46px; }
.cj-global-footer .cj-global-brand { color: #fff; }
.cj-global-footer p { max-width: 300px; margin: 22px 0 0; color: #b6c3bd; font-size: 13px; line-height: 1.6; }
.cj-global-footer nav { display: flex; flex-direction: column; gap: 9px; }
.cj-global-footer strong { margin-bottom: 6px; font-size: 21px; }
.cj-global-footer nav a { color: #b6c3bd; font-size: 12px; text-decoration: none; }
.cj-global-footer nav a:hover { color: #fff; }
.cj-global-footer__bar { display: flex; justify-content: space-between; gap: 20px; margin-top: 56px; padding-top: 20px; padding-right: 110px; border-top: 1px solid rgba(255,255,255,.17); color: #9aaba3; font-size: 11px; }
.cj-social-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.cj-social-links__link { min-height: 34px; display: inline-flex; align-items: center; justify-content: center; padding: 0 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: #edf2eb; font: 800 11px/1 var(--cj-sans); text-decoration: none; }
.cj-social-links__link:hover { border-color: rgba(255,255,255,.5); color: #fff; }
.cj-social-links__link--pending { color: #8fa099; cursor: default; }
.cj-whatsapp-widget { right: 22px; bottom: 22px; max-width: calc(100vw - 32px); pointer-events: none; }
.cj-whatsapp-widget__panel,
.cj-whatsapp-widget__button {
  pointer-events: auto;
}
.cj-global-footer,
.cj-brand-city-cta {
  position: relative;
  z-index: 20;
}
.cj-global-footer {
  clear: both;
}
.cj-global-footer a,
.cj-brand-city-cta .cj-button {
  position: relative;
  z-index: 21;
}
.cj-whatsapp-widget__panel { width: min(360px, calc(100vw - 32px)); padding: 0; overflow: hidden; border: 1px solid rgba(15,111,92,.16); border-radius: 18px; background: #f7faf6; box-shadow: 0 26px 80px rgba(5,31,26,.24); }
.cj-whatsapp-widget__phone { display: flex; align-items: center; gap: 12px; padding: 16px; background: var(--cj-jade); color: #fff; }
.cj-whatsapp-widget__phone strong { display: block; font: 850 14px/1.2 var(--cj-sans); }
.cj-whatsapp-widget__phone small { display: block; margin-top: 4px; color: rgba(255,255,255,.78); font: 700 11px/1.25 var(--cj-sans); }
.cj-whatsapp-widget__avatar { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; border-radius: 999px; background: #fff; color: var(--cj-jade-dark); font: 900 18px/1 var(--cj-sans); }
.cj-whatsapp-widget__messages { display: grid; gap: 9px; padding: 16px 16px 4px; }
.cj-whatsapp-widget__messages p { position: relative; max-width: 88%; margin: 0; padding: 10px 12px; border-radius: 14px 14px 14px 4px; background: #fff; color: var(--cj-ink); font: 650 13px/1.45 var(--cj-sans); box-shadow: 0 8px 20px rgba(7,66,55,.08); }
.cj-whatsapp-widget__messages p + p { justify-self: end; border-radius: 14px 14px 4px 14px; background: #dff4eb; }
.cj-whatsapp-widget__panel .cj-button { width: calc(100% - 32px); margin: 14px 16px 8px; }
.cj-whatsapp-widget__direct { display: block; padding: 0 16px 16px; color: var(--cj-muted); font: 700 11px/1.35 var(--cj-sans); text-align: center; text-decoration: none; }
.cj-whatsapp-widget__direct:hover { color: var(--cj-jade-dark); }
.cj-whatsapp-widget__button { width: 68px; height: 68px; display: grid; place-items: center; border: 0; border-radius: 999px; background: var(--cj-jade) !important; color: #fff; box-shadow: 0 18px 44px rgba(15,111,92,.3); cursor: pointer; }
.cj-whatsapp-widget__button::before { content: ""; width: 24px; height: 18px; display: block; border-radius: 11px; background: #fff; box-shadow: 0 9px 0 -5px #fff; }
.cj-whatsapp-widget__button span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.cj-template { width: min(1320px, calc(100% - 64px)); margin: 0 auto; padding: 72px 0 110px; }
.cj-brand-archive-hero { max-width: 820px; padding: 52px 0 64px; }
.cj-brand-archive-hero > p, .cj-brand-label { margin: 0 0 15px; color: var(--cj-clay); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.cj-brand-archive-hero h1 { margin: 0 0 17px; font: 400 76px/.98 var(--cj-display); }
.cj-brand-archive-hero > span { max-width: 610px; display: block; color: #5d6964; font-size: 16px; line-height: 1.6; }
.cj-template .cj-city-grid, .cj-template .cj-tour-grid { margin: 0; }
.cj-filter-bar { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin: 0 0 30px; padding: 16px; background: #f2efe8; border: 1px solid #dedbd2; }
.cj-filter-bar label { color: var(--cj-ink); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.cj-filter-bar input, .cj-filter-bar select { min-height: 40px; border: 1px solid #c5c8c1; border-radius: 0; background: #fff; color: var(--cj-ink); padding: 0 10px; }
.cj-filter-bar a { color: var(--cj-jade); font-weight: 700; }
.cj-tour-card__city { margin: 0 0 9px; color: var(--cj-clay); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.cj-city-planning { margin: 0 0 72px; padding: 44px 0; border-top: 1px solid #dedbd2; border-bottom: 1px solid #dedbd2; }
.cj-city-planning > div:first-child h2 { margin: 0 0 22px; font-family: var(--cj-display); font-size: 40px; font-weight: 400; }
.cj-brand-city-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 58px; align-items: center; min-height: 520px; padding: 0 0 88px; }
.cj-brand-city-hero h1 { margin: 0 0 22px; font: 400 68px/.99 var(--cj-display); }
.cj-brand-city-hero .cj-lead { max-width: 540px; margin-bottom: 28px; color: #58645f; font-size: 16px; line-height: 1.65; }
.cj-brand-city-hero__image { width: 100%; min-height: 520px; object-fit: cover; }
.cj-brand-city-intro { display: grid; grid-template-columns: 1.4fr .8fr; gap: 96px; padding: 56px 0; border-top: 1px solid var(--cj-line); border-bottom: 1px solid var(--cj-line); }
.cj-brand-city-intro h2, .cj-brand-section-heading h2, .cj-brand-city-cta h2 { margin: 0 0 15px; font: 400 54px/1 var(--cj-display); }
.cj-brand-city-intro p, .cj-brand-section-heading p, .cj-brand-city-cta p { margin: 0; color: #5d6964; font-size: 15px; line-height: 1.65; }
.cj-brand-city-intro > div:first-child p { max-width: 650px; }
.cj-brand-city-intro strong { display: block; margin-bottom: 12px; font: 400 25px/1.1 var(--cj-display); }
.cj-brand-city-tours { padding: 86px 0; }
.cj-brand-section-heading { max-width: 630px; margin-bottom: 34px; }
.cj-brand-city-cta { width: calc(100% + max(32px, calc((100vw - 1320px) / 2)) * 2); margin-left: calc(max(32px, calc((100vw - 1320px) / 2)) * -1); padding: 74px max(120px, calc((100vw - 1320px) / 2)) 74px max(32px, calc((100vw - 1320px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 38px; background: var(--cj-clay); color: #fff; }
.cj-brand-city-cta h2 { max-width: 660px; }
.cj-brand-city-cta p { max-width: 650px; color: #ffece6; }

.cj-template--tour .cj-tour-detail { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(310px, .85fr); gap: 46px; }
.cj-template--tour .cj-tour-detail > * { grid-column: 1; }
.cj-template--tour .cj-tour-detail__hero { grid-column: 1 / -1; }
.cj-template--tour .cj-package-panel { grid-column: 2; grid-row: 2 / span 7; align-self: start; position: sticky; top: 24px; margin: 0; background: #fff; border: 1px solid var(--cj-line); box-shadow: 0 16px 40px rgba(18,28,24,.08); }
.cj-template--tour .cj-tour-detail__hero { margin: 0; padding: 0 0 45px; border-bottom: 1px solid var(--cj-line); }
.cj-template--tour .cj-tour-detail__hero h1 { font: 400 clamp(43px, 5vw, 70px)/.98 var(--cj-display); }
.cj-template--tour .cj-panel, .cj-template--tour .cj-package-panel { border-radius: 0; }
.cj-template--tour .cj-panel h2, .cj-template--tour .cj-package-panel h2 { font-family: var(--cj-display); font-weight: 400; }
.cj-template--tour .cj-package-panel .cj-booking-form { margin: 26px -4px -4px; padding: 24px 4px 4px; border-top: 1px solid var(--cj-line); background: transparent; box-shadow: none; }
.cj-template--tour .cj-package-panel .cj-booking-form__intro h2 { font-size: 28px; }
.cj-template--tour .cj-package-panel .cj-booking-form__intro p { font-size: 13px; }
.cj-template--tour .cj-package-panel .cj-form-grid--three { grid-template-columns: 1fr; }

::selection { background: var(--cj-clay); color: #fff; }
:focus-visible { outline: 3px solid #d28c57; outline-offset: 3px; }
@media (prefers-reduced-motion: no-preference) {
  .cj-home-hero__content { animation: cj-rise .7s ease-out both; }
  .cj-home-city-card, .cj-home-tour-card, .cj-home-route-grid article { transition: transform .25s ease, box-shadow .25s ease; }
  .cj-home-route-grid article:hover { transform: translateY(-5px); box-shadow: 0 18px 35px rgba(17,26,23,.16); }
  @keyframes cj-rise { from { opacity: .05; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
}
@media (max-width: 1120px) {
  .cj-global-nav { gap: 16px; }
  .cj-global-header__chat { display: none; }
  .cj-home-city-grid, .cj-home-tour-grid { grid-template-columns: repeat(2, 1fr); }
  .cj-home-why-grid { grid-template-columns: repeat(2, 1fr); }
  .cj-home h1 { font-size: 76px; }
  .cj-home-heading h2, .cj-home-interests h2, .cj-home-how h2, .cj-home-cta h2 { font-size: 54px; }
  .cj-brand-archive-hero h1 { font-size: 64px; }
  .cj-brand-city-hero h1 { font-size: 58px; }
  .cj-brand-city-intro h2, .cj-brand-section-heading h2, .cj-brand-city-cta h2 { font-size: 46px; }
}
@media (max-width: 860px) {
  .cj-global-header__inner { width: min(100% - 36px, 1440px); height: 68px; }
  .cj-global-nav, .cj-global-header__actions > .cj-button { display: none; }
  .cj-global-header__actions { margin-left: auto; }
  .cj-menu-toggle { display: block; border: 0; background: transparent; color: inherit; font: 800 11px/1 var(--cj-sans); letter-spacing: .08em; text-transform: uppercase; }
  .cj-mobile-nav { padding: 18px; border-top: 1px solid var(--cj-line); background: var(--cj-paper); }
  .cj-mobile-nav:not([hidden]) { display: block; }
  .cj-mobile-nav__links { display: flex; flex-direction: column; gap: 15px; }
  .cj-mobile-nav__links > a, .cj-mobile-nav__links button { padding: 4px 0; color: var(--cj-ink); border: 0; background: transparent; font: 700 14px/1 var(--cj-sans); text-align: left; text-decoration: none; }
  .cj-mobile-nav .cj-button { margin-top: 20px; }
  .cj-home-hero { min-height: 620px; }
  .cj-home-hero__content { width: min(100% - 36px, 1440px); padding-top: 130px; }
  .cj-home h1 { font-size: 58px; }
  .cj-home-hero aside { left: 18px; right: auto; max-width: 280px; }
  .cj-home-destinations, .cj-home-tours, .cj-home-routes, .cj-home-why, .cj-home-inspiration, .cj-home-faq { width: min(100% - 36px, 1320px); padding: 78px 0; }
  .cj-home-interests, .cj-home-how, .cj-home-cta { padding: 72px 18px; }
  .cj-home-interests, .cj-home-how { grid-template-columns: 1fr; gap: 42px; }
  .cj-home-cta { grid-template-columns: 1fr; }
  .cj-home-route-grid { grid-template-columns: 1fr; }
  .cj-home-inspiration-grid { grid-template-columns: 1fr; }
  .cj-home-inspiration-grid article:first-child img, .cj-home-inspiration-grid article img { height: 260px; }
  .cj-global-footer { padding: 58px 18px 104px; }
  .cj-global-footer__grid { grid-template-columns: 1.4fr 1fr; gap: 38px 24px; }
  .cj-template { width: min(100% - 36px, 1320px); padding: 48px 0 72px; }
  .cj-brand-city-hero, .cj-brand-city-intro, .cj-template--tour .cj-tour-detail { grid-template-columns: 1fr; }
  .cj-brand-city-hero { gap: 28px; padding-bottom: 56px; }
  .cj-brand-city-hero__image { min-height: 360px; }
  .cj-brand-city-intro { gap: 32px; }
  .cj-brand-city-cta { width: calc(100% + 36px); margin-left: -18px; padding: 62px 18px 104px; }
  .cj-template--tour .cj-package-panel { grid-column: 1; grid-row: auto; position: static; }
}

/* Independent About Us page. Content comes from the About Us page meta box. */
.cj-about-us-page {
  color: #213a32;
}

.cj-about-us-page__hero {
  position: relative;
  display: grid;
  min-height: 410px;
  place-items: end start;
  padding: 56px max(24px, calc((100vw - 1120px) / 2));
  background-color: #143c33;
  background-position: center;
  background-size: cover;
}

.cj-about-us-page__hero::before {
  position: absolute;
  inset: 0;
  background: rgba(10, 37, 31, .65);
  content: '';
}

.cj-about-us-page__hero > div {
  position: relative;
  width: min(720px, 100%);
  color: #fffdf8;
}

.cj-about-us-page__hero p {
  margin: 0 0 12px;
  color: #d9d3af;
  font: 700 13px/1.4 var(--cj-sans);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cj-about-us-page__hero h1 {
  margin: 0;
  color: inherit;
  font: 800 clamp(40px, 5vw, 64px)/1.05 var(--cj-sans);
}

.cj-about-us-page__hero span {
  display: block;
  max-width: 650px;
  margin-top: 18px;
  font: 500 18px/1.65 var(--cj-sans);
}

.cj-about-us-page__wrap {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 68px 0 80px;
}

.cj-about-us-page__section {
  display: grid;
  grid-template-columns: minmax(190px, .7fr) minmax(0, 1.3fr);
  gap: 30px;
  padding: 30px 0;
  border-top: 1px solid rgba(32, 58, 50, .14);
}

.cj-about-us-page__section h2,
.cj-about-us-page__products h2,
.cj-about-us-page__resources h2 {
  margin: 0;
  color: #0d3a31;
  font: 800 clamp(24px, 2.4vw, 34px)/1.2 var(--cj-sans);
}

.cj-about-us-page__section p {
  margin: 0;
  color: #53645e;
  font: 500 16px/1.8 var(--cj-sans);
}

.cj-about-us-page__products,
.cj-about-us-page__resources {
  margin: 32px 0;
  padding: 34px 0;
  border-top: 1px solid rgba(32, 58, 50, .14);
}

.cj-about-us-page__products > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.cj-about-us-page__products a {
  min-height: 180px;
  padding: 22px;
  border: 1px solid rgba(32, 58, 50, .16);
  background: #f5efe3;
  color: inherit;
  text-decoration: none;
}

.cj-about-us-page__products a:hover,
.cj-about-us-page__products a:focus-visible {
  border-color: #0d6759;
  background: #e5efe9;
}

.cj-about-us-page__products h3 {
  margin: 0 0 12px;
  color: #0d3a31;
  font: 800 21px/1.25 var(--cj-sans);
}

.cj-about-us-page__products p {
  margin: 0;
  color: #53645e;
  font: 500 15px/1.65 var(--cj-sans);
}

.cj-about-us-page__resources ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 14px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.cj-about-us-page__resources li {
  padding: 14px 0;
  border-bottom: 1px solid rgba(32, 58, 50, .14);
  color: #53645e;
  font: 700 15px/1.5 var(--cj-sans);
}

.cj-about-china-page__list,
.cj-about-china-page__cities {
  margin: 32px 0;
  padding: 34px 0;
  border-top: 1px solid rgba(32, 58, 50, .14);
}

.cj-about-china-page__list h2,
.cj-about-china-page__cities h2 { margin: 0 0 22px; color: #0d3a31; font: 800 clamp(24px, 2.4vw, 34px)/1.2 var(--cj-sans); }
.cj-about-china-page__list > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.cj-about-china-page__list article,
.cj-about-china-page__cities a { padding: 18px; border: 1px solid rgba(32, 58, 50, .14); background: #f5efe3; }
.cj-about-china-page__list h3 { margin: 0 0 8px; color: #0d3a31; font: 800 18px/1.3 var(--cj-sans); }
.cj-about-china-page__list p { margin: 0; color: #53645e; font: 500 14px/1.65 var(--cj-sans); }
.cj-about-china-page__cities > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.cj-about-china-page__cities a { display: grid; gap: 7px; color: inherit; text-decoration: none; }
.cj-about-china-page__cities strong { color: #0d3a31; font: 800 18px/1.3 var(--cj-sans); }
.cj-about-china-page__cities span { color: #53645e; font: 500 14px/1.5 var(--cj-sans); }

@media (max-width: 860px) {
  .cj-about-us-page__hero {
    min-height: 330px;
    padding: 40px 24px;
  }

  .cj-about-us-page__hero span {
    font-size: 16px;
  }

  .cj-about-us-page__wrap {
    width: min(100% - 32px, 1120px);
    padding: 42px 0 56px;
  }

  .cj-about-us-page__section {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 24px 0;
  }

  .cj-about-us-page__products > div,
  .cj-about-us-page__resources ul,
  .cj-about-china-page__list > div,
  .cj-about-china-page__cities > div {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 560px) {
  .cj-global-brand { font-size: 17px; }
  .cj-global-brand small { font-size: 8px; }
  .cj-global-brand__seal { width: 31px; height: 31px; }
  .cj-home-hero { min-height: 600px; }
  .cj-home-hero__shade { background: linear-gradient(90deg, rgba(7,17,15,.76), rgba(7,17,15,.32)); }
  .cj-home h1 { font-size: 48px; }
  .cj-home-hero__content > span { font-size: 15px; }
  .cj-home-hero__content > div { align-items: stretch; flex-direction: column; width: 190px; }
  .cj-home-hero aside { font-size: 12px; }
  .cj-home-heading--split { align-items: start; flex-direction: column; }
  .cj-home-city-grid, .cj-home-tour-grid, .cj-home-why-grid { grid-template-columns: 1fr; }
  .cj-home-city-card a { min-height: 350px; }
  .cj-home-heading h2, .cj-home-interests h2, .cj-home-how h2, .cj-home-cta h2 { font-size: 40px; }
  .cj-brand-archive-hero h1 { font-size: 46px; }
  .cj-filter-bar { align-items: stretch; }
  .cj-filter-bar label { width: 100%; }
  .cj-filter-bar input, .cj-filter-bar select { width: 100%; }
  .cj-brand-city-hero h1 { font-size: 45px; }
  .cj-brand-city-intro h2, .cj-brand-section-heading h2, .cj-brand-city-cta h2 { font-size: 38px; }
  .cj-home-interest-grid { grid-template-columns: 1fr; }
  .cj-home-interest-grid a:nth-child(odd), .cj-home-interest-grid a:nth-child(even) { padding: 16px 0; border-right: 0; }
  .cj-home-route-grid article { min-height: 260px; }
  .cj-home-how li p { font-size: 20px; }
  .cj-home-inquiry-form { grid-template-columns: 1fr; }
  .cj-home-inquiry-form__message { grid-column: auto; }
  .cj-global-footer__grid { grid-template-columns: 1fr 1fr; }
  .cj-global-footer__grid > div { grid-column: 1 / -1; }
  .cj-global-footer__bar { align-items: flex-start; flex-direction: column; margin-top: 34px; }
  .cj-brand-city-cta { align-items: flex-start; flex-direction: column; }
}

/* Production visual pass: international travel storefront, dynamic content kept in WordPress. */
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  overflow-x: clip;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

img,
video,
iframe {
  max-width: 100%;
}

body,
button,
input,
select,
textarea {
  font-family: var(--cj-sans);
}

a {
  text-underline-offset: .18em;
}

.cj-global-header {
  position: sticky;
  top: 0;
  background: rgba(246, 247, 243, .94);
  backdrop-filter: saturate(140%) blur(18px);
  -webkit-backdrop-filter: saturate(140%) blur(18px);
}

.cj-global-brand,
.cj-global-footer strong,
.cj-home h1,
.cj-home h2,
.cj-home h3,
.cj-brand-archive-hero h1,
.cj-brand-city-hero h1,
.cj-brand-city-intro h2,
.cj-brand-section-heading h2,
.cj-brand-city-cta h2,
.cj-template--tour .cj-tour-detail__hero h1,
.cj-template--tour .cj-panel h2,
.cj-template--tour .cj-package-panel h2,
.cj-home-faq summary,
.cj-home-interest-grid a,
.cj-home-how li p,
.cj-city-planning > div:first-child h2 {
  font-family: var(--cj-display);
  font-weight: 750;
  letter-spacing: -.025em;
}

.cj-global-brand small,
.cj-home-hero__content > p,
.cj-home-city-card p,
.cj-home-tour-card__body > p,
.cj-home-route-grid span,
.cj-brand-archive-hero > p,
.cj-brand-label,
.cj-tour-card__city,
.cj-mini,
.cj-home-inquiry-form label,
.cj-filter-bar label,
.cj-booking-form label {
  letter-spacing: .045em;
}

.cj-home-hero {
  min-height: min(760px, calc(100dvh - 76px));
}

.cj-home-hero__shade {
  background:
    linear-gradient(90deg, rgba(5, 31, 26, .84), rgba(5, 31, 26, .48) 47%, rgba(5, 31, 26, .14)),
    linear-gradient(0deg, rgba(5, 31, 26, .28), rgba(5, 31, 26, 0) 45%);
}

.cj-home-hero__content {
  padding-top: clamp(92px, 14vh, 132px);
}

.cj-home h1 {
  max-width: 780px;
  font-size: clamp(56px, 7vw, 96px);
  line-height: .96;
}

.cj-home-hero__content > span,
.cj-home-heading p,
.cj-home-interests p,
.cj-home-how p,
.cj-home-cta p,
.cj-brand-archive-hero > span,
.cj-brand-city-hero .cj-lead,
.cj-brand-city-intro p,
.cj-brand-section-heading p,
.cj-brand-city-cta p {
  color: var(--cj-muted);
}

.cj-home-hero__content > span,
.cj-home-hero aside {
  color: rgba(255, 255, 255, .88);
  max-width: min(100%, 460px);
  overflow-wrap: break-word;
}

.cj-button,
.cj-text-link,
.cj-tour-card__foot a,
.cj-home-tour-card footer a {
  white-space: nowrap;
}

.cj-button:active {
  transform: translateY(0) scale(.985);
}

.cj-button:disabled,
.cj-button[aria-busy="true"] {
  cursor: wait;
  opacity: .72;
  transform: none;
}

.cj-button--jade,
.cj-button--small.cj-button--jade {
  border-color: var(--cj-jade);
  background: var(--cj-jade);
  color: #fff;
}

.cj-button--jade:hover,
.cj-button--small.cj-button--jade:hover {
  border-color: var(--cj-jade-dark);
  background: var(--cj-jade-dark);
  color: #fff;
}

.cj-button--ghost:hover {
  border-color: #fff;
  background: #fff;
  color: var(--cj-jade-dark);
}

.cj-home-heading h2,
.cj-home-interests h2,
.cj-home-how h2,
.cj-home-cta h2,
.cj-brand-archive-hero h1,
.cj-brand-city-hero h1,
.cj-brand-city-intro h2,
.cj-brand-section-heading h2,
.cj-brand-city-cta h2 {
  text-wrap: balance;
}

.cj-home-destinations,
.cj-home-tours,
.cj-home-routes,
.cj-home-why,
.cj-home-inspiration,
.cj-home-faq,
.cj-template {
  width: min(1320px, calc(100% - 48px));
}

.cj-home-city-card a,
.cj-city-card,
.cj-tour-card,
.cj-review,
.cj-panel,
.cj-package-panel,
.cj-booking-form,
.cj-success,
.cj-home-route-grid article {
  border-radius: var(--cj-radius);
}

.cj-home-city-card a,
.cj-city-card {
  box-shadow: var(--cj-shadow);
}

.cj-home-tour-card,
.cj-tour-card,
.cj-panel,
.cj-package-panel,
.cj-booking-form,
.cj-review,
.cj-faq,
.cj-filter-bar {
  border-color: rgba(20, 32, 28, .12);
}

.cj-home-tour-card__tags span,
.cj-tags span,
.cj-hero-pills span {
  border-radius: 999px;
  border-color: rgba(15, 111, 92, .18);
  background: rgba(15, 111, 92, .07);
  color: var(--cj-jade-dark);
}

.cj-home-route-grid article,
.cj-home-route-grid article:nth-child(2),
.cj-home-route-grid article:nth-child(3),
.cj-home-how,
.cj-global-footer {
  background: var(--cj-jade-dark);
}

.cj-home-route-grid article:nth-child(2) {
  background: #315b50;
}

.cj-home-route-grid article:nth-child(3) {
  background: #174d43;
}

.cj-home-cta,
.cj-brand-city-cta {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, 0) 42%),
    var(--cj-jade);
}

.cj-home-cta p,
.cj-brand-city-cta p,
.cj-home-inquiry-form label {
  color: rgba(255, 255, 255, .82);
}

.cj-home-inquiry-form input,
.cj-home-inquiry-form select,
.cj-home-inquiry-form textarea {
  min-width: 0;
  border-color: rgba(255, 255, 255, .48);
  border-radius: var(--cj-radius);
  background: rgba(255, 255, 255, .12);
}

.cj-home-inquiry-form input:focus,
.cj-home-inquiry-form select:focus,
.cj-home-inquiry-form textarea:focus {
  border-color: #fff;
  background: rgba(255, 255, 255, .18);
  outline: 0;
}

.cj-home-inquiry-form input:focus-visible,
.cj-home-inquiry-form select:focus-visible,
.cj-home-inquiry-form textarea:focus-visible {
  outline: 3px solid rgba(255, 255, 255, .94);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(15, 111, 92, .42);
}

.cj-home-inquiry-form input::placeholder,
.cj-home-inquiry-form textarea::placeholder {
  color: rgba(255, 255, 255, .68);
}

.cj-home-inquiry-form .cj-form-error {
  grid-column: 1 / -1;
  margin: 0;
  color: #fff;
  font: 800 13px/1.35 var(--cj-sans);
}

.cj-cultural-form .cj-home-inquiry-form label {
  color: #4a4037;
}

.cj-cultural-form .cj-home-inquiry-form input,
.cj-cultural-form .cj-home-inquiry-form select,
.cj-cultural-form .cj-home-inquiry-form textarea {
  border-color: #ded4c8;
  background: #fff;
  color: #302820;
}

.cj-cultural-form .cj-home-inquiry-form input:focus,
.cj-cultural-form .cj-home-inquiry-form select:focus,
.cj-cultural-form .cj-home-inquiry-form textarea:focus {
  border-color: var(--cj-cultural-red);
  background: #fff;
}

.cj-cultural-form .cj-home-inquiry-form input:focus-visible,
.cj-cultural-form .cj-home-inquiry-form select:focus-visible,
.cj-cultural-form .cj-home-inquiry-form textarea:focus-visible {
  outline: 3px solid rgba(138, 45, 47, .32);
  box-shadow: none;
}

.cj-cultural-form .cj-home-inquiry-form input::placeholder,
.cj-cultural-form .cj-home-inquiry-form textarea::placeholder {
  color: #8b8075;
}

.cj-cultural-form .cj-home-inquiry-form .cj-form-error {
  color: var(--cj-cultural-red);
}

.cj-filter-bar {
  border-radius: var(--cj-radius);
  background: #eef2ec;
}

.cj-filter-bar input,
.cj-filter-bar select,
.cj-booking-form input,
.cj-booking-form select,
.cj-booking-form textarea {
  min-width: 0;
  border-radius: var(--cj-radius);
  background: #fff;
  color: var(--cj-ink);
  font: 500 15px/1.4 var(--cj-sans);
}

.cj-booking-form input::placeholder,
.cj-booking-form textarea::placeholder {
  color: #71817a;
  opacity: 1;
}

.cj-booking-fallback {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
  gap: 28px;
  align-items: start;
}

.cj-booking-fallback__intro,
.cj-booking-fallback__form,
.cj-booking-fallback__tours {
  border: 1px solid rgba(20, 32, 28, .12);
  border-radius: var(--cj-radius);
  background: #fff;
  box-shadow: var(--cj-shadow);
}

.cj-booking-fallback__intro,
.cj-booking-fallback__form {
  padding: 30px;
}

.cj-booking-fallback__intro h2 {
  margin: 0 0 14px;
  max-width: 11ch;
  color: var(--cj-ink);
  font: 400 clamp(38px, 5vw, 62px)/.98 var(--cj-display);
  text-wrap: balance;
}

.cj-booking-fallback__intro p {
  margin: 0;
  max-width: 58ch;
  color: var(--cj-muted);
}

.cj-booking-fallback__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.cj-booking-fallback__form {
  grid-template-columns: 1fr 1fr;
}

.cj-booking-fallback__form label {
  color: var(--cj-ink);
}

.cj-booking-fallback__form input,
.cj-booking-fallback__form select,
.cj-booking-fallback__form textarea {
  border-color: rgba(20, 32, 28, .16);
  background: #fff;
  color: var(--cj-ink);
}

.cj-booking-fallback__form input:focus,
.cj-booking-fallback__form select:focus,
.cj-booking-fallback__form textarea:focus {
  border-color: var(--cj-jade);
  background: #fff;
}

.cj-booking-fallback__form input::placeholder,
.cj-booking-fallback__form textarea::placeholder {
  color: #71817a;
}

.cj-booking-fallback__tours {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(180px, .36fr) 1fr;
  gap: 18px;
  padding: 24px;
}

.cj-booking-fallback__tours h3 {
  margin: 0;
  font-size: 18px;
}

.cj-booking-fallback__tours > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cj-booking-fallback__tours a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid rgba(15, 111, 92, .2);
  border-radius: 999px;
  color: var(--cj-jade-dark);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.cj-form-error {
  margin: 0;
  color: #9f2f24;
  font: 800 13px/1.35 var(--cj-sans);
}

.cj-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.cj-template .cj-city-grid,
.cj-template .cj-tour-grid,
.cj-review-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.cj-template .cj-city-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cj-tour-card {
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(7, 66, 55, .08);
}

.cj-tour-card__body {
  display: grid;
  gap: 12px;
}

.cj-tour-card h3 {
  margin: 0;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.08;
}

.cj-tour-card h3 a {
  color: inherit;
  text-decoration: none;
}

.cj-tour-card p {
  margin: 0;
  color: var(--cj-muted);
  line-height: 1.6;
}

.cj-tour-card__meta,
.cj-tour-card__foot,
.cj-home-tour-card__meta,
.cj-home-tour-card footer {
  min-width: 0;
  flex-wrap: wrap;
}

.cj-tour-card__foot {
  padding-top: 6px;
}

.cj-tour-card__foot .cj-button {
  min-height: 38px;
  padding-inline: 14px;
  font-size: 10px;
}

.cj-brand-city-hero__image,
.cj-city-hero__image,
.cj-tour-detail__photo {
  border-radius: var(--cj-radius);
  box-shadow: var(--cj-shadow);
}

.cj-brand-city-intro,
.cj-city-planning {
  border-color: rgba(20, 32, 28, .12);
}

.cj-city-planning {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 42px;
  align-items: start;
}

.cj-city-planning .cj-two-col {
  min-width: 0;
}

.cj-template--tour .cj-tour-detail {
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, .85fr);
}

.cj-template--tour .cj-tour-detail__hero {
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(320px, 1.04fr);
  gap: 42px;
  align-items: center;
}

.cj-template--tour .cj-tour-detail__hero h1 {
  margin-bottom: 20px;
}

.cj-template--tour .cj-tour-detail__hero p {
  max-width: 68ch;
  color: var(--cj-muted);
  line-height: 1.65;
}

.cj-template--tour .cj-tour-detail__image {
  aspect-ratio: 16 / 11;
}

.cj-template--tour .cj-package-panel {
  border-radius: var(--cj-radius);
  box-shadow: var(--cj-shadow);
}

.cj-package {
  border-radius: var(--cj-radius);
  background: #eef2ec;
}

.cj-package span,
.cj-booking-total strong {
  white-space: nowrap;
}

.cj-timeline__item {
  grid-template-columns: minmax(0, 1fr);
  border-radius: var(--cj-radius);
  background: #eef2ec;
}

.cj-timeline__item span {
  width: auto;
  height: auto;
  place-items: start;
  border-radius: 0;
  background: transparent;
  color: var(--cj-jade);
  font-size: 12px;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.cj-check-list li {
  overflow-wrap: anywhere;
}

.cj-check-list li::before {
  content: "";
  display: inline-block;
  width: .48rem;
  height: .48rem;
  margin-right: .7rem;
  border-radius: 999px;
  background: var(--cj-jade);
  vertical-align: .08rem;
}

.cj-faq,
.cj-home-faq details {
  background: #fff;
  border-radius: var(--cj-radius);
}

.cj-empty {
  border-radius: var(--cj-radius);
  border: 1px dashed rgba(15, 111, 92, .32);
  background: rgba(15, 111, 92, .07);
  color: var(--cj-jade-dark);
}

@media (hover: hover) {
  .cj-home-tour-card__image:hover .cj-home-tour-card__photo,
  .cj-home-city-card a:hover .cj-home-city-card__image,
  .cj-city-card:hover .cj-city-card__image,
  .cj-tour-card > a:hover .cj-tour-card__image {
    transform: scale(1.035);
  }
}

@media (max-width: 1120px) {
  .cj-template .cj-city-grid,
  .cj-template .cj-tour-grid,
  .cj-review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cj-template .cj-city-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cj-city-planning,
  .cj-template--tour .cj-tour-detail__hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .cj-global-header {
    position: relative;
  }

  .cj-language-note {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
  }

  .cj-global-header__actions > .cj-language-note {
    display: none;
  }

  .cj-home-hero {
    min-height: 640px;
  }

  .cj-home-hero__content {
    padding-top: 96px;
  }

  .cj-template .cj-city-grid,
  .cj-template .cj-tour-grid,
  .cj-review-grid,
  .cj-template .cj-city-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cj-brand-city-hero,
  .cj-brand-city-intro,
  .cj-city-planning,
  .cj-template--tour .cj-tour-detail,
  .cj-template--tour .cj-tour-detail__hero,
  .cj-two-col,
  .cj-booking-fallback,
  .cj-form-grid,
  .cj-form-grid--three {
    grid-template-columns: 1fr;
  }

  .cj-booking-fallback__tours {
    grid-template-columns: 1fr;
  }

  .cj-template--tour .cj-tour-detail > *,
  .cj-template--tour .cj-tour-detail__hero,
  .cj-template--tour .cj-package-panel {
    grid-column: 1;
  }

  .cj-template--tour .cj-tour-detail__image,
  .cj-brand-city-hero__image,
  .cj-city-hero__image {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .cj-package {
    flex-direction: column;
  }

  .cj-whatsapp-widget {
    right: 14px;
    bottom: 14px;
  }

  .cj-whatsapp-widget__panel {
    width: min(360px, calc(100vw - 28px));
  }
}

@media (max-width: 560px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
  }

  .cj-global-header__inner,
  .cj-home-hero__content,
  .cj-home-destinations,
  .cj-home-tours,
  .cj-home-routes,
  .cj-home-why,
  .cj-home-inspiration,
  .cj-home-faq,
  .cj-template {
    width: min(100% - 32px, 1320px);
  }

  .cj-home-hero {
    min-height: auto;
    padding-bottom: 34px;
  }

  .cj-home-hero__content {
    padding-top: 82px;
  }

  .cj-home h1 {
    max-width: 10ch;
    font-size: clamp(43px, 13vw, 52px);
  }

  .cj-home-hero__content > div {
    width: 100%;
  }

  .cj-home-hero__content > span {
    width: 100%;
    max-width: 30ch;
    font-size: 14px;
    line-height: 1.55;
  }

  .cj-home-hero aside {
    position: relative;
    inset: auto;
    width: auto;
    max-width: 30ch;
    margin: 34px 0 0;
    padding-left: 14px;
    font-size: 11px;
    line-height: 1.45;
  }

  .cj-home-heading h2,
  .cj-home-interests h2,
  .cj-home-how h2,
  .cj-home-cta h2,
  .cj-brand-archive-hero h1,
  .cj-brand-city-hero h1,
  .cj-brand-city-intro h2,
  .cj-brand-section-heading h2,
  .cj-brand-city-cta h2 {
    font-size: clamp(36px, 11vw, 46px);
  }

  .cj-template .cj-city-grid,
  .cj-template .cj-tour-grid,
  .cj-review-grid,
  .cj-home-city-grid,
  .cj-home-tour-grid,
  .cj-home-why-grid {
    grid-template-columns: 1fr;
  }

  .cj-filter-bar {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cj-filter-bar .cj-button,
  .cj-filter-bar a,
  .cj-tour-card__foot .cj-button,
  .cj-home-inquiry-form .cj-button,
  .cj-booking-fallback__actions .cj-button,
  .cj-brand-city-cta .cj-button,
  .cj-template--tour .cj-package-actions .cj-button,
  .cj-booking-form > .cj-button {
    width: 100%;
  }

  .cj-tour-card__foot,
  .cj-home-tour-card footer,
  .cj-package-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .cj-home-city-card a,
  .cj-city-card {
    min-height: 320px;
  }

  .cj-home-interest-grid a,
  .cj-home-how li p,
  .cj-home-faq summary {
    font-size: 20px;
  }

  .cj-booking-form,
  .cj-booking-fallback__intro,
  .cj-booking-fallback__form,
  .cj-booking-fallback__tours,
  .cj-panel,
  .cj-package-panel,
  .cj-success {
    padding: 22px 18px;
  }

  .cj-booking-fallback__intro h2 {
    max-width: 12ch;
    font-size: clamp(34px, 10vw, 44px);
  }

  .cj-booking-fallback__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .cj-booking-fallback__form {
    grid-template-columns: 1fr;
  }

  .cj-booking-fallback__tours a {
    width: 100%;
  }

  .cj-global-header__actions {
    gap: 10px;
  }

  .cj-mobile-nav .cj-language-note {
    display: inline-flex;
    margin-top: 16px;
    font-size: 10px;
  }

  .cj-whatsapp-widget {
    right: 10px;
    bottom: 10px;
    max-width: calc(100vw - 20px);
  }

  .cj-whatsapp-widget__panel {
    width: calc(100vw - 20px);
    border-radius: 16px;
  }

  .cj-whatsapp-widget__button {
    width: 58px;
    height: 58px;
  }
}

/* Final cascade guard for the Chinese cultural homepage shell. */
.cj-global-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid #ded8cf;
  background: rgba(250, 248, 243, .96);
  backdrop-filter: blur(12px);
}

.cj-global-header__inner {
  width: min(1370px, calc(100% - 64px));
  height: 72px;
  gap: 28px;
}

.cj-global-brand {
  gap: 11px;
  color: #291f1b;
  font-family: "Noto Serif SC", "Songti SC", "SimSun", Georgia, serif;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0;
}

.cj-global-brand small {
  margin-top: 4px;
  color: #675f55;
  font-size: 8px;
  letter-spacing: .08em;
}

.cj-global-brand__seal {
  width: 40px;
  height: 40px;
  border: 0;
  background: var(--cj-cultural-red);
  color: #fff;
  font: 900 20px/1 "Noto Serif SC", "Songti SC", serif;
}

.cj-global-nav {
  gap: clamp(18px, 2.2vw, 38px);
  margin-inline: auto;
}

.cj-global-nav a,
.cj-global-nav button,
.cj-global-header__chat,
.cj-global-header__search {
  color: #302820;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
}

.cj-global-header__search::before {
  content: "⌕";
  margin-right: 7px;
  font-size: 17px;
  line-height: 0;
}

.cj-global-header__chat::before {
  content: "☎";
  margin-right: 7px;
  font-size: 14px;
}

.cj-global-header .cj-button--primary,
.cj-mobile-nav .cj-button--primary {
  min-height: 42px;
  padding-inline: 24px;
  border: 0;
  border-radius: 3px;
  background: var(--cj-cultural-red);
  color: #fff;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
}

.cj-global-footer {
  padding: 42px max(32px, calc((100vw - 1370px) / 2)) 24px;
  background: var(--cj-cultural-green);
  color: #edf2eb;
}

.cj-global-footer__grid {
  grid-template-columns: 1.45fr repeat(3, minmax(150px, 1fr));
  gap: 30px;
}

.cj-global-footer strong {
  color: #fff7e8;
  font-size: 18px;
  letter-spacing: 0;
}

.cj-global-footer nav span,
.cj-global-footer nav a {
  color: #c4d0ca;
  font-size: 12px;
  line-height: 1.5;
}

.cj-global-footer__bar {
  border-top-color: rgba(245, 234, 215, .18);
}

@media (max-width: 1180px) {
  .cj-global-nav {
    display: none;
  }

  .cj-global-header__search,
  .cj-global-header__chat,
  .cj-global-header__actions > .cj-language-note {
    display: none;
  }

  .cj-menu-toggle {
    display: inline-flex;
  }

  .cj-global-footer__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .cj-global-header__inner {
    width: min(100% - 32px, 1370px);
    height: 64px;
  }

  .cj-global-brand {
    font-size: 20px;
  }

  .cj-global-brand__seal {
    width: 34px;
    height: 34px;
    font-size: 16px;
  }

  .cj-global-footer__grid {
    grid-template-columns: 1fr;
  }

  .cj-global-footer__bar {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Destinations archive visual recreation: regional travel directory. */
.cj-destinations-page {
  width: min(1280px, calc(100% - 92px));
  margin-inline: auto;
  padding: 44px 0 34px;
  background: transparent;
  color: #16382f;
  font-family: "Noto Serif SC", "Songti SC", "SimSun", Georgia, serif;
}

.cj-destinations-page a {
  color: inherit;
  text-decoration: none;
}

.cj-destinations-hero {
  display: grid;
  grid-template-columns: .86fr 1.34fr;
  gap: 70px;
  align-items: center;
  padding: 0 0 48px;
  border-bottom: 1px solid rgba(38, 53, 45, .18);
}

.cj-destinations-hero__copy h1 {
  margin: 0 0 22px;
  color: #063d33;
  font-size: clamp(50px, 4.8vw, 68px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
}

.cj-destinations-hero__copy p {
  max-width: 440px;
  margin: 0;
  color: #5f6b63;
  font: 17px/1.9 var(--cj-sans);
}

.cj-destinations-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 430px;
  margin-top: 44px;
}

.cj-destinations-stats span {
  display: grid;
  gap: 8px;
  padding-right: 28px;
  border-right: 1px solid rgba(38, 53, 45, .18);
  color: #6d756f;
  font: 13px/1.2 var(--cj-sans);
}

.cj-destinations-stats span:last-child {
  border-right: 0;
}

.cj-destinations-stats strong {
  color: #063d33;
  font: 900 34px/1 var(--cj-sans);
}

.cj-destinations-overview {
  display: grid;
  grid-template-columns: minmax(300px, .95fr) minmax(360px, 1fr);
  gap: 40px;
  align-items: center;
}

.cj-destinations-overview h2 {
  grid-column: 1 / -1;
  margin: 0 0 -10px;
  text-align: center;
  color: #1d2823;
  font: 800 18px/1 var(--cj-sans);
}

.cj-destinations-map {
  position: relative;
  min-height: 250px;
  background:
    radial-gradient(circle at 68% 28%, rgba(15, 111, 92, .18) 0 5px, transparent 6px),
    radial-gradient(circle at 72% 48%, rgba(15, 111, 92, .2) 0 5px, transparent 6px),
    radial-gradient(circle at 58% 70%, rgba(15, 111, 92, .18) 0 5px, transparent 6px),
    radial-gradient(circle at 38% 50%, rgba(15, 111, 92, .2) 0 5px, transparent 6px),
    radial-gradient(circle at 49% 63%, rgba(15, 111, 92, .2) 0 5px, transparent 6px);
}

.cj-destinations-map::before {
  content: "";
  position: absolute;
  inset: 18px 10px;
  background: rgba(225, 220, 207, .58);
  clip-path: polygon(18% 34%, 31% 24%, 43% 29%, 49% 17%, 61% 23%, 66% 33%, 79% 34%, 86% 44%, 78% 55%, 82% 68%, 69% 70%, 61% 80%, 48% 75%, 39% 84%, 29% 73%, 16% 72%, 22% 58%, 12% 48%);
}

.cj-map-label {
  position: absolute;
  z-index: 1;
  color: #0d6655;
  font: 800 14px/1 var(--cj-sans);
}

.cj-map-label::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 5px;
  border-radius: 50%;
  background: currentColor;
  vertical-align: 2px;
}

.cj-map-label--northwest { left: 26%; top: 44%; }
.cj-map-label--north { left: 61%; top: 39%; }
.cj-map-label--northeast { left: 73%; top: 23%; }
.cj-map-label--east { left: 67%; top: 55%; }
.cj-map-label--south { left: 54%; top: 73%; }
.cj-map-label--southwest { left: 42%; top: 63%; }

.cj-destinations-region-list {
  display: grid;
  gap: 0;
}

.cj-destinations-region-list a {
  display: grid;
  grid-template-columns: 64px 1fr 18px;
  gap: 16px;
  align-items: center;
  min-height: 42px;
  border-bottom: 1px solid rgba(38, 53, 45, .13);
  color: #58645e;
  font: 13px/1.4 var(--cj-sans);
}

.cj-destinations-region-list strong {
  color: #063d33;
  font-size: 17px;
  font-weight: 900;
}

.cj-destinations-region-list em {
  color: #8a2d2f;
  font-style: normal;
}

.cj-destination-section {
  padding: 28px 0 36px;
  border-bottom: 1px solid rgba(38, 53, 45, .18);
}

.cj-destination-section h2 {
  position: relative;
  margin: 0 0 26px;
  color: #1a241f;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0;
}

.cj-destination-section h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 36px;
  height: 3px;
  background: #8a2d2f;
}

.cj-destination-region-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.cj-destination-region-card {
  min-height: 220px;
  padding: 18px 22px 18px 20px;
  border-right: 1px solid rgba(38, 53, 45, .18);
}

.cj-destination-region-card:last-child {
  border-right: 0;
}

.cj-destination-region-card__icon {
  display: block;
  margin-bottom: 14px;
  color: #b88949;
  font: 900 28px/1 "Noto Serif SC", "Songti SC", serif;
}

.cj-destination-region-card h3 {
  margin: 0 0 16px;
  color: #063d33;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.cj-destination-region-card ul {
  display: grid;
  gap: 8px;
  margin: 0 0 22px;
  padding: 0;
  color: #56645d;
  font: 14px/1.15 var(--cj-sans);
  list-style: none;
}

.cj-destination-region-card a,
.cj-interest-note a {
  color: #0a5f50;
  font: 800 13px/1 var(--cj-sans);
}

.cj-destination-featured {
  padding-bottom: 28px;
}

.cj-destination-featured__grid {
  display: grid;
  grid-template-columns: 1.24fr .76fr;
  gap: 18px;
}

.cj-destination-featured__main a {
  min-height: 310px;
  display: grid;
  grid-template-columns: .98fr 1fr;
  overflow: hidden;
  border: 1px solid rgba(38, 53, 45, .14);
  border-radius: 8px;
  background: rgba(255, 252, 246, .68);
}

.cj-destination-featured__image,
.cj-destination-side__image,
.cj-interest-card__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.cj-destination-featured__main span {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 38px 34px;
}

.cj-destination-featured strong,
.cj-destination-featured__side strong {
  color: #063d33;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.05;
}

.cj-destination-featured small,
.cj-destination-featured em,
.cj-destination-featured b {
  color: #52635b;
  font: 14px/1.55 var(--cj-sans);
}

.cj-destination-featured em,
.cj-destination-featured b,
.cj-destination-featured i {
  font-style: normal;
}

.cj-destination-featured i {
  justify-self: start;
  margin-top: 8px;
  padding: 12px 24px;
  border-radius: 999px;
  background: #063d33;
  color: #fff;
  font: 800 13px/1 var(--cj-sans);
}

.cj-destination-featured__side {
  display: grid;
  gap: 14px;
}

.cj-destination-featured__side a {
  min-height: 148px;
  display: grid;
  grid-template-columns: minmax(160px, 220px) minmax(0, 1fr) 56px;
  gap: 20px;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(38, 53, 45, .14);
  border-radius: 8px;
  background: rgba(255, 252, 246, .68);
}

.cj-destination-featured__side span {
  display: grid;
  gap: 6px;
}

.cj-destination-featured__side strong {
  font-size: 23px;
}

.cj-destination-featured__side i {
  width: 48px;
  height: 56px;
  display: grid;
  place-items: center;
  justify-self: end;
  margin: 0;
  padding: 0;
  border-radius: 999px;
  background: #063d33;
  color: #fff;
  font-style: normal;
  font-size: 22px;
}

.cj-interest-tabs,
.cj-month-tabs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}

.cj-month-tabs {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.cj-interest-tabs button,
.cj-month-tabs button {
  min-height: 36px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 8px;
  background: rgba(233, 231, 224, .7);
  color: #69736c;
  font: 800 14px/1 var(--cj-sans);
  text-decoration: none;
  cursor: pointer;
}

.cj-interest-tabs button.is-active,
.cj-interest-tabs button:hover,
.cj-interest-tabs button:focus-visible,
.cj-month-tabs button.is-active {
  background: #08614f;
  color: #fff;
}

.cj-interest-tabs button:focus-visible {
  outline: 2px solid rgba(8, 97, 79, .32);
  outline-offset: 2px;
}

.cj-interest-panel[hidden] {
  display: none;
}

.cj-month-tabs button:hover,
.cj-month-tabs button:focus-visible {
  color: #063d33;
  outline: 2px solid rgba(8, 97, 79, .32);
  outline-offset: 2px;
}

.cj-month-tabs button.is-active:hover,
.cj-month-tabs button.is-active:focus-visible {
  color: #fff;
}

.cj-interest-grid {
  display: grid;
  grid-template-columns: 1.08fr repeat(4, 1fr);
  gap: 28px;
  align-items: start;
}

.cj-interest-note h3 {
  margin: 0 0 16px;
  color: #5a635c;
  font: 800 15px/1.5 var(--cj-sans);
}

.cj-interest-note ol {
  display: grid;
  gap: 9px;
  margin: 0 0 16px;
  padding-left: 18px;
  color: #657169;
  font: 13px/1.45 var(--cj-sans);
}

.cj-interest-card {
  display: grid;
  gap: 7px;
}

.cj-interest-card__image {
  aspect-ratio: 1.8 / 1;
  border-radius: 5px;
}

.cj-interest-card strong {
  color: #063d33;
  font-size: 18px;
  font-weight: 900;
}

.cj-interest-card span {
  color: #59665f;
  font: 13px/1.4 var(--cj-sans);
}

.cj-directory-heading {
  display: flex;
  align-items: baseline;
  gap: 44px;
}

.cj-directory-heading h2 {
  margin-right: 8px;
}

.cj-directory-heading span {
  color: #1f2b26;
  font: 900 15px/1 var(--cj-sans);
}

.cj-directory-alpha {
  display: grid;
  grid-template-columns: repeat(23, minmax(0, 1fr));
  gap: 12px;
  padding: 4px 0 22px;
  border-bottom: 1px solid rgba(38, 53, 45, .12);
}

.cj-directory-alpha a {
  color: #727a74;
  text-align: center;
  font: 800 13px/1 var(--cj-sans);
  text-decoration: none;
  cursor: pointer;
}

.cj-directory-alpha a:first-child,
.cj-directory-alpha a.is-active,
.cj-directory-alpha a:hover,
.cj-directory-alpha a:focus-visible {
  color: #0a6957;
}

.cj-directory-alpha a:focus-visible {
  outline: 2px solid rgba(10, 105, 87, .38);
  outline-offset: 4px;
  border-radius: 4px;
}

.cj-directory-grid a[hidden] {
  display: none;
}

.cj-directory-empty {
  margin: 18px 0 0;
  color: #5e6861;
  font: 800 13px/1.45 var(--cj-sans);
}

.cj-directory-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  padding-top: 18px;
}

.cj-directory-grid a {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  min-height: 44px;
  padding: 6px 18px 6px 0;
  border-right: 1px solid rgba(38, 53, 45, .12);
  color: #5e6861;
  font: 13px/1.45 var(--cj-sans);
}

.cj-directory-grid a:nth-child(5n) {
  border-right: 0;
}

.cj-directory-grid strong {
  color: #1b2b25;
  font-weight: 900;
}

.cj-month-picks {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 34px;
  gap: 20px;
  align-items: center;
}

.cj-month-arrow {
  width: 34px;
  height: 44px;
  border: 0;
  background: transparent;
  color: #063d33;
  font-size: 42px;
  line-height: 1;
  cursor: pointer;
}

.cj-month-arrow:hover,
.cj-month-arrow:focus-visible {
  color: #0a6957;
  outline: 2px solid rgba(8, 97, 79, .28);
  outline-offset: 2px;
}

.cj-month-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.cj-month-panel[hidden] {
  display: none;
}

.cj-month-panel a {
  min-height: 88px;
  display: grid;
  gap: 7px;
  padding: 0 20px;
  border-left: 1px solid rgba(38, 53, 45, .16);
}

.cj-month-panel a:hover strong,
.cj-month-panel a:focus-visible strong {
  color: #063d33;
}

.cj-month-panel strong {
  color: #0a6957;
  font: 900 17px/1 var(--cj-sans);
}

.cj-month-panel strong::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 7px;
  border-radius: 50%;
  background: currentColor;
  vertical-align: 2px;
}

.cj-month-picks span,
.cj-month-picks em {
  color: #5f6b63;
  font: 13px/1.45 var(--cj-sans);
  font-style: normal;
}

.cj-destination-planner {
  display: grid;
  grid-template-columns: 72px minmax(220px, .8fr) 1.9fr;
  gap: 24px;
  align-items: center;
  margin: 28px 10px 2px;
  padding: 24px 32px;
  border: 1px solid rgba(8, 97, 79, .55);
  border-radius: 8px;
  background: rgba(255, 252, 246, .64);
}

.cj-destination-planner__icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border: 2px solid #0b5d4e;
  border-radius: 50%;
  color: #0b5d4e;
  font: 900 26px/1 var(--cj-sans);
}

.cj-destination-planner h2 {
  margin: 0 0 8px;
  color: #063d33;
  font-size: 24px;
  font-weight: 900;
}

.cj-destination-planner p {
  margin: 0;
  color: #5c6a62;
  font: 14px/1.5 var(--cj-sans);
}

.cj-destination-planner form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) 126px;
  gap: 16px;
  align-items: center;
}

.cj-destination-planner label {
  display: grid;
  min-width: 0;
}

.cj-destination-planner label span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.cj-destination-planner input {
  width: 100%;
  min-height: 38px;
  border: 1px solid rgba(38, 53, 45, .18);
  border-radius: 5px;
  background: #fff;
  color: #1d2823;
  font: 13px/1.4 var(--cj-sans);
  padding: 0 13px;
}

.cj-destination-planner input::placeholder {
  color: #9aa39d;
  opacity: 1;
}

.cj-destination-planner .cj-button {
  min-height: 40px;
  border-radius: 999px;
}

@media (max-width: 1180px) {
  .cj-destinations-page {
    width: min(100% - 48px, 1280px);
  }

  .cj-destinations-hero,
  .cj-destinations-overview,
  .cj-destination-featured__grid,
  .cj-destination-planner {
    grid-template-columns: 1fr;
  }

  .cj-destination-region-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cj-destination-region-card:nth-child(3n) {
    border-right: 0;
  }

  .cj-interest-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .cj-interest-note {
    grid-column: 1 / -1;
  }

  .cj-directory-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cj-directory-grid a:nth-child(5n) {
    border-right: 1px solid rgba(38, 53, 45, .12);
  }

  .cj-directory-grid a:nth-child(3n) {
    border-right: 0;
  }
}

@media (max-width: 760px) {
  .cj-destinations-page {
    width: min(100% - 32px, 1280px);
    padding-top: 30px;
  }

  .cj-destinations-hero {
    gap: 34px;
  }

  .cj-destinations-hero__copy h1 {
    font-size: clamp(39px, 11vw, 48px);
  }

  .cj-destinations-stats,
  .cj-destination-region-grid,
  .cj-interest-tabs,
  .cj-month-tabs,
  .cj-interest-grid,
  .cj-directory-grid,
  .cj-month-picks,
  .cj-destination-planner form {
    grid-template-columns: 1fr;
  }

  .cj-destinations-overview {
    gap: 18px;
  }

  .cj-destinations-map {
    min-height: 210px;
  }

  .cj-destinations-region-list a,
  .cj-destination-featured__main a,
  .cj-destination-featured__side a,
  .cj-destination-planner {
    grid-template-columns: 1fr;
  }

  .cj-destination-region-card,
  .cj-destination-region-card:nth-child(3n),
  .cj-directory-grid a,
  .cj-directory-grid a:nth-child(3n),
  .cj-directory-grid a:nth-child(5n) {
    border-right: 0;
    border-bottom: 1px solid rgba(38, 53, 45, .14);
  }

  .cj-destination-featured__main a,
  .cj-destination-featured__side a {
    min-height: 0;
  }

  .cj-destination-featured__side i {
    display: none;
  }

  .cj-destination-featured__image {
    aspect-ratio: 1.45 / 1;
  }

  .cj-destination-side__image,
  .cj-interest-card__image {
    aspect-ratio: 1.6 / 1;
  }

  .cj-destination-featured__main span {
    padding: 24px 20px;
  }

  .cj-directory-heading {
    display: grid;
    gap: 12px;
  }

  .cj-directory-alpha {
    grid-template-columns: repeat(6, 1fr);
  }

  .cj-month-picks {
    grid-template-columns: 30px minmax(0, 1fr) 30px;
    gap: 12px;
    align-items: start;
  }

  .cj-month-arrow {
    display: grid;
    place-items: center;
    width: 30px;
    height: 48px;
    font-size: 34px;
  }

  .cj-month-panel {
    grid-template-columns: 1fr;
  }

  .cj-month-panel a {
    border-left: 0;
    border-top: 1px solid rgba(38, 53, 45, .14);
    padding: 16px 0 0;
  }

  .cj-destination-planner {
    margin-inline: 0;
    padding: 22px 18px;
  }

  .cj-destination-planner .cj-button {
    width: 100%;
  }
}

/* Tours archive page */
.cj-tours-page {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 54px 72px 70px;
  box-sizing: border-box;
  color: #0b332b;
}

.cj-tours-hero {
  display: grid;
  grid-template-columns: minmax(430px, .78fr) minmax(0, 1.22fr);
  gap: 58px;
  align-items: center;
  min-height: 430px;
  margin-bottom: 54px;
}

.cj-tours-hero__copy {
  display: grid;
  gap: 28px;
  align-content: center;
}

.cj-tours-hero__copy h1 {
  max-width: 620px;
  margin: 0;
  color: #063d33;
  font: 500 clamp(43px, 4vw, 62px)/1.18 var(--cj-display);
  letter-spacing: 0;
}

.cj-tours-hero__copy p {
  max-width: 540px;
  margin: 0;
  color: #4d5e55;
  font: 16px/1.95 var(--cj-sans);
}

.cj-tours-button {
  width: fit-content;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 0 27px;
  border-radius: 999px;
  border: 1px solid #a62d35;
  background: #a62d35;
  color: #fff;
  font: 900 14px/1 var(--cj-sans);
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(166, 45, 53, .18);
}

.cj-tours-button span {
  font-size: 20px;
  line-height: 1;
}

.cj-tours-hero__media {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border-radius: 12px;
  background: #d8dfd8;
}

.cj-tours-hero__media::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  width: 48%;
  background: linear-gradient(90deg, rgba(250, 247, 240, .94), rgba(250, 247, 240, .28), rgba(250, 247, 240, 0));
  pointer-events: none;
}

.cj-tours-hero__media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  display: block;
  object-fit: cover;
}

.cj-tours-hero__media span {
  position: absolute;
  left: 68px;
  bottom: 40px;
  z-index: 2;
  width: 112px;
  height: 112px;
  display: grid;
  place-items: center;
  padding: 18px;
  border: 1px solid rgba(23, 54, 45, .35);
  border-radius: 50%;
  background: rgba(250, 247, 240, .52);
  color: #607068;
  text-align: center;
  font: 15px/1.55 var(--cj-sans);
  backdrop-filter: blur(2px);
}

.cj-tours-section {
  margin-top: 52px;
}

.cj-tours-section__head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 24px;
}

.cj-tours-section h2,
.cj-tours-planner h2 {
  margin: 0;
  color: #102d27;
  font: 900 clamp(25px, 2.1vw, 34px)/1.1 var(--cj-sans);
  letter-spacing: 0;
}

.cj-tours-section__head a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0b4f43;
  font: 900 13px/1 var(--cj-sans);
  text-decoration: none;
}

.cj-tours-theme-grid,
.cj-tours-popular-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.cj-tours-theme-card,
.cj-tours-editorial-card a {
  position: relative;
  min-height: 244px;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: #15382f;
  color: #fff;
  text-decoration: none;
}

.cj-tours-theme-card img,
.cj-tours-editorial-card__image {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
  transition: transform .32s ease;
}

.cj-tours-theme-card__shade,
.cj-tours-editorial-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 20, 17, .04), rgba(8, 20, 17, .28) 46%, rgba(8, 20, 17, .86));
}

.cj-tours-theme-card__body,
.cj-tours-editorial-card__body {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 24px;
  z-index: 2;
  display: grid;
  gap: 10px;
}

.cj-tours-theme-card strong,
.cj-tours-editorial-card strong,
.cj-tours-route-card strong {
  font-weight: 900;
}

.cj-tours-theme-card strong {
  font-size: 23px;
  line-height: 1.16;
}

.cj-tours-theme-card em {
  color: rgba(255, 255, 255, .86);
  font: 13px/1.45 var(--cj-sans);
  font-style: normal;
}

.cj-tours-card-arrow {
  position: absolute;
  right: 20px;
  bottom: 18px;
  z-index: 3;
  color: #fff;
  font-size: 21px;
}

.cj-tours-theme-card:hover img,
.cj-tours-editorial-card a:hover .cj-tours-editorial-card__image,
.cj-tours-route-card a:hover .cj-tours-route-card__image {
  transform: scale(1.035);
}

.cj-tours-editorial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.cj-tours-editorial-card a {
  min-height: 310px;
}

.cj-tours-editorial-card__number {
  position: absolute;
  top: 24px;
  left: 26px;
  z-index: 2;
  color: #fff;
  font: 400 60px/1 var(--cj-display);
}

.cj-tours-editorial-card__body {
  gap: 12px;
}

.cj-tours-editorial-card__body em,
.cj-tours-editorial-card__meta {
  color: rgba(255, 255, 255, .86);
  font: 13px/1.3 var(--cj-sans);
  font-style: normal;
}

.cj-tours-editorial-card strong {
  max-width: 420px;
  font: 500 clamp(24px, 2.2vw, 36px)/1.12 var(--cj-display);
}

.cj-tours-editorial-card .cj-tags,
.cj-tours-route-card .cj-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cj-tours-editorial-card .cj-tags i,
.cj-tours-route-card .cj-tags i {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .36);
  color: #fff;
  font: 700 12px/1 var(--cj-sans);
  font-style: normal;
}

.cj-tours-filter {
  display: grid;
  gap: 18px;
  padding: 0 0 30px;
  border-bottom: 1px solid rgba(38, 53, 45, .16);
}

.cj-tours-filter h2 {
  margin-bottom: 6px;
}

.cj-tours-filter__row {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 18px;
  align-items: center;
}

.cj-tours-filter__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 14px;
}

.cj-tours-filter__row strong {
  color: #26352d;
  font: 900 16px/1 var(--cj-sans);
}

.cj-tours-filter__row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  margin: 0;
  padding: 0 24px;
  border: 1px solid rgba(8, 61, 51, .4);
  border-radius: 999px;
  background: rgba(255, 255, 255, .36);
  color: #15382f;
  font: 800 13px/1 var(--cj-sans);
  text-decoration: none;
}

.cj-tours-filter__row a.is-active,
.cj-tours-filter__row a:hover {
  border-color: #0b5d4e;
  background: #0b5d4e;
  color: #fff;
}

.cj-tours-route-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(38, 53, 45, .12);
  border-radius: 8px;
  background: #fffaf1;
  box-shadow: 0 18px 44px rgba(22, 44, 36, .07);
}

.cj-tours-route-card > a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.cj-tours-route-card__image {
  width: 100%;
  aspect-ratio: 1.76 / 1;
  display: block;
  object-fit: cover;
  transition: transform .32s ease;
}

.cj-tours-route-card__body {
  display: grid;
  gap: 11px;
  padding: 20px 22px 64px;
}

.cj-tours-route-card strong {
  color: #17352d;
  font: 900 20px/1.25 var(--cj-sans);
}

.cj-tours-route-card em {
  color: #516259;
  font: 13px/1.3 var(--cj-sans);
  font-style: normal;
}

.cj-tours-route-card .cj-tags i {
  border-color: rgba(8, 61, 51, .17);
  background: #f0ede4;
  color: #496059;
}

.cj-tours-book-link {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #a62d35;
  font: 900 13px/1 var(--cj-sans);
  text-decoration: none;
}

.cj-tours-planner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  margin-top: 62px;
  padding: 42px 66px;
  border-radius: 12px;
  background:
    linear-gradient(90deg, rgba(246, 241, 232, .92), rgba(246, 241, 232, .74)),
    url("../images/china-destinations-hero-v2.png") center / cover;
  box-shadow: inset 0 0 0 1px rgba(38, 53, 45, .08);
}

.cj-tours-planner p {
  max-width: 560px;
  margin: 14px 0 0;
  color: #56645d;
  font: 15px/1.8 var(--cj-sans);
}

@media (max-width: 1180px) {
  .cj-tours-page {
    padding-inline: 40px;
  }

  .cj-tours-hero,
  .cj-tours-planner {
    grid-template-columns: 1fr;
  }

  .cj-tours-theme-grid,
  .cj-tours-popular-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cj-tours-editorial-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .cj-tours-page {
    padding: 30px 20px 54px;
  }

  .cj-tours-hero {
    gap: 30px;
    min-height: 0;
    margin-bottom: 38px;
  }

  .cj-tours-hero__copy h1 {
    font-size: clamp(38px, 10vw, 48px);
  }

  .cj-tours-hero__media,
  .cj-tours-hero__media img {
    min-height: 290px;
  }

  .cj-tours-hero__media span {
    left: 24px;
    bottom: 24px;
    width: 92px;
    height: 92px;
    font-size: 12px;
  }

  .cj-tours-section__head {
    align-items: start;
  }

  .cj-tours-theme-grid,
  .cj-tours-popular-grid,
  .cj-tours-filter__row {
    grid-template-columns: 1fr;
  }

  .cj-tours-filter__row {
    gap: 12px;
  }

  .cj-tours-theme-card {
    min-height: 218px;
  }

  .cj-tours-editorial-card a {
    min-height: 280px;
  }

  .cj-tours-planner {
    padding: 30px 22px;
  }
}

/* Booking inquiry page, matched to the approved custom-trip reference. */
.cj-booking-page {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: #f8f4ed;
}

body.page-id-5 .site-content,
body.page-id-5 .content-area,
body.page-id-5 #primary,
body.page-id-5 .site-main,
body.page-id-5 .inside-article,
body.page-id-5 .entry-content,
body.page-id-5 .wp-block-group__inner-container {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.page-id-5 .is-right-sidebar,
body.page-id-5 #right-sidebar {
  display: none !important;
}

/* Homepage v2: Chongqing-first editorial travel layout. */
.cj-home-v2 { --home-paper:#f6f3ec; --home-ink:#17372f; --home-muted:#6b716b; --home-red:#9d3037; --home-line:#d9d3c8; --home-wrap:min(1240px, calc(100% - 64px)); background:var(--home-paper); color:var(--home-ink); font-family:var(--cj-sans); }
.cj-home-v2 *, .cj-home-v2 *::before, .cj-home-v2 *::after { box-sizing:border-box; }
.cj-home-v2__wrap { width:var(--home-wrap); margin-inline:auto; }
.cj-home-v2 img { display:block; max-width:100%; object-fit:cover; }
.cj-home-v2 h1, .cj-home-v2 h2, .cj-home-v2 h3, .cj-home-v2 p { margin-top:0; }
.cj-home-v2 h1, .cj-home-v2 h2 { font-family:var(--cj-display); font-weight:500; letter-spacing:0; }
.cj-home-v2 h2 { max-width:18ch; color:var(--home-ink); font-size:clamp(34px, 4vw, 56px); line-height:1.08; }
.cj-home-v2__eyebrow { margin-bottom:12px; color:var(--home-red); font-size:12px; font-weight:800; letter-spacing:.1em; }
.cj-home-v2__band { padding:110px 0; }
.cj-home-v2__section-intro { display:grid; gap:0; margin-bottom:42px; }
.cj-home-v2__section-intro h2 { margin-bottom:0; }
.cj-home-v2__empty { margin:0; color:var(--home-muted); font-size:15px; line-height:1.65; }
.cj-home-v2__hero { position:relative; min-height:650px; display:grid; align-items:end; overflow:hidden; color:#fff; }
.cj-home-v2__hero > img, .cj-home-v2__hero-overlay { position:absolute; inset:0; width:100%; height:100%; }
.cj-home-v2__hero > img { object-position:center; }
.cj-home-v2__hero-overlay { background:linear-gradient(90deg, rgba(9,27,23,.82) 0%, rgba(9,27,23,.55) 43%, rgba(9,27,23,.08) 72%); }
.cj-home-v2__hero-content { position:relative; z-index:1; padding:88px 0; }
.cj-home-v2__hero .cj-home-v2__eyebrow { color:#d7c39a; }
.cj-home-v2__hero h1 { max-width:740px; margin-bottom:24px; color:#fff; font-size:clamp(48px, 6vw, 82px); line-height:1.02; }
.cj-home-v2__hero-content > p:not(.cj-home-v2__eyebrow) { max-width:610px; margin-bottom:30px; color:rgba(255,255,255,.9); font-size:18px; line-height:1.7; }
.cj-home-v2__actions { display:flex; flex-wrap:wrap; align-items:center; gap:14px; }
.cj-home-button, .cj-home-link-button { display:inline-flex; align-items:center; justify-content:center; min-height:46px; padding:0 22px; border:1px solid transparent; border-radius:2px; font:800 13px/1 var(--cj-sans); text-decoration:none; transition:transform .2s ease, background-color .2s ease; }
.cj-home-button:hover, .cj-home-link-button:hover { transform:translateY(-2px); }
.cj-home-button--primary, .cj-home-link-button { background:var(--home-red); color:#fff; }
.cj-home-button--secondary { border-color:rgba(255,255,255,.8); color:#fff; }
.cj-home-button--dark { background:var(--home-ink); color:#fff; }
.cj-home-v2__promise { padding:72px 0 26px; background:#fffdfa; border-bottom:1px solid var(--home-line); }
.cj-home-v2__promise-hero { display:grid; grid-template-columns:1.16fr .84fr; gap:78px; align-items:center; margin-bottom:32px; }
.cj-home-v2__promise-kicker { margin:0 0 20px; color:#9d1e22; font-size:16px; font-weight:800; }
.cj-home-v2__promise-hero h2 { max-width:none; margin:0; color:#17372f; font-size:clamp(48px, 4.3vw, 64px); line-height:1.08; }
.cj-home-v2__promise-hero i { display:block; width:116px; height:3px; margin:28px 0 30px; background:#a9161c; }
.cj-home-v2__promise-hero p:not(.cj-home-v2__promise-kicker) { max-width:34ch; margin:0; color:#56625e; font-size:17px; line-height:1.8; }
.cj-home-v2__promise-hero img { width:100%; min-height:326px; border-radius:10px; box-shadow:0 15px 28px rgba(26,34,29,.2); object-fit:cover; }
.cj-home-v2__promise-grid { display:grid; grid-template-columns:repeat(3, minmax(0, 1fr)); gap:24px; }
.cj-home-v2__promise-grid article { min-height:244px; padding:28px 30px 26px; background:#fff; border:1px solid #efeae2; border-radius:10px; box-shadow:0 7px 18px rgba(25,38,31,.1); }
.cj-home-promise__label { display:flex; align-items:center; gap:22px; margin-bottom:23px; }
.cj-home-promise__label .dashicons { display:grid; place-items:center; width:70px; height:70px; border-radius:50%; background:#a9161c; color:#fff; font-size:37px; }
.cj-home-promise__label b { color:#9d1e22; font-size:30px; line-height:1; }
.cj-home-v2__promise-grid h3 { margin:0 0 12px; color:#17372f; font-family:var(--cj-display); font-size:26px; font-weight:600; line-height:1.18; }
.cj-home-v2__promise-grid p { display:block; -webkit-line-clamp:unset; overflow:visible; margin:0; color:#59635f; font-size:15px; line-height:1.65; text-overflow:clip; white-space:normal; }
.cj-home-v2__promise-footer { display:grid; grid-template-columns:1fr 1fr auto; align-items:center; gap:34px; margin-top:28px; padding:20px 28px; background:#f7f1e8; border-radius:10px; }
.cj-home-v2__promise-footer > div { display:flex; align-items:center; gap:19px; min-width:0; }
.cj-home-v2__promise-footer > div + div { padding-left:34px; border-left:1px solid #cfc9c0; }
.cj-home-v2__promise-footer .dashicons { flex:0 0 auto; color:#a9161c; font-size:29px; width:29px; height:29px; }
.cj-home-v2__promise-footer p { margin:0; color:#56625e; font-size:14px; line-height:1.5; }
.cj-home-v2__promise-footer .cj-home-button { min-width:120px; background:#a9161c; }
.cj-home-v2__split { display:grid; grid-template-columns:1fr 1fr; gap:72px; align-items:center; }
.cj-home-v2__split > div > p:not(.cj-home-v2__eyebrow) { max-width:52ch; color:var(--home-muted); font-size:17px; line-height:1.75; }
.cj-home-v2__split ul { display:grid; gap:10px; margin:28px 0 0; padding:0; list-style:none; }
.cj-home-v2__split li { padding-left:19px; font-size:14px; line-height:1.5; }
.cj-home-v2__split li::before { content:""; display:inline-block; width:6px; height:6px; margin:0 10px 2px -19px; border-radius:50%; background:var(--home-red); }
.cj-home-v2__split > img { width:100%; aspect-ratio:4/3; }
.cj-home-v2__styles { background:#efeae0; }
.cj-home-v2__styles-grid { display:grid; grid-template-columns:1.1fr .9fr 1.05fr; gap:18px; }
.cj-home-v2__styles-grid a { position:relative; min-height:380px; overflow:hidden; color:#fff; text-decoration:none; }
.cj-home-v2__styles-grid a:nth-child(2) { margin-top:42px; min-height:300px; }
.cj-home-v2__styles-grid img { position:absolute; inset:0; width:100%; height:100%; transition:transform .45s ease; }
.cj-home-v2__styles-grid a::after { content:""; position:absolute; inset:0; background:linear-gradient(0deg, rgba(7,22,18,.82), transparent 62%); }
.cj-home-v2__styles-grid a:hover img { transform:scale(1.04); }
.cj-home-v2__styles-grid span { position:absolute; z-index:1; left:24px; right:24px; bottom:24px; display:grid; gap:10px; }
.cj-home-v2__styles-grid b { color:#dccda9; font-size:12px; }
.cj-home-v2__styles-grid strong { font-family:var(--cj-display); font-size:30px; font-weight:500; line-height:1.1; }
.cj-home-v2__destination { padding:100px 0; background:var(--home-ink); color:#f6f3ec; }
.cj-home-v2__destination-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:72px; align-items:center; }
.cj-home-v2__destination h2 { margin-bottom:12px; color:#fff; font-size:clamp(48px, 7vw, 92px); }
.cj-home-v2__destination p:not(.cj-home-v2__eyebrow) { color:rgba(255,255,255,.8); line-height:1.75; }
.cj-home-v2__destination-sub { margin-bottom:22px; color:#d9c99f !important; font-weight:700; }
.cj-home-v2__destination-grid > img { width:100%; aspect-ratio:1.25/1; }
.cj-home-v2__tags { display:flex; flex-wrap:wrap; gap:8px; margin:25px 0; }
.cj-home-v2__tags span { padding:7px 10px; border:1px solid rgba(255,255,255,.25); color:#fff; font-size:12px; }
.cj-home-v2__heading-row { display:flex; align-items:end; justify-content:space-between; gap:30px; margin-bottom:42px; }
.cj-home-v2__heading-row h2 { margin-bottom:12px; }
.cj-home-v2__heading-row p { max-width:54ch; margin-bottom:0; color:var(--home-muted); line-height:1.65; }
.cj-home-v2__heading-row > a, .cj-home-v2__tailor a:not(.cj-home-button), .cj-home-v2__conversion a:not(.cj-home-button) { color:var(--home-red); font-size:13px; font-weight:800; text-decoration:none; }
.cj-home-v2__experience-list { display:grid; gap:16px; }
.cj-home-tour { background:#fffdf8; border:1px solid var(--home-line); }
.cj-home-tour--experience { display:grid; grid-template-columns:250px 1fr; }
.cj-home-tour__image { overflow:hidden; }
.cj-home-tour__image img { width:100%; height:100%; min-height:220px; transition:transform .35s ease; }
.cj-home-tour:hover .cj-home-tour__image img { transform:scale(1.035); }
.cj-home-tour__body { padding:24px; }
.cj-home-tour__meta { margin-bottom:8px; color:var(--home-red); font-size:12px; font-weight:800; }
.cj-home-tour h3 { margin-bottom:12px; font-family:var(--cj-display); font-size:26px; font-weight:500; line-height:1.18; }
.cj-home-tour h3 a { color:var(--home-ink); text-decoration:none; }
.cj-home-tour ul { display:flex; flex-wrap:wrap; gap:6px 16px; margin:0 0 18px; padding:0; color:var(--home-muted); list-style:none; font-size:13px; }
.cj-home-tour li::before { content:"/"; margin-right:6px; color:var(--home-red); }
.cj-home-tour__includes { margin:0 0 18px; color:var(--home-muted); font-size:12px; line-height:1.55; }
.cj-home-tour__includes b { color:var(--home-ink); }
.cj-home-tour__footer { display:flex; align-items:center; justify-content:space-between; gap:16px; }
.cj-home-tour__footer > span { color:var(--home-ink); font-weight:800; }
.cj-home-tour__footer > div { display:flex; align-items:center; gap:16px; }
.cj-home-tour__footer > div > a:first-child { color:var(--home-ink); font-size:13px; font-weight:800; text-decoration:none; }
.cj-home-link-button { min-height:38px; padding:0 14px; font-size:12px; }
.cj-home-v2__groups { padding:110px 0; background:#e6e6dd; }
.cj-home-v2__group-grid { display:grid; grid-template-columns:repeat(3, minmax(0,1fr)); gap:20px; }
.cj-home-tour--group .cj-home-tour__image img { height:250px; }
.cj-home-tour--group .cj-home-tour__body { min-height:250px; display:flex; flex-direction:column; }
.cj-home-tour--group .cj-home-tour__footer { margin-top:auto; }
.cj-home-v2__tailor { padding:110px 0; background:#fffdf8; }
.cj-home-v2__tailor .cj-home-v2__split { grid-template-columns:1.1fr .9fr; }
.cj-home-v2__tailor .cj-home-v2__actions a:not(.cj-home-button) { padding:15px 0; }
.cj-home-v2__conversion { padding:55px 0; background:var(--home-red); color:#fff; }
.cj-home-v2__conversion .cj-home-v2__wrap { display:flex; align-items:center; justify-content:space-between; gap:36px; }
.cj-home-v2__conversion h2 { margin-bottom:8px; color:#fff; font-size:40px; }
.cj-home-v2__conversion p { margin-bottom:0; color:rgba(255,255,255,.82); }
.cj-home-v2__conversion .cj-home-button--primary { background:#fff; color:var(--home-red); }
.cj-home-v2__conversion .cj-home-button--secondary { border-color:rgba(255,255,255,.85); }
.cj-home-v2__conversion a:not(.cj-home-button) { color:#fff; }
.cj-home-v2__stats { background:#fffdf8; }
.cj-home-v2__stats .cj-home-v2__wrap > div:last-child { display:grid; grid-template-columns:repeat(auto-fit, minmax(150px,1fr)); border-top:1px solid var(--home-line); }
.cj-home-v2__stats article { padding:24px; border-right:1px solid var(--home-line); }
.cj-home-v2__stats strong { display:block; margin-bottom:8px; font-family:var(--cj-display); font-size:48px; font-weight:500; }
.cj-home-v2__stats small { margin-left:3px; color:var(--home-red); font:800 14px/1 var(--cj-sans); }
.cj-home-v2__stats span { color:var(--home-muted); font-size:13px; }
.cj-home-v2__resources { padding:110px 0; }
.cj-home-v2__resource-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; }
.cj-home-v2__resource-grid article { border-top:1px solid var(--home-ink); }
.cj-home-v2__resource-grid img { width:100%; height:180px; margin-bottom:18px; }
.cj-home-v2__resource-grid p { margin-bottom:7px; color:var(--home-red); font-size:11px; font-weight:800; letter-spacing:.1em; }
.cj-home-v2__resource-grid h3 { margin-bottom:12px; font-family:var(--cj-display); font-size:26px; font-weight:500; }
.cj-home-v2__resource-grid div { color:var(--home-muted); font-size:14px; line-height:1.65; }
.cj-home-resource__facts { display:grid; gap:6px; margin:16px 0 0; padding:14px 0 0; border-top:1px solid var(--home-line); list-style:none; }
.cj-home-resource__facts li { display:flex; gap:8px; color:var(--home-muted); font-size:12px; line-height:1.4; }
.cj-home-resource__facts b { color:var(--home-ink); font-weight:800; }
.cj-home-v2__guides { background:#efeae0; }
.cj-home-v2__guide-grid { display:grid; grid-template-columns:1.3fr 1fr; gap:18px; }
.cj-home-v2__guide-grid article:first-child { grid-row:span 2; }
.cj-home-v2__guide-grid a { position:relative; display:block; min-height:220px; overflow:hidden; color:#fff; text-decoration:none; }
.cj-home-v2__guide-grid article:first-child a { min-height:458px; }
.cj-home-v2__guide-grid img { width:100%; height:100%; position:absolute; inset:0; }
.cj-home-v2__guide-grid a::after { content:""; position:absolute; inset:0; background:linear-gradient(0deg,rgba(7,22,18,.76),transparent 65%); }
.cj-home-v2__guide-grid span { position:absolute; z-index:1; bottom:20px; left:20px; right:20px; font-family:var(--cj-display); font-size:25px; line-height:1.18; }
.cj-home-v2__reviews { padding:102px 0; background:#fffdf8; }
.cj-home-v2__review-intro { display:flex; align-items:end; justify-content:space-between; gap:32px; margin-bottom:38px; }
.cj-home-v2__review-intro h2 { margin-bottom:0; }
.cj-home-v2__review-intro p { max-width:30ch; margin:0; color:var(--home-muted); font-size:16px; line-height:1.6; }
.cj-home-stories { overflow:hidden; }
.cj-home-stories__track { position:relative; min-height:490px; }
.cj-home-story { display:grid; grid-template-columns:1.08fr .92fr; min-height:490px; background:var(--home-paper); }
.cj-home-story.is-active { position:relative; z-index:1; }
.cj-home-story.is-hidden { position:absolute; inset:0; opacity:0; pointer-events:none; }
.cj-home-story__media { min-height:490px; overflow:hidden; }
.cj-home-story__media img { width:100%; height:100%; object-fit:cover; }
.cj-home-story__body { display:flex; flex-direction:column; align-items:flex-start; padding:56px clamp(32px, 5vw, 76px); }
.cj-home-review__stars { color:#a77c2e; font-size:15px; letter-spacing:3px; line-height:1; }
.cj-home-story blockquote { max-width:25ch; margin:30px 0; color:var(--home-ink); font-family:var(--cj-display); font-size:clamp(27px, 2.5vw, 39px); line-height:1.22; }
.cj-home-story__traveler { display:grid; gap:4px; margin-top:auto; }
.cj-home-story__traveler strong { color:var(--home-ink); font-size:15px; }
.cj-home-story__traveler span { color:var(--home-muted); font-size:13px; }
.cj-home-story dl { display:grid; grid-template-columns:repeat(2, minmax(0, 1fr)); gap:18px; width:100%; margin:26px 0 0; padding-top:18px; border-top:1px solid var(--home-line); }
.cj-home-story dt { margin-bottom:5px; color:var(--home-red); font-size:11px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.cj-home-story dd { margin:0; color:var(--home-ink); font-size:13px; font-weight:700; line-height:1.45; }
.cj-home-stories__controls { display:flex; align-items:center; justify-content:flex-end; gap:12px; margin-top:18px; }
.cj-home-stories__controls button { display:grid; place-items:center; width:42px; height:42px; border:1px solid var(--home-ink); border-radius:0; background:transparent; color:var(--home-ink); font-size:20px; line-height:1; transition:background-color .2s ease, color .2s ease; }
.cj-home-stories__controls button:hover, .cj-home-stories__controls button:focus-visible { background:var(--home-ink); color:#fff; }
.cj-home-stories__controls p { min-width:72px; margin:0; color:var(--home-ink); font-size:13px; font-weight:800; text-align:center; }
.cj-home-stories__controls p b { margin:0 4px; color:var(--home-line); }
.cj-home-v2__insights { background:#edf0eb; }
.cj-home-v2__insight-list { border-top:1px solid var(--home-line); }
.cj-home-v2__insight-list a { display:grid; grid-template-columns:145px 1fr auto; gap:22px; align-items:center; padding:20px 0; border-bottom:1px solid var(--home-line); color:var(--home-ink); text-decoration:none; }
.cj-home-v2__insight-list span, .cj-home-v2__insight-list em { color:var(--home-muted); font-size:12px; font-style:normal; }
.cj-home-v2__insight-list strong { font-family:var(--cj-display); font-size:25px; font-weight:500; }
.cj-home-v2__contact { padding:110px 0; background:var(--home-ink); color:#fff; }
.cj-home-v2__contact h2 { color:#fff; }
.cj-home-v2__contact p:not(.cj-home-v2__eyebrow) { color:rgba(255,255,255,.75); font-size:17px; line-height:1.7; }
.cj-home-v2__contact .cj-home-v2__eyebrow { color:#d9c99f; }
.cj-home-v2__contact-grid { display:grid; grid-template-columns:.7fr 1.3fr; gap:70px; align-items:start; }
.cj-home-v2__form { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
.cj-home-v2__form label { display:grid; gap:7px; color:#fff; font-size:12px; font-weight:800; }
.cj-home-v2__form input, .cj-home-v2__form textarea { width:100%; min-height:44px; border:1px solid rgba(255,255,255,.35); border-radius:0; background:#fff; color:var(--home-ink); font:14px/1.5 var(--cj-sans); padding:10px; }
.cj-home-v2__form-message { grid-column:1/-1; }
.cj-home-v2__form .cj-home-button { width:max-content; }
.cj-home-v2__form .cj-form-error { grid-column:1/-1; }
@media (max-width:1024px) { .cj-home-v2__styles-grid { grid-template-columns:repeat(3,minmax(0,1fr)); } .cj-home-v2__resource-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } .cj-home-v2__promise-intro { grid-template-columns:1fr; gap:14px; } .cj-home-v2__promise-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } .cj-home-v2__contact-grid { gap:40px; } }
@media (max-width:1024px) { .cj-home-v2__promise-hero { grid-template-columns:1fr; gap:30px; } .cj-home-v2__promise-hero h2 { max-width:none; } .cj-home-v2__promise-hero img { min-height:300px; } .cj-home-v2__promise-footer { grid-template-columns:1fr 1fr; } .cj-home-v2__promise-footer > a { grid-column:1/-1; justify-self:start; } }
@media (max-width:768px) { .cj-home-v2 { --home-wrap:min(100% - 32px, 1240px); } .cj-home-v2__band, .cj-home-v2__resources, .cj-home-v2__reviews, .cj-home-v2__contact, .cj-home-v2__tailor { padding:72px 0; } .cj-home-v2__hero { min-height:560px; } .cj-home-v2__hero-overlay { background:linear-gradient(0deg,rgba(9,27,23,.9),rgba(9,27,23,.22)); } .cj-home-v2__hero-content { padding:54px 0; } .cj-home-v2__hero h1 { font-size:48px; } .cj-home-v2__hero-content > p:not(.cj-home-v2__eyebrow) { font-size:15px; } .cj-home-v2__split, .cj-home-v2__destination-grid, .cj-home-v2__contact-grid { grid-template-columns:1fr; gap:30px; } .cj-home-v2__tailor .cj-home-v2__split { grid-template-columns:1fr; } .cj-home-v2__styles-grid, .cj-home-v2__group-grid, .cj-home-v2__review-grid, .cj-home-v2__promise-grid { grid-template-columns:1fr; } .cj-home-v2__styles-grid a, .cj-home-v2__styles-grid a:nth-child(2) { min-height:270px; margin-top:0; } .cj-home-v2__destination { padding:72px 0; } .cj-home-v2__destination-grid > img { order:-1; } .cj-home-v2__heading-row, .cj-home-v2__conversion .cj-home-v2__wrap, .cj-home-v2__review-intro { align-items:flex-start; flex-direction:column; } .cj-home-v2__experience-list { gap:14px; } .cj-home-tour--experience { grid-template-columns:1fr; } .cj-home-tour__image img { min-height:190px; height:220px; } .cj-home-tour__footer { align-items:flex-start; flex-direction:column; } .cj-home-v2__conversion { padding:42px 0; } .cj-home-v2__conversion h2 { font-size:34px; } .cj-home-v2__guide-grid { grid-template-columns:1fr; } .cj-home-v2__guide-grid article:first-child { grid-row:auto; } .cj-home-v2__guide-grid article:first-child a, .cj-home-v2__guide-grid a { min-height:260px; } .cj-home-v2__insight-list a { grid-template-columns:1fr; gap:8px; } .cj-home-v2__form { grid-template-columns:1fr; } .cj-home-v2__resource-grid { grid-template-columns:1fr; } .cj-home-v2__review-grid article { min-height:0; } }
@media (max-width:768px) { .cj-home-story, .cj-home-story dl { grid-template-columns:1fr; } .cj-home-story__media { min-height:300px; } .cj-home-story__body { padding:30px 24px; } .cj-home-story blockquote { margin:24px 0 34px; font-size:28px; } .cj-home-story dl { gap:14px; } .cj-home-stories__controls { justify-content:flex-start; } }
@media (max-width:768px) { .cj-home-v2__promise { padding:54px 0 18px; } .cj-home-v2__promise-kicker { margin-bottom:14px; font-size:14px; } .cj-home-v2__promise-hero h2 { font-size:45px; } .cj-home-v2__promise-hero i { margin:22px 0; } .cj-home-v2__promise-hero p:not(.cj-home-v2__promise-kicker) { font-size:15px; } .cj-home-v2__promise-hero img { min-height:238px; border-radius:7px; } .cj-home-v2__promise-grid { grid-template-columns:1fr; gap:14px; } .cj-home-v2__promise-grid article { min-height:0; padding:24px 22px; border-radius:7px; } .cj-home-promise__label { margin-bottom:18px; } .cj-home-promise__label .dashicons { width:58px; height:58px; font-size:31px; } .cj-home-promise__label b { font-size:25px; } .cj-home-v2__promise-grid h3 { font-size:23px; } .cj-home-v2__promise-footer { grid-template-columns:1fr; gap:18px; padding:21px; border-radius:7px; } .cj-home-v2__promise-footer > div + div { padding:18px 0 0; border-top:1px solid #cfc9c0; border-left:0; } .cj-home-v2__promise-footer > a { grid-column:auto; width:100%; } }

.cj-booking-page > .wp-block-heading,
.cj-booking-page > .has-large-font-size {
  display: none;
}

.cj-booking-page .cj-booking-request {
  display: block;
  width: 100vw;
  max-width: none !important;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #f8f4ed;
  color: #143a32;
  font-family: "Noto Serif SC", "Songti SC", "SimSun", Georgia, serif;
}

.cj-booking-request * {
  box-sizing: border-box;
}

.cj-booking-request__hero {
  position: relative;
  min-height: 386px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(250, 247, 240, .99) 0%, rgba(250, 247, 240, .93) 40%, rgba(250, 247, 240, .30) 66%, rgba(250, 247, 240, .04) 100%),
    url("../images/beijing-lakeside-pavilion.png") right center / auto 100% no-repeat,
    #fbf8f0;
  border-bottom: 1px solid rgba(38, 53, 45, .08);
}

.cj-booking-request__hero-copy {
  width: min(1220px, calc(100% - 96px));
  margin: 0 auto;
  padding-top: 6px;
}

.cj-booking-request__hero-copy p,
.cj-booking-request__popular > p {
  margin: 0;
  color: #a0783b;
  font: 800 12px/1.2 var(--cj-sans);
  letter-spacing: .06em;
}

.cj-booking-request__hero-copy h1 {
  max-width: 740px;
  margin: 30px 0 20px;
  color: #0d3a31;
  font: 500 clamp(48px, 5vw, 68px)/1.08 "Noto Serif SC", "Songti SC", "SimSun", Georgia, serif;
  letter-spacing: 0;
  text-wrap: balance;
}

.cj-booking-request__hero-copy > span {
  display: block;
  width: 66px;
  height: 4px;
  margin-bottom: 28px;
  background: #9f2e32;
}

.cj-booking-request__hero-copy > div {
  max-width: 610px;
  color: #69625a;
  font: 500 18px/1.9 "Noto Serif SC", "Songti SC", "SimSun", Georgia, serif;
}

.cj-booking-request__shell {
  width: min(1220px, calc(100% - 96px));
  margin: 42px auto 0;
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 22px;
  align-items: stretch;
}

.cj-booking-request__advisor,
.cj-booking-request__form,
.cj-booking-request__popular,
.cj-booking-request__trust {
  border: 1px solid #ded6ca;
  border-radius: 10px;
  background: rgba(255, 253, 248, .94);
  box-shadow: 0 22px 58px rgba(42, 33, 23, .08);
}

.cj-booking-request__advisor {
  position: relative;
  overflow: hidden;
  padding: 44px 42px 38px;
}

.cj-booking-request__advisor::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 90px;
  opacity: .34;
  background:
    radial-gradient(26px 14px at 18px 70px, transparent 68%, rgba(199, 168, 113, .35) 70% 78%, transparent 80%) 0 0 / 52px 30px repeat-x,
    radial-gradient(26px 14px at 44px 70px, transparent 68%, rgba(199, 168, 113, .25) 70% 78%, transparent 80%) 0 15px / 52px 30px repeat-x;
  pointer-events: none;
}

.cj-booking-request__mark {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 42px;
  border: 2px solid rgba(176, 132, 61, .35);
  border-radius: 50%;
  color: #b0843d;
  font: 800 28px/1 var(--cj-sans);
}

.cj-booking-request__advisor h2 {
  max-width: 7em;
  margin: 0;
  color: #103b32;
  font: 500 40px/1.18 "Noto Serif SC", "Songti SC", "SimSun", Georgia, serif;
  letter-spacing: 0;
}

.cj-booking-request__advisor p {
  margin: 28px 0 30px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(38, 53, 45, .16);
  color: #71685f;
  font: 500 15px/1.9 "Noto Serif SC", "Songti SC", "SimSun", Georgia, serif;
}

.cj-booking-request__advisor ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 20px;
  padding: 0;
  margin: 0 0 32px;
  list-style: none;
}

.cj-booking-request__advisor li {
  display: grid;
  grid-template-columns: 44px 1fr;
  column-gap: 16px;
  align-items: start;
}

.cj-booking-request__advisor li span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(176, 132, 61, .32);
  border-radius: 50%;
  color: #a0783b;
  font: 900 14px/1 var(--cj-sans);
}

.cj-booking-request__advisor li strong {
  color: #2d2b26;
  font: 800 16px/1.25 var(--cj-sans);
}

.cj-booking-request__advisor li em {
  margin-top: 7px;
  color: #746c63;
  font: 500 13px/1.55 var(--cj-sans);
  font-style: normal;
}

.cj-booking-request__wa,
.cj-booking-request__browse,
.cj-booking-request__submit {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  border-radius: 5px;
  font: 900 15px/1 var(--cj-sans);
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.cj-booking-request__wa {
  margin-bottom: 14px;
  border: 1px solid #0b3d33;
  background: #0b3d33;
  color: #fff;
  box-shadow: 0 14px 26px rgba(11, 61, 51, .18);
}

.cj-booking-request__browse {
  border: 1px solid #17231e;
  color: #17231e;
  background: rgba(255, 255, 255, .56);
}

.cj-booking-request__wa:hover,
.cj-booking-request__submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(116, 35, 39, .2);
}

.cj-booking-request__form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 24px;
  padding: 34px 32px 22px;
  font-family: var(--cj-sans);
}

.cj-booking-request__form label {
  display: grid;
  gap: 10px;
  margin: 0;
  color: #221f1a;
  font: 900 14px/1.2 var(--cj-sans);
}

.cj-booking-request__form input,
.cj-booking-request__form select,
.cj-booking-request__form textarea {
  width: 100%;
  min-height: 48px;
  padding: 0 17px;
  border: 1px solid #d8cec1;
  border-radius: 5px;
  background: #fffdf9;
  color: #17352d;
  font: 600 14px/1.45 var(--cj-sans);
  box-shadow: none;
}

.cj-booking-request__form select {
  appearance: auto;
}

.cj-booking-request__form textarea {
  min-height: 104px;
  padding-top: 15px;
  resize: vertical;
}

.cj-booking-request__form input::placeholder,
.cj-booking-request__form textarea::placeholder {
  color: #9a9288;
  opacity: 1;
}

.cj-booking-request__form input:focus,
.cj-booking-request__form select:focus,
.cj-booking-request__form textarea:focus {
  border-color: #0b6a57;
  outline: 3px solid rgba(11, 106, 87, .16);
  outline-offset: 0;
  background: #fff;
}

.cj-booking-request__wide,
.cj-booking-request__submit,
.cj-booking-request__privacy,
.cj-booking-request__form .cj-form-error {
  grid-column: 1 / -1;
}

.cj-booking-request__submit {
  border: 1px solid #a62d35;
  background: #a62d35;
  color: #fff;
  cursor: pointer;
}

.cj-booking-request__privacy {
  margin: -2px 0 0;
  color: #978f85;
  text-align: center;
  font: 700 12px/1.55 var(--cj-sans);
}

.cj-booking-request__popular {
  width: min(1220px, calc(100% - 96px));
  margin: 24px auto 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.cj-booking-request__popular.cj-booking-fallback__tours {
  display: block !important;
  grid-template-columns: none !important;
  gap: 0 !important;
}

.cj-booking-request__popular h2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 34px;
  margin: 12px 0 28px;
  color: #2d2a24;
  font: 500 32px/1.2 "Noto Serif SC", "Songti SC", "SimSun", Georgia, serif;
}

.cj-booking-request__popular h2::before,
.cj-booking-request__popular h2::after {
  content: "";
  width: 48px;
  height: 1px;
  background: #b3905d;
}

.cj-booking-request__popular > .cj-booking-request__popular-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  width: 100%;
}

.cj-booking-request__popular-grid > .cj-booking-request__tour {
  display: grid !important;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  width: auto !important;
  min-height: 132px !important;
  padding: 8px !important;
  border: 1px solid #ded6ca !important;
  border-radius: 8px !important;
  background: rgba(255, 253, 248, .94) !important;
  color: #17352d !important;
  text-align: left;
  text-decoration: none !important;
  box-shadow: 0 16px 38px rgba(42, 33, 23, .07);
}

.cj-booking-request__tour,
.cj-booking-request__tour * {
  writing-mode: horizontal-tb;
  text-orientation: mixed;
}

.cj-booking-request__tour-image {
  width: 150px;
  height: 108px;
  border-radius: 4px;
  object-fit: cover;
  background: #ede7dc;
}

.cj-booking-request__tour span {
  display: grid;
  min-width: 0;
  gap: 11px;
  padding-right: 6px;
}

.cj-booking-request__tour strong {
  color: #17352d;
  font: 800 19px/1.3 "Noto Serif SC", "Songti SC", "SimSun", Georgia, serif;
}

.cj-booking-request__tour em {
  color: #746c63;
  font: 600 13px/1.35 var(--cj-sans);
  font-style: normal;
}

.cj-booking-request__tour b {
  color: #0b5d4e;
  font: 900 13px/1 var(--cj-sans);
}

.cj-booking-request__trust {
  width: min(1220px, calc(100% - 96px));
  margin: 34px auto 30px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 24px 34px;
}

.cj-booking-request__trust div {
  display: grid;
  grid-template-columns: 54px 1fr;
  column-gap: 18px;
  align-items: center;
  min-height: 58px;
}

.cj-booking-request__trust div + div {
  border-left: 1px solid rgba(38, 53, 45, .18);
  padding-left: 44px;
}

.cj-booking-request__trust span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 2px solid #b3905d;
  border-radius: 50%;
  color: #9a733b;
  font: 900 13px/1 var(--cj-sans);
}

.cj-booking-request__trust strong {
  color: #2d2a24;
  font: 900 17px/1.3 var(--cj-sans);
}

.cj-booking-request__trust em {
  margin-top: 5px;
  color: #746c63;
  font: 600 13px/1.35 var(--cj-sans);
  font-style: normal;
}

@media (max-width: 980px) {
  .cj-booking-request__hero-copy,
  .cj-booking-request__shell,
  .cj-booking-request__popular,
  .cj-booking-request__trust {
    width: min(100% - 40px, 720px);
  }

  .cj-booking-request__hero {
    min-height: 330px;
    background:
      linear-gradient(90deg, rgba(250, 247, 240, .99) 0%, rgba(250, 247, 240, .86) 100%),
      url("../images/beijing-lakeside-pavilion.png") right center / cover no-repeat,
      #fbf8f0;
  }

  .cj-booking-request__shell,
  .cj-booking-request__trust {
    grid-template-columns: 1fr;
  }

  .cj-booking-request__popular > .cj-booking-request__popular-grid {
    grid-template-columns: 1fr;
  }

  .cj-booking-request__trust {
    gap: 18px;
  }

  .cj-booking-request__trust div + div {
    border-left: 0;
    border-top: 1px solid rgba(38, 53, 45, .18);
    padding: 18px 0 0;
  }
}

@media (max-width: 640px) {
  .cj-booking-request__hero {
    min-height: 300px;
  }

  .cj-booking-request__hero-copy,
  .cj-booking-request__shell,
  .cj-booking-request__popular,
  .cj-booking-request__trust {
    width: calc(100% - 32px);
  }

  .cj-booking-request__hero-copy h1 {
    margin-top: 22px;
    font-size: clamp(38px, 12vw, 48px);
  }

  .cj-booking-request__hero-copy > div {
    font-size: 15px;
    line-height: 1.75;
  }

  .cj-booking-request__advisor,
  .cj-booking-request__form {
    padding: 28px 20px;
  }

  .cj-booking-request__advisor h2 {
    max-width: none;
    font-size: 32px;
  }

  .cj-booking-request__form {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .cj-booking-request__tour {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .cj-booking-request__tour-image {
    width: 112px;
    height: 92px;
  }

  .cj-booking-request__popular h2 {
    gap: 18px;
    font-size: 28px;
  }

  .cj-booking-request__popular h2::before,
  .cj-booking-request__popular h2::after {
    width: 28px;
  }

  .cj-booking-request__trust {
    padding: 22px;
  }
}

/* Responsive/a11y acceptance pass: scoped fixes for tablet overflow and touch targets. */
.cj-template--city .cj-brand-city-cta {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  padding-inline: clamp(22px, 5vw, 74px);
}

@media (max-width: 1024px) {
  .cj-brand-city-cta {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding-inline: 18px;
  }
}

@media (max-width: 860px) {
  .cj-menu-toggle,
  .cj-mobile-nav__links > a,
  .cj-mobile-nav__links button,
  .cj-language-switcher__link {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }

  .cj-menu-toggle {
    padding: 0 12px;
  }

  .cj-mobile-nav__links {
    gap: 6px;
  }

  .cj-home-route-grid,
  .cj-cultural-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cj-home-inquiry-form {
    grid-template-columns: 1fr;
  }

  .cj-home-inquiry-form__message {
    grid-column: auto;
  }

  .cj-home-inquiry-form .cj-button,
  .cj-cultural-form .cj-cultural-button {
    width: 100%;
    min-height: 46px;
  }

  .cj-destination-planner form {
    grid-template-columns: 1fr;
  }

  .cj-destination-planner input,
  .cj-destination-planner .cj-button {
    min-height: 44px;
  }
}

@media (max-width: 560px) {
  .cj-home-route-grid,
  .cj-cultural-feature-grid {
    grid-template-columns: 1fr;
  }

  .cj-brand-city-cta {
    align-items: stretch;
    flex-direction: column;
  }
}

/* Homepage rework: dense, editable content without empty promotional bands. */
.cj-home-v2__tailor-points { display:grid !important; grid-template-columns:repeat(3,minmax(0,1fr)); gap:0 !important; margin:30px 0 !important; border-top:1px solid var(--home-line); border-bottom:1px solid var(--home-line); }
.cj-home-v2__tailor-points li { padding:11px 8px 11px 0 !important; color:var(--home-ink); font-size:12px !important; font-weight:800; }
.cj-home-v2__tailor-points li::before { display:none !important; }
.cj-home-tour--group { position:relative; overflow:hidden; border-top:3px solid var(--home-red); }
@media (max-width:768px) { .cj-home-v2__tailor-points { grid-template-columns:repeat(2,minmax(0,1fr)); } }

/* Phase 2: Local resources are operational stories, not a repeated card wall. */
.cj-home-v2__resource-grid { display:grid; grid-template-columns:1fr; gap:0; }
.cj-home-v2__resource-grid article { display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr); column-gap:clamp(34px,7vw,112px); align-items:center; padding:54px 0; border-top:1px solid var(--home-line); }
.cj-home-v2__resource-grid img { grid-column:1; grid-row:1 / span 4; width:100%; height:360px; margin:0; object-fit:cover; }
.cj-home-v2__resource-grid article > :not(img) { grid-column:2; }
.cj-home-v2__resource-grid article:nth-child(even) img { grid-column:2; }
.cj-home-v2__resource-grid article:nth-child(even) > :not(img) { grid-column:1; }
.cj-home-v2__resource-grid p { margin:0 0 10px; }
.cj-home-v2__resource-grid h3 { margin:0 0 14px; font-size:clamp(29px,3vw,42px); }
.cj-home-v2__resource-grid div { max-width:42ch; font-size:16px; }
.cj-home-resource__facts { max-width:42ch; }
.cj-home-tour--group .cj-home-tour__image img { height:290px; }
.cj-home-tour--group .cj-home-tour__meta { color:var(--home-red); font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
@media (max-width:768px) {
  .cj-home-v2__resource-grid article { grid-template-columns:1fr; gap:18px; padding:34px 0; }
  .cj-home-v2__resource-grid article > :not(img),
  .cj-home-v2__resource-grid article:nth-child(even) > :not(img) { grid-column:auto; }
  .cj-home-v2__resource-grid img,
  .cj-home-v2__resource-grid article:nth-child(even) img { grid-column:auto; grid-row:auto; height:250px; }
}

/* Article details use the site editorial shell instead of the parent theme post layout. */
.single-post .site-content { display:block; }
.single-post .content-area { width:100%; }
.single-post .widget-area,
.single-post .comments-area { display:none; }
.cj-article-page { background:#f7f4ed; color:var(--home-ink); padding-bottom:104px; }
.cj-article-hero { width:var(--home-wrap); margin:0 auto; display:grid; grid-template-columns:minmax(0,0.92fr) minmax(360px,1.08fr); min-height:460px; border-bottom:1px solid var(--home-line); }
.cj-article-hero__copy { display:flex; flex-direction:column; align-items:flex-start; justify-content:center; padding:72px clamp(28px,5vw,76px); }
.cj-article-hero__copy p,
.cj-article-body__aside > p { margin:0 0 18px; color:var(--home-red); font-size:12px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.cj-article-hero h1 { max-width:12ch; margin:0; font-family:var(--cj-display); font-size:clamp(42px,4.25vw,64px); font-weight:500; line-height:1.08; }
.cj-article-hero time { margin-top:32px; color:var(--home-muted); font-size:14px; }
.cj-article-hero img { width:100%; height:460px; object-fit:cover; }
.cj-article-body { width:min(100% - 48px, 1040px); margin:0 auto; display:grid; grid-template-columns:minmax(0,1fr) minmax(240px,.42fr); gap:clamp(40px,8vw,120px); padding-top:78px; }
.cj-article-body__content { max-width:680px; font-size:18px; line-height:1.85; }
.cj-article-body__content p { margin:0 0 24px; }
.cj-article-body__aside { align-self:start; padding:28px 0; border-top:2px solid var(--home-red); border-bottom:1px solid var(--home-line); }
.cj-article-body__aside h2 { margin:0 0 24px; font-family:var(--cj-display); font-size:28px; font-weight:500; line-height:1.24; }
@media (max-width:768px) {
  .cj-article-page { padding-bottom:72px; }
  .cj-article-hero { width:100%; grid-template-columns:1fr; min-height:0; }
  .cj-article-hero__copy { padding:58px 24px 36px; }
  .cj-article-hero h1 { max-width:15ch; font-size:44px; }
  .cj-article-hero time { margin-top:22px; }
  .cj-article-hero img { height:280px; }
  .cj-article-body { width:min(100% - 48px, 680px); grid-template-columns:1fr; gap:34px; padding-top:48px; }
  .cj-article-body__content { font-size:17px; }
}

/* Latest homepage structure: image-led, editorial, and deliberately varied. */
.home .site-content { display:block; }
.home .content-area { float:none; width:100%; }
.home .widget-area { display:none; }
.cj-global-nav { position:relative; z-index:40; }
.cj-nav-products { position:relative; display:flex; align-items:center; }
.cj-nav-products > a { display:flex; align-items:center; gap:5px; }
.cj-nav-products__toggle { display:inline-flex; align-items:center; padding:0; border:0; background:transparent; color:inherit; cursor:pointer; }
.cj-nav-products__menu { position:absolute; top:calc(100% + 14px); left:-18px; display:grid; gap:2px; min-width:196px; padding:10px; background:#fffdf8; box-shadow:0 16px 38px rgba(20,42,36,.16); border:1px solid var(--home-line); opacity:0; pointer-events:none; transform:translateY(-8px); transition:.2s ease; }
.cj-nav-products:hover .cj-nav-products__menu, .cj-nav-products:focus-within .cj-nav-products__menu { opacity:1; pointer-events:auto; transform:translateY(0); }
.cj-nav-products__menu a { padding:10px 12px; color:var(--home-ink); font-size:13px; }
.cj-nav-products__menu a:hover { background:#ece6d9; color:var(--home-red); }
.cj-global-nav a.is-active, .cj-mobile-nav__links a.is-active, .cj-nav-products.is-active > a { color:var(--home-red); }
.cj-global-nav a.is-active::after, .cj-nav-products.is-active > a::after { content:""; display:block; height:2px; margin-top:7px; background:currentColor; }
.cj-new-home { --new-wrap:min(100% - 64px, 1240px); background:#f6f2e9; color:#102f28; overflow:hidden; }
.cj-new-home__wrap { width:var(--new-wrap); margin:0 auto; }
.cj-new-section { padding:96px 0; }
.cj-new-home__head { display:flex; align-items:end; justify-content:space-between; gap:32px; margin-bottom:38px; }
.cj-new-home__head h2 { margin:0; font-family:var(--cj-display); font-size:clamp(34px,4vw,58px); font-weight:500; line-height:1.05; }
.cj-new-home__head p { max-width:42ch; margin:0; color:#597069; line-height:1.65; }
.cj-new-hero { position:relative; min-height:680px; color:#fff; background:#0b332b; }
.cj-new-hero__slides, .cj-new-hero__slide { min-height:680px; }
.cj-new-hero__slide { position:absolute; inset:0; display:grid; align-items:end; opacity:0; pointer-events:none; transition:opacity .7s ease; }
.cj-new-hero__slide.is-active { opacity:1; pointer-events:auto; }
.cj-new-hero__slide > img, .cj-new-hero__slide > video { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; animation:cj-new-kenburns 14s ease-out both; }
.cj-new-hero__shade { position:absolute; inset:0; background:linear-gradient(90deg,rgba(4,26,22,.9),rgba(4,26,22,.32) 55%,rgba(4,26,22,.08)); }
.cj-new-hero__content { position:relative; padding:120px 0 130px; }
.cj-new-hero__content p, .cj-new-company p, .cj-new-feedback p { margin:0 0 18px; color:#ccbf9e; font-size:12px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.cj-new-hero__content h1 { max-width:10ch; margin:0 0 24px; font-family:var(--cj-display); font-size:clamp(52px,7vw,92px); font-weight:500; line-height:1; }
.cj-new-hero__content div { max-width:48ch; font-size:18px; line-height:1.65; }
.cj-new-hero__content a, .cj-new-company a, .cj-new-feedback button { display:inline-flex; margin-top:30px; padding:13px 20px; background:#a93235; color:#fff; text-decoration:none; font-weight:800; }
.cj-new-hero__controls { position:absolute; right:max(32px,calc((100vw - 1240px)/2)); bottom:34px; display:flex; align-items:center; gap:16px; z-index:2; }
.cj-new-hero__controls button { width:38px; height:38px; border:1px solid rgba(255,255,255,.55); background:transparent; color:#fff; cursor:pointer; }
.cj-new-hero__controls > div { display:flex; gap:8px; }
.cj-new-hero__controls > div button { width:8px; height:8px; min-width:0; min-height:0; padding:0; border-radius:50%; border:0; background:rgba(255,255,255,.45); }
.cj-new-hero__controls > div button.is-active { background:#fff; }
.cj-new-standards { background:#e8e2d5; }
.cj-new-standards__grid { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid #c9c0af; border-left:1px solid #c9c0af; }
.cj-new-standards__grid article { position:relative; min-height:190px; padding:28px; border-right:1px solid #c9c0af; border-bottom:1px solid #c9c0af; }
.cj-new-standards__grid .dashicons { color:#a93235; font-size:30px; }
.cj-new-standards__grid b { position:absolute; top:30px; right:28px; color:#a93235; font-size:16px; }
.cj-new-standards__grid h3 { margin:36px 0 10px; font-family:var(--cj-display); font-size:25px; font-weight:500; }
.cj-new-standards__grid p, .cj-new-advantages p { margin:0; color:#56706a; font-size:14px; line-height:1.6; }
.cj-new-product-strips { background:#143d34; color:#fff; }
.cj-new-product-strips .cj-new-home__head p { color:#cbd3c8; }
.cj-new-product-strips > div > div:last-child { display:grid; gap:16px; }
.cj-new-product-strips a { position:relative; display:block; min-height:210px; overflow:hidden; color:#fff; text-decoration:none; }
.cj-new-product-strips img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition:transform .5s ease; }
.cj-new-product-strips a:hover img { transform:scale(1.04); }
.cj-new-product-strips a::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(5,27,23,.88),rgba(5,27,23,.12)); }
.cj-new-product-strips span { position:relative; z-index:1; display:grid; align-content:center; min-height:210px; max-width:620px; padding:34px 48px; }
.cj-new-product-strips small { color:#ddc694; font-size:11px; font-weight:800; letter-spacing:.12em; }
.cj-new-product-strips strong { margin:8px 0; font-family:var(--cj-display); font-size:36px; font-weight:500; }
.cj-new-product-strips em { max-width:48ch; font-style:normal; line-height:1.55; }
.cj-new-product-strips i { margin-top:18px; font-style:normal; font-size:13px; font-weight:800; }
.cj-new-links { background:#f6f2e9; }
.cj-new-links__grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.cj-new-links__grid a { position:relative; min-height:330px; overflow:hidden; color:#fff; text-decoration:none; }
.cj-new-links__grid img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition:transform .4s ease; }
.cj-new-links__grid a:hover img { transform:scale(1.05); }
.cj-new-links__grid a::after { content:""; position:absolute; inset:0; background:linear-gradient(0deg,rgba(4,25,21,.85),rgba(4,25,21,.04) 65%); }
.cj-new-links__grid span { position:absolute; z-index:1; inset:auto 22px 22px; }
.cj-new-links__grid h3 { margin:0 0 6px; font-family:var(--cj-display); font-size:28px; font-weight:500; }
.cj-new-links__grid p { margin:0; line-height:1.5; }
.cj-new-links__grid i { position:absolute; right:0; bottom:0; font-style:normal; font-size:28px; }
.cj-new-steps { background:#a93235; color:#fff; }
.cj-new-steps__grid { display:grid; grid-template-columns:repeat(4,1fr); gap:0; }
.cj-new-steps__grid article { position:relative; padding:0 30px 0 0; }
.cj-new-steps__grid article:not(:last-child)::after { content:""; position:absolute; top:25px; right:12px; width:calc(100% - 84px); border-top:1px solid rgba(255,255,255,.56); }
.cj-new-steps__grid > article > span { display:block; color:#f0ceb1; font-size:14px; font-weight:800; }
.cj-new-steps__grid .dashicons { display:block; margin:22px 0; font-size:30px; }
.cj-new-steps__grid h3 { margin:0 0 9px; font-family:var(--cj-display); font-size:25px; font-weight:500; }
.cj-new-steps__grid p { margin:0; color:#ffefe4; line-height:1.6; }
.cj-new-company { background:#dcd2bd; }
.cj-new-company > div { display:grid; grid-template-columns:.95fr 1.05fr; align-items:center; gap:74px; }
.cj-new-company h2 { margin:0 0 22px; font-family:var(--cj-display); font-size:clamp(38px,4vw,62px); font-weight:500; line-height:1.05; }
.cj-new-company > div > div > div { max-width:46ch; line-height:1.75; }
.cj-new-company img { width:100%; height:440px; object-fit:cover; }
.cj-new-advantages { background:#f6f2e9; }
.cj-new-advantages__grid { display:grid; grid-template-columns:repeat(6,1fr); gap:14px; }
.cj-new-advantages article { padding:20px 6px; border-top:2px solid #123b32; }
.cj-new-advantages .dashicons { color:#a93235; font-size:32px; }
.cj-new-advantages h3 { margin:24px 0 9px; font-family:var(--cj-display); font-size:22px; font-weight:500; }
.cj-new-cases { background:#103b32; color:#fff; }
.cj-new-cases .cj-new-home__head p { color:#d7d9cc; }
.cj-new-cases__grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.cj-new-cases__grid a { color:#fff; text-decoration:none; }
.cj-new-cases__grid img { width:100%; height:245px; object-fit:cover; }
.cj-new-cases__grid span { display:block; padding:20px 0; }
.cj-new-cases__grid small { color:#ddc694; font-weight:800; }
.cj-new-cases__grid h3 { margin:8px 0; font-family:var(--cj-display); font-size:28px; font-weight:500; }
.cj-new-cases__grid p { margin:0; color:#d3dfd9; line-height:1.55; }
.cj-new-guides { background:#e9e5dc; }
.cj-new-guides__grid { display:grid; grid-template-columns:1.3fr 1fr; grid-template-rows:220px 220px; gap:14px; }
.cj-new-guides__grid a { position:relative; overflow:hidden; color:#fff; text-decoration:none; }
.cj-new-guides__grid a.is-featured { grid-row:span 2; }
.cj-new-guides__grid img { width:100%; height:100%; object-fit:cover; }
.cj-new-guides__grid span { position:absolute; inset:auto 20px 18px; z-index:1; font-family:var(--cj-display); font-size:26px; }
.cj-new-guides__grid a::after { content:""; position:absolute; inset:0; background:linear-gradient(0deg,rgba(2,28,23,.78),rgba(2,28,23,.05) 60%); }
.cj-new-feedback { display:grid; grid-template-columns:1fr 1fr; }
.cj-new-feedback__suggestion, .cj-new-feedback__contact { min-height:480px; padding:74px max(32px,calc((100vw - 1240px)/2)); }
.cj-new-feedback__suggestion { background:#b24b43; color:#fff; padding-right:clamp(32px,7vw,110px); }
.cj-new-feedback__contact { background:#ebe4d5; padding-left:clamp(32px,7vw,110px); }
.cj-new-feedback h2 { max-width:11ch; margin:0 0 30px; font-family:var(--cj-display); font-size:clamp(38px,4vw,58px); font-weight:500; line-height:1.06; }
.cj-new-feedback textarea { display:block; width:100%; min-height:150px; padding:16px; border:0; background:#fff8f0; color:#183930; font:16px/1.5 var(--cj-sans); resize:vertical; }
.cj-new-feedback__suggestion button { border:0; cursor:pointer; }
.cj-new-feedback__contact p { color:#a93235; }
.cj-new-feedback__contact dl { display:grid; gap:17px; margin:0; }
.cj-new-feedback__contact dl div { display:grid; gap:4px; }
.cj-new-feedback__contact dt { color:#5b6f69; font-size:12px; font-weight:800; text-transform:uppercase; }
.cj-new-feedback__contact dd { margin:0; font-size:17px; }
.cj-new-feedback__contact a { color:#0d4438; font-weight:800; }
@keyframes cj-new-kenburns { from { transform:scale(1); } to { transform:scale(1.055); } }
@media (max-width:1024px) { .cj-new-advantages__grid { grid-template-columns:repeat(3,1fr); } .cj-new-links__grid { grid-template-columns:repeat(2,1fr); } .cj-new-company > div { gap:40px; } }
@media (max-width:768px) { .cj-new-home { --new-wrap:min(100% - 32px, 1240px); } .cj-global-nav { display:none; } .cj-new-section { padding:64px 0; } .cj-new-home__head { display:block; margin-bottom:28px; } .cj-new-home__head p { margin-top:12px; } .cj-new-hero, .cj-new-hero__slides, .cj-new-hero__slide { min-height:600px; } .cj-new-hero__content { padding:100px 0 112px; } .cj-new-hero__content h1 { font-size:52px; } .cj-new-hero__controls { left:16px; right:auto; bottom:18px; } .cj-new-standards__grid, .cj-new-links__grid, .cj-new-cases__grid { grid-template-columns:1fr; } .cj-new-standards__grid article { min-height:0; } .cj-new-product-strips span { min-height:190px; padding:28px; } .cj-new-product-strips strong { font-size:31px; } .cj-new-steps__grid { grid-template-columns:1fr 1fr; gap:28px 18px; } .cj-new-steps__grid article:not(:last-child)::after { display:none; } .cj-new-company > div { grid-template-columns:1fr; } .cj-new-company img { height:300px; } .cj-new-advantages__grid { grid-template-columns:repeat(2,1fr); gap:24px 14px; } .cj-new-guides__grid { grid-template-columns:1fr; grid-template-rows:280px 200px 200px; } .cj-new-guides__grid a.is-featured { grid-row:auto; } .cj-new-feedback { grid-template-columns:1fr 1fr; } .cj-new-feedback__suggestion, .cj-new-feedback__contact { min-height:430px; padding:48px 24px; } .cj-new-feedback h2 { font-size:37px; } }
@media (max-width:480px) { .cj-new-feedback { grid-template-columns:1fr 1fr; } .cj-new-feedback__suggestion, .cj-new-feedback__contact { padding:38px 18px; min-height:420px; } .cj-new-feedback h2 { font-size:31px; } .cj-new-feedback__contact dd { overflow-wrap:anywhere; } .cj-new-feedback textarea { min-height:140px; } }

/* Product navigation: hover on desktop, explicit disclosure on touch screens. */
@media (max-width: 860px) {
  .cj-mobile-nav__links .cj-nav-products { display:grid; grid-template-columns:minmax(0,1fr) 44px; align-items:center; gap:4px; }
  .cj-mobile-nav__links .cj-nav-products > a { min-height:44px; }
  .cj-mobile-nav__links .cj-nav-products__toggle { display:grid; place-items:center; width:44px; height:44px; padding:0; font-size:18px; }
  .cj-mobile-nav__links .cj-nav-products__toggle[aria-expanded="true"] { transform:rotate(180deg); }
  .cj-mobile-nav__links .cj-nav-products__menu { position:static; grid-column:1 / -1; min-width:0; padding:0 0 0 16px; border:0; box-shadow:none; background:transparent; opacity:1; pointer-events:none; transform:none; max-height:0; overflow:hidden; transition:opacity .2s ease; }
  .cj-mobile-nav__links .cj-nav-products.is-open .cj-nav-products__menu { max-height:180px; padding-top:6px; pointer-events:auto; }
.cj-mobile-nav__links .cj-nav-products__menu a { min-height:40px; padding:10px 0; font-size:14px; }
}

/* Final homepage hierarchy: full banners, editorial products, and compact trust modules. */
.cj-new-product-strips { padding:104px 0; }
.cj-new-product-strips > .cj-new-home__wrap > div:last-child { gap:22px; }
.cj-new-product-strips a { min-height:300px; border-left:0; }
.cj-new-product-strips a:nth-child(2) { margin-left:6%; border-left-color:#a93235; }
.cj-new-product-strips a:nth-child(3) { margin-right:6%; border-left-color:#e9e5dc; }
.cj-new-product-strips span { min-height:300px; padding:42px 58px; }
.cj-new-product-strips strong { font-size:clamp(38px,4vw,52px); }
.cj-new-links__grid { grid-template-columns:repeat(12,minmax(0,1fr)); gap:16px; }
.cj-new-links__grid a { min-height:290px; grid-column:span 4; }
.cj-new-links__grid a:nth-child(1),.cj-new-links__grid a:nth-child(6) { grid-column:span 7; min-height:390px; }
.cj-new-links__grid a:nth-child(2),.cj-new-links__grid a:nth-child(3),.cj-new-links__grid a:nth-child(4),.cj-new-links__grid a:nth-child(5) { grid-column:span 5; }
.cj-new-links__grid h3 { font-size:32px; }
.cj-new-steps { background:#f4eee3; color:#123b32; }
.cj-new-steps .cj-new-home__head p,.cj-new-steps p { color:#63776f; }
.cj-new-steps__grid article:not(:last-child)::after { border-color:#cfc2ad; }
.cj-new-steps__grid > article > span,.cj-new-steps .dashicons { color:#a93235; }
.cj-new-company ul { display:grid; gap:10px; margin:28px 0 0; padding:0; list-style:none; }
.cj-new-company li { position:relative; padding-left:22px; color:#35574d; line-height:1.45; }
.cj-new-company li::before { content:""; position:absolute; left:0; top:.5em; width:8px; height:8px; background:#a93235; border-radius:50%; }
.cj-new-advantages { background:#e8e2d5; }
.cj-new-advantages__grid { grid-template-columns:repeat(3,1fr); gap:0; border-top:1px solid #c9c0af; border-left:1px solid #c9c0af; }
.cj-new-advantages article { min-height:225px; padding:32px; border-right:1px solid #c9c0af; border-bottom:1px solid #c9c0af; border-top:0; }
.cj-new-advantages .dashicons { font-size:48px; width:48px; height:48px; }
.cj-new-advantages h3 { font-size:28px; margin:26px 0 10px; }
.cj-new-advantages p { font-size:15px; max-width:30ch; }
.cj-new-cases__grid { grid-template-columns:1.25fr .75fr .75fr; gap:20px; }
.cj-new-cases__grid a:first-child { grid-row:span 2; }
.cj-new-cases__grid a:first-child img { height:430px; }
.cj-new-cases__grid img { height:190px; }
.cj-new-guides__grid span { display:grid; gap:7px; }
.cj-new-guides__grid strong { font-family:var(--cj-display); font-size:26px; font-weight:500; }
.cj-new-guides__grid em { font:14px/1.45 var(--cj-sans); }
.cj-new-feedback__suggestion,.cj-new-feedback__contact { min-height:440px; }
@media (max-width:768px) { .cj-new-product-strips { padding:72px 0; } .cj-new-product-strips a:nth-child(2),.cj-new-product-strips a:nth-child(3) { margin-inline:0; } .cj-new-product-strips a,.cj-new-product-strips span { min-height:250px; } .cj-new-links__grid { grid-template-columns:1fr; } .cj-new-links__grid a,.cj-new-links__grid a:nth-child(n) { grid-column:auto; min-height:300px; } .cj-new-advantages__grid { grid-template-columns:1fr 1fr; } .cj-new-advantages article { min-height:210px; padding:24px 18px; } .cj-new-cases__grid { grid-template-columns:1fr; } .cj-new-cases__grid a:first-child { grid-row:auto; } .cj-new-cases__grid a:first-child img,.cj-new-cases__grid img { height:260px; } .cj-new-feedback { grid-template-columns:1fr; } .cj-new-feedback__suggestion,.cj-new-feedback__contact { min-height:0; padding:52px 24px; } }

/* Homepage completion pass: editorial detail without generic card walls. */
.cj-new-company__copy { max-width:560px; }
.cj-new-company__intro { font-size:17px; }
.cj-new-company__media { position:relative; }
.cj-new-company__qualification { position:absolute; right:22px; bottom:22px; width:118px; padding:8px; background:#f7f3ea; box-shadow:0 12px 30px rgba(19,59,50,.17); }
.cj-new-company__qualification img { height:auto; aspect-ratio:1; object-fit:contain; }
.cj-new-cases__grid a { display:block; transition:transform .22s ease; }
.cj-new-cases__grid a:hover { transform:translateY(-4px); }
.cj-new-cases__grid ul { display:flex; flex-wrap:wrap; gap:6px 10px; margin:0 0 12px; padding:0; list-style:none; }
.cj-new-cases__grid li { color:#ddc694; font-size:12px; font-weight:800; }
.cj-new-cases__grid li + li::before { content:"/"; margin-right:10px; color:rgba(221,198,148,.55); }
.cj-new-cases__grid em { display:inline-block; margin-top:18px; color:#fff; font-size:13px; font-style:normal; font-weight:800; }
.cj-new-guides__grid span { font-family:var(--cj-sans); }
.cj-new-guides__grid h3 { margin:0; font-family:var(--cj-display); font-size:26px; font-weight:500; line-height:1.12; }
.cj-new-guides__grid small { color:#ddc694; font-size:11px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.cj-new-guides__grid p { margin:0; color:rgba(255,255,255,.88); font-size:13px; line-height:1.45; }
.cj-new-guides__grid em { color:#fff; font-size:12px; font-style:normal; font-weight:800; }
.cj-new-guides__grid a.is-featured h3 { font-size:34px; }
.cj-new-feedback__social { margin-top:24px; }
.cj-global-footer__grid { grid-template-columns:1.3fr repeat(4,minmax(0,1fr)); }
.cj-global-footer__grid nav:nth-child(5) { display:grid; align-content:start; gap:10px; }
.cj-footer-payment-title { margin-top:10px; color:#edf2eb; font-weight:800; }
.cj-footer-payment-method { display:inline-flex; align-items:center; width:max-content; max-width:100%; padding:5px 8px; border:1px solid rgba(255,255,255,.18); color:#d8e1dc; font-size:11px; line-height:1.2; }
@media (max-width:768px) {
  .cj-new-company__qualification { width:92px; right:14px; bottom:14px; }
  .cj-new-cases__grid span { padding-bottom:10px; }
  .cj-new-guides__grid span { inset:auto 16px 16px; }
  .cj-new-guides__grid h3,.cj-new-guides__grid a.is-featured h3 { font-size:25px; }
  .cj-new-guides__grid p { display:none; }
  .cj-global-footer__grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}

/* Reference-layout pass: compact editorial travel homepage. */
.cj-new-home { background:#f6f2e9; }
.cj-new-section { padding:58px 0; }
.cj-new-home__wrap { width:min(1100px,calc(100% - 48px)); }
.cj-new-home__head { margin-bottom:28px; }
.cj-new-home__head h2 { font-size:28px; }
.cj-new-hero,.cj-new-hero__slides,.cj-new-hero__slide { min-height:420px; }
.cj-new-hero__content { padding-top:92px; padding-bottom:82px; }
.cj-new-hero__content h1 { max-width:10ch; font-size:clamp(42px,4.2vw,66px); }
.cj-new-hero__content > div { max-width:46ch; }
.cj-new-hero__controls { bottom:22px; }
.cj-new-standards { background:#fbf8f1; }
.cj-new-standards__grid { grid-template-columns:repeat(3,1fr); gap:0; border-top:1px solid #e5ddd0; border-left:1px solid #e5ddd0; }
.cj-new-standards__grid article { min-height:118px; padding:17px 18px 15px 54px; border-right:1px solid #e5ddd0; border-bottom:1px solid #e5ddd0; background:transparent; }
.cj-new-standards__grid .dashicons { position:absolute; left:18px; top:18px; color:#b33136; font-size:25px; }
.cj-new-standards__grid b { position:absolute; right:15px; top:16px; color:#b33136; font-size:12px; }
.cj-new-standards__grid h3 { margin:22px 0 5px; font-size:16px; }
.cj-new-standards__grid p { font-size:12px; line-height:1.45; }
.cj-new-product-strips { padding:52px 0 56px; background:#063d34; }
.cj-new-product-strips .cj-new-home__head { color:#fff; }
.cj-new-product-strips > .cj-new-home__wrap > div:last-child { display:grid; gap:10px; }
.cj-new-product-strips a,.cj-new-product-strips a:nth-child(2),.cj-new-product-strips a:nth-child(3) { min-height:128px; margin:0; border:1px solid rgba(255,255,255,.48); border-left:1px solid rgba(255,255,255,.48); }
.cj-new-product-strips span { min-height:128px; padding:18px 28px; justify-content:center; }
.cj-new-product-strips strong { font-size:26px; }
.cj-new-product-strips em { font-size:12px; }
.cj-new-product-strips i { position:absolute; right:28px; top:50%; margin:0; transform:translateY(-50%); width:34px; height:34px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.8); border-radius:50%; font-size:0; }
.cj-new-product-strips i::after { content:'→'; font-size:19px; }
.cj-new-links { padding:54px 0; background:#f6f2e9; }
.cj-new-links__grid { grid-template-columns:repeat(6,minmax(0,1fr)); gap:12px; }
.cj-new-links__grid a,.cj-new-links__grid a:nth-child(n) { grid-column:auto; min-height:245px; background:#fff; color:#143e35; box-shadow:0 5px 18px rgba(24,57,48,.07); }
.cj-new-links__grid img { position:static; height:120px; transform:none!important; }
.cj-new-links__grid a::after { display:none; }
.cj-new-links__grid span { position:static; display:block; padding:12px 12px 18px; }
.cj-new-links__grid h3 { margin:0 0 7px; font:700 15px/1.25 var(--cj-sans); }
.cj-new-links__grid p { display:block; color:#5c6b65; font-size:11px; line-height:1.45; }
.cj-new-links__grid i { right:12px; bottom:11px; color:#143e35; font-size:20px; }
.cj-new-steps { padding:38px 0; background:#af2e35; color:#fff; }
.cj-new-steps .cj-new-home__head { color:#fff; margin-bottom:20px; }
.cj-new-steps .cj-new-home__head p,.cj-new-steps p { color:#f7ddda; }
.cj-new-steps__grid { gap:22px; }
.cj-new-steps__grid article { padding-right:18px; }
.cj-new-steps__grid article:not(:last-child)::after { top:24px; right:-4px; width:calc(100% - 66px); border-color:rgba(255,255,255,.45); }
.cj-new-steps__grid > article > span,.cj-new-steps .dashicons { color:#fff; }
.cj-new-steps .dashicons { font-size:32px; margin:12px 0; }
.cj-new-steps__grid h3 { font:700 16px/1.3 var(--cj-sans); }
.cj-new-steps__grid p { font-size:12px; }
.cj-new-company { background:#f3eadb; }
.cj-new-company > div { grid-template-columns:.9fr 1.1fr; gap:46px; }
.cj-new-company h2 { font-size:39px; }
.cj-new-company img { height:315px; }
.cj-new-company__intro { font-size:15px; }
.cj-new-company ul { margin-top:18px; gap:7px; }
.cj-new-company li { font-size:13px; }
.cj-new-advantages { padding:48px 0; background:#f9f5eb; }
.cj-new-advantages__grid { grid-template-columns:repeat(6,1fr); gap:12px; border:0; }
.cj-new-advantages article { min-height:0; padding:10px 8px; border:0; text-align:center; }
.cj-new-advantages .dashicons { width:auto; height:auto; color:#093f36; font-size:42px; }
.cj-new-advantages h3 { margin:15px 0 7px; font:700 15px/1.2 var(--cj-sans); }
.cj-new-advantages p { margin:0 auto; font-size:11px; line-height:1.45; }
.cj-new-cases { padding:52px 0 56px; }
.cj-new-cases__grid { grid-template-columns:repeat(3,1fr); gap:14px; }
.cj-new-cases__grid a:first-child { grid-row:auto; }
.cj-new-cases__grid a:first-child img,.cj-new-cases__grid img { height:210px; }
.cj-new-cases__grid span { padding:14px 0 2px; }
.cj-new-cases__grid h3 { font-size:20px; }
.cj-new-cases__grid p { font-size:12px; }
.cj-new-guides { padding:55px 0; }
.cj-new-guides__grid { grid-template-columns:1.05fr .95fr; grid-template-rows:145px 145px; gap:12px; }
.cj-new-guides__grid a.is-featured { grid-row:span 2; }
.cj-new-guides__grid span { inset:auto 14px 13px; gap:4px; }
.cj-new-guides__grid h3,.cj-new-guides__grid a.is-featured h3 { font-size:19px; }
.cj-new-guides__grid p { font-size:11px; }
.cj-new-feedback { grid-template-columns:1fr; }
.cj-new-feedback__suggestion { min-height:220px; display:grid; grid-template-columns:.8fr 1.5fr; gap:34px; align-items:center; padding:40px max(32px,calc((100vw - 1100px)/2)); }
.cj-new-feedback__suggestion h2 { margin:0; font-size:32px; }
.cj-new-feedback__suggestion form { display:grid; grid-template-columns:1fr auto; gap:12px; }
.cj-new-feedback textarea { min-height:80px; }
.cj-new-feedback__suggestion button { align-self:end; margin:0; }
.cj-new-feedback__contact { min-height:270px; padding:48px max(32px,calc((100vw - 1100px)/2)); }
.cj-new-feedback__contact h2 { max-width:none; font-size:34px; }
.cj-new-feedback__contact dl { grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }
@media (max-width:768px) {
  .cj-new-section { padding:44px 0; }
  .cj-new-home__wrap { width:min(100% - 28px,1100px); }
  .cj-new-hero,.cj-new-hero__slides,.cj-new-hero__slide { min-height:540px; }
  .cj-new-hero__content h1 { font-size:43px; }
  .cj-new-standards__grid { grid-template-columns:1fr 1fr; }
  .cj-new-product-strips a,.cj-new-product-strips a:nth-child(n),.cj-new-product-strips span { min-height:145px; }
  .cj-new-links__grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .cj-new-links__grid a,.cj-new-links__grid a:nth-child(n) { min-height:238px; }
  .cj-new-steps__grid { grid-template-columns:1fr 1fr; }
  .cj-new-company > div { grid-template-columns:1fr; gap:28px; }
  .cj-new-advantages__grid { grid-template-columns:repeat(3,1fr); }
  .cj-new-cases__grid { grid-template-columns:1fr; }
  .cj-new-guides__grid { grid-template-columns:1fr; grid-template-rows:270px 180px 180px; }
  .cj-new-feedback__suggestion { grid-template-columns:1fr; padding:42px 22px; }
  .cj-new-feedback__suggestion form { grid-template-columns:1fr; }
  .cj-new-feedback__suggestion button { justify-self:start; }
  .cj-new-feedback__contact { padding:42px 22px; }
  .cj-new-feedback__contact dl { grid-template-columns:1fr 1fr; }
}

/* Pixel reference v2: horizontal products, 3x2 products, light booking rail. */
@media (min-width:769px) {
  .cj-new-product-strips > .cj-new-home__wrap > div:last-child { grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px; }
  .cj-new-product-strips a,.cj-new-product-strips a:nth-child(n),.cj-new-product-strips span { min-height:128px; }
  .cj-new-product-strips strong { font-size:23px; }
  .cj-new-product-strips em { max-width:30ch; }
  .cj-new-links__grid { grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; }
  .cj-new-links__grid a,.cj-new-links__grid a:nth-child(n) { min-height:220px; }
  .cj-new-links__grid img { height:122px; }
}
.cj-new-standards__grid { border:0; gap:0 28px; }
.cj-new-standards__grid article { border:0; min-height:82px; padding:8px 10px 8px 52px; }
.cj-new-standards__grid .dashicons { left:10px; top:11px; }
.cj-new-standards__grid b { top:10px; }
.cj-new-standards__grid h3 { margin:16px 0 3px; }
.cj-new-steps { background:#fbf8f1; color:#123b32; }
.cj-new-steps .cj-new-home__head { color:#123b32; }
.cj-new-steps .cj-new-home__head p,.cj-new-steps p { color:#64766f; }
.cj-new-steps__grid { gap:0; }
.cj-new-steps__grid article { padding:0 28px 0 0; text-align:center; }
.cj-new-steps__grid article:not(:last-child)::after { top:22px; right:8px; width:calc(100% - 88px); border-color:#b7c0b8; }
.cj-new-steps .dashicons,.cj-new-steps__grid > article > span { color:#143e35; }
.cj-new-steps .dashicons { width:42px; height:42px; margin:0 auto 7px; padding:8px; border:1px solid #9aaca4; border-radius:50%; font-size:25px; }
.cj-new-steps__grid > article > span { font-size:12px; }
.cj-new-steps__grid h3 { font-size:14px; color:#143e35; }
.cj-new-steps__grid p { font-size:11px; }
.cj-new-company { padding-top:48px; padding-bottom:48px; background:#fffdf8; }
.cj-new-company h2 { font-size:29px; }
.cj-new-company img { height:270px; border-radius:5px; }
.cj-new-company__intro { font-size:13px; }
.cj-new-advantages { background:#fff; }
.cj-new-advantages__grid { gap:8px; }
.cj-new-advantages .dashicons { font-size:35px; }
.cj-new-advantages h3 { font-size:14px; }
.cj-new-cases { background:#fff; color:#143e35; }
.cj-new-cases .cj-new-home__head p { color:#64766f; }
.cj-new-cases__grid a { color:#143e35; padding-bottom:12px; border-radius:4px; background:#fff; box-shadow:0 5px 17px rgba(24,57,48,.08); overflow:hidden; }
.cj-new-cases__grid img,.cj-new-cases__grid a:first-child img { height:175px; }
.cj-new-cases__grid span { padding:12px 14px 4px; }
.cj-new-cases__grid small,.cj-new-cases__grid li { color:#b33136; }
.cj-new-cases__grid h3 { font-size:18px; }
.cj-new-cases__grid p { color:#536860; font-size:11px; }
.cj-new-cases__grid em { color:#b33136; font-size:12px; }
.cj-new-guides { background:#faf7f0; }
.cj-new-guides__grid { grid-template-columns:1.2fr .8fr; grid-template-rows:132px 132px; }
.cj-new-guides__grid a.is-featured { grid-row:span 2; }
.cj-new-guides__grid a:not(.is-featured) { background:#fff; color:#143e35; }
.cj-new-guides__grid a:not(.is-featured)::after { background:rgba(255,255,255,.72); }
.cj-new-guides__grid a:not(.is-featured) img { width:40%; }
.cj-new-guides__grid a:not(.is-featured) span { left:44%; color:#143e35; }
.cj-new-guides__grid a:not(.is-featured) small,.cj-new-guides__grid a:not(.is-featured) em { color:#b33136; }
.cj-new-guides__grid a:not(.is-featured) p { color:#526860; }
.cj-new-feedback { grid-template-columns:1fr 1.2fr; }
.cj-new-feedback__suggestion,.cj-new-feedback__contact { min-height:255px; padding:38px max(28px,calc((100vw - 1100px)/2)); }
.cj-new-feedback__suggestion { display:block; padding-right:36px; }
.cj-new-feedback__suggestion h2 { max-width:11ch; font-size:30px; }
.cj-new-feedback__suggestion form { display:block; }
.cj-new-feedback__suggestion button { margin-top:10px; }
.cj-new-feedback__contact { background:#fffdf8; padding-left:36px; }
.cj-new-feedback__contact h2 { font-size:28px; }
.cj-new-feedback__contact dl { grid-template-columns:repeat(2,minmax(0,1fr)); }
@media (max-width:768px) {
  .cj-new-product-strips > .cj-new-home__wrap > div:last-child { grid-template-columns:1fr; }
  .cj-new-steps { background:#fbf8f1; }
  .cj-new-feedback { grid-template-columns:1fr; }
}

.cj-new-home-inquiry { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px; }
.cj-new-home-inquiry label { display:grid; gap:3px; color:#5c6b65; font-size:11px; font-weight:700; }
.cj-new-home-inquiry input,.cj-new-home-inquiry select,.cj-new-home-inquiry textarea { width:100%; min-height:30px; padding:6px 8px; border:1px solid #ddd5c8; border-radius:2px; background:#fff; color:#143e35; font:12px/1.35 var(--cj-sans); }
.cj-new-home-inquiry textarea { resize:vertical; }
.cj-new-home-inquiry__wide { grid-column:1 / -1; }
.cj-new-home-inquiry button { justify-self:end; padding:9px 18px; border:0; border-radius:2px; background:#b33136; color:#fff; font:700 12px/1 var(--cj-sans); cursor:pointer; }
.cj-new-feedback__contact { overflow:hidden; }
.cj-new-feedback__contact > p { margin-bottom:5px; }
.cj-new-feedback__contact h2 { margin-bottom:14px; }
@media (max-width:768px) { .cj-new-home-inquiry { grid-template-columns:1fr; } .cj-new-home-inquiry__wide { grid-column:auto; } }

/* Reference navigation: compact white brand bar with a precise product dropdown. */
.cj-global-header { position:relative; z-index:80; border-bottom:1px solid #e8e4dc; background:#fff; }
.cj-global-header__inner { width:min(1180px,calc(100% - 48px)); height:62px; gap:28px; }
.cj-global-brand { gap:8px; font-size:18px; }
.cj-global-brand small { margin-top:3px; font-size:7px; letter-spacing:.1em; }
.cj-global-brand__seal { width:30px; height:30px; border:0; background:#b33136; color:#fff; font-size:11px; }
.cj-global-nav { position:absolute; left:50%; transform:translateX(-50%); gap:31px; margin:0; }
.cj-global-nav a,.cj-global-nav button,.cj-global-header__chat { font-size:12px; font-weight:700; }
.cj-global-header__actions { margin-left:auto; gap:13px; }
.cj-language-switcher { gap:4px; font-size:11px; }
.cj-global-header .cj-button--primary { min-height:32px; padding:9px 16px; border-radius:17px; background:#a32e34; font-size:11px; }
.cj-nav-products__menu { top:calc(100% + 18px); left:-14px; min-width:126px; gap:0; padding:8px 0; border:1px solid #eee9e0; box-shadow:0 10px 24px rgba(18,49,41,.14); }
.cj-nav-products__menu a { padding:9px 14px; font-size:11px; }
@media (min-width:861px) {
  .cj-nav-products::after { content:""; position:absolute; z-index:1; top:100%; left:-14px; width:calc(100% + 28px); height:18px; }
  .cj-nav-products__menu { z-index:2; }
}
@media (max-width:768px) {
  .cj-global-header__inner { width:calc(100% - 28px); height:58px; }
  .cj-global-brand { font-size:16px; }
  .cj-global-brand__seal { width:27px; height:27px; }
}

/* Keep the language switcher available without restoring unrelated utility controls. */
@media (min-width:769px) {
  .cj-global-header__actions { display:flex; margin-left:auto; }
  .cj-global-header__actions > .cj-button,
  .cj-global-header__actions > .cj-menu-toggle { display:none; }
  .cj-global-header__actions > .cj-language-note { display:inline-flex; padding:7px 10px; border:1px solid #d9d4ca; border-radius:3px; }
}

/* Keep the reference navigation visible at desktop browser zoom levels.
 * Earlier theme rules hid it below 1180px, leaving a desktop-width gap before
 * the mobile menu breakpoint was reached. */
@media (min-width:861px) {
  .cj-global-nav { display:flex; }
  .cj-menu-toggle { display:none; }
}

/* Reference page density: compact desktop proportions across every homepage band. */
@media (min-width:769px) {
  .cj-new-section { padding:38px 0; }
  .cj-new-home__head { margin-bottom:18px; }
  .cj-new-home__head h2 { font-size:24px; }
  .cj-new-hero,.cj-new-hero__slides,.cj-new-hero__slide { min-height:320px; }
  .cj-new-hero__content { padding-top:58px; padding-bottom:52px; }
  .cj-new-hero__content h1 { font-size:42px; }
  .cj-new-hero__content > div { font-size:13px; }
  .cj-new-hero__content a { margin-top:16px; padding:10px 15px; font-size:12px; }
  .cj-new-standards__grid article { min-height:67px; }
  .cj-new-product-strips { padding:28px 0 32px; }
  .cj-new-product-strips a,.cj-new-product-strips a:nth-child(n),.cj-new-product-strips span { min-height:94px; }
  .cj-new-product-strips span { padding:13px 18px; }
  .cj-new-product-strips strong { font-size:20px; }
  .cj-new-product-strips em { font-size:10px; }
  .cj-new-links { padding:34px 0; }
  .cj-new-links__grid a,.cj-new-links__grid a:nth-child(n) { min-height:196px; }
  .cj-new-links__grid img { height:108px; }
  .cj-new-steps { padding:27px 0; }
  .cj-new-steps__grid p { max-width:22ch; margin-inline:auto; }
  .cj-new-company { padding:36px 0; }
  .cj-new-company > div { gap:32px; }
  .cj-new-company img { height:215px; }
  .cj-new-advantages { padding:32px 0; }
  .cj-new-cases { padding:34px 0; }
  .cj-new-cases__grid img,.cj-new-cases__grid a:first-child img { height:150px; }
  .cj-new-guides { padding:34px 0; }
  .cj-new-feedback__suggestion,.cj-new-feedback__contact { min-height:230px; padding-top:28px; padding-bottom:28px; }
}

/* Full-site final remediation guards. Keep feedback and customer inquiry as two independent full-width homepage sections. */
.cj-new-feedback--suggestions,
.cj-new-feedback--inquiry {
  display: block;
  grid-template-columns: none;
}

.cj-new-feedback--suggestions .cj-new-feedback__suggestion {
  display: grid;
  grid-template-columns: minmax(220px, .42fr) minmax(0, .58fr);
  gap: clamp(22px, 4vw, 58px);
  align-items: center;
  min-height: 260px;
  padding: 46px max(28px, calc((100vw - 1120px) / 2));
}

.cj-new-feedback--suggestions .cj-new-feedback__suggestion h2,
.cj-new-feedback--inquiry .cj-new-feedback__contact h2 {
  max-width: 14ch;
}

.cj-new-feedback--suggestions .cj-new-feedback__suggestion form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: end;
}

.cj-new-feedback--suggestions .cj-new-feedback__suggestion textarea {
  min-height: 96px;
}

.cj-new-feedback--suggestions .cj-new-feedback__suggestion button {
  margin-top: 0;
  white-space: nowrap;
}

.cj-new-feedback--inquiry {
  background: #fffdf8;
}

.cj-new-feedback--inquiry .cj-new-feedback__contact {
  min-height: 360px;
  padding: 56px max(28px, calc((100vw - 1120px) / 2));
}

.cj-new-feedback--inquiry .cj-new-home-inquiry {
  max-width: 860px;
}

.cj-about-fallback-panel {
  width: min(1120px, calc(100% - 48px));
  margin: 48px auto;
}

.cj-about-fallback-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 28px;
}

.cj-about-fallback-grid article {
  padding: 24px;
  border: 1px solid rgba(23, 32, 29, .12);
  border-radius: 8px;
  background: #fffdf8;
}

.cj-about-fallback-grid h2 {
  margin: 0 0 12px;
  color: #0d3a31;
  font: 800 22px/1.2 var(--cj-sans);
}

.cj-about-fallback-grid p {
  margin: 0;
  color: #53645e;
  font: 500 15px/1.75 var(--cj-sans);
}

@media (max-width: 860px) {
  .cj-new-feedback--suggestions .cj-new-feedback__suggestion,
  .cj-new-feedback--inquiry .cj-new-feedback__contact {
    grid-template-columns: 1fr;
    padding: 42px 22px;
  }

  .cj-new-feedback--suggestions .cj-new-feedback__suggestion form {
    grid-template-columns: 1fr;
  }

  .cj-new-feedback--suggestions .cj-new-feedback__suggestion button {
    justify-self: start;
  }

  .cj-about-fallback-grid {
    grid-template-columns: 1fr;
  }
}

.cj-breadcrumb {
  max-width: 1180px;
  margin: 24px auto 0;
  padding: 0 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  font-size: 13px;
  color: rgba(33, 45, 39, .68);
}

.cj-breadcrumb a {
  color: var(--cj-jade-dark);
  text-decoration: none;
}

.cj-guide-body .cj-guide-detail-block {
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid rgba(32, 58, 50, .14);
}

.cj-guide-body .cj-guide-detail-block h2 {
  margin: 0 0 14px;
  font-size: clamp(22px, 2vw, 30px);
}

.cj-guide-body .cj-tour-card {
  max-width: 520px;
}

.cj-guide-archive .cj-new-guides__grid {
  margin-top: 0;
}

.cj-about-related {
  margin: 10px 0 28px;
  padding: 24px;
  border: 1px solid rgba(32, 58, 50, .12);
  background: #f5efe3;
}

.cj-about-related h2 {
  margin: 0 0 14px;
  color: #0d3a31;
  font: 800 24px/1.25 var(--cj-sans);
}

.cj-about-related > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.cj-about-related a {
  display: grid;
  gap: 8px;
  padding: 16px;
  min-height: 138px;
  border: 1px solid rgba(32, 58, 50, .12);
  background: #fffdf8;
  color: inherit;
  text-decoration: none;
}

.cj-about-related strong {
  color: #0d3a31;
  font: 800 17px/1.3 var(--cj-sans);
}

.cj-about-related span {
  color: #53645e;
  font: 500 14px/1.6 var(--cj-sans);
}

.cj-case-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 28px;
}

.cj-case-facts span {
  display: grid;
  gap: 4px;
  padding: 14px;
  border: 1px solid rgba(32, 58, 50, .12);
  background: #fffdf8;
  color: #53645e;
  font: 600 14px/1.4 var(--cj-sans);
}

.cj-case-facts strong {
  color: #0d3a31;
  font-size: 12px;
  text-transform: uppercase;
}

.cj-case-related {
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid rgba(32, 58, 50, .14);
}

.cj-case-gallery {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 16px;
  margin-top: 32px;
}

.cj-case-gallery figure {
  margin: 0;
  background: #fffdf8;
}

.cj-case-gallery figure:first-child {
  grid-row: span 2;
}

.cj-case-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.cj-case-gallery figure:first-child img {
  height: 100%;
  min-height: 420px;
}

.cj-case-gallery figcaption {
  padding: 10px 12px;
  color: #53645e;
  font: 600 12px/1.4 var(--cj-sans);
}

.cj-city-editorial-blocks {
  align-items: stretch;
}

.cj-city-editorial-blocks > div {
  padding: 28px;
  border: 1px solid rgba(32, 58, 50, .12);
  background: #fffdf8;
}

.cj-city-editorial-blocks h2 {
  margin: 0 0 14px;
  color: #0d3a31;
}

.cj-city-guides,
.cj-city-related {
  width: min(1120px, calc(100% - 48px));
  margin: 42px auto;
}

@media (max-width: 860px) {
  .cj-about-related > div {
    grid-template-columns: 1fr;
  }

  .cj-case-facts {
    grid-template-columns: 1fr 1fr;
  }

  .cj-case-gallery {
    grid-template-columns: 1fr;
  }

  .cj-case-gallery figure:first-child {
    grid-row: auto;
  }

  .cj-case-gallery figure:first-child img {
    min-height: 0;
  }
}

/* P1-01: restore a readable, editorial cadence without changing homepage content or routes. */
@media (min-width: 769px) {
  .cj-new-home__wrap {
    width: min(1180px, calc(100% - 64px));
  }

  .cj-new-section {
    padding: 68px 0;
  }

  .cj-new-home__head {
    align-items: end;
    margin-bottom: 32px;
  }

  .cj-new-home__head h2 {
    max-width: 14ch;
    font-size: clamp(30px, 3vw, 46px);
    line-height: 1.08;
  }

  .cj-new-home__head p {
    font-size: 15px;
    line-height: 1.65;
  }

  .cj-new-hero,
  .cj-new-hero__slides,
  .cj-new-hero__slide {
    min-height: 540px;
  }

  .cj-new-hero__content {
    padding-top: 134px;
    padding-bottom: 118px;
  }

  .cj-new-hero__content h1 {
    max-width: 11ch;
    font-size: clamp(54px, 5.4vw, 76px);
  }

  .cj-new-hero__content > div {
    font-size: 17px;
  }

  .cj-new-hero__content a {
    margin-top: 26px;
    padding: 13px 20px;
    font-size: 13px;
  }

  .cj-new-standards {
    padding-top: 54px;
    padding-bottom: 62px;
  }

  .cj-new-standards__grid article {
    min-height: 118px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .cj-new-standards__grid h3 {
    font-size: 17px;
  }

  .cj-new-standards__grid p {
    font-size: 12px;
    line-height: 1.55;
  }

  .cj-new-company,
  .cj-new-advantages,
  .cj-new-cases,
  .cj-new-guides {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .cj-new-company > div {
    gap: 58px;
  }

  .cj-new-company h2 {
    font-size: clamp(34px, 3vw, 48px);
  }

  .cj-new-company img {
    height: 340px;
  }
}

/* P1-02: three independently paced, full-width product banners. */
@media (min-width: 769px) {
  .cj-new-product-strips {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .cj-new-product-strips > .cj-new-home__wrap > div:last-child {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .cj-new-product-strips a,
  .cj-new-product-strips a:nth-child(n) {
    min-height: 254px;
    margin: 0;
    border: 0;
    background: #0b332b;
  }

  .cj-new-product-strips a::after {
    display: block;
    background: linear-gradient(90deg, rgba(3, 28, 23, .88), rgba(3, 28, 23, .5) 48%, rgba(3, 28, 23, .08));
  }

  .cj-new-product-strips a:nth-child(2)::after {
    background: linear-gradient(90deg, rgba(47, 24, 18, .88), rgba(47, 24, 18, .48) 48%, rgba(47, 24, 18, .08));
  }

  .cj-new-product-strips a:nth-child(3)::after {
    background: linear-gradient(90deg, rgba(12, 42, 55, .88), rgba(12, 42, 55, .48) 48%, rgba(12, 42, 55, .08));
  }

  .cj-new-product-strips span {
    min-height: 254px;
    max-width: 610px;
    padding: 38px 52px;
  }

  .cj-new-product-strips strong {
    margin: 10px 0;
    font-size: clamp(34px, 3.4vw, 48px);
    line-height: 1.03;
  }

  .cj-new-product-strips em {
    max-width: 44ch;
    font-size: 15px;
    line-height: 1.6;
  }

  .cj-new-product-strips i {
    position: static;
    display: inline-block;
    width: auto;
    height: auto;
    margin-top: 18px;
    transform: none;
    border: 0;
    border-radius: 0;
    font-size: 13px;
  }

  .cj-new-product-strips i::after {
    content: none;
  }

  .cj-new-product-strips a:hover img,
  .cj-new-product-strips a:focus-visible img {
    transform: scale(1.035);
  }
}

/* Equal route tiles keep all six journeys aligned across breakpoints. */
@media (min-width: 0px) {
  .cj-new-links {
    padding-top: 56px;
    padding-bottom: 64px;
  }

  .cj-new-links__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-flow: row;
    gap: 24px;
  }

  .cj-new-links__grid a,
  .cj-new-links__grid a:nth-child(n) {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
    min-height: 320px;
    aspect-ratio: 4 / 3;
    grid-column: auto;
    overflow: hidden;
    border-radius: 0;
    background: #113d34;
    box-shadow: none;
    color: #fff;
  }

  .cj-new-links__grid img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
  }

  .cj-new-links__grid a::after {
    display: block;
    background: linear-gradient(0deg, rgba(3, 30, 24, .9), rgba(3, 30, 24, .1) 72%);
  }

  .cj-new-links__grid span {
    position: relative;
    inset: auto;
    display: block;
    width: 100%;
    padding: 24px;
    box-sizing: border-box;
  }

  .cj-new-links__grid small {
    display: block;
    margin-bottom: 8px;
    color: #ecd8a5;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .cj-new-links__grid h3 {
    margin: 0 0 7px;
    color: inherit;
    font: 600 26px/1.3 var(--cj-sans);
    overflow-wrap: anywhere;
  }

  .cj-new-links__grid p {
    display: block;
    max-width: 42ch;
    margin: 0;
    color: rgba(255, 255, 255, .9);
    font-size: 15px;
    line-height: 1.55;
    min-height: 3.1em;
  }

  .cj-new-links__grid i {
    position: static;
    display: inline-block;
    margin-top: 14px;
    color: #fff;
    font-size: 23px;
    line-height: 1;
  }

  .cj-new-links__grid em {
    display: inline-block;
    margin-left: 8px;
    color: #fff;
    font: 700 14px/1.4 var(--cj-sans);
    font-style: normal;
    vertical-align: 3px;
  }

  .cj-new-links__grid a:hover img,
  .cj-new-links__grid a:focus-visible img {
    transform: scale(1.045);
  }

  .cj-new-links__grid a:hover::after,
  .cj-new-links__grid a:focus-visible::after {
    background: linear-gradient(0deg, rgba(3, 30, 24, .78), rgba(3, 30, 24, .04) 72%);
  }

  .cj-new-links__grid a:focus-visible {
    outline: 3px solid #b33136;
    outline-offset: 4px;
  }
}

@media (max-width: 1024px) {
  .cj-new-links__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}

@media (max-width: 600px) {
  .cj-new-links { padding: 40px 0; }
  .cj-new-links__grid { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .cj-new-links__grid a:nth-child(n) { min-height: 300px; }
  .cj-new-links__grid span { padding: 22px; }
  .cj-new-links__grid h3 { font-size: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .cj-new-links__grid img { transition: none; }
  .cj-new-links__grid a:hover img,
  .cj-new-links__grid a:focus-visible img {
    transform: none;
  }
}

/* P1-06: a visible service-resource list, not a footer-icon row or six feature cards. */
.cj-new-advantages {
  background: #f4efe5;
}

.cj-new-advantages__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 34px;
  border-top: 1px solid #c9c1b2;
}

.cj-new-advantages article {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  column-gap: 14px;
  min-height: 142px;
  padding: 24px 0 22px;
  border: 0;
  border-bottom: 1px solid #c9c1b2;
  background: transparent;
  text-align: left;
}

.cj-new-advantages .dashicons {
  width: 42px;
  height: 42px;
  padding: 9px;
  border: 1px solid #527066;
  border-radius: 50%;
  color: #0d493d;
  font-size: 24px;
}

.cj-new-advantages h3 {
  grid-column: 2;
  margin: 1px 0 7px;
  color: #123e34;
  font: 700 19px/1.2 var(--cj-sans);
}

.cj-new-advantages p {
  grid-column: 2;
  max-width: 28ch;
  margin: 0;
  color: #50665e;
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .cj-new-advantages__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 18px;
  }

  .cj-new-advantages article {
    grid-template-columns: 38px minmax(0, 1fr);
    column-gap: 10px;
    min-height: 132px;
    padding: 18px 0;
  }

  .cj-new-advantages .dashicons {
    width: 34px;
    height: 34px;
    padding: 7px;
    font-size: 20px;
  }

  .cj-new-advantages h3,
  .cj-new-advantages p {
    grid-column: 2;
  }

  .cj-new-advantages h3 {
    margin-top: 0;
    font-size: 15px;
  }

  .cj-new-advantages p {
    font-size: 11px;
  }
}

/* P1-07: route evidence and factual details give this section a case-study character. */
.cj-new-cases {
  background: #103d34;
  color: #fff;
  padding: 56px 0 64px;
}

.cj-new-cases .cj-new-home__head {
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 28px;
}

.cj-new-cases .cj-new-home__head p {
  max-width: 48ch;
  color: #dbe5df;
  font-size: 15px;
  line-height: 1.7;
}

.cj-new-cases__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.cj-new-cases__grid a,
.cj-new-cases__grid a:hover {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: visible;
  padding: 0 0 18px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, .42);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #fff;
  transform: none;
}

.cj-new-cases__grid img,
.cj-new-cases__grid a:first-child img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  display: block;
  flex-shrink: 0;
  margin-top: 14px;
  object-fit: cover;
}

.cj-new-cases__grid a:first-child {
  grid-row: span 1;
}

.cj-new-cases__grid span {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px 0 0;
}

.cj-new-cases__grid small {
  color: #ead59e;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cj-new-cases__grid h3 {
  margin: 8px 0 10px;
  color: inherit;
  font: 600 24px/1.35 var(--cj-sans);
  min-height: 1.35em;
  overflow-wrap: anywhere;
}

.cj-new-cases__grid ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 9px;
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
  min-height: 1.5em;
  font-size: 13px;
  align-content: flex-start;
}

.cj-new-cases__grid li {
  color: #e9d9b5;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
}

.cj-new-cases__grid li + li::before {
  content: "/";
  margin-right: 9px;
  color: rgba(233, 217, 181, .6);
}

.cj-new-cases__grid p {
  margin: 0;
  color: #dbe5df;
  font-size: 15px;
  line-height: 1.65;
  padding-bottom: 20px;
}

.cj-new-cases__grid em {
  display: inline-block;
  margin-top: auto;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 800;
}

.cj-new-cases__grid a:hover h3,
.cj-new-cases__grid a:focus-visible h3 {
  color: #ead59e;
}

.cj-new-cases__grid a:focus-visible {
  outline: 2px solid #ead59e;
  outline-offset: 6px;
}

@media (min-width: 769px) {
  .cj-new-cases:lang(en) .cj-new-cases__grid h3 { min-height: 2.7em; }
  .cj-new-cases:lang(en) .cj-new-cases__grid ul { min-height: 3em; }
}

@media (min-width: 769px) and (max-width: 1199px) {
  .cj-new-cases__grid h3 { min-height: 2.7em; }
}

@media (max-width: 768px) {
  .cj-new-cases { padding: 40px 0; }
  .cj-new-cases .cj-new-home__head { display: block; }
  .cj-new-cases .cj-new-home__head p { max-width: none; margin-top: 12px; }
  .cj-new-cases__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .cj-new-cases__grid img,
  .cj-new-cases__grid a:first-child img {
    height: auto;
  }
  .cj-new-cases__grid h3,
  .cj-new-cases__grid ul { min-height: 0; }
}

.cj-footer-expanded { padding: 52px max(24px, calc((100% - 1180px) / 2)) 24px; background: #242c29; color: #dce3de; }
.cj-footer-expanded .cj-global-footer__grid { display: grid; grid-template-columns: 1.15fr 1fr 1.35fr 1fr; gap: 36px; }
.cj-footer-expanded .cj-global-footer__grid > * { min-width: 0; }
.cj-footer-expanded .cj-global-footer__grid > div { grid-column: auto; }
.cj-footer-expanded nav { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.cj-footer-expanded strong { margin-bottom: 10px; font-size: 18px; }
.cj-footer-expanded a,.cj-footer-expanded nav a { color: #dce3de; font-size: 14px; line-height: 1.6; text-decoration: none; overflow-wrap: anywhere; }
.cj-footer-expanded a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.cj-footer-expanded a:focus-visible { outline: 2px solid #e5c987; outline-offset: 4px; }
.cj-footer-expanded p { max-width: 52ch; margin: 14px 0 0; color: #c5d0c9; font-size: 14px; line-height: 1.75; }
.cj-footer-expanded__destinations { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px 24px; width: 100%; }
.cj-footer-expanded__service { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 36px; margin-top: 36px; padding-top: 28px; border-top: 1px solid #4c5650; }
.cj-footer-expanded__service h2 { margin: 0 0 14px; color: #fff; font: 600 18px/1.4 var(--cj-sans); }
.cj-footer-expanded__contacts { display: flex; flex-direction: column; gap: 10px; font-size: 14px; overflow-wrap: anywhere; }
.cj-footer-expanded__payments { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; list-style: none; }
.cj-footer-expanded__payments li { display: flex; gap: 10px; padding: 0; border: 0; color: #fff; }
.cj-footer-payment-label { padding: 10px 14px; border: 1px solid #67766e; font-size: 14px; }
.cj-footer-icon { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 48px; width: 48px; height: 48px; vertical-align: middle; }
.cj-footer-icon img { display: block; width: 48px; height: 48px; max-width: 100%; object-fit: contain; }
.cj-footer-icon--visa,.cj-footer-icon--mastercard,.cj-footer-icon--paypal { background: #fff; border-radius: 50%; }
.cj-footer-icon--visa img,.cj-footer-icon--mastercard img,.cj-footer-icon--paypal img { width: 34px; height: 34px; }
.cj-footer-icon--member { background: url('../images/footer-icons/members.png') no-repeat; background-size: 156px 48px; }
.cj-footer-icon--pata { background-position: left center; }
.cj-footer-icon--asta { background-position: center center; }
.cj-footer-icon--cats { background-position: right center; }
.cj-footer-icon--award { width: 80px; height: 80px; flex-basis: 80px; }
.cj-footer-icon--award img { width: 80px; height: 80px; }
.cj-footer-icon-list { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.cj-footer-icon-list a { display: inline-flex; }
.cj-footer-icon-groups { display: flex; flex-wrap: wrap; gap: 32px 64px; margin-top: 28px; }
.cj-footer-icon-groups h2 { margin: 0 0 14px; color: #fff; font: 600 18px/1.4 var(--cj-sans); }
.cj-footer-services { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 24px; margin-top: 36px; padding-top: 28px; border-top: 1px solid #4c5650; }
.cj-footer-services a { display: flex; align-items: center; gap: 14px; min-width: 0; }
.cj-footer-services img { flex: 0 0 44px; width: 44px; height: 44px; object-fit: contain; }
.cj-footer-services span { font-weight: 600; }
@media (max-width: 768px) { .cj-footer-services { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px 20px; } }
@media (max-width: 400px) { .cj-footer-services a { flex-direction: column; align-items: flex-start; gap: 10px; } }
.cj-footer-expanded .cj-global-footer__bar { align-items: center; margin-top: 28px; padding: 20px 0 0; gap: 20px; font-size: 13px; color: #c5d0c9; }
.cj-footer-expanded .cj-global-footer__legal { flex-direction: row; flex-wrap: wrap; gap: 18px; }
@media (max-width: 1024px) {
  .cj-footer-expanded .cj-global-footer__grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 32px; }
}
@media (max-width: 600px) {
  .cj-footer-expanded { padding: 36px 20px 24px; }
  .cj-footer-expanded .cj-global-footer__grid { gap: 28px 20px; }
  .cj-footer-expanded .cj-global-footer__grid > .cj-footer-expanded__brand { grid-column: 1 / -1; }
  .cj-footer-expanded .cj-global-footer__grid > nav:nth-child(2) { order: 1; }
  .cj-footer-expanded .cj-global-footer__grid > nav:nth-child(4) { order: 2; }
  .cj-footer-expanded .cj-global-footer__grid > nav:nth-child(3) { order: 3; grid-column: 1 / -1; }
  .cj-footer-expanded__destinations { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .cj-footer-expanded__service { grid-template-columns: minmax(0,1fr); gap: 28px; }
  .cj-footer-expanded .cj-global-footer__bar { align-items: flex-start; flex-direction: column; }
}

/* P1-08: guide wayfinding and related reading. */
.cj-guide-body { position: relative; }
.cj-guide-toc { display: grid; align-content: start; gap: 9px; grid-column: 2; grid-row: 1; padding: 18px 0; border-top: 2px solid #123e34; }
.cj-guide-toc strong { color: #123e34; font-size: 13px; }
.cj-guide-toc a { color: #536b62; font-size: 13px; text-decoration: none; }
.cj-guide-toc a:hover, .cj-guide-toc a:focus-visible { color: #a93235; text-decoration: underline; text-underline-offset: 3px; }
.cj-guide-body__content > section:first-child { scroll-margin-top: 32px; }
.cj-guide-detail-block { scroll-margin-top: 32px; }
.cj-guide-related-guides > div { display: grid; gap: 1px; border-top: 1px solid #d7d1c5; }
.cj-guide-related-guides a { padding: 12px 0; border-bottom: 1px solid #d7d1c5; color: #123e34; font-weight: 700; text-decoration: none; }
.cj-guide-related-guides a:hover, .cj-guide-related-guides a:focus-visible { color: #a93235; }
@media (max-width: 860px) { .cj-guide-toc { grid-column: 1; grid-row: auto; margin-bottom: 24px; } }

/* About Us: image-led editorial layout with a single-column mobile reading order. */
body.page-id-342 .site-content { display:block; width:100% !important; }
body.page-id-342 .content-area { float:none; width:100% !important; }
body.page-id-342 #right-sidebar { display:none; }
.cj-about-reference { overflow:hidden; background:#fff; color:#1e3129; }
.cj-about-reference__band { width:min(1120px, calc(100% - 64px)); margin:0 auto; }
.cj-about-reference h1,.cj-about-reference h2,.cj-about-reference h3,.cj-about-reference p { letter-spacing:0; }
.cj-about-reference h2 { margin:0; color:#123e34; font:500 clamp(32px,3vw,48px)/1.08 var(--cj-display); }
.cj-about-reference p { margin:0; color:#53665e; font:400 15px/1.9 var(--cj-sans); }
.cj-about-reference__hero { display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1.06fr); min-height:515px; background:#123e34; }
.cj-about-reference__hero-copy { position:relative; display:flex; flex-direction:column; justify-content:center; padding:80px clamp(38px,8vw,142px); overflow:hidden; color:#fff; }
.cj-about-reference__hero-copy::before { position:absolute; inset:0; opacity:.23; background:linear-gradient(138deg,transparent 40%,rgba(234,211,156,.34) 40.2%,transparent 40.5%),repeating-linear-gradient(48deg,transparent 0 19px,rgba(255,255,255,.08) 20px 21px,transparent 22px 38px); content:''; }
.cj-about-reference__hero-copy > * { position:relative; }
.cj-about-reference__hero-copy p { margin:0 0 16px; color:#ead39c; font-size:14px; font-weight:700; }
.cj-about-reference__hero-copy h1 { margin:0; color:#fff; font:500 clamp(54px,5.9vw,92px)/.98 var(--cj-display); }
.cj-about-reference__hero-copy span { max-width:35ch; margin-top:24px; color:rgba(255,255,255,.84); font-size:15px; line-height:1.75; }
.cj-about-reference__hero-photo { min-height:515px; background-position:center; background-size:cover; clip-path:ellipse(92% 86% at 100% 50%); }
.cj-about-reference__intro { display:grid; grid-template-columns:minmax(0,.95fr) minmax(310px,.83fr); gap:clamp(44px,9vw,140px); align-items:center; padding:108px 0 118px; }
.cj-about-reference__intro-photo { aspect-ratio:1.26; overflow:hidden; border-radius:0 0 52% 0; }
.cj-about-reference__intro-photo img,.cj-about-reference__travel-grid img,.cj-about-reference__document-strip img { width:100%; height:100%; object-fit:cover; }
.cj-about-reference__intro-copy { max-width:480px; }
.cj-about-reference__intro-copy h2 { margin-bottom:28px; }
.cj-about-reference__services { background:#f2eee6; }
.cj-about-reference__service-list { padding:75px 0 54px; }
.cj-about-reference__service-list article { display:grid; grid-template-columns:56px minmax(0,1fr); gap:26px; max-width:940px; padding:0 0 34px; margin:0 0 34px; border-bottom:1px solid #d4cec2; }
.cj-about-reference__service-list article:last-child { margin-bottom:0; }
.cj-about-reference__service-list .dashicons { width:50px; height:50px; padding:12px; border:1px solid #71887d; border-radius:50%; color:#123e34; font-size:26px; }
.cj-about-reference__service-list h2 { margin-bottom:13px; font-size:clamp(28px,2.7vw,41px); }
.cj-about-reference__travel-ways { padding:16px 0 104px; }
.cj-about-reference__travel-ways > h2 { margin-bottom:34px; }
.cj-about-reference__travel-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:19px; }
.cj-about-reference__travel-grid a { display:grid; grid-template-rows:235px minmax(110px,auto); overflow:hidden; border-radius:0; background:#fff; color:#123e34; text-decoration:none; }
.cj-about-reference__travel-grid a:hover img,.cj-about-reference__travel-grid a:focus-visible img { transform:scale(1.045); }
.cj-about-reference__travel-grid img { transition:transform .35s ease; }
.cj-about-reference__travel-grid span { display:grid; gap:8px; padding:18px 20px 21px; }
.cj-about-reference__travel-grid b { font:700 20px/1.2 var(--cj-sans); }
.cj-about-reference__travel-grid em { color:#697b73; font:400 13px/1.55 var(--cj-sans); font-style:normal; }
.cj-about-reference__resources { padding:104px 0 112px; background:#fffdf8; }
.cj-about-reference__resources > div > h2 { margin-bottom:44px; text-align:center; }
.cj-about-reference__resources-grid { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid #ddd6c9; border-left:1px solid #ddd6c9; }
.cj-about-reference__resources-grid article { min-height:184px; padding:33px 30px; border-right:1px solid #ddd6c9; border-bottom:1px solid #ddd6c9; text-align:center; }
.cj-about-reference__resources-grid .dashicons { width:40px; height:40px; margin:0 auto 17px; color:#9b3032; font-size:40px; }
.cj-about-reference__resources-grid h3 { margin:0; color:#234238; font:700 17px/1.35 var(--cj-sans); }
.cj-about-reference__resources-grid p { margin:5px auto 0; color:#6d786f; font-size:12px; line-height:1.45; }
.cj-about-reference__credentials { display:grid; grid-template-columns:minmax(270px,.68fr) minmax(0,1.32fr); gap:clamp(36px,8vw,112px); align-items:center; padding:116px 0; }
.cj-about-reference__credentials h2 { margin-bottom:28px; }
.cj-about-reference__document-strip { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; align-items:center; }
.cj-about-reference__document-strip img { aspect-ratio:.72; padding:7px; border:1px solid #d8d1c5; background:#fff; box-shadow:0 13px 25px rgba(41,51,42,.12); }
.cj-about-reference__document-strip img:nth-child(2) { transform:translateY(-18px); }
.cj-about-reference__contact { min-height:410px; background-position:right center; background-repeat:no-repeat; background-size:52% 100%; background-color:#e7e1d8; }
.cj-about-reference__contact > div { display:grid; grid-template-columns:minmax(260px,.78fr) minmax(310px,.78fr); gap:80px; align-items:center; min-height:410px; }
.cj-about-reference__contact-copy h2 { max-width:8ch; color:#193d31; }
.cj-about-reference__contact-copy a { display:inline-flex; gap:11px; align-items:center; margin-top:34px; color:#a1272b; font:700 16px/1.2 var(--cj-sans); text-decoration:none; }
.cj-about-reference__contact-copy a:hover,.cj-about-reference__contact-copy a:focus-visible { color:#731b20; text-decoration:underline; text-underline-offset:5px; }
.cj-about-reference__contact-card { display:grid; grid-template-columns:36px minmax(0,1fr); gap:16px; padding:30px; background:rgba(255,255,255,.96); box-shadow:0 16px 34px rgba(31,43,34,.13); }
.cj-about-reference__contact-card > .dashicons { width:30px; height:30px; color:#a1272b; font-size:30px; }
.cj-about-reference__contact-card p { color:#344f45; font-size:14px; }
.cj-about-reference a:focus-visible { outline:3px solid #a1272b; outline-offset:4px; }
@media (max-width:860px) {
  .cj-about-reference__band { width:min(100% - 40px,620px); }
  .cj-about-reference__hero { grid-template-columns:1fr; min-height:0; }
  .cj-about-reference__hero-copy { min-height:354px; padding:56px 24px; }
  .cj-about-reference__hero-copy h1 { font-size:58px; }
  .cj-about-reference__hero-photo { min-height:300px; clip-path:none; }
  .cj-about-reference__intro { grid-template-columns:1fr; gap:31px; padding:62px 0; }
  .cj-about-reference__intro-photo { aspect-ratio:1.14; border-radius:0 0 38% 0; }
  .cj-about-reference__service-list { padding:54px 0 24px; }
  .cj-about-reference__service-list article { grid-template-columns:44px minmax(0,1fr); gap:15px; padding-bottom:25px; margin-bottom:25px; }
  .cj-about-reference__service-list .dashicons { width:40px; height:40px; padding:9px; font-size:22px; }
  .cj-about-reference__travel-ways { padding:13px 0 62px; }
  .cj-about-reference__travel-grid { grid-template-columns:1fr; gap:15px; }
  .cj-about-reference__travel-grid a { grid-template-columns:124px minmax(0,1fr); grid-template-rows:132px; }
  .cj-about-reference__travel-grid span { align-content:center; padding:14px 17px; }
  .cj-about-reference__resources { padding:62px 0; }
  .cj-about-reference__resources > div > h2 { margin-bottom:29px; text-align:left; }
  .cj-about-reference__resources-grid { grid-template-columns:repeat(2,1fr); }
  .cj-about-reference__resources-grid article { min-height:145px; padding:25px 14px; }
  .cj-about-reference__resources-grid .dashicons { margin-bottom:12px; font-size:33px; }
  .cj-about-reference__resources-grid h3 { font-size:14px; }
  .cj-about-reference__credentials { grid-template-columns:1fr; gap:31px; padding:64px 0; }
  .cj-about-reference__document-strip { gap:8px; }
  .cj-about-reference__contact { min-height:0; padding:0 0 258px; background-position:bottom; background-size:100% 245px; }
  .cj-about-reference__contact > div { grid-template-columns:1fr; gap:30px; min-height:0; padding:58px 0 0; }
  .cj-about-reference__contact-copy h2 { max-width:none; }
  .cj-about-reference__contact-card { padding:24px; }
}
@media (max-width:420px) {
  .cj-about-reference__band { width:calc(100% - 32px); }
  .cj-about-reference h2 { font-size:31px; }
  .cj-about-reference__hero-copy h1 { font-size:50px; }
  .cj-about-reference__travel-grid a { grid-template-columns:104px minmax(0,1fr); }
  .cj-about-reference__travel-grid b { font-size:17px; }
  .cj-about-reference__travel-grid em { font-size:12px; }
  .cj-about-reference__resources-grid h3 { overflow-wrap:anywhere; }
}

/* Reference-density pass: the desktop composition follows the supplied compact editorial rhythm. */
.cj-about-reference .dashicons { font-family:dashicons !important; }
.cj-about-reference__travel-grid a { border-radius:8px; }
@media (min-width:861px) {
  .cj-about-reference__hero,.cj-about-reference__hero-photo { min-height:430px; }
  .cj-about-reference__hero-copy { padding-top:60px; padding-bottom:60px; }
  .cj-about-reference__hero-copy h1 { font-size:clamp(50px,4.8vw,74px); }
  .cj-about-reference__intro { grid-template-columns:minmax(0,.72fr) minmax(400px,1.08fr); gap:clamp(54px,7vw,104px); padding:48px 0 52px; }
  .cj-about-reference__intro-photo { aspect-ratio:1.31; }
  .cj-about-reference__intro-copy h2 { margin-bottom:20px; }
  .cj-about-reference__service-list { padding:42px 0 17px; }
  .cj-about-reference__service-list article { grid-template-columns:48px minmax(0,1fr); gap:20px; padding-bottom:20px; margin-bottom:20px; }
  .cj-about-reference__service-list .dashicons { width:44px; height:44px; padding:9px; font-size:24px; }
  .cj-about-reference__service-list h2 { margin-bottom:7px; font-size:31px; }
  .cj-about-reference p { font-size:14px; line-height:1.7; }
  .cj-about-reference__travel-ways { padding:7px 0 55px; }
  .cj-about-reference__travel-ways > h2 { margin-bottom:22px; }
  .cj-about-reference__travel-grid { gap:14px; }
  .cj-about-reference__travel-grid a { grid-template-rows:166px minmax(102px,auto); }
  .cj-about-reference__travel-grid span { gap:5px; padding:14px 16px 16px; }
  .cj-about-reference__travel-grid b { font-size:18px; }
  .cj-about-reference__resources { padding:44px 0 48px; }
  .cj-about-reference__resources > div > h2 { margin-bottom:25px; }
  .cj-about-reference__resources-grid article { display:grid; grid-template-columns:34px minmax(0,1fr); gap:8px; min-height:112px; padding:18px 17px; text-align:left; }
  .cj-about-reference__resources-grid .dashicons { margin:1px 0 0; font-size:28px; }
  .cj-about-reference__resources-grid h3 { font-size:14px; }
  .cj-about-reference__resources-grid p { font-size:11px; }
  .cj-about-reference__credentials { grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr); gap:80px; padding:48px 0; }
  .cj-about-reference__credentials h2 { margin-bottom:15px; }
  .cj-about-reference__document-strip { gap:10px; }
  .cj-about-reference__document-strip img { aspect-ratio:.96; padding:6px; }
  .cj-about-reference__contact,.cj-about-reference__contact > div { min-height:245px; }
  .cj-about-reference__contact > div { gap:62px; }
  .cj-about-reference__contact-card { padding:23px; }
  .cj-about-reference__contact-copy a { margin-top:21px; }
}

@media (min-width:861px) and (max-width:1100px) {
  .cj-about-reference__hero,.cj-about-reference__hero-photo { min-height:clamp(282px,30vw,330px); }
  .cj-about-reference__hero-copy { padding:38px 8vw; }
  .cj-about-reference__hero-copy h1 { font-size:52px; }
  .cj-about-reference__intro { grid-template-columns:290px minmax(0,1fr); gap:64px; padding:28px 0; }
  .cj-about-reference__intro-photo { aspect-ratio:1.82; }
  .cj-about-reference__intro-copy h2 { font-size:31px; margin-bottom:12px; }
  .cj-about-reference p { font-size:12px; line-height:1.55; }
  .cj-about-reference__service-list { padding:24px 0 8px; }
  .cj-about-reference__service-list article { grid-template-columns:42px minmax(0,1fr); gap:14px; padding-bottom:13px; margin-bottom:13px; }
  .cj-about-reference__service-list .dashicons { width:38px; height:38px; padding:7px; font-size:22px; }
  .cj-about-reference__service-list h2 { margin-bottom:4px; font-size:24px; }
  .cj-about-reference__travel-ways { padding:3px 0 30px; }
  .cj-about-reference__travel-ways > h2 { margin-bottom:14px; font-size:29px; }
  .cj-about-reference__travel-grid { gap:12px; }
  .cj-about-reference__travel-grid a { grid-template-rows:112px 86px; }
  .cj-about-reference__travel-grid span { padding:9px 12px; }
  .cj-about-reference__travel-grid b { font-size:15px; }
  .cj-about-reference__travel-grid em { font-size:11px; line-height:1.38; }
  .cj-about-reference__resources { padding:24px 0 28px; }
  .cj-about-reference__resources > div > h2 { margin-bottom:15px; font-size:29px; }
  .cj-about-reference__resources-grid article { grid-template-columns:27px minmax(0,1fr); gap:7px; min-height:66px; padding:11px 14px; }
  .cj-about-reference__resources-grid .dashicons { font-size:23px; }
  .cj-about-reference__resources-grid h3 { font-size:12px; }
  .cj-about-reference__resources-grid p { margin-top:2px; font-size:10px; line-height:1.28; }
  .cj-about-reference__credentials { grid-template-columns:1fr 1.25fr; gap:46px; padding:26px 0; }
  .cj-about-reference__credentials h2 { margin-bottom:9px; font-size:28px; }
  .cj-about-reference__document-strip img { height:114px; aspect-ratio:auto; }
  .cj-about-reference__contact,.cj-about-reference__contact > div { min-height:190px; }
  .cj-about-reference__contact-copy h2 { font-size:29px; }
  .cj-about-reference__contact-copy a { margin-top:12px; font-size:13px; }
  .cj-about-reference__contact-card { padding:16px; }
}

/* About China reference layout. */
body:has(.cj-about-china-reference) .site-content,body:has(.cj-about-china-reference) .content-area { display:block; float:none; width:100% !important; }
body:has(.cj-about-china-reference) #right-sidebar { display:none; }
.cj-about-china-reference { overflow:hidden; background:#fff; color:#123e34; }
.cj-about-china-reference__hero { min-height:283px; background-position:right center; background-size:cover; }
.cj-about-china-reference__hero > div { box-sizing:border-box; min-height:283px; width:min(51%,520px); padding:42px clamp(36px,5vw,80px); background:rgba(4,52,43,.95); color:#fff; }
.cj-about-china-reference__hero p { margin:0 0 11px; color:#e5cd85; font-size:13px; font-weight:700; }
.cj-about-china-reference__hero h1 { margin:0; color:#fff; font:500 50px/1 var(--cj-display); }
.cj-about-china-reference__hero span { display:block; max-width:24ch; margin-top:13px; font-size:16px; line-height:1.5; }
.cj-about-china-reference__hero ul { display:flex; gap:20px; margin:24px 0 0; padding:0; list-style:none; color:#e5cd85; font-size:11px; }
.cj-about-china-reference__wrap { width:min(1120px,calc(100% - 64px)); margin:0 auto; padding:28px 0 44px; }
.cj-about-china-reference h2 { margin:0; color:#123e34; font:500 24px/1.2 var(--cj-display); }
.cj-about-china-reference h3 { margin:0; color:#123e34; font:700 14px/1.25 var(--cj-sans); }
.cj-about-china-reference p { margin:7px 0 0; color:#566a62; font-size:12px; line-height:1.55; }
.cj-about-china-reference__intro { display:grid; grid-template-columns:1fr 1fr; gap:38px; padding:0 0 28px; }
.cj-about-china-reference__intro article + article { border-left:1px solid #e5dfd4; padding-left:38px; }
.cj-about-china-reference__intro h2 { margin-bottom:10px; }
.cj-about-china-reference__section { padding:24px 0; border-top:1px solid #e6e0d6; }
.cj-about-china-reference__section > h2 { margin-bottom:15px; }
.cj-about-china-reference__highlights,.cj-about-china-reference__cities { display:grid; grid-template-columns:repeat(6,1fr); gap:10px; }
.cj-about-china-reference__highlights article { overflow:hidden; border-radius:6px; background:#f4f0e7; }
.cj-about-china-reference__highlights img { display:block; width:100%; height:133px; object-fit:cover; }
.cj-about-china-reference__highlights h3,.cj-about-china-reference__highlights p { margin-left:10px; margin-right:10px; }
.cj-about-china-reference__highlights h3 { margin-top:9px; }
.cj-about-china-reference__highlights p { margin-bottom:10px; font-size:10px; line-height:1.35; }
.cj-about-china-reference__practical { display:grid; grid-template-columns:repeat(7,1fr); gap:10px; }
.cj-about-china-reference__practical article { min-height:108px; padding:14px 10px; border-radius:6px; background:#f8f5ee; text-align:center; }
.cj-about-china-reference__practical .dashicons { color:#0f4a3e; font-family:dashicons; font-size:28px; }
.cj-about-china-reference__practical h3 { margin-top:7px; font-size:12px; }
.cj-about-china-reference__practical p { font-size:9px; line-height:1.32; }
.cj-about-china-reference__cities a { position:relative; display:block; overflow:hidden; height:162px; border-radius:6px; color:#fff; text-decoration:none; }
.cj-about-china-reference__cities img { width:100%; height:100%; object-fit:cover; }
.cj-about-china-reference__cities b { position:absolute; inset:auto 0 0; padding:28px 12px 11px; background:linear-gradient(transparent,rgba(0,0,0,.7)); color:#fff; font-size:16px; }
.cj-about-china-reference__guides { display:grid; grid-template-columns:repeat(3,1fr); gap:13px; }
.cj-about-china-reference__guides a { overflow:hidden; border:1px solid #e6e0d6; border-radius:6px; color:#123e34; text-decoration:none; }
.cj-about-china-reference__guides img { display:block; width:100%; height:104px; object-fit:cover; }
.cj-about-china-reference__guides b { display:block; padding:11px; font-size:13px; }
.cj-about-china-reference__cta { text-align:center; padding-top:10px; }
.cj-about-china-reference__cta a { display:inline-block; padding:12px 24px; border-radius:6px; background:#af2e35; color:#fff; font-weight:700; text-decoration:none; }
@media (max-width:860px) { .cj-about-china-reference__hero,.cj-about-china-reference__hero > div { min-height:0; } .cj-about-china-reference__hero > div { width:auto; padding:46px 24px; } .cj-about-china-reference__hero h1 { font-size:43px; } .cj-about-china-reference__hero ul { flex-wrap:wrap; gap:9px 16px; } .cj-about-china-reference__wrap { width:calc(100% - 32px); padding:27px 0; } .cj-about-china-reference__intro { grid-template-columns:1fr; gap:20px; } .cj-about-china-reference__intro article + article { border-left:0; border-top:1px solid #e5dfd4; padding:20px 0 0; } .cj-about-china-reference__highlights { grid-template-columns:repeat(2,1fr); } .cj-about-china-reference__highlights img { height:120px; } .cj-about-china-reference__practical { grid-template-columns:repeat(2,1fr); } .cj-about-china-reference__cities { grid-template-columns:repeat(2,1fr); } .cj-about-china-reference__guides { grid-template-columns:1fr; } }
@media (min-width:1200px) {
  .cj-about-china-reference__hero,.cj-about-china-reference__hero > div { min-height:390px; }
  .cj-about-china-reference__hero > div { width:50%; max-width:650px; padding:64px 92px; }
  .cj-about-china-reference__hero h1 { font-size:64px; }
  .cj-about-china-reference__hero span { max-width:31ch; font-size:18px; }
  .cj-about-china-reference__hero ul { gap:28px; margin-top:30px; font-size:12px; }
  .cj-about-china-reference__wrap { padding:48px 0 66px; }
  .cj-about-china-reference h2 { font-size:30px; }
  .cj-about-china-reference h3 { font-size:16px; }
  .cj-about-china-reference p { font-size:13px; }
  .cj-about-china-reference__intro { gap:58px; padding-bottom:44px; }
  .cj-about-china-reference__intro article + article { padding-left:58px; }
  .cj-about-china-reference__section { padding:34px 0; }
  .cj-about-china-reference__highlights img { height:176px; }
  .cj-about-china-reference__practical article { min-height:128px; padding:18px 12px; }
  .cj-about-china-reference__cities a { height:195px; }
  .cj-about-china-reference__guides img { height:142px; }
}
