/* SU Design v113 — single authoritative logo/nameplate system */
.brand,
.footer-nameplate {
  display: grid !important;
  grid-template-columns: 44px max-content !important;
  align-items: center !important;
  justify-content: start !important;
  column-gap: 8px !important;
  width: max-content !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.brand img,
.footer-nameplate img {
  display: block !important;
  width: 44px !important;
  height: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  flex: none !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: drop-shadow(0 7px 13px rgba(0,0,0,.14)) !important;
}

.brand-copy,
.footer-nameplate > span {
  display: grid !important;
  grid-template-rows: auto auto !important;
  align-content: center !important;
  justify-items: start !important;
  row-gap: 7px !important;
  width: max-content !important;
  height: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
}

.brand-copy strong,
.footer-nameplate strong {
  display: block !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: clamp(18px, 1.55vw, 25px) !important;
  line-height: 1 !important;
  letter-spacing: -.055em !important;
  white-space: nowrap !important;
}

.brand-copy span,
.footer-nameplate > span > span {
  display: block !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: clamp(10px, .78vw, 13px) !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  letter-spacing: .22em !important;
  white-space: nowrap !important;
  text-transform: uppercase !important;
  color: rgba(255,255,255,.80) !important;
}

@media (max-width: 760px) {
  .brand,
  .footer-nameplate {
    grid-template-columns: 36px max-content !important;
    column-gap: 6px !important;
  }

  .brand img,
  .footer-nameplate img {
    width: 36px !important;
  }

  .brand-copy,
  .footer-nameplate > span {
    row-gap: 6px !important;
  }

  .brand-copy strong,
  .footer-nameplate strong {
    font-size: clamp(15px, 4.45vw, 18px) !important;
  }

  .brand-copy span,
  .footer-nameplate > span > span {
    font-size: clamp(8px, 2.15vw, 10px) !important;
    letter-spacing: .20em !important;
  }
}
