Quest 1
Red Vein Hunt — Entry
Decode the etched signal. When the code is correct, the gate opens and you’ll create your account to claim access. The prize glows below.
Complete the code to unlock your registration and receive the private access link via email.
Gold-etched fragment
I R N V — ROT(13)
Create your account
Once you submit, you’ll receive an email with the private access. Marketing opt-in recommended so you don’t miss the signal.
{% form 'create_customer', id: 'quest-create', class: 'form', novalidate: 'novalidate' %} {% if form.errors %}
{% for field in form.errors %}
{{ form.errors.translated_fields[field] | capitalize }} — {{ form.errors.messages[field] }}
{% endfor %}
{% endif %}
{% if form.posted_successfully? %}
Registered. Check your inbox shortly for the access link.
{% else %}