:root {
  --tour-primary: #0066d9;
  --tour-dark: #06172f;
  --tour-accent: #ffb000;
  --tour-bg: #f7f9fc;
  --tour-radius: 18px;
  --tour-shadow: 0 12px 40px rgba(0,0,0,.12);
  --tour-text: #16223a;
  --tour-muted: #63708a;
  --tour-line: #d9e1ed;
  --tour-white: #fff;
  --tour-green: #02a653;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--tour-text);
  background: var(--tour-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

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

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

svg {
  width: 1.1em;
  height: 1.1em;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  top: 8px;
  left: 8px;
  z-index: 9999;
  width: auto;
  height: auto;
  padding: 10px 14px;
  clip: auto;
  color: var(--tour-white);
  background: var(--tour-dark);
}

.tour-container {
  width: min(100% - 48px, 1320px);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--tour-white);
  box-shadow: 0 1px 0 rgba(6,23,47,.08);
}

.top-bar {
  color: var(--tour-white);
  background: linear-gradient(90deg, #06172f, #06284e);
  font-size: 14px;
}

.top-bar__inner,
.top-bar__contact,
.top-bar__meta,
.main-header__inner {
  display: flex;
  align-items: center;
}

.top-bar__inner {
  justify-content: space-between;
  min-height: 36px;
  gap: 18px;
}

.top-bar__contact,
.top-bar__meta {
  gap: 22px;
}

.top-bar a,
.top-bar span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.top-bar svg {
  color: rgba(255,255,255,.86);
}

.open-status {
  color: var(--tour-white);
}

.open-status::first-word {
  color: var(--tour-green);
}

.main-header__inner {
  min-height: 84px;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  min-width: 230px;
  line-height: 1;
}

.brand img {
  max-height: 72px;
  width: auto;
}

.brand__name {
  color: #0b1d3d;
  font-size: clamp(28px, 3.2vw, 43px);
  font-weight: 800;
  letter-spacing: 2px;
}

.brand__name span {
  color: var(--tour-primary);
}

.brand__name small {
  writing-mode: vertical-rl;
  margin-left: 2px;
  font-size: .28em;
  letter-spacing: 1px;
}

.brand__tagline {
  margin-top: 7px;
  color: #526078;
  font-size: 14px;
  text-align: center;
  letter-spacing: .2px;
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.tour3000-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(12px, 1.4vw, 24px);
  padding: 0;
  margin: 0;
  list-style: none;
}

.tour3000-menu a {
  position: relative;
  display: inline-flex;
  padding: 30px 0 27px;
  color: #0d1830;
  font-size: 14px;
  font-weight: 600;
}

.tour3000-menu a:hover,
.tour3000-menu .current-menu-item > a {
  color: var(--tour-primary);
}

.tour3000-menu a::after {
  position: absolute;
  right: 0;
  bottom: 24px;
  left: 0;
  height: 2px;
  background: var(--tour-primary);
  content: "";
  opacity: 0;
  transform: scaleX(.45);
  transition: .2s ease;
}

.tour3000-menu a:hover::after,
.tour3000-menu .current-menu-item > a::after {
  opacity: 1;
  transform: scaleX(1);
}

.header-cta,
.tour-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  border: 0;
  border-radius: 7px;
  color: var(--tour-white);
  background: linear-gradient(135deg, #0877ee, #0059c9);
  box-shadow: 0 12px 26px rgba(0,102,217,.25);
  font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease;
}

.header-cta {
  min-width: 190px;
  padding: 0 22px;
}

.tour-button {
  width: fit-content;
  padding: 0 24px;
}

.header-cta:hover,
.tour-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(0,102,217,.3);
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: clamp(560px, 48vw, 650px);
  padding: clamp(64px, 6vw, 86px) 0 128px;
  color: var(--tour-white);
  overflow: hidden;
  background-image: linear-gradient(90deg, rgba(0,27,64,.88), rgba(0,60,118,.62) 48%, rgba(0,18,44,.34)), var(--hero-image);
  background-position: center;
  background-size: cover;
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 500px);
  align-items: center;
  gap: clamp(34px, 5vw, 70px);
}

.hero__copy {
  max-width: 670px;
}

.hero__copy h1 {
  margin: 0;
  color: var(--tour-white);
  font-size: clamp(46px, 5.2vw, 72px);
  line-height: 1.02;
  font-weight: 850;
  letter-spacing: 0;
  text-shadow: 0 4px 14px rgba(0,0,0,.22);
}

.hero__subtitle {
  margin: 7px 0 28px;
  color: var(--tour-accent);
  font-family: "Segoe Script", "Brush Script MT", cursive;
  font-size: clamp(30px, 3.9vw, 44px);
  line-height: 1.2;
  text-shadow: 0 2px 10px rgba(0,0,0,.2);
}

.hero__text {
  margin-bottom: 29px;
}

.hero__text p {
  margin: 0;
  color: rgba(255,255,255,.96);
  font-size: clamp(19px, 1.8vw, 25px);
  font-weight: 500;
  line-height: 1.35;
}

