/* MIRLINKS responsive logo – merged 2026-08-21 */
@media (max-width: 767px) {
  header#header [data-device="mobile"] .site-logo-container,
  #offcanvas .site-logo-container,
  #offcanvas.zc-mobile-menu .zc-menu-brand,
  .zc-mobile-header-shell .zc-menu-brand {
    background: url("https://mirlinks.com/wp-content/uploads/2026/08/MIRLINKS-logo-mobile.svg") center / contain no-repeat;
  }

  header#header [data-device="mobile"] .site-logo-container img,
  #offcanvas .site-logo-container img,
  #offcanvas.zc-mobile-menu .zc-menu-brand__orbit,
  #offcanvas.zc-mobile-menu .zc-menu-brand__word,
  .zc-mobile-header-shell .zc-menu-brand__orbit,
  .zc-mobile-header-shell .zc-menu-brand__word {
    opacity: 0;
  }
}

/* Clearer desktop navigation: the shorter labels can carry slightly more
 * presence without crowding the logo or utility controls. */
@media (min-width: 768px) {
  body header#header.ct-header [data-device='desktop'] [data-row='middle'] [data-id='menu'] > ul.menu > li > a.ct-menu-link {
    font-size: clamp(13px, 0.9vw, 14px) !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    letter-spacing: 0.085em !important;
    text-transform: uppercase !important;
  }
}
