/* Small-screen fit corrections, independent of section spacing. */
@media(max-width:640px){
 .topnav{gap:12px;flex-wrap:wrap;}
 .topnav .brand{min-width:0;flex-shrink:1;}
 .topnav .brand img{max-width:104px;height:auto;max-height:28px;object-fit:contain;}
 .topnav .navgroup{min-width:0;gap:8px;margin-left:auto;flex-wrap:wrap;justify-content:flex-end;}
 .topnav .back{display:inline-flex;align-items:center;justify-content:center;min-height:44px;font-size:10px;letter-spacing:.05em;padding:8px;}
 body.psq-character-detail .scene-copy{padding-bottom:calc(88px + env(safe-area-inset-bottom,0px));}
 body.psq-character-detail .psq-story-toggle{bottom:calc(14px + env(safe-area-inset-bottom,0px));}
 :is(.psq-cabinet,.psq-planets) .lb-body{min-width:0;}
 :is(.psq-cabinet,.psq-planets) .lb-body :is(h3,.lb-desc,.lb-mood){overflow-wrap:break-word;}
}
