/* === INFOSTEND V78.7 / compact sticky header on smaller iPhones ===
   Scope: homepage sticky mobile header only.
   On narrow portrait phones, hide the separate phone control and keep one clear CTA.
   Larger phones (including Air-class widths), desktop, catalog, product and SEO are untouched. */

@media (max-width:400px) and (orientation:portrait){
  .sticky-home-phone{
    display:none!important;
  }
  .sticky-home-header{
    grid-template-columns:minmax(0,1fr) auto!important;
    gap:8px!important;
  }
  .sticky-home-header__brand{
    max-width:142px!important;
    overflow:hidden!important;
  }
  .sticky-home-header__actions{
    min-width:0!important;
    gap:0!important;
  }
  .sticky-home-request{
    flex:0 0 auto!important;
    white-space:nowrap!important;
  }
}

@media (max-width:370px) and (orientation:portrait){
  .sticky-home-header__brand{
    max-width:124px!important;
  }
  .sticky-home-request{
    padding-left:8px!important;
    font-size:10.5px!important;
  }
}


/* === INFOSTAND V79: mobile blog discoverability === */
@media (max-width:640px) and (orientation:portrait){
  .site-header .nav a:nth-child(3){display:inline-flex!important}
}
@media (max-width:380px) and (orientation:portrait){
  /* Keep three concise links on the narrowest phones while preserving Blog access. */
  .site-header .nav a:nth-child(2){display:none!important}
}
/* === INFOSTAND V79 END === */
