@media (max-width: 600px) {
  /* Undo the homepage hero offset when hero-copy is a paragraph on inner pages. */
  .trip-hero .hero-copy,
  .destination-hero .hero-copy,
  .page-hero .hero-copy,
  .catalog-hero .hero-copy {
    margin-top: 0 !important;
  }

  .trip-hero {
    min-height: 620px;
    padding: 120px 6vw 48px;
  }

  .trip-hero > div { width: 100%; }

  .trip-hero h1 {
    max-width: 100%;
    margin: 0 0 20px;
    font-size: clamp(42px, 12vw, 52px);
    line-height: .98;
    overflow-wrap: anywhere;
  }

  .trip-hero .hero-copy {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.65;
  }

  .trip-facts {
    margin-top: 22px;
    gap: 8px 18px;
  }
}

@media (max-width: 380px) {
  .trip-hero h1 { font-size: 40px; }
}
