:root {
  --ink: #172321;
  --muted: #5d6764;
  --line: #dfe4e1;
  --paper: #fbfaf6;
  --surface: #ffffff;
  --navy: #0d2733;
  --forest: #103d35;
  --teal: #0a7c7f;
  --gold: #c08a3e;
  --gold-dark: #99651f;
  --clay: #9f5c47;
  --mist: #eef4f1;
  --shadow: 0 16px 40px rgba(13, 39, 51, 0.12);
  --radius: 8px;
  --max: 1180px;
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  letter-spacing: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.65;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -60px;
  z-index: 1000;
  background: var(--navy);
  color: #fff;
  padding: 10px 14px;
}

.skip-link:focus {
  top: 12px;
}

.topbar {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.88rem;
}

.topbar__inner,
.site-header__inner,
.section,
.footer__inner {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.topbar__inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.topbar a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(251, 250, 246, 0.96);
  border-bottom: 1px solid rgba(23, 35, 33, 0.08);
  backdrop-filter: blur(16px);
}

.site-header__inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  color: var(--navy);
  white-space: nowrap;
}

.brand__mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--forest);
  color: #fff;
  font-weight: 800;
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  background: #fff;
  width: 42px;
  height: 42px;
  border-radius: var(--radius);
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.nav {
  display: flex;
  align-items: center;
  gap: 2px;
}

.nav a {
  padding: 10px 9px;
  border-radius: var(--radius);
  color: #33403d;
  font-size: 0.94rem;
  white-space: nowrap;
}

.nav a:hover,
.nav a.is-active {
  background: var(--mist);
  color: var(--forest);
}

.nav__lang {
  display: none;
}

.lang-switcher {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
}

.lang-switcher a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  color: var(--muted);
  font-weight: 900;
  font-size: 0.86rem;
}

.lang-switcher a.is-active {
  background: var(--forest);
  color: #fff;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 11px 18px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  font-weight: 800;
  cursor: pointer;
  text-align: center;
}

.btn--primary {
  background: var(--gold);
  color: #1e160c;
}

.btn--primary:hover {
  background: #d39a49;
}

.btn--dark {
  background: var(--forest);
  color: #fff;
}

.btn--dark:hover {
  background: #0b2f29;
}

.btn--ghost {
  border-color: rgba(255, 255, 255, 0.72);
  color: #fff;
}

.btn--light {
  border-color: var(--line);
  background: #fff;
  color: var(--navy);
}

.hero {
  min-height: min(760px, calc(100vh - 70px));
  display: flex;
  align-items: end;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background: var(--navy);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: var(--hero-image);
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(7, 25, 31, 0.82), rgba(7, 25, 31, 0.48), rgba(7, 25, 31, 0.12));
}

.hero__inner {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 120px 0 78px;
}

.eyebrow {
  margin: 0 0 12px;
  font-weight: 800;
  color: var(--gold);
}

h1,
h2,
h3,
.display {
  font-family: Georgia, "Times New Roman", "Songti SC", "STSong", serif;
  line-height: 1.06;
  letter-spacing: 0;
}

h1 {
  max-width: 840px;
  margin: 0;
  font-size: clamp(3rem, 8vw, 6.6rem);
}

.hero__text {
  max-width: 760px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.06rem, 2vw, 1.28rem);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 760px;
  margin-top: 46px;
  background: rgba(255, 255, 255, 0.24);
}

.hero__facts span {
  display: block;
  padding: 16px;
  background: rgba(13, 39, 51, 0.62);
  font-weight: 700;
}

.section {
  padding: 78px 0;
}

.section--tight {
  padding: 48px 0;
}

.section--white {
  background: var(--surface);
  width: 100%;
  max-width: none;
  padding-left: max(16px, calc((100% - var(--max)) / 2));
  padding-right: max(16px, calc((100% - var(--max)) / 2));
}

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

.section__head h2,
.article h2 {
  margin: 0;
  font-size: clamp(2.1rem, 5vw, 4.3rem);
  color: var(--navy);
}

.section__head p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
}

.ai-answer {
  padding: 24px;
  border-left: 5px solid var(--gold);
  background: #fff;
  box-shadow: var(--shadow);
}

.grid {
  display: grid;
  gap: 20px;
}

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

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

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

.card {
  background: var(--surface);
  border: 1px solid rgba(23, 35, 33, 0.1);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 8px 26px rgba(13, 39, 51, 0.06);
}

.card__body {
  padding: 22px;
}

