/* Brand overrides for The DoubleH US.
   Kept in its own file so a fresh Webflow export can be dropped in without
   losing them. The wordmark is wider than the one the template shipped with
   (about 10:1 vs 5.9:1), so the brand containers need more room or the logo
   renders too short to read. */

.navbar-brand {
  width: 200px;
}

.footer-brand {
  width: 13rem;
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    width: 165px;
  }
}

/* ---------- footer bottom bar ----------
   Replaces the template's Style Guide / Licenses / Changelog links and its
   studio credit with the brand's own legal line, the fair-housing notice,
   and direct contact actions. */

.footer-legal {
  display: flex;
  flex-direction: column;
  gap: var(--_spacing---0-75-rem, .75rem);
}

.footer-copyright {
  color: var(--_color---white, #fefcf8);
  font-size: var(--_typography---text, 16px);
  line-height: var(--_typography---height-body, 1.3);
}

.footer-eho {
  display: inline-flex;
  align-items: center;
  gap: var(--_spacing---0-5-rem, .5rem);
  color: var(--_color---light-grey, #bbb9b5);
  font-size: 13px;
  letter-spacing: .04em;
}

.footer-eho-icon {
  width: 1.25rem;
  height: 1.25rem;
  flex: none;
}

.footer-utility {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  gap: var(--_spacing---0-5-rem, .5rem) var(--_spacing---2-rem, 2rem);
}

.footer-utility-link {
  color: var(--_color---light-grey, #bbb9b5);
  text-decoration: none;
  font-size: var(--_typography---text, 16px);
  transition: color .2s ease;
}

.footer-utility-link:hover {
  color: var(--_color---white, #fefcf8);
}

.footer-totop {
  color: var(--_color---white, #fefcf8);
}

@media screen and (max-width: 767px) {
  .footer-utility {
    justify-content: flex-start;
  }
}
