:root {
  --ink: #4d3543;
  --ink-deep: #3f2a36;
  --forest: #a23e6c;
  --jade: #c46491;
  --accent: #ae3f72;
  --accent-dark: #8c2f5b;
  --gold: #d795b2;
  --cream: #fff8f5;
  --paper: #fffdfb;
  --white: #fff;
  --muted: #796773;
  --line: rgba(140, 47, 91, .14);
  --shadow: 0 18px 44px rgba(103, 55, 78, .12);
  --radius: 14px;
  --shell: 1240px;
  --font-display: Inter, 'Helvetica Neue', Arial, sans-serif;
  --font-sans: Inter, 'Helvetica Neue', Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-sans); font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 1000; transform: translateY(-200%); background: var(--white); padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { transform: none; }

h1, h2, h3, h4 { margin: 0 0 .7em; font-family: var(--font-display); line-height: 1.15; letter-spacing: -.02em; }
/* Font Size Standards:
   - 大标题: 28px-32px
   - 二级标题: 20px-24px
   - 正文阅读: 16px
   - 紧凑正文/列表: 14px
   - 备注说明小字: 12px-13px
*/
h1 { font-size: clamp(28px, 3.2vw, 32px); }
h2 { font-size: clamp(20px, 2.4vw, 24px); }
h3 { font-size: 20px; }
h4 { font-size: 16px; }
p { margin: 0 0 1.2em; font-size: 16px; line-height: 1.7; }
.eyebrow { margin: 0 0 16px; color: var(--accent-dark); font-size: 13px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow--light { color: #f8cda8; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 24px; border: 1px solid transparent; border-radius: 999px; background: var(--ink); color: var(--white); font-weight: 750; line-height: 1.2; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); background: var(--forest); box-shadow: 0 12px 24px rgba(6,38,40,.18); }
.button--small { min-height: 44px; padding: 9px 19px; font-size: 14px; }
.button--accent { background: var(--accent); }
.button--accent:hover, .button--accent:focus-visible { background: var(--accent-dark); }
.button--light { background: var(--white); color: var(--ink); }
.button--light:hover, .button--light:focus-visible { background: var(--cream); color: var(--ink); }
.button--outlined {
  border: 1.5px solid var(--accent) !important;
  background: var(--white) !important;
  color: var(--accent-dark) !important;
  box-shadow: 0 2px 8px rgba(174,63,114,.08);
}
.button--outlined:hover,
.button--outlined:focus-visible {
  border-color: var(--accent-dark) !important;
  background: #faeef3 !important;
  color: var(--accent-dark) !important;
  box-shadow: 0 8px 18px rgba(174,63,114,.16);
}
.text-link { color: var(--accent-dark); font-weight: 800; }
.text-link--light { color: var(--white); }

.topbar { background: var(--ink-deep); color: rgba(255,255,255,.76); font-size: .84rem; }
.topbar__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar__links { display: flex; gap: 24px; }
.topbar a:hover { color: var(--white); }
.brandbar { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand__logo { display: block; width: clamp(190px,18vw,250px); height: auto; max-height: 62px; object-fit: contain; object-position: left center; }
.brand__logo--footer { width: min(100%,270px); max-height: 82px; }
.brand__mark { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50% 50% 50% 12px; background: var(--accent); color: var(--white); font-family: var(--font-display); font-size: 1.1rem; font-weight: 800; }
.brand strong, .brand small { display: block; }
.brand strong { font-family: var(--font-display); font-size: 1.25rem; line-height: 1.1; }
.brand small { margin-top: 4px; color: var(--muted); font-size: .78rem; letter-spacing: .07em; text-transform: uppercase; }
.custom-logo { max-height: 58px; width: auto; }
.custom-logo-link { display: block; }
.site-nav { position: relative; z-index: 20; border-block: 1px solid var(--line); background: rgba(255,253,249,.97); }
.tux-menu { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: 0; padding: 0; list-style: none; }
.tux-menu a { display: flex; min-height: 48px; align-items: center; font-size: .95rem; font-weight: 700; white-space: nowrap; }
.tux-menu a:hover, .tux-menu .current-menu-item > a { color: var(--accent-dark); }
.header-actions { display: flex; align-items: center; gap: 16px; position: relative; }
.menu-toggle { display: none !important; }
.tux-currency-dropdown-wrap { position: relative; }
.header-currency { background: transparent; border: 1px solid var(--line); border-radius: 20px; padding: 6px 14px; font-size: 0.9rem; font-weight: 700; color: var(--ink); cursor: pointer; display: inline-flex; align-items: center; gap: 4px; transition: border-color 0.2s ease, background 0.2s ease; }
.header-currency:hover { border-color: var(--accent); background: var(--cream); }
.tux-currency-dropdown { position: absolute; top: calc(100% + 8px); right: 0; background: var(--white); border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); width: 140px; padding: 6px 0; z-index: 100; opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s; }
.tux-currency-dropdown.is-active { opacity: 1; visibility: visible; transform: translateY(0); }
.tux-currency-dropdown button { display: block; width: 100%; text-align: left; padding: 8px 16px; background: none; border: none; font-size: 0.88rem; font-weight: 600; color: var(--ink); cursor: pointer; transition: background 0.15s ease; }
.tux-currency-dropdown button:hover { background: var(--cream); color: var(--accent-dark); }

.header-signup { background: transparent; border: none; font-size: 0.92rem; font-weight: 750; color: var(--accent-dark); cursor: pointer; padding: 6px 10px; transition: color 0.2s ease; }
.header-signup:hover { color: var(--accent); text-decoration: underline; }

.header-more { display: inline-flex; flex-direction: column; justify-content: center; align-items: center; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; padding: 8px; transition: border-color 0.2s ease, background 0.2s ease; }
.header-more span { display: block; width: 18px; height: 2px; background: var(--ink); margin: 2px 0; transition: transform 0.2s ease; }
.header-more:hover { border-color: var(--accent); background: var(--cream); }

.header-search-btn { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--line); background: var(--cream); color: #000; font-size: 15px; cursor: pointer; transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease; }
.header-search-btn:hover { border-color: var(--accent); background: #fff; transform: translateY(-1px); }

.header-offer { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 8px 22px; border-radius: 99px; background: var(--accent-dark); color: var(--white); font-weight: 750; font-size: 0.92rem; border: none; cursor: pointer; transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease; }
.header-offer:hover { background: var(--accent); transform: translateY(-1px); box-shadow: 0 8px 20px rgba(140,47,91,0.25); }

/* Fullscreen Search Overlay */
.tux-search-overlay { position: fixed; inset: 0; z-index: 100005; display: flex; align-items: flex-start; justify-content: center; padding: 80px 20px 20px; opacity: 0; visibility: hidden; transition: opacity 0.25s ease, visibility 0.25s ease; }
.tux-search-overlay.is-open { opacity: 1; visibility: visible; }
.tux-search-overlay__backdrop { position: absolute; inset: 0; background: rgba(18, 10, 16, 0.72); backdrop-filter: blur(6px); }
.tux-search-overlay__dialog { position: relative; z-index: 2; width: min(100%, 720px); background: #ffffff; border-radius: 20px; padding: 36px; box-shadow: 0 24px 70px rgba(0,0,0,0.3); transform: translateY(-15px); transition: transform 0.25s ease; }
.tux-search-overlay.is-open .tux-search-overlay__dialog { transform: translateY(0); }
.tux-search-overlay__close { position: absolute; top: 16px; right: 20px; background: none; border: none; font-size: 32px; line-height: 1; color: #111; cursor: pointer; padding: 4px 8px; border-radius: 50%; }
.tux-search-overlay__close:hover { background: #f3f4f6; }
.tux-search-input-wrap { display: flex; gap: 10px; padding: 8px; border: 2px solid var(--accent-dark); border-radius: 999px; background: #fff; box-shadow: 0 6px 20px rgba(140,47,91,0.12); }
.tux-search-input-wrap input { flex: 1; min-width: 0; border: none; outline: none; padding: 12px 18px; font-size: 1.05rem; color: #000; font-weight: 550; background: transparent; }
.tux-search-input-wrap button { min-width: 110px; border-radius: 999px; font-size: 0.95rem; font-weight: 800; border: none; cursor: pointer; }
.tux-search-popular { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 20px; font-size: 0.92rem; color: #475569; }
.tux-search-popular a { display: inline-block; padding: 5px 13px; border-radius: 99px; background: #f1f5f9; color: #1e293b; font-weight: 650; font-size: 0.88rem; text-decoration: none; transition: background 0.15s ease, color 0.15s ease; }
.tux-search-popular a:hover { background: var(--accent-dark); color: #fff; }

/* Drawer Search Form */
.tux-drawer-search-form { display: flex; gap: 6px; padding: 4px; border: 1.5px solid var(--line); border-radius: 99px; background: #f8fafc; margin-bottom: 22px; }
.tux-drawer-search-form input { flex: 1; min-width: 0; border: none; outline: none; padding: 8px 14px; font-size: 0.95rem; background: transparent; color: #111; }
.tux-drawer-search-form button { width: 36px; height: 36px; border-radius: 50%; border: none; background: var(--accent-dark); color: #fff; font-size: 14px; cursor: pointer; display: flex; align-items: center; justify-content: center; }

/* Modals */
.tux-modal { position: fixed; inset: 0; z-index: 10000; display: flex; align-items: center; justify-content: center; padding: 20px; opacity: 0; visibility: hidden; transition: opacity 0.25s ease, visibility 0.25s ease; }
.tux-modal.is-open { opacity: 1; visibility: visible; }
.tux-modal__backdrop { position: absolute; inset: 0; background: rgba(30, 15, 24, 0.65); backdrop-filter: blur(4px); }
.tux-modal__dialog { position: relative; z-index: 2; background: var(--white); border-radius: 20px; box-shadow: 0 24px 60px rgba(0,0,0,0.22); width: min(100%, 480px); padding: 36px; transform: scale(0.94); transition: transform 0.25s ease; }
.tux-modal.is-open .tux-modal__dialog { transform: scale(1); }
.tux-modal__dialog--wide { width: min(100%, 640px); }
.tux-modal__close { position: absolute; top: 16px; right: 20px; background: none; border: none; font-size: 28px; line-height: 1; color: var(--muted); cursor: pointer; padding: 4px 8px; border-radius: 50%; }
.tux-modal__close:hover { color: var(--ink); background: var(--cream); }
.tux-modal__form input, .tux-modal__form textarea { width: 100%; border: 1px solid var(--line); border-radius: 10px; padding: 12px 16px; font-size: 0.95rem; margin-bottom: 12px; background: var(--paper); outline: none; transition: border-color 0.2s ease; }
.tux-modal__form input:focus, .tux-modal__form textarea:focus { border-color: var(--accent); background: var(--white); }
.tux-modal__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
@media (max-width: 600px) { .tux-modal__grid { grid-template-columns: 1fr; } }

/* Navigation Side Drawer */
.tux-nav-drawer { position: fixed; inset: 0; z-index: 100001; visibility: hidden; opacity: 0; transition: opacity 0.28s ease, visibility 0.28s ease; }
.tux-nav-drawer.is-open { visibility: visible; opacity: 1; }
.tux-nav-drawer__backdrop { position: absolute; inset: 0; background: rgba(20, 10, 16, 0.6); backdrop-filter: blur(4px); }
.tux-nav-drawer__panel { position: absolute; top: 0; right: 0; bottom: 0; width: min(100vw, 380px); background: #ffffff; box-shadow: -10px 0 40px rgba(0, 0, 0, 0.22); transform: translateX(100%); transition: transform 0.32s cubic-bezier(0.16, 1, 0.3, 1); display: flex; flex-direction: column; z-index: 2; }
.tux-nav-drawer.is-open .tux-nav-drawer__panel { transform: translateX(0); }
.tux-nav-drawer__head { display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; border-bottom: 1px solid var(--line); }
.tux-nav-drawer__close { background: none; border: none; font-size: 32px; line-height: 1; color: #111111; cursor: pointer; padding: 4px 8px; border-radius: 50%; transition: background 0.2s ease, transform 0.2s ease; }
.tux-nav-drawer__close:hover { background: #f3f4f6; transform: rotate(90deg); }
.tux-nav-drawer__content { flex: 1; overflow-y: auto; padding: 24px; overscroll-behavior: contain; }
.tux-drawer-section { margin-bottom: 26px; }
.tux-drawer-label { margin: 0 0 12px; font-size: 0.85rem; font-weight: 850; text-transform: uppercase; letter-spacing: 0.1em; color: var(--accent-dark); }
.tux-drawer-menu { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 4px; }
.tux-drawer-menu a { display: flex; align-items: center; gap: 12px; padding: 11px 14px; border-radius: 8px; font-size: 1.02rem; font-weight: 750; color: #111111; text-decoration: none; transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease; }
.tux-drawer-menu a span { font-size: 1.15rem; width: 24px; text-align: center; }
.tux-drawer-menu a:hover { background: #fff5f8; color: var(--accent-dark); transform: translateX(4px); }
.tux-nav-drawer__foot { padding: 20px 24px 24px; border-top: 1px solid var(--line); background: #fafbfc; }
.tux-drawer-contact-info p { margin: 4px 0 0; font-size: 0.92rem; color: #475569; font-weight: 600; text-align: center; }

.hero { position: relative; min-height: 700px; overflow: hidden; background: var(--ink); color: var(--white); isolation: isolate; }
.hero::before { position: absolute; inset: 0; z-index: -3; background: linear-gradient(90deg, rgba(6,38,40,.97) 0%, rgba(6,38,40,.87) 46%, rgba(6,38,40,.3) 72%), url('../images/hero-landscape.svg') center right/cover no-repeat; content: ''; }
.hero__grid { min-height: 700px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 64px; padding-block: 76px; }
.hero__copy { position: relative; z-index: 2; max-width: 720px; }
.hero h1 { margin-bottom: 28px; }
.hero h1 em { color: #f8cda8; font-weight: 400; }
.hero__copy > p:not(.eyebrow) { max-width: 610px; color: rgba(255,255,255,.8); font-size: 1.12rem; }
.hero__actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.hero__proof { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 52px; color: rgba(255,255,255,.78); font-size: .88rem; text-transform: uppercase; letter-spacing: .06em; }
.hero__proof strong { color: var(--white); font-size: 1.05rem; }
.hero__proof > span { width: 1px; height: 20px; margin-inline: 7px; background: rgba(255,255,255,.3); }
.hero__visual { position: relative; min-height: 500px; }
.hero-card { position: absolute; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid rgba(255,255,255,.35); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.hero-card--main { inset: 6% 1% 2% 14%; padding: 34px; background: linear-gradient(180deg, transparent 32%, rgba(6,38,40,.82) 100%); }
.hero-card--main span { color: #f8cda8; font-size: .82rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero-card--main strong { max-width: 330px; margin-top: 6px; font-family: var(--font-display); font-size: 2.3rem; line-height: 1.05; }
.hero-card--float { right: -3%; bottom: 13%; width: 205px; min-height: 130px; padding: 23px; border-color: transparent; background: var(--paper); color: var(--ink); transform: translateX(22%); }
.hero-card--float small { color: var(--accent-dark); font-weight: 800; text-transform: uppercase; }
.hero-card--float strong { margin-top: 5px; font-family: var(--font-display); font-size: 1.4rem; }
.hero__glow { position: absolute; z-index: -1; width: 360px; height: 360px; border-radius: 50%; filter: blur(40px); opacity: .12; }
.hero__glow--one { right: 22%; top: -20%; background: #8ce2cf; }
.hero__glow--two { right: -12%; bottom: -34%; background: #f8cda8; }

.trust-strip { border-bottom: 1px solid var(--line); background: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-grid > div { min-height: 98px; display: flex; align-items: center; gap: 14px; padding: 22px 28px; border-right: 1px solid var(--line); }
.trust-grid > div:first-child { border-left: 1px solid var(--line); }
.trust-grid span { color: var(--accent-dark); font-family: var(--font-display); font-size: .92rem; }
.trust-grid strong { font-size: .95rem; line-height: 1.35; }

.section { padding-block: 112px; }
.section--cream { background: var(--cream); }
.section--ink { background: var(--ink); color: var(--white); }
.section--accent { background: #f0aa7f; }
.section-heading { max-width: 760px; margin-bottom: 52px; }
.section-heading > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.section-heading--split { max-width: none; display: grid; grid-template-columns: 1.1fr .7fr; gap: 80px; align-items: end; }
.section-heading--split > div:last-child { padding-bottom: 10px; }
.tour-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 26px; align-items: stretch; }
.tour-card { min-width: 0; display: flex; flex-direction: column; height: 100%; border-radius: var(--radius); background: var(--white); box-shadow: 0 10px 40px rgba(6,38,40,.08); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.tour-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.tour-card__media { position: relative; display: block; aspect-ratio: 1.58 / 1; overflow: hidden; background: linear-gradient(145deg,#4c7f78,#c8a56b); }
.tour-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.tour-card:hover .tour-card__media img { transform: scale(1.04); }
.tour-card__placeholder { position: absolute; inset: 0; background: radial-gradient(circle at 70% 28%,rgba(255,255,255,.4),transparent 18%), linear-gradient(150deg,#2e716b 0 48%,#174b4c 48% 56%,#d5ab68 56%); }
.tour-card__badge { position: absolute; top: 14px; left: 14px; padding: 5px 12px; border-radius: 99px; background: rgba(255,253,249,.94); color: var(--accent-dark); font-size: .78rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.tour-card__body { display: flex; flex-direction: column; flex: 1 1 auto; padding: 18px 20px; }
.tour-card__route { height: 1.35em; line-height: 1.35; margin-bottom: 8px; color: var(--accent-dark); font-size: .84rem; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.tour-card h3 { min-height: 4.05em; max-height: 4.05em; margin-bottom: 14px; font-size: 1.12rem; line-height: 1.35; font-weight: 750; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.tour-card h3 a:hover { color: var(--accent-dark); }
.tour-card__meta { margin-top: auto; display: flex; justify-content: space-between; align-items: center; gap: 14px; padding-top: 14px; border-top: 1px solid var(--line); color: var(--muted); font-size: .88rem; }
.tour-card__meta strong { color: var(--ink); text-align: right; }
.tour-card--placeholder .tour-card__media::after { position: absolute; inset: 0; background: linear-gradient(165deg,transparent,rgba(6,38,40,.24)); content: ''; }
.tour-card--2 .tour-card__media { background: linear-gradient(160deg,#cf9b68,#7c3b2b); }
.tour-card--3 .tour-card__media { background: linear-gradient(160deg,#e6bd73,#5e594c); }

.destination-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; grid-template-rows: repeat(2, 260px); gap: 20px; }
.destination { position: relative; display: flex; align-items: flex-end; justify-content: space-between; padding: 30px; border-radius: var(--radius); background: linear-gradient(150deg,#2b7a6f,#0b3032); color: var(--white); overflow: hidden; }
.destination::before, .destination::after { position: absolute; border-radius: 50%; content: ''; }
.destination::before { width: 240px; height: 240px; right: -50px; top: -90px; border: 1px solid rgba(255,255,255,.24); }
.destination::after { width: 150px; height: 150px; right: 30px; top: -55px; border: 1px solid rgba(255,255,255,.15); }
.destination:hover { box-shadow: var(--shadow); }
.destination--large { grid-row: 1 / 3; }
.destination--warm { background: linear-gradient(150deg,#a85037,#542c2a); }
.destination--gold { background: linear-gradient(150deg,#d3a34d,#6b4e26); }
.destination--city { background: linear-gradient(150deg,#61787d,#21373c); }
.destination > span { align-self: flex-start; color: rgba(255,255,255,.7); font-family: var(--font-display); }
.destination small, .destination strong { display: block; }
.destination small { color: rgba(255,255,255,.75); font-size: .8rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.destination strong { margin-top: 6px; font-family: var(--font-display); font-size: 2rem; line-height: 1.1; }

.story-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 90px; align-items: center; }
.story-visual { min-height: 560px; display: flex; align-items: flex-end; padding: 38px; border-radius: var(--radius); background: linear-gradient(150deg,rgba(232,111,59,.25),transparent 48%), url('../images/hero-landscape.svg') center/cover; }
.story-quote { padding: 26px; border: 1px solid rgba(255,255,255,.3); border-radius: 16px; background: rgba(6,38,40,.72); backdrop-filter: blur(9px); font-family: var(--font-display); font-size: 2.4rem; line-height: 1; }
.story-quote span { font-size: 1.25rem; line-height: 1.35; }
.story-copy > p:not(.eyebrow) { color: rgba(255,255,255,.75); }
.check-list { margin: 28px 0 34px; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 13px 0 13px 34px; border-top: 1px solid rgba(255,255,255,.15); }
.check-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.15); }
.check-list li::before { position: absolute; left: 2px; content: '✓'; color: #f8cda8; font-weight: 900; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin: 0; padding: 0; list-style: none; counter-reset: none; }
.steps li { padding: 34px 46px 16px; border-left: 1px solid var(--line); }
.steps li:last-child { border-right: 1px solid var(--line); }
.steps span { display: block; margin-bottom: 66px; color: var(--accent-dark); font-family: var(--font-display); }
.steps p { color: var(--muted); }
.cta-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: start; }
.cta-grid > div:first-child { position: sticky; top: 30px; }

.inner-hero {
  padding-block: 76px !important;
  background: linear-gradient(135deg, #3c182b 0%, #672346 50%, #8c2f5b 100%) !important;
  color: #ffffff !important;
  position: relative;
  overflow: hidden;
}
.inner-hero h1 {
  color: #ffffff !important;
  font-size: clamp(2.1rem, 3.2vw, 2.8rem) !important;
  font-weight: 850 !important;
  line-height: 1.25 !important;
  margin: 0 0 12px 0 !important;
}
.inner-hero .eyebrow {
  color: #f59e0b !important;
  font-weight: 850 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  margin-bottom: 10px !important;
}
.inner-hero p:not(.eyebrow) {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 1.05rem !important;
  line-height: 1.6 !important;
}
.content-area { padding-block: 80px; }
.page-image-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 46px; }
.page-image-strip img { width: 100%; height: 280px; border-radius: 14px; object-fit: cover; box-shadow: var(--shadow); }
.page-heading { margin-bottom: 44px; }
.page-heading--blog h1 { font-size: clamp(28px, 3.2vw, 32px); line-height: 1.15; margin-bottom: 12px; }
.post-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; align-items: stretch; }
.article-card { border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: var(--white); display: flex; flex-direction: column; height: 100%; box-shadow: 0 8px 24px rgba(103,55,78,.06); transition: transform .25s ease, box-shadow .25s ease; }
.article-card:hover { transform: translateY(-4px); box-shadow: 0 16px 36px rgba(103,55,78,.12); }
.article-card__media { display: block; aspect-ratio: 1.6 / 1; overflow: hidden; background: var(--cream); flex-shrink: 0; }
.article-card__media img { width: 100%; height: 100%; object-fit: cover; }
.article-card__body { padding: 24px; flex: 1 1 auto; display: flex; flex-direction: column; }
.article-card h2, .article-card h3 { font-size: 1.2rem; line-height: 1.35; margin: 6px 0 12px; font-weight: 800; min-height: 52px; font-family: var(--font-display); }
.article-card h2 a, .article-card h3 a { color: var(--ink-deep); text-decoration: none; }
.article-card h2 a:hover, .article-card h3 a:hover { color: var(--accent); }
.article-card__meta { font-size: 13px; color: var(--accent); margin-bottom: 6px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.prose { padding-block: 70px; }
.prose > * { max-width: 820px; }
.prose h2, .prose h3 { margin-top: 1.4em; }
.prose a { color: var(--accent-dark); text-decoration: underline; }
.empty-state { padding-block: 130px; text-align: center; }
.empty-state p { color: var(--muted); }

@media (max-width: 999px) {
  .post-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .post-grid { grid-template-columns: 1fr; }
}

.tour-hero { padding-block: 90px; background: linear-gradient(125deg,var(--ink),#327269); color: var(--white); background-size: cover; background-position: center; }
.tour-hero__inner { max-width: 1080px; }
.tour-hero h1 { max-width: 900px; font-size: clamp(2.9rem,6vw,5.3rem); }
.tour-hero__route { color: rgba(255,255,255,.76); font-size: 1.05rem; }
.tour-hero__facts { display: flex; flex-wrap: wrap; gap: 44px; margin-top: 44px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.25); }
.tour-hero__facts span { min-width: 150px; }
.tour-hero__facts small, .tour-hero__facts strong { display: block; }
.tour-hero__facts small { color: rgba(255,255,255,.62); font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; }
.tour-hero__facts strong { margin-top: 5px; font-size: 1.05rem; }
.tour-layout { display: grid; grid-template-columns: minmax(0,1fr) 390px; gap: 70px; align-items: start; padding-block: 80px; }
.tour-intro { padding: 32px; border-left: 4px solid var(--accent); background: var(--cream); font-size: 1.07rem; }
.tux-tour-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 30px 0 42px; }
.tux-tour-gallery img { width: 100%; height: 230px; display: block; border-radius: 14px; object-fit: cover; object-position: center center; box-shadow: 0 8px 24px rgba(103,55,78,.1); transition: transform .3s ease, box-shadow .3s ease; }
.tux-tour-gallery img:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(103,55,78,.16); }
.tux-source-note { padding: 14px 18px; border-radius: 10px; background: #f8fafc; border: 1px solid #e2e8f0; color: #1e293b; font-size: .88rem; line-height: 1.6; }
.tux-itinerary-day { margin: 22px 0; padding: 26px 28px; border: 1.5px solid #cbd5e1; border-radius: 14px; background: var(--white); box-shadow: 0 4px 16px rgba(0,0,0,.04); }
.prose .tux-itinerary-day h3 { margin: 0 0 10px; color: var(--accent); font-size: 1.35rem; }
.prose .tux-itinerary-day h4 { margin: 22px 0 10px; color: var(--accent); font-family: var(--font-sans); font-size: 1rem; letter-spacing: 0; }
.prose .tux-itinerary-period { display: grid; grid-template-columns: 108px minmax(0, 1fr); gap: 16px; align-items: baseline; }
.tux-itinerary-period__label { color: var(--accent); font-weight: 850; }
.tux-itinerary-period__title { color: #111111; font-weight: 650; }
.tux-itinerary-highlights { display: grid; grid-template-columns: 108px minmax(0, 1fr); gap: 16px; margin: 0 0 20px; padding-bottom: 16px; border-bottom: 1px solid #e2e8f0; color: #111111; font-size: 1rem; line-height: 1.55; }
.tux-itinerary-highlights strong { color: var(--accent); font-weight: 850; }
.tux-itinerary-day > p:not(.tux-itinerary-highlights) { margin: 0 0 18px; color: #111111; font-size: 1rem; line-height: 1.72; }
.tux-itinerary-day p:last-child { margin-bottom: 0; }
.tour-content .prose { padding-block: 20px; }
.tour-aside { position: sticky; top: 24px; }
.tour-aside__card { padding: 28px; border-radius: var(--radius); background: var(--cream); box-shadow: var(--shadow); }
.tour-aside__card h2 { font-size: 2rem; }
.tour-aside__card > p:not(.eyebrow) { color: var(--muted); font-size: .95rem; }

.site-footer { padding-top: 76px; background: var(--ink-deep); color: rgba(255,255,255,.72); }
.brand--light { color: var(--white); }
.brand--light small { color: rgba(255,255,255,.62); }
.footer-grid { display: grid; grid-template-columns: 1.25fr .75fr .8fr 1fr; gap: 56px; }
.footer-grid h2 { color: var(--white); font-family: var(--font-sans); font-size: 1rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid > div:first-child p { max-width: 330px; margin-top: 22px; font-size: .95rem; line-height: 1.6; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li { margin: 10px 0; font-size: .94rem; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 62px; padding-block: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: .88rem; }

/* Lanhu-aligned visual system: warm ivory, berry accent and light editorial cards. */
body { background: var(--paper); }
h1, h2, h3, h4 { font-weight: 760; letter-spacing: -.035em; }
.eyebrow { color: var(--accent); }
.eyebrow--light { color: var(--accent); }
.button { background: var(--accent); }
.button:hover, .button:focus-visible { background: var(--accent-dark); box-shadow: 0 10px 24px rgba(140,47,91,.22); }
.button--light { background: var(--white); color: var(--accent-dark); }
.text-link, .text-link--light { color: var(--accent-dark); }

.site-header { position: relative; z-index: 30; border-bottom: 1px solid #f0e7eb; background: rgba(255,253,251,.98); }
.brandbar { min-height: 68px; gap: 18px; }
.brand { flex: 0 0 auto; }
.brand__logo { width: clamp(150px,13vw,185px); max-height: 50px; }
.site-nav { flex: 1 1 auto; border: 0; background: transparent; }
.tux-menu { justify-content: center; gap: clamp(14px,1.5vw,25px); }
.tux-menu li { position: relative; }
.tux-menu a { min-height: 48px; color: #4d3543; font-size: .95rem; font-weight: 650; }
.tux-menu > li.menu-item-has-children > a::after { margin-left: 4px; color: var(--muted); content: '⌄'; }
.tux-menu .sub-menu { position: absolute; top: calc(100% - 2px); left: 50%; z-index: 50; width: 210px; display: none; margin: 0; padding: 10px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: 0 14px 32px rgba(77,53,67,.14); list-style: none; transform: translateX(-50%); }
.tux-menu li:hover > .sub-menu, .tux-menu li:focus-within > .sub-menu { display: block; }
.tux-menu .sub-menu a { min-height: 38px; padding: 8px 12px; border-radius: 5px; color: var(--muted); font-size: .88rem; white-space: normal; }
.tux-menu .sub-menu a:hover, .tux-menu .sub-menu a:focus-visible { background: var(--cream); color: var(--accent-dark); }
.header-actions { display: flex; flex: 0 0 auto; align-items: center; gap: 13px; }
.header-currency, .header-more { min-width: 0; min-height: 36px; padding: 5px 8px; border: 0; background: transparent; color: var(--ink); font-size: .88rem; }
.header-currency span { margin-left: 2px; color: var(--muted); }
.header-signup { color: var(--accent); font-size: .9rem; font-weight: 700; white-space: nowrap; }
.header-more { width: 28px; display: grid; align-content: center; gap: 3px; }
.header-more > span { width: 13px; height: 1px; display: block; margin-inline: auto; background: var(--ink); }
.header-offer { min-height: 38px; display: inline-flex; align-items: center; justify-content: center; padding: 8px 20px; border-radius: 999px; background: var(--accent); color: var(--white); font-size: .9rem; font-weight: 750; white-space: nowrap; }
.header-offer:hover, .header-offer:focus-visible { background: var(--accent-dark); color: var(--white); }
.brand__mark { width: 40px; height: 40px; border-radius: 10px; background: transparent; color: var(--accent); outline: 1px solid var(--accent); font-size: .9rem; }
.brand strong { color: var(--accent-dark); font-family: var(--font-sans); font-size: 1.15rem; }
.brand small { display: none; }
.site-nav { flex: 1; border: 0; background: transparent; }
.tux-menu { justify-content: center; gap: clamp(14px,1.5vw,25px); }
.tux-menu a { min-height: 48px; color: var(--ink); font-size: .95rem; font-weight: 650; }
.header-actions { display: flex; align-items: center; gap: 13px; }
.header-utility { font-size: .88rem; font-weight: 700; }
.desktop-cta { min-height: 38px; padding: 8px 20px; font-size: .88rem; }

.hero { min-height: 650px; background: var(--cream); color: var(--ink); }
.hero::before { inset: 0; background: radial-gradient(circle at 90% 15%,rgba(174,63,114,.08),transparent 28%), linear-gradient(180deg,#fffaf7 0%,#fff8f5 100%); }
.hero::after { position: absolute; right: 2%; bottom: 2%; z-index: -2; width: 48%; height: 44%; background: url('../images/hero-landscape.svg') center/contain no-repeat; opacity: .05; content: ''; }
.hero__grid { min-height: 650px; grid-template-columns: .9fr 1.1fr; gap: 70px; padding-block: 76px; }
.hero h1 { margin-bottom: 24px; color: var(--accent); font-size: clamp(3.2rem,5.5vw,5.5rem); line-height: 1.02; }
.hero h1 em { color: var(--accent); font-style: normal; font-weight: 760; }
.hero__copy > p:not(.eyebrow) { max-width: 560px; color: var(--ink); font-size: 1.1rem; line-height: 1.6; }
.hero-search { max-width: 560px; display: flex; gap: 8px; margin-top: 28px; padding: 7px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); box-shadow: var(--shadow); }
.hero-search input { min-width: 0; flex: 1; padding: 9px 16px; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: .95rem; }
.hero-search button { min-width: 104px; border: 0; border-radius: 999px; background: var(--accent); color: var(--white); cursor: pointer; font-weight: 750; font-size: .92rem; }
.hero__proof { margin-top: 24px; color: var(--muted); font-size: .88rem; }
.hero__proof strong { color: var(--ink); }
.hero-stars { color: #2ca86f; letter-spacing: .03em; font-size: 1rem; }
.hero__visual { min-height: 520px; }
.hero-collage { height: 100%; display: grid; grid-template-columns: 1fr .82fr 1fr; grid-template-rows: 1fr 1fr; gap: 13px; align-items: stretch; padding: 10px; }
.hero-tile { display: block; width: 100%; min-height: 210px; border-radius: 28px; background: #eadbe1; box-shadow: var(--shadow); object-fit: cover; }
.hero-tile--city { grid-row: 1 / 3; align-self: center; height: 64%; }
.hero-tile--mountain { grid-row: 1 / 3; align-self: center; height: 74%; }

.trust-strip { background: var(--paper); }
.trust-grid { grid-template-columns: repeat(4,1fr); gap: 16px; padding-block: 28px; }
.trust-grid > div, .trust-grid > div:first-child { min-height: 78px; justify-content: center; padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); box-shadow: 0 8px 24px rgba(103,55,78,.06); }
.trust-grid span { color: var(--accent); font-size: .92rem; }

.section { padding-block: 94px; }
.section--cream { background: var(--cream); }
.section--ink { background: var(--cream); color: var(--ink); }
.section--accent { background: #f9edf2; }
.section-heading--center { max-width: 760px; margin-inline: auto; text-align: center; }
.section-heading--center > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.destination-grid--six { grid-template-columns: repeat(6,1fr); grid-template-rows: 270px; gap: 14px; }
.destination-grid--six .destination { min-height: 0; padding: 20px; }
.destination-grid--six .destination::before, .destination-grid--six .destination::after { display: none; }
.destination { background: linear-gradient(155deg,#c56e91,#6b3c52); }
.destination { background-position: center; background-size: cover; }
.destination--beijing { background-image: linear-gradient(180deg,transparent 32%,rgba(54,25,39,.78)),url('../images/cities/beijing-cuisine.webp'); }
.destination--city { background-image: linear-gradient(180deg,transparent 32%,rgba(54,25,39,.78)),url('../images/cities/shanghai-skyline.webp'); }
.destination--guilin { background-image: linear-gradient(180deg,transparent 32%,rgba(54,25,39,.78)),url('../images/cities/guilin-karst.webp'); }
.destination--panda { background-image: linear-gradient(180deg,transparent 32%,rgba(54,25,39,.78)),url('../images/cities/beijing-hotpot.webp'); }
.destination--warm { background-image: linear-gradient(180deg,transparent 32%,rgba(54,25,39,.78)),url('../images/cities/yunnan-lake.webp'); }
.destination--chongqing { background-image: linear-gradient(180deg,transparent 32%,rgba(54,25,39,.78)),url('../images/cities/material2-chongqing-landscape.webp'); }
.destination small { font-size: .82rem; }
.destination strong { font-size: 1.45rem; }

.tour-grid { gap: 18px; align-items: stretch; }
.tour-card { border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 8px 26px rgba(103,55,78,.07); display: flex; flex-direction: column; height: 100%; }
.tour-card__media { aspect-ratio: 1.58 / 1; background: linear-gradient(145deg,#d58aa9,#8c345c); }
.tour-card__placeholder { background: radial-gradient(circle at 72% 26%,rgba(255,255,255,.42),transparent 18%),linear-gradient(160deg,#d48ba9 0 48%,#9c3e68 48% 56%,#78536a 56%); }
.tour-card__badge { top: 12px; left: 12px; padding: 5px 11px; color: var(--accent-dark); font-size: .78rem; font-weight: 800; }
.tour-card__body { display: flex; flex-direction: column; flex: 1 1 auto; padding: 18px; }
.tour-card h3 { min-height: 4.05em; max-height: 4.05em; margin-bottom: 14px; font-size: 1.12rem; line-height: 1.35; font-weight: 750; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.tour-card__route { height: 1.35em; line-height: 1.35; margin-bottom: 8px; color: var(--accent); font-size: .85rem; font-weight: 750; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.tour-card__meta { margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line); color: var(--muted); font-size: .88rem; display: flex; justify-content: space-between; align-items: center; }

.story-grid { gap: 64px; }
.story-visual { min-height: 430px; background: linear-gradient(155deg,rgba(174,63,114,.12),transparent 48%),url('../images/cities/zhangjiajie-travellers.webp') center/cover; }
.story-quote { max-width: 300px; border-color: var(--line); background: rgba(255,255,255,.88); color: var(--accent-dark); box-shadow: var(--shadow); }
.story-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.check-list li { border-color: var(--line); }
.check-list li:last-child { border-color: var(--line); }
.check-list li::before { color: var(--accent); }

.planning { position: relative; overflow: hidden; background: var(--paper); }
.planning::before { position: absolute; left: 6%; right: 6%; top: 57%; border-top: 2px dashed rgba(174,63,114,.32); content: ''; }
.steps { grid-template-columns: repeat(4,1fr); position: relative; }
.steps li, .steps li:last-child { border: 0; text-align: center; }
.steps span { width: 64px; height: 64px; display: grid; place-items: center; margin: 0 auto 38px; border: 1px solid rgba(174,63,114,.28); border-radius: 50%; background: var(--white); color: var(--accent); box-shadow: var(--shadow); }

.history-section { background: var(--cream); }
.history-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: center; }
.timeline p { display: grid; grid-template-columns: 76px 1fr; gap: 20px; margin: 0; padding: 16px 0; border-bottom: 1px solid var(--line); }
.timeline strong { color: var(--accent); }
.award-collage { min-height: 420px; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 16px; }
.award-collage span { display: grid; place-items: end start; padding: 22px; border-radius: 14px; background-position: center; background-size: cover; color: var(--white); font-weight: 800; text-shadow: 0 2px 12px rgba(0,0,0,.55); box-shadow: var(--shadow); }
.award-collage span:first-child { grid-row: 1 / 3; }
.award-collage span:nth-child(1) { background-image: linear-gradient(180deg,transparent,rgba(54,25,39,.62)),url('../images/cities/zhangjiajie-hero.webp'); }
.award-collage span:nth-child(2) { background-image: linear-gradient(180deg,transparent,rgba(54,25,39,.62)),url('../images/cities/guilin-river.webp'); }
.award-collage span:nth-child(3) { background-image: linear-gradient(180deg,transparent,rgba(54,25,39,.62)),url('../images/cities/shanghai-sunset-landscape.webp'); }

.team-section { background: var(--paper); }
.team-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; max-width: 940px; margin: 0 auto; }
.team-cards article { padding: 24px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); text-align: center; box-shadow: 0 8px 24px rgba(103,55,78,.06); }
.team-cards article > img { width: 104px; height: 104px; display: block; margin: 0 auto 16px; border: 4px solid #faeef3; border-radius: 50%; object-fit: cover; }
.team-cards h3 { margin-bottom: 3px; font-size: 1.12rem; }
.team-cards p { color: var(--muted); font-size: .92rem; }
.team-stats { display: flex; justify-content: center; gap: 90px; margin-top: 46px; text-align: center; }
.team-stats strong { color: var(--accent); font-size: 1.85rem; }
.team-stats small { display: block; margin-top: 4px; color: var(--muted); font-size: .85rem; font-weight: 650; }

.testimonials-section { background: var(--cream); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.testimonial-grid blockquote { margin: 0; padding: 24px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); box-shadow: 0 8px 24px rgba(103,55,78,.06); }
.testimonial-grid span { display: block; color: #e4a326; font-size: 1.05rem; }
.testimonial-grid p { margin-top: 14px; color: var(--ink); font-size: .98rem; line-height: 1.65; }
.featured-private { background: var(--paper); }
.featured-private .tour-grid { grid-template-columns: repeat(4,1fr); }
.inspiration-band { padding-block: 44px; background: #faeef3; }
.inspiration-band .shell { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.inspiration-band h2 { margin: 0; font-size: 2rem; }
.inspiration-band .eyebrow { margin-bottom: 6px; }

.cta-grid { gap: 60px; }
.cta-section .tux-inquiry-wrap { padding: 24px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.75); box-shadow: var(--shadow); }

.inner-hero, .inner-hero--tours { background: var(--cream); color: var(--ink); }
.inner-hero p:not(.eyebrow), .inner-hero--tours p:not(.eyebrow) { color: var(--muted); }
.tour-hero { min-height: 520px; display: flex; align-items: flex-end; background: linear-gradient(125deg,#8c4565,#d49bb1); }
.tour-hero__inner { width: min(calc(100% - 48px),1240px); padding: 56px; border-radius: 14px; background: rgba(255,253,251,.9); color: var(--ink); box-shadow: var(--shadow); }
.tour-hero__route, .tour-hero__facts small { color: var(--muted); }
.tour-hero__facts { border-color: var(--line); }
.tour-aside__card { border: 1px solid var(--line); background: var(--white); }

.site-footer { padding-top: 66px; border-top: 1px solid var(--line); background: #fffaf7; color: var(--muted); }
.brand--light, .brand--light small, .footer-grid h2 { color: var(--ink); }
.footer-links a:hover { color: var(--accent); }
.footer-bottom { border-color: var(--line); }

@media (max-width: 1100px) {
  .desktop-cta { display: none; }
  .menu-toggle { display: block; }
  .site-nav { position: fixed; inset: 0; z-index: 100; display: none; padding: 110px 32px 40px; overflow-y: auto; background: var(--paper); }
  .site-nav.is-open { display: block; }
  .site-nav .shell { width: 100%; }
  .tux-menu { display: block; }
  .tux-menu a { min-height: 52px; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .tux-menu .sub-menu { position: static; width: auto; display: block; padding: 0 0 10px 18px; border: 0; background: transparent; box-shadow: none; transform: none; }
  .tux-menu .sub-menu a { min-height: 44px; font-size: .86rem; }
  .brandbar { position: relative; z-index: 101; }
  .hero__grid { grid-template-columns: 1.15fr .85fr; gap: 24px; }
  .hero-card--float { right: 5%; transform: none; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-grid > div:first-child { border-left: 0; }
  .tour-grid { grid-template-columns: repeat(2,1fr); }
  .tour-grid > :last-child:nth-child(odd) { grid-column: span 2; }
  .destination-grid { grid-template-columns: 1fr 1fr; }
  .destination--large { grid-row: span 2; }
  .destination--city { grid-column: 2; }
  .story-grid { gap: 48px; }
  .tour-layout { grid-template-columns: minmax(0,1fr) 340px; gap: 40px; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 767px) {
	.tux-tour-gallery { grid-template-columns: 1fr; }
	.tux-tour-gallery img { height: 220px; }
	.tux-itinerary-day { padding: 22px 20px; }
	.prose .tux-itinerary-period, .tux-itinerary-highlights { grid-template-columns: 92px minmax(0, 1fr); gap: 10px; }
	.tux-itinerary-day > p:not(.tux-itinerary-highlights) { font-size: .96rem; line-height: 1.68; }
	.brand__logo { width: 175px; max-height: 50px; }
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .topbar__inner > span { display: none; }
  .topbar__inner, .topbar__links { justify-content: center; gap: 14px; }
  .topbar__links a:first-child { display: none; }
  .brandbar { min-height: 70px; }
  .brand__mark { width: 42px; height: 42px; }
  .brand strong { font-size: 1.05rem; }
  .brand small { display: none; }
  .hero, .hero__grid { min-height: auto; }
  .hero::before { background: linear-gradient(180deg,rgba(6,38,40,.9),rgba(6,38,40,.98)), url('../images/hero-landscape.svg') center/cover; }
  .hero__grid { display: block; padding-block: 74px 54px; }
  .hero__copy > p:not(.eyebrow) { font-size: 1rem; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero__proof { gap: 6px; margin-top: 40px; }
  .hero__visual { min-height: 360px; margin-top: 30px; }
  .hero-card--main { inset: 0; }
  .hero-card--float { right: 12px; bottom: 16px; width: 170px; min-height: 105px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { min-height: 68px; padding: 16px; border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding-block: 74px; }
  .section-heading--split, .tour-grid, .destination-grid, .story-grid, .steps, .cta-grid, .tour-layout, .post-grid, .footer-grid { grid-template-columns: 1fr; }
  .section-heading--split { gap: 16px; }
  .tour-grid > :last-child:nth-child(odd) { grid-column: auto; }
  .destination-grid { grid-template-rows: none; }
  .destination, .destination--large, .destination--city { grid-column: auto; grid-row: auto; min-height: 220px; }
  .story-visual { min-height: 400px; }
  .story-quote { font-size: 1.8rem; }
  .steps li, .steps li:last-child { padding: 26px 10px 26px 26px; border: 0; border-top: 1px solid var(--line); }
  .steps li:last-child { border-bottom: 1px solid var(--line); }
  .steps span { margin-bottom: 24px; }
  .cta-grid { gap: 34px; }
  .cta-grid > div:first-child { position: static; }
  .tour-hero { padding-block: 64px; }
  .tour-hero__facts { gap: 24px; }
  .tour-aside { position: static; }
  .footer-grid { gap: 36px; }
  .footer-bottom { flex-direction: column; }
}

/* Homepage — exact section order, unified typography rhythm and strict grid alignment */
.home-design { background: var(--paper); }
.home-design h2 { margin-bottom: 36px; color: var(--accent); font-size: clamp(1.85rem, 2.5vw, 2.5rem); font-weight: 800; line-height: 1.25; letter-spacing: -0.025em; text-align: center; }
.tx-home-section { padding-block: 72px; }
.tx-home-hero { overflow: hidden; background: var(--paper); }
.tx-home-hero__grid { min-height: 650px; display: grid; grid-template-columns: .92fr 1.08fr; gap: 64px; align-items: center; padding-block: 72px; }
.tx-home-hero__copy { max-width: 550px; }
.tx-home-hero h1 { margin-bottom: 24px; color: var(--accent); font-size: clamp(3.2rem, 5.25vw, 5.5rem); font-weight: 800; line-height: 1.05; letter-spacing: -0.03em; }
.tx-home-hero__copy > p { max-width: 520px; color: var(--ink); font-size: 1.1rem; font-weight: 400; line-height: 1.6; margin-bottom: 28px; }
.tx-home-search { max-width: 540px; display: flex; gap: 8px; margin-top: 28px; padding: 6px; border: 1px solid var(--line); border-radius: 999px; background: #fff; box-shadow: 0 8px 24px rgba(103,55,78,.08); }
.tx-home-search input { min-width: 0; flex: 1; padding: 10px 20px; border: 0; outline: 0; background: transparent; color: var(--ink-deep); font-size: .96rem; font-weight: 400; }
.tx-home-search button { min-width: 110px; min-height: 44px; border: 0; border-radius: 999px; background: var(--accent); color: #fff; cursor: pointer; font-size: .92rem; font-weight: 750; transition: background .2s ease; }
.tx-home-search button:hover { background: var(--accent-dark); }
.tx-home-proof { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 12px; margin-top: 24px; color: var(--muted); font-size: .88rem; }
.tx-home-proof strong { color: var(--ink-deep); font-weight: 800; }
.tx-home-stars { color: #2ba36d; letter-spacing: .06em; font-size: 1rem; }
.tx-home-collage { position: relative; width: 100%; height: auto; aspect-ratio: 1 / 1; }
.tx-home-collage img { position: absolute; width: 31.6%; display: block; border-radius: 14px; object-fit: cover; object-position: center; box-shadow: 0 7px 20px rgba(76,42,58,.06); }
.tx-home-collage__city { left: 0; top: 32.5%; height: 51%; }
.tx-home-collage__badge { position: absolute; left: 0; top: 86.1%; width: 31.6%; height: 10.5%; min-height: 38px; max-height: 46px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(6px, 1vw, 12px); border-radius: 999px; background: #ffffff; box-shadow: 0 8px 24px rgba(76,42,58,.1); border: 1px solid rgba(234,219,226,.8); box-sizing: border-box; z-index: 3; user-select: none; transition: transform .2s ease, box-shadow .2s ease; }
.tx-home-collage__badge:hover { box-shadow: 0 10px 28px rgba(103,55,78,.15); transform: translateY(-1px); }
.tx-collage-arrow { background: transparent; border: 0; padding: 4px; margin: 0; display: inline-flex; align-items: center; justify-content: center; color: #9d8c95; cursor: pointer; border-radius: 50%; transition: color .2s ease, background-color .2s ease, transform .15s ease; line-height: 1; flex-shrink: 0; }
.tx-collage-arrow:hover { color: var(--accent); background: rgba(174,63,114,.08); transform: scale(1.12); }
.tx-collage-loc-link { display: inline-flex; align-items: center; justify-content: center; gap: 5px; color: var(--ink-deep); text-decoration: none; font-size: clamp(0.74rem, .95vw, .92rem); font-weight: 750; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; min-width: 0; flex: 1; transition: color .2s ease; }
.tx-collage-loc-link:hover { color: var(--accent); }
.tx-collage-loc-pin { color: var(--accent); flex-shrink: 0; display: inline-block; vertical-align: middle; }
.tx-collage-loc-text { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; transition: opacity .15s ease; }
.tx-home-collage__food { left: 34.2% !important; top: 0% !important; height: 52% !important; }
.tx-home-collage__travellers { left: 34.2% !important; top: 54.6% !important; height: 45.4% !important; object-position: 85% center !important; }
.tx-home-collage__alley { left: 68.4% !important; top: 0% !important; height: 52% !important; }
.tx-home-collage__lake { left: 68.4% !important; top: 54.6% !important; height: 45.4% !important; }

.tx-home-destinations { padding-top: 48px; background: var(--paper); }
.tx-destination-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; align-items: stretch; }
.tx-destination-card { position: relative; min-height: 260px; height: 100%; display: flex; align-items: flex-end; padding: 20px; border-radius: 14px; overflow: hidden; background-position: center; background-size: cover; color: #fff; box-shadow: 0 8px 22px rgba(103,55,78,.08); transition: transform 0.25s ease, box-shadow 0.25s ease; }
.tx-destination-card:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(103,55,78,.16); }
.tx-destination-card::after { position: absolute; inset: 30% 0 0; background: linear-gradient(180deg, transparent, rgba(38,20,31,.78)); content: ''; }
.tx-destination-card span { position: relative; z-index: 1; font-size: 1.15rem; font-weight: 800; line-height: 1.2; letter-spacing: -0.015em; text-shadow: 0 2px 12px rgba(0,0,0,.6); }
.tx-destination-card--beijing { background-image: url('../images/cities/beijing-cuisine.webp'); }
.tx-destination-card--shanghai { background-image: url('../images/cities/shanghai-skyline.webp'); }
.tx-destination-card--guilin { background-image: url('../images/cities/guilin-karst.webp'); }
.tx-destination-card--chengdu { background-image: url('../images/cities/beijing-hotpot.webp'); }
.tx-destination-card--yunnan { background-image: url('../images/cities/yunnan-market.webp'); }
.tx-destination-card--chongqing { background-image: url('../images/cities/material2-chongqing-landscape.webp'); }

.tx-home-group-tours { padding-top: 54px; background: #fff; }
.tx-tour-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin: -14px auto 36px; }
.tx-tour-tabs a { min-width: 170px; padding: 10px 22px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--muted); font-size: .9rem; font-weight: 700; text-align: center; transition: all .2s ease; }
.tx-tour-tabs a.is-active, .tx-tour-tabs a:hover { border-color: var(--accent); background: var(--accent); color: #fff; }
.tx-home-tour-grid { display: grid; gap: 24px; }
.tx-home-tour-grid--six { grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; }
.tx-home-tour-grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: stretch; }
.tx-home-tour-grid--six .tour-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; gap: 24px; }
.tx-home-tour-grid--four .tour-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: stretch; gap: 24px; }
.tx-home-tour-grid .tour-card { display: flex; flex-direction: column; height: 100%; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 6px 18px rgba(103,55,78,.06); transition: transform .25s ease, box-shadow .25s ease; }
.tx-home-tour-grid .tour-card:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(103,55,78,.12); }
.tx-home-tour-grid .tour-card__media { aspect-ratio: 1.6 / 1; border-radius: 13px 13px 0 0; overflow: hidden; }
.tx-home-tour-grid .tour-card__body { display: flex; flex-direction: column; flex: 1 1 auto; padding: 20px; }
.tx-home-tour-grid .tour-card__route { height: 1.35em; line-height: 1.35; margin-bottom: 8px; font-size: .78rem; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; color: var(--accent); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.tx-home-tour-grid .tour-card h3 { min-height: 48px; max-height: 52px; margin-bottom: 14px; font-size: 1.15rem; line-height: 1.35; font-weight: 800; letter-spacing: -0.015em; color: var(--ink-deep); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.tx-home-tour-grid .tour-card__meta { margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line); font-size: .86rem; font-weight: 650; color: var(--muted); display: flex; justify-content: space-between; align-items: center; }
.tx-home-tour-grid .tour-card__badge { top: 10px; left: 10px; padding: 4px 10px; font-size: .75rem; font-weight: 800; border-radius: 6px; }

.tx-home-about { background: var(--paper); }
.tx-home-split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.tx-home-split h2 { text-align: left; }
.tx-home-about__copy { max-width: 560px; }
.tx-home-about__copy > p { color: var(--muted); font-size: 1.05rem; font-weight: 400; line-height: 1.65; margin-bottom: 24px; }
.tx-home-about__copy ul { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; margin: 24px 0 24px; padding: 0; list-style: none; }
.tx-home-about__copy li { position: relative; padding-left: 24px; color: var(--ink-deep); font-size: .95rem; font-weight: 650; line-height: 1.5; }
.tx-home-about__copy li::before { position: absolute; left: 0; color: var(--accent); content: '✓'; font-weight: 800; }
.tx-home-text-link { color: var(--accent); font-size: .96rem; font-weight: 800; display: inline-flex; align-items: center; gap: 4px; transition: transform .2s ease; }
.tx-home-text-link:hover { color: var(--accent-dark); transform: translateX(3px); }
.tx-home-about__image { width: 100%; height: 350px; border-radius: 14px; object-fit: cover; box-shadow: 0 8px 24px rgba(103,55,78,.08); }

.tx-home-history { background: #fff; }
.tx-home-history__grid { align-items: stretch; }
.tx-history-list p { display: grid; grid-template-columns: 72px 1fr; gap: 20px; align-items: baseline; margin: 0; padding: 15px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 0.98rem; line-height: 1.6; }
.tx-history-list strong { color: var(--accent); font-size: 1.1rem; font-weight: 800; line-height: 1.6; letter-spacing: -0.01em; }
.tx-history-collage { height: 100%; min-height: 420px; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 12px; overflow: hidden; border-radius: 14px; }
.tx-history-collage img { width: 100%; height: 100%; min-width: 0; min-height: 0; border-radius: 10px; object-fit: cover; display: block; }
.tx-history-collage img:first-child { grid-column: 1; grid-row: 1 / 3; object-position: 85% center !important; }
.tx-history-collage img:nth-child(2) { grid-column: 2; grid-row: 1; }
.tx-history-collage img:nth-child(3) { grid-column: 2; grid-row: 2; }

.tx-home-why { background: var(--paper); }
.tx-why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.tx-why-grid--four { grid-template-columns: repeat(4, 1fr); }
.tx-why-grid article, .tx-why-card { display: flex; flex-direction: column; height: 100%; padding: 34px 28px; border: 1.5px solid #eadce3; border-radius: 16px; background: #ffffff; box-shadow: 0 10px 30px rgba(103,55,78,.06); transition: transform .3s cubic-bezier(0.2,0,0.2,1), box-shadow .3s cubic-bezier(0.2,0,0.2,1), border-color .3s ease; }
.tx-why-grid article:hover, .tx-why-card:hover { transform: translateY(-5px); box-shadow: 0 18px 42px rgba(103,55,78,.14); border-color: var(--accent); }
.tx-why-grid article:nth-child(1), .tx-why-card:nth-child(1) { border-top: 4px solid #d97706 !important; }
.tx-why-grid article:nth-child(1) .tx-why-card__num { background: #fffbeb; color: #b45309; }
.tx-why-grid article:nth-child(2), .tx-why-card:nth-child(2) { border-top: 4px solid #059669 !important; }
.tx-why-grid article:nth-child(2) .tx-why-card__num { background: #ecfdf5; color: #047857; }
.tx-why-grid article:nth-child(3), .tx-why-card:nth-child(3) { border-top: 4px solid #ae3f72 !important; }
.tx-why-grid article:nth-child(3) .tx-why-card__num { background: #fcf4f7; color: #ae3f72; }
.tx-why-grid article:nth-child(4), .tx-why-card:nth-child(4) { border-top: 4px solid #4f46e5 !important; }
.tx-why-grid article:nth-child(4) .tx-why-card__num { background: #e0e7ff; color: #3730a3; }
.tx-why-card__num { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; margin-bottom: 20px; background: var(--accent); color: #ffffff; font-size: 1.05rem; font-weight: 900; border-radius: 10px; letter-spacing: .02em; box-shadow: 0 4px 14px rgba(174,63,114,.2); flex-shrink: 0; }
.tx-why-grid img { max-width: 44px; max-height: 44px; margin: 0; object-fit: contain; flex-shrink: 0; }
.tx-why-grid h3, .tx-why-card h3 { margin-bottom: 12px; font-size: 1.25rem; font-weight: 850; line-height: 1.35; letter-spacing: -0.02em; color: var(--ink-deep); min-height: 30px; display: flex; align-items: center; }
.tx-why-grid p, .tx-why-card p { margin: 0; color: var(--ink); font-size: .95rem; line-height: 1.65; flex: 1 1 auto; }

.tx-home-team { background: var(--paper); text-align: center; }
.tx-home-team h2 { font-size: clamp(1.85rem, 2.5vw, 2.5rem); color: var(--accent); margin-bottom: 40px; }
.tx-team-leads { max-width: 1080px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin: 0 auto 46px; align-items: stretch; }
.tx-team-leads article, .tx-lead-card { display: flex; flex-direction: column; align-items: center; text-align: center; height: 100%; padding: 30px 20px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 6px 18px rgba(103,55,78,.05); transition: transform .25s ease, box-shadow .25s ease; }
.tx-team-leads article:hover, .tx-lead-card:hover { transform: translateY(-3px); box-shadow: 0 10px 24px rgba(103,55,78,.1); }
.tx-team-leads img, .tx-lead-card img { width: 96px; height: 96px; margin: 0 auto 16px; border: 4px solid #f8e9ef; border-radius: 50%; object-fit: cover; object-position: center top; box-shadow: 0 6px 18px rgba(140,47,91,0.14); flex-shrink: 0; }
.tx-team-leads h3, .tx-lead-card h3 { margin-bottom: 4px; font-size: 1.25rem; font-weight: 800; letter-spacing: -0.015em; color: var(--ink-deep); min-height: 30px; display: flex; align-items: center; justify-content: center; }
.tx-lead-role, .tx-lead-card__role { font-size: 0.9rem; font-weight: 750; color: var(--accent); margin-bottom: 12px; min-height: 24px; display: flex; align-items: center; justify-content: center; }
.tx-team-leads p, .tx-lead-card p { margin: 0 0 16px; color: var(--muted); font-size: 0.88rem; line-height: 1.6; flex: 1 1 auto; min-height: 66px; display: flex; align-items: flex-start; justify-content: center; }
.tx-lead-link { margin-top: auto; font-size: 0.88rem; font-weight: 750; color: var(--accent); text-decoration: none; display: inline-flex; align-items: center; gap: 4px; padding: 7px 18px; border-radius: 999px; background: var(--cream); transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease; }
.tx-lead-link:hover { color: var(--accent-dark); background: #f3d6e3; transform: translateX(3px); }
.tx-team-members { display: flex; flex-direction: column; align-items: center; gap: 14px; margin: 0 auto 44px; }
.tx-team-members__row { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }
.tx-team-members img { width: 66px; height: 66px; border: 3px solid #fff; border-radius: 50%; object-fit: cover; box-shadow: 0 4px 14px rgba(103,55,78,0.12); transition: transform 0.22s ease, box-shadow 0.22s ease; }
.tx-team-members img:hover { transform: scale(1.12); box-shadow: 0 8px 22px rgba(103,55,78,0.22); }
.tx-team-stats { display: flex; justify-content: center; align-items: flex-start; gap: 88px; margin-top: 10px; }
.tx-stat-item { display: flex; flex-direction: column; align-items: center; text-align: center; }
.tx-stat-icon { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; margin-bottom: 6px; color: var(--accent); }
.tx-team-stats strong { color: var(--accent); font-size: 2rem; font-weight: 850; line-height: 1.1; }
.tx-team-stats small { display: block; margin-top: 5px; color: var(--muted); font-size: 0.92rem; font-weight: 650; }

.tx-home-personalize { padding-block: 48px; background: var(--cream); }
.tx-home-personalize__grid { display: grid; grid-template-columns: 0.88fr 1.12fr; gap: 48px; align-items: center; }
.tx-home-personalize img { width: 100%; height: 310px; border-radius: 14px; object-fit: cover; box-shadow: 0 8px 24px rgba(103,55,78,0.08); }
.tx-home-personalize h2 { margin-bottom: 20px; text-align: left; font-size: clamp(1.75rem, 2.3vw, 2.25rem); font-weight: 800; color: var(--accent); }
.tx-home-personalize ol { margin: 0 0 24px; padding: 0; list-style: none; counter-reset: personal-step; }
.tx-home-personalize li { position: relative; margin: 14px 0; padding-left: 40px; color: var(--ink-deep); font-size: 0.98rem; font-weight: 650; line-height: 1.55; counter-increment: personal-step; }
.tx-home-personalize li::before { position: absolute; left: 0; top: 0; width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: var(--accent); color: #fff; content: counter(personal-step); font-size: 0.8rem; font-weight: 800; }

.tx-home-reviews { background: #fff; text-align: center; }
.tx-home-reviews h2 { margin-bottom: 8px; }
.tx-review-badge { margin-bottom: 32px; color: var(--muted); font-size: 1.05rem; font-weight: 650; }
.tx-review-badge span { color: #2ba36d; font-size: 1.2rem; }
.tx-review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; text-align: left; align-items: stretch; }
.tx-review-grid blockquote { display: flex; flex-direction: column; height: 100%; margin: 0; padding: 28px 24px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 6px 18px rgba(103,55,78,.05); transition: transform 0.25s ease; }
.tx-review-grid blockquote:hover { transform: translateY(-3px); }
.tx-review-grid blockquote > div { display: flex; justify-content: space-between; align-items: center; gap: 14px; margin-bottom: 14px; min-height: 28px; }
.tx-review-grid blockquote strong { font-size: 1.1rem; font-weight: 800; letter-spacing: -0.01em; color: var(--ink-deep); }
.tx-review-grid blockquote span { color: #e3a229; font-size: 0.95rem; letter-spacing: 0.05em; }
.tx-review-grid blockquote p { margin: 0; color: var(--ink); font-size: 0.92rem; line-height: 1.65; flex: 1 1 auto; }

.tx-home-newsletter { padding-block: 65px; background: linear-gradient(135deg, #fceef4 0%, #fff5f8 50%, #fdf0f4 100%); border-block: 1.5px solid rgba(174, 63, 114, 0.14); }
.tx-home-newsletter__inner { display: grid; grid-template-columns: 1fr 1.15fr; gap: 54px; align-items: center; padding: 42px 48px; border-radius: 16px; background: #ffffff; border: 2px solid #e8b4c8; border-top: 5px solid var(--accent, #ae3f72); box-shadow: 0 16px 44px rgba(174, 63, 114, 0.1); }
.tx-home-newsletter h2 { margin-bottom: 8px; font-size: 1.75rem; font-weight: 850; letter-spacing: -0.02em; color: var(--accent-dark, #8c2f5b) !important; text-align: left; }
.tx-home-newsletter p { margin: 0; color: var(--ink, #4d3543) !important; font-size: 0.96rem; line-height: 1.6; font-weight: 500; }
.tx-home-newsletter form { display: flex; padding: 6px; border: 1.5px solid #e2b6c7; border-radius: 999px; background: #fff; box-shadow: 0 6px 20px rgba(103,55,78,0.08); }
.tx-home-newsletter input { min-width: 0; flex: 1; padding: 10px 20px; border: 0; outline: 0; background: transparent; font-size: .95rem; color: var(--ink-deep); }
.tx-home-newsletter button { min-width: 125px; min-height: 46px; border: 0; border-radius: 999px; background: var(--accent); color: #fff; font-size: .95rem; font-weight: 800; transition: background .2s ease, transform .2s ease; cursor: pointer; box-shadow: 0 6px 18px rgba(174,63,114,0.3); }
.tx-home-newsletter button:hover { background: var(--accent-dark); transform: translateY(-1px); }
.tx-elementor-collage > .elementor-element { position: absolute; min-width: 0; }
.tx-elementor-collage > .tx-home-collage__city { left: 0; top: 32.5%; width: 31.6%; height: 51%; }
.tx-elementor-collage > .tx-home-collage__badge-widget, .tx-elementor-collage > .tx-home-collage__badge { left: 0; top: 86.1%; width: 31.6%; height: 10.5%; }
.tx-elementor-collage > .tx-home-collage__food { left: 34.2% !important; top: 0% !important; width: 31.6% !important; height: 52% !important; }
.tx-elementor-collage > .tx-home-collage__travellers { left: 34.2% !important; top: 54.6% !important; width: 31.6% !important; height: 45.4% !important; }
.tx-elementor-collage > .tx-home-collage__alley { left: 68.4% !important; top: 0% !important; width: 31.6% !important; height: 52% !important; }
.tx-elementor-collage > .tx-home-collage__lake { left: 68.4% !important; top: 54.6% !important; width: 31.6% !important; height: 45.4% !important; }
.tx-elementor-collage .elementor-widget-container { width: 100%; height: 100%; }
.tx-elementor-collage .elementor-widget-container img { position: static; width: 100%; height: 100%; }

@media (max-width: 1100px) {
	.tx-home-hero__grid { grid-template-columns: .95fr 1.05fr; gap: 30px; }
	.tx-home-collage { max-width: 620px; margin-inline: auto; }
  .tx-destination-grid { grid-template-columns: repeat(3, 1fr); }
  .tx-destination-card { min-height: 220px; }
  .tx-home-tour-grid--four { grid-template-columns: repeat(2, 1fr); }
  .tx-home-tour-grid--four .tour-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .group-features { grid-template-columns: repeat(2, 1fr) !important; }
  .tx-home-split { gap: 40px; }
}

@media (max-width: 767px) {
  .group-features { grid-template-columns: 1fr !important; }
  .home-design h2 { margin-bottom: 24px; font-size: 1.9rem; }
  .tx-home-section { padding-block: 54px; }
  .tx-home-hero__grid { min-height: 0; grid-template-columns: 1fr; gap: 36px; padding-block: 54px; }
  .tx-home-hero__copy { max-width: none; }
  .tx-home-hero h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
  .tx-home-search input { width: 100%; }
  .tx-home-search button { min-width: 90px; }
  .tx-home-proof { line-height: 1.45; }
	.tx-home-collage { width: min(100%, 560px); height: auto; aspect-ratio: 1 / 1; margin-inline: auto; }
	.tx-home-collage img { border-radius: 11px; }
	.tx-home-collage__badge { padding: 0 8px; min-height: 34px; height: 10.5%; }
	.tx-collage-loc-link { font-size: .8rem; gap: 4px; }
  .tx-home-destinations { padding-top: 42px; }
  .tx-destination-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .tx-destination-card { min-height: 200px; padding: 14px; }
  .tx-tour-tabs { flex-wrap: nowrap; justify-content: flex-start; margin-inline: -16px; padding-inline: 16px; overflow-x: auto; scrollbar-width: none; }
  .tx-tour-tabs a { min-width: max-content; }
  .tx-home-tour-grid--six, .tx-home-tour-grid--four, .tx-home-split, .tx-why-grid, .tx-why-grid--four, .tx-review-grid, .tx-home-personalize__grid, .tx-home-newsletter__inner { grid-template-columns: 1fr; }
  .tx-home-tour-grid--six .tour-grid, .tx-home-tour-grid--four .tour-grid { grid-template-columns: 1fr; }
  .tx-home-tour-grid .tour-card h3 { min-height: 0; }
  .tx-home-about__copy { order: 1; }
  .tx-home-about__image { order: 2; height: 260px; }
  .tx-home-split h2, .tx-home-personalize h2, .tx-home-newsletter h2 { text-align: center; }
  .tx-home-about__copy ul { grid-template-columns: 1fr; }
  .tx-home-history__grid { gap: 32px; }
  .tx-history-list p { grid-template-columns: 58px 1fr; gap: 14px; padding: 13px 0; font-size: .94rem; }
  .tx-history-list strong { font-size: .94rem; }
  .tx-history-collage { height: 280px; min-height: 280px; gap: 8px; }
  .tx-team-leads { grid-template-columns: 1fr; gap: 28px; }
  .tx-team-members { gap: 10px; margin-bottom: 32px; }
  .tx-team-members__row { gap: 12px; }
  .tx-team-members img { width: 54px; height: 54px; }
  .tx-team-stats { gap: 20px; }
  .tx-team-stats strong { font-size: 1.5rem; }
  .tx-stat-icon { width: 36px; height: 36px; }
  .tx-home-personalize__grid { gap: 26px; }
  .tx-home-personalize img { height: 230px; }
  .tx-home-newsletter__inner { gap: 22px; padding: 26px 20px; text-align: center; }
  .tx-home-newsletter form { width: 100%; }
  .tx-home-newsletter button { min-width: 92px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

@media (max-width: 1100px) {
  .header-actions { display: flex; margin-left: auto; }
  .header-currency, .header-signup, .header-offer { display: none; }
  .header-more { display: grid; }
  .site-nav { background: var(--paper); }
  .destination-grid--six { grid-template-columns: repeat(3,1fr); grid-template-rows: repeat(2,230px); }
  .featured-private .tour-grid { grid-template-columns: repeat(2,1fr); }
  .history-grid { gap: 40px; }
}

@media (max-width: 767px) {
  .hero::before { background: linear-gradient(180deg,#fffaf7,#fff7f4); }
  .hero::after { width: 100%; opacity: .035; }
  .hero h1 { color: var(--accent); font-size: clamp(3.1rem,16vw,4.7rem); }
  .hero h1 em { color: var(--accent); }
  .hero__copy > p:not(.eyebrow) { color: var(--ink); }
  .hero-search { padding: 5px; }
  .hero-search button { min-width: 86px; }
  .hero__proof { color: var(--muted); }
  .hero__proof strong { color: var(--ink); }
  .hero__visual { min-height: 420px; }
  .hero-collage { grid-template-columns: 1fr .8fr 1fr; gap: 8px; padding: 0; }
  .hero-tile { min-height: 160px; border-radius: 18px; }
  .destination-grid--six { grid-template-columns: repeat(2,1fr); grid-template-rows: repeat(3,205px); }
  .destination-grid--six .destination { min-height: 0; }
  .story-grid, .history-grid { grid-template-columns: 1fr; }
  .planning::before { display: none; }
  .steps { grid-template-columns: 1fr; }
  .steps li, .steps li:last-child { text-align: left; }
  .steps span { margin: 0 0 20px; }
  .award-collage { min-height: 350px; }
  .team-cards, .testimonial-grid, .featured-private .tour-grid { grid-template-columns: 1fr; }
  .team-stats { gap: 20px; }
  .team-stats strong { flex: 1; font-size: 1.3rem; }
  .inspiration-band .shell { align-items: flex-start; flex-direction: column; }
  .tour-hero { min-height: 560px; }
  .tour-hero__inner { width: min(calc(100% - 32px),1240px); padding: 26px; }
}

.tour-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.tour-pills a { padding: 8px 18px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: var(--accent-dark); font-size: .88rem; font-weight: 700; }
.post-type-archive-tux_tour .tour-grid { grid-template-columns: repeat(4,1fr); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 42px; align-items: stretch; }
.faq-visual { min-height: 330px; border-radius: 14px; background: linear-gradient(145deg,rgba(174,63,114,.12),transparent 52%),url('../images/lanhu/5cad0618aceb7a60.png') center/cover; }
.archive-faq { background: #fdf5f8 !important; padding-block: 70px; border-block: 1px solid rgba(140, 47, 91, 0.08) !important; }
.archive-faq details { border-bottom: 1px solid #e8d0dd !important; }
.archive-faq summary { padding: 16px 0; cursor: pointer; color: var(--ink-deep, #3f2a36) !important; font-weight: 750; }
.archive-faq details p { padding-right: 30px; color: var(--muted, #6b5865) !important; }

.page-heading--blog { max-width: 820px; margin: 0 auto 54px; text-align: center; }
.page-heading--blog > p:not(.eyebrow) { max-width: 650px; margin-inline: auto; color: var(--muted); }
.blog-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 26px; }
.blog-pills a { padding: 8px 18px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: var(--accent-dark); font-size: .88rem; font-weight: 700; }
.article-card { border-color: var(--line); background: var(--white); box-shadow: 0 8px 24px rgba(103,55,78,.06); }
.article-card__media { display: block; aspect-ratio: 1.55 / 1; overflow: hidden; background: linear-gradient(145deg,#e6c4d2,#924365); }
.article-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.article-card__media > span { display: block; height: 100%; background: radial-gradient(circle at 72% 28%,rgba(255,255,255,.42),transparent 18%),linear-gradient(150deg,#cb789b,#7d3d5b); }
.post-grid .article-card:nth-child(6n + 1) .article-card__media > span { background: url('../images/lanhu/b851cf4c7a4f1f94.png') center/cover; }
.post-grid .article-card:nth-child(6n + 2) .article-card__media > span { background: url('../images/lanhu/9a837d9fc32a6e06.png') center/cover; }
.post-grid .article-card:nth-child(6n + 3) .article-card__media > span { background: url('../images/lanhu/5410cc3dbe244168.png') center/cover; }
.post-grid .article-card:nth-child(6n + 4) .article-card__media > span { background: url('../images/lanhu/06926e34f8d66e98.png') center/cover; }
.post-grid .article-card:nth-child(6n + 5) .article-card__media > span { background: url('../images/lanhu/4657fe31f6ca7cfc.png') center/cover; }
.post-grid .article-card:nth-child(6n) .article-card__media > span { background: url('../images/lanhu/e61e714629229ae6.png') center/cover; }
.article-card:hover .article-card__media img { transform: scale(1.035); }
.article-card__meta { margin-bottom: 8px; color: var(--accent); font-size: .82rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.article-card__body > p:not(.article-card__meta) { color: var(--muted); font-size: .95rem; line-height: 1.6; flex: 1 1 auto; margin-bottom: 18px; }
.article-card__body .text-link { margin-top: auto; font-size: .9rem; font-weight: 800; color: var(--accent); display: inline-flex; align-items: center; gap: 4px; transition: transform .2s ease; }
.article-card__body .text-link:hover { color: var(--accent-dark); transform: translateX(3px); }

.blog-hero { padding-block: 90px 74px; background: var(--cream); text-align: center; }
.blog-hero__inner { max-width: 980px; }
.blog-hero h1 { color: var(--accent); font-size: clamp(2.8rem,5.5vw,5.4rem); }
.blog-hero__meta { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 26px; color: var(--muted); font-size: .9rem; }
.blog-hero__meta span:empty { display: none; }
.blog-hero__meta span + span::before { margin-right: 26px; color: rgba(174,63,114,.35); content: '•'; }
.blog-featured { margin-top: 48px; }
.blog-featured img { width: 100%; max-height: 690px; border-radius: 14px; object-fit: cover; box-shadow: var(--shadow); }
.blog-layout { display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 72px; align-items: start; padding-block: 50px 100px; }
.blog-content.prose { min-width: 0; padding-block: 0; }
.blog-content.prose > * { max-width: 760px; }
.blog-content.prose > p:first-child { color: var(--ink); font-size: 1.12rem; }
.blog-content.prose p { font-size: 1rem; line-height: 1.82; }
.blog-content.prose h2 { margin-top: 1.8em; font-size: clamp(1.8rem,3vw,2.6rem); }
.blog-content.prose h3 { margin-top: 1.65em; font-size: clamp(1.3rem,2vw,1.75rem); }
.blog-content.prose h4 { margin-top: 1.45em; color: var(--accent-dark); font-family: var(--font-sans); font-size: 1.08rem; letter-spacing: -.01em; }
.blog-content .tux-blog-table { width: 100%; max-width: 100%; margin: 32px 0; overflow-x: auto; border: 1px solid var(--line); border-radius: 8px; }
.blog-content .tux-blog-table table { width: 100%; min-width: 650px; border-collapse: collapse; font-size: .95rem; line-height: 1.6; }
.blog-content .tux-blog-table th, .blog-content .tux-blog-table td { padding: 13px 15px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.blog-content .tux-blog-table th { background: var(--accent); color: #ffffff; font-weight: 850; letter-spacing: 0.04em; }
.blog-content .tux-blog-table tr:last-child td { border-bottom: 0; }
.blog-sidebar { position: sticky; top: 26px; display: grid; gap: 18px; }
.blog-sidebar__card { padding: 24px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); box-shadow: 0 8px 24px rgba(103,55,78,.06); }
.blog-sidebar__card h2 { font-size: 1.45rem; }
.blog-sidebar__card ul { margin: 0; padding: 0; list-style: none; }
.blog-sidebar__card li { padding: 10px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .92rem; }
.blog-sidebar__card li a { color: var(--ink); }
.blog-sidebar__cta { background: var(--accent); color: #ffffff; }
.blog-sidebar__cta p { color: rgba(255,255,255,0.92); font-size: .94rem; }
.blog-sidebar__cta .button { width: 100%; min-height: 46px; padding-inline: 16px; font-size: .9rem; background: #ffffff; color: var(--accent); }
.blog-sidebar__cta .button:hover { background: var(--paper); color: var(--accent-dark); }
.related-articles { border-top: 1px solid var(--line); background: var(--cream); }

@media (max-width: 1100px) {
  .post-type-archive-tux_tour .tour-grid { grid-template-columns: repeat(2,1fr); }
  .blog-layout { grid-template-columns: minmax(0,1fr) 270px; gap: 42px; }
}

@media (max-width: 767px) {
  .post-type-archive-tux_tour .tour-grid, .faq-grid { grid-template-columns: 1fr; }
  .blog-hero { padding-block: 66px 54px; }
  .blog-hero__meta { gap: 8px 16px; }
  .blog-hero__meta span + span::before { margin-right: 16px; }
  .blog-featured { margin-top: 26px; }
  .blog-featured img { min-height: 250px; }
  .blog-layout { grid-template-columns: 1fr; gap: 36px; padding-block: 40px 74px; }
  .blog-sidebar { position: static; }
  .page-image-strip { grid-template-columns: 1fr; }
  .page-image-strip img { height: 220px; }
}

/* Tour product page — reference-led hierarchy with original brand and content. */
.tour-product { padding-top: 34px; background: #fff; }
.tour-product__head { padding-bottom: 26px; }
.tour-breadcrumb { display: flex; align-items: center; gap: 8px; margin-bottom: 30px; color: var(--muted); font-size: .88rem; white-space: nowrap; overflow: hidden; }
.tour-breadcrumb a { flex: 0 0 auto; color: var(--accent-dark); }
.tour-breadcrumb span:last-child { overflow: hidden; text-overflow: ellipsis; }
.tour-product__head > .eyebrow { margin-bottom: 10px; }
.tour-product__head h1 { max-width: 1120px; margin-bottom: 30px; color: #2f222a; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2.35rem, 4.3vw, 4.4rem); font-weight: 700; line-height: 1.08; letter-spacing: -.045em; }
.tour-value-strip { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); border-block: 1px solid var(--line); }
.tour-value-strip > span { min-width: 0; display: grid; grid-template-columns: 32px minmax(0,1fr); padding: 17px 22px; border-right: 1px solid var(--line); }
.tour-value-strip > span:first-child { padding-left: 0; }
.tour-value-strip > span:last-child { border-right: 0; }
.tour-value-strip i { grid-row: 1 / 3; width: 26px; height: 26px; display: grid; place-items: center; margin-top: 3px; border-radius: 50%; background: #f9e5ee; color: var(--accent-dark); font-size: .85rem; font-style: normal; font-weight: 900; }
.tour-value-strip strong, .tour-value-strip small { min-width: 0; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.tour-value-strip strong { color: #000; font-size: 1.08rem; font-weight: 800; }
.tour-value-strip small { color: #444; font-size: .92rem; }

.tour-showcase { display: grid; grid-template-columns: minmax(0,1.65fr) minmax(310px,.72fr); gap: 24px; align-items: stretch; padding-bottom: 38px; }
.tour-showcase__left { display: flex; flex-direction: column; gap: 18px; min-width: 0; }
.tour-highlights-card { display: flex; flex-direction: column; justify-content: center; padding: 22px 26px; border: 1px solid var(--line); border-radius: 12px; background: #ffffff; box-shadow: 0 4px 16px rgba(103, 55, 78, 0.04); flex: 1 1 auto; }
.tour-highlights-card__header { margin-bottom: 14px; }
.tour-highlights-card__header h3 { font-size: 1.15rem; font-weight: 800; color: var(--ink-deep); margin: 2px 0 0; }
.tour-highlights-card__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 22px; }
.tux-hl-item { display: flex; align-items: flex-start; gap: 12px; }
.tux-hl-icon { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 10px; font-size: 1.1rem; flex-shrink: 0; }
.tux-hl-item:nth-child(1) .tux-hl-icon { background: #ecfdf5; color: #047857; border: 1px solid #a7f3d0; }
.tux-hl-item:nth-child(2) .tux-hl-icon { background: #eff6ff; color: #1d4ed8; border: 1px solid #bfdbfe; }
.tux-hl-item:nth-child(3) .tux-hl-icon { background: #fcf4f7; color: #ae3f72; border: 1px solid #fecdd3; }
.tux-hl-item:nth-child(4) .tux-hl-icon { background: #fffbeb; color: #b45309; border: 1px solid #fde68a; }
.tux-hl-item strong { display: block; font-size: 0.9rem; font-weight: 800; color: var(--ink-deep); line-height: 1.3; margin-bottom: 3px; }
.tux-hl-item p { margin: 0; font-size: 0.84rem; line-height: 1.5; color: var(--muted); }
.tour-showcase__gallery { min-width: 0; height: 548px; display: grid; grid-template-columns: 1.65fr .78fr; grid-template-rows: 1fr 1fr; gap: 8px; overflow: hidden; border-radius: 8px; background: var(--cream); }
.tour-showcase__gallery figure { min-width: 0; min-height: 0; margin: 0; overflow: hidden; }
.tour-showcase__gallery .tour-showcase__main { grid-row: 1 / 3; }
.tour-showcase__gallery img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .4s ease; }
.tour-showcase__gallery figure:hover img { transform: scale(1.02); }
.tour-fact-card { display: flex; flex-direction: column; padding: 28px 30px; border: 1.5px solid #eadce3; border-radius: 14px; background: #fff9f6; position: sticky; top: 100px; align-self: flex-start; z-index: 10; box-shadow: 0 12px 36px rgba(103,55,78,0.06); }
.tour-fact-card h2 { margin-bottom: 18px; font-family: Georgia, 'Times New Roman', serif; font-size: 1.85rem; color: #000; }
.tour-fact-card dl { margin: 0; }
.tour-fact-card dl > div { display: grid; grid-template-columns: 115px minmax(0,1fr); gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: .95rem; line-height: 1.5; }
.tour-fact-card dt { color: #4b5563; font-weight: 600; }
.tour-fact-card dd { margin: 0; color: #000; font-weight: 750; }
.tour-fact-card__price { margin-top: auto; padding: 20px 0 14px; }
.tour-fact-card__price small, .tour-fact-card__price strong, .tour-fact-card__price span { display: block; }
.tour-fact-card__price small { color: #4b5563; font-size: .9rem; text-transform: uppercase; letter-spacing: .08em; }
.tour-fact-card__price strong { margin: 3px 0 4px; color: var(--accent-dark); font-size: 1.75rem; line-height: 1.2; }
.tour-fact-card__price span { color: #4b5563; font-size: .9rem; line-height: 1.45; }
.tour-fact-card .button { width: 100%; min-height: 50px; border-radius: 6px; font-size: 1rem; font-weight: 800; }

.tour-section-nav { position: sticky; top: 0; z-index: 30; border-block: 1px solid var(--line); background: rgba(255,255,255,.97); box-shadow: 0 6px 22px rgba(103,55,78,.05); backdrop-filter: blur(12px); }
.tour-section-nav .shell { display: flex; align-items: center; overflow-x: auto; scrollbar-width: none; }
.tour-section-nav a { flex: 0 0 auto; min-height: 56px; display: flex; align-items: center; padding: 0 28px; border-right: 1px solid var(--line); color: #111; font-size: .95rem; font-weight: 800; }
.tour-section-nav a:first-child { padding-left: 0; }
.tour-section-nav a:hover, .tour-section-nav a:focus-visible { color: var(--accent-dark); }

.tour-product-layout { display: grid; grid-template-columns: minmax(0,1fr) 365px; gap: 58px; align-items: start; padding-block: 60px 96px; }
.tour-product-content { min-width: 0; }
.tour-product-content section { scroll-margin-top: 78px; }
.tour-product-content h2 { color: #30212a; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2rem, 3.4vw, 3.1rem); letter-spacing: -.04em; }
.tour-overview__lead { max-width: 860px; color: #111; font-size: 1.15rem; line-height: 1.8; font-weight: 450; }
.tour-benefits { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin-top: 36px; border: 1.5px solid #cbd5e1; border-radius: 10px; overflow: hidden; background: #cbd5e1; box-shadow: 0 4px 16px rgba(0,0,0,.03); }
.tour-benefits > div { min-width: 0; padding: 26px 22px; background: #fff; }
.tour-benefits span { display: inline-flex; align-items: center; justify-content: center; min-width: 36px; height: 30px; padding: 0 9px; margin-bottom: 14px; background: var(--accent); color: #ffffff; font-size: .95rem; font-weight: 900; border-radius: 6px; letter-spacing: .02em; box-shadow: 0 3px 8px rgba(174, 63, 114, 0.28); }
.tour-benefits strong { display: block; margin-bottom: 8px; font-size: 1.1rem; font-weight: 800; color: #000000; line-height: 1.3; }
.tour-benefits p { margin: 0; color: #334155; font-size: .95rem; line-height: 1.6; }
.tour-glance, .tour-itinerary, .tour-info-panel { padding-top: 72px; }
.tour-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.tour-section-heading > p { max-width: 400px; color: #475569; font-size: .92rem; text-align: right; }
.tour-glance__table-wrap { margin-top: 24px; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 4px 16px rgba(103,55,78,.05); }
.tour-glance table { width: 100%; min-width: 680px; border-collapse: collapse; font-size: .95rem; line-height: 1.6; }
.tour-glance th { padding: 16px 20px; background: var(--accent); color: #ffffff; font-size: .95rem; font-weight: 850; text-align: left; text-transform: uppercase; letter-spacing: .05em; }
.tour-glance td { padding: 16px 20px; border-top: 1px solid var(--line); vertical-align: top; font-size: .95rem; }
.tour-glance td:first-child { width: 95px; color: var(--accent); font-weight: 900; white-space: nowrap; font-size: .95rem; }
.tour-glance td:nth-child(2) { width: 235px; color: var(--ink-deep); font-weight: 800; font-size: 1rem; }
.tour-glance td:last-child { color: var(--ink); font-size: .95rem; }

.tour-itinerary__toolbar { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.tour-expand-all { min-width: 124px; min-height: 42px; margin-bottom: 10px; border: 1.5px solid #111111; border-radius: 4px; background: #fff; color: #111111; cursor: pointer; font-size: .88rem; font-weight: 800; }
.tour-expand-all:hover { background: #111111; color: #fff; }
.tour-itinerary__content.prose { padding: 6px 0 0; }
.tour-itinerary__content.prose > * { max-width: none; }
.tour-itinerary__content .tux-source-note { margin: 0 0 18px; color: #1e293b; background: #f8fafc; border: 1px solid #e2e8f0; font-size: .95rem; line-height: 1.65; }
.tour-itinerary .tux-itinerary-day { margin: 0 0 18px; padding: 0; overflow: hidden; border: 2px solid var(--accent) !important; border-radius: 12px; box-shadow: 0 4px 18px rgba(174, 63, 114, 0.12); transition: border-color .2s ease, box-shadow .2s ease; }
.tour-itinerary .tux-itinerary-day:hover { border-color: var(--accent-dark) !important; box-shadow: 0 8px 24px rgba(174, 63, 114, 0.22); }
.tour-itinerary .tux-itinerary-day summary { min-height: 72px; display: grid; grid-template-columns: 105px minmax(0,1fr) 26px; gap: 16px; align-items: center; padding: 18px 24px; cursor: pointer; list-style: none; background: rgba(174, 63, 114, 0.04); transition: background-color .2s ease; }
.tour-itinerary .tux-itinerary-day summary::-webkit-details-marker { display: none; }
.tour-itinerary .tux-itinerary-day summary:hover { background: rgba(174, 63, 114, 0.09); }
.tux-itinerary-day__number, .tour-itinerary-day__number { color: var(--accent); font-size: 1.12rem; font-weight: 900; letter-spacing: -.01em; }
.tux-itinerary-day__place, .tour-itinerary-day__place { color: #111111; font-size: 1.18rem; font-weight: 800; line-height: 1.35; }
.tux-itinerary-day__toggle, .tour-itinerary-day__toggle { position: relative; width: 22px; height: 22px; }
.tux-itinerary-day__toggle::before, .tux-itinerary-day__toggle::after, .tour-itinerary-day__toggle::before, .tour-itinerary-day__toggle::after { position: absolute; top: 10px; left: 4px; width: 14px; height: 2.5px; background: var(--accent); content: ''; transition: transform .2s ease; }
.tux-itinerary-day__toggle::after, .tour-itinerary-day__toggle::after { transform: rotate(90deg); }
.tux-itinerary-day[open] .tux-itinerary-day__toggle::after, .tour-itinerary-day[open] .tour-itinerary-day__toggle::after { transform: rotate(0); }
.tux-itinerary-day[open], .tour-itinerary-day[open] { border: 2px solid var(--accent) !important; box-shadow: 0 6px 22px rgba(174, 63, 114, 0.16); }
.tux-itinerary-day[open] summary, .tour-itinerary-day[open] summary { border-bottom: 2px solid var(--accent) !important; background: rgba(174, 63, 114, 0.08); }
.tux-itinerary-day__body, .tour-itinerary-day__body { padding: 26px 28px 28px; background: #ffffff; }
.tour-itinerary .tux-itinerary-highlights { grid-template-columns: 110px minmax(0,1fr); margin-bottom: 20px; color: #111111; font-size: 1.05rem; line-height: 1.6; border-bottom: 1px solid #e2e8f0; }
.tour-itinerary .tux-itinerary-highlights strong { color: var(--accent); font-weight: 850; }
.tour-itinerary .tux-itinerary-period { grid-template-columns: 110px minmax(0,1fr); margin: 20px 0 10px; color: #000000; }
.tour-itinerary .tux-itinerary-period__label { color: var(--accent); font-size: 1.05rem; font-weight: 850; }
.tour-itinerary .tux-itinerary-period__title { color: #111111; font-size: 1.05rem; font-weight: 750; }
.tour-itinerary .tux-itinerary-day__body > p:not(.tux-itinerary-highlights) { margin-bottom: 16px; color: #111111; font-size: 1.05rem; line-height: 1.8; font-weight: 400; }
.tour-info-panel { margin-top: 72px; padding: 38px; border: 1px solid var(--line); border-radius: 8px; background: #fff9f6; }
.tour-info-panel h2 { font-size: 2.2rem; }
.tour-info-panel > p:last-child { margin-bottom: 0; color: var(--muted); font-size: .95rem; }
.tour-note-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.tour-note-grid strong { display: block; margin-bottom: 8px; color: #000; font-size: 1rem; font-weight: 800; }
.tour-note-grid p { margin: 0; color: #334155; font-size: .92rem; line-height: 1.65; }
.tour-product .tour-aside { position: sticky; top: 82px; scroll-margin-top: 82px; }
.tour-product .tour-aside__card { padding: 27px; border-radius: 8px; box-shadow: 0 12px 32px rgba(103,55,78,.08); }
.tour-product .tour-aside__card h2 { font-family: Georgia, 'Times New Roman', serif; font-size: 1.8rem; }
.tour-product .tour-aside__card > p:not(.eyebrow) { font-size: .88rem; line-height: 1.6; }

@media (max-width: 1100px) {
  .tour-value-strip { grid-template-columns: repeat(2,1fr); }
  .tour-value-strip > span:nth-child(2) { border-right: 0; }
  .tour-value-strip > span:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .tour-value-strip > span:nth-child(3) { padding-left: 0; }
  .tour-showcase { grid-template-columns: minmax(0,1.45fr) minmax(290px,.72fr); }
  .tour-showcase__gallery { height: 470px; }
  .tour-product-layout { grid-template-columns: minmax(0,1fr) 320px; gap: 34px; }
  .tour-benefits { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 820px) {
  .tour-product { padding-top: 24px; }
  .tour-product__head h1 { font-size: clamp(2.15rem,7vw,3.5rem); }
  .tour-showcase { grid-template-columns: 1fr; }
  .tour-showcase__gallery { height: 470px; }
  .tour-fact-card { min-height: 0; }
  .tour-fact-card__price { margin-top: 10px; }
  .tour-product-layout { grid-template-columns: 1fr; }
  .tour-product .tour-aside { position: static; }
  .tour-product .tour-aside__card { max-width: 680px; margin-inline: auto; }
}

@media (max-width: 767px) {
  .tour-product { padding-top: 18px; }
  .tour-breadcrumb { margin-bottom: 22px; }
  .tour-product__head { padding-bottom: 20px; }
  .tour-product__head h1 { margin-bottom: 22px; font-size: 2.25rem; line-height: 1.1; }
  .tour-value-strip { grid-template-columns: 1fr 1fr; }
  .tour-value-strip > span { padding: 13px 8px 13px 12px; grid-template-columns: 26px minmax(0,1fr); }
  .tour-value-strip > span:first-child, .tour-value-strip > span:nth-child(3) { padding-left: 0; }
  .tour-value-strip i { width: 22px; height: 22px; font-size: .78rem; }
  .tour-value-strip strong { font-size: .95rem; }
  .tour-value-strip small { font-size: .84rem; }
  .tour-showcase { width: 100%; gap: 14px; padding-bottom: 24px; }
  .tour-showcase__gallery { height: auto; grid-template-columns: 1fr 1fr; grid-template-rows: 255px 120px; gap: 5px; border-radius: 0; }
  .tour-showcase__gallery .tour-showcase__main { grid-column: 1 / 3; grid-row: 1; }
  .tour-fact-card { width: min(calc(100% - 32px),var(--shell)); margin-inline: auto; padding: 22px; border-radius: 7px; }
  .tour-fact-card dl > div { grid-template-columns: 100px minmax(0,1fr); font-size: .92rem; }
  .tour-section-nav { overflow-x: clip; }
  .tour-section-nav .shell { width: 100%; max-width: 100%; padding-inline: 16px; overscroll-behavior-inline: contain; }
  .tour-section-nav a, .tour-section-nav a:first-child { min-height: 50px; padding: 0 18px; font-size: .9rem; }
  .tour-product-layout { padding-block: 46px 70px; }
  .tour-product-content h2 { font-size: 2.1rem; }
  .tour-overview__lead { font-size: 1.08rem; }
  .tour-benefits { grid-template-columns: 1fr 1fr; margin-top: 26px; }
  .tour-benefits > div { padding: 18px 15px; }
  .tour-benefits span { min-width: 32px; height: 26px; padding: 0 7px; margin-bottom: 10px; font-size: .88rem; }
  .tour-benefits strong { font-size: 1rem; margin-bottom: 6px; }
  .tour-benefits p { font-size: .9rem; line-height: 1.55; }
  .tour-glance, .tour-itinerary { padding-top: 56px; }
  .tour-section-heading { display: block; }
  .tour-section-heading > p { max-width: none; text-align: left; font-size: .9rem; }
  .tour-glance__table-wrap { overflow: visible; border: 0; }
  .tour-glance table, .tour-glance tbody { min-width: 0; display: block; font-size: .92rem; }
  .tour-glance thead { display: none; }
  .tour-glance tr { display: grid; grid-template-columns: 90px minmax(0,1fr); margin-bottom: 12px; overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: #fff; box-shadow: 0 4px 14px rgba(103,55,78,0.05); }
  .tour-glance td, .tour-glance td:first-child, .tour-glance td:nth-child(2), .tour-glance td:last-child { width: auto; padding: 12px 14px; border: 0; font-size: .92rem; }
  .tour-glance td:first-child { background: var(--accent); color: #ffffff; font-size: .92rem; font-weight: 850; }
  .tour-glance td:nth-child(2) { background: var(--accent); color: #ffffff; font-size: .95rem; font-weight: 850; }
  .tour-glance td:last-child { grid-column: 1 / -1; border-top: 1px solid var(--line); font-size: .9rem; }
  .tour-glance td:last-child::before { display: block; margin-bottom: 4px; color: var(--accent-dark); font-size: .78rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; content: 'Highlights'; }
  .tour-itinerary__toolbar { align-items: flex-start; }
  .tour-expand-all { min-width: 105px; margin-top: 14px; padding-inline: 10px; font-size: .88rem; }
  .tour-itinerary .tux-itinerary-day summary { grid-template-columns: 65px minmax(0,1fr) 22px; gap: 10px; padding: 16px; }
  .tour-itinerary-day__number { font-size: .95rem; }
  .tour-itinerary-day__place { font-size: 1.08rem; }
  .tour-itinerary-day__body { padding: 20px 18px 22px; }
  .tour-itinerary .tux-itinerary-highlights, .tour-itinerary .tux-itinerary-period { grid-template-columns: 88px minmax(0,1fr); gap: 8px; }
  .tour-itinerary .tux-itinerary-highlights { font-size: .95rem; }
  .tour-itinerary .tux-itinerary-day__body > p:not(.tux-itinerary-highlights) { font-size: 1rem; }
  .tour-info-panel { margin-top: 56px; padding: 26px 22px; }
  .tour-info-panel .tux-inclusions-grid { grid-template-columns: minmax(0,1fr) !important; }
  .tour-info-panel .tux-inclusions-grid > div { min-width: 0; }
  .tour-note-grid { grid-template-columns: 1fr; gap: 18px; }
}

@media (max-width: 390px) {
  .tour-product__head h1 { font-size: 2rem; }
  .tour-value-strip { grid-template-columns: 1fr; }
  .tour-value-strip > span, .tour-value-strip > span:nth-child(2) { padding-left: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .tour-value-strip > span:last-child { border-bottom: 0; }
  .tour-showcase__gallery { grid-template-rows: 225px 105px; }
  .tour-benefits { grid-template-columns: 1fr; }
}

/* Multi-Channel Floating Consultation Toolbar */
.tux-floating-widgets {
  position: fixed;
  right: 20px;
  bottom: 24px;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
.tux-float-item {
  position: relative;
}
.tux-float-btn {
  position: relative;
  width: 58px;
  height: 58px;
  padding: 0;
  border-radius: 50%;
  border: 1.5px solid #eadce3;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: var(--accent);
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(103, 55, 78, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  user-select: none;
}
.tux-float-btn:hover,
.tux-float-btn:active,
.tux-wechat-wrapper.is-active .tux-float-btn--wechat,
.tux-float-btn--inquiry:hover,
.tux-float-btn--whatsapp:hover,
.tux-float-btn--wechat:hover,
.tux-float-btn--phone:hover,
.tux-float-btn--email:hover {
  background: var(--accent, #ae3f72) !important;
  color: #ffffff !important;
  border-color: var(--accent, #ae3f72) !important;
  transform: scale(1.08) translateX(-3px);
  box-shadow: 0 10px 28px rgba(174, 63, 114, 0.35);
}
.tux-float-btn:hover .tux-float-label,
.tux-float-btn:active .tux-float-label,
.tux-wechat-wrapper.is-active .tux-float-label,
.tux-float-btn--inquiry:hover .tux-float-label,
.tux-float-btn--whatsapp:hover .tux-float-label,
.tux-float-btn--wechat:hover .tux-float-label,
.tux-float-btn--phone:hover .tux-float-label,
.tux-float-btn--email:hover .tux-float-label {
  color: #ffffff !important;
}
.tux-float-btn svg {
  display: block;
  flex-shrink: 0;
}
.tux-float-label {
  font-size: 8.8px !important;
  font-weight: 850 !important;
  line-height: 1;
  color: var(--accent) !important;
  letter-spacing: -0.03em;
  margin-top: 2px;
  display: block !important;
  text-align: center;
  white-space: nowrap;
}
.tux-float-btn--inquiry,
.tux-float-btn--whatsapp,
.tux-float-btn--wechat,
.tux-float-btn--phone,
.tux-float-btn--email {
  background: #ffffff;
  color: var(--accent);
  border: 1.5px solid #eadce3;
  box-shadow: 0 6px 20px rgba(103, 55, 78, 0.12);
}
.tux-float-btn--top {
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 50%;
  background: var(--ink-deep);
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 4px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.16);
}
.tux-float-btn--top:hover {
  background: var(--accent);
  color: #ffffff !important;
  border-color: var(--accent);
  box-shadow: 0 8px 22px rgba(174, 63, 114, 0.35);
}

/* WeChat QR Code Popup Card */
.tux-wechat-card {
  position: absolute;
  right: calc(100% + 14px);
  top: 50%;
  transform: translateY(-50%) scale(0.92);
  width: 210px;
  padding: 16px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.22);
  border: 1px solid #e2e8f0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
  z-index: 100;
}
.tux-wechat-card::after {
  content: '';
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  background: #fff;
  border-right: 1px solid #e2e8f0;
  border-top: 1px solid #e2e8f0;
}
.tux-wechat-wrapper:hover .tux-wechat-card,
.tux-wechat-wrapper.is-active .tux-wechat-card {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(-50%) scale(1);
}
.tux-wechat-card strong {
  display: block;
  color: #07C160;
  font-size: 0.95rem;
  margin-bottom: 4px;
}
.tux-wechat-card p {
  margin: 0 0 8px;
  font-size: 0.78rem;
  color: #64748b;
  line-height: 1.4;
}
.tux-wechat-card code {
  font-size: 0.88rem;
  color: #1e293b;
  font-weight: 750;
  background: #f1f5f9;
  padding: 2px 6px;
  border-radius: 4px;
}
.tux-wechat-qr img {
  width: 140px;
  height: 140px;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  object-fit: contain;
  background: #ffffff;
}
.tux-wechat-card small {
  display: block;
  margin-top: 6px;
  color: #94a3b8;
  font-size: 0.75rem;
}

@media (max-width: 767px) {
  .tux-floating-widgets {
    right: 12px;
    bottom: 18px;
    gap: 8px;
  }
  .home .tux-wechat-wrapper,
  .home .tux-float-btn--phone,
  .home .tux-float-btn--email {
    display: none;
  }
  .tux-float-btn {
    width: 52px;
    height: 52px;
    padding: 0;
    border-radius: 50%;
  }
  .tux-float-label {
    display: block !important;
    font-size: 8px !important;
    letter-spacing: -0.04em;
  }
  .tux-float-btn--top {
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
  }
}

/* Page Hero & Breadcrumbs (Standardized across subpages) */
.tx-page-hero {
  padding: 110px 0 65px;
  color: #ffffff;
  background-color: #0f172a;
  background-size: cover;
  background-position: center;
  position: relative;
}
.tx-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .88rem;
  margin-bottom: 18px;
  color: rgba(255,255,255,0.75);
}
.tx-breadcrumbs a {
  color: #f472b6;
  text-decoration: none;
  font-weight: 700;
}
.tx-breadcrumbs a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.tx-breadcrumbs__sep {
  opacity: .6;
  color: #ffffff;
}
.tx-breadcrumbs__current {
  color: #ffffff;
  font-weight: 700;
}
.tx-page-hero h1 {
  font-size: clamp(2.2rem, 4.2vw, 3.4rem);
  line-height: 1.18;
  max-width: 900px;
  margin-bottom: 14px;
  color: #ffffff !important;
  text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}
.tx-page-hero__subtitle {
  font-size: 1.12rem;
  line-height: 1.6;
  max-width: 780px;
  color: rgba(255,255,255,0.92) !important;
  margin: 0;
  text-shadow: 0 1px 6px rgba(0,0,0,0.5);
}

/* About Page Styles */
.tx-about-intro-sec { padding: 75px 0 60px; background: #fff; }
.tx-about-split { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 60px; align-items: center; }
.tx-about-lead { font-size: 1.15rem; line-height: 1.7; color: var(--ink); font-weight: 500; }
.tx-about-features-list { display: flex; flex-direction: column; gap: 16px; margin: 28px 0; }
.tx-feat-item { display: flex; gap: 14px; align-items: flex-start; }
.tx-feat-icon { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; border-radius: 50%; background: #eaf8f0; color: #1b7a43; font-weight: 900; font-size: 14px; flex-shrink: 0; margin-top: 2px; }
.tx-feat-item strong { display: block; font-size: 1.02rem; color: var(--ink); margin-bottom: 3px; }
.tx-feat-item p { margin: 0; font-size: .92rem; color: var(--muted); line-height: 1.55; }
.tx-about-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 32px; }
.tx-about-visual-card { position: relative; border-radius: 14px; overflow: hidden; box-shadow: 0 16px 44px rgba(103,55,78,0.12); }
.tx-about-img-main { width: 100%; height: 480px; object-fit: cover; display: block; }
.tx-about-float-badge { position: absolute; bottom: 24px; left: 24px; background: rgba(255,255,255,0.96); backdrop-filter: blur(8px); padding: 16px 22px; border-radius: 12px; box-shadow: 0 8px 24px rgba(0,0,0,0.12); border-left: 4px solid var(--accent); }
.tx-about-float-badge strong { display: block; font-size: 2rem; color: var(--accent); line-height: 1; margin-bottom: 4px; font-weight: 900; }
.tx-about-float-badge span { font-size: .85rem; color: var(--ink); font-weight: 700; }

.tx-about-stats-sec { padding: 60px 0; background: #fff9f6; border-top: 1px solid #f0e4e9; border-bottom: 1px solid #f0e4e9; }
.tx-about-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.tx-stat-card { background: #fff; border: 1px solid #eadce3; border-radius: 12px; padding: 28px 22px; text-align: center; box-shadow: 0 4px 16px rgba(103,55,78,0.04); }
.tx-stat-num { display: block; font-size: 2.5rem; font-weight: 900; color: var(--accent); margin-bottom: 6px; line-height: 1.1; font-family: Georgia, serif; }
.tx-stat-title { display: block; font-size: 1.05rem; color: var(--ink); margin-bottom: 8px; }
.tx-stat-desc { margin: 0; font-size: .88rem; color: var(--muted); line-height: 1.5; }

.tx-about-leadership-sec { padding: 75px 0; background: #fff; }
.tx-about-pillars-sec { padding: 75px 0; background: #fff9f6; border-top: 1px solid #f0e4e9; }

/* Destinations Page Styles */
.tx-dest-content-sec { padding: 60px 0 80px; background: #fff; }
.tx-dest-cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; align-items: stretch; }
.tx-dest-card { display: flex; flex-direction: column; height: 100%; background: #fff; border: 1px solid #eadce3; border-radius: 12px; overflow: hidden; box-shadow: 0 6px 20px rgba(103,55,78,0.06); transition: transform .25s ease, box-shadow .25s ease; }
.tx-dest-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(103,55,78,0.12); }
.tx-dest-card__media { position: relative; aspect-ratio: 1.6 / 1; overflow: hidden; flex-shrink: 0; }
.tx-dest-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.tx-dest-card:hover .tx-dest-card__media img { transform: scale(1.05); }
.tx-dest-card__tag { position: absolute; top: 12px; left: 12px; background: rgba(255,253,249,0.94); color: var(--accent-dark); padding: 4px 10px; border-radius: 999px; font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .03em; }
.tx-dest-card__body { display: flex; flex-direction: column; flex: 1 1 auto; padding: 22px; }
.tx-dest-card__head { display: flex; justify-content: space-between; align-items: center; height: 36px; min-height: 36px; max-height: 36px; margin-bottom: 12px; }
.tx-dest-card__head h3 { font-size: 1.25rem; font-weight: 800; color: var(--ink); margin: 0; line-height: 1.2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.tx-dest-card__season { font-size: .78rem; color: var(--accent); font-weight: 750; white-space: nowrap; flex-shrink: 0; margin-left: 8px; }
.tx-dest-card__desc, .tx-dest-card__body > p { font-size: .92rem; color: var(--muted); line-height: 1.6; height: 72px; min-height: 72px; max-height: 72px; margin: 0 0 16px 0; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.tx-dest-card__meta { margin-top: auto; border-top: 1px solid #eadce3; padding-top: 10px; margin-bottom: 14px; font-size: .84rem; color: #475569; line-height: 1.45; display: block; overflow: visible; }
.tx-dest-card__action { margin-top: auto; }
.tx-dest-card__action .button--full { width: 100%; height: 44px; display: flex; align-items: center; justify-content: center; white-space: nowrap; padding: 0 16px; font-size: .95rem; }

/* Contact Page Styles */
.tx-contact-content-sec { padding: 65px 0 80px; background: #fff; }
.tx-contact-split { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 48px; align-items: start; }
.tx-contact-form-card { background: #fff; border: 1px solid #eadce3; border-radius: 14px; padding: 36px 38px; box-shadow: 0 8px 28px rgba(103,55,78,0.06); }
.tx-contact-form-head { margin-bottom: 26px; }
.tx-contact-form-head h2 { font-size: 1.85rem; margin-bottom: 8px; }
.tx-contact-form-head p { color: var(--muted); font-size: .95rem; margin: 0; line-height: 1.6; }
.tux-form-row--2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.tux-form-row--3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; }
.tux-form-group { margin-bottom: 18px; }
.tux-form-group > label, .tux-form-group-title { display: block; font-size: .88rem; font-weight: 750; color: var(--ink); margin-bottom: 6px; }
.tux-form-group input:not([type="checkbox"]):not([type="radio"]), .tux-form-group select, .tux-form-group textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  font-size: .95rem;
  background: #fff;
  color: var(--ink);
  box-sizing: border-box;
}
.tux-form-group input:not([type="checkbox"]):not([type="radio"]):focus, .tux-form-group select:focus, .tux-form-group textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(174,63,114,0.15);
}
.tx-contact-dest-checkboxes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px 16px;
  margin-top: 6px;
  padding: 14px 18px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 10px;
}
.tx-contact-dest-checkboxes label {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-size: 0.92rem !important;
  font-weight: 650 !important;
  color: var(--ink-deep) !important;
  cursor: pointer !important;
  margin: 0 !important;
  user-select: none;
}
.tx-contact-dest-checkboxes input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1.5px solid var(--accent) !important;
  border-radius: 4px !important;
  accent-color: var(--accent) !important;
  cursor: pointer !important;
  flex-shrink: 0 !important;
  box-shadow: none !important;
}
.tx-privacy-note { font-size: .82rem; color: var(--muted); text-align: center; margin-top: 10px; margin-bottom: 0; }

.tx-contact-channel-card { background: #fff9f6; border: 1px solid #eadce3; border-radius: 14px; padding: 28px 24px; box-shadow: 0 6px 20px rgba(103,55,78,0.05); }
.tx-contact-channel-card h3 { font-size: 1.25rem; margin-bottom: 20px; color: var(--ink); }
.tx-contact-channel-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 20px; }
.tx-contact-channel-list li { display: flex; gap: 14px; align-items: flex-start; }
.tx-ch-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  border: 1px solid #eadce3 !important;
  color: var(--accent) !important;
  flex-shrink: 0 !important;
  box-shadow: 0 3px 10px rgba(103,55,78,0.06) !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1 !important;
}
.tx-ch-icon svg {
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  margin: auto !important;
}
.tx-contact-channel-list strong { display: block; font-size: .88rem; color: var(--ink); margin-bottom: 2px; }
.tx-contact-channel-list a { color: var(--accent); font-weight: 800; font-size: 1.05rem; text-decoration: none; }
.tx-contact-channel-list a:hover { text-decoration: underline; }
.tx-contact-channel-list span { display: block; font-size: .95rem; color: var(--ink); font-weight: 600; }
.tx-contact-channel-list small { display: block; font-size: .82rem; color: var(--muted); margin-top: 2px; }

/* Responsive adjustments */
@media (max-width: 991px) {
  .tx-about-split, .tx-contact-split { grid-template-columns: 1fr; gap: 40px; }
  .tx-about-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .tx-dest-cards-grid { grid-template-columns: repeat(2, 1fr); }
  .tux-form-row--3 { grid-template-columns: 1fr; }
  .tx-contact-dest-checkboxes { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
  .tx-about-stats-grid, .tx-dest-cards-grid { grid-template-columns: 1fr; }
  .tux-form-row--2 { grid-template-columns: 1fr; }
  .tx-contact-form-card { padding: 24px 18px; }
}

/* Interactive Itinerary Route Map */
.tux-route-map-wrap {
  position: relative;
  margin-top: 24px;
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
  border: 1.5px solid #cbd5e1;
  background: #f8fafc;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
}
.tux-tour-map {
  width: 100%;
  height: 420px;
  background: #eef2f6;
  z-index: 1;
}
.tux-route-map-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  border: 1.5px solid #eadce3;
  border-radius: 12px;
  padding: 14px 20px;
  box-shadow: 0 8px 24px rgba(103, 55, 78, 0.12);
  z-index: 10;
  max-width: 420px;
}
.tux-route-map-badge__head {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.05rem;
  color: #111;
  margin-bottom: 6px;
  border-bottom: 1px solid #f1f5f9;
  padding-bottom: 6px;
}
.tux-route-map-badge__head strong {
  font-weight: 800;
}
.tux-route-map-badge__stops {
  font-size: .92rem;
  color: var(--ink-deep);
  line-height: 1.6;
  margin-bottom: 8px;
  font-weight: 600;
}
.tux-route-map-badge__link {
  font-size: .82rem;
  color: #0284c7;
  font-weight: 750;
  text-decoration: none;
  display: inline-block;
}
.tux-route-map-badge__link:hover {
  text-decoration: underline;
  color: var(--accent);
}
.tux-route-map-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 18px;
  background: #ffffff;
  border-top: 1px solid #e2e8f0;
  font-size: .85rem;
  color: var(--muted);
  z-index: 2;
  position: relative;
}
.tux-map-zoom-btn {
  background: #f1f5f9;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  padding: 4px 10px;
  font-size: .8rem;
  font-weight: 700;
  color: var(--ink);
  cursor: pointer;
  transition: all .2s ease;
}
.tux-map-zoom-btn:hover {
  background: #e2e8f0;
  color: #000;
}

/* Custom Marker Styling for Leaflet Map */
.tux-custom-marker-wrapper {
  background: transparent;
  border: 0;
}
.tux-city-marker {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tux-city-marker__pin {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ffffff;
  border: 3.5px solid #0284c7;
  box-shadow: 0 0 0 2px rgba(2, 132, 199, 0.3), 0 3px 8px rgba(0, 0, 0, 0.25);
  transition: transform .2s ease;
}
.tux-city-marker:hover .tux-city-marker__pin {
  transform: scale(1.3);
  border-color: var(--accent);
}
.tux-city-marker__label {
  margin-top: 4px;
  background: rgba(15, 23, 42, 0.88);
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  padding: 2px 6px;
  border-radius: 4px;
  white-space: nowrap;
  letter-spacing: .02em;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

/* Tour Showcase Mosaic Gallery */
.tour-showcase__gallery-mosaic {
  display: grid;
  grid-template-columns: 1.8fr 1.15fr 1.15fr;
  gap: 10px;
  border-radius: 14px;
  overflow: hidden;
  height: 400px;
  position: relative;
  background: #0f172a;
}
.tour-mosaic-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 100%;
  border-radius: 8px;
}
.tour-mosaic-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s cubic-bezier(0.2, 0, 0.2, 1);
}
.tour-mosaic-item:hover img {
  transform: scale(1.04);
}
.tour-mosaic-quote {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 18px 14px;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
  color: #fff;
  z-index: 2;
  pointer-events: none;
}
.tour-mosaic-quote p {
  font-size: .88rem;
  line-height: 1.45;
  color: #fff;
  margin: 0 0 4px 0;
  text-shadow: 0 1px 3px rgba(0,0,0,0.8);
  font-style: italic;
}
.tour-mosaic-quote span {
  font-size: .76rem;
  color: rgba(255,255,255,0.8);
  font-style: normal;
  display: block;
  text-align: right;
}
.tour-mosaic-col-mid,
.tour-mosaic-col-right {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  height: 100%;
  min-height: 0;
}
.tour-mosaic-view-all-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.65);
  backdrop-filter: blur(2px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #ffffff;
  transition: background .25s ease;
  padding: 10px;
  text-align: center;
}
.tour-mosaic-item:hover .tour-mosaic-view-all-overlay {
  background: rgba(15, 23, 42, 0.82);
}
.tour-mosaic-view-all-overlay strong {
  font-size: .95rem;
  font-weight: 800;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .tour-showcase__gallery-mosaic {
    grid-template-columns: 1.6fr 1fr;
    height: 320px;
  }
  .tour-mosaic-item--mid {
    display: none;
  }
}
@media (max-width: 767px) {
  .tour-showcase__gallery-mosaic {
    grid-template-columns: 1fr;
    height: auto;
  }
  .tour-mosaic-col-right {
    display: none;
  }
  .tour-mosaic-item--main {
    height: 240px;
  }
}

/* Lightbox Modal */
.tux-lightbox-modal {
  position: fixed;
  inset: 0;
  background: rgba(10, 15, 26, 0.96);
  backdrop-filter: blur(14px);
  z-index: 999999;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease, visibility .25s ease;
}
.tux-lightbox-modal.is-active {
  opacity: 1;
  visibility: visible;
}
.tux-lightbox-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  color: #fff;
  z-index: 10;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.tux-lightbox-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #f1f5f9;
  max-width: 60%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tux-lightbox-counter {
  font-size: .88rem;
  font-weight: 750;
  color: #cbd5e1;
  background: rgba(255,255,255,0.1);
  padding: 4px 14px;
  border-radius: 999px;
}
.tux-lightbox-close {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s ease;
}
.tux-lightbox-close:hover {
  background: var(--accent);
  border-color: var(--accent);
  transform: rotate(90deg);
}
.tux-lightbox-stage {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 10px 70px;
  overflow: hidden;
  user-select: none;
}
.tux-lightbox-main-img {
  max-width: 88vw;
  max-height: 64vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.7);
  transition: opacity .2s ease;
}
.tux-lightbox-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.25);
  color: #fff;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .2s ease;
  z-index: 10;
}
.tux-lightbox-nav-btn:hover {
  background: var(--accent);
  border-color: var(--accent);
  transform: translateY(-50%) scale(1.1);
}
.tux-lightbox-nav-btn--prev { left: 16px; }
.tux-lightbox-nav-btn--next { right: 16px; }
.tux-lightbox-info {
  text-align: center;
  padding: 8px 24px;
  color: #e2e8f0;
  z-index: 5;
}
.tux-lightbox-spot-title {
  font-size: 1.12rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 3px;
}
.tux-lightbox-spot-desc {
  font-size: .88rem;
  color: #94a3b8;
  margin: 0;
}
.tux-lightbox-thumbs {
  display: flex;
  gap: 10px;
  padding: 12px 24px 18px;
  overflow-x: auto;
  justify-content: flex-start;
  max-width: 100%;
  box-sizing: border-box;
  scrollbar-width: thin;
}
.tux-lightbox-thumb {
  width: 62px;
  height: 42px;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  opacity: .4;
  border: 2px solid transparent;
  transition: all .2s ease;
  flex-shrink: 0;
}
.tux-lightbox-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tux-lightbox-thumb.is-active, .tux-lightbox-thumb:hover {
  opacity: 1;
  border-color: var(--accent);
  transform: scale(1.08);
}

/* Pay Online Page & Footer Payment Trust Styles */
.inner-hero--pay {
  background: linear-gradient(135deg, #fffaf7 0%, #faeef3 100%);
  padding-block: 70px 50px;
  border-bottom: 1px solid #eadce3;
}
.tx-pay-trust-pill {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  background: rgba(255,255,255,.9);
  padding: 6px 18px;
  border-radius: 999px;
  border: 1px solid #eadce3;
  font-size: .8rem;
  font-weight: 700;
  color: var(--accent-dark);
  box-shadow: 0 4px 14px rgba(103,55,78,.05);
}
.tx-pay-calculator-card {
  /* Keep the form's outer gutters equal to the gaps between fields. */
  padding-inline: 16px !important;
}
.tx-pay-fields-grid {
  gap: 16px !important;
}
.tx-pay-fields-grid > div,
.tx-pay-amount-fields {
  min-width: 0;
}
.tx-pay-amount-fields {
  gap: 16px !important;
}
.tx-pay-amount-fields input {
  flex: 1 1 0 !important;
  width: 0 !important;
  min-width: 0 !important;
}
.tx-pay-amount-fields select {
  flex: 0 0 112px;
  width: 112px;
  max-width: 38%;
}
.tx-pay-calculator-card input:focus, .tx-pay-calculator-card select:focus {
  outline: none;
  border-color: var(--accent) !important;
  box-shadow: 0 0 0 3px rgba(174,63,114,.12);
}
.tx-pay-method-card {
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.tx-pay-method-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(103,55,78,.1) !important;
  border-color: #d896b0 !important;
}

/* Footer Payment Trust Bar */
.footer-payment-trust {
  padding-block: 22px;
  border-top: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.15);
}
.footer-payment-trust__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.footer-payment-trust__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  max-width: 580px;
}
.footer-payment-trust__icons {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.tux-pay-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform .2s ease, filter .2s ease;
}
.tux-pay-badge:hover {
  transform: translateY(-2px) scale(1.05);
  filter: brightness(1.1);
}
.tux-pay-badge svg {
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,.2);
}

/* Itinerary Scenic Spot Gallery - Uniform Grid & Equal Height */
.tux-day-gallery-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 16px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.tux-day-gallery-card {
  position: relative !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  height: 210px !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06) !important;
  cursor: pointer !important;
  background: #f1f5f9 !important;
  box-sizing: border-box !important;
}

.tux-day-gallery-card img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  border-radius: 14px !important;
  transition: transform 0.4s ease !important;
}

.tux-day-gallery-card:hover img {
  transform: scale(1.05) !important;
}

@media (max-width: 640px) {
  .tux-day-gallery-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  .tux-day-gallery-card {
    height: 180px !important;
  }
}

/* Explicit Section Contrast & Alternating Visual Rhythm */
.tx-home-hero {
  background: #ffffff !important;
  padding-bottom: 50px;
}
.tx-home-destinations {
  background: #fff8f6 !important;
  padding-block: 60px;
  border-block: 1px solid rgba(140, 47, 91, 0.08);
}
.tx-home-group-tours {
  background: #ffffff !important;
  padding-block: 60px;
}
.tx-home-about {
  background: #fdf5f8 !important;
  padding-block: 60px;
  border-block: 1px solid rgba(140, 47, 91, 0.08);
}
.tx-home-history {
  background: #ffffff !important;
  padding-block: 60px;
}
.tx-home-why {
  background: #fff8f6 !important;
  padding-block: 60px;
  border-block: 1px solid rgba(140, 47, 91, 0.08);
}
.tx-home-team {
  background: #ffffff !important;
  padding-block: 60px;
}
.tx-home-newsletter {
  background: linear-gradient(135deg, #fceef4 0%, #fff5f8 50%, #fdf0f4 100%) !important;
  color: var(--ink-deep, #3f2a36) !important;
  padding-block: 65px;
  border-block: 1.5px solid rgba(174, 63, 114, 0.14) !important;
}
.tx-home-newsletter h2 {
  color: var(--accent-dark, #8c2f5b) !important;
}
.tx-home-newsletter p {
  color: var(--ink, #4d3543) !important;
}
.tx-home-newsletter .eyebrow {
  color: var(--accent, #ae3f72) !important;
}

/* Rich 2-Column Hero & Auxiliary Supporting Colors for Private Tours & Custom Itineraries */
.tx-archive-hero {
  background: linear-gradient(135deg, #fceef4 0%, #fff5f8 50%, #fdf0f4 100%);
  padding-block: 60px;
  border-bottom: 1.5px solid rgba(174, 63, 114, 0.14);
}
.tx-archive-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 48px;
  align-items: center;
}
.tx-archive-hero h1 {
  color: var(--accent-dark, #8c2f5b) !important;
  font-size: clamp(2.2rem, 3.8vw, 3.2rem);
  font-weight: 850;
  line-height: 1.15;
  margin-bottom: 16px;
  letter-spacing: -0.025em;
}
.tx-hero-desc {
  font-size: 1.05rem;
  color: var(--ink, #4d3543);
  line-height: 1.65;
  margin-bottom: 20px;
}
.tx-hero-tag {
  display: inline-block;
  padding: 5px 14px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.tx-hero-tag--rose {
  background: #fce7f1;
  color: #9f1239;
  border: 1px solid #f43f5e;
}
.tx-hero-tag--amber {
  background: #fef3c7;
  color: #92400e;
  border: 1px solid #f59e0b;
}

/* Hero Right Side Highlight Card */
.tx-archive-hero__card {
  background: #ffffff;
  border: 2px solid #e8b4c8;
  border-top: 5px solid var(--accent, #ae3f72);
  border-radius: 16px;
  padding: 30px 32px;
  box-shadow: 0 16px 40px rgba(174, 63, 114, 0.1);
}
.tx-hero-card-header {
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1.5px solid #faeef3;
}
.tx-hero-card-title {
  display: block;
  color: var(--accent-dark, #8c2f5b);
  font-size: 1.2rem;
  font-weight: 850;
  margin-bottom: 4px;
}
.tx-hero-card-subtitle {
  color: var(--muted, #796773);
  font-size: 0.88rem;
}

.tx-hero-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 22px;
}
.tx-hero-feat-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff8fb;
  border: 1px solid #f3d5e2;
  padding: 10px 12px;
  border-radius: 10px;
}
.tx-hero-feat-item strong {
  display: block;
  color: var(--ink-deep, #3f2a36);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.2;
}
.tx-hero-feat-item small {
  color: var(--muted);
  font-size: 0.76rem;
  display: block;
  line-height: 1.3;
}
.tx-feat-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  flex-shrink: 0;
}
.tx-feat-icon--amber { background: #fef3c7; border: 1px solid #f59e0b; }
.tx-feat-icon--rose { background: #fce7f1; border: 1px solid #f43f5e; }
.tx-feat-icon--jade { background: #ccfbf1; border: 1px solid #14b8a6; }
.tx-feat-icon--blue { background: #e0f2fe; border: 1px solid #0284c7; }

.tx-hero-cta-btn {
  font-weight: 800;
  font-size: 0.94rem;
  padding: 12px 24px;
  border-radius: 999px;
  box-shadow: 0 6px 20px rgba(174, 63, 114, 0.3);
}

/* Tour Filter Pills Active Style */
.tour-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.tour-pills a {
  padding: 8px 18px;
  border: 1.5px solid #e8b4c8;
  border-radius: 999px;
  background: #ffffff;
  color: var(--accent-dark);
  font-size: 0.9rem;
  font-weight: 750;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(103, 55, 78, 0.05);
  transition: all 0.2s ease;
}
.tour-pills a:hover,
.tour-pills a.is-active {
  background: var(--accent, #ae3f72) !important;
  color: #ffffff !important;
  border-color: var(--accent, #ae3f72) !important;
  box-shadow: 0 6px 18px rgba(174, 63, 114, 0.3) !important;
}

/* Image 2 Card Design — Rounded white card with top color border accent & SVG outline icons */
.planning::before {
  display: none !important;
}

/* Step Cards Style */
.step-card {
  background: #ffffff !important;
  border-radius: 18px !important;
  padding: 30px 24px !important;
  box-shadow: 0 10px 30px rgba(103, 55, 78, 0.07) !important;
  border: 2px solid #eadce3 !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  text-align: left !important;
}

.step-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 16px 40px rgba(174, 63, 114, 0.14) !important;
}

/* Specific Top Border Accent & Icon Colors matching Image 2 for Step Cards */
.step-card--amber { border-color: #f97316 !important; }
.step-card--green, .step-card--jade { border-color: #10b981 !important; }
.step-card--rose, .step-card--berry { border-color: #be185d !important; }
.step-card--blue { border-color: #0284c7 !important; }

/* Exact Lanhu Design for Why Choose Us Section Cards */
.tx-why-grid article,
.tx-why-card {
  background: #ffffff !important;
  border-radius: 16px !important;
  padding: 34px 28px !important;
  box-shadow: 0 10px 30px rgba(103, 55, 78, 0.06) !important;
  border: 1.5px solid #eadce3 !important;
  border-top: 1.5px solid #eadce3 !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  text-align: left !important;
}

.tx-why-grid article:hover,
.tx-why-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 18px 42px rgba(174, 63, 114, 0.14) !important;
  border-color: var(--accent, #ae3f72) !important;
}

/* Icon & Header Layout inside Cards */
.tx-card-header-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  height: 44px !important;
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
}

.tx-card-icon-wrap {
  width: 44px !important;
  height: 44px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  box-sizing: border-box !important;
}

.step-badge,
div.step-badge,
span.step-badge {
  width: 44px !important;
  height: 44px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 0.95rem !important;
  font-weight: 850 !important;
  flex-shrink: 0 !important;
  box-sizing: border-box !important;
}

.step-badge--amber {
  background: #fff7ed !important;
  color: #ea580c !important;
  border: 1.5px solid #fed7aa !important;
}
.step-badge--green {
  background: #ecfdf5 !important;
  color: #059669 !important;
  border: 1.5px solid #a7f3d0 !important;
}
.step-badge--rose {
  background: #fdf2f8 !important;
  color: #be185d !important;
  border: 1.5px solid #fbcfe8 !important;
}
.step-badge--blue {
  background: #f0f9ff !important;
  color: #0284c7 !important;
  border: 1.5px solid #bae6fd !important;
}

.step-card--amber .tx-card-icon-wrap,
.tx-why-grid article:nth-child(1) .tx-card-icon-wrap {
  background: #fff7ed !important;
  color: #ea580c !important;
  border: 1.5px solid #fed7aa !important;
}

.step-card--green .tx-card-icon-wrap,
.step-card--jade .tx-card-icon-wrap,
.tx-why-grid article:nth-child(2) .tx-card-icon-wrap {
  background: #ecfdf5 !important;
  color: #059669 !important;
  border: 1.5px solid #a7f3d0 !important;
}

.step-card--rose .tx-card-icon-wrap,
.step-card--berry .tx-card-icon-wrap,
.tx-why-grid article:nth-child(3) .tx-card-icon-wrap {
  background: #fdf2f8 !important;
  color: #be185d !important;
  border: 1.5px solid #fbcfe8 !important;
}

.step-card--blue .tx-card-icon-wrap,
.tx-why-grid article:nth-child(4) .tx-card-icon-wrap {
  background: #f0f9ff !important;
  color: #0284c7 !important;
  border: 1.5px solid #bae6fd !important;
}

.tx-card-icon-wrap svg {
  width: 24px;
  height: 24px;
  stroke-width: 2;
  stroke: currentColor;
  fill: none;
}

.tx-why-icon-frame {
  width: 76px !important;
  height: 76px !important;
  border-radius: 22px !important;
  background: #F9E9EF !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 0 24px 0 !important;
  padding: 0 !important;
  flex-shrink: 0 !important;
  box-sizing: border-box !important;
}

.tx-why-icon-frame img {
  max-width: 44px !important;
  max-height: 44px !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  object-fit: contain !important;
}

.step-card h3,
.tx-why-grid article h3 {
  color: var(--ink-deep, #3f2a36) !important;
  font-size: 1.22rem !important;
  font-weight: 850 !important;
  margin-bottom: 10px !important;
  line-height: 1.3 !important;
}

.step-card p,
.tx-why-grid article p {
  color: var(--muted, #6b5865) !important;
  font-size: 0.94rem !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

/* Trophy Award & Press Card Hover Styles */
.tx-award-card:hover,
.tx-press-card:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 16px 40px rgba(174, 63, 114, 0.12) !important;
  border-color: var(--accent, #ae3f72) !important;
}
.tx-award-card:hover .tx-award-card__img-wrap img {
  transform: scale(1.05) !important;
}

@media (max-width: 991px) {
  .tx-archive-hero__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .tx-hero-feature-grid {
    grid-template-columns: 1fr;
  }
  .steps {
    grid-template-columns: repeat(2, 1fr);
  }
  /* About Us Split Layout Mobile */
  .tx-about-split {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }
  .tx-about-split__visual {
    order: -1;
  }
}

@media (max-width: 767px) {
  .shell {
    padding-inline: 16px !important;
  }
  .tx-pay-calculator-card {
    padding: 24px 16px !important;
  }
  .tx-pay-fields-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  .tx-pay-amount-fields {
    gap: 12px !important;
  }
  /* Page Hero Mobile */
  .tx-page-hero {
    padding-block: 85px 36px !important;
  }
  .tx-page-hero h1 {
    font-size: clamp(1.5rem, 6vw, 2.1rem) !important;
  }
  .tx-page-hero__subtitle {
    font-size: 0.95rem !important;
  }
  
  /* Stats Grid Mobile */
  .tx-about-stats-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
  }
  
  /* Team & Why Choose Us Mobile */
  .tx-team-leads,
  .tx-why-grid--four {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  /* Section Heading Mobile */
  .section-heading h2 {
    font-size: clamp(1.4rem, 5.5vw, 1.8rem) !important;
  }

  /* Floating Toolbar Mobile Scaling */
  .tx-floating-bar,
  .floating-toolbar,
  div[style*="position: fixed"][style*="right"] {
    right: 10px !important;
    bottom: 20px !important;
    gap: 8px !important;
  }
}

@media (max-width: 640px) {
  .steps {
    grid-template-columns: 1fr;
  }

  /* Video Showcase Mobile */
  .tx-about-video-sec {
    padding-block: 48px !important;
  }
  .tx-about-video-wrapper {
    margin-inline: 0 !important;
    border-radius: 16px !important;
  }
  .tx-about-video-footer {
    padding: 18px 20px !important;
    flex-direction: column !important;
    align-items: stretch !important;
    text-align: center !important;
    gap: 14px !important;
  }
  .tx-about-video-footer > div {
    width: 100% !important;
    justify-content: center !important;
  }
  .tx-about-video-footer a.button {
    width: 100% !important;
    justify-content: center !important;
    padding: 12px 16px !important;
    font-size: 0.88rem !important;
  }

  /* Trophy Awards Grid Mobile */
  .tx-about-awards-sec {
    padding-block: 48px !important;
  }
  .tx-awards-grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }
  .tx-award-card__img-wrap {
    aspect-ratio: 4/3 !important;
    padding: 10px !important;
  }
  .tx-award-card__body {
    padding: 16px !important;
  }
  .tx-award-card h3 {
    font-size: 0.98rem !important;
  }
  .tx-award-card p {
    font-size: 0.84rem !important;
  }

  /* Press Coverage Grid Mobile */
  .tx-about-press-sec {
    padding-block: 48px !important;
  }
  .tx-press-grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }
  .tx-press-card {
    padding: 20px !important;
  }
  .tx-press-card h3 {
    font-size: 1rem !important;
  }
  .tx-press-card p {
    font-size: 0.85rem !important;
  }
}

@media (max-width: 480px) {
  .tx-about-stats-grid {
    grid-template-columns: 1fr !important;
  }
  .tx-stat-card {
    padding: 16px !important;
  }
  .tx-stat-num {
    font-size: 1.8rem !important;
  }
}

/* ==========================================================================
   Comprehensive Three-Device Responsive Adaptation (三端适配：PC / 平板 / 手机)
   ========================================================================== */

/* 1. Global Overflow & Box-Sizing Safeguards */
html, body {
  overflow-x: hidden !important;
  max-width: 100vw !important;
}

img, video, iframe, embed, object {
  max-width: 100% !important;
  height: auto;
}

.shell, .container, main, header, footer, section {
  max-width: 100% !important;
  box-sizing: border-box !important;
}

/* 2. PC Large Desktop (≥ 1200px) */
@media (min-width: 1200px) {
  .tx-why-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 28px !important;
  }
}

/* 3. Tablet & Small Laptop (768px – 1199px) */
@media (max-width: 1199px) and (min-width: 768px) {
  .tx-why-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px !important;
  }
  .tx-destination-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 16px !important;
  }
  .tx-home-tour-grid--six,
  .tx-home-tour-grid--four {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
  }
  .tx-home-split {
    grid-template-columns: 1fr 1fr !important;
    gap: 36px !important;
  }
}

/* 4. Mobile Devices (≤ 767px - Smartphones) */
@media (max-width: 767px) {
  /* Prevent Any Horizontal Scrolling / Screen Wobble */
  body, #page, #main-content {
    overflow-x: hidden !important;
  }

  /* Headings Scaling */
  h1, .tx-page-hero h1 {
    font-size: clamp(1.4rem, 6.5vw, 1.9rem) !important;
    line-height: 1.25 !important;
  }
  h2, .section-heading h2, .tx-home-section h2 {
    font-size: clamp(1.35rem, 5.5vw, 1.7rem) !important;
    line-height: 1.3 !important;
    margin-bottom: 20px !important;
    word-break: break-word !important;
  }

  /* Why Choose Us Grid on Mobile (Single Column Vertical Stack) */
  .tx-why-grid,
  .tx-why-grid--four {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    width: 100% !important;
  }
  .tx-why-card, .tx-why-grid article {
    padding: 24px 20px !important;
    width: 100% !important;
  }

  /* Featured Tour Filter Tabs (Horizontal App-Style Swipeable Scrollbar) */
  .tx-tour-tabs {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
    padding: 4px 16px 12px 16px !important;
    margin: 0 -16px 20px -16px !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none;
  }
  .tx-tour-tabs::-webkit-scrollbar {
    display: none;
  }
  .tx-tour-tabs a {
    min-width: 0 !important;
    flex-shrink: 0 !important;
    padding: 7px 16px !important;
    font-size: 0.82rem !important;
    border-radius: 999px !important;
  }

  /* Popular Destinations Mobile Grid (2 Columns) */
  .tx-destination-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }
  .tx-destination-card {
    min-height: 160px !important;
    padding: 14px !important;
  }
  .tx-destination-card span {
    font-size: 1rem !important;
  }

  /* Home Tour Cards Grid (Single Column) */
  .tx-home-tour-grid--six,
  .tx-home-tour-grid--four,
  .tx-home-tour-grid--six .tour-grid,
  .tx-home-tour-grid--four .tour-grid,
  .tx-dest-cards-grid,
  .tx-tours-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  /* Home Split / About Section (Single Column) */
  .tx-home-split {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  .tx-home-about__image {
    height: 220px !important;
  }

  /* Floating Consultation Toolbar Compact Mobile Optimization */
  .tux-floating-widgets {
    right: 10px !important;
    bottom: 16px !important;
    gap: 6px !important;
    z-index: 999999 !important;
  }
  .tux-float-btn {
    width: 40px !important;
    height: 40px !important;
    box-shadow: 0 4px 12px rgba(103, 55, 78, 0.18) !important;
  }
  .tux-float-btn svg, .tux-float-btn img {
    width: 18px !important;
    height: 18px !important;
  }
  .tux-float-label {
    display: none !important; /* Hide label text on mobile to avoid covering tour card content */
  }

  /* Modal Dialogs Mobile Adaptations */
  .tux-modal__dialog {
    width: 92% !important;
    max-width: 420px !important;
    padding: 24px 20px !important;
    margin: 16px !important;
  }
}

/* 5. Extra Small Smartphones (≤ 480px) */
@media (max-width: 480px) {
  .shell {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .tx-destination-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }
  .tx-destination-card {
    min-height: 140px !important;
    padding: 12px !important;
  }
}

