@media (max-width: 830px) {
  nav.fixed.top-0.left-0.right-0.z-50 .hidden.md\:flex.items-center.gap-8,
  nav.fixed.top-0.left-0.right-0.z-50 .hidden.md\:block {
    display: none !important;
  }

  nav.fixed.top-0.left-0.right-0.z-50 button.md\:hidden.text-foreground,
  nav.fixed.top-0.left-0.right-0.z-50 .md\:hidden.bg-background\/95.backdrop-blur-xl.border-b.border-border {
    display: block !important;
  }
}
