.ese-coming-soon { –black: #070707; –charcoal: #121212; –metal: #a7a7a7; –muted: #7c7c7c; –red: #9d241b; –red-bright: #c93628; –white: #f2f2f2; position: relative; overflow: hidden; min-height: 100vh; background: var(–black); color: var(–white); font-family: Impact, Haettenschweiler, “Arial Narrow Bold”, sans-serif; isolation: isolate; } .ese-coming-soon * { box-sizing: border-box; } .ese-coming-soon::before { content: “”; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 25% 20%, rgba(201, 54, 40, 0.18), transparent 28%), radial-gradient(circle at 80% 10%, rgba(255, 255, 255, 0.08), transparent 24%), linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px); background-size: auto, auto, 42px 42px, 42px 42px; z-index: -1; } .ese-page { min-height: 100vh; background: linear-gradient(180deg, rgba(0,0,0,0.2), rgba(0,0,0,0.95)); } .ese-header { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1.25rem 5vw; border-bottom: 2px solid rgba(157, 36, 27, 0.55); background: rgba(6, 6, 6, 0.82); backdrop-filter: blur(14px); position: relative; z-index: 10; } .ese-brand { display: flex; align-items: center; gap: 0.9rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(–white); } .ese-brand-lock { width: 50px; height: 50px; border: 3px solid var(–metal); border-radius: 50%; display: grid; place-items: center; color: var(–red-bright); box-shadow: inset 0 0 18px rgba(255,255,255,0.08); flex: 0 0 auto; } .ese-brand-lock::before { content: “🔓”; font-size: 1.55rem; filter: grayscale(0.3); } .ese-brand h1 { margin: 0; color: var(–white); font-size: clamp(1.2rem, 2vw, 1.8rem); line-height: 0.9; font-weight: 900; } .ese-brand span { color: var(–red-bright); display: block; font-size: 1.35em; } .ese-nav { display: flex; gap: clamp(1rem, 3vw, 3rem); align-items: center; } .ese-nav a, .ese-notify-top { text-decoration: none !important; } .ese-nav a { color: var(–metal); text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.95rem; transition: color 0.2s ease; } .ese-nav a:hover { color: var(–white); } .ese-notify-top { background: linear-gradient(180deg, var(–red-bright), var(–red)); color: var(–white); border: 1px solid rgba(255,255,255,0.18); padding: 0.95rem 1.5rem; text-transform: uppercase; letter-spacing: 0.12em; box-shadow: 0 10px 30px rgba(0,0,0,0.45), inset 0 1px 0 rgba(255,255,255,0.24); display: inline-block; } .ese-hero { min-height: calc(100vh – 92px); display: grid; grid-template-columns: 0.85fr 1.15fr; align-items: center; gap: 4vw; padding: 5rem 5vw 3rem; } .ese-eyebrow { color: var(–red-bright); text-transform: uppercase; letter-spacing: 0.26em; font-size: clamp(0.9rem, 1.5vw, 1.15rem); margin-bottom: 1.5rem; } .ese-hero-copy h2 { margin: 0; color: var(–white); font-size: clamp(4.2rem, 10vw, 9.5rem); line-height: 0.82; text-transform: uppercase; letter-spacing: 0.025em; text-shadow: 0 8px 22px rgba(0,0,0,0.65); font-weight: 900; } .ese-hero-copy p { margin: 1.5rem 0 0; max-width: 560px; font-family: Arial, sans-serif; color: #b8b8b8; font-size: clamp(1.05rem, 1.7vw, 1.45rem); line-height: 1.65; } .ese-signup { margin-top: 2.3rem; max-width: 610px; } .ese-signup label { display: block; color: var(–metal); text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.95rem; margin-bottom: 0.8rem; } .ese-form-row { display: flex; border: 1px solid rgba(255,255,255,0.24); background: rgba(0,0,0,0.58); max-width: 520px; } .ese-form-row input[type=”email”] { flex: 1; min-width: 0; background: transparent !important; border: 0 !important; color: var(–white) !important; padding: 1.1rem 1rem !important; font: 1rem Arial, sans-serif; outline: none; box-shadow: none !important; margin: 0 !important; height: auto !important; } .ese-form-row input::placeholder { color: #8e8e8e; } .ese-form-row button { border: 0; background: linear-gradient(180deg, var(–red-bright), var(–red)); color: var(–white); padding: 0 1.45rem; cursor: pointer; font: 1rem Impact, Haettenschweiler, “Arial Narrow Bold”, sans-serif; text-transform: uppercase; letter-spacing: 0.13em; transition: filter 0.2s ease; border-radius: 0; } .ese-form-row button:hover { filter: brightness(1.15); } .ese-micro-note { margin-top: 1rem; display: flex; gap: 0.6rem; align-items: center; color: #999; font: 0.95rem Arial, sans-serif; } .ese-micro-note span { color: var(–red-bright); } .ese-image-panel { position: relative; isolation: isolate; } .ese-image-panel::before { content: “”; position: absolute; inset: -2rem; background: radial-gradient(circle, rgba(157,36,27,0.34), transparent 62%); filter: blur(20px); z-index: -1; } .ese-image-frame { border: 8px solid rgba(96, 96, 96, 0.45); box-shadow: 0 35px 90px rgba(0,0,0,0.75); background: #050505; transform: rotate(-1deg); overflow: hidden; } .ese-image-frame img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; opacity: 0.94; max-width: 100%; } .ese-features { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,0.14); border-bottom: 1px solid rgba(255,255,255,0.14); background: rgba(10,10,10,0.84); } .ese-feature { padding: 2rem 5vw; border-right: 1px solid rgba(255,255,255,0.12); display: grid; grid-template-columns: auto 1fr; gap: 1rem; align-items: center; } .ese-feature:last-child { border-right: 0; } .ese-feature-icon { width: 66px; height: 66px; display: grid; place-items: center; border: 2px solid rgba(255,255,255,0.24); border-radius: 50%; background: radial-gradient(circle, rgba(201,54,40,0.5), rgba(0,0,0,0.72)); font-size: 1.55rem; flex: 0 0 auto; } .ese-feature h3 { margin: 0 0 0.35rem; color: var(–metal); text-transform: uppercase; letter-spacing: 0.12em; font-size: 1.35rem; font-weight: 900; } .ese-feature p { margin: 0; color: #8d8d8d; font: 0.96rem/1.45 Arial, sans-serif; } .ese-footer { padding: 1.4rem 5vw; color: #777; display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.9rem; background: rgba(0,0,0,0.45); } .ese-footer strong { color: var(–red-bright); font-weight: normal; } @media (max-width: 980px) { .ese-header { flex-wrap: wrap; } .ese-nav { order: 3; width: 100%; justify-content: center; flex-wrap: wrap; } .ese-hero { grid-template-columns: 1fr; padding-top: 3rem; } .ese-image-panel { order: -1; } .ese-features { grid-template-columns: 1fr; } .ese-feature { border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.12); } } @media (max-width: 620px) { .ese-notify-top { width: 100%; text-align: center; } .ese-hero-copy h2 { font-size: 4rem; } .ese-form-row { flex-direction: column; } .ese-form-row button { padding: 1rem; } }

Explore. Solve.Escape.

About Experiences FAQ Contact Notify Me
Next chapter begins

Coming
Soon

A new immersive escape room experience is almost here. Think fast, work together, solve the clues, and escape before time runs out.

Get updates & early access
🔒 Be the first to know when doors unlock.
Explore. Solve. Escape. escape room sign

Team Challenges

Built for collaboration. Solve together, communicate, and escape as a team.

Immersive Puzzles

Clever, challenging, cinematic puzzles that pull you into the story.

Private Bookings

Book your private experience for friends, family, date nights, or special events.