* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #000000;
    color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    min-height: 100vh;
    overflow-x: hidden;
}

.container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    min-height: 100vh;
}

.back-link {
    display: inline-block;
    color: #888;
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 40px;
    transition: color 0.3s ease;
}

.back-link:hover {
    color: #fff;
}

/* Release Header */
.release-header {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 60px;
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
}

.album-artwork {
    position: relative;
}

.album-artwork img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
}

.album-artwork img:hover {
    transform: scale(1.02);
}

.release-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.release-meta {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.release-type,
.release-year {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #888;
    padding: 6px 14px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
}

.album-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.2;
}

.album-artist {
    font-size: 24px;
    color: #aaa;
    margin-bottom: 30px;
}

.release-description {
    font-size: 16px;
    line-height: 1.7;
    color: #ccc;
    margin-bottom: 40px;
    max-width: 600px;
}

/* Streaming Links */
.streaming-links {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 400px;
}

.stream-btn {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 25px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.stream-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateX(5px);
}

.stream-btn img {
    width: 32px;
    height: 32px;
    border-radius: 6px;
}

.stream-btn span {
    font-size: 15px;
    font-weight: 500;
    text-transform: lowercase;
}

/* All Platforms Icon Row */
.all-platforms {
    margin-top: 20px;
    max-width: 400px;
}

.all-platforms-label {
    color: #888;
    font-size: 11px;
    text-transform: lowercase;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
}

.platform-icon {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 0 8px 8px 0;
    transition: transform 0.2s ease;
}

.platform-icon:hover {
    transform: scale(1.15);
}

.platform-icon img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

/* Spotify Embed Section */
.spotify-embed-section {
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.spotify-player {
    background: rgba(20, 20, 20, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    backdrop-filter: blur(10px);
}

/* Tracklist Section */
.tracklist-section,
.credits-section {
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.section-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: lowercase;
    color: #aaa;
}

.tracklist {
    background: rgba(20, 20, 20, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    backdrop-filter: blur(10px);
}

.track {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 18px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.2s ease;
}

.track:last-child {
    border-bottom: none;
}

.track:hover {
    background: rgba(255, 255, 255, 0.03);
    padding-left: 25px;
}

.track-number {
    font-size: 16px;
    color: #666;
    min-width: 30px;
    font-weight: 500;
}

.track-name {
    font-size: 18px;
    color: #fff;
}

/* Credits Section */
.credits {
    background: rgba(20, 20, 20, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 30px;
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.credit-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.credit-role {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #666;
}

.credit-name {
    font-size: 18px;
    color: #fff;
}

/* Decorative Stars */
.deco-star {
    position: absolute;
    z-index: 1;
    cursor: default;
    transition: transform 0.25s ease-out, filter 0.25s ease-out, cursor 0.1s;
    user-select: none;
    display: block;
    object-fit: contain;
    padding: 0;
    margin: 0;
}

.deco-star:hover,
.deco-star:focus-visible,
.deco-star:active {
    animation: star-shimmer 0.7s ease-in-out 1;
    transform: translateY(-5px) scale(1.08);
    filter: brightness(1.35);
    cursor: pointer;
}

@keyframes star-shimmer {
    0% {
        filter: brightness(1);
        transform: translateY(0) scale(1);
    }
    50% {
        filter: brightness(1.5);
        transform: translate(-3px, -6px) scale(1.12) rotate(-4deg);
    }
    100% {
        filter: brightness(1.1);
        transform: translateY(-5px) scale(1.08);
    }
}

.star-1 {
    top: 15%;
    right: 5%;
    width: 70px;
}

.star-2 {
    bottom: 30%;
    left: 3%;
    width: 60px;
}

.star-3 {
    bottom: 15%;
    right: 8%;
    width: 75px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .release-header {
        grid-template-columns: 350px 1fr;
        gap: 40px;
    }

    .album-title {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .release-header {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .album-artwork {
        max-width: 400px;
        margin: 0 auto;
    }

    .album-title {
        font-size: 36px;
    }

    .album-artist {
        font-size: 20px;
    }

    .streaming-links {
        max-width: 100%;
    }

    .deco-star {
        width: 40px !important;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 20px 15px;
    }

    .album-title {
        font-size: 28px;
    }

    .album-artist {
        font-size: 18px;
    }

    .release-description {
        font-size: 15px;
    }

    .section-title {
        font-size: 24px;
    }

    .track-name {
        font-size: 16px;
    }

    .stream-btn span {
        font-size: 14px;
    }
}

/* Per-track featured-artist credit */
.track-credit {
    font-size: 13px;
    color: #888;
    margin-left: auto;
    text-align: right;
}

/* Tracks featuring daveydaveydavey */
.track.davey {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 8px;
}

.track.davey .track-credit {
    color: #ccc;
}
