/* High End Appliance Repair — icon logo + hero title */

.site-logo,
.header-logo img,
.copyright__logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

/* Square symbol only (no company name in image) */
.site-logo--icon {
  aspect-ratio: 1 / 1;
}

/* Desktop header — display ~52px, file 256×256 for retina */
.header-bottom-3 .header-logo img,
.header-menu-2 .header-logo img {
  max-height: 52px;
  max-width: 52px;
}

/* Mobile header */
@media (max-width: 991.98px) {
  .mobile-header .header-logo,
  .header-menu-2 .header-logo {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    line-height: 0;
  }

  .mobile-header .header-logo img,
  .header-menu-2 .header-logo img {
    max-height: 44px;
    max-width: 44px;
    min-height: 36px;
  }
}

.copyright__logo img {
  max-height: 56px;
  max-width: 56px;
  margin: 0 auto;
}

/* Hero: long company name on index slider */
.aslider--title__her {
  font-size: 72px;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .aslider--title__her {
    font-size: 52px;
  }
}

@media (max-width: 767px) {
  .aslider--title__her {
    font-size: 34px;
    letter-spacing: 0;
  }
}
