:root {
  --navy: #002e49;
  --navy-deep: #001e31;
  --sand: #f9bf8f;
  --red: #d62828;
  --ink: #173546;
  --muted: #5b6e78;
  --line: rgba(0, 46, 73, 0.16);
  --warm: #fbf7f2;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(0, 30, 49, 0.14);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--sans); }
body, button, a { -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { touch-action: manipulation; }
.tourPage { overflow: clip; }
.tourContainer { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 96px 0; scroll-margin-top: 160px; }
.sectionLabel { margin: 0 0 14px; color: var(--red); font-size: 0.76rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.sectionTitle { margin: 0; color: var(--navy); font-family: var(--serif); font-size: clamp(2.25rem, 4vw, 4.8rem); font-weight: 500; line-height: 0.98; letter-spacing: 0; }
.sectionLead { max-width: 720px; margin: 22px 0 0; color: var(--muted); font-size: 1.08rem; line-height: 1.8; }
.tourButton { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 20px; border: 1px solid transparent; border-radius: 9px; font-size: 0.82rem; font-weight: 800; text-decoration: none; text-transform: uppercase; transition: transform 180ms ease-out, background-color 180ms ease-out, border-color 180ms ease-out; }
.tourButton:hover { transform: translateY(-1px); }
.tourButton:focus-visible, .quickNav a:focus-visible, summary:focus-visible { outline: 3px solid var(--sand); outline-offset: 3px; }
.tourButtonPrimary { color: var(--white); background: var(--red); }
.tourButtonPrimary:hover { background: #b91f1f; }
.tourButtonSecondary { color: var(--navy); background: var(--white); border-color: rgba(0, 46, 73, 0.28); }
.tourButtonGhost { color: var(--white); border-color: rgba(255, 255, 255, 0.5); background: rgba(0, 30, 49, 0.24); }

.tourHero { position: relative; min-height: 690px; display: grid; align-items: center; isolation: isolate; color: var(--white); background-image: var(--tour-hero); background-position: center; background-size: cover; }
.tourHero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(3, 10, 14, 0.82) 0%, rgba(3, 10, 14, 0.54) 48%, rgba(3, 10, 14, 0.12) 100%), linear-gradient(180deg, rgba(3, 10, 14, 0.14), rgba(3, 10, 14, 0.46)); }
.tourHero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: rgba(255, 255, 255, 0.35); z-index: -1; }
.heroGrid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 72px; align-items: center; padding-block: 90px; }
.heroEyebrow { display: flex; gap: 12px; align-items: center; margin: 0 0 22px; color: var(--sand); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.heroEyebrow::before { content: ""; width: 34px; height: 2px; background: var(--sand); }
.heroTitle { max-width: 760px; margin: 0; font-family: var(--serif); font-size: clamp(3.6rem, 6.5vw, 6.7rem); font-weight: 500; line-height: 0.91; letter-spacing: 0; text-wrap: balance; }
.heroDescription { max-width: 720px; margin: 28px 0 0; font-size: clamp(1.02rem, 1.5vw, 1.22rem); line-height: 1.7; }
.heroFacts { display: flex; flex-wrap: wrap; gap: 10px; margin: 30px 0 0; padding: 0; list-style: none; }
.heroFacts li { padding: 9px 12px; border: 1px solid rgba(255, 255, 255, 0.35); border-radius: 7px; background: rgba(0, 30, 49, 0.3); font-size: 0.8rem; font-weight: 700; }
.heroActions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.heroSummary { align-self: end; padding: 28px; color: var(--navy); background: rgba(255, 255, 255, 0.96); border-top: 4px solid var(--sand); border-radius: 8px; box-shadow: var(--shadow); }
.heroSummaryLabel { margin: 0 0 20px; color: var(--red); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.11em; text-transform: uppercase; }
.heroSummary ul { display: grid; gap: 0; margin: 0 0 24px; padding: 0; list-style: none; }
.heroSummary li { position: relative; padding: 12px 0 12px 22px; border-bottom: 1px solid var(--line); font-size: 0.9rem; font-weight: 700; line-height: 1.4; }
.heroSummary li::before { content: ""; position: absolute; left: 0; top: 17px; width: 7px; height: 7px; border-radius: 50%; background: var(--red); }
.heroSummary .tourButton { width: 100%; color: var(--white); background: var(--navy); }

.quickNavWrap { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, 0.96); backdrop-filter: blur(10px); }
.quickNav { display: flex; gap: 30px; min-height: 64px; align-items: center; overflow-x: auto; scrollbar-width: none; }
.quickNav::-webkit-scrollbar { display: none; }
.quickNav a { flex: 0 0 auto; padding-block: 22px 19px; color: var(--navy); border-bottom: 3px solid transparent; font-size: 0.76rem; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.quickNav a:hover { border-color: var(--sand); }

.overviewGrid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.8fr); gap: 80px; align-items: start; }
.overviewCopy p { color: var(--muted); font-size: 1.05rem; line-height: 1.85; }
.whoPanel { padding: 34px; border: 1px solid rgba(214, 40, 40, 0.18); border-radius: 8px; background: var(--warm); }
.whoPanel h3 { margin: 0 0 12px; color: var(--navy); font-family: var(--serif); font-size: 1.8rem; font-weight: 500; }
.whoPanel ul { margin: 0; padding: 0; list-style: none; }
.whoPanel li { position: relative; padding: 17px 0 17px 36px; border-bottom: 1px solid var(--line); color: var(--ink); line-height: 1.55; }
.whoPanel li:last-child { border-bottom: 0; }
.whoPanel li::before, .includedGroup li::before { content: "\2713"; position: absolute; left: 0; top: 15px; display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; color: var(--white); background: var(--red); font-size: 0.72rem; font-weight: 900; }

