/* Official representative signature. Keep separate from decorative handwriting. */
.sri-message .signature strong {
  display: block;
  width: 218px;
  height: 72px;
  margin-top: 8px;
  background: url('../images/SRI_REPRESENTATIVE_SIGNATURE.png') center / contain no-repeat;
  filter: brightness(0) invert(1);
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0;
}

/* TOP hero: apply the metallic gradient to each glyph line, not the container. */
.move-forward {
  background: none !important;
}
.move-forward span {
  display: block;
  background: linear-gradient(180deg, #aeb0b2 0%, #666a6d 38%, #242628 72%, #0a0b0c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.forward-arrow {
  width: min(50vw, 620px);
}

@media (max-width: 700px) {
  .sri-message .signature strong {
    width: 190px;
    height: 63px;
  }
}
