.brand {
  position: relative;
  overflow: visible;
}

.brand::after {
  content: "™";
  position: absolute;
  top: 15%;
  left: 73%;
  z-index: 2;
  color: var(--gold-bright);
  font-size: clamp(9px, 0.8vw, 13px);
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 0 9px rgba(243, 199, 95, 0.45);
}

.brand-trademark {
  display: inline-block;
  margin-left: 2px;
  color: var(--gold-bright);
  font-size: 0.52em;
  font-weight: 800;
  line-height: 0;
  vertical-align: super;
  text-shadow: 0 0 8px rgba(243, 199, 95, 0.35);
}
