:root {
  --navy: #0f3044;
  --blue: #087fbe;
  --blue-dark: #075c86;
  --teal: #0c9ab6;
  --yellow: #ffd43b;
  --orange: #f37b20;
  --paper: #fbfaf6;
  --surface: #ffffff;
  --surface-soft: #f1f7f8;
  --ink: #173247;
  --muted: #607789;
  --muted-2: #8797a3;
  --line: #d9e4e8;
  --container: 1180px;
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 10px;
  --shadow-lg: 0 24px 70px rgba(15, 48, 68, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body, button, a { -webkit-font-smoothing: antialiased; }
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
img { display: block; width: 100%; }
section { scroll-margin-top: 92px; }

.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.skip-link {
  position: fixed;
  left: 16px;
  top: -70px;
  z-index: 1000;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: var(--radius-sm);
  background: var(--navy);
  color: #fff;
}
.skip-link:focus { top: 16px; }

/* Navigation is deliberately quiet so the photography and package content stay primary. */
.nav-wrap {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(251, 250, 246, .97);
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.nav-wrap.is-scrolled {
  border-color: var(--line);
  box-shadow: 0 10px 28px rgba(15, 48, 68, .06);
}
.nav {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.brand {
  width: 154px;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
}
.brand-logo {
  width: 142px;
  height: 58px;
  object-fit: contain;
  object-position: left center;
}
.nav-links {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 2px;
}
.nav-links button {
  position: relative;
  min-height: 44px;
  padding: 0 14px;
  border: 0;
  background: transparent;
  color: #5d7180;
  font-size: 11px;
  font-weight: 750;
}
.nav-links button::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 3px;
  height: 2px;
  background: var(--yellow);
  transform: scaleX(0);
  transition: transform .2s ease;
}
.nav-links button.active { color: var(--navy); }
.nav-links button.active::after { transform: scaleX(1); }
.top-cta,
.primary-btn,
.book-btn,
.modal-book {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: var(--radius-sm);
  background: var(--blue);
  color: #fff;
  font-size: 11px;
  font-weight: 850;
  transition: background .2s ease, transform .2s ease;
}
.top-cta:hover,
.primary-btn:hover,
.book-btn:hover,
.modal-book:hover { background: var(--blue-dark); transform: translateY(-1px); }
.menu-button {
  display: none;
  min-width: 44px;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--surface);
  color: var(--navy);
}
.mobile-cta { display: none; }

/* Hero uses one large source image and a compact yellow information block as the brand motif. */
.hero {
  display: grid;
  grid-template-columns: minmax(0, .76fr) minmax(0, 1.24fr);
  gap: 58px;
  align-items: center;
  padding: 64px 0 104px;
}
.hero-copy { max-width: 590px; padding-left: 10px; }
.eyebrow,
.section-kicker {
  margin: 0;
  color: var(--blue-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 600px;
  margin: 16px 0 20px;
  font-size: clamp(48px, 5.7vw, 78px);
  line-height: .97;
  letter-spacing: -.065em;
}
.hero-lead {
  max-width: 525px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.78;
}
.hero-actions { display: flex; align-items: center; gap: 20px; margin-top: 30px; }
.text-btn {
  min-height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--navy);
  font-size: 11px;
  font-weight: 850;
}
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 24px;
}
.hero-meta span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #6f8190;
  font-size: 9px;
}
.hero-visual { position: relative; }
.hero-caption {
  position: absolute;
  left: -22px;
  bottom: 24px;
  width: min(305px, calc(100% - 28px));
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: var(--radius-sm);
  background: var(--yellow);
  box-shadow: var(--shadow-lg);
}
.hero-caption span,
.hero-caption strong { display: block; }
.hero-caption span { margin-bottom: 6px; color: #554a0b; font-size: 9px; font-weight: 900; }
.hero-caption strong { font-size: 19px; line-height: 1.25; letter-spacing: -.035em; }

.section { padding: 112px 0; }
.section-heading { margin-bottom: 34px; }
.section-heading.split,
.package-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 44px;
}
.section-heading h2,
.vehicle-intro h2,
.cta-content h2 {
  max-width: 720px;
  margin: 12px 0 0;
  font-size: clamp(34px, 4.3vw, 58px);
  line-height: 1.02;
  letter-spacing: -.055em;
}
.section-heading > p,
.package-heading > p {
  max-width: 440px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.85;
}

