.nav-wrap {
  position: relative;
  top: auto;
  min-height: 174px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: rgba(243, 245, 240, 0.96);
}

.brand-logo {
  display: block;
  width: 154px;
  height: 154px;
  flex: 0 0 154px;
  overflow: hidden;
}

.brand-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-logo {
  display: block;
  width: 84px;
  height: 84px;
  flex: 0 0 84px;
  overflow: hidden;
}

.footer-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 900px) {
  .nav-wrap {
    min-height: 124px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .brand-logo {
    width: 112px;
    height: 112px;
    flex-basis: 112px;
  }

  .nav-wrap nav {
    top: 124px;
  }
}

.usa-contact {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(50px, 8vw, 130px);
  align-items: end;
  padding: 100px 5vw;
  background: white;
  border-top: 1px solid var(--line);
}

.usa-contact h2 {
  font-size: clamp(2.8rem, 5.4vw, 5.7rem);
  margin-bottom: 38px;
}

.quote-button { background: var(--dark); }
.contact-details { font-style: normal; border-top: 1px solid var(--line); }
.contact-details > div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.contact-details span:first-child {
  color: var(--muted);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.contact-details a { text-decoration: none; font-weight: 700; overflow-wrap: anywhere; }
.contact-details a:hover, .footer-contact a:hover { text-decoration: underline; }
.footer-contact { display: grid; gap: 6px; text-align: center; }
.footer-contact strong { letter-spacing: .08em; text-transform: uppercase; }
.footer-contact span, .footer-contact a { color: #cbd5d1; text-decoration: none; }

@media (max-width: 900px) {
  .usa-contact { grid-template-columns: 1fr; align-items: start; }
  .footer-contact { text-align: left; }
}

@media (max-width: 540px) {
  .usa-contact { padding: 75px 5vw; }
  .contact-details > div { grid-template-columns: 1fr; gap: 7px; }
}
