.mobile-topbar { display: none; }
#mobile-menu {
  box-sizing: border-box;
  inset: 0 auto 0 0;
  margin: 0;
  width: min(320px, 85vw);
  max-width: none;
  height: 100dvh;
  max-height: none;
  border: 0;
  border-right: 1px solid #dbe4ee;
  padding: max(16px, env(safe-area-inset-top)) 16px max(24px, env(safe-area-inset-bottom));
  background: #f8fafc;
  color: #0f172a;
  overflow-y: auto;
  overscroll-behavior: contain;
  touch-action: pan-y;
}
#mobile-menu::backdrop { background: rgba(15, 23, 42, .46); }
.drawer-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
#mobile-menu nav { display: grid; gap: 8px; }
#mobile-menu nav a { min-height: 24px; }
#menu-toggle, #menu-close {
  width: 44px; height: 44px; border: 1px solid #dbe4ee; border-radius: 10px;
  background: white; color: #1e40af; font-size: 25px; cursor: pointer;
}
.menu-scroll-locked { overflow: hidden; }
@media (max-width: 700px) {
  .mobile-topbar {
    display: flex; align-items: center; gap: 12px;
    position: sticky; top: 0; z-index: 30;
    padding: max(8px, env(safe-area-inset-top)) 16px 8px;
    min-height: 44px; background: #f8fafc; border-bottom: 1px solid #dbe4ee;
  }
  .mobile-brand { color: #1e40af; font-size: 16px; font-weight: 700; text-decoration: none; }
  .mobile-search { margin-left: auto; color: #475569; text-decoration: none; font-size: 13px; padding: 12px 0 12px 12px; }
  .desktop-topnav, .browse-shell > aside, .home-sidebar { display: none !important; }
  .browse-shell, .home-shell { grid-template-columns: minmax(0, 1fr) !important; }
  .site-main, .home-main { padding: 12px 12px 28px !important; }
  .page-content { padding: 16px !important; border-radius: 16px !important; }
  .home-content { display: flex; flex-direction: column; }
  .home-content > #daily-editorial-picks { order: 0; margin-top: 0 !important; }
  .home-content > .page-intro { order: 1; margin-top: 28px; }
  .home-content > .risk-panel { order: 6; margin-top:24px; }
  .home-content > #editorial-picks { order: 3; }
  .home-content > #latest-coverage { order: 4; }
  .home-content > #watch-listen { order: 3; }
  .home-content > #research-brief { order: 5; }
}
