.ruach-mobile-header { display: none; }
@media (max-width: 767px) {
  /* Reserve the fixed header's space without depending on an overflow ancestor. */
  body.ruach-mobile-ready { padding-top: 81px; }
  body.ruach-mobile-ready .elementor-location-header { display: none !important; }
  .ruach-mobile-header {
    display: block; position: fixed; top: 0; left: 0; right: 0; z-index: 10000;
    background: #fff; color: #0a2463; font-family: inherit;
    border-bottom: 1px solid #e9edf2;
  }
  .ruach-mobile-header *, .ruach-mobile-header *::before,
  .ruach-mobile-header *::after { box-sizing: border-box; }
  .ruach-mobile-bar {
    height: 80px; display: flex; align-items: center; justify-content: space-between;
    gap: 24px; padding: 12px max(20px, env(safe-area-inset-right)) 12px max(20px, env(safe-area-inset-left));
    position: relative; z-index: 2; background: #fff;
  }
  .ruach-mobile-brand { display: flex; align-items: center; max-width: 180px; }
  .ruach-mobile-brand img { display: block; width: 100%; max-height: 54px; object-fit: contain; }
  .ruach-mobile-toggle {
    display: grid; place-content: center; gap: 5px; width: 48px; height: 48px;
    min-width: 48px !important; width: 48px !important; flex: 0 0 48px; padding: 0 !important; border: 0; border-radius: 12px;
    background: #ffb600; color: #0a2463; cursor: pointer; box-shadow: none;
  }
  .ruach-mobile-toggle:hover, .ruach-mobile-toggle:focus { background: #ffb600; color: #0a2463; }
  .ruach-mobile-toggle span { display: block; width: 22px; height: 2px; background: currentColor; transition: transform .2s, opacity .2s; }
  .ruach-mobile-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .ruach-mobile-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .ruach-mobile-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .ruach-mobile-header :focus-visible { outline: 3px solid #0a2463; outline-offset: 4px; }
  .ruach-mobile-panel {
    position: absolute; top: 100%; left: 0; right: 0; z-index: 2;
    max-height: calc(100dvh - 80px); overflow-y: auto; overscroll-behavior: contain;
    padding: 24px 24px max(28px, env(safe-area-inset-bottom)); background: #fff;
    border-radius: 0 0 20px 20px; box-shadow: 0 18px 32px #071a3826;
  }
  .ruach-mobile-panel[hidden], .ruach-mobile-shade[hidden] { display: none !important; }
  .ruach-mobile-panel:not([hidden]) { animation: ruach-menu-enter .22s ease-out; }
  .ruach-mobile-label { margin: 0 0 12px; color: #677487; font-size: 11px; line-height: 1.5; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
  .ruach-mobile-links { margin: 0 !important; padding: 0 !important; list-style: none; }
  .ruach-mobile-links li { margin: 0; padding: 0; border-bottom: 1px solid #e9edf2; }
  .ruach-mobile-links a {
    display: flex; align-items: center; gap: 16px; min-height: 66px; padding: 16px 0;
    color: #0a2463; text-decoration: none; font-size: 22px; font-weight: 600; line-height: 1.3;
  }
  .ruach-mobile-links a span { color: #9b6800; font-size: 11px; font-weight: 500; letter-spacing: .06em; }
  .ruach-mobile-links a::after { content: '↗'; margin-left: auto; font-size: 21px; font-weight: 400; color: #9b6800; }
  .ruach-mobile-links a:hover { color: #9b6800; }
  .ruach-mobile-contact { display: block; margin-top: 22px; padding: 15px 12px; border-radius: 10px; background: #f3f6fa; text-align: center; color: #0a2463; text-decoration: none; font-size: 13px; line-height: 1.5; overflow-wrap: anywhere; }
  .ruach-mobile-shade { position: fixed; inset: 80px 0 0; z-index: 1; background: #071a3870; }
  html.ruach-menu-open { overflow: hidden; }
  #Aboutus, #Services, #Expertise, #Contact { scroll-margin-top: 96px; }
  @keyframes ruach-menu-enter { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }
  @media (prefers-reduced-motion: reduce) {
    .ruach-mobile-panel:not([hidden]) { animation: none; }
    .ruach-mobile-toggle span { transition: none; }
  }
}
