#style .family-highlights {
  margin-top: 30px;
}

.tour-family-page {
  overflow-x: hidden;
}

.tour-family-page .hero {
  min-height: 760px;
  background-image: linear-gradient(90deg, rgba(3, 16, 38, .48), rgba(4, 30, 60, .22) 50%, rgba(4, 30, 60, 0)), var(--hero);
  background-position: center 43%;
}

.tour-family-page .heroin {
  min-height: 760px;
  align-items: flex-end;
}

.tour-family-page .herocopy {
  padding: 70px 0 42px;
}

/* Keep the longer family-travel headline balanced over the hero image. */
.hero .herocopy h1 {
  font-size: clamp(40px, 4vw, 52px);
  line-height: 1.22;
}

.hero .herocopy {
  max-width: 920px;
}

.hero .herocopy .hero-title-line {
  display: block;
  white-space: nowrap;
}

.hero .herocopy .hero-title-line-last {
  margin-top: 20px;
}

.hero .herocopy h1 > span {
  margin-top: 28px;
}

#style .family-highlight {
  position: relative;
  min-height: 220px;
  padding: 26px 25px;
  overflow: hidden;
  border-color: #d6e1ed;
  background: linear-gradient(155deg, #ffffff 0%, #f6f9fc 100%);
  box-shadow: 0 16px 38px rgba(6, 29, 66, 0.08);
}

#style .family-highlight::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -50px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(244, 173, 19, 0.09);
}

#style .family-highlight h3 {
  font-size: 22px;
  line-height: 1.35;
}

#style .family-highlight p {
  position: relative;
  z-index: 1;
  line-height: 1.85;
}

@media (max-width: 900px) {
  #style .family-highlight {
    min-height: 205px;
  }
}

@media (max-width: 1100px) {
  #style .intro {
    grid-template-columns: 1fr;
  }

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

  #style .side {
    margin-top: 8px;
  }
}

@media (max-width: 640px) {
  .hero .herocopy .hero-title-line {
    white-space: normal;
  }

  .hero .herocopy h1 {
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: -0.035em;
  }

  .hero .herocopy h1 > span {
    font-size: 16px;
    line-height: 1.55;
    letter-spacing: 0;
    white-space: normal;
  }

  .hero .herocopy .hero-title-line-last {
    margin-top: 16px;
  }

  .hero .herocopy h1 > span {
    margin-top: 22px;
  }

  #style .family-highlights {
    margin-top: 24px;
  }

  #style .family-highlight {
    min-height: 0;
    padding: 24px;
  }

  #style .family-highlights {
    grid-template-columns: 1fr;
  }
}

/* Tour-home hero: preserve the portrait photo's natural proportions and keep
   copy on a separate navy surface at every viewport size. */
.tour-family-page .hero {
  min-height: 0;
  padding: 0;
  background: #061d42;
}

.tour-home-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr);
  width: min(1500px, 100%);
  margin: 0 auto;
  background: #061d42;
}

.tour-home-hero-media {
  display: flex;
  min-width: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #102c4d;
}

.tour-home-hero-media img {
  width: auto;
  max-width: 100%;
  max-height: calc(100vh - 72px);
  height: auto;
  object-fit: contain;
}

.tour-home-hero-panel {
  display: flex;
  min-width: 0;
  align-items: center;
  background: linear-gradient(145deg, #061d42, #0b315f);
}

.tour-family-page .tour-home-hero-panel .heroin {
  display: block;
  width: 100%;
  min-height: 0;
  padding: clamp(40px, 4.4vw, 72px);
}

.tour-family-page .tour-home-hero-panel .herocopy {
  max-width: 560px;
  padding: 0;
}

.tour-family-page .tour-home-hero-panel .hero-title-line {
  white-space: normal;
}

.tour-family-page .tour-home-hero-panel h1 {
  margin: 0;
  font-size: clamp(36px, 3vw, 48px);
  line-height: 1.2;
}

.tour-family-page .tour-home-hero-panel p {
  max-width: 520px;
  margin: 24px 0 0;
  color: #e1e9f3;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.75;
}

.tour-family-page .tour-home-hero-panel .hero-title-line-last {
  margin-top: 12px;
}

.tour-family-page .tour-home-hero-panel .actions {
  margin-top: 30px;
}

@media (max-width: 920px) {
  .tour-home-hero-layout {
    grid-template-columns: 1fr;
  }

  .tour-home-hero-media img {
    width: 100%;
    max-width: 720px;
    max-height: none;
  }
}

@media (max-width: 640px) {
  .tour-family-page .hero {
    min-height: 0;
    background: #061d42;
  }

  .tour-family-page .tour-home-hero-panel .heroin {
    min-height: 0;
    padding: 30px 14px 74px;
  }

  .tour-family-page .tour-home-hero-panel .herocopy {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    background: none;
  }

  .tour-family-page .tour-home-hero-panel h1 {
    font-size: 28px;
  }

  .tour-family-page .tour-home-hero-panel .actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .tour-family-page .tour-home-hero-panel .btn {
    width: 100%;
    padding-inline: 12px;
  }
}

#routes .route-image {
  position: relative;
  display: flex;
  min-height: 230px;
  padding: 28px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border: 0;
  background-image: linear-gradient(180deg, rgba(3, 17, 40, 0.08) 15%, rgba(3, 17, 40, 0.88) 100%), var(--route-image);
  background-size: cover;
  background-position: center;
  box-shadow: 0 18px 42px rgba(6, 29, 66, 0.16);
  color: #fff;
}

