Upcoming Performances

The Live Series

Horizon View
New Poster
Pizza & Games

Stasie Schedule

April 2026
Mon
Tue
Wed
Thu
Fri
Sat
Sun
30
31
01
02
Crypto Night — Lightning payments demo & socials
03
Pizza & Games — Free pizza slices & board games for all ages
04
Easter Hunt — Family egg hunt across the platform Yoga Session — Morning stretch & breathwork
05
Cacao Ceremony — Ceremonial cacao & sound bath
06
07
08
09
Crypto Night — Lightning payments demo & socials
10
Pizza & Games — Free pizza slices & board games for all ages
11
Yoga Session — Morning stretch & breathwork
12
13
14
15
16
Crypto Night — Lightning payments demo & socials
17
Pizza & Games — Free pizza slices & board games for all ages
18
Live Series — Evening performance with local artists
19
20
21
22
23
Crypto Night — Lightning payments demo & socials
24
Pizza & Games — Free pizza slices & board games for all ages
25
Yoga Session
26
27
28
29
30
Crypto Night
01
02
03

Pizza & Games Night

Every Friday • 19:00

Enquire Now

Special Event

Details coming soon

Enquire Now

Box Cart Race

September 5, 2026 • All Day

Enquire Now

Crypto Night

Every Thursday • 18:00

