.ds-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

.ds-caption {
  margin-top: var(--ds-space-2);
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--ds-color-muted);
  text-align: center;
}

.ds-text-center {
  text-align: center;
}

.ds-mt-0 {
  margin-top: 0;
}

.ds-mb-0 {
  margin-bottom: 0;
}

/* Error pages */
.ds-error {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: var(--ds-space-4);
}

.ds-error__code {
  font-size: clamp(3rem, 8vw, 5rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  color: var(--ds-color-accent);
}

.ds-error__title {
  margin: 0;
  font-size: 1.5rem;
}

.ds-error__desc {
  margin: 0;
  max-width: 28rem;
  color: var(--ds-color-muted);
}

/* Ghost Portal / embed branding */
.gh-copyright {
  display: none;
}
