.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.muted {
  color: var(--text);
}

.accent-gold {
  color: var(--gold);
}

.stack {
  display: grid;
  gap: 18px;
}
