/* TOUR SCOPE V8.1.9 — final Homepage mobile hierarchy + image-integration polish.
   Scope is deliberately presentation-only: mobile hero geometry, CTA rhythm,
   social hierarchy and stable media rendering. No CMS data, MySQL schema,
   Cloudinary IDs/versions, SEO records, pricing, routing or approved baseline markup changes. */

/* Give CMS-driven backgrounds a stable paint surface while the real image is decoded. */
.hero-media,
.experience-card .card-image,
.feeling-media,
.final-media,
.trip-card-media {
  background-color: #06283a;
  background-repeat: no-repeat;
}

@media (max-width: 720px) {
  /* The approved mobile photograph is intentionally art-directed. Keep its crop
     stable and bring the message into view sooner on real phone screens. */
  .hero {
    padding-top: 132px !important;
  }

  .hero-content {
    margin-top: 0 !important;
    width: calc(100% - 34px) !important;
  }

  .hero-eyebrow {
    margin-bottom: 18px !important;
  }

  .hero h1 {
    font-size: clamp(50px, 15.7vw, 62px) !important;
    line-height: .89 !important;
    letter-spacing: -.058em !important;
  }

  .hero h1 .line.accent {
    font-size: .95em;
  }

  .hero-copy {
    max-width: 360px;
    margin-top: 18px !important;
    font-size: 14.5px !important;
    line-height: 1.58 !important;
  }

  .hero-actions {
    gap: 10px !important;
    margin-top: 24px !important;
  }

  .hero-actions .button {
    min-height: 56px !important;
  }

  .hero-socials {
    gap: 10px !important;
    margin-top: 14px !important;
  }

  /* Social links stay safely tappable but become visually secondary to booking. */
  .hero-socials .icon-social {
    width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
  }

  .hero-socials .icon-social svg {
    width: 19px !important;
    height: 19px !important;
  }
}

/* Extra narrow phones: preserve headline breathing room without weakening hierarchy. */
@media (max-width: 380px) {
  .hero {
    padding-top: 126px !important;
  }

  .hero h1 {
    font-size: clamp(48px, 15.4vw, 58px) !important;
  }

  .hero-copy {
    font-size: 14px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-actions .button,
  .hero-socials .icon-social {
    transition: none !important;
  }
}
