/* Sticky header behavior (adds compact style after scrolling) */
.header.is-stuck{
  box-shadow: 0 14px 34px rgba(15, 26, 43, 0.10);
}

.header.is-stuck .nav{
  padding: 0.6rem 0;
}

.header.is-stuck .nav-logo .logo-image{
  height: 42px;
}

/* Smooth anchor scrolling should not hide content under fixed header */
:root{ scroll-padding-top: 86px; }

@media (max-width: 768px){
  :root{ scroll-padding-top: 78px; }
}
