/* Raise .header-area stacking context so the fixed .side-menu (child) is not
   trapped behind sibling sections. Previously z-index:1 confined descendants. */
.header-area { z-index: 1050; }
.side-menu { z-index: 1100 !important; }

/* Offset in-page anchor scrolls so the sticky header does not cover the target */
html { scroll-padding-top: 110px; }
#edicoes,
#sobreaverdenovo,
#contactos { scroll-margin-top: 110px; }
