.site-footer-inner {
  align-items: flex-start;
  gap: 2.5rem;
}

.site-footer-brand-lockup {
  display: inline-block;
  margin-bottom: 1rem;
  text-decoration: none !important;
  line-height: 0;
  transition: opacity 0.2s ease;
}

.site-footer-brand-lockup:hover,
.site-footer-brand-lockup:focus {
  opacity: 1;
}

.site-footer-logo {
  display: block;
  width: auto;
  height: 32px;
  max-width: min(180px, 65vw);
  filter: brightness(0) invert(1);
  opacity: 0.94;
}

.site-footer-brand-lockup:hover .site-footer-logo,
.site-footer-brand-lockup:focus .site-footer-logo {
  opacity: 1;
}

.site-footer-contact {
  flex: 1 1 auto;
  max-width: 28rem;
}

.site-footer-brand {
  margin: 0 0 0.35rem;
  font-weight: 600;
  color: var(--footertitlecolor, #fff);
  font-size: 0.98em;
  letter-spacing: 0.02em;
}

.site-footer-representative {
  margin: 0 0 1.25rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.5;
}

.site-footer-name {
  white-space: nowrap;
}

.site-footer-address,
.site-footer-phone,
.site-footer-email {
  margin: 0 0 0.85rem;
  padding: 0;
  color: #fff;
  line-height: 1.55;
  font-style: normal;
}

.site-footer-email {
  margin-bottom: 0;
}

.site-footer-address a,
.site-footer-phone a,
.site-footer-email a {
  color: inherit;
  text-decoration: none;
}

.site-footer-phone a:hover,
.site-footer-phone a:focus,
.site-footer-email a:hover,
.site-footer-email a:focus {
  color: var(--footerlinkcolorhover, #fff);
  text-decoration: underline;
}

.site-footer-nav {
  flex: 0 0 auto;
  margin-left: auto;
  padding-top: 0.15rem;
}

@media (max-width: 767px) {
  .site-footer-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .site-footer-brand-lockup {
    display: block;
    text-align: center;
  }

  .site-footer-contact {
    max-width: none;
  }

  .site-footer-nav {
    margin-left: 0;
    width: 100%;
  }
}
