/* v324 — mobile parity only. Desktop remains unchanged. */
@media (max-width: 760px) {
  /* Keep the current header and navigation above all legacy mobile layers. */
  .site-header,
  .site-header .nav-shell,
  .site-header .brand,
  .site-header .menu-toggle,
  .site-header .nav-links,
  .site-header .nav-cta {
    position: relative;
    z-index: 2147483000;
  }

  .site-header .nav-links {
    z-index: 2147483001 !important;
  }

  /* Current email/journey section styling on mobile. */
  #stay-connected,
  #stay-connected .journey-card,
  #stay-connected .journey-content,
  #stay-connected .email-signup,
  #stay-connected form {
    position: relative;
    z-index: 2;
  }

  #stay-connected .journey-flight {
    margin-top: -1.25rem !important;
  }

  #stay-connected .email-update-promise {
    display: block !important;
    margin: 10px auto 0 !important;
    max-width: 34rem !important;
    text-align: center !important;
  }

  /* Make mobile use the same final footer structure and artwork as desktop. */
  footer.footer-forest-v191 {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    padding: 20px 0 18px !important;
    gap: 14px !important;
    overflow: visible !important;
    background: #050719 !important;
    border-top: 1px solid rgba(255,255,255,.09) !important;
    position: relative !important;
    isolation: isolate !important;
  }

  footer.footer-forest-v191 .footer-links {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 12px 20px !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
    position: relative !important;
    z-index: 2147483647 !important;
    pointer-events: auto !important;
    transform: translateZ(0) !important;
  }

  footer.footer-forest-v191 .footer-links a {
    display: inline-flex !important;
    align-items: center !important;
    position: relative !important;
    z-index: 2 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
    touch-action: manipulation !important;
  }

  footer.footer-forest-v191 .footer-picture-wrap {
    display: block !important;
    width: 100vw !important;
    height: auto !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: 0 !important;
    overflow: hidden !important;
    line-height: 0 !important;
    background: #07152f !important;
    position: relative !important;
    z-index: 1 !important;
    pointer-events: none !important;
  }

  footer.footer-forest-v191 img.footer-picture {
    display: block !important;
    width: 100vw !important;
    max-width: none !important;
    height: auto !important;
    object-fit: contain !important;
    object-position: center center !important;
    margin: 0 !important;
    padding: 0 !important;
    pointer-events: none !important;
  }

  footer.footer-forest-v191 .footer-bottom {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 14px 20px 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    text-align: center !important;
    border-top: 1px solid rgba(255,255,255,.08) !important;
    position: relative !important;
    z-index: 2 !important;
  }
}
