/* Homepage-specific sections: flow scroll, sbs, etc. are in hero-demo.css.
   This file adds the horizontal scroll behavior script helpers via CSS where possible. */

.hero-scene-float {
  position: absolute;
  display: inline-flex;
  gap: 6px;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--ink-muted);
  padding: 6px 10px;
  background: rgba(27, 42, 74, 0.6);
  border: 1px solid rgba(138, 168, 192, 0.15);
  border-radius: var(--radius-sm);
  backdrop-filter: blur(12px);
  pointer-events: none;
}
