:root {
  --theme-primary: #8b1e2d;
  --theme-primary-dark: color-mix(in srgb, var(--theme-primary) 78%, #000);
  --button-active: #8b1e2d;
  --wine: var(--theme-primary);
  --wine-dark: var(--theme-primary-dark);
  --teal: var(--theme-primary);
  --teal-dark: var(--theme-primary-dark);
  --gold: #d5a62d;
  --ink: #202624;
  --muted: #65706c;
  --paper: #f5f6f3;
  --line: #dfe3df;
  --white: #fff;
  --charcoal: #8b866f;
  --header-fill: #8b866f;
  --display: "Poppins", "PingFang SC", "Microsoft YaHei", sans-serif;
  --sans: "Inter", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  --shadow: 0 18px 55px rgba(20, 31, 27, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--sans); line-height: 1.6; }
body.no-scroll { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { color: inherit; font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; border-radius: 0; }
svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon-button { width: 42px; height: 42px; padding: 0; display: inline-grid; place-items: center; border: 0; background: transparent; }
.button { min-height: 46px; padding: 11px 20px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; color: var(--ink); border: 1px solid #c5cac6; border-radius: 2px; background: #fff; font-size: 13px; font-weight: 700; letter-spacing: 0; transition: color .2s ease, border-color .2s ease, background-color .2s ease; }
.button.primary, .button.secondary, .button.teal, .button.light { color: var(--ink); border-color: #c5cac6; background: #fff; }
.button:hover, .button:focus-visible, .button:active { color: #fff; border-color: var(--button-active); background: var(--button-active); }
.button.wide { width: 100%; }
.section { width: min(1200px, calc(100% - 48px)); margin: 0 auto; padding: 96px 0; }
.section-heading { margin-bottom: 38px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.section-heading.center { display: block; text-align: center; }
.section-heading.center p { margin-inline: auto; }
.eyebrow { margin: 0 0 12px; color: var(--wine); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.section-heading h2, .page-title, .content-title { margin: 0; font-family: var(--display); font-size: 22px; font-weight: 400; line-height: 1.3; letter-spacing: 0; }
.section-heading > div > p:last-child, .section-heading.center > p:last-child { max-width: 580px; margin-bottom: 0; color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--wine); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.empty-content { min-height: 230px; padding: 40px; display: grid; place-items: center; border: 1px dashed #cfd4cf; color: var(--muted); background: rgba(255,255,255,.5); text-align: center; }
.empty-content strong { display: block; color: var(--ink); font-family: var(--display); font-size: 25px; font-weight: 500; }

.site-header { position: relative; z-index: 40; background: #fff; }
.utility-bar { min-height: 43px; padding: 0 clamp(24px, 5vw, 72px); display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 24px; color: rgba(255,255,255,.88); background: var(--header-fill); font-size: 12px; }
.utility-social, .utility-contact, .utility-contact a { display: flex; align-items: center; }
.utility-social { gap: 12px; }
.utility-social > span { color: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.social-icon-list { display: flex; align-items: center; gap: 7px; }
.social-icon-link { width: 27px; height: 27px; display: grid; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; }
.social-icon-link svg, .utility-contact svg { width: 16px; height: 16px; }
.utility-social a, .utility-contact a { transition: color .2s, border-color .2s, background-color .2s; }
.social-icon-link:hover { border-color: #fff; background: rgba(255,255,255,.12); }
.utility-social a:hover, .utility-contact a:hover { color: #fff; }
.utility-contact { justify-content: flex-end; gap: 22px; }
.utility-contact a { gap: 7px; }
.utility-contact [hidden] { display: none !important; }
.navigation-bar { position: relative; height: 74px; padding: 0 clamp(22px, 3.6vw, 58px); display: grid; grid-template-columns: 190px 1fr; align-items: center; gap: 22px; border-bottom: 1px solid #e8e7e2; }
.site-logo { width: max-content; display: inline-flex; align-items: center; }
.logo-media { width: 168px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; }
.logo-symbol { width: 39px; height: 44px; display: grid; place-items: center; color: #fff; background: var(--wine); font-family: var(--display); font-size: 27px; line-height: 1; }
.logo-symbol[hidden], .brand-logo-image[hidden] { display: none; }
.brand-logo-image { width: 168px; height: 38px; object-fit: contain; object-position: left center; }
.primary-nav { height: 100%; display: flex; justify-content: flex-end; align-items: stretch; gap: clamp(15px, 2vw, 30px); }
.managed-nav-items { display: contents; }
.primary-nav > a, .managed-nav-items > a, .nav-item > button { position: relative; height: 100%; padding: 0; display: flex; align-items: center; gap: 5px; border: 0; color: #252b28; background: transparent; font-size: 13px; font-weight: 650; text-transform: uppercase; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.currency-selector { height: 100%; display: flex; align-items: center; }
.currency-selector select { width: auto; min-width: 78px; height: 36px; padding: 0 22px 0 8px; color: #252b28; border: 1px solid #dedfdc; background-color: #fff; font-size: 12px; font-weight: 700; cursor: pointer; }
.currency-selector select:hover, .currency-selector select:focus { color: var(--button-active); border-color: var(--button-active); box-shadow: none; }
.nav-item > button svg { width: 14px; }
.primary-nav > a:hover, .managed-nav-items > a:hover, .nav-item > button:hover, .nav-item.open > button { color: var(--ink); }
.primary-nav > a::after, .managed-nav-items > a::after, .nav-item > button::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; opacity: 0; background: #9e8d62; }
.primary-nav > a:hover::after, .managed-nav-items > a:hover::after, .nav-item > button:hover::after, .nav-item.open > button::after { opacity: 1; }
.nav-item { position: relative; }
.mega-menu, .simple-menu { position: absolute; z-index: 50; top: calc(100% - 1px); left: 0; display: none; border: 1px solid #e3e1da; background: #fff; box-shadow: 0 20px 45px rgba(28,31,29,.15); }
.has-menu.open > .mega-menu, .has-menu.open > .simple-menu { display: grid; }
.mega-menu { min-height: 230px; }
.destination-menu { left: 50%; width: min(820px, calc(100vw - 48px)); min-height: 370px; padding: 22px; grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr) minmax(0, 1fr); gap: 18px; transform: translateX(-50%); }
.destination-country-panel, .destination-city-panel { min-width: 0; padding-right: 20px; border-right: 1px solid #ebe9e3; }
.show-all-link, .mega-column-title { display: block; margin: 0 0 14px; color: #756642; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.show-all-link:hover { color: var(--ink); }
.country-menu-button, .experience-menu-button, .experience-menu-link { width: 100%; min-height: 36px; padding: 5px 0; display: flex; align-items: center; justify-content: space-between; gap: 12px; border: 0; color: #171c19; background: transparent; text-align: left; font-size: 13px; font-weight: 750; }
.country-menu-button svg, .experience-menu-button svg { width: 15px; color: #bbbdb9; }
.country-menu-button:hover, .country-menu-button.active, .experience-menu-button:hover, .experience-menu-button.active, .experience-menu-link:hover { color: var(--teal); }
.country-menu-button.active svg, .experience-menu-button.active svg { color: var(--teal); }
#destinationCityList a { display: block; padding: 5px 0; color: #252b28; font-size: 13px; font-weight: 500; }
#destinationCityList a:hover { color: var(--teal); }
#destinationCityList .all-city-link { margin-bottom: 6px; color: var(--teal); font-weight: 700; }
.menu-empty-copy { display: block; max-width: 180px; color: #8a918d; font-size: 11px; line-height: 1.5; }
.menu-product-panel { min-width: 0; }
.menu-product-card { height: 100%; display: grid; grid-template-rows: 145px 1fr; border: 1px solid #eceae4; background: #fafaf8; }
.menu-product-image { display: block; background: #dfe3df center/cover; }
.menu-product-copy { padding: 12px 13px 13px; display: flex; min-width: 0; flex-direction: column; }
.menu-product-copy h3 { margin: 0; font-family: var(--display); font-size: 15px; font-weight: 600; line-height: 1.25; }
.menu-product-copy p { margin: 9px 0; display: -webkit-box; overflow: hidden; color: #69706c; font-size: 10px; line-height: 1.5; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.menu-product-duration { display: flex; align-items: center; gap: 5px; color: #666c69; font-size: 10px; }
.menu-product-duration svg, .menu-product-link svg { width: 14px; }
.menu-product-link { margin-top: auto; padding-top: 10px; display: flex; align-items: center; justify-content: space-between; color: #9a8861; border-top: 1px solid #e4e4df; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.menu-product-empty { height: 100%; padding: 22px; display: flex; flex-direction: column; justify-content: center; gap: 6px; color: var(--muted); background: #f7f7f4; }
.menu-product-empty strong { color: var(--ink); font-family: var(--display); font-size: 20px; }
.menu-product-empty span { font-size: 11px; line-height: 1.5; }
.menu-columns { padding: 30px 34px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.country-column strong { display: block; margin-bottom: 10px; color: var(--wine); font-size: 11px; text-transform: uppercase; }
.country-column a, .menu-links a { display: block; padding: 5px 0; color: var(--muted); font-size: 12px; }
.country-column a:hover, .menu-links a:hover { color: var(--ink); }
.compact-menu { left: 0; width: min(270px, calc(100vw - 48px)); min-height: 260px; grid-template-columns: 1fr; overflow: visible; }
.compact-menu.has-children { width: min(270px, calc(100vw - 48px)); min-height: 260px; grid-template-columns: 1fr; }
.compact-menu.single-level { width: min(270px, calc(100vw - 48px)); min-height: 0; grid-template-columns: 1fr; }
.compact-menu.single-level .experience-child-panel { display: none; }
.experience-parent-list, .experience-child-panel { padding: 22px 24px; }
.experience-parent-list { background: #f5f4f0; }
.experience-child-panel { position: absolute; z-index: 1; top: -1px; left: 100%; width: 250px; min-height: calc(100% + 2px); border: 1px solid #e3e1da; border-left: 0; background: #fff; box-shadow: 18px 20px 35px rgba(28,31,29,.11); opacity: 1; visibility: visible; transform: translateX(0); transition: opacity .22s ease-out, transform .22s ease-out, visibility 0s linear; will-change: opacity, transform; }
.experience-child-panel[hidden] { display: block; opacity: 0; visibility: hidden; pointer-events: none; transform: translateX(-12px); transition: opacity .18s ease-in, transform .18s ease-in, visibility 0s linear .18s; }
.experience-child-panel a { display: block; padding: 7px 0; color: #3f4743; font-size: 13px; }
.experience-child-panel a:hover { color: var(--teal); }
.experience-child-panel .all-experience-link { margin-top: 10px; padding-top: 12px; color: #9a8861; border-top: 1px solid var(--line); font-weight: 700; }
.simple-menu { right: auto; left: auto; width: 220px; padding: 10px 0; box-shadow: var(--shadow); }
.simple-menu a { padding: 9px 16px; color: #3f4743; font-size: 13px; font-weight: 500; }
.simple-menu a:hover { color: var(--ink); background: var(--paper); }
.about-menu a { text-transform: uppercase; }
.nav-toggle { display: none; }

.hero { position: relative; min-height: min(80vh, 760px); overflow: hidden; color: #fff; background: #28332e; }
.hero-slide { position: absolute; inset: 0; opacity: 0; pointer-events: none; transition: opacity .75s ease; background-position: center; background-size: cover; }
.hero-slide.active { opacity: 1; pointer-events: auto; }
.hero-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(17,24,21,.48), rgba(17,24,21,.28)); }
.hero-slide-content { position: relative; z-index: 1; width: min(900px, calc(100% - 48px)); min-height: min(80vh, 760px); margin: 0 auto; padding: 60px 0 105px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.hero-slide-content .eyebrow { color: #fff; }
.hero-slide-content h1 { max-width: 780px; margin: 0 0 28px; white-space: pre-line; font-family: var(--display); font-size: clamp(48px, 6vw, 78px); font-weight: 500; line-height: 1.04; letter-spacing: 0; }
.hero-controls { position: absolute; z-index: 3; left: 50%; bottom: 28px; display: flex; align-items: center; gap: 10px; transform: translateX(-50%); }
.hero-arrow, .track-arrow, .nav-toggle { color: var(--ink); border: 1px solid #c5cac6; background: #fff; }
.hero-arrow:hover, .hero-arrow:focus-visible, .hero-arrow:active, .track-arrow:hover, .track-arrow:focus-visible, .track-arrow:active, .nav-toggle:hover, .nav-toggle:focus-visible, .nav-toggle:active { color: #fff; border-color: var(--button-active); background: var(--button-active); }
.hero-dots { display: flex; gap: 6px; }
.hero-dot { width: 28px; height: 3px; padding: 0; border: 0; background: rgba(255,255,255,.42); }
.hero-dot.active { background: #fff; }
.award-strip { padding: 24px max(24px, calc((100% - 1100px) / 2)); display: flex; justify-content: center; align-items: center; gap: 46px; border-bottom: 1px solid var(--line); background: #fff; }
.award-strip[hidden] { display: none; }
.award-strip img { max-width: 120px; max-height: 54px; object-fit: contain; filter: grayscale(1); opacity: .76; }

.destinations-section { background: var(--paper); }
.card-track-shell { position: relative; }
.card-track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 54px) / 4); gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.card-track:has(> .destination-card:nth-child(2):last-child) { grid-auto-flow: initial; grid-template-columns: repeat(2, calc((100% - 54px) / 4)); justify-content: center; }
.card-track::-webkit-scrollbar { display: none; }
.track-arrow { position: absolute; z-index: 3; top: 50%; transform: translateY(-50%); box-shadow: 0 5px 18px rgba(0,0,0,.15); }
.track-arrow.prev { left: -18px; }
.track-arrow.next { right: -18px; }
.destination-card { position: relative; min-height: 330px; padding: 26px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; color: #fff; background: #2b4942 center/cover; scroll-snap-align: start; }
.destination-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(18,24,21,.86), transparent 62%); }
.destination-card > * { position: relative; z-index: 1; }
.destination-card small { font-size: 10px; font-weight: 700; text-transform: uppercase; }
.destination-card h3 { margin: 5px 0 4px; font-family: var(--display); font-size: 31px; font-weight: 500; }
.destination-card p { margin: 0; color: rgba(255,255,255,.72); font-size: 12px; }
.section-cta { margin-top: 34px; text-align: center; }

.tour-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.tour-grid:has(> .tour-card:only-child) { grid-template-columns: minmax(280px, 380px); justify-content: center; }
.tour-card { min-width: 0; min-height: 560px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: #fff; box-shadow: 0 3px 12px rgba(31, 38, 35, .08); }
.tour-media { position: relative; aspect-ratio: 4/3; flex: 0 0 auto; overflow: hidden; background: #d9dfdb center/cover no-repeat; transition: background-image .2s ease; }
.tour-media.showing-map { background-color: #fff; background-size: contain; }
.tour-image-link { position: absolute; inset: 0; z-index: 1; }
.tour-map-toggle { position: absolute; z-index: 2; left: 50%; bottom: 12px; min-height: 34px; padding: 7px 12px; display: inline-flex; align-items: center; gap: 7px; transform: translateX(-50%); border: 0; color: #fff; background: rgba(20, 24, 22, .78); font: inherit; font-size: 13px; font-weight: 700; white-space: nowrap; cursor: pointer; }
.tour-map-toggle:hover, .tour-map-toggle[aria-pressed="true"] { background: var(--button-active); }
.tour-map-toggle:disabled { opacity: .72; cursor: not-allowed; }
.tour-map-toggle svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.tour-body { flex: 1; padding: 32px 26px 34px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.tour-body h3 { margin: 6px 0 14px; font-family: var(--display); font-size: 25px; font-weight: 500; line-height: 1.25; }
.tour-price-line { display: flex; align-items: baseline; justify-content: center; flex-wrap: wrap; gap: 5px; color: #323734; font-size: 14px; }
.tour-days { font-size: 15px; font-weight: 700; }
.tour-price { color: var(--button-active); font-size: 24px; font-weight: 700; }
.tour-route { width: 100%; margin: 24px 0 20px; color: var(--muted); font-size: 13px; font-weight: 600; line-height: 1.55; }
.tour-view-button { min-width: 128px; min-height: 44px; margin-top: auto; padding: 11px 24px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--button-active); border-radius: 24px; color: #fff; background: var(--button-active); font-size: 14px; font-weight: 700; }
.tour-view-button:hover, .tour-view-button:focus-visible { color: var(--button-active); background: #fff; }

.customization-banner { position: relative; min-height: 430px; padding: 70px 24px; display: grid; place-items: center; color: #fff; background: #4d514d center/cover; text-align: center; }
.customization-banner::after { content: ""; position: absolute; inset: 0; background: rgba(28,31,29,.58); }
.customization-content { position: relative; z-index: 1; width: min(750px, 100%); }
.customization-content .eyebrow { color: rgba(255,255,255,.78); }
.customization-content h2 { margin: 0 0 18px; font-family: var(--display); font-size: 22px; font-weight: 400; line-height: 1.3; text-transform: uppercase; }
.customization-content p { margin: 0 auto 28px; max-width: 700px; color: rgba(255,255,255,.84); font-size: 13px; }
.customization-content .button svg { width: 16px; }

.review-section { background: #f4f5f2; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review-card { min-height: 280px; padding: 30px; border: 1px solid #e1e3de; background: #fff; box-shadow: 0 8px 24px rgba(28,34,31,.06); }
.review-card svg { width: 34px; height: 34px; color: var(--gold); }
.review-card blockquote { margin: 22px 0 26px; font-family: var(--display); font-size: 21px; line-height: 1.5; }
.review-author { display: flex; align-items: center; gap: 12px; }
.review-author img { width: 44px; height: 44px; object-fit: cover; }
.review-author strong, .review-author span { display: block; }
.review-author span { color: var(--muted); font-size: 11px; }
.rating { color: var(--gold); }

.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 60px; }
.why-item { text-align: center; }
.why-icon { width: 68px; height: 68px; margin: 0 auto 22px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; }
.why-icon img { width: 44px; height: 44px; object-fit: contain; }
.why-icon span { color: var(--wine); font-family: var(--display); font-size: 27px; }
.why-item h3 { margin: 0 0 10px; font-family: var(--display); font-size: 24px; font-weight: 500; }
.why-item p { margin: 0; color: var(--muted); font-size: 13px; }

.page-hero { min-height: 440px; padding: 70px 24px; display: grid; place-items: center; color: #fff; background: #293630 center/cover; text-align: center; position: relative; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: rgba(18,26,22,.52); }
.page-hero > div { position: relative; z-index: 1; max-width: 760px; }
.page-hero .eyebrow { display: none; }
.page-hero h1 { margin: 0 0 15px; font-family: var(--display); font-size: clamp(48px, 7vw, 82px); font-weight: 500; line-height: 1.05; }
.page-hero p { margin: 0; color: rgba(255,255,255,.82); }
.about-page-hero { width: 100%; height: 500px; overflow: hidden; position: relative; color: #fff; text-align: center; }
.about-page-hero > img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.about-page-hero::after { content: ""; position: absolute; inset: 0; background: rgba(18,26,22,.52); }
.about-page-hero-content { position: absolute; z-index: 1; inset: 0; padding: 70px 24px; display: grid; align-content: center; justify-items: center; }
.about-page-hero-content .eyebrow { display: none; }
.about-page-hero-content h1 { margin: 0 0 15px; font-family: var(--display); font-size: clamp(48px, 7vw, 82px); font-weight: 500; line-height: 1.05; }
.about-page-hero-content p { max-width: 760px; margin: 0; color: rgba(255,255,255,.82); }
.filter-bar { position: sticky; z-index: 20; top: 0; padding: 16px 24px; display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); }
.filter-chip { padding: 7px 13px; border: 1px solid var(--line); background: #fff; font-size: 11px; text-transform: uppercase; }
.filter-chip.active, .filter-chip:hover, .filter-chip:focus-visible, .filter-chip:active { color: #fff; border-color: var(--button-active); background: var(--button-active); }
.all-destinations { display: grid; gap: 55px; }
.country-block { display: grid; grid-template-columns: 220px 1fr; gap: 40px; }
.country-block h2 { margin: 0; font-family: var(--display); font-size: 33px; font-weight: 500; }
.city-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.city-tile { min-height: 250px; padding: 22px; display: flex; flex-direction: column; justify-content: end; color: #fff; background: #345047 center/cover; position: relative; }
.city-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(19,26,23,.82), transparent 65%); }
.city-tile > * { position: relative; z-index: 1; }
.city-tile h3 { margin: 0; font-family: var(--display); font-size: 27px; font-weight: 500; }
.city-tile span { font-size: 11px; }

.product-hero { min-height: 580px; display: flex; align-items: center; justify-content: center; }
.product-hero > div { width: 100%; max-width: 1500px; }
.product-hero h1 { white-space: nowrap; }
.product-anchor-nav { position: sticky; z-index: 25; top: 0; display: grid; grid-template-columns: repeat(5, 1fr); border-bottom: 1px solid var(--line); background: #fff; }
.product-anchor-nav a { padding: 17px 12px; text-align: center; border-right: 1px solid var(--line); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.product-anchor-nav a:hover, .product-anchor-nav a:focus-visible, .product-anchor-nav a:active { color: #fff; background: var(--button-active); }
.breadcrumbs { width: min(1200px, calc(100% - 48px)); margin: 0 auto; padding: 18px 0; color: var(--muted); font-size: 12px; }
.breadcrumbs ol { margin: 0; padding: 0; display: flex; align-items: center; flex-wrap: wrap; gap: 8px; list-style: none; }
.breadcrumbs li { display: inline-flex; align-items: center; gap: 8px; }
.breadcrumbs li + li::before { content: "/"; color: #a7aeaa; }
.breadcrumbs a { color: var(--teal); }
.breadcrumbs a:hover, .breadcrumbs a:focus-visible { color: var(--button-active); }
.breadcrumbs [aria-current="page"] { color: var(--ink); }
.product-overview { display: grid; grid-template-columns: 1fr 370px; gap: 70px; align-items: start; }
.overview-copy h2 { margin: 0 0 20px; font-family: var(--display); font-size: 22px; font-weight: 400; }
.overview-copy > p { color: var(--muted); white-space: pre-line; }
.service-icons { margin-top: 30px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-icon { min-height: 105px; padding: 17px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid var(--line); text-align: center; }
.service-icon img { width: 34px; height: 34px; margin-bottom: 9px; object-fit: contain; }
.service-icon span:first-child { color: var(--teal); font-family: var(--display); font-size: 28px; }
.service-icon strong { font-size: 11px; text-transform: uppercase; }
.product-facts { padding: 28px 30px 30px; border: 1px solid var(--line); background: #fff; }
.product-tour-type { display: inline-block; margin-bottom: 10px; padding: 4px 10px; color: #fff; border-radius: 3px; background: #4a4a4a; font-size: 12px; font-weight: 700; line-height: 1.2; text-transform: capitalize; }
.product-facts .product-facts-duration { display: flex; align-items: baseline; gap: 7px; }
.product-facts-duration strong { font-family: var(--display); font-size: 44px; font-weight: 600; line-height: 1; }
.product-facts-duration span { color: #424744; font-size: 15px; font-weight: 600; text-transform: uppercase; }
.product-facts .product-facts-price { margin-top: 20px; display: flex; align-items: baseline; gap: 6px; color: #4e5450; }
.product-facts-price > span:first-child { font-size: 15px; }
.product-facts-price strong { color: var(--button-active); font-family: var(--display); font-size: 34px; font-weight: 600; line-height: 1; }
.product-facts-price > span:last-child { font-size: 14px; font-weight: 600; text-transform: uppercase; }
.product-facts-route { margin: 22px 0 28px; color: #4e5450; font-size: 14px; font-weight: 600; line-height: 1.55; white-space: pre-line; }
.product-enquiry-button { width: 100%; min-height: 50px; padding: 12px 20px; display: inline-flex; align-items: center; justify-content: center; color: #fff; border: 1px solid var(--button-active); border-radius: 26px; background: var(--button-active); font-size: 17px; font-weight: 700; text-align: center; }
.product-enquiry-button:hover, .product-enquiry-button:focus-visible { color: var(--button-active); background: #fff; }
.band { background: var(--paper); }
.highlight-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.highlight-card { min-height: 360px; padding: 26px; display: flex; align-items: end; color: #fff; background: #38564d center/cover; position: relative; }
.highlight-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(14,21,18,.82), transparent 65%); }
.highlight-card h3 { position: relative; z-index: 1; margin: 0; font-family: var(--display); font-size: 28px; font-weight: 500; }
.view-tabs { margin-bottom: 38px; display: flex; justify-content: center; gap: 0; }
.view-tabs button { min-width: 188px; padding: 12px 20px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid #a8afaa; color: #59615d; background: #fff; font-size: 15px; font-weight: 700; line-height: 1.2; text-transform: uppercase; }
.view-tabs button svg { width: 15px; height: 15px; flex: 0 0 15px; color: var(--button-active); }
.view-tabs button + button { border-left: 0; }
.view-tabs button:hover, .view-tabs button:focus-visible, .view-tabs button:active, .view-tabs button.active { color: #fff; border-color: var(--button-active); background: var(--button-active); }
.view-tabs button:hover svg, .view-tabs button:focus-visible svg, .view-tabs button:active svg, .view-tabs button.active svg { color: #fff; }
.itinerary-map-layout { --map-panel-height: 580px; display: grid; grid-template-columns: minmax(340px, .82fr) minmax(0, 1.18fr); gap: 0; align-items: stretch; }
.itinerary-map-list { height: var(--map-panel-height); margin: 0; padding: 0; overflow-y: auto; scrollbar-gutter: stable; scrollbar-color: var(--wine) #edf0ed; scrollbar-width: auto; list-style: none; border: 0; background: #fff; }
.itinerary-map-list::-webkit-scrollbar { width: 10px; }
.itinerary-map-list::-webkit-scrollbar-track { background: #edf0ed; border-left: 1px solid #d7dcd8; }
.itinerary-map-list::-webkit-scrollbar-thumb { background: var(--wine); border: 2px solid #edf0ed; }
.itinerary-map-day { position: relative; min-height: 94px; padding: 16px 8px 16px 88px; display: flex; align-items: center; }
.itinerary-map-day::after { content: ""; position: absolute; right: 24px; bottom: 0; left: 0; height: 1px; background: rgba(101, 112, 108, .13); }
.map-day-number { position: absolute; z-index: 1; left: 8px; width: 56px; height: 56px; padding: 4px; display: grid; place-content: center; color: var(--wine); border: 1px dashed var(--wine); border-radius: 50%; background: #fff; text-align: center; }
.map-day-number small, .map-day-number strong { display: block; line-height: 1; }
.map-day-number small { margin-bottom: 3px; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.map-day-number strong { font-family: var(--display); font-size: 20px; }
.map-day-number .day-label, .detail-day-number .day-label { max-width: 100%; font-size: 11px; line-height: 1.05; overflow-wrap: anywhere; }
.map-day-copy > span { display: block; font-family: var(--display); font-size: 19px; font-weight: 400; line-height: 1.2; }
.map-day-meals { margin-top: 7px; display: flex; align-items: center; gap: 6px; color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.map-day-meals svg { width: 14px; height: 14px; }
.itinerary-route-map { height: var(--map-panel-height); margin: 0; display: flex; flex-direction: column; overflow: hidden; border: 0; background: #fff; }
.map-image { min-height: 0; flex: 1 1 auto; background: #dfe5e1 center/cover; }
.map-placeholder { padding: 30px; display: flex; align-items: center; justify-content: center; flex-direction: column; color: var(--muted); background: #eef1ee; text-align: center; }
.map-placeholder svg { width: 38px; height: 38px; margin-bottom: 12px; color: var(--wine); }
.map-placeholder strong { color: var(--ink); font-family: var(--display); font-size: 27px; font-weight: 500; }
.map-placeholder span { margin-top: 5px; font-size: 11px; }
.itinerary-route-map figcaption { min-height: 58px; padding: 13px 18px; display: flex; align-items: center; gap: 9px; color: #111; border-top: 1px solid var(--line); font-size: 13px; font-weight: 700; line-height: 1.4; }
.itinerary-route-map figcaption svg { width: 17px; color: var(--wine); }
.itinerary-detail-list { width: min(1080px, 100%); margin: 0 auto; display: grid; gap: 52px; }
.itinerary-detail-day { min-width: 0; }
.detail-day-heading { min-height: 74px; margin: 0 0 15px; display: grid; grid-template-columns: 66px 1fr; gap: 18px; align-items: center; }
.detail-day-number { width: 62px; height: 62px; padding: 4px; display: grid; place-content: center; color: var(--wine); border: 1px dashed var(--wine); border-radius: 50%; background: #fff; text-align: center; }
.detail-day-number small, .detail-day-number strong { display: block; line-height: 1; }
.detail-day-number small { margin-bottom: 4px; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.detail-day-number strong { font-family: var(--display); font-size: 24px; }
.detail-day-heading h3 { margin: 0; font-family: var(--display); font-size: 18px; font-weight: 500; line-height: 1.35; }
.detail-day-card { height: 320px; padding: 18px; display: grid; grid-template-columns: minmax(280px, 38%) minmax(0, 1fr); gap: 24px; border: 1px solid rgba(59,76,69,.1); border-radius: 6px; background: #fff; box-shadow: 0 7px 22px rgba(31,43,38,.1); }
.itinerary-day-carousel { position: relative; height: 282px; min-width: 0; overflow: hidden; border-radius: 0; background: #fff; }
.itinerary-carousel-slides, .itinerary-carousel-slide { position: absolute; inset: 0; }
.itinerary-carousel-slide { background-color: #fff; background-position: center; background-repeat: no-repeat; background-size: contain; }
.itinerary-image-empty { position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; gap: 8px; color: #8a938f; font-size: 10px; text-transform: uppercase; }
.itinerary-image-empty svg { width: 30px; color: var(--teal); }
.itinerary-carousel-arrow { position: absolute; z-index: 2; top: 50%; width: 36px; height: 36px; padding: 0; display: grid; place-items: center; color: var(--ink); border: 1px solid rgba(30,42,37,.15); border-radius: 50%; background: rgba(255,255,255,.92); box-shadow: 0 3px 12px rgba(22,32,28,.12); transform: translateY(-50%); }
.itinerary-carousel-arrow:hover, .itinerary-carousel-arrow:focus-visible, .itinerary-carousel-arrow:active { color: #fff; border-color: var(--button-active); background: var(--button-active); }
.itinerary-carousel-arrow.previous { left: 10px; }
.itinerary-carousel-arrow.next { right: 10px; }
.itinerary-carousel-arrow svg { width: 17px; }
.itinerary-carousel-count { position: absolute; z-index: 2; right: 10px; bottom: 9px; padding: 3px 7px; color: #fff; border-radius: 3px; background: rgba(18,27,23,.68); font-size: 9px; }
.detail-day-content { min-width: 0; height: 282px; display: flex; flex-direction: column; }
.detail-day-text { min-height: 0; overflow-y: auto; padding-right: 10px; scrollbar-color: #c9cfcb transparent; scrollbar-width: thin; }
.detail-day-text p { margin: 0; color: #4f5a55; font-size: 18px; line-height: 1.55; white-space: pre-line; }
.detail-day-meals { margin-top: auto; padding-top: 13px; display: grid; grid-template-columns: 20px 1fr; align-items: center; gap: 8px; flex: 0 0 auto; color: var(--teal); border-top: 1px solid rgba(59,76,69,.12); font-size: 12px; text-transform: uppercase; }
.detail-day-meals svg { width: 17px; }
.detail-day-meals strong { font-weight: 800; }
.hotel-track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.hotel-card { border: 1px solid var(--line); background: #fff; }
.hotel-card-image { aspect-ratio: 4/3; background: #d7deda center/cover; }
.hotel-card-body { padding: 18px; }
.hotel-card-body small { color: var(--teal); }
.hotel-card-body h3 { margin: 5px 0; font-family: var(--display); font-size: 22px; font-weight: 500; }
.climate-table { overflow-x: auto; padding: 24px; background: #fff; border: 1px solid var(--line); }
.climate-table table { width: 100%; min-width: 650px; border-collapse: collapse; }
.climate-table th, .climate-table td { padding: 12px; border-bottom: 1px solid var(--line); font-size: 12px; text-align: left; }
.bar-track { width: 160px; height: 6px; background: #e6e9e6; }
.bar-fill { height: 100%; background: var(--teal); }
.bar-fill.rain { background: var(--gold); }

.form-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.form-intro { position: sticky; top: 30px; }
.form-intro h1 { margin: 0 0 20px; font-family: var(--display); font-size: clamp(38px, 5vw, 62px); font-weight: 500; line-height: 1.1; }
.form-intro h2 { margin: 0 0 20px; font-family: var(--display); font-size: 22px; font-weight: 400; line-height: 1.3; }
.form-intro p { color: var(--muted); }
.public-form { padding: 36px; border: 1px solid var(--line); border-top: 4px solid var(--wine); background: #fff; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; }
.public-form label { margin-bottom: 18px; display: grid; gap: 7px; color: #4c5551; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.public-form .full { grid-column: 1/-1; }
input, textarea, select { width: 100%; padding: 12px; border: 1px solid #cfd5d1; border-radius: 0; background: #fff; outline: 0; }
input:focus, textarea:focus, select:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(8,127,120,.09); }
textarea { resize: vertical; }
.privacy-check { grid-template-columns: auto 1fr; align-items: start; text-transform: none !important; font-weight: 400 !important; }
.privacy-check input { width: 16px; height: 16px; margin-top: 4px; accent-color: var(--teal); }
.form-status { min-height: 22px; margin: 12px 0 0; color: var(--teal); font-size: 12px; text-align: center; }
.form-status.error { color: var(--wine); }
.editorial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.article-card { border-bottom: 3px solid var(--wine); background: var(--paper); }
.article-image { aspect-ratio: 16/10; background: #d6deda center/cover; }
.article-body { padding: 22px; }
.article-body h3 { margin: 5px 0 10px; font-family: var(--display); font-size: 24px; font-weight: 500; }
.article-body p { color: var(--muted); font-size: 13px; }
.article-byline, .article-source { color: var(--muted); font-size: 14px; }
.article-source { padding-top: 18px; border-top: 1px solid var(--line); }

.site-footer { color: rgba(255,255,255,.58); background: #050d1b; }
.footer-shell { width: min(1280px, calc(100% - 48px)); margin: 0 auto; padding: 52px 0 38px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-top .brand-logo-image { filter: brightness(0) invert(1); }
.footer-top .social-icon-link { width: 40px; height: 40px; color: rgba(255,255,255,.88); background: rgba(255,255,255,.08); border: 0; }
.footer-top .social-icon-link svg { width: 20px; height: 20px; }
.footer-main { margin-top: 48px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 36px; }
.footer-main h2 { margin: 0 0 18px; color: var(--teal); font-size: 15px; font-weight: 800; text-transform: uppercase; }
.footer-main a, .footer-main button, #footerDestinations a, #footerExperiences a { padding: 5px 0; display: block; color: rgba(255,255,255,.66); font-size: 15px; line-height: 1.45; text-align: left; }
#footerDestinations { display: grid; grid-auto-flow: column; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(7, min-content); column-gap: 24px; }
.footer-main button { border: 0; background: transparent; }
.footer-main a:hover, .footer-main button:hover { color: #fff; }
.footer-statement { margin: 38px 0 0; font-size: 13px; }
.footer-bottom { padding: 18px clamp(24px, 5vw, 72px); display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; }
.footer-bottom div { display: flex; gap: 22px; }
.footer-bottom button { padding: 0; border: 0; color: inherit; background: transparent; }

@media (max-width: 1060px) {
  .navigation-bar { grid-template-columns: 180px 1fr; }
  .primary-nav { gap: 15px; }
  .primary-nav > a, .managed-nav-items > a, .nav-item > button { font-size: 12px; }
  .destination-menu { width: min(780px, calc(100vw - 40px)); grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr) minmax(0, 1fr); gap: 16px; }
  .card-track { grid-auto-columns: calc((100% - 36px) / 3); }
  .footer-main { gap: 32px; }
}

@media (max-width: 880px) {
  .utility-bar { grid-template-columns: 1fr 1fr; }
  .utility-bar > p { display: none; }
  .navigation-bar { height: 72px; grid-template-columns: 1fr auto; }
  .nav-toggle { display: grid; }
  .primary-nav { position: absolute; top: 100%; left: 16px; right: 16px; height: auto; padding: 12px; display: none; align-items: stretch; color: var(--ink); background: #fff; box-shadow: var(--shadow); }
  .primary-nav.mobile-open { display: grid; }
  .primary-nav > a, .managed-nav-items > a, .nav-item > button { width: 100%; height: auto; padding: 11px; justify-content: space-between; font-size: 12px; }
  .currency-selector { width: 100%; height: auto; padding: 8px 11px 4px; }
  .currency-selector select { width: 100%; height: 42px; }
  .mega-menu, .simple-menu { position: static; width: auto; border-top-width: 1px; box-shadow: none; transform: none; }
  .mega-menu { grid-template-columns: 1fr; }
  .destination-menu { max-height: 58vh; padding: 12px 16px 18px; gap: 6px; overflow-y: auto; }
  .destination-country-panel, .destination-city-panel { padding: 10px 0 0; border-top: 1px solid var(--line); border-right: 0; }
  .menu-product-panel { display: none; }
  .compact-menu { min-height: 0; grid-template-columns: 1fr; overflow: hidden; }
  .compact-menu.has-children { width: auto; min-height: 0; grid-template-columns: 1fr; }
  .experience-parent-list, .experience-child-panel { padding: 14px; }
  .experience-child-panel { position: static; width: auto; min-width: 0; min-height: 0; border: 0; border-top: 1px solid var(--line); box-shadow: none; transform: none; transition: none; will-change: auto; }
  .experience-child-panel[hidden] { display: none; transform: none; transition: none; }
  .menu-columns, .menu-links { padding: 14px; grid-template-columns: repeat(2, 1fr); }
  .simple-menu { padding: 6px 12px 12px; }
  .hero-slide-content { min-height: min(76vh, 690px); }
  .card-track { grid-auto-columns: calc((100% - 18px) / 2); }
  .card-track:has(> .destination-card:nth-child(2):last-child) { grid-template-columns: repeat(2, calc((100% - 18px) / 2)); }
  .tour-grid, .review-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { gap: 30px; }
  .country-block { grid-template-columns: 1fr; gap: 18px; }
  .product-overview, .form-layout { grid-template-columns: 1fr; }
  .form-intro { position: static; }
  .itinerary-map-layout { --map-panel-height: 500px; grid-template-columns: 1fr; }
  .map-image { min-height: 430px; }
}

@media (max-width: 640px) {
  .utility-bar { min-height: 0; padding: 8px 16px; grid-template-columns: 1fr; gap: 7px; }
  .utility-social, .utility-contact { justify-content: center; }
  .utility-contact { flex-wrap: wrap; gap: 7px 18px; }
  .navigation-bar { padding-inline: 16px; }
  .logo-media, .brand-logo-image { width: 145px; }
  .logo-symbol { width: 34px; height: 40px; font-size: 23px; }
  .hero { min-height: 72vh; }
  .hero-slide-content { width: calc(100% - 40px); min-height: 72vh; padding-bottom: 95px; }
  .hero-slide-content h1 { font-size: 49px; }
  .hero-controls { left: 50%; bottom: 20px; transform: translateX(-50%); }
  .section { width: calc(100% - 32px); padding: 72px 0; }
  .section-heading { align-items: start; flex-direction: column; }
  .card-track { grid-auto-columns: 84%; }
  .card-track:has(> .destination-card:nth-child(2):last-child) { grid-auto-flow: column; grid-template-columns: none; justify-content: initial; }
  .track-arrow { display: none; }
  .destination-card { min-height: 310px; }
  .customization-banner { min-height: 400px; padding-inline: 20px; }
  .customization-content h2 { font-size: 22px; }
  .tour-grid, .review-grid, .why-grid, .city-grid, .highlight-grid, .hotel-track, .editorial-grid { grid-template-columns: 1fr; }
  .tour-card { min-height: 530px; }
  .tour-body { padding: 28px 22px 30px; }
  .review-card { min-height: auto; }
  .page-hero { min-height: 360px; }
  .about-page-hero { height: 300px; }
  .about-page-hero-content { padding: 40px 20px; }
  .about-page-hero-content h1 { font-size: 48px; }
  .product-anchor-nav { grid-template-columns: repeat(5, 130px); overflow-x: auto; justify-content: start; }
  .product-overview { gap: 40px; }
  .product-facts { width: 100%; max-width: 420px; justify-self: center; }
  .service-icons { grid-template-columns: repeat(2, 1fr); }
  .view-tabs { margin-bottom: 28px; }
  .view-tabs button { min-width: 0; flex: 1; padding-inline: 10px; }
  .itinerary-map-day { padding-left: 78px; }
  .itinerary-map-layout { --map-panel-height: 420px; }
  .itinerary-route-map { order: -1; }
  .map-image { min-height: 300px; }
  .detail-day-heading { grid-template-columns: 56px 1fr; gap: 14px; }
  .detail-day-number { width: 54px; height: 54px; }
  .detail-day-heading h3 { font-size: 18px; }
  .detail-day-card { height: 580px; padding: 16px; grid-template-columns: 1fr; grid-template-rows: 240px minmax(0, 1fr); gap: 18px; }
  .itinerary-day-carousel { height: 240px; }
  .detail-day-content { height: 288px; }
  .form-grid { grid-template-columns: 1fr; }
  .public-form .full { grid-column: auto; }
  .public-form { padding: 24px 19px; }
  .footer-shell { width: calc(100% - 32px); padding-top: 42px; }
  .footer-top { align-items: flex-start; flex-direction: column; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 35px 30px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

.help-landing { background: #fff; }
.help-intro { max-width: 900px; margin: 0 auto 46px; color: #4c514f; font-size: 17px; line-height: 1.8; text-align: center; }
.help-section-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.help-section-card { min-width: 0; border: 1px solid #e1e3e2; background: #fff; }
.help-section-card:last-child:nth-child(odd) { grid-column: 1 / -1; }
.help-section-image { height: 220px; overflow: hidden; background: #f3f3f1; }
.help-section-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.help-section-head { min-height: 132px; padding: 24px 26px; border-bottom: 1px solid #e1e3e2; }
.help-section-head h2 { margin: 0 0 8px; font-size: 25px; font-weight: 500; }
.help-section-head p { margin: 0; color: #69706c; line-height: 1.6; }
.help-section-links { display: grid; padding: 8px 26px 20px; }
.help-section-links a { min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid #e5e6e5; color: #202522; font-size: 16px; }
.help-section-links a:hover { color: var(--theme-primary); }
.help-section-links svg { width: 17px; height: 17px; flex: 0 0 auto; }
.help-section-links span { padding: 22px 0; color: #777d79; }
.help-article-layout { display: grid; grid-template-columns: minmax(240px, 300px) minmax(0, 1fr); gap: 28px; align-items: start; }
.help-sidebar { position: sticky; top: 94px; }
.help-sidebar details { margin: 0 0 4px; }
.help-sidebar summary { min-height: 54px; padding: 14px 16px; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #fff; background: var(--theme-primary); cursor: pointer; font-size: 15px; font-weight: 650; list-style: none; }
.help-sidebar summary::-webkit-details-marker { display: none; }
.help-sidebar summary svg { width: 16px; height: 16px; transition: transform .2s ease; }
.help-sidebar details[open] summary svg { transform: rotate(180deg); }
.help-sidebar details div { display: grid; gap: 3px; margin-top: 3px; }
.help-sidebar a { min-height: 53px; padding: 14px 18px; display: flex; align-items: center; color: #303633; background: #f0f0ef; border-left: 3px solid transparent; line-height: 1.4; }
.help-sidebar a:hover, .help-sidebar a.active { color: var(--theme-primary); border-left-color: var(--theme-primary); background: #e9eae9; }
.help-article-content { min-width: 0; padding: 2px 0 40px; }
.help-article-content > h2 { margin: 0 0 22px; font-size: 34px; font-weight: 400; }
.help-article-lead { margin: 0 0 28px; color: #575e5a; font-size: 18px; line-height: 1.7; }
.rich-content { color: #343936; font-size: 17px; line-height: 1.75; }
.rich-content h2 { margin: 34px 0 12px; font-size: 27px; font-weight: 500; }
.rich-content h3 { margin: 28px 0 10px; font-size: 22px; font-weight: 500; }
.rich-content p { margin: 0 0 16px; }
.rich-content ul, .rich-content ol { margin: 0 0 22px; padding-left: 26px; }
.rich-content li { margin: 6px 0; }
.rich-content img { max-width: 100%; height: auto; }
.rich-content table { width: 100%; margin: 24px 0; border-collapse: collapse; overflow-x: auto; }
.rich-content th, .rich-content td { padding: 12px; border: 1px solid #dedfdf; text-align: left; vertical-align: top; }

@media (max-width: 760px) {
  .help-section-grid, .help-article-layout { grid-template-columns: 1fr; }
  .help-section-card:last-child:nth-child(odd) { grid-column: auto; }
  .help-sidebar { position: static; }
  .help-article-content > h2 { font-size: 27px; }
  .help-section-image { height: 190px; }
}

@media (max-width: 620px) {
  .footer-main { grid-template-columns: 1fr; }
  #footerDestinations { column-gap: 28px; }
}

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