/* NEMAZING V754 — persistent glass header */
:root{--nm754-header-h:78px}

body > header.site-header,
body > header.nm754-header,
body .site-header.nm754-header{
  position:fixed !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  width:100% !important;
  z-index:9999 !important;
  margin:0 !important;
  transform:none !important;
  background:rgba(255,255,255,.72) !important;
  border-bottom:1px solid rgba(214,218,232,.62) !important;
  box-shadow:0 8px 26px rgba(26,31,62,.035) !important;
  -webkit-backdrop-filter:blur(18px) saturate(140%) !important;
  backdrop-filter:blur(18px) saturate(140%) !important;
  transition:background .22s ease,box-shadow .22s ease,border-color .22s ease !important;
}
body.nm754-at-top > header.site-header,
body.nm754-at-top .site-header.nm754-header{
  background:rgba(255,255,255,.42) !important;
  border-bottom-color:rgba(255,255,255,.44) !important;
  box-shadow:none !important;
}
body.nm754-scrolled > header.site-header,
body.nm754-scrolled .site-header.nm754-header{
  background:rgba(255,255,255,.92) !important;
  border-bottom-color:rgba(218,221,234,.88) !important;
  box-shadow:0 12px 34px rgba(26,31,62,.09) !important;
}

/* regular pages need room for a fixed header */
.nm754-header-spacer{
  display:block !important;
  width:100% !important;
  height:var(--nm754-header-h) !important;
  min-height:var(--nm754-header-h) !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  pointer-events:none !important;
}

/* home: no spacer, hero starts behind the fixed menu */
body.nm754-home .nm754-header-spacer{display:none !important;height:0 !important;min-height:0 !important}
body.nm754-home main,
body.nm754-home main.nm748-home{
  margin-top:0 !important;
  padding-top:0 !important;
}
body.nm754-home .nm748-hero{
  margin-top:0 !important;
  min-height:100svh !important;
}
body.nm754-home .nm748-hero-media{
  position:absolute !important;
  inset:0 !important;
}
body.nm754-home .nm748-hero-media img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center top !important;
}
body.nm754-home .nm748-hero-inner{
  padding-top:calc(var(--nm754-header-h) + 68px) !important;
}

@media (max-width:900px){
  :root{--nm754-header-h:68px}
  body.nm754-home .nm748-hero-inner{padding-top:calc(var(--nm754-header-h) + 34px) !important}
}
@media (max-width:640px){
  :root{--nm754-header-h:64px}
  body > header.site-header,
  body .site-header.nm754-header{
    background:rgba(255,255,255,.88) !important;
    -webkit-backdrop-filter:blur(16px) saturate(135%) !important;
    backdrop-filter:blur(16px) saturate(135%) !important;
  }
  body.nm754-home .nm748-hero-inner{padding-top:calc(var(--nm754-header-h) + 26px) !important}
  body.nm754-home .nm748-hero-media img{object-position:66% top !important}
}