.trust-card {
  width: 100%;
  max-width: 500px;
  justify-self: end;
  padding: 22px 20px;
  border-radius: 12px;
  color: var(--tour-text);
  background: rgba(255,255,255,.94);
  box-shadow: var(--tour-shadow);
  backdrop-filter: blur(12px);
}

.trust-card__top {
  display: grid;
  grid-template-columns: 142px 1fr;
  gap: 22px;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid #c9d2df;
}

.trust-card__top img {
  width: 142px;
  height: 142px;
  object-fit: contain;
  padding: 8px;
  border-radius: 10px;
  background: #fff;
}

.trust-card h2 {
  margin: 0 0 6px;
  color: var(--tour-dark);
  font-size: 24px;
  line-height: 1.15;
}

.trust-card p {
  margin: 6px 0;
  font-size: 14px;
  line-height: 1.35;
}

.google-row {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--tour-dark);
  font-weight: 600;
}

.google-row span {
  color: #4285f4;
  font-weight: 800;
}

.google-row a {
  color: var(--tour-primary);
}

.trust-card__details {
  display: grid;
  gap: 11px;
  padding-top: 15px;
}

.trust-card__details p {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: start;
  gap: 9px;
  margin: 0;
  font-size: 14px;
}

.trust-card__details p > span {
  min-width: 0;
  overflow-wrap: normal;
  word-break: normal;
}

.trust-card__details a {
  white-space: nowrap;
}

.trust-card__details svg {
  color: #333;
  margin-top: 1px;
}

.is-open {
  color: var(--tour-green);
}

.booking-wrap {
  position: relative;
  z-index: 2;
  margin-top: -88px;
}

.booking-card {
  width: min(100%, 1050px);
  margin-inline: auto;
  padding: 10px 14px 19px;
  border-radius: 16px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 20px 50px rgba(6,23,47,.16);
}

.booking-tabs {
  display: flex;
  gap: 22px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--tour-line);
  overflow-x: auto;
}

.booking-tabs button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 120px;
  min-height: 42px;
  padding: 0 20px;
  border: 0;
  border-radius: 7px;
  color: var(--tour-dark);
  background: transparent;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.booking-tabs button.is-active {
  color: var(--tour-primary);
  background: #f0f4fb;
}

.booking-form {
  display: grid;
  grid-template-columns: 1.1fr 1.1fr .85fr .85fr .9fr 1.15fr;
  gap: 16px;
  align-items: end;
  padding-top: 16px;
}

.booking-form label {
  display: grid;
  gap: 5px;
  color: var(--tour-dark);
  font-size: 12px;
  font-weight: 700;
}

.booking-form input,
.booking-form select {
  width: 100%;
  min-height: 37px;
  border: 0;
  border-bottom: 1px solid var(--tour-line);
  border-radius: 0;
  color: var(--tour-text);
  background: transparent;
  font: inherit;
  font-size: 14px;
}

.booking-form button {
  min-height: 46px;
  border: 0;
  border-radius: 6px;
  color: var(--tour-white);
  background: linear-gradient(135deg, #0877ee, #0059c9);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.destinations {
  padding: 36px 0 24px;
  background: linear-gradient(180deg, #fff, var(--tour-bg));
  scroll-margin-top: 150px;
}

.section-heading {
  margin-bottom: 12px;
  text-align: center;
}

.section-heading h2 {
  margin: 0;
  color: var(--tour-dark);
  font-size: clamp(25px, 2.5vw, 30px);
  line-height: 1.15;
}

.section-heading p {
  margin: 4px 0 0;
  color: var(--tour-text);
}

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

.destination-card {
  position: relative;
  min-height: 152px;
  overflow: hidden;
  border-radius: 8px;
  color: var(--tour-white);
  box-shadow: 0 8px 22px rgba(6,23,47,.13);
}

.destination-card img {
  width: 100%;
  height: 100%;
  min-height: 152px;
  object-fit: cover;
  object-position: center;
  transition: transform .35s ease;
}

.destination-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.04) 28%, rgba(0,0,0,.78));
  content: "";
}

.destination-card span {
  position: absolute;
  right: 12px;
  bottom: 10px;
  left: 12px;
  z-index: 1;
  display: grid;
  line-height: 1.1;
}

.destination-card strong {
  text-shadow: 0 2px 8px rgba(0,0,0,.35);
  font-size: 18px;
  text-transform: uppercase;
}

.destination-card small {
  margin-top: 4px;
  font-size: 14px;
}

.destination-card:hover img {
  transform: scale(1.05);
}

.services {
  padding: 8px 0 44px;
  background: var(--tour-bg);
}

.featured-trips {
  display: none;
  padding: 40px 0 18px;
  background: linear-gradient(180deg, #fff, var(--tour-bg));
  scroll-margin-top: 150px;
}

.has-trip-results .featured-trips {
  display: block;
}

.trip-empty {
  margin: 18px 0;
  padding: 18px;
  border: 1px solid var(--tour-line);
  border-radius: 12px;
  background: var(--tour-white);
  color: var(--tour-dark);
  text-align: center;
  font-weight: 700;
}

.trip-status {
  margin: 10px 0 0;
  color: var(--tour-primary);
  text-align: center;
  font-weight: 800;
}

.trip-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.trip-card {
  overflow: hidden;
  border: 1px solid rgba(6,23,47,.08);
  border-radius: 14px;
  background: var(--tour-white);
  box-shadow: 0 12px 32px rgba(6,23,47,.09);
}

.trip-card[hidden] {
  display: none;
}

.trip-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
}

