MUSIC

/* — SAFETY: prevent theme wrappers from clipping — */
.entry-content, .content-area, .site-content, .site-content .container{
width:100% !important;
}

/* — FULL PAGE SHELL (video behind) — */
.sj-shell{
position:relative;
width:100%;
min-height:100vh;
overflow:hidden;
border-radius:18px;
background:#000;
border:1px solid rgba(255,255,255,.12);
}

/* — BACKGROUND VIDEO — */
.sj-bg{position:absolute; inset:0; z-index:0; overflow:hidden;}
.sj-bg video{
position:absolute; inset:0;
width:100%; height:100%;
object-fit:cover;
object-position:center;
transform:scale(1.18); /* helps vertical video fill */
filter:saturate(.95) contrast(1.05) brightness(1.08);
}

/* — TINT OVER VIDEO (NOT TOO DARK) — */
.sj-tint{
position:absolute; inset:0; z-index:1;
background:
radial-gradient(900px 700px at 50% 30%, rgba(255,255,255,.07), transparent 60%),
radial-gradient(900px 700px at 20% 70%, rgba(120,90,255,.08), transparent 65%),
linear-gradient(180deg, rgba(0,0,0,.50), rgba(0,0,0,.72));
}

/* — CENTERED APP WINDOW WRAP — */
.sj-wrap{
position:relative; z-index:2;
max-width:1100px;
margin:0 auto;
padding:44px 16px 80px;
}

/* — APP WINDOW (APPLE-LIKE) — */
.sj-app{
display:grid;
grid-template-columns:260px 1fr;
border-radius:18px;
overflow:hidden;
background:rgba(18,18,18,.92);
border:1px solid rgba(255,255,255,.22);
box-shadow:0 35px 90px rgba(0,0,0,.75);
}

/* Force readable text inside the app window even if theme messes with it */
.sj-app, .sj-app *{
color: rgba(255,255,255,.92) !important;
box-sizing:border-box;
}

@media (max-width:900px){
.sj-app{grid-template-columns:1fr;}
.sj-side{display:none;}
}

/* — SIDEBAR — */
.sj-side{
background:rgba(12,12,12,.96);
border-right:1px solid rgba(255,255,255,.14);
padding:16px 14px;
}

.sj-badge{
display:flex;
align-items:center;
gap:8px;
font-weight:950;
font-size:12px;
letter-spacing:.6px;
text-transform:uppercase;
opacity:.92;
margin-bottom:12px;
}
.sj-badge .dot{
width:8px;height:8px;border-radius:999px;
background:#fff; opacity:.9;
}

.sj-nav{display:flex; flex-direction:column; gap:8px; margin-top:10px;}
.sj-nav a{
display:flex;
align-items:center;
gap:10px;
padding:10px 10px;
border-radius:12px;
text-decoration:none !important;
font-weight:900;
font-size:13px;
background:rgba(255,255,255,.03);
border:1px solid rgba(255,255,255,.10);
color:rgba(255,255,255,.90) !important;
transition:transform .15s ease, border-color .15s ease, background .15s ease;
}
.sj-nav a:hover{
transform:translateY(-1px);
border-color:rgba(255,255,255,.20);
background:rgba(255,255,255,.05);
}
.sj-nav a.active{
background:rgba(255,255,255,.10);
border-color:rgba(255,255,255,.22);
}

.sj-side-label{
margin:18px 0 8px;
font-size:11px;
letter-spacing:.45px;
text-transform:uppercase;
opacity:.72;
font-weight:950;
}

/* — MAIN CONTENT — */
.sj-main{padding:18px 18px 22px;}

.sj-top{
display:flex;
align-items:flex-start;
justify-content:space-between;
gap:12px;
flex-wrap:wrap;
margin-bottom:10px;
}

.sj-title{
margin:0;
font-size:40px;
line-height:1.05;
letter-spacing:-.7px;
font-weight:1000;
}

.sj-sub{
margin:8px 0 0;
font-size:13px;
opacity:.80;
font-weight:750;
}