/* The destinations read like a route wall rather than a uniform card grid. */
.destination-grid {
  display: grid;
  grid-template-columns: 1.25fr .86fr .95fr 1.1fr;
  gap: 14px;
  align-items: start;
}
.destination-card {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  border-radius: var(--radius-md);
  background: #dbe8eb;
}
.destination-card:nth-child(2) { margin-top: 48px; }
.destination-card:nth-child(3) { margin-top: 14px; }
.destination-card:nth-child(4) { margin-top: 68px; }
.destination-card img { height: 440px; object-fit: cover; transition: transform .45s ease; }
.destination-card:hover img { transform: scale(1.035); }
.destination-card::after {
  content: "";
  position: absolute;
  inset: 42% 0 0;
  background: linear-gradient(to bottom, rgba(15,48,68,0), rgba(15,48,68,.9));
}
.destination-overlay {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  color: #fff;
}
.destination-overlay span {
  display: inline-block;
  margin-bottom: 8px;
  padding: 6px 8px;
  border-radius: 6px;
  background: var(--yellow);
  color: #2e4048;
  font-size: 8px;
  font-weight: 900;
}
.destination-overlay h3 { margin: 0; font-size: 22px; letter-spacing: -.035em; }
.destination-overlay p { max-width: 270px; margin: 7px 0 0; color: rgba(255,255,255,.86); font-size: 10px; line-height: 1.55; }