.trip-card__body {
  padding: 16px;
}

.trip-card__body > span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--tour-primary);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.trip-card h2 {
  margin: 0 0 8px;
  color: var(--tour-dark);
  font-size: 18px;
  line-height: 1.18;
}

.trip-card p {
  margin: 0;
  color: var(--tour-muted);
  font-size: 14px;
}

.trip-card ul {
  display: grid;
  gap: 5px;
  padding: 0;
  margin: 14px 0 0;
  list-style: none;
  color: var(--tour-text);
  font-size: 13px;
}

.trip-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: var(--tour-primary);
  font-weight: 850;
}

.services__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  padding: 24px 34px;
  border: 1px solid rgba(6,23,47,.06);
  border-radius: 12px;
  background: var(--tour-white);
  box-shadow: 0 12px 36px rgba(6,23,47,.09);
}

.service-item {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: center;
}

.service-item__icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  color: var(--tour-dark);
  background: #f0f5fb;
}

.service-item__icon svg {
  width: 34px;
  height: 34px;
  stroke-width: 1.6;
}

.service-item h2 {
  margin: 0 0 4px;
  color: var(--tour-dark);
  font-size: 15px;
  line-height: 1.25;
}

.service-item p {
  margin: 0;
  color: var(--tour-text);
  font-size: 14px;
  line-height: 1.35;
}

.reviews,
.contact-cta,
.page-content {
  padding: 62px 0;
  background: var(--tour-white);
}

.reviews__grid,
.contact-cta__inner,
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr .85fr;
  gap: 40px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--tour-primary);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.reviews h2,
.contact-cta h2,
.page-content h1 {
  margin: 0;
  color: var(--tour-dark);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.1;
}

.review-card {
  padding: 26px;
  border: 1px solid var(--tour-line);
  border-radius: 12px;
  background: var(--tour-bg);
}

.review-card strong {
  display: block;
  color: var(--tour-dark);
  font-size: 42px;
  line-height: 1;
}

.review-card span {
  color: var(--tour-primary);
  font-weight: 700;
}

