@page "/" @using DeepDrftWeb.Client.Services Deep DRFT - Electronic Music Collective @* Hero - split 50/50 *@
Charleston, South Carolina

Deep
Drft

Electronic Music Collective

We craft immersive electronic soundscapes — live, unscripted, and built from synthesizers, drum machines, and raw intention. No sets. No loops. Pure drift.

@* Pulsing rings *@
@* Now-Playing card *@
Now Playing
@(Player?.CurrentTrack?.TrackName ?? "Nothing playing")
@(Player?.CurrentTrack != null ? $"{Player.CurrentTrack.Artist} ยท {Player.CurrentTrack.Album ?? "Single"}" : "Select a track to begin")
@if (Player?.IsLoaded == true) {
@* 20 bars - approximate the wireframe's varied animation timings *@
} else {
}
@* Stat row - hard-coded for now. TODO Phase 2: wire to real track count / identity model. *@
47+
Live Sessions
2
Members
Drift Points
@* Divider *@
The Sound
@* Sound section *@

Every
Frequency
Explored

From the hypnotic pulse of deep house to the fractal complexity of IDM, Deep DRFT refuses to be categorized. We treat genre as a palette — not a cage. Each session begins as something and ends as something else entirely.

@* TODO Phase 2.2: wire each genre to /genres/{slug} *@
House
Foundation
Techno
Architecture
Trance
Ascension
IDM
Intelligence
Progressive
Journey
Ambient
Atmosphere
@* Dark features section *@
What We Offer

Built for the
Committed Listener

Lossless Audio Streaming
Crystal-clear sound delivered at full resolution. We don't compress the music — or the experience.
Live Sessions Broadcast
Join us in real time. Every session is unrepeatable — a singular moment sculpted between performer and listener.
Studio Video Content
Behind-the-machine footage. Watch synthesis happen in real time, gear and all — no performance, just process.
Growing Archive
A living catalogue of sessions, mixes, and experiments — indexed, searchable, and always expanding.
@* Split: origin + connect *@
Our Origin

Where the Holy City
Meets the Future

Charleston, South Carolina holds centuries of culture in its streets. We carry that weight into the studio — tradition as tension against the forward pull of electronic sound. The result is music that feels both ancient and unimagined.

Stay Connected

Never Miss
a Session

@* TODO: wire to subscription system when newsletter/alerts backend exists *@
Newsletter
New releases & studio dispatches
Live Alerts
Know the moment we go live
@* TODO: subscription form lives behind this CTA *@
@* CTA banner *@

Ready to
Drift Deeper?

Immerse yourself. The current is always running.

Explore the Archive @* TODO: route to /schedule when live-session schedule page exists *@
@code { [CascadingParameter] public IPlayerService? Player { get; set; } }