/* Quiet, factual Google proof for HOME review candidates.
   Live source checked 25 August 2026. Recheck the review count before publication. */
.home-google-proof {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  width: max-content;
  min-height: 44px;
  margin-top: 18px;
  color: rgba(244, 240, 233, .66);
  font-family: "IBM Plex Mono", monospace;
  font-size: clamp(9px, .72vw, 11px);
  font-weight: 400;
  letter-spacing: .11em;
  line-height: 1.4;
  text-decoration: none;
  text-transform: uppercase;
}

.home-google-proof::before {
  width: 28px;
  height: 1px;
  background: rgba(216, 179, 113, .55);
  content: "";
}

.home-google-proof strong {
  color: rgba(244, 240, 233, .94);
  font: inherit;
}

.home-google-proof span:last-child {
  color: rgba(244, 240, 233, .5);
}

.home-google-proof:hover,
.home-google-proof:focus-visible {
  color: rgba(244, 240, 233, .9);
}

.home-google-proof:focus-visible {
  outline: 1px solid rgba(216, 179, 113, .8);
  outline-offset: 5px;
}

@media (max-width: 720px) {
  .home-google-proof {
    flex-wrap: wrap;
    gap: .45rem .62rem;
    margin-top: 13px;
    font-size: 8.5px;
  }

  .home-google-proof::before {
    width: 19px;
  }
}
