How do I open a Megamenu from every item in a nav menu?

I’ve got a regular nav menu. I want to open a megamenu once the user hovers over any part of the menu.

I can do that by adding the same megamenu to every item in the nav menu, but that means that if the user moves the mouse from one item to the next, the megamenu closes and opens. I want to avoid that.

Basically, I want:

A) the megamenu to open the moment the user hovers over the nav menu
B) each item on the nav menu to still work as a regular link
C) the megamenu to remain until the user moves the mouse away from the nav menu (unless it’s into the mega menu).

How do I achieve that?

TIA!