/* CLIPHORIUM_NAV_STICKY_LOCK_V3 (flush top + centered + no low gap) */

.ch-nav{
  position: fixed !important;
  top: 10px !important;
  left: 0 !important;
  right: 0 !important;

  /* keep centered sizing */
  width: calc(100% - 32px) !important;
  max-width: 1320px !important;

  /* REMOVE the “push down” */
  margin: 0 auto !important;

  transform: none !important;
  z-index: 99999 !important;
}

/* Space content below fixed nav */
body{
  padding-top: 155px !important;
}

@media (max-width: 780px){
  body{
    padding-top: 145px !important;
  }
}
