/* MOBILE – menu systemowe jako overlay na hero */
@media (max-width: 640px) {

  /* menu */
  .uc-menu-overlay {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999 !important;
    background: transparent !important;
    height: auto !important;
 
  }

  /* hero nie jest odsuwany */
  .uc-hero {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  /* Tilda często ucina absolute na mobile */
  .t-rec {
    overflow: visible !important;
  }


}