/* Energiya tela QA fixes 2026-08-29 */
@media screen and (max-width: 980px) {
  /* Header logo bar: scroll with page, do not stick over content */
  #rec2141881753 .t396__artboard {
    position: absolute !important;
    transform: translateZ(0);
    transition: opacity .25s ease, transform .25s ease;
  }
  #rec2141881753.is-scrolled-away .t396__artboard {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
  }
  /* Keep only burger floating */
  #rec2145443803 .t450__menu__content {
    position: fixed !important;
    top: max(8px, env(safe-area-inset-top));
    right: max(8px, env(safe-area-inset-right));
    left: auto !important;
    z-index: 100000;
    transition: transform .25s ease, opacity .25s ease;
  }
  @media (prefers-reduced-motion: reduce) {
    #rec2141881753 .t396__artboard,
    #rec2145443803 .t450__menu__content {
      transition: none !important;
    }
  }
}