.sj-actions{display:flex; gap:10px; flex-wrap:wrap;}

.sj-btn{
display:inline-flex;
align-items:center;
justify-content:center;
padding:10px 12px;
border-radius:12px;
text-decoration:none !important;
font-weight:950;
border:1px solid rgba(255,255,255,.18);
background:rgba(255,255,255,.06);
color:#fff !important;
font-size:13px;
white-space:nowrap;
transition:transform .15s ease, border-color .15s ease, background .15s ease;
}
.sj-btn:hover{
transform:translateY(-1px);
border-color:rgba(255,255,255,.28);
background:rgba(255,255,255,.08);
}
.sj-btn.primary{
background:#fff;
color:#111 !important;
border-color:rgba(255,255,255,.65);
}

/* — SECTIONS — */
.sj-section{margin-top:16px;}
.sj-section h3{
margin:0 0 10px;
font-size:12px;
font-weight:1000;
letter-spacing:.6px;
text-transform:uppercase;
opacity:.78;
}

/* — APPLE-LIKE ROW LIST (no dividers) — */
.sj-list{display:flex; flex-direction:column; gap:10px;}

.sj-row{
display:flex;
align-items:center;
gap:12px;
padding:10px 10px;
border-radius:14px;
background:rgba(255,255,255,.04);
border:1px solid rgba(255,255,255,.10);
text-decoration:none !important;
color:#fff !important;
transition:transform .15s ease, border-color .15s ease, background .15s ease;
}
.sj-row:hover{
transform:translateY(-1px);
border-color:rgba(255,255,255,.22);
background:rgba(255,255,255,.06);
}

.sj-cover{
width:54px;height:54px;
border-radius:12px;
object-fit:cover;
border:1px solid rgba(255,255,255,.14);
flex:0 0 54px;
}

.sj-row-main{min-width:0; flex:1;}
.sj-row-title{
margin:0;
font-size:14.5px;
font-weight:900;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
.sj-row.featured .sj-row-title{font-weight:1000;} /* FEATURED = BOLD ONLY */

.sj-row-sub{
margin:6px 0 0;
font-size:12.5px;
opacity:.78;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}

.sj-tag{
font-size:12px;
font-weight:950;
opacity:.72;
padding-left:10px;
white-space:nowrap;
}

.sj-note{
margin-top:14px;
font-size:12px;
opacity:.70;
}

Stunna J

Official Releases

Apple Music


ENERGY cover

ENERGY

Single • 2016

Apple

 


BIRTHDAY SONG cover

BIRTHDAY SONG

Single • 2022

Apple

 


G.A.F. cover

G.A.F.

Single • 2025

Apple

 


Outside cover

OUTSIDE

Single • 2025

Apple

 


2 Sides of the Story cover

2 SIDES OF THE STORY

Album • 2022

Apple

 


Authentic cover

AUTHENTIC

Album • 2024

Apple

 


Martin & Gina cover

MARTIN & GINA

Single • 2017

Apple

 


The Classic Album cover

THE CLASSIC ALBUM

Album • 2019

Apple

 


Vibin cover

VIBIN’

Album • 2018

Apple

 

Spotify


ENERGY cover

ENERGY

Single • 2016

Spotify

 


Birthday Song cover

BIRTHDAY SONG

Single • 2022

Spotify

 


G.A.F. cover

G.A.F.

Single • 2025

Spotify

 


Outside cover

OUTSIDE

Single • 2025

Spotify

 


2 Sides cover

2 SIDES OF THE STORY

Album • 2022

Spotify

 


Authentic cover

AUTHENTIC

Album • 2024

Spotify

 


Martin & Gina cover

MARTIN & GINA

Single • 2017

Spotify

 


The Classic Album cover

THE CLASSIC ALBUM

Album • 2019

Spotify

 


Vibin cover

VIBIN’

Album • 2018

Spotify

 

If autoplay fails on some phones, upload an MP4 and replace the video source URL (Safari sometimes blocks .MOV autoplay).