/* index_brand.css — only logo + header tune for index.php */

.logo{
  width:58px;
  height:58px;
  flex:0 0 58px;
  display:block;
}

/* raise header height a bit to fit 58px logo comfortably */
.nav-inner{
  height:76px;                 /* was 64px */
}

/* keep alignment tight on smaller screens */
@media (max-width:520px){
  .nav-inner{ height:72px; }
  .brand-text{ max-width:140px; }
}
