.mobile-nav-icon,
.mobile-nav-chevron,
.mobile-nav-backdrop {
  display: none;
}

@media (max-width: 699px) {
  body.mobile-navigation-open {
    overflow: hidden;
  }

  .site-header.navbar,
  .site-header-inner,
  .site-header .navbar-header {
    min-height: 76px;
  }

  .site-header.navbar {
    transition:
      background-color 260ms ease,
      border-color 260ms ease,
      box-shadow 260ms ease;
  }

  /* The interior hero already carries the INAD identity. Keep the transparent
     mobile controls above it without reserving a second, empty header row. */
  .site-header.site-header--interior {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
  }

  .site-header-inner {
    padding-left: 18px;
    padding-right: 18px;
  }

  .site-header .navbar-header {
    position: relative;
  }

  .site-header .navbar-brand {
    height: 76px;
    padding: 8px 0;
  }

  .site-header #inad-logo {
    max-height: 60px;
    width: 174px;
  }

  .site-header.site-header--interior:not(.is-logo-visible):not(.menu-open) {
    background: transparent;
    border-bottom-color: transparent;
    box-shadow: none;
  }

  .site-header.site-header--interior .navbar-brand {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-6px);
    transition: opacity 220ms ease, transform 300ms ease, visibility 0s linear 300ms;
    visibility: hidden;
    width: 174px;
  }

  .site-header.site-header--interior.is-logo-visible,
  .site-header.site-header--interior.menu-open {
    backdrop-filter: blur(16px);
    background: rgba(255, 255, 255, 0.88);
    border-bottom-color: rgba(232, 63, 120, 0.13);
    box-shadow: 0 7px 24px rgba(49, 36, 43, 0.08);
    -webkit-backdrop-filter: blur(16px);
  }

  .site-header.site-header--interior.is-logo-visible .navbar-brand,
  .site-header.site-header--interior.menu-open .navbar-brand {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 40ms, 0s, 0s;
    visibility: visible;
  }

  .site-header .navbar-toggle {
    align-items: center;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid #efd2dd;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    height: 50px;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 13px;
    width: 50px;
    z-index: 2;
  }

  .site-header .navbar-toggle:hover,
  .site-header .navbar-toggle:focus {
    background: #fff7fa;
    border-color: #eaaec3;
  }

  .site-header .navbar-toggle .icon-bar {
    border-radius: 2px;
    height: 3px;
    margin: 2.5px 0;
    transition: opacity 180ms ease, transform 240ms ease;
    width: 25px;
  }

  .site-header.menu-open .navbar-toggle .icon-bar:nth-of-type(2) {
    transform: translateY(8px) rotate(45deg);
  }

  .site-header.menu-open .navbar-toggle .icon-bar:nth-of-type(3) {
    opacity: 0;
  }

  .site-header.menu-open .navbar-toggle .icon-bar:nth-of-type(4) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .site-header #site-navigation,
  .site-header #site-navigation.collapsing {
    backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid #f0dce4;
    border-radius: 24px;
    box-shadow: 0 24px 70px rgba(54, 35, 45, 0.17);
    left: 12px;
    margin: 0;
    max-height: calc(100vh - 92px);
    max-height: calc(100dvh - 92px);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 16px 18px 20px;
    position: fixed;
    right: 12px;
    top: 82px;
    width: auto;
    z-index: 1032;
    -webkit-backdrop-filter: blur(20px);
  }

  .site-header #site-navigation.collapsing {
    display: block !important;
  }

  .site-header .navbar-nav > li {
    border-bottom: 1px solid #f0edf0;
  }

  .site-header .navbar-nav > li:last-child {
    border-bottom: 0;
  }

  .site-header .navbar-nav > li > a {
    align-items: center;
    border-radius: 14px;
    display: flex;
    font-size: 18px;
    gap: 14px;
    line-height: 1.25;
    min-height: 62px;
    padding: 9px 14px;
  }

  .site-header .navbar-nav > li.active > a {
    background: linear-gradient(110deg, #fff0f5, #fbe3ec 62%, #fff8fa) !important;
    color: var(--pink-dark);
  }

  .site-header .navbar-nav > li.active > a::after {
    display: none;
  }

  .mobile-nav-icon {
    align-items: center;
    display: flex;
    flex: 0 0 32px;
    justify-content: center;
  }

  .mobile-nav-icon svg,
  .mobile-nav-chevron {
    fill: none;
    height: 27px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 27px;
  }

  .mobile-nav-chevron {
    display: block;
    height: 20px;
    margin-left: auto;
    width: 20px;
  }

  .site-header .navbar-nav .caret {
    border-left-width: 5px;
    border-right-width: 5px;
    border-top-width: 6px;
    margin-left: auto;
  }

  .site-header .dropdown-menu {
    background: #fff8fa;
    border: 0;
    box-shadow: none;
    float: none;
    margin: 4px 10px 12px 46px;
    padding: 7px;
    position: static;
  }

  .site-header .dropdown-menu > li > a {
    color: #444653;
    line-height: 1.35;
    padding: 9px 11px;
    white-space: normal;
  }

  .site-header .site-search {
    border-top: 1px solid #eee9ed;
    gap: 12px;
    margin: 14px 0 0;
    padding-top: 18px;
  }

  .site-header .site-search .form-control,
  .site-header .site-search .btn {
    border-radius: 999px;
    height: 54px;
  }

  .site-header .site-search .form-control {
    font-size: 17px;
    padding-left: 52px;
  }

  .site-header .site-search .search-icon {
    height: 24px;
    left: 18px;
    right: auto;
    top: 15px;
    width: 24px;
  }

  .site-header .site-search .btn {
    background: linear-gradient(110deg, #eb5c88, #e72b68);
    box-shadow: 0 10px 24px rgba(215, 42, 96, 0.2);
    color: #fff;
    font-size: 17px;
  }

  .mobile-nav-backdrop {
    background: rgba(51, 35, 43, 0.12);
    border: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1029;
  }

  body.mobile-navigation-open .mobile-nav-backdrop {
    display: block;
  }
}