.card h3 {
  margin: 0 0 10px;
  font-size: 1.65rem;
}

.card p {
  margin: 0 0 16px;
  color: var(--muted);
}

.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.card__media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--mist);
}

.card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--mist);
  color: var(--forest);
  font-size: 0.82rem;
  font-weight: 800;
}

.tour-card .meta {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 0.94rem;
}

.tour-card .card__body {
  min-height: 360px;
  display: flex;
  flex-direction: column;
}

.tour-card .card__body > .btn {
  margin-top: auto;
}

.section--compact-head {
  padding: 48px 0 28px;
}

.compact-head {
  max-width: 920px;
}

.compact-head h1 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(2.35rem, 5.4vw, 5rem);
}

.compact-head p:not(.eyebrow) {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.country-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.country-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  border-radius: var(--radius);
  background: var(--mist);
  color: var(--forest);
  font-weight: 900;
}

.product-filter-note {
  margin-top: 14px;
  padding: 14px 16px;
  border-left: 4px solid var(--gold);
  background: #fff;
  color: var(--muted);
  font-weight: 700;
}

.product-country {
  scroll-margin-top: 96px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.product-grid--catalog {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.product-grid--small {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.product-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(23, 35, 33, 0.1);
  border-radius: var(--radius);
  box-shadow: 0 10px 28px rgba(13, 39, 51, 0.07);
}

.product-card__media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--mist);
}

.product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 22px;
}

.product-grid--catalog .product-card__body {
  padding: 18px;
}

.product-grid--small .product-card__body {
  padding: 18px;
}

.product-card h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 1.58rem;
}

.product-grid--catalog .product-card h3 {
  font-size: 1.32rem;
}

.product-grid--small .product-card h3 {
  font-size: 1.24rem;
  line-height: 1.25;
}

.product-card p {
  margin: 0 0 14px;
  color: var(--muted);
}

.product-meta {
  display: grid;
  gap: 6px;
  margin: 8px 0 14px;
  color: var(--muted);
  font-size: 0.92rem;
}

.product-grid--catalog .product-meta {
  font-size: 0.84rem;
}

.product-grid--small .product-meta {
  font-size: 0.84rem;
}

.price-line {
  margin: 14px 0 18px;
  padding: 14px;
  border-radius: var(--radius);
  background: var(--mist);
}

.price-line strong,
.price-line span {
  display: block;
}

.price-line strong {
  color: var(--forest);
  font-size: 1.42rem;
  line-height: 1.15;
}

.product-grid--catalog .price-line strong {
  font-size: 1.2rem;
}

.product-grid--small .price-line strong {
  font-size: 1.08rem;
}

.price-line small {
  color: var(--muted);
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
}

.price-line span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
}

.price-line--large {
  margin-top: 18px;
}

.price-line--large strong {
  font-size: 1.9rem;
}

.product-card__body > .btn {
  margin-top: auto;
}

.product-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 24px;
  align-items: stretch;
}

.product-detail-media {
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--mist);
}

.product-detail-media img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
}

.price-panel {
  align-self: start;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.price-panel p {
  color: var(--muted);
}

.price-panel .btn {
  width: 100%;
  margin-top: 18px;
}

.table-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: 20px;
  align-items: start;
}

.price-table,
.departure-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.price-table th,
.price-table td,
.departure-table th,
.departure-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.price-table tr:last-child th,
.price-table tr:last-child td,
.departure-table tr:last-child td {
  border-bottom: 0;
}

.price-table th,
.departure-table th {
  color: var(--forest);
  font-weight: 900;
}

.departure-table thead th {
  background: var(--mist);
}

.custom-form-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 26px;
  align-items: start;
}

.custom-quote-form .btn {
  margin-top: 18px;
  width: 100%;
}

.advisor-panel {
  padding: 28px;
  background: var(--navy);
  color: #fff;
  border-radius: var(--radius);
  position: sticky;
  top: 104px;
}

.advisor-panel h2 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  color: #fff;
}

.advisor-panel p {
  color: rgba(255, 255, 255, 0.82);
}

.advisor-list {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.advisor-list span {
  display: block;
  padding: 12px 14px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.92);
  font-weight: 800;
}

.category-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.25fr);
  gap: 28px;
  align-items: stretch;
}

