/* Official Iuri Riserio brand assets. Source SVG files remain untouched. */

.header-brand{width:clamp(140px,12vw,170px);height:60px;position:relative;overflow:visible;flex:none}
.brand-logo-frame{position:absolute;inset:0;display:block;overflow:hidden}
.brand-logo-frame img{position:absolute;left:50%;top:50%;width:100%;height:auto;max-width:none;transform:translate(-50%,-50%);display:block}

.footer-logo{width:clamp(150px,15vw,205px);display:block}
.footer-logo img{width:100%;height:auto;display:block}
.footer-brand .footer-logo+h2{margin-top:12px}

@media (max-width:640px){
  .header-brand{width:126px;height:44px}
  .brand-logo-frame{inset:4px 0}
  .footer-logo{width:155px}
}

@media (max-width:360px){.header-brand{width:116px;height:42px}}
