/* Isolated navbar brand lockup. No rules below affect page sections. */
.site-header .brand-image {
  height: 68px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  flex: 0 0 auto;
  background: transparent;
}

.site-header .navbar-logo {
  display: block;
  width: 45px;
  height: 57px;
  flex: 0 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 2px 3px rgba(6, 27, 60, 0.12));
}

.navbar-brand-copy {
  width: 178px;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  font-family: "Montserrat", Arial, sans-serif;
  white-space: nowrap;
}

.navbar-brand-name {
  color: #061b3c;
  font-size: 29px;
  font-weight: 900;
  letter-spacing: 0.105em;
  line-height: 0.86;
  padding-left: 0.105em;
}

.navbar-brand-name .brand-letter-a {
  position: relative;
  display: inline-block;
}

.navbar-brand-name .brand-letter-a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0.08em;
  width: 0;
  height: 0;
  border-left: 0.12em solid transparent;
  border-right: 0.12em solid transparent;
  border-bottom: 0.38em solid #d89a22;
  transform: translateX(-50%);
}

.navbar-brand-services {
  margin-top: 4px;
  color: #c98b1c;
  font-size: 11.5px;
  font-weight: 900;
  letter-spacing: 0.045em;
}

.navbar-brand-tagline {
  width: 100%;
  margin-top: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #061b3c;
  font-size: 4.6px;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.navbar-brand-tagline i {
  width: 15px;
  height: 1px;
  background: #061b3c;
  flex: 0 0 auto;
}

.footer-brand .footer-logo {
  display: block;
  width: 45px;
  height: 57px;
  flex: 0 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 2px 3px rgba(6, 27, 60, 0.12));
}

.footer-brand .footer-brand-copy {
  width: 178px;
}

@media (max-width: 760px) {
  .site-header .brand-image {
    height: 60px;
    gap: 6px;
    margin: auto;
  }

  .site-header .navbar-logo {
    width: 38px;
    height: 48px;
  }

  .navbar-brand-copy {
    width: 145px;
  }

  .navbar-brand-name {
    font-size: 23px;
  }

  .navbar-brand-services {
    margin-top: 3px;
    font-size: 9.4px;
  }

  .navbar-brand-tagline {
    margin-top: 2px;
    gap: 3px;
    font-size: 3.7px;
  }

  .navbar-brand-tagline i {
    width: 11px;
  }

  .footer-brand .footer-logo {
    width: 38px;
    height: 48px;
  }

  .footer-brand .footer-brand-copy {
    width: 145px;
  }
}
