/* Selected F3 Home Services brand system */
.site-header {
  height: 112px;
}

.hero {
  height: calc(100vh - 112px);
}

.logo-link {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 2px;
  overflow: hidden;
}

.brand-logo {
  display: block;
  width: 185px;
  height: auto;
}

.about-stamp {
  aspect-ratio: auto;
  max-width: 470px;
  padding: 1.4rem;
  background: #fff;
  box-shadow: var(--shadow);
}

.about-stamp::before {
  display: none;
}

.about-stamp img {
  display: block;
  width: 100%;
  height: auto;
}

.footer-brand {
  padding: .45rem .7rem;
}

.footer-logo {
  display: block;
  width: 220px;
  height: auto;
}

.contact-direct {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .45rem;
  margin-top: 1.5rem;
}

.contact-direct a {
  color: var(--navy);
  font-weight: 800;
  text-decoration: none;
}

.contact-direct a:hover,
.footer-contact a:hover {
  text-decoration: underline;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .2rem;
}

.footer-contact p {
  margin: 0 0 .25rem;
}

.footer-contact a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.form-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-note.success {
  color: #19713d;
  font-weight: 700;
}

#estimate-form .button:disabled {
  cursor: wait;
  opacity: .7;
  transform: none;
}

@media (max-width: 700px) {
  .brand-logo { width: 125px; }
  .site-header { height: 84px; }
  .hero { height: calc(100vh - 84px); }
  .footer-logo { width: 190px; }
}