.contact-cta {
  color: var(--tour-white);
  background: linear-gradient(135deg, #06284e, #0066d9);
}

.contact-cta h2,
.contact-cta p {
  color: var(--tour-white);
}

.contact-cta p {
  max-width: 760px;
  margin: 10px 0 0;
}

.site-footer {
  padding: 46px 0 24px;
  color: rgba(255,255,255,.82);
  background: var(--tour-dark);
}

.footer-grid {
  grid-template-columns: 1.3fr .8fr .6fr;
}

.brand--footer {
  color: var(--tour-white);
  margin-bottom: 18px;
}

.brand--footer .brand__name {
  color: var(--tour-white);
  font-size: 30px;
}

.brand--footer .brand__tagline {
  color: rgba(255,255,255,.7);
  text-align: left;
}

.site-footer p {
  max-width: 720px;
  margin: 0;
}

.site-footer address {
  display: grid;
  gap: 8px;
  font-style: normal;
}

.site-footer strong {
  color: var(--tour-white);
}

.footer-menu {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.mobile-sticky-actions {
  display: none;
}

@media (max-width: 1180px) {
  .top-bar__inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 8px 0;
  }

  .top-bar__contact,
  .top-bar__meta {
    flex-wrap: wrap;
    gap: 12px 18px;
  }

  .main-header__inner {
    min-height: 78px;
  }

  .menu-toggle {
    display: inline-grid;
    place-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    border: 1px solid var(--tour-line);
    border-radius: 8px;
    background: var(--tour-white);
  }

  .menu-toggle span:not(.screen-reader-text) {
    width: 20px;
    height: 2px;
    background: var(--tour-dark);
  }

  .tour3000-menu {
    position: absolute;
    top: 100%;
    right: 24px;
    left: 24px;
    display: none;
    align-items: stretch;
    padding: 12px;
    border: 1px solid var(--tour-line);
    border-radius: 12px;
    background: var(--tour-white);
    box-shadow: var(--tour-shadow);
  }

  .menu-open .tour3000-menu {
    display: grid;
    gap: 0;
  }

  .tour3000-menu a {
    padding: 12px;
  }

  .tour3000-menu a::after {
    display: none;
  }

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

  .hero__copy {
    max-width: 760px;
  }

  .trust-card {
    justify-self: start;
    max-width: 620px;
  }

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

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

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

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

@media (max-width: 760px) {
  body {
    background: var(--tour-bg);
  }

  .tour-container {
    width: min(100% - 28px, 1470px);
  }

  .site-header {
    position: sticky;
  }

  .top-bar {
    font-size: 13px;
  }

  .top-bar__inner {
    min-height: 42px;
    align-items: center;
    flex-direction: row;
    padding: 0;
  }

  .top-bar__contact,
  .top-bar__meta {
    gap: 12px;
  }

  .top-bar__contact span:nth-child(2) {
    display: none;
  }

  .top-bar__meta a,
  .top-bar__meta a:nth-of-type(1),
  .top-bar__meta a:nth-of-type(2) {
    display: none;
  }

  .open-status {
    font-size: 0;
  }

  .open-status::before {
    content: "Open";
    color: var(--tour-green);
    font-size: 13px;
    font-weight: 800;
  }

  .main-header__inner {
    min-height: 68px;
    gap: 14px;
  }

  .brand {
    min-width: 0;
  }

  .brand__name {
    font-size: 25px;
    letter-spacing: 1px;
  }

  .brand__tagline {
    text-align: left;
    font-size: 12px;
  }

  .header-cta {
    display: none;
  }

  .tour3000-menu {
    right: 14px;
    left: 14px;
    padding: 8px;
  }

  .tour3000-menu a {
    min-height: 44px;
    align-items: center;
    border-radius: 8px;
    font-size: 15px;
  }

  .tour3000-menu a:hover {
    background: #f0f5fb;
  }

  .hero {
    min-height: 0;
    padding: 36px 0 108px;
    background-image: linear-gradient(180deg, rgba(0,29,68,.9), rgba(0,77,135,.62) 58%, rgba(0,26,54,.86)), var(--hero-image);
    background-position: center;
  }

  .hero__grid {
    gap: 24px;
  }

  .hero__copy {
    max-width: none;
  }

  .hero__copy h1 {
    max-width: 330px;
    font-size: clamp(39px, 12vw, 50px);
    line-height: .98;
  }

  .hero__subtitle {
    max-width: 340px;
    margin: 10px 0 22px;
    font-size: clamp(28px, 9vw, 38px);
    line-height: 1.08;
  }

  .hero__text p {
    max-width: 340px;
    font-size: 17px;
    line-height: 1.35;
  }

  .tour-button {
    width: 100%;
    min-height: 54px;
    margin-top: 2px;
    border-radius: 12px;
  }

  .trust-card {
    width: 100%;
    max-width: none;
    padding: 16px;
    border-radius: 16px;
  }

  .trust-card__top {
    grid-template-columns: 76px 1fr;
    gap: 12px;
    padding-bottom: 14px;
  }

  .trust-card__top img {
    width: 76px;
    height: 76px;
  }

  .trust-card h2 {
    font-size: 20px;
  }

  .trust-card p,
  .trust-card__details p {
    font-size: 13px;
  }

  .trust-card__details p > span {
    line-height: 1.45;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .booking-wrap {
    margin-top: -78px;
  }

  .booking-card {
    padding: 10px;
    border-radius: 18px;
  }

  .booking-tabs {
    gap: 8px;
    padding-bottom: 8px;
  }

  .booking-tabs button {
    flex: 0 0 auto;
    min-width: 112px;
    min-height: 44px;
    padding: 0 14px;
    border-radius: 12px;
  }

  .booking-form {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-top: 14px;
  }

  .booking-form label {
    padding: 10px 12px;
    border: 1px solid var(--tour-line);
    border-radius: 12px;
    background: #fff;
  }

  .booking-form input,
  .booking-form select {
    min-height: 30px;
    border-bottom: 0;
    font-size: 15px;
  }

  .booking-form button {
    min-height: 52px;
    border-radius: 12px;
    font-size: 16px;
  }

  .destination-grid,
  .trip-grid,
  .services__grid,
  .reviews__grid,
  .contact-cta__inner,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .destination-card,
  .destination-card img {
    min-height: 214px;
  }

  .destination-grid {
    gap: 14px;
  }

  .destinations {
    padding-top: 34px;
  }

  .featured-trips {
    padding-top: 32px;
  }

  .section-heading {
    margin-bottom: 16px;
  }

  .section-heading h2 {
    font-size: 28px;
  }

  .section-heading p {
    font-size: 14px;
  }

  .destination-card {
    border-radius: 16px;
  }

  .destination-card strong {
    font-size: 20px;
  }

  .trip-card {
    border-radius: 16px;
  }

  .trip-card__body {
    padding: 18px;
  }

  .services__grid {
    gap: 12px;
    padding: 14px;
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(6,23,47,.08);
  }

  .service-item {
    grid-template-columns: 48px 1fr;
    gap: 12px;
    padding: 12px;
    border-radius: 14px;
    background: #f8fbff;
  }

  .service-item__icon {
    width: 44px;
    height: 44px;
  }

  .service-item__icon svg {
    width: 26px;
    height: 26px;
  }

  .mobile-sticky-actions {
    position: fixed;
    right: 14px;
    bottom: 14px;
    left: 14px;
    z-index: 120;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .mobile-sticky-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    border-radius: 999px;
    color: var(--tour-white);
    background: var(--tour-primary);
    box-shadow: 0 10px 30px rgba(0,0,0,.2);
    font-weight: 800;
  }

  .mobile-sticky-actions a:last-child {
    background: var(--tour-green);
  }

  .site-footer {
    padding-bottom: 84px;
  }
}

@media (max-width: 460px) {
  .tour-container {
    width: min(100% - 22px, 1470px);
  }

  .top-bar__contact a span {
    max-width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .brand__name {
    font-size: 22px;
  }

  .brand__tagline {
    font-size: 11px;
  }

  .menu-toggle {
    width: 42px;
    height: 42px;
  }

  .trust-card__details p {
    grid-template-columns: 20px 1fr;
    align-items: start;
    gap: 8px;
  }

  .trust-card__details strong {
    display: inline;
  }

  .booking-tabs {
    gap: 8px;
  }

  .booking-tabs button {
    min-width: 104px;
    padding: 0 14px;
    font-size: 14px;
  }

  .hero {
    padding-top: 30px;
  }

  .hero__copy h1 {
    max-width: 290px;
  }

  .hero__subtitle {
    max-width: 305px;
  }

  .mobile-sticky-actions {
    right: 10px;
    bottom: 10px;
    left: 10px;
  }
}

/* v1.0 polish: tighter layout, cleaner mobile, and safer overflow behavior. */
.site-main {
  overflow-x: hidden;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 18% 22%, rgba(255,255,255,.16), transparent 28%),
    linear-gradient(90deg, rgba(0,28,68,.9), rgba(0,74,133,.62) 52%, rgba(0,35,72,.48));
  content: "";
  pointer-events: none;
}

.hero__grid {
  position: relative;
  z-index: 1;
}

.reviews {
  padding: 44px 0 46px;
}

.contact-cta {
  padding: 48px 0;
}

.site-footer {
  padding-top: 40px;
}

.reviews h2 {
  max-width: 850px;
}

.review-card p,
.contact-cta p,
.site-footer p {
  overflow-wrap: anywhere;
}

@media (min-width: 1181px) {
  .hero__copy {
    padding-left: clamp(0px, 3vw, 46px);
  }

  .trust-card {
    margin-right: clamp(0px, 2vw, 26px);
  }
}

@media (max-width: 980px) {
  .top-bar__inner {
    align-items: center;
    flex-direction: row;
  }

  .top-bar__contact span:nth-child(2) {
    display: none;
  }

  .top-bar__meta {
    margin-left: auto;
  }

  .hero {
    padding-bottom: 118px;
  }
}

@media (max-width: 760px) {
  .top-bar {
    display: none;
  }

  .main-header {
    border-bottom: 1px solid rgba(6,23,47,.08);
  }

  .main-header__inner {
    min-height: 74px;
  }

  .brand__name {
    font-size: clamp(23px, 7.2vw, 31px);
  }

  .brand__name small {
    font-size: .24em;
  }

  .hero {
    padding: 34px 0 92px;
    background-position: center center;
  }

  .hero__grid {
    display: block;
  }

  .hero__copy h1,
  .hero__subtitle,
  .hero__text p {
    max-width: 100%;
  }

  .hero__copy h1 {
    font-size: clamp(38px, 11.5vw, 56px);
  }

  .hero__subtitle {
    font-size: clamp(29px, 8.2vw, 41px);
  }

  .hero__text {
    margin-bottom: 22px;
  }

  .trust-card {
    margin-top: 26px;
    max-height: none;
    overflow: hidden;
  }

  .trust-card__top {
    align-items: start;
  }

  .trust-card__details {
    gap: 9px;
  }

  .booking-wrap {
    margin-top: -52px;
  }

  .booking-card {
    box-shadow: 0 16px 38px rgba(6,23,47,.15);
  }

  .reviews,
  .contact-cta,
  .page-content {
    padding: 34px 0;
  }

  .reviews h2,
  .contact-cta h2,
  .page-content h1 {
    font-size: clamp(27px, 8vw, 36px);
  }

  .review-card {
    padding: 20px;
  }

  .contact-cta__inner {
    gap: 20px;
  }

  .contact-cta .tour-button {
    margin-top: 0;
  }

  .site-footer {
    padding-top: 32px;
  }
}

@media (max-width: 520px) {
  .main-header__inner {
    min-height: 70px;
  }

  .brand__tagline {
    margin-top: 5px;
  }

  .hero {
    padding-top: 28px;
    padding-bottom: 84px;
  }

  .hero__copy h1 {
    font-size: clamp(35px, 11vw, 45px);
  }

  .hero__subtitle {
    font-size: clamp(26px, 8.5vw, 34px);
  }

  .hero__text p {
    font-size: 16px;
  }

  .trust-card {
    padding: 14px;
  }

  .trust-card__top {
    grid-template-columns: 64px 1fr;
  }

  .trust-card__top img {
    width: 64px;
    height: 64px;
  }

  .trust-card h2 {
    font-size: 18px;
  }

  .trust-card__details a {
    white-space: nowrap;
  }

  .google-row {
    flex-wrap: wrap;
  }

  .booking-wrap {
    margin-top: -42px;
  }

  .mobile-sticky-actions {
    grid-template-columns: 1fr 1fr;
  }
}

.section-hero {
  padding: clamp(54px, 6vw, 86px) 0;
  background:
    linear-gradient(135deg, rgba(6,23,47,.96), rgba(0,102,217,.78)),
    var(--tour-bg);
  color: var(--tour-white);
}

.section-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
}

.section-hero__copy h1 {
  margin: 0;
  max-width: 880px;
  color: var(--tour-white);
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.04;
}

.section-hero__copy > p:not(.eyebrow) {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.9);
  font-size: clamp(17px, 1.8vw, 21px);
}

.section-hero__notice {
  max-width: 760px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 12px;
  background: rgba(255,255,255,.12);
  color: rgba(255,255,255,.94) !important;
  font-size: 14px !important;
}

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

.tour-button--light {
  color: var(--tour-dark);
  background: var(--tour-white);
  box-shadow: 0 12px 26px rgba(0,0,0,.14);
}

.section-hero__media {
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 26px 70px rgba(0,0,0,.28);
}

.section-hero__media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.section-services,
.tour-packages,
.section-proof {
  padding: 54px 0;
  background: var(--tour-white);
}

.section-services {
  background: var(--tour-bg);
}

.section-heading--left {
  text-align: left;
}

.section-chip-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.section-chip-grid span {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 14px 16px;
  border: 1px solid rgba(6,23,47,.08);
  border-radius: 12px;
  color: var(--tour-dark);
  background: var(--tour-white);
  box-shadow: 0 8px 22px rgba(6,23,47,.06);
  font-weight: 750;
}

.section-chip-grid svg {
  flex: 0 0 auto;
  color: var(--tour-primary);
}

.tour-package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 24px;
}