#routes .route-image small {
  color: #ffd16a;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}

#routes .route-image h3 {
  margin: 5px 0 4px;
  color: #fff;
  font-size: 23px;
  line-height: 1.35;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
}

#routes .route-image p {
  color: #edf3f9;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}

#routes a.route-image:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 54px rgba(6, 29, 66, 0.25);
}

#pricing .bcopy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

#pricing .pricing-story {
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  background: linear-gradient(145deg, #061d42 0%, #0b315f 100%);
}

#pricing .pricing-photo {
  position: relative;
  min-height: 690px;
  margin: 0;
  overflow: hidden;
  background: #183b56;
}

#pricing .pricing-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(3, 18, 42, .22) 58%, rgba(3, 18, 42, .94) 100%);
  pointer-events: none;
}

#pricing .pricing-photo img {
  width: 100%;
  height: 100%;
  min-height: 690px;
  object-fit: cover;
  object-position: 50% 55%;
  filter: sepia(.08) saturate(1.08) contrast(1.02) brightness(1.02);
}

#pricing .pricing-photo figcaption {
  position: absolute;
  z-index: 1;
  right: 34px;
  bottom: 34px;
  left: 34px;
  color: #fff;
}

#pricing .photo-label {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 999px;
  background: rgba(6, 29, 66, .34);
  color: #ffdc91;
  backdrop-filter: blur(8px);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .09em;
}

#pricing .pricing-photo strong {
  display: block;
  font-size: clamp(27px, 3vw, 39px);
  line-height: 1.3;
  letter-spacing: -.035em;
  text-shadow: 0 3px 18px rgba(0, 0, 0, .38);
}

#pricing .pricing-photo small {
  display: block;
  max-width: 390px;
  margin-top: 12px;
  color: #e2eaf3;
  font-size: 14px;
  line-height: 1.75;
}

#pricing .pricing-intro {
  margin-bottom: 15px;
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

#pricing .pricing-intro span {
  color: #ffdc91;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .15em;
}

#pricing .pricing-intro h3 {
  margin: 5px 0 4px;
  color: #fff;
  font-size: 27px;
  line-height: 1.35;
}

#pricing .pricing-intro p {
  margin: 0;
  color: #cbd8e7;
  font-size: 14px;
}

#pricing .bcopy .title {
  margin: 0 0 14px;
  font-size: clamp(27px, 3vw, 36px);
  line-height: 1.22;
}

#pricing .check {
  width: 100%;
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
}

#pricing .bcopy > p {
  margin: 14px 0 0;
  font-size: 13px;
  line-height: 1.65;
}

.vehicle .vehicle-media {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.vehicle-media img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.arrival-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #f4ad13;
  color: #061d42;
  box-shadow: 0 8px 20px rgba(6, 29, 66, 0.24);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.04em;
}


@media (max-width: 640px) {
  .tour-family-page .hero {
    min-height: 0;
    background-color: #061d42;
    background-image: var(--hero);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
  }

  .tour-family-page .heroin {
    min-height: 0;
    padding-top: clamp(365px, 92vw, 470px);
    align-items: flex-start;
  }

  .tour-family-page .herocopy {
    width: calc(100% + 28px);
    min-width: 0;
    max-width: none;
    margin: 0 -14px;
    padding: 98px 14px 88px;
    background: linear-gradient(180deg, rgba(6, 29, 66, 0) 0, rgba(6, 29, 66, .7) 92px, #061d42 205px);
  }
  #pricing .bcopy .title {
    font-size: 28px;
  }

  #pricing .pricing-story {
    grid-template-columns: 1fr;
  }

  #pricing .pricing-photo,
  #pricing .pricing-photo img {
    min-height: 480px;
  }

  #pricing .pricing-photo img {
    object-position: 50% 68%;
    filter: sepia(.11) saturate(1.1) contrast(1.02) brightness(1.025);
  }

  #pricing .pricing-photo::after {
    background: linear-gradient(180deg, transparent 37%, rgba(3, 18, 42, .12) 49%, rgba(3, 18, 42, .92) 100%);
  }

  #pricing .pricing-photo figcaption {
    right: 24px;
    bottom: 145px;
    left: 24px;
  }

  #pricing .pricing-photo strong {
    font-size: 28px;
  }

  #pricing .pricing-photo small {
    font-size: 13px;
  }

  #pricing .pricing-intro h3 {
    font-size: 24px;
  }

  #routes .route-image {
    min-height: 250px;
    padding: 24px;
    background-position: center;
  }
}

/* Final mobile reset for the new separated hero structure. */
@media (max-width: 640px) {
  .tour-family-page .hero {
    background: #061d42;
  }

  .tour-family-page .tour-home-hero-panel .heroin {
    padding: 30px 14px 74px;
  }

  .tour-family-page .tour-home-hero-panel .herocopy {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    background: none;
  }
}