Enquire Now
body { font-family: 'Inter', sans-serif; background-color: var(--deep-black); color: var(--khaki); padding-top: 80px; overflow-x: hidden; } .serif { font-family: 'Playfair Display', serif; } /* --- NAVIGATION --- */ nav.fixed-header { position: fixed; top: 0; width: 100%; background: rgba(5, 5, 5, 0.9); backdrop-filter: blur(20px); z-index: 1000; border-bottom: 1px solid rgba(196, 167, 125, 0.1); padding: 1rem 5%; display: flex; justify-content: space-between; align-items: center; } .nav-links a { color: var(--khaki); font-size: 0.7rem; letter-spacing: 3px; text-transform: uppercase; transition: 0.3s; } .nav-links a:hover { color: var(--brass); } /* --- LIVE PERFORMANCE STACK --- */ .stack-container { position: relative; height: 450px; width: 320px; margin: 0 auto; perspective: 1000px; } .stack-card { position: absolute; width: 100%; height: 100%; border-radius: 15px; overflow: hidden; border: 1px solid rgba(196, 167, 125, 0.2); transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); cursor: pointer; box-shadow: 0 20px 50px rgba(0,0,0,0.5); } .stack-card img { width: 100%; height: 100%; object-fit: cover; } .card-1 { transform: rotate(-5deg) translateX(-20px); z-index: 3; } .card-2 { transform: rotate(0deg); z-index: 2; } .card-3 { transform: rotate(5deg) translateX(20px); z-index: 1; } .stack-container:hover .card-1 { transform: rotate(-15deg) translateX(-180px) scale(1.05); } .stack-container:hover .card-2 { transform: translateY(-20px) scale(1.1); z-index: 10; } .stack-container:hover .card-3 { transform: rotate(15deg) translateX(180px) scale(1.05); } /* --- POSTER BOXES --- */ .poster-box { background: #0f0f0f; border: 1px solid rgba(176, 169, 144, 0.1); padding: 15px; border-radius: 4px; transition: 0.4s; display: flex; flex-direction: column; justify-content: space-between; } .poster-box:hover { border-color: var(--brass); transform: translateY(-5px); } .poster-img { width: 100%; aspect-ratio: 3/4; object-fit: cover; cursor: pointer; border-radius: 2px; margin-bottom: 15px; } .enquire-btn { display: block; width: 100%; text-align: center; padding: 10px; border: 1px solid var(--brass); color: var(--brass); text-transform: uppercase; font-size: 0.65rem; letter-spacing: 2px; transition: 0.3s; } .enquire-btn:hover { background: var(--brass); color: black; } /* --- CALENDAR SYSTEM --- */ .calendar-container { background: #0a0a0a; border: 1px solid rgba(196, 167, 125, 0.1); padding: 20px; border-radius: 8px; } .calendar-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 10px; border-radius: 6px; margin-top: 12px; text-transform: uppercase; letter-spacing: 1px; align-items: start; } .calendar-day { background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01)); border: 1px solid rgba(255,255,255,0.03); min-height: 110px; padding: 10px; position: relative; overflow: hidden; border-radius: 6px; transition: transform 0.18s ease, box-shadow 0.18s ease; } .calendar-day:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(0,0,0,0.6); } .day-num { position: absolute; top: 8px; left: 10px; font-weight: 700; font-size: 0.85rem; color: var(--khaki); background: rgba(0,0,0,0.2); padding: 4px 8px; border-radius: 999px; } .dots-container { position: absolute; right: 8px; top: 8px; display: flex; gap: 6px; } .event-dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(176,169,144,0.6); box-shadow: 0 6px 12px rgba(0,0,0,0.4); } .event-dot.recurring { background: var(--brass); } .event-popup { position: absolute; left: 10px; bottom: 8px; right: 10px; display: flex; flex-direction: column; gap: 6px; opacity: 0; transform: translateY(6px); transition: opacity 0.18s ease, transform 0.18s ease; pointer-events: none; } .calendar-day:hover .event-popup { opacity: 0.98; transform: translateY(0); pointer-events: auto; } .popup-item { display: inline-block; background: rgba(255,255,255,0.03); padding: 6px 8px; border-radius: 4px; font-size: 11px; color: #ddd; } .calendar-day.opacity-20 { opacity: 0.28; filter: grayscale(60%); } .view-more { display: inline-block; margin-top: 6px; background: transparent; border: 1px solid rgba(176,169,144,0.12); color: var(--khaki); padding: 6px 10px; border-radius: 6px; font-size: 11px; text-decoration: none; align-self: flex-start; } .view-more:hover { background: rgba(176,169,144,0.06); } /* Day modal */ .day-modal { position: fixed; inset: 0; display: none; align-items: center; justify-content: center; z-index: 4000; background: rgba(0,0,0,0.6); } .day-modal.show { display: flex; } .day-modal-content { background: #0b0b0b; border: 1px solid rgba(176,169,144,0.08); padding: 20px; width: 90%; max-width: 420px; border-radius: 8px; } .day-modal-content h3 { margin: 0 0 8px 0; font-size: 1rem; color: white; } .day-modal-list { display: flex; flex-direction: column; gap: 8px; margin-bottom: 12px; } .day-modal-close { position: absolute; top: 18px; right: 20px; font-size: 20px; color: #ddd; background: none; border: none; cursor: pointer; } @media (max-width: 768px) { .calendar-grid { gap: 6px; } .calendar-day { min-height: 80px; padding: 8px; } .day-num { font-size: 0.75rem; top: 6px; left: 6px; } } .calendar-day-label { text-align: center; font-size: 0.6rem; letter-spacing: 2px; text-transform: uppercase; padding-bottom: 10px; color: var(--brass); } .calendar-day { min-height: 80px; background: rgba(255,255,255,0.02); border: 1px solid rgba(196, 167, 125, 0.05); padding: 10px; position: relative; transition: 0.3s; } .calendar-day:hover { background: rgba(196, 167, 125, 0.05); } .day-num { font-size: 0.75rem; font-weight: 200; opacity: 0.6; } .dots-container { display: flex; gap: 4px; margin-top: 8px; flex-wrap: wrap; } .event-dot { width: 6px; height: 6px; background: var(--brass); border-radius: 50%; } .event-dot.recurring { background: transparent; border: 1px solid var(--brass); } /* --- POPUP LOGIC --- */ .event-popup { display: none; position: absolute; bottom: 110%; left: 50%; transform: translateX(-50%); background: #1a1a1a; border: 1px solid var(--brass); padding: 12px; z-index: 100; width: 160px; border-radius: 4px; box-shadow: 0 10px 30px rgba(0,0,0,0.8); pointer-events: none; } .event-popup::after { content: ''; position: absolute; top: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: var(--brass) transparent transparent transparent; } .calendar-day:hover .event-popup { display: block; animation: fadeIn 0.3s ease; } .popup-item { font-size: 10px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 4px; color: white; display: block; border-left: 2px solid var(--brass); padding-left: 6px; } @keyframes fadeIn { from { opacity: 0; transform: translateX(-50%) translateY(10px); } to { opacity: 1; transform: translateX(-50%) translateY(0); } } /* --- LIGHTBOX --- */ #lightbox { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.98); z-index: 2000; align-items: center; justify-content: center; padding: 2rem; } #lightbox img { max-height: 90vh; border: 1px solid var(--brass); } @media (max-width: 768px) { .calendar-day { min-height: 50px; padding: 5px; } .event-popup { width: 120px; font-size: 8px; } }
Upcoming Performances

The Live Series

Horizon
Horizon
Pizza & Games Night

Stasie Schedule

April 2026
Mon
Tue
Wed
Thu
Fri
Sat
Sun
30
31
01
02
Crypto NightView more
03
Pizza & GamesView more
04
Easter Hunt Yoga Session View more
05
Cacao CeremonyView more
06
07
08
09
Crypto NightView more
10
Pizza & GamesView more
11
Yoga SessionView more
12
13
14
15
16
Crypto NightView more
17
Pizza & GamesView more
18
Live Series Performance
19
20
21
22
23
Crypto Night
24
Pizza & Games
25
Yoga SessionView more
26
27
28
29
30
Crypto NightView more
01
02
03

Pizza & Games Night

Every Friday • 19:00

Enquire Now

Box Cart Race

September 5, 2026 • All Day

Enquire Now

Crypto Night

Every Thursday • 18:00

Enquire Now

Past Memories