/* ELIE v5.1.26 — PHONE PAGE LOGO VISIBILITY
   Phone-only cleanup. Desktop and tablet layouts remain untouched. */

/* These content pages intentionally use the full mobile canvas without the
   persistent animated ELIE logo. Keep both the generated phone clone and the
   original topbar logo suppressed so later layout changes cannot restore it. */
html.phone-landscape :is(.story-screen,.book-screen,.how-screen,.score-screen,.credits-screen) :is(
  .mobile-fixed-logo,
  .topbar .nav-logo-button
){
  display:none!important;
  visibility:hidden!important;
  pointer-events:none!important;
}
