<!--
The inert attribute completely disables interactivity.
Screen readers and keyboard navigation will ignore it.
It’s a cleaner, more semantic approach to managing hidden elements.
-->
<nav inert>
 <a href="#">Home</a>
  <a href="#">About</a>
  <a href="#">Contact</a>
</nav>