.header-container-bdc {
  width: 100%;
  max-width: 1360px;
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.bdc-header-logo-image {
  display: block;
  width: auto;
  max-width: 6.5rem;
  height: auto;
  flex: 0 0 auto;
  object-fit: contain;
}

.bdc-brand-lockup,
.bdc-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  min-width: 0;
}

.bdc-brand-name,
.bdc-footer-brand-name {
  max-width: 18rem;
  font-size: .625rem;
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.bdc-brand-name {
  color: #617167;
}

.bdc-mobile-menu-link {
  display: block;
  padding: .875rem 1rem;
  border-radius: .75rem;
  color: #1f3428;
  font-size: 1rem;
  font-weight: 600;
  transition: color .15s ease, background-color .15s ease;
}

.bdc-mobile-menu-link:hover,
.bdc-mobile-menu-link:focus-visible,
.bdc-mobile-menu-link.is-active {
  color: #244b38;
  background: #f2f6ef;
}

.bdc-footer-brand {
  color: #fff;
}

.bdc-footer-brand-name {
  max-width: 13rem;
  font-size: .74rem;
  letter-spacing: .13em;
  color: rgba(255, 255, 255, .76);
}

@media (min-width: 640px) {
  .header-container-bdc {
    padding-inline: 2rem;
  }
}

@media (min-width: 1280px) {
  .bdc-brand-lockup {
    flex: 0 0 auto;
  }
}

@media (max-width: 430px) {
  .bdc-header-logo-image {
    max-width: 5.5rem;
  }

  .bdc-brand-lockup--menu {
    gap: .6rem;
  }

  .bdc-brand-lockup--menu .bdc-header-logo-image {
    max-width: 5.75rem;
  }

  .bdc-brand-lockup--menu .bdc-brand-name {
    max-width: 9.5rem;
    font-size: .55rem;
    letter-spacing: .11em;
  }
}

@media (max-width: 639px) {
  main > header {
    padding-top: 7rem;
    padding-bottom: 3rem;
  }

  main > header .container-bdc > nav {
    margin-bottom: 1.1rem;
    font-size: .78rem;
  }

  main > header h1 {
    margin-top: .85rem;
    font-size: 2.15rem;
    line-height: 1.08;
  }

  main > header p {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.55;
  }

  footer > .container-bdc {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.6rem 1.25rem;
    padding-top: 3rem;
    padding-bottom: 2.75rem;
  }

  footer > .container-bdc > div:first-child,
  footer > .container-bdc > div:last-child {
    grid-column: 1 / -1;
  }

  .bdc-footer-brand {
    gap: .65rem;
  }

  .bdc-footer-brand-name {
    max-width: 14rem;
    font-size: .68rem;
    letter-spacing: .11em;
  }

  footer p.mt-6 {
    margin-top: 1rem;
    max-width: none;
    font-size: .82rem;
    line-height: 1.55;
  }

  footer h2 {
    font-size: .68rem;
    letter-spacing: .12em;
  }

  footer ul.mt-5 {
    margin-top: .8rem;
  }

  footer ul.space-y-3 > :not([hidden]) ~ :not([hidden]) {
    margin-top: .5rem;
  }

  footer nav a,
  footer li,
  footer .text-sm {
    font-size: .82rem;
    line-height: 1.45;
  }

  footer .border-t .container-bdc {
    gap: .5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
