.mascot > img,
.finder-title img,
.final img {
  background: #fff9e9;
  border-radius: 50%;
  mix-blend-mode: normal;
}

.finder-title img {
  width: 120px;
  height: 120px;
  margin: 24px 0 0;
  object-fit: contain;
}

.mascot > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% center;
  border-radius: 0;
  box-shadow: none;
}

.mascot .burst { display: none; }

.mascot aside {
  min-height: 72px;
  padding-left: 82px;
}

.mascot aside::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 7px;
  width: 56px;
  height: 56px;
  border: 3px solid #f7c84b;
  border-radius: 50%;
  background: #fff9e9 url("/__site-assets/plumbersuncityaz.com/images/mascot.png?cfv=assetfix-20260513d-1784087309177") center / cover no-repeat;
}

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

  .mascot > img { object-position: 58% center; }

  .mascot aside {
    right: 14px;
    bottom: 14px;
    min-height: 58px;
    max-width: 220px;
    padding: 9px 12px 9px 62px;
  }

  .mascot aside::before {
    width: 42px;
    height: 42px;
    border-width: 2px;
  }
}
