/* Focused final layout layer: authentic brand mark and matched leadership columns. */
.brand-signature-wrap {
  position: relative;
  display: inline-flex;
  width: 275px;
  padding: 0;
}

.brand-signature-wrap::after {
  content: none;
}

.brand-signature {
  width: 100% !important;
  max-width: none !important;
  height: 58px !important;
  object-fit: contain;
}

#leadership .leadership-topline {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  align-items: stretch !important;
}

#leadership .leadership-photo-card {
  position: relative;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  align-self: stretch;
}

#leadership .leadership-photo-card img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

@media (max-width: 860px) {
  .brand-signature-wrap { width: 235px; }

  #leadership .leadership-topline {
    grid-template-columns: 1fr !important;
  }

  #leadership .leadership-photo-card {
    aspect-ratio: 4 / 5;
  }
}

@media (max-width: 760px) {
  .brand-signature-wrap { width: 205px; }
  .brand-signature { height: 48px !important; }
}