.category-showcase__copy {
  padding: 32px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.category-showcase__copy h2 {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.08;
}

.category-showcase__copy p {
  color: var(--muted);
}

.mini-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.mini-stats span {
  min-height: 82px;
  padding: 14px;
  border-radius: var(--radius);
  background: var(--mist);
  color: var(--muted);
  font-size: 0.92rem;
}

.mini-stats strong {
  display: block;
  color: var(--forest);
  font-size: 1.12rem;
}

.image-mosaic {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.image-tile {
  min-height: 220px;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--navy);
  color: #fff;
  isolation: isolate;
}

.image-tile img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 0.35s ease;
}

a.image-tile:hover img {
  transform: scale(1.04);
}

.image-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(13, 39, 51, 0.08), rgba(13, 39, 51, 0.72));
}

.image-tile div {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
}

.image-tile strong,
.image-tile span {
  display: block;
}

.image-tile strong {
  font-size: 1.16rem;
  line-height: 1.18;
}

.image-tile span {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
}

.destination-row,
.theme-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.destination-row .image-tile,
.theme-gallery .image-tile {
  min-height: 260px;
}

.route-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.1fr) minmax(320px, 0.95fr);
  gap: 22px;
  align-items: stretch;
}

.route-feature__image {
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--mist);
  min-height: 420px;
}

.route-feature__image img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.route-feature__body {
  padding: 26px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.route-feature__body h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  line-height: 1.14;
}

.route-feature__body p {
  color: var(--muted);
}

.route-feature .route-map {
  position: static;
  min-height: 420px;
}

.tour-detail-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.95fr);
  gap: 28px;
  align-items: stretch;
}

.tour-detail-showcase__media {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.tour-detail-showcase__media img {
  width: 100%;
  height: 100%;
  min-height: 170px;
  object-fit: cover;
  border-radius: var(--radius);
  background: var(--mist);
}

.tour-detail-showcase__media img.is-large {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 360px;
}

.tour-detail-showcase__copy {
  padding: 32px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.tour-detail-showcase__copy h2 {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
}

.tour-detail-showcase__copy p {
  color: var(--muted);
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.info-grid div {
  min-height: 118px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.info-grid strong,
.info-grid span {
  display: block;
}

.info-grid strong {
  color: var(--forest);
  margin-bottom: 6px;
}

.info-grid span {
  color: var(--muted);
  font-size: 0.94rem;
}

.route-days {
  display: grid;
  gap: 12px;
  margin: 18px 0;
}

.route-days div {
  padding: 14px 0;
  border-top: 1px solid var(--line);
}

.route-days strong,
.route-days span {
  display: block;
}

.route-days span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.94rem;
}

.content-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 22px;
  align-items: stretch;
}

.video-card {
  min-height: 420px;
  position: relative;
  display: flex;
  align-items: end;
  padding: 28px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--navy) var(--video-image) center / cover;
  color: #fff;
  isolation: isolate;
}

.video-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(13, 39, 51, 0.08), rgba(13, 39, 51, 0.82));
}

.video-card span,
.video-card strong {
  display: block;
}

.video-card span {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

.video-card strong {
  max-width: 560px;
  margin-top: 8px;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.08;
}

.trust-list {
  display: grid;
  gap: 12px;
}

.trust-list a {
  display: block;
  padding: 20px;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid var(--line);
}

.trust-list strong,
.trust-list span {
  display: block;
}

.trust-list strong {
  color: var(--forest);
}

.trust-list span {
  margin-top: 6px;
  color: var(--muted);
}

.feature-card {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.feature-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--forest);
  font-size: 1.05rem;
}

.service-choice {
  display: grid;
  grid-template-columns: 1fr 1.25fr 1fr;
  gap: 20px;
  align-items: stretch;
}

.choice {
  padding: 28px;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid var(--line);
}

.choice--featured {
  background: var(--forest);
  color: #fff;
  border-color: var(--forest);
}

.choice--featured p {
  color: rgba(255, 255, 255, 0.82);
}

.steps {
  counter-reset: steps;
}