.tour-package-card {
  overflow: hidden;
  border: 1px solid rgba(6,23,47,.08);
  border-radius: 16px;
  background: var(--tour-white);
  box-shadow: 0 12px 34px rgba(6,23,47,.09);
}

.tour-package-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.tour-package-card div {
  padding: 20px;
}

.tour-package-card h2 {
  margin: 0 0 8px;
  color: var(--tour-dark);
  font-size: 21px;
  line-height: 1.2;
}

.tour-package-card p {
  margin: 0;
  color: var(--tour-muted);
}

.tour-package-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--tour-primary);
  font-weight: 800;
}

.section-proof {
  background: linear-gradient(180deg, #fff, var(--tour-bg));
}

.section-proof__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: 34px;
  align-items: center;
}

.section-proof h2 {
  margin: 0;
  max-width: 820px;
  color: var(--tour-dark);
  font-size: clamp(30px, 3.3vw, 46px);
  line-height: 1.08;
}

.section-proof__panel {
  display: grid;
  gap: 12px;
  padding: 24px;
  border: 1px solid rgba(6,23,47,.08);
  border-radius: 16px;
  background: var(--tour-white);
  box-shadow: 0 12px 34px rgba(6,23,47,.08);
}

.section-proof__panel p {
  margin: 0;
  overflow-wrap: break-word;
}

