<div style="left: 0; width: 100%; height: 352px; position: relative;"><iframe src="https://open.spotify.com/embed/album/1mw2suVMAjITVLsepMJAH8?utm_source=oembed" style="top: 0; left: 0; width: 100%; height: 100%; position: absolute; border: 0; border-radius: 12px;" allowfullscreen allow="clipboard-write *; encrypted-media *; fullscreen *; picture-in-picture *;"></iframe></div>
<!-- DARTIZIT NATION MUSIC PAGE HEADER -->
<div style="text-align: center; max-width: 800px; margin: 20px auto 40px auto; padding: 0 15px;">
<h1 style="color: #ffb703; font-size: 2.2rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 10px;">
π΅ Official Discography
</h1>
<p style="color: #a0a0a0; font-size: 1rem; line-height: 1.6;">
Stream official single releases, produced tracks, and exclusive music directly below.
</p>
<div style="width: 60px; height: 3px; background: #ffb703; margin: 15px auto; border-radius: 2px;"></div>
</div>
<!-- MUSIC TRACKS GRID CONTAINER -->
<div class="music-grid" style="display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; max-width: 1100px; margin: 0 auto; padding: 0 15px 50px 15px;">
<!-- TRACK 1: WAYABO -->
<div class="music-card">
<div class="artwork-wrapper">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgW42cwjDzzRyZxV1nEJHBl8Pm_aOkN0EYZiSQY2WF45ExO0LFhd5S0V_72QKZg-8DlBGqh2AzOjcDQ2RYqsggjo_HOj8Iv27Ok843k_KcTg2CTVd7M7ubmlDq6dEYh29MZKhgltmMYUkjZWT-u6DYTanFg74rPMA2nq1cUhmqO1awblLtUa0ctFRsWJjeH/s1600/107064.png" alt="Wayabo Cover Art" />
<span class="badge">Official Single</span>
</div>
<div class="track-details">
<h3>Wayabo</h3>
<p>Produced by Paskid Dartizit • Released 2026</p>
<!-- Spotify Inline Embed -->
<iframe
style="border-radius:12px; width: 100%; height: 80px; margin-top: 12px;"
src="https://open.spotify.com/embed/track/4eaVE7BUrm2YEfdNZ2n41o?utm_source=generator&theme=0"
frameBorder="0"
allowfullscreen=""
allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"
loading="lazy">
</iframe>
</div>
</div>
<!-- TRACK 2: INSIDE LIFE -->
<div class="music-card">
<div class="artwork-wrapper">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhAC4_DiYGWS9otT7f2BTULhylRpNJj-8EyEou1qmnzG9Ux6coE0ZRb6_dJKtZZTbaeCbau3cgJNyg6vGK5GyfRDsi44s0qBfIMimLNsE5pHQfCQHZZQaIdVznyoEZizFNNLGeAfL6XrU6oO87Cy_ULAQ5gWkT25rhvCku9y4Ldc-dc8Vh_cX10EYD_oghp/s1600/59993.png" alt="Inside Life Cover Art" />
<span class="badge">Single Release</span>
</div>
<div class="track-details">
<h3>Inside Life</h3>
<p>Produced by Paskid Dartizit • Afro-Pop Track</p>
<!-- Replace YOUR_TRACK_ID with the actual Spotify ID when ready -->
<iframe
style="border-radius:12px; width: 100%; height: 80px; margin-top: 12px;"
src="https://open.spotify.com/embed/track/4eaVE7BUrm2YEfdNZ2n41o?utm_source=generator&theme=0"
frameBorder="0"
allowfullscreen=""
allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"
loading="lazy">
</iframe>
</div>
</div>
<!-- TRACK 3: KOLORADO -->
<div class="music-card">
<div class="artwork-wrapper">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgW42cwjDzzRyZxV1nEJHBl8Pm_aOkN0EYZiSQY2WF45ExO0LFhd5S0V_72QKZg-8DlBGqh2AzOjcDQ2RYqsggjo_HOj8Iv27Ok843k_KcTg2CTVd7M7ubmlDq6dEYh29MZKhgltmMYUkjZWT-u6DYTanFg74rPMA2nq1cUhmqO1awblLtUa0ctFRsWJjeH/s1600/107064.png" alt="KOLORADO Cover Art" />
<span class="badge">Street Anthem</span>
</div>
<div class="track-details">
<h3>KOLORADO</h3>
<p>High-energy Street-Hop Beat & Sound</p>
<!-- Replace YOUR_TRACK_ID with the actual Spotify ID when ready -->
<iframe
style="border-radius:12px; width: 100%; height: 80px; margin-top: 12px;"
src="https://open.spotify.com/embed/track/4eaVE7BUrm2YEfdNZ2n41o?utm_source=generator&theme=0"
frameBorder="0"
allowfullscreen=""
allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"
loading="lazy">
</iframe>
</div>
</div>
</div>
<!-- EMBEDDED CARD STYLES -->
<style>
.music-card {
background: #121216;
border: 1px solid rgba(255, 183, 3, 0.2);
border-radius: 14px;
overflow: hidden;
transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.music-card:hover {
transform: translateY(-6px);
border-color: #ffb703;
box-shadow: 0 10px 25px rgba(255, 183, 3, 0.2);
}
.artwork-wrapper {
position: relative;
width: 100%;
height: 220px;
overflow: hidden;
background: #000;
}
.artwork-wrapper img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.4s ease;
}
.music-card:hover .artwork-wrapper img {
transform: scale(1.05);
}
.badge {
position: absolute;
top: 12px;
right: 12px;
background: #ffb703;
color: #0b0b0d;
font-size: 0.75rem;
font-weight: 700;
padding: 4px 10px;
border-radius: 20px;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.track-details {
padding: 18px;
}
.track-details h3 {
color: #ffffff;
font-size: 1.25rem;
margin: 0 0 4px 0;
}
.track-details p {
color: #a0a0a0;
font-size: 0.85rem;
margin: 0 0 10px 0;
}
</style>