/* ==========================================================================
   TriSHP Artist Page Stylesheet - Glassmorphism 2.0 (COUGEZ & EVVERS)
   ========================================================================== */

:root {
    --bg-main: #07080e;
    --bg-alt: #0a0c16;
    --card-glass-bg: rgba(15, 17, 28, 0.85);
    --card-border: rgba(255, 255, 255, 0.08);
    --card-border-hover: rgba(0, 243, 255, 0.4);
    --color-cyan: #00f3ff;
    --color-pink: #ec4899;
    --color-purple: #8b5cf6;
    --text-primary: #f8fafc;
    --text-secondary: #94a3b8;
    --radius-md: 16px;
    --radius-lg: 24px;
}

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

body {
    background-color: var(--bg-main);
    color: var(--text-primary);
    font-family: 'Plus Jakarta Sans', sans-serif;
    line-height: 1.6;
    min-height: 100vh;
}

/* Ambient Bg */
.ambient-bg {
    position: fixed;
    inset: 0;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
}

.glow-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.35;
}

.orb-1 { width: 500px; height: 500px; background: var(--color-purple); top: -100px; left: -100px; }
.orb-2 { width: 500px; height: 500px; background: var(--color-cyan); bottom: -100px; right: -100px; }

.bg-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 40px 40px;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Header */
.navbar-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 16px 0;
    background: rgba(7, 8, 14, 0.85);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--card-border);
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.back-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-secondary);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.back-link:hover {
    color: var(--color-cyan);
}

.nav-brand {
    display: flex;
    align-items: center;
    gap: 10px;
}

.brand-logo-img {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: 1px solid rgba(0, 243, 255, 0.4);
}

.brand-name {
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    font-size: 1.2rem;
}

/* Artist Main */
.artist-main {
    padding-top: 140px;
    padding-bottom: 80px;
}

/* Glass Card */
.glass-card {
    background: var(--card-glass-bg);
    border: 1px solid var(--card-border);
    border-radius: var(--radius-lg);
    backdrop-filter: blur(20px);
}

.artist-hero-card {
    padding: 40px;
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 60px;
}

.artist-avatar-wrapper {
    position: relative;
    width: 100%;
    height: 300px;
    border-radius: var(--radius-md);
    overflow: hidden;
    border: 1px solid rgba(0, 243, 255, 0.3);
    box-shadow: 0 0 30px rgba(0, 243, 255, 0.2);
}

.artist-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.artist-live-badge {
    position: absolute;
    bottom: 16px;
    left: 16px;
    padding: 6px 14px;
    border-radius: 20px;
    background: rgba(0, 243, 255, 0.2);
    border: 1px solid var(--color-cyan);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    backdrop-filter: blur(10px);
}

.artist-genre-tags {
    display: flex;
    gap: 8px;
    margin-bottom: 14px;
}

.artist-tag {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--color-cyan);
}

.artist-hero-name {
    font-family: 'Syne', sans-serif;
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 16px;
}

.artist-hero-bio {
    color: var(--text-secondary);
    font-size: 1.1rem;
    margin-bottom: 28px;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 700;
}

.btn-primary {
    background: linear-gradient(135deg, var(--color-cyan), var(--color-purple));
    color: #000;
    box-shadow: 0 0 25px rgba(0, 243, 255, 0.35);
}

/* Releases */
.artist-section {
    margin-bottom: 60px;
}

.section-tag {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 3px;
    color: var(--color-cyan);
    margin-bottom: 8px;
    display: block;
}

.section-title {
    font-family: 'Syne', sans-serif;
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 32px;
}

.releases-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
}

.release-card {
    padding: 24px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.release-cover-box {
    position: relative;
    width: 110px;
    height: 110px;
    flex-shrink: 0;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.release-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.release-badge {
    position: absolute;
    top: 6px;
    right: 6px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 10px;
    background: var(--color-cyan);
    color: #000;
}

.release-badge-ep {
    background: var(--color-purple);
    color: #fff;
}

.release-details h3 {
    font-family: 'Syne', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 4px;
}

.release-meta {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 14px;
}

.release-streaming-links {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.stream-link-btn {
    padding: 6px 12px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--text-secondary);
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.stream-link-btn:hover {
    background: rgba(0, 243, 255, 0.15);
    border-color: var(--color-cyan);
    color: #fff;
}

/* Coloured stream link buttons */
.spotify-btn  { border-color: rgba(30, 215, 96, 0.3);  color: #1ed760; }
.apple-btn    { border-color: rgba(250, 36, 60, 0.3);   color: #fa243c; }
.yandex-btn   { border-color: rgba(255, 204, 0, 0.3);   color: #ffcc00; }
.vk-btn       { border-color: rgba(0, 119, 255, 0.3);   color: #0077ff; }

.spotify-btn:hover  { background: rgba(30, 215, 96, 0.12);  border-color: #1ed760; color: #fff; }
.apple-btn:hover    { background: rgba(250, 36, 60, 0.12);   border-color: #fa243c; color: #fff; }
.yandex-btn:hover   { background: rgba(255, 204, 0, 0.12);   border-color: #ffcc00; color: #fff; }
.vk-btn:hover       { background: rgba(0, 119, 255, 0.12);   border-color: #0077ff; color: #fff; }

/* Action buttons in artist hero */
.artist-action-btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.btn-glow {
    box-shadow: 0 0 20px rgba(0, 243, 255, 0.3);
    transition: box-shadow 0.3s ease, transform 0.2s ease;
}

.btn-glow:hover {
    box-shadow: 0 0 35px rgba(0, 243, 255, 0.5);
    transform: translateY(-2px);
}

/* Section header */
.section-header {
    margin-bottom: 28px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 24px 0;
    text-align: center;
    color: var(--text-secondary);
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .artist-hero-card {
        grid-template-columns: 1fr;
        padding: 24px;
    }
    .artist-avatar-wrapper {
        height: 240px;
    }
    .artist-hero-name {
        font-size: 2.5rem;
    }
    .artist-action-btns {
        flex-direction: column;
    }
}