@media (max-width: 980px) {
  .section-hero__grid,
  .section-proof__grid {
    grid-template-columns: 1fr;
  }

  .section-hero__media {
    max-width: 640px;
  }

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

@media (max-width: 640px) {
  .section-hero {
    padding: 40px 0;
  }

  .section-hero__grid {
    gap: 26px;
  }

  .section-hero__copy h1 {
    font-size: clamp(32px, 10vw, 44px);
  }

  .section-hero__actions,
  .section-chip-grid,
  .tour-package-grid {
    grid-template-columns: 1fr;
  }

  .section-hero__actions {
    display: grid;
  }

  .section-services,
  .tour-packages,
  .section-proof {
    padding: 38px 0;
  }

  .section-chip-grid,
  .tour-package-grid {
    display: grid;
  }

  .tour-package-card {
    border-radius: 14px;
  }

  .section-proof__panel {
    padding: 18px;
  }
}

/* v1.0.7 hard overrides for cached installs. */
.featured-trips .trip-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)) !important;
  gap: 18px !important;
  align-items: stretch;
}

.featured-trips .trip-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.featured-trips .trip-card img,
.destination-card img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.featured-trips .trip-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.featured-trips .trip-card__body a {
  margin-top: auto;
}

.trust-card__top img {
  object-fit: contain !important;
}

@media (min-width: 1200px) {
  .featured-trips .trip-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .featured-trips .trip-grid {
    grid-template-columns: 1fr !important;
  }
}

