/* Behaviour that Smartmenus used to apply at runtime: open desktop sub-menus
   on hover or keyboard focus. */
.elementor-nav-menu--main .elementor-nav-menu li:hover > ul,
.elementor-nav-menu--main .elementor-nav-menu li:focus-within > ul { display: block; }

/* Sticky header (was Elementor Pro "sticky"). The live site pins the top bar
   at 0 and the main header at 52px on every device; stacking both inside a
   sticky header element gives exactly those offsets, with no script and no
   cloned spacer. */
[data-elementor-type="header"] { position: sticky; top: 0; z-index: 99; }
