/* Phone pass: 44px hit targets, a visible Menu pill on light sections. */
.menu-toggle { min-height: 44px; border: 1px solid rgba(21, 21, 21, 0.12); }
.garu-nav:not(.scrolled) .menu-toggle { border-color: rgba(255, 255, 255, 0.35); }
.example-switcher button { min-width: 44px; min-height: 44px; }
#size-pause, .demo-label { min-height: 44px; display: inline-flex; align-items: center; }
.size-controls button { min-width: 48px; min-height: 44px; }
.garu-footer nav a, .garu-legal a { display: inline-block; padding: 10px 0; }
@media (max-width: 767px) {
  .garu-footer nav a { display: block; }
  .hero-actions .button { min-height: 48px; }
}
