/* Page — page-games.php only. Notes: docs/page-games-notes.md */

/* ── Hero box, portrait phones ── */
@media(max-width:768px) and (orientation:portrait){
  .hero-cinematic--ticket.hero-cinematic--feature{
    min-height:600px;
    padding:7rem 1.5rem 3.5rem;
  }
}

/* ── Hero box, landscape phones ── */
@media(max-height:500px) and (orientation:landscape){
  .hero-cinematic--ticket.hero-cinematic--feature{
    min-height:100svh;
    padding:6rem 2rem 3rem;
  }
}
