/* P10-SITE-1039 multilingual entry-page first-screen refinement.
   The localized entry pages already preserve both actions at 320 CSS px.
   Tighten only the English homepage rhythm so its two primary paths remain
   fully visible without changing copy, hierarchy, or wider breakpoints. */
@media (max-width: 360px) {
  .hero {
    gap: 18px;
    padding-top: 28px;
  }

  .hero-copy h1 {
    font-size: 28px;
    line-height: 1.06;
  }

  .hero-copy > p {
    margin-top: 0;
    font-size: 15px;
    line-height: 1.52;
  }
}