/* v1.0.8 reference-match desktop polish. */
@media (min-width: 981px) {
  .tour-container {
    width: min(100% - 48px, 1120px);
  }

  .top-bar {
    font-size: 12px;
  }

  .top-bar__inner {
    min-height: 26px;
  }

  .main-header__inner {
    min-height: 66px;
    gap: 18px;
  }

  .brand {
    min-width: 210px;
  }

  .brand__name {
    font-size: 34px;
  }

  .brand__tagline {
    margin-top: 5px;
    font-size: 12px;
  }

  .tour3000-menu {
    gap: 20px;
    flex-wrap: nowrap;
  }

  .tour3000-menu a {
    padding: 23px 0 21px;
    font-size: 13px;
    line-height: 1.2;
  }

  .header-cta {
    min-width: 150px;
    min-height: 42px;
    padding: 0 16px;
    font-size: 13px;
  }

  .hero {
    min-height: 350px;
    padding: 56px 0 82px;
    background-position: center;
  }

  .hero__grid {
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 46px;
  }

  .hero__copy {
    max-width: 560px;
    padding-left: 0;
  }

  .hero__copy h1 {
    font-size: 48px;
  }

  .hero__subtitle {
    margin: 4px 0 20px;
    font-size: 31px;
  }

  .hero__text {
    margin-bottom: 22px;
  }

  .hero__text p {
    font-size: 18px;
  }

  .tour-button {
    min-height: 44px;
    padding: 0 20px;
    font-size: 14px;
  }

  .trust-card {
    max-width: 360px;
    margin-right: 0;
    padding: 17px;
    border-radius: 12px;
  }

  .trust-card__top {
    grid-template-columns: 96px 1fr;
    gap: 14px;
    padding-bottom: 13px;
  }

  .trust-card__top img {
    width: 96px;
    height: 96px;
    padding: 4px;
  }

  .trust-card h2 {
    font-size: 18px;
  }

  .trust-card p,
  .trust-card__details p {
    font-size: 12px;
  }

  .trust-card__details {
    gap: 8px;
    padding-top: 12px;
  }

  .booking-wrap {
    margin-top: -48px;
  }

  .booking-card {
    width: min(100%, 820px);
    padding: 9px 13px 15px;
    border-radius: 12px;
  }

  .booking-tabs {
    gap: 22px;
    padding-bottom: 8px;
  }

  .booking-tabs button {
    min-width: 82px;
    min-height: 34px;
    padding: 0 12px;
    font-size: 13px;
  }

  .booking-form {
    grid-template-columns: 1.1fr 1.1fr .9fr .9fr .85fr 1fr;
    gap: 14px;
    padding-top: 12px;
  }

  .booking-form label {
    font-size: 11px;
  }

  .booking-form input,
  .booking-form select {
    min-height: 30px;
    font-size: 12px;
  }

  .booking-form button {
    min-height: 38px;
    font-size: 13px;
  }

  .destinations {
    padding: 26px 0 18px;
  }

  .section-heading {
    margin-bottom: 10px;
  }

  .section-heading h2 {
    font-size: 24px;
  }

  .section-heading p {
    font-size: 14px;
  }

  .destination-grid {
    gap: 14px;
  }

  .destination-card,
  .destination-card img {
    min-height: 112px;
  }

  .destination-card strong {
    font-size: 15px;
  }

  .destination-card small {
    font-size: 12px;
  }

  .services {
    padding: 10px 0 34px;
  }

  .services__grid {
    width: min(100%, 930px);
    gap: 18px;
    padding: 20px 28px;
    border-radius: 10px;
  }

  .service-item {
    grid-template-columns: 46px 1fr;
    gap: 12px;
  }

  .service-item__icon {
    width: 42px;
    height: 42px;
  }

  .service-item__icon svg {
    width: 26px;
    height: 26px;
  }

  .service-item h2 {
    font-size: 13px;
  }

  .service-item p {
    font-size: 12px;
  }
}