.specialSection { color: var(--white); background: var(--navy); }
.specialSection .sectionTitle { color: var(--white); }
.specialSection .sectionLead { color: #cad7df; }
.specialLayout { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 80px; margin-top: 52px; align-items: start; }
.specialList { border-top: 1px solid rgba(255, 255, 255, 0.22); }
.specialItem { display: grid; grid-template-columns: 46px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.22); }
.specialItem > span { color: var(--sand); font-size: 0.72rem; font-weight: 800; }
.specialItem h3 { margin: 0 0 7px; font-size: 1.08rem; }
.specialItem p { margin: 0; color: #cad7df; line-height: 1.65; }
.featurePhotos { position: relative; min-height: 590px; }
.featurePhoto { position: absolute; margin: 0; overflow: hidden; border: 5px solid var(--white); box-shadow: var(--shadow); }
.featurePhoto img { width: 100%; height: 100%; object-fit: cover; }
.featurePhoto1 { inset: 0 90px 90px 0; }
.featurePhoto2 { width: 52%; height: 47%; right: 0; bottom: 0; }

.includedHeader { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 72px; align-items: end; }
.valueStamp { justify-self: end; max-width: 480px; padding: 24px 28px; border-left: 4px solid var(--red); background: var(--warm); color: var(--ink); line-height: 1.65; }
.valueStamp strong { display: block; color: var(--red); margin-bottom: 5px; text-transform: uppercase; font-size: 0.74rem; letter-spacing: 0.1em; }
.includedGrid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 56px; margin-top: 48px; border-top: 1px solid var(--line); }
.includedGroup { padding: 30px 0; border-bottom: 1px solid var(--line); }
.includedGroup h3 { margin: 0 0 14px; color: var(--navy); font-family: var(--serif); font-size: 1.7rem; font-weight: 500; }
.includedGroup ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.includedGroup li { position: relative; padding-left: 30px; line-height: 1.55; }
.includedGroup li::before { top: 2px; width: 18px; height: 18px; font-size: 0.62rem; }

