@media screen and (max-width: 767px) {
  /* Prevent horizontal overflow on mobile */
  html,
  body {
    overflow-x: hidden !important;
  }

  /* Header title: allow wrapping and shrink */
  .elementor-130 .elementor-element-a2753c4 .elementor-heading-title,
  .elementor-130 .elementor-element-a2753c4 .elementor-heading-title a {
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    font-size: clamp(12px, 3.6vw, 18px) !important;
    line-height: 1.25 !important;
    max-width: calc(100vw - 90px) !important;
  }

  /* Header containers keep everything in one row */
  .elementor-130 .e-con-inner {
    flex-wrap: nowrap !important;
    align-items: center !important;
  }

  /* Logo image smaller on mobile */
  .elementor-130 .elementor-widget-image img {
    max-width: 60px !important;
    height: auto !important;
  }

  /* Nav menu widget only takes needed width, pushed to the right */
  .elementor-130 .elementor-element-26d7f4c {
    width: auto !important;
    flex: 0 0 auto !important;
    margin-left: auto !important;
  }

  /* Keep hamburger toggle visible */
  .elementor-130 .twbb-menu-toggle {
    padding: 8px !important;
    flex-shrink: 0 !important;
  }
}
