/* Keep the real Valmar wordmark crisp above editorial photography. */
.hero-markets__image {
  position: relative;
}
.hero-markets__image .valmar-editorial-signature {
  position: absolute;
  right: clamp(18px, 3vw, 56px);
  bottom: clamp(18px, 3vw, 56px);
  display: flex;
  align-items: center;
  padding: clamp(14px, 1.5vw, 24px);
  background: var(--brand-background);
  border-bottom: 4px solid var(--brand-primary);
}
.hero-markets__image .valmar-editorial-signature img {
  display: block;
  width: clamp(108px, 13vw, 220px);
  height: auto;
  object-fit: contain;
  margin: 0;
}
