.hero-art .arch {
  width: 88%;
  height: 84%;
  background: #fffaf0;
}

.services aside > img {
  width: 120px;
  height: 120px;
  margin: 24px 0 0;
  object-fit: contain;
  border-radius: 50%;
  background: #fffaf0;
  mix-blend-mode: normal;
}

.hero-art .arch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
  mix-blend-mode: normal;
}

.hero-art .nameplate {
  min-height: 74px;
  padding-left: 82px;
}

.hero-art .nameplate::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 7px;
  width: 56px;
  height: 56px;
  border: 3px solid #ef9c86;
  border-radius: 50%;
  background: #fffaf0 url("/__site-assets/plumbersummervillesc.com/images/mascot.png?cfv=assetfix-20260513d-1784087058940") center / cover no-repeat;
}

@media (max-width: 900px) {
  .hero .hero-art {
    order: -1;
    min-height: 360px;
  }

  .hero-art .arch {
    width: 94%;
    height: 90%;
  }

  .hero-art .nameplate {
    min-height: 60px;
    max-width: 235px;
    padding: 9px 12px 9px 64px;
  }

  .hero-art .nameplate::before {
    width: 44px;
    height: 44px;
    border-width: 2px;
  }
}
