/* 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;
}

/* Brendigo v4.5.0 demo resilience */
.br-demo-fallback{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.65rem;padding:2rem;text-align:center;background:#f6f1e9;color:#1f2428;font:500 16px/1.5 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.br-demo-fallback strong{font-size:clamp(1.6rem,5vw,2.6rem)}.br-demo-fallback span{color:#62686d}.br-demo-fallback a{display:inline-flex;margin-top:.5rem;padding:.65rem 1rem;border-radius:999px;background:#a66a45;color:#fff;text-decoration:none;font-weight:700}
