/* Shared structural helpers for Brendigo demo microsites. */
.br-demo-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.br-demo-hidden {
  display: none !important;
}

.br-demo-ink-foreground {
  color: hsl(var(--ink-foreground));
}

.br-demo-no-pointer {
  pointer-events: none;
}

.br-demo-seo-copy {
  max-width: 1080px;
  margin: 2rem auto;
  padding: 2rem;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #27304a;
}

.br-demo-system-font {
  font-family: Inter, system-ui, sans-serif;
}

.br-demo-noscript-note {
  padding: 1rem;
  text-align: center;
}