.package-section {
  padding: 112px 0 118px;
  background: var(--surface-soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.package-heading { margin-bottom: 26px; }
.filters-area {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 22px 44px;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--line);
}
.filter-group > span {
  display: block;
  margin-bottom: 9px;
  color: #728490;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.filter-row { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-row button {
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  color: #617585;
  font-size: 10px;
  font-weight: 850;
}
.filter-row button.active {
  border-color: var(--navy);
  background: var(--navy);
  color: #fff;
}
.package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 18px;
  margin-top: 30px;
}
.package-card {
  overflow: hidden;
  border: 1px solid #dce6e9;
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: 0 10px 30px rgba(15,48,68,.05);
}
.package-image { position: relative; height: 258px; overflow: hidden; }
.package-image img { height: 100%; object-fit: cover; transition: transform .45s ease; }
.package-card:hover .package-image img { transform: scale(1.035); }
.package-duration {
  position: absolute;
  left: 14px;
  top: 14px;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 7px;
  background: var(--yellow);
  color: #2a3f48;
  font-size: 9px;
  font-weight: 900;
}
.package-body { padding: 20px; }
.package-route > span { display: block; margin-bottom: 5px; color: var(--blue-dark); font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.package-route strong { display: block; font-size: 21px; line-height: 1.08; letter-spacing: -.038em; }
.package-line { min-height: 48px; margin: 10px 0 18px; color: var(--muted); font-size: 10px; line-height: 1.62; }
.package-price {
  padding: 13px 0 15px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.package-price span { display: block; color: var(--muted-2); font-size: 8px; }
.package-price strong { display: block; margin-top: 4px; font-size: 20px; letter-spacing: -.035em; }
.package-price small { margin-left: 2px; color: var(--muted); font-size: 9px; font-weight: 700; }
.package-actions { display: grid; grid-template-columns: 1fr auto; gap: 8px; margin-top: 15px; }
.detail-btn,
.book-btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 10px;
  font-weight: 850;
}
.detail-btn { border: 1px solid var(--line); background: var(--surface); color: var(--navy); }
.book-btn { min-width: 112px; }
.empty-state {
  margin-top: 26px;
  padding: 32px;
  border: 1px dashed #c8d6da;
  border-radius: var(--radius-md);
  background: var(--surface);
}
.empty-state h3 { margin: 0; font-size: 18px; }
.empty-state p { margin: 8px 0 18px; color: var(--muted); font-size: 11px; line-height: 1.65; }
.empty-state button { min-height: 44px; padding: 0 14px; border: 1px solid var(--line); border-radius: 8px; background: var(--navy); color: #fff; font-size: 10px; font-weight: 850; }
.source-note { margin: 18px 0 0; color: #82919b; font-size: 8px; line-height: 1.6; }

.vehicle-section { padding: 112px 0 120px; }
.vehicle-layout { display: grid; grid-template-columns: minmax(0,1fr) 410px; gap: 72px; align-items: center; }
.vehicle-intro > p:not(.section-kicker) { max-width: 590px; margin: 22px 0 0; color: var(--muted); font-size: 13px; line-height: 1.85; }
.vehicle-notes { margin-top: 28px; padding-top: 21px; border-top: 1px solid var(--line); }
.vehicle-notes p { margin: 0 0 11px; color: #6f8190; font-size: 10px; line-height: 1.68; }
.vehicle-notes strong { color: var(--ink); }
.vehicle-feature {
  overflow: hidden;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: var(--surface);
}
.vehicle-feature img { height: 350px; object-fit: contain; background: #f5f8f8; }
.vehicle-feature div { padding: 16px 18px 18px; }
.vehicle-feature span,
.vehicle-feature strong,
.vehicle-feature small { display: block; }
.vehicle-feature span { color: var(--blue-dark); font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.vehicle-feature strong { margin-top: 4px; font-size: 19px; }
.vehicle-feature small { margin-top: 4px; color: var(--muted); font-size: 9px; }
.vehicle-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; margin-top: 46px; }
.vehicle-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
}
.vehicle-card img { height: 154px; object-fit: contain; background: #f7faf9; }
.vehicle-card > div { padding: 14px 15px 15px; }
.vehicle-card h3 { margin: 0; font-size: 12px; line-height: 1.38; }
.vehicle-card p { min-height: 24px; margin: 6px 0 12px; color: var(--muted); font-size: 8px; }
.vehicle-card strong { display: block; font-size: 16px; letter-spacing: -.03em; }
.vehicle-card strong small { margin-left: 3px; color: var(--muted); font-size: 8px; }
.overtime { display: inline-block; margin-top: 7px; color: #7b8a95; font-size: 8px; }
.overtime-table {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 42px;
  align-items: start;
  margin-top: 56px;
  padding-top: 36px;
  border-top: 1px solid var(--line);
}
.overtime-table h3 { max-width: 360px; margin: 12px 0 0; font-size: 22px; line-height: 1.2; letter-spacing: -.035em; }
.overtime-table table { width: 100%; border-collapse: collapse; font-size: 9px; }
.overtime-table th,
.overtime-table td { padding: 11px 12px; text-align: left; border-bottom: 1px solid var(--line); }
.overtime-table th { color: #728490; font-size: 8px; font-weight: 850; text-transform: uppercase; letter-spacing: .05em; }
.overtime-table td:last-child { font-weight: 850; }

.final-cta {
  position: relative;
  min-height: 520px;
  margin-bottom: 104px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--navy);
}
.cta-image { position: absolute; inset: 0 0 0 38%; }
.cta-image img { height: 100%; object-fit: cover; }
.final-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15,48,68,1) 0%, rgba(15,48,68,.93) 31%, rgba(15,48,68,.05) 78%);
}
.cta-content {
  position: relative;
  z-index: 2;
  width: 55%;
  padding: 86px 0 76px 70px;
  color: #fff;
}
.cta-content .section-kicker { color: var(--yellow); }
.cta-content h2 { max-width: 560px; margin-top: 14px; }
.cta-content > p:not(.section-kicker) { max-width: 410px; margin: 20px 0 28px; color: rgba(255,255,255,.78); font-size: 13px; line-height: 1.8; }
.cta-number { margin-top: 16px !important; color: rgba(255,255,255,.68) !important; font-size: 10px !important; }

.footer { border-top: 1px solid var(--line); background: var(--surface); }
.footer-main {
  display: grid;
  grid-template-columns: minmax(0,1.4fr) minmax(160px,.75fr) minmax(230px,.85fr);
  gap: 54px;
  padding: 44px 0 34px;
}
.footer-logo { width: 134px; height: auto; }
.footer-brand p { max-width: 330px; margin: 12px 0 0; color: var(--muted); font-size: 9px; line-height: 1.75; }
.footer-label { margin: 0 0 10px; color: var(--ink); font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.footer-nav-list { display: grid; gap: 1px; }
.footer-nav-list button {
  width: fit-content;
  min-height: 36px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #627482;
  font-size: 9px;
  text-align: left;
}
.footer-nav-list button:hover { color: var(--blue-dark); }
.footer-contact { justify-self: end; min-width: 214px; }
.footer-contact-link { min-height: 44px; display: inline-flex; align-items: center; gap: 10px; }
.footer-contact-link > span:last-child { display: grid; gap: 3px; }
.footer-contact-link strong { font-size: 10px; }
.footer-contact-link small { color: var(--muted); font-size: 8px; }
.footer-contact-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 0 18px;
  border-top: 1px solid var(--line);
  color: #7d8d97;
  font-size: 8px;
}
.footer-bottom span:first-child { color: var(--ink); font-weight: 850; }
.footer-bottom span:last-child { text-align: right; }

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(9, 26, 38, .68);
}
.package-modal {
  width: min(1080px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: 0 30px 90px rgba(9,25,38,.3);
}
.modal-topbar {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 28px 20px;
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}
.modal-topbar h2 { max-width: 780px; margin: 7px 0 0; font-size: clamp(25px, 4vw, 40px); line-height: 1.02; letter-spacing: -.045em; }
.icon-button {
  min-width: 44px;
  min-height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--surface);
  color: var(--ink);
}
.modal-content { padding: 24px 28px 30px; }
.modal-gallery { display: grid; grid-template-columns: 1fr; gap: 10px; }
.modal-gallery > img { height: 340px; object-fit: cover; border-radius: 16px; }
.gallery-strip { display: grid; grid-template-columns: repeat(8, 1fr); gap: 8px; }
.gallery-strip img { height: 74px; object-fit: cover; border-radius: 7px; }
.modal-section { margin-top: 30px; }
.modal-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 18px; }
.modal-section-heading > span { color: var(--blue-dark); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.modal-section-heading p { max-width: 520px; margin: 0; color: var(--muted); font-size: 9px; line-height: 1.65; }
.itinerary-list { border-top: 1px solid var(--line); }
.itinerary-item { display: grid; grid-template-columns: 70px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.day-mark { padding-top: 3px; color: var(--orange); font-size: 9px; font-weight: 900; }
.itinerary-item h3 { margin: 0; font-size: 16px; line-height: 1.35; }
.itinerary-item > div:last-child > p { margin: 9px 0 0; color: var(--muted); font-size: 10px; line-height: 1.72; }
.meta-row { display: flex; align-items: center; gap: 6px; color: var(--ink) !important; font-weight: 800; }
.inclusion-line { color: #526876 !important; }
.price-option-list { display: grid; gap: 12px; }
.price-option { padding: 17px; border: 1px solid var(--line); border-radius: 13px; }
.price-option.is-tour-only { border-color: #b6d2d9; background: #f6fbfc; }
.price-option-head { display: flex; justify-content: space-between; gap: 20px; align-items: start; }
.price-option-head h3 { margin: 0; font-size: 14px; }
.price-option-head p { margin: 5px 0 0; color: var(--muted); font-size: 8px; }
.price-option-head a { color: var(--blue-dark); font-size: 8px; font-weight: 850; }
.price-table-wrap { overflow-x: auto; margin-top: 12px; }
.price-table { width: 100%; min-width: 650px; border-collapse: collapse; font-size: 8px; }
.price-table th,
.price-table td { padding: 9px 10px; text-align: left; border-bottom: 1px solid var(--line); white-space: nowrap; }
.price-table th { color: #73838e; font-weight: 800; }
.price-table td { color: var(--ink); font-weight: 750; }
.single-supp { margin: 9px 0 0; color: #72828e; font-size: 8px; }
.modal-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px; }
.detail-box { padding: 18px; border: 1px solid var(--line); border-radius: 13px; }
.detail-box h3 { margin: 0 0 11px; font-size: 13px; }
.detail-box ul { margin: 0; padding-left: 17px; }
.detail-box li { margin: 0 0 8px; color: var(--muted); font-size: 9px; line-height: 1.5; }
.insurance-note { margin: 13px 0 0; padding-top: 12px; border-top: 1px solid var(--line); color: #74848f; font-size: 8px; line-height: 1.62; }
.season-note {
  display: flex;
  align-items: start;
  gap: 10px;
  margin-top: 13px;
  padding: 14px 16px;
  border: 1px solid #ebdc99;
  border-radius: 12px;
  background: #fff9dc;
}
.season-note p { margin: 0; color: #625a34; font-size: 8px; line-height: 1.65; }
.modal-book { width: 100%; margin-top: 18px; }

:focus-visible { outline: 3px solid rgba(8,127,190,.36); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media (max-width: 1080px) {
  .package-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .vehicle-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .vehicle-layout { grid-template-columns: minmax(0,1fr) 360px; gap: 42px; }
}

@media (max-width: 920px) {
  .hero { grid-template-columns: 1fr; gap: 36px; padding-top: 44px; }
  .hero-copy { padding-left: 0; }
  .destination-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .destination-card,
  .destination-card img { min-height: 380px; }
  .destination-card:nth-child(2),
  .destination-card:nth-child(3),
  .destination-card:nth-child(4) { margin-top: 0; }
  .vehicle-layout { grid-template-columns: 1fr; gap: 34px; }
  .vehicle-feature { max-width: 620px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 30px 40px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-contact { justify-self: start; }
  .final-cta { margin-bottom: 72px; }
  .cta-content { width: 58%; padding-left: 48px; }
}

@media (max-width: 760px) {
  .container { width: min(var(--container), calc(100% - 32px)); }
  .nav { min-height: 72px; }
  .brand { width: 122px; }
  .brand-logo { width: 116px; height: 54px; }
  .top-cta { display: none; }
  .menu-button { display: grid; place-items: center; margin-left: auto; }
  .nav-links {
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(100% + 8px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 8px;
    border: 1px solid var(--line);
    border-radius: 13px;
    background: var(--surface);
    box-shadow: var(--shadow-lg);
  }
  .nav-links.open { display: flex; }
  .nav-links button { text-align: left; padding: 0 14px; }
  .nav-links button::after { display: none; }
  .mobile-cta {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    border-radius: 8px;
    background: var(--blue);
    color: #fff;
    font-size: 10px;
    font-weight: 850;
  }
  .hero { padding: 36px 0 78px; }
  .hero h1 { font-size: clamp(42px, 13vw, 61px); }
  .hero-lead { font-size: 13px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .primary-btn, .text-btn { width: 100%; }
  .hero-caption { left: 14px; bottom: 14px; width: min(270px, calc(100% - 28px)); }
  .hero-meta { display: grid; gap: 7px; }

  .section,
  .package-section,
  .vehicle-section { padding: 82px 0; }
  .section-heading.split,
  .package-heading { display: block; }
  .section-heading > p,
  .package-heading > p { margin-top: 15px; }
  .destination-grid { grid-template-columns: 1fr; }
  .destination-card,
  .destination-card img { min-height: 410px; height: 410px; }
  .package-grid { grid-template-columns: 1fr; }
  .filters-area { display: block; }
  .filter-group + .filter-group { margin-top: 18px; }
  .vehicle-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .vehicle-feature img { height: 260px; }
  .overtime-table { display: block; }
  .overtime-table table { margin-top: 24px; }
  .final-cta { min-height: 600px; border-radius: 18px; }
  .cta-image { inset: 0 0 50% 0; }
  .final-cta::after { background: linear-gradient(to bottom, rgba(15,48,68,.02) 0%, rgba(15,48,68,.18) 34%, rgba(15,48,68,.98) 58%); }
  .cta-content { width: 100%; padding: 340px 24px 28px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 28px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { display: grid; gap: 6px; }
  .footer-bottom span:last-child { text-align: left; }
  .modal-backdrop { align-items: flex-end; padding: 0; }
  .package-modal { max-height: 96vh; border-radius: 18px 18px 0 0; }
  .modal-topbar { padding: 18px 18px 16px; }
  .modal-content { padding: 18px; }
  .modal-gallery > img { height: 240px; }
  .gallery-strip { grid-template-columns: repeat(4, 1fr); }
  .gallery-strip img { height: 64px; }
  .modal-section-heading { display: block; }
  .modal-section-heading p { margin-top: 7px; }
  .itinerary-item { grid-template-columns: 1fr; gap: 8px; }
  .modal-columns { grid-template-columns: 1fr; }
}

@media (max-width: 430px) {
  .vehicle-grid { grid-template-columns: 1fr; }
  .vehicle-card img { height: 170px; }
  .package-actions { grid-template-columns: 1fr; }
  .book-btn { min-width: 0; }
}

/* The source PDF photos are small, so the hero uses a restrained collage instead of stretching one image across the full panel. */
.hero-visual { min-height: 620px; }
.hero-collage {
  height: 620px;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(120px, .7fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 12px;
}
.hero-collage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  border-radius: 12px;
}
.hero-main-image { grid-row: 1 / -1; }
.hero-side-one { grid-row: 1; }
.hero-side-two { grid-row: 2; }
.hero-side-three { grid-row: 3; }
.hero-caption {
  left: -26px;
  bottom: 24px;
}

.package-route strong { max-width: 90%; }
.package-line { font-size: 11px; }
.package-price strong { font-size: 21px; }

@media (max-width: 920px) {
  .hero-visual { min-height: auto; }
  .hero-collage { height: 520px; }
}

@media (max-width: 760px) {
  .hero-collage {
    height: 390px;
    grid-template-columns: 1.4fr .8fr;
    gap: 8px;
  }
  .hero-collage img { border-radius: 9px; }
  .hero-caption { left: 12px; bottom: 12px; }
  .package-line { font-size: 10px; }
}
