/* Tale-World Recovery V7 — minimal safe overrides */
.brand img:not(.store-nav-btn img){
  display:block!important;
  width:60px!important;
  height:auto!important;
  max-width:60px!important;
  max-height:44px!important;
  object-fit:contain!important;
  aspect-ratio:auto!important;
}
.hero-panel-logo{
  display:block!important;
  width:min(420px,88%)!important;
  height:auto!important;
  max-width:88%!important;
  max-height:none!important;
  object-fit:contain!important;
  aspect-ratio:auto!important;
}
.footer-logo{
  display:block!important;
  width:170px!important;
  height:auto!important;
  max-width:100%!important;
  max-height:none!important;
  object-fit:contain!important;
  aspect-ratio:auto!important;
}
@media (max-width:1280px) and (min-width:821px){
  .nav{gap:12px!important}
  .menu{gap:13px!important}
  .menu a{font-size:12.5px!important}
  .brand-copy{display:none!important}
  .nav-actions{gap:7px!important}
  .nav-btn{padding-left:12px!important;padding-right:12px!important}
}
@media(max-width:560px){
  .brand img:not(.store-nav-btn img){width:54px!important;max-width:54px!important;max-height:40px!important}
  .footer-logo{width:160px!important}
}
