/* Off-canvas rather than display:none — some simple bots specifically
   skip display:none fields, so this is harder for them to detect. Real
   users never encounter it either way: aria-hidden + tabindex="-1" on
   the input remove it from the accessibility tree and tab order. */
.form-thingy-honeypot {
  position: absolute;
  left: -9999px;
  top: -9999px;
}
