/* Public-site mobile enhancement layer. Loaded after page styles so mobile
   layout, touch targets and readable type stay consistent across templates. */
@media (max-width: 900px) {
  html { scroll-padding-top: 72px; }
  .page-wrap { width: min(100% - 40px, 720px); }
  .site-header { min-height: 68px; height: 68px; padding-inline: 20px; }
  .header-brand { min-width: 0; }
  .header-brand .official-logo-mark { width: min(230px, 39vw); max-height: 46px; }
  .header-brand > span { min-width: 0; }
  .header-brand strong { overflow: hidden; text-overflow: ellipsis; }
  .main-nav { z-index: 70; }
  .main-nav a { min-height: 44px; }
  .section { padding-top: 64px; }
  .section-heading { gap: 16px; }
  .section-heading > a { flex: 0 0 auto; }
  .footer-inner { gap: 28px 20px; }
  .footer-inner > div:not(.footer-about) a,
  .footer-inner > div:not(.footer-about) p,
  .footer-about p,
  .newsletter p { font-size: 13px; line-height: 1.55; }
  .footer-inner h3 { font-size: 14px; }
  .copyright { font-size: 12px; }
}

@media (max-width: 680px) {
  body { font-size: 15px; }
  .page-wrap { width: calc(100% - 32px); }
  .site-header { height: 64px; min-height: 64px; padding-inline: 16px; gap: 10px; }
  .header-brand .official-logo-mark { width: min(205px, 56vw); max-height: 42px; }
  .header-brand > span { display: none; }
  .menu-toggle { width: 44px; min-height: 44px; display: grid; align-content: center; justify-items: center; border-radius: 10px; }
  .menu-toggle:hover, .menu-toggle:focus-visible { background: #edf5ff; outline: none; }
  .menu-toggle span { width: 21px; }
  .main-nav {
    top: 64px;
    max-height: calc(100dvh - 64px);
    overflow-y: auto;
    padding: 8px 16px 18px;
    border-top: 1px solid #e7edf7;
    border-bottom: 1px solid #dbe7f5;
  }
  .main-nav a { min-height: 48px; padding: 0 8px; border-radius: 8px; font-size: 15px; }
  .main-nav a::after { display: none; }
  .main-nav a:hover, .main-nav a.active { background: #edf5ff; }
  .book-now { display: none; }
  .section { padding-top: 54px; }
  .section-heading { align-items: flex-start; margin-bottom: 18px; }
  .section-heading h1, .section-heading h2 { font-size: clamp(27px, 8vw, 34px); }
  .section-heading > a { min-height: 38px; padding-inline: 0; font-size: 12px; text-align: right; }

  .hero { height: auto; min-height: 570px; }
  .hero-image { background-position: 60% center; }
  .hero-overlay { background: linear-gradient(180deg, rgba(5,29,75,.6) 0%, rgba(8,43,100,.38) 48%, rgba(5,28,72,.62) 100%); }
  .hero-content { padding-top: 72px; padding-bottom: 46px; }
  .hero h1 { max-width: 10ch; font-size: clamp(45px, 13vw, 61px); line-height: .98; letter-spacing: -2.4px; }
  .hero-content > p:not(.eyebrow) { max-width: 32rem; font-size: 16px; line-height: 1.55; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .hero .button { min-height: 50px; min-width: 0; padding-inline: 12px; justify-content: center; font-size: 14px; text-align: center; }
  .hero-trust { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: 100%; margin-top: 22px; padding: 8px 0; }
  .hero-trust span { min-width: 0; padding: 4px 11px; }
  .hero-trust b { font-size: 15px; }
  .hero-trust small { font-size: 9px; line-height: 1.2; }
  .color-ribbons { opacity: .52; }
  .search-card { width: calc(100% - 24px); margin-top: -22px; padding: 10px; border-radius: 15px; }
  .search-card .planning-prompt { min-height: 61px; padding: 8px 10px; }
  .search-card button { min-height: 50px; font-size: 15px; }

  .destination-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .destination-card, .destination-card:last-child { display: block; grid-column: auto; height: auto; min-height: 247px; text-align: center; }
  .destination-card img, .destination-card:last-child img { height: 145px; grid-row: auto; }
  .destination-card:last-child .destination-icon { margin: -22px auto 9px; }
  .destination-card:last-child h3, .destination-card:last-child p { margin-left: 8px; }
  .destination-card h3 { font-size: 15px; }
  .destination-card p { font-size: 12px; }
  .tour-grid { gap: 14px; }
  .tour-card { grid-template-columns: minmax(118px, 39%) minmax(0, 61%); min-height: 184px; }
  .tour-card img { min-height: 184px; }
  .tour-info { padding: 14px 13px; }
  .tour-info h3 { font-size: 15px; line-height: 1.28; }
  .tour-route, .tour-meta, .tour-bottom { font-size: 12px; }
  .price { font-size: 17px; }
  .benefits { padding: 22px 14px; border-radius: 16px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid article, .benefit-grid article:last-child { grid-column: auto; min-height: 66px; padding: 13px; }
  .benefit-grid h3 { font-size: 13px; }
  .benefit-grid p { font-size: 11px; }
  .story-controls { display: none; }
  .story-card { min-height: 174px; padding: 16px; }
  .story-card > p { font-size: 13px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 9px; }
  .gallery-grid img { height: 116px; }

  .footer-ribbons { height: 38px; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 27px 16px; padding: 30px 0; }
  .footer-about, .newsletter { grid-column: 1 / -1; }
  .footer-about { padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.2); }
  .footer-about p { max-width: 34rem; margin-block: 12px; }
  .socials a { width: 34px; height: 34px; font-size: 13px; }
  .newsletter input, .newsletter button { min-height: 44px; font-size: 14px; }
  .newsletter button { width: 48px; }
  .copyright { display: grid; gap: 7px; padding: 14px 0 calc(18px + env(safe-area-inset-bottom)); font-size: 11.5px; line-height: 1.5; }

  dialog { width: calc(100% - 24px); max-height: calc(100dvh - 24px); overflow-y: auto; padding: 22px 16px; }
  dialog h2 { font-size: 25px; }
  .dialog-row { grid-template-columns: 1fr; }
  dialog input, dialog select, dialog textarea { min-height: 44px; font-size: 16px; }

  .listing-page .page-wrap.section { padding-top: 48px; }
  .listing-page .section-heading { gap: 12px; }
  .listing-intro { font-size: 15px; line-height: 1.65; }
  .tour-mode-guide { gap: 12px; }
  .tour-mode-guide article { padding: 20px; }
  .tour-mode-guide h2 { font-size: 22px; }
  .travel-filter { padding: 14px; gap: 11px; }
  .travel-filter input, .travel-filter select, .travel-filter button { min-height: 46px; height: 46px; font-size: 16px; }
  .travel-filter button { width: 100%; }
  .filter-summary { padding: 4px 0; }
  .listing-page .tour-card { display: grid; grid-template-columns: minmax(118px, 39%) minmax(0, 61%); min-height: 192px; }
  .listing-page .tour-card .card-image, .listing-page .tour-card img { height: 100%; min-height: 192px; }
  .listing-page .tour-card .tour-info { min-height: 192px; }
  .listing-custom-cta { padding: 24px 20px; }
  .listing-custom-cta h2 { font-size: 25px; }
  .listing-custom-cta .button { width: 100%; justify-content: center; }

  .detail-hero { height: auto; min-height: 620px; }
  .detail-hero-inner { padding-top: 24px; }
  .detail-hero h1 { font-size: clamp(39px, 11vw, 52px); letter-spacing: -1.8px; }
  .detail-meta { font-size: 16px; }
  .detail-hero-actions { display: grid; width: 100%; gap: 12px; }
  .detail-primary, .detail-secondary { min-height: 48px; justify-content: center; }
  .hero-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; width: 100%; }
  .hero-facts span { padding: 0; }
  .overview-copy > p:not(.detail-kicker), .day-intro > p:not(.detail-kicker) { font-size: 16px; }
  .detail-overview, .detail-day, .detail-related { padding-block: 56px; }
  .detail-highlights, .detail-gallery, .detail-inquiry { padding-block: 58px; }
  .detail-inquiry form { padding: 18px 14px; }
  .form-grid input, .form-grid select, .form-grid textarea { font-size: 16px; }

  .guide-hero { min-height: 600px; }
  .guide-hero h1 { font-size: clamp(42px, 12vw, 54px); }
  .guide-hero-inner { padding-block: 76px 72px; }
  .guide-topic-copy > ul li { font-size: 15px; }
}

@media (max-width: 390px) {
  .header-brand .official-logo-mark { width: min(174px, 54vw); }
  .hero h1 { font-size: 44px; }
  .hero-actions { grid-template-columns: 1fr; }
  .hero-trust { grid-template-columns: 1fr; gap: 2px; }
  .hero-trust span { border-right: 0; border-bottom: 1px solid rgba(18,60,120,.13); }
  .hero-trust span:last-child { border-bottom: 0; }
  .destination-grid { grid-template-columns: 1fr; }
  .destination-card, .destination-card:last-child { min-height: 0; display: grid; grid-template-columns: 42% 1fr; align-items: center; padding-right: 10px; text-align: left; }
  .destination-card img, .destination-card:last-child img { grid-row: 1 / 4; width: 100%; height: 136px; }
  .destination-card .destination-icon, .destination-card:last-child .destination-icon { margin: 0 0 0 10px; }
  .destination-card h3, .destination-card:last-child h3, .destination-card p, .destination-card:last-child p { margin-left: 10px; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-about, .newsletter { grid-column: auto; }
}