.step {
  position: relative;
  padding: 24px 24px 24px 72px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.step::before {
  counter-increment: steps;
  content: counter(steps);
  position: absolute;
  left: 22px;
  top: 24px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  background: var(--gold);
  color: #21170d;
  border-radius: 50%;
  font-weight: 900;
}

.filter-panel {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  padding: 16px;
  margin-bottom: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.field {
  display: grid;
  gap: 8px;
}

.field label {
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--forest);
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid #cfd7d3;
  border-radius: var(--radius);
  padding: 10px 12px;
  background: #fff;
  color: var(--ink);
}

.field textarea {
  min-height: 120px;
  resize: vertical;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.form-grid .full {
  grid-column: 1 / -1;
}

.lead-form {
  padding: 26px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.lead-form h2,
.lead-form h3 {
  margin-top: 0;
}

.honeypot {
  position: absolute;
  left: -10000px;
  opacity: 0;
}

.itinerary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
  gap: 30px;
  align-items: start;
}

.tabs {
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 28px;
}

.tabs button {
  min-height: 58px;
  border: 0;
  border-bottom: 4px solid transparent;
  background: transparent;
  cursor: pointer;
  font-weight: 900;
  color: var(--muted);
}

.tabs button.is-active {
  border-bottom-color: var(--teal);
  color: var(--ink);
}

.panel {
  display: none;
}

.panel.is-active {
  display: block;
}

.day-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.day-list details {
  border-bottom: 1px solid var(--line);
  padding: 0;
}

.day-list summary {
  list-style: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: 100px 1fr 32px;
  gap: 20px;
  align-items: start;
  padding: 24px 0;
  font-weight: 900;
  font-size: 1.2rem;
}

.day-list summary::-webkit-details-marker {
  display: none;
}

.day-list summary::after {
  content: "+";
  font-size: 1.6rem;
  line-height: 1;
}

.day-list details[open] summary::after {
  content: "-";
}

.day-meta {
  display: grid;
  gap: 10px;
  margin: 8px 0 24px 120px;
  color: var(--muted);
}

.route-map {
  position: sticky;
  top: 100px;
  background: #d2d7db;
  border-radius: var(--radius);
  min-height: 440px;
  padding: 18px;
  overflow: hidden;
}

.route-map svg {
  width: 100%;
  height: 100%;
  min-height: 400px;
}

.route-map text {
  font-size: 13px;
  font-weight: 800;
  fill: #46504d;
}

.route-map .route {
  fill: none;
  stroke: #67706d;
  stroke-width: 3;
  stroke-dasharray: 8 8;
}

.route-map .point {
  fill: var(--teal);
}

.route-map .land {
  fill: #edf0f1;
}

.tour-quick {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: -38px;
  position: relative;
  z-index: 3;
}

.quick-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  box-shadow: var(--shadow);
}

.quick-item span {
  display: block;
  color: var(--muted);
  font-size: 0.86rem;
}

.quick-item strong {
  color: var(--forest);
}

.related-grid {
  margin-top: 20px;
}

.article {
  max-width: 860px;
  margin: 0 auto;
}

.article p {
  color: #3f4a47;
}

.toc {
  padding: 18px;
  margin: 26px 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.toc a {
  display: block;
  margin-top: 8px;
  color: var(--forest);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.review-card {
  padding: 22px;
}

.stars {
  color: var(--gold-dark);
  font-weight: 900;
}

.cta-band {
  background: var(--navy);
  color: #fff;
  padding: 54px;
  border-radius: var(--radius);
  display: flex;
  justify-content: space-between;
  gap: 26px;
  align-items: center;
}

.cta-band h2 {
  color: #fff;
  margin: 0 0 10px;
  font-size: clamp(2rem, 5vw, 4rem);
}

.cta-band p {
  margin: 0;
  max-width: 660px;
  color: rgba(255, 255, 255, 0.82);
}

.floating-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  display: grid;
  gap: 8px;
}

.floating-cta a {
  display: grid;
  place-items: center;
  min-width: 54px;
  min-height: 48px;
  padding: 10px 12px;
  border-radius: var(--radius);
  background: #fff;
  color: var(--forest);
  border: 1px solid var(--line);
  box-shadow: 0 10px 24px rgba(13, 39, 51, 0.16);
  font-weight: 900;
}

.floating-cta a:first-child {
  background: var(--gold);
  color: #1e160c;
}

.footer {
  background: #0a1f28;
  color: rgba(255, 255, 255, 0.82);
  padding: 54px 0 28px;
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  gap: 28px;
}

.footer h2,
.footer h3 {
  color: #fff;
}

.footer a {
  display: block;
  margin: 8px 0;
}

.footer__bottom {
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 0.9rem;
}

@media (max-width: 1100px) {
  .nav-toggle {
    display: block;
  }

  .nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 74px;
    display: none;
    padding: 12px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    flex-direction: column;
    align-items: stretch;
  }

  .nav.is-open {
    display: flex;
  }

  .nav__lang {
    display: block;
    padding: 8px 9px;
  }

  .header-actions .btn {
    display: none;
  }

  .header-actions .lang-switcher {
    display: none;
  }

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

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

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

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

  .grid--3,
  .service-choice,
  .itinerary,
  .category-showcase,
  .content-split,
  .footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .destination-row,
  .theme-gallery,
  .tour-detail-showcase,
  .route-feature {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tour-detail-showcase__media,
  .info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-detail-grid,
  .custom-form-layout,
  .table-grid {
    grid-template-columns: 1fr;
  }

  .advisor-panel {
    position: static;
  }

  .route-feature .route-map {
    grid-column: 1 / -1;
  }

  .route-map {
    position: static;
  }

  .tour-quick {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .topbar__inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 10px 0;
    gap: 4px;
  }

  .hero {
    min-height: 720px;
  }

  .hero__inner {
    padding: 92px 0 44px;
  }

  .hero__facts,
  .grid--2,
  .grid--3,
  .grid--4,
  .service-choice,
  .itinerary,
  .category-showcase,
  .image-mosaic,
  .destination-row,
  .theme-gallery,
  .route-feature,
  .tour-detail-showcase,
  .tour-detail-showcase__media,
  .info-grid,
  .content-split,
  .footer__grid,
  .form-grid,
  .filter-panel,
  .product-detail-grid,
  .custom-form-layout,
  .table-grid,
  .tour-quick {
    grid-template-columns: 1fr;
  }

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

  .product-grid--catalog {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .product-grid--small {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .product-grid--catalog .product-card__body {
    padding: 12px;
  }

  .product-grid--small .product-card__body {
    padding: 12px;
  }

  .product-grid--catalog .tag-list {
    gap: 5px;
    margin: 8px 0;
  }

  .product-grid--small .tag-list {
    gap: 5px;
    margin: 8px 0;
  }

  .product-grid--catalog .tag {
    min-height: 24px;
    padding: 3px 7px;
    font-size: 0.72rem;
  }

  .product-grid--small .tag {
    min-height: 24px;
    padding: 3px 7px;
    font-size: 0.72rem;
  }

  .product-grid--catalog .product-card h3 {
    font-size: 1.05rem;
    line-height: 1.2;
  }

  .product-grid--small .product-card h3 {
    font-size: 1.05rem;
    line-height: 1.2;
  }

  .product-grid--catalog .product-card p,
  .product-grid--catalog .product-meta {
    font-size: 0.78rem;
  }

  .product-grid--small .product-card p,
  .product-grid--small .product-meta {
    font-size: 0.78rem;
  }

  .product-grid--catalog .price-line {
    padding: 10px;
  }

  .product-grid--small .price-line {
    padding: 10px;
  }

  .product-grid--catalog .price-line strong {
    font-size: 0.98rem;
  }

  .product-grid--small .price-line strong {
    font-size: 0.98rem;
  }

  .product-grid--catalog .btn {
    min-height: 38px;
    padding: 9px 10px;
    font-size: 0.82rem;
  }

  .product-grid--small .btn {
    min-height: 38px;
    padding: 9px 10px;
    font-size: 0.82rem;
  }

  .section {
    padding: 54px 0;
  }

  .section__head {
    display: block;
  }

  .section__head p {
    margin-top: 12px;
  }

  .category-showcase__copy,
  .tour-detail-showcase__copy,
  .route-feature__body {
    padding: 22px;
  }

  .tour-detail-showcase__media img.is-large {
    grid-column: auto;
    grid-row: auto;
    min-height: 240px;
  }

  .mini-stats {
    grid-template-columns: 1fr;
  }

  .image-tile,
  .destination-row .image-tile,
  .theme-gallery .image-tile {
    min-height: 240px;
  }

  .route-feature__image,
  .product-detail-media img,
  .route-feature .route-map,
  .video-card {
    min-height: 320px;
  }

  .tabs {
    grid-template-columns: repeat(2, 1fr);
  }

  .day-list summary {
    grid-template-columns: 74px 1fr 28px;
    gap: 12px;
    font-size: 1.02rem;
  }

  .day-meta {
    margin-left: 0;
  }

  .cta-band {
    padding: 30px 22px;
    display: block;
  }

  .cta-band .hero__actions {
    margin-top: 20px;
  }

  .floating-cta {
    left: 0;
    right: 0;
    bottom: 0;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
  }

  .floating-cta a {
    border-radius: 0;
    min-width: 0;
    font-size: 0.82rem;
  }
}
