:root {
  --ct-ink: #1b2824;
  --ct-muted: #65736d;
  --ct-line: #dfe6e2;
  --ct-paper: #f7f5ef;
  --ct-green: #1f5945;
  --ct-green-dark: #123b2e;
  --ct-gold: #b68a45;
}

.utop-china-travel .site-main { overflow: hidden; }
.ct-wrap { width: min(1180px, calc(100% - 32px)); margin-inline: auto; }
.ct-hero { color: #fff; background: linear-gradient(125deg, rgba(18,59,46,.98), rgba(31,89,69,.88)), radial-gradient(circle at 80% 10%, #b68a45, transparent 45%); }
.ct-hero__inner { padding-block: clamp(68px, 11vw, 150px); }
.ct-hero--compact .ct-hero__inner { padding-block: clamp(54px, 8vw, 96px); }
.ct-eyebrow { margin: 0 0 16px; color: var(--ct-gold); font-size: 12px; font-weight: 700; letter-spacing: .18em; }
.ct-eyebrow a { color: inherit; }
.ct-hero h1 { max-width: 820px; margin: 0; color: #fff; font-family: Georgia, 'Noto Serif SC', serif; font-size: clamp(42px, 8vw, 88px); font-weight: 500; letter-spacing: -.035em; line-height: 1.05; }
.ct-hero__lead { max-width: 680px; margin: 24px 0 0; color: rgba(255,255,255,.8); font-size: clamp(17px, 2.2vw, 22px); line-height: 1.8; }
.ct-destinations { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 36px; }
.ct-destinations a { padding: 9px 15px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; color: #fff; font-size: 14px; text-decoration: none; transition: .2s ease; }
.ct-destinations a:hover { border-color: #fff; background: rgba(255,255,255,.1); }
.ct-directory { padding-block: clamp(48px, 7vw, 86px); background: var(--ct-paper); }
.ct-directory__head { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 30px; }
.ct-directory__head h2 { margin: 0; color: var(--ct-ink); font-size: clamp(28px, 4vw, 46px); }
.ct-directory__head > p { max-width: 430px; margin: 0; color: var(--ct-muted); }
.ct-directory__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.ct-directory__group { min-width: 0; padding: 20px; border: 1px solid var(--ct-line); border-radius: 16px; background: #fff; }
.ct-directory__group h3 { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin: 0 0 13px; font-size: 20px; }
.ct-directory__group h3 a { color: var(--ct-green); text-decoration: none; }
.ct-directory__group h3 span { color: var(--ct-muted); font-size: 12px; font-weight: 400; }
.ct-directory__links { display: flex; flex-wrap: wrap; gap: 7px; }
.ct-directory__links a, .ct-topic-directory a { display: inline-flex; align-items: center; gap: 5px; padding: 7px 10px; border: 1px solid var(--ct-line); border-radius: 999px; color: #405049; background: #fbfaf6; font-size: 13px; line-height: 1.2; text-decoration: none; }
.ct-directory__links a:hover, .ct-topic-directory a:hover { border-color: var(--ct-green); color: #fff; background: var(--ct-green); }
.ct-directory__links small, .ct-topic-directory small { color: #978872; font-size: 10px; }
.ct-topic-directory { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-top: 22px; padding: 18px 20px; border-radius: 15px; background: #fff; }
.ct-topic-directory strong { margin-right: 5px; color: var(--ct-ink); }
.ct-section { padding-block: clamp(56px, 8vw, 104px); background: #fff; }
.ct-section__head { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 36px; }
.ct-section__head h2 { margin: 0; color: var(--ct-ink); font-size: clamp(28px, 4vw, 46px); }
.ct-section__head > p { max-width: 420px; margin: 0; color: var(--ct-muted); }
.ct-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.ct-card { min-width: 0; border: 1px solid var(--ct-line); border-radius: 18px; background: #fff; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.ct-card:hover { transform: translateY(-3px); box-shadow: 0 18px 48px rgba(18,59,46,.1); }
.ct-card__link { display: block; height: 100%; color: inherit; text-decoration: none; }
.ct-card__media { display: grid; aspect-ratio: 16 / 10; place-items: center; overflow: hidden; background: var(--ct-paper); }
.ct-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.ct-card:hover .ct-card__media img { transform: scale(1.025); }
.ct-card__placeholder { color: var(--ct-green); font-family: Georgia, 'Noto Serif SC', serif; font-size: 20px; }
.ct-card__body { padding: 22px; }
.ct-card__meta { display: flex; justify-content: space-between; gap: 10px; color: var(--ct-muted); font-size: 12px; }
.ct-card__meta span { color: var(--ct-green); font-weight: 700; }
.ct-card h2 { margin: 13px 0 10px; color: var(--ct-ink); font-size: 22px; line-height: 1.35; }
.ct-card p { margin: 0; color: var(--ct-muted); font-size: 14px; line-height: 1.8; }
.ct-pagination { margin-top: 48px; }
.ct-pagination .nav-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.ct-pagination .page-numbers { min-width: 42px; padding: 10px 13px; border: 1px solid var(--ct-line); border-radius: 8px; color: var(--ct-ink); text-align: center; text-decoration: none; }
.ct-pagination .current { border-color: var(--ct-green); color: #fff; background: var(--ct-green); }
.ct-empty { padding: 70px 24px; border-radius: 18px; background: var(--ct-paper); text-align: center; }
.ct-empty h2 { margin-top: 0; color: var(--ct-ink); }
.ct-empty p { margin-bottom: 0; color: var(--ct-muted); }
.ct-article__hero { padding-block: clamp(50px, 8vw, 100px); background: var(--ct-paper); }
.ct-article__header { max-width: 940px; }
.ct-breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 34px; color: var(--ct-muted); font-size: 13px; }
.ct-breadcrumb a { color: var(--ct-green); text-decoration: none; }
.ct-article h1 { margin: 0; color: var(--ct-ink); font-family: Georgia, 'Noto Serif SC', serif; font-size: clamp(36px, 6vw, 68px); font-weight: 500; line-height: 1.16; }
.ct-article__dek { max-width: 760px; margin: 24px 0 0; color: var(--ct-muted); font-size: clamp(17px, 2.3vw, 21px); line-height: 1.8; }
.ct-article__meta { display: flex; gap: 20px; margin-top: 30px; color: var(--ct-muted); font-size: 13px; }
.ct-article__cover { margin-top: clamp(32px, 6vw, 72px); }
.ct-article__cover img { display: block; width: 100%; max-height: 680px; border-radius: 20px; object-fit: cover; }
.ct-article__layout { display: grid; grid-template-columns: minmax(0, 760px) minmax(220px, 1fr); gap: clamp(40px, 8vw, 110px); padding-block: clamp(50px, 8vw, 100px); }
.ct-article__content { min-width: 0; color: #28342f; font-size: 17px; line-height: 2; }
.ct-article__content h2, .ct-article__content h3 { margin-top: 2em; color: var(--ct-ink); line-height: 1.4; }
.ct-article__content img, .ct-article__content video, .ct-article__content iframe { max-width: 100%; height: auto; }
.ct-article__content table { display: block; max-width: 100%; overflow-x: auto; }
.ct-article__content a { color: var(--ct-green); }
.ct-aside-card { position: sticky; top: 110px; padding: 25px; border-top: 3px solid var(--ct-gold); background: var(--ct-paper); }
.ct-aside-card strong { color: var(--ct-ink); font-size: 20px; }
.ct-aside-card p { color: var(--ct-muted); line-height: 1.7; }
.ct-aside-card a { color: var(--ct-green); font-weight: 700; }

@media (max-width: 900px) {
  .ct-directory__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ct-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ct-article__layout { grid-template-columns: 1fr; }
  .ct-article__aside { display: none; }
}

@media (max-width: 620px) {
  .ct-wrap { width: min(100% - 24px, 1180px); }
  .ct-section__head { display: block; }
  .ct-directory__head { display: block; }
  .ct-directory__head > p { margin-top: 10px; }
  .ct-directory__grid { grid-template-columns: 1fr; gap: 10px; }
  .ct-directory__group { padding: 16px; }
  .ct-topic-directory { padding: 15px; }
  .ct-section__head > p { margin-top: 12px; }
  .ct-grid { grid-template-columns: 1fr; gap: 18px; }
  .ct-card__body { padding: 18px; }
  .ct-card h2 { font-size: 20px; }
  .ct-article__meta { flex-wrap: wrap; }
  .ct-article__content { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .ct-card, .ct-card__media img { transition: none; }
}
.ct-merchant-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
  gap: 14px;
  margin: 0 0 28px;
}

.ct-merchant-gallery img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: cover;
  border-radius: 14px;
}
