/* Neutral logo trays with consistent bounds and no image cropping. */
.client-grid figure img {
  box-sizing: border-box;
  width: 142px;
  height: 74px;
  max-width: calc(100% - 12px);
  max-height: none;
  padding: 10px 12px;
  border: 1px solid #e4e1dc;
  border-radius: 8px;
  background: #faf9f7;
  object-fit: contain;
  object-position: center;
  filter: saturate(0.88);
}

.client-grid figure:hover img {
  filter: saturate(0.96);
}

/* The Hadong asset uses a white wordmark, so use a neutral mid-tone field without recoloring it. */
.client-grid figure:nth-child(6) img,
.client-grid figure:nth-child(6):hover img {
  border-color: #6d7377;
  background: #73797d;
  filter: saturate(0.78);
}