/* v1.1 mobile stability: no letter columns, clean cards, compact first screen. */
body,
button,
input,
select,
textarea,
a,
p,
span,
strong,
small,
h1,
h2,
h3,
li {
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

@media (max-width: 760px) {
  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }

  .tour-container {
    width: min(100% - 24px, 720px);
  }

  .site-header {
    position: sticky;
    top: 0;
  }

  .main-header__inner {
    min-height: 72px;
    justify-content: space-between;
  }

  .brand {
    max-width: calc(100% - 64px);
  }

  .brand__name {
    display: inline-flex;
    align-items: flex-start;
    white-space: nowrap;
    font-size: clamp(24px, 8vw, 34px);
    letter-spacing: 1px;
  }

  .brand__tagline {
    white-space: nowrap;
  }

  .menu-toggle {
    flex: 0 0 auto;
  }

  .tour3000-menu {
    max-height: calc(100vh - 92px);
    overflow-y: auto;
  }

  .hero {
    min-height: auto;
    padding: 32px 0 78px;
  }

  .hero__copy h1 {
    max-width: 100%;
    font-size: clamp(36px, 10vw, 48px);
  }

  .hero__subtitle {
    max-width: 100%;
    font-size: clamp(27px, 8vw, 36px);
  }

  .hero__text p {
    max-width: 100%;
    font-size: 16px;
  }

  .hero .tour-button {
    width: 100%;
    max-width: 340px;
  }

  .trust-card {
    margin-top: 22px;
    padding: 14px;
    border-radius: 16px;
  }

  .trust-card__top {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 12px;
  }

  .trust-card__top img {
    width: 72px;
    height: 72px;
    padding: 3px;
  }

  .trust-card h2 {
    font-size: 18px;
    line-height: 1.15;
  }

  .google-row {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 7px;
  }

  .trust-card p {
    font-size: 13px;
    line-height: 1.35;
  }

  .trust-card__details p {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 9px;
    align-items: start;
  }

  .trust-card__details p > span {
    display: block;
    min-width: 0;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
    line-height: 1.45;
  }

  .trust-card__details strong,
  .trust-card__details a,
  .is-open {
    white-space: nowrap;
  }

  .booking-wrap {
    margin-top: -38px;
  }

  .booking-card {
    padding: 10px;
    border-radius: 18px;
  }

  .booking-tabs {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 9px;
  }

  .booking-tabs button {
    min-width: 106px;
    min-height: 42px;
    padding: 0 13px;
    white-space: nowrap;
  }

  .booking-form {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .booking-form label {
    min-width: 0;
  }

  .booking-form input,
  .booking-form select,
  .booking-form button {
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
  }

  .destination-grid,
  .services__grid,
  .trip-grid,
  .tour-package-grid,
  .section-chip-grid {
    grid-template-columns: 1fr !important;
  }

  .destination-card,
  .destination-card img {
    min-height: 210px;
  }

  .destination-card span {
    right: 14px;
    bottom: 13px;
    left: 14px;
  }

  .destination-card strong,
  .destination-card small {
    white-space: normal;
    overflow-wrap: break-word;
  }

  .service-item {
    min-width: 0;
  }

  .service-item h2,
  .service-item p,
  .trip-card h2,
  .trip-card p,
  .trip-card li,
  .tour-package-card h2,
  .tour-package-card p,
  .section-proof__panel p,
  .site-footer p,
  .site-footer address,
  .contact-cta p {
    overflow-wrap: break-word;
    word-break: normal;
  }

  .mobile-sticky-actions a {
    min-width: 0;
    white-space: nowrap;
  }
}

@media (max-width: 390px) {
  .tour-container {
    width: min(100% - 18px, 720px);
  }

  .brand__name {
    font-size: clamp(22px, 7.5vw, 29px);
  }

  .brand__tagline {
    font-size: 11px;
  }

  .hero__copy h1 {
    font-size: 34px;
  }

  .hero__subtitle {
    font-size: 27px;
  }

  .trust-card__top {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .trust-card__top img {
    width: 58px;
    height: 58px;
  }

  .trust-card h2 {
    font-size: 17px;
  }

  .trust-card p,
  .trust-card__details p {
    font-size: 12px;
  }

  .mobile-sticky-actions {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .mobile-sticky-actions a {
    font-size: 14px;
  }
}

/* v1.1.1 navigation and footer polish. */
.tour3000-menu li {
  position: relative;
}

.tour3000-menu .menu-item-has-children > a {
  gap: 7px;
  align-items: center;
}

.tour3000-menu .menu-item-has-children > a::before {
  order: 2;
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
  transform: translateY(-2px) rotate(45deg);
}

.tour3000-menu .sub-menu {
  position: absolute;
  top: calc(100% - 12px);
  left: 50%;
  z-index: 30;
  display: grid;
  min-width: 245px;
  padding: 10px;
  margin: 0;
  list-style: none;
  background: #fff;
  border: 1px solid rgba(6,23,47,.1);
  border-radius: 14px;
  box-shadow: 0 20px 48px rgba(6,23,47,.16);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity .18s ease, transform .18s ease;
}

.tour3000-menu li:hover > .sub-menu,
.tour3000-menu li:focus-within > .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.tour3000-menu .sub-menu a {
  display: flex;
  width: 100%;
  padding: 11px 12px;
  border-radius: 9px;
  color: #11213a;
  font-size: 13px;
  line-height: 1.25;
  white-space: normal;
}

.tour3000-menu .sub-menu a:hover {
  color: var(--tour-primary);
  background: #f1f6ff;
}

.tour3000-menu .sub-menu a::after,
.tour3000-menu .sub-menu a::before {
  display: none;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.4fr) minmax(155px, .75fr) minmax(165px, .85fr) minmax(210px, 1fr) minmax(130px, .55fr);
  gap: 30px;
  align-items: start;
}

.footer-about {
  min-width: 0;
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.footer-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  color: rgba(255,255,255,.9);
  background: rgba(255,255,255,.06);
  font-size: 13px;
  white-space: nowrap;
}

.footer-links,
.footer-contact,
.footer-nav {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.footer-links a,
.footer-contact a,
.footer-menu a {
  color: rgba(255,255,255,.78);
  line-height: 1.35;
}

.footer-links a:hover,
.footer-contact a:hover,
.footer-menu a:hover {
  color: #fff;
}

.footer-links strong,
.footer-contact strong,
.footer-nav::before {
  color: #fff;
  font-weight: 800;
}

.footer-nav::before {
  content: "Company";
}

@media (max-width: 1160px) {
  .footer-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(160px, .8fr) minmax(170px, .85fr);
  }
}

@media (max-width: 760px) {
  .tour3000-menu li {
    width: 100%;
  }

  .tour3000-menu .menu-item-has-children > a {
    justify-content: space-between;
  }

  .tour3000-menu .sub-menu {
    position: static;
    min-width: 0;
    padding: 4px 0 4px 14px;
    border: 0;
    border-left: 2px solid #d9e7f8;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .tour3000-menu .sub-menu a {
    padding: 9px 10px;
    font-size: 15px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-links,
  .footer-contact,
  .footer-nav,
  .footer-menu {
    gap: 9px;
  }

  .footer-links a,
  .footer-contact span,
  .footer-contact a,
  .footer-menu a {
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
  }
}
