It is possible that some private keys to be "outside" of the standard agreed key space? Somewhere where nobody will search?
That won't work. A key value outside the curve literally means that it's invalid (presumably, the public key cannot be computed from such a private key). Once you go above the maximum value, the key will either be rejected (if the software checks), or the value will overflow back to the start of valid key space.