.accommodationSection { background: var(--warm); }
.accommodationLayout { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr); gap: 72px; align-items: center; }
.accommodationPhoto { min-height: 540px; overflow: hidden; border-radius: 6px; box-shadow: var(--shadow); }
.accommodationPhoto img { width: 100%; height: 540px; object-fit: cover; }
.stayList { margin: 36px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.stayList li { display: grid; grid-template-columns: 100px 1fr; gap: 8px 18px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.stayList span { grid-row: span 2; color: var(--red); font-size: 0.72rem; font-weight: 800; text-transform: uppercase; }
.stayList strong { color: var(--navy); }
.stayList small { color: var(--muted); }

.itineraryHeader { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.itineraryHeader p { max-width: 440px; margin: 0; color: var(--muted); line-height: 1.65; }
.itineraryList { margin-top: 42px; border-top: 1px solid var(--line); }
.itineraryDay { border-bottom: 1px solid var(--line); }
.itineraryDay summary { display: grid; grid-template-columns: 94px 1fr 42px; gap: 22px; align-items: center; min-height: 92px; cursor: pointer; list-style: none; }
.itineraryDay summary::-webkit-details-marker { display: none; }
.dayNumber { color: var(--red); font-size: 0.76rem; font-weight: 800; text-transform: uppercase; }
.dayRoute { display: grid; gap: 5px; }
.dayRoute strong { color: var(--navy); font-family: var(--serif); font-size: 1.45rem; font-weight: 500; }
.dayRoute small { color: var(--muted); }
.dayToggle { position: relative; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; }
.dayToggle::before, .dayToggle::after { content: ""; position: absolute; left: 10px; top: 17px; width: 14px; height: 2px; background: var(--navy); transition: transform 180ms ease-out; }
.dayToggle::after { transform: rotate(90deg); }
.itineraryDay[open] .dayToggle::after { transform: rotate(0); }
.dayContent { padding: 0 70px 28px 116px; }
.dayContent p { max-width: 780px; margin: 0; color: var(--muted); line-height: 1.8; }

.galleryRail { display: grid; grid-template-columns: 1.15fr 0.85fr 0.85fr; gap: 10px; height: 430px; margin-top: 50px; }
.galleryRail figure { margin: 0; overflow: hidden; }
.galleryRail img { width: 100%; height: 100%; object-fit: cover; transition: transform 220ms ease-out; }
.galleryRail figure:hover img { transform: scale(1.025); }

.departuresSection { color: var(--white); background: var(--navy); }
.departuresSection .sectionTitle { color: var(--white); }
.departuresSection .sectionLead { color: #cad7df; }
.departureMount { display: grid; grid-template-columns: 1fr auto; gap: 42px; align-items: center; margin-top: 44px; padding: 34px; border: 1px solid rgba(255, 255, 255, 0.24); border-left: 4px solid var(--sand); }
.departureMount h3 { margin: 0 0 8px; font-family: var(--serif); font-size: 1.75rem; font-weight: 500; }
.departureMount p { margin: 0; color: #cad7df; line-height: 1.65; }
.departureActions { display: flex; gap: 10px; }

.bookingIntro { display: grid; grid-template-columns: 1fr 0.75fr; gap: 72px; align-items: end; }
.bookingIntro p { margin: 0; color: var(--muted); font-size: 1.04rem; line-height: 1.75; }
.bookingSteps { display: grid; grid-template-columns: repeat(5, 1fr); margin: 46px 0 0; padding: 0; border-top: 1px solid var(--navy); list-style: none; }
.bookingSteps li { min-height: 190px; padding: 28px 22px; border-right: 1px solid var(--line); }
.bookingSteps li:last-child { border-right: 0; }
.bookingSteps span { display: block; margin-bottom: 56px; color: var(--red); font-size: 0.74rem; font-weight: 800; }
.bookingSteps strong { color: var(--navy); line-height: 1.45; }

.reviewsSection { background: var(--warm); }
.reviewsIntro { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 70px; align-items: end; }
.reviewsIntro p { margin: 0; color: var(--muted); line-height: 1.75; }
.reviewEmbed { min-height: 640px; margin-top: 38px; padding: 0; border: 1px solid var(--line); background: var(--white); overflow: hidden; }
.reviewWidget { display: block; width: 100%; min-height: 640px; }

.faqList { margin-top: 42px; border-top: 1px solid var(--line); }
.faqList details { border-bottom: 1px solid var(--line); }
.faqList summary { position: relative; padding: 22px 52px 22px 0; color: var(--navy); cursor: pointer; font-weight: 800; list-style: none; }
.faqList summary::-webkit-details-marker { display: none; }
.faqList summary span::before, .faqList summary span::after { content: ""; position: absolute; right: 10px; top: 29px; width: 14px; height: 2px; background: var(--navy); }
.faqList summary span::after { transform: rotate(90deg); }
.faqList details[open] summary span::after { transform: none; }
.faqList p { max-width: 820px; margin: 0; padding: 0 52px 24px 0; color: var(--muted); line-height: 1.75; }

.finalCta { position: relative; color: var(--white); background: var(--navy-deep); }
.finalCtaGrid { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: center; }
.finalCta .sectionTitle { max-width: 760px; color: var(--white); }
.finalCta p { max-width: 720px; color: #cad7df; line-height: 1.75; }
.finalActions { display: grid; gap: 12px; min-width: 230px; }
.mobileTourBar { display: none; }

@media (min-width: 1101px) {
  .tourHero {
    min-height: 860px;
    padding-top: 170px;
  }
}

@media (max-width: 1024px) {
  .heroGrid { grid-template-columns: 1fr 300px; gap: 36px; }
  .heroTitle { font-size: clamp(3.3rem, 7vw, 5.6rem); }
  .overviewGrid, .specialLayout, .accommodationLayout { gap: 44px; }
  .bookingSteps { grid-template-columns: repeat(3, 1fr); }
  .bookingSteps li:nth-child(3) { border-right: 0; }
  .bookingSteps li:nth-child(n+4) { border-top: 1px solid var(--line); }
}

@media (max-width: 820px) {
  .section { padding: 72px 0; }
  .tourContainer { width: min(100% - 32px, 720px); }
  .tourHero { min-height: auto; }
  .heroGrid { grid-template-columns: 1fr; padding-block: 72px; }
  .heroSummary { max-width: 520px; align-self: auto; }
  .overviewGrid, .specialLayout, .includedHeader, .accommodationLayout, .bookingIntro, .reviewsIntro, .finalCtaGrid { grid-template-columns: 1fr; }
  .valueStamp { justify-self: start; }
  .featurePhotos { min-height: 520px; }
  .galleryRail { grid-template-columns: 1fr 1fr; height: 560px; }
  .galleryRail figure:first-child { grid-column: 1 / -1; }
  .departureMount { grid-template-columns: 1fr; }
  .bookingSteps { grid-template-columns: 1fr 1fr; }
  .bookingSteps li:nth-child(odd) { border-right: 1px solid var(--line); }
  .bookingSteps li:nth-child(even) { border-right: 0; }
  .bookingSteps li:nth-child(n+3) { border-top: 1px solid var(--line); }
  .finalActions { min-width: 0; }
}

@media (max-width: 560px) {
  .tourContainer { width: calc(100% - 28px); }
  .section { padding: 58px 0; scroll-margin-top: 120px; }
  .tourHero { background-position: 58% center; }
  .heroGrid { padding-block: 56px; gap: 34px; }
  .heroTitle { font-size: clamp(2.75rem, 14vw, 4.2rem); line-height: 0.95; }
  .heroDescription { font-size: 1rem; }
  .heroActions { display: grid; grid-template-columns: 1fr; }
  .heroActions .tourButton { width: 100%; }
  .heroSummary { padding: 24px; }
  .quickNav { gap: 22px; min-height: 56px; }
  .quickNav a { padding-block: 19px 16px; }
  .sectionTitle { font-size: clamp(2.25rem, 12vw, 3.3rem); }
  .whoPanel { padding: 24px; }
  .specialLayout { margin-top: 36px; }
  .featurePhotos { min-height: 410px; }
  .featurePhoto1 { inset: 0 42px 70px 0; }
  .featurePhoto2 { width: 58%; height: 42%; }
  .includedGrid { grid-template-columns: 1fr; }
  .accommodationPhoto { min-height: 360px; }
  .accommodationPhoto img { height: 360px; }
  .stayList li { grid-template-columns: 76px 1fr; }
  .itineraryHeader { display: block; }
  .itineraryHeader p { margin-top: 18px; }
  .itineraryDay summary { grid-template-columns: 64px 1fr 36px; gap: 12px; min-height: 86px; }
  .dayRoute strong { font-size: 1.14rem; }
  .dayContent { padding: 0 12px 24px 76px; }
  .galleryRail { height: auto; grid-template-columns: 1fr 1fr; }
  .galleryRail figure { aspect-ratio: 1 / 1; }
  .galleryRail figure:first-child { aspect-ratio: 16 / 10; }
  .departureMount { padding: 24px; }
  .departureActions { display: grid; }
  .bookingSteps { grid-template-columns: 1fr; }
  .bookingSteps li, .bookingSteps li:nth-child(odd) { min-height: auto; border-right: 0; border-top: 1px solid var(--line); }
  .bookingSteps li:first-child { border-top: 0; }
  .bookingSteps span { margin-bottom: 20px; }
  .mobileTourBar { position: fixed; z-index: 60; left: 10px; right: 10px; bottom: 10px; display: grid; grid-template-columns: 1fr 52px; gap: 8px; padding: 8px; border: 1px solid rgba(255,255,255,.25); border-radius: 10px; background: var(--navy); box-shadow: 0 12px 34px rgba(0, 30, 49, 0.28); }
  .mobileTourBar a { min-height: 46px; display: grid; place-items: center; border-radius: 7px; color: var(--white); font-size: 0.78rem; font-weight: 800; text-decoration: none; text-transform: uppercase; }
  .mobileTourBar a:first-child { background: var(--red); }
  .mobileTourBar a:last-child { border: 1px solid rgba(255,255,255,.4); font-size: 0; }
  .mobileTourBar a:last-child::after { content: "WA"; font-size: 0.78rem; }
}

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