/*------------------------------------------------------------------------
 * software: .... KIRKAN MUSIC WEBSITE
 * version:  .... 1.0.0
 * file:     .... style.css
 * content:  .... Main stylesheet for KIRKAN Music website, 
                  defining the visual design and layout of the site.
 * author :  .... Donato Poggi, 2026
 * license:  .... Proprietary - All rights reserved
 * copyright .... © 2026 Kirkan Music - Gavi (AL), Italy
 -------------------------------------------------------------------------*/

:root {
    --bg-1: #080321;
    --bg-2: #17103a;
    --bg-3: #2d1461;
    --accent-1: #ff8d59;
    --accent-2: #c86bff;
    --accent-3: #6ca7ff;
    --text-1: #ffffff;
    --text-2: rgba(255,255,255,.78);
    --text-3: rgba(255,255,255,.58);
    --border: rgba(255,255,255,.10);
    --glass: rgba(255,255,255,.06);
    --glass-strong: rgba(255,255,255,.10);
    --shadow: 0 18px 50px rgba(0,0,0,.35);
    --radius-xl: 28px;
    --radius-lg: 22px;
    --radius-md: 16px;
    --container: 1240px;
    --header-h: 84px;
}


* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    min-height:100vh;
    display:flex;
    flex-direction:column;
    margin: 0;
    color: var(--text-1);
    font-family: 'Inter', sans-serif;
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 108, 53, .35), transparent 20%),
        radial-gradient(circle at 82% 20%, rgba(112, 88, 255, .34), transparent 26%),
        radial-gradient(circle at 60% 52%, rgba(37, 121, 255, .20), transparent 28%),
        linear-gradient(180deg, #14052f 0%, #0a0524 44%, #060318 100%);
    min-height: 100vh;
    overflow-x: hidden;
}

body::before {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, transparent 0, rgba(255,255,255,.02) 50%, transparent 100%),
        radial-gradient(circle at top, rgba(255,255,255,.06), transparent 35%);
    mix-blend-mode: screen;
    opacity: .55;
}

main{
    flex:1;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.container {
    width: min(calc(100% - 32px), var(--container));
    margin-inline: auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(16px);
    background: rgba(7, 4, 24, .58);
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.header-inner {
    min-height: var(--header-h);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.brand-mark {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    flex: 0 0 70px;
    box-shadow: 0 8px 24px rgba(0,0,0,.35);
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.04);
}

.brand-title {
    font-family: 'Cinzel', serif;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.brand-subtitle {
    font-size: .82rem;
    color: var(--text-3);
    margin-top: 3px;
}

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

.main-nav a {
    color: var(--text-2);
    padding: 11px 14px;
    border-radius: 999px;
    font-size: .96rem;
    font-weight: 600;
    transition: .22s ease;
}

.main-nav a:hover,
.main-nav a.active {
    color: #fff;
    background: rgba(255,255,255,.08);
}

.menu-toggle {
    display: none;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    border: 1px solid var(--border);
    background: rgba(255,255,255,.06);
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
}

.hero {
    position: relative;
    padding: 72px 0 46px;
}

.site-sticky-banner {
    position: sticky;
    top: calc(var(--header-h) + 12px);
    z-index: 950;
    padding: 14px 0 0;
}

.site-sticky-banner[hidden] {
    display: none;
}

.sticky-banner-card {
    position: relative;
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 20px;
    align-items: center;
    padding: 18px 22px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 26px;
    background:
        linear-gradient(135deg, rgba(255, 141, 89, .16), rgba(200, 107, 255, .12)),
        linear-gradient(160deg, rgba(20, 8, 47, .94), rgba(9, 4, 30, .94));
    box-shadow: 0 20px 44px rgba(0,0,0,.28);
    overflow: hidden;
}

.sticky-banner-card::before {
    content: '';
    position: absolute;
    inset: auto -16% -60% auto;
    width: 220px;
    height: 220px;
    z-index: 0;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(108, 167, 255, .32), transparent 68%);
    pointer-events: none;
}

.sticky-banner-art {
    position: relative;
    z-index: 1;
    width: 120px;
}

.sticky-banner-art img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 14px 28px rgba(0,0,0,.28);
}

.sticky-banner-content {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 12px;
    min-width: 0;
    padding-right: 54px;
}

.sticky-banner-kicker {
    margin: 0;
    color: #ffd8b8;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.sticky-banner-title {
    margin: 0;
    max-width: none;
    font-family: 'Cinzel', serif;
    font-size: clamp(1.05rem, 2vw, 1.55rem);
    line-height: 1.1;
    text-wrap: balance;
}

.sticky-banner-subtitle {
    margin: -2px 0 0;
    color: #f6e8d8;
    font-weight: 700;
    line-height: 1.4;
}

.sticky-banner-track {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.sticky-banner-track-name {
    font-weight: 700;
    color: var(--text-1);
}

.sticky-banner-audio {
    width: min(100%, 360px);
    height: 40px;
}

.sticky-banner-text {
    margin: 0;
    max-width: 78ch;
    color: var(--text-2);
    line-height: 1.65;
}

.sticky-banner-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.sticky-banner-button {
    min-height: 48px;
    padding: 0 18px;
    border-radius: 999px;
}

.sticky-banner-close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform .2s ease, background .2s ease;
    pointer-events: auto;
}

.sticky-banner-close:hover {
    transform: translateY(-1px);
    background: rgba(255,255,255,.14);
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 30px;
    align-items: center;
}

.hero-copy {
    position: relative;
    z-index: 1;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.10);
    color: #ffe4d6;
    font-size: .88rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.hero h1 {
    margin: 0 0 16px;
    font-family: 'Cinzel', serif;
    font-size: clamp(2.2rem, 4vw, 4.6rem);
    line-height: .98;
    letter-spacing: .01em;
    text-wrap: balance;
}

.hero p {
    margin: 0;
    max-width: 640px;
    color: var(--text-2);
    font-size: 1.08rem;
    line-height: 1.75;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    padding: 0 22px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-weight: 700;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
    cursor: pointer;
}

.btn:hover { transform: translateY(-2px); }

.btn-primary {
    color: #1d1034;
    background: linear-gradient(135deg, #ffd88f 0%, #ff9966 100%);
    box-shadow: 0 16px 36px rgba(255, 144, 77, .22);
}

.btn-secondary {
    color: #fff;
    background: rgba(255,255,255,.06);
    border-color: rgba(255,255,255,.14);
}

.hero-panel {
    position: relative;
    min-height: 520px;
    border-radius: var(--radius-xl);
    padding: 30px;
    border: 1px solid rgba(255,255,255,.10);
    background:
        linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.04)),
        radial-gradient(circle at 70% 20%, rgba(108, 167, 255, .34), transparent 30%),
        radial-gradient(circle at 20% 85%, rgba(255, 141, 89, .25), transparent 25%),
        linear-gradient(160deg, rgba(28, 11, 61, .88), rgba(13, 9, 38, .88));
    box-shadow: var(--shadow);
    overflow: hidden;
}

.hero-panel::before,
.hero-panel::after {
    content: '';
    position: absolute;
    left: -6%;
    right: -6%;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(255,141,89,0), rgba(255,141,89,1), rgba(200,107,255,1), rgba(255,141,89,0));
    box-shadow: 0 0 22px rgba(230, 127, 186, .55);
}

.hero-panel::before { top: 112px; }
.hero-panel::after  { bottom: 112px; }

.wave {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: min(92%, 540px);
    height: 68px;
    opacity: .92;
    filter: drop-shadow(0 0 12px rgba(214, 122, 255, .35));
    animation: waveFloat 6s ease-in-out infinite alternate;
}

.wave.top { top: 78px; }
.wave.bottom { bottom: 78px; }


.wave path {
    stroke: url(#waveGradient);
    stroke-width: 4;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;

    filter: drop-shadow(0 0 6px rgba(255,140,200,.5))
            drop-shadow(0 0 12px rgba(200,120,255,.35));
}


@keyframes waveFloat {
    from { transform: translateX(-50%) translateY(0px); }
    to   { transform: translateX(-50%) translateY(6px); }
}

.panel-center {
    position: absolute;
    inset: 50% 30px auto;
    transform: translateY(-50%);
    text-align: center;
}

.panel-center .hero-logo {
    width: clamp(150px, 32vw, 280px);
    margin: 0 auto 14px;
    opacity: .95;
    filter: drop-shadow(0 18px 40px rgba(0,0,0,.34));
    filter: drop-shadow(0 10px 30px rgba(0,0,0,.35))
            drop-shadow(0 0 25px rgba(255,200,255,.15));
}

.panel-center .label-name {
    font-family: 'Cinzel', serif;
    font-size: clamp(1.6rem, 3vw, 2.8rem);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    opacity: 0.92;
}

.panel-center .label-tagline {
    margin-top: 10px;
    font-size: clamp(1rem, 1.7vw, 1.24rem);
    color: rgba(255,255,255,.86);
}

.section {
    padding: 34px 0 18px;
}

.section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

.section-head h2 {
    margin: 0;
    font-family: 'Cinzel', serif;
    font-size: clamp(1.5rem, 2.3vw, 2.4rem);
    letter-spacing: .03em;
}

.section-head p {
    margin: 10px 0 0;
    max-width: 820px;
    color: var(--text-2);
    line-height: 1.7;
}

.release-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.release-card {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-lg);
    background: linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.04));
    border: 1px solid rgba(255,255,255,.10);
    box-shadow: var(--shadow);
    cursor: pointer;
}

.release-card-link {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.release-actions a,
.platform-links a {
    position: relative;
    z-index: 3;
}
.release-card:hover {
    box-shadow: 0 12px 35px rgba(0,0,0,.35);
}

.release-cover {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #0f0a2c;
}

.release-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.01);
    transition: transform .45s ease;
}

.release-card:hover .release-cover img { transform: scale(1.05); }

.release-cover::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.02) 24%, rgba(0,0,0,.68) 100%);
    transition: opacity .3s ease;
}

.release-card:hover .release-cover::after {
    opacity: .85;
}

.release-status {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(10, 7, 30, .72);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,.12);
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.release-content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 24px 22px 22px;
}

.release-artist {
    font-size: 1rem;
    font-weight: 700;
    color: rgba(255,255,255,.88);
    margin-bottom: 6px;
}

.release-title {
    margin: 0;
    font-size: clamp(1.5rem, 2.5vw, 2.15rem);
    line-height: 1.05;
    text-shadow: 0 8px 24px rgba(0,0,0,.34);
}

.release-meta {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    color: rgba(255,255,255,.82);
    font-size: .95rem;
}

.release-footer {
    padding: 18px 20px 20px;
}

.release-text {
    margin: 0 0 16px;
    color: var(--text-2);
    line-height: 1.7;
    min-height: 58px;
}

.release-text::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
    height: 1.5em;
    background: linear-gradient(to right, transparent, #1b1333);
}

.release-actions,
.platform-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.platform-links .mini-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0,0,0,.35);
}

/* PLATFORM BRAND COLORS ON HOVER */

.platform-links a[aria-label="Spotify"]:hover i {
    color: #1DB954;
}

.platform-links a[aria-label="Apple"]:hover i,
.platform-links a[aria-label="Apple Music"]:hover i {
    color: #FA233B;
}

.platform-links a[aria-label="YouTube"]:hover i {
    color: #FF0000;
}

.platform-links a[aria-label="Amazon"]:hover i {
    color: #00A8E1;
}

.platform-links a[aria-label="Deezer"]:hover i {
    color: #FEAA2D;
}

.platform-links a[aria-label="TikTok"]:hover i {
    color: #00F2EA;
}

.platform-links a[aria-label="Tidal"]:hover i {
    color: #00FFFF;
}
.platform-links a[aria-label="Soundcloud"]:hover i {
    color: #FF5500;
}

.platform-links i {
    transition: color .25s ease;
}

.mini-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(255,255,255,.06);
    color: #fff;
    font-size: .95rem;
    font-weight: 700;
    transition: .2s ease;
}

.mini-btn:hover {
    transform: translateY(-2px);
    background: rgba(255,255,255,.10);
}

.mini-btn.primary {
    color: #1d1034;
    border-color: transparent;
    background: linear-gradient(135deg, #ffd88f 0%, #ff9966 100%);
}

.platform-links .mini-btn {
    padding-inline: 12px;
    min-width: 42px;
}

.about-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.glass-card {
    border-radius: var(--radius-lg);
    background: linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.04));
    border: 1px solid rgba(255,255,255,.10);
    box-shadow: var(--shadow);
    padding: 28px;
}

.glass-card h3 {
    margin: 0 0 14px;
    font-size: 1.35rem;
}

.glass-card p {
    margin: 0;
    color: var(--text-2);
    line-height: 1.8;
}

.info-list {
    display: grid;
    gap: 14px;
    margin-top: 20px;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--text-2);
}

.info-item i {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(255,255,255,.07);
    color: #ffd2ba;
}

.site-footer {
    margin-top: 48px;
    border-top: 1px solid rgba(255,255,255,.08);
    background: rgba(4, 3, 14, .42);
    backdrop-filter: blur(12px);
}

.footer-inner {
    display: grid;
    grid-template-columns: 1.2fr .8fr .8fr;
    gap: 22px;
    padding: 28px 0;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer-brand img {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(255,255,255,.08);
}

.footer-nav,
.footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-content: start;
}

.footer-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 14px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.09);
    color: var(--text-2);
}

.lang-switch {
    display: inline-flex;
    gap: 8px;
    margin-top: 16px;
}

.lang-switch a {
    padding: 8px 12px;
    border-radius: 999px;
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.05);
    color: #fff;
}

.lang-switch a.current {
    color: #1d1034;
    border-color: transparent;
    background: linear-gradient(135deg, #ffd88f 0%, #ff9966 100%);
}

.site-header .lang-switch a{
    min-width: 46px;
    display: inline-flex;
    justify-content: center;
}

.mobile-home-nav{
    display:none;
}

.footer-chip-home-mobile{
    display: none;
}

.footer-chip-home-mobile-main{
    display: none;
}

.footer-chip-home-mobile-main i{
    margin-right: 7px;
}

.footer-lang-switch a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 88px;
}

@media (max-width: 1100px) {
    .hero-grid,
    .about-wrap,
    .footer-inner {
        grid-template-columns: 1fr;
    }

    .hero-panel {
        min-height: 460px;
    }
}

@media (max-width: 920px) {
    .site-sticky-banner {
        top: calc(var(--header-h) + 8px);
    }

    .sticky-banner-card {
        grid-template-columns: 86px minmax(0, 1fr);
        gap: 14px;
        padding: 16px 18px 18px;
    }

    .sticky-banner-title {
        max-width: none;
    }

    .sticky-banner-audio {
        width: 100%;
    }

    .main-nav {
        position: fixed;
        top: calc(var(--header-h) + 12px);
        right: 16px;
        left: 16px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 14px;
        border-radius: 22px;
        background: rgba(11, 8, 31, .95);
        border: 1px solid rgba(255,255,255,.10);
        box-shadow: var(--shadow);
    }

    .main-nav.open { display: flex; }
    .menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
    .release-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
    :root { --header-h: 76px; }
    .container { width: min(calc(100% - 20px), var(--container)); }
    .site-sticky-banner { padding-top: 10px; }
    .sticky-banner-card {
        grid-template-columns: 1fr;
        padding-top: 18px;
    }
    .sticky-banner-art { width: 86px; }
    .sticky-banner-content { padding-right: 0; }
    .sticky-banner-close {
        top: 10px;
        right: 10px;
        width: 36px;
        height: 36px;
    }
    .sticky-banner-track { align-items: flex-start; }
    .hero { padding-top: 42px; }
    .hero-panel { min-height: 360px; padding: 20px; }
    .hero-panel::before { top: 76px; }
    .hero-panel::after { bottom: 76px; }
    .wave { height: 48px; width: 94%; }
    .wave.top { top: 48px; }
    .wave.bottom { bottom: 48px; }
    .panel-center { inset-inline: 16px; }
    .brand-subtitle { display: none; }
    .section-head { align-items: start; }
    .release-content { padding: 18px 16px 16px; }
    .release-footer { padding: 16px; }
    .glass-card { padding: 22px; }
    .footer-inner { padding: 22px 0 28px; }
    .footer-nav-main { display: none; }
    .footer-chip-home-mobile-main{
        display: inline-flex;
        margin-left: 18px;
    }
    .release-detail .footer-chip-home-mobile{
        display: inline-flex;
        margin-left: 18px;
    }
    .release-detail .footer-nav{
        display: none;
    }
}

/* RELEASE PAGE STYLES */
.release-layout{
    display:grid;
    grid-template-columns: 380px 1fr;
    gap:40px;
    align-items:start;
}

.release-cover-large img{
    width:100%;
    border-radius:16px;
    box-shadow:0 10px 40px rgba(0,0,0,.35);
}

.release-title{
    font-size:2.4rem;
    margin:8px 0 12px;
}

.release-meta{
    display:flex;
    gap:16px;
    flex-wrap:wrap;
    color:var(--text-3);
    margin-bottom:20px;
}

.release-description{
    margin-top:24px;
    line-height:1.8;
    max-width:680px;
}

.release-actions{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    margin-top:20px;
}
.release-page{
    padding-top:40px;
    padding-bottom:60px;
}

@media (max-width: 900px){

    .release-layout{
        grid-template-columns:1fr;
    }

    .release-cover-large{
        max-width:420px;
        margin:auto;
    }

}

.release-platforms{
    margin-top:40px;
}

.platform-links-large{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:16px;
}

.platform-chip{
    display:flex;
    align-items:center;
    gap:8px;
    padding:10px 16px;
    border-radius:999px;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    text-decoration:none;
    color:var(--text-1);
    transition:.2s;
}

.platform-chip:hover{
    background:rgba(255,255,255,.08);
}

.release-video{
    margin-top:50px;
}

.video-wrapper{
    position:relative;
    padding-bottom:56.25%;
    height:0;
    overflow:hidden;
    border-radius:16px;
    margin-top:16px;
    background:#000;
}

.video-wrapper iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.release-extra{
margin-top:40px;
}

.release-platforms{
margin-bottom:40px;
}

.video-placeholder{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    background:rgba(0,0,0,.4);
}

.video-placeholder img{
    position:absolute;
    width:100%;
    height:100%;
    object-fit:cover;
    opacity:.45;
}

.video-placeholder-text{
    position:relative;
    font-size:1.2rem;
    font-weight:500;
    color:white;
    letter-spacing:.5px;
}

.lyrics-modal{
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    background: rgba(8, 8, 14, 0.72);
    backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s ease, visibility .2s ease;
}

.lyrics-modal.is-open{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.lyrics-dialog{
    width: min(820px, 100%);
    max-height: min(86vh, 860px);
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 14px;
    background: linear-gradient(180deg, #1a1f27 0%, #171c24 100%);
    box-shadow: 0 28px 70px rgba(0,0,0,.45);
    overflow: hidden;
}

.lyrics-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px 14px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}

.lyrics-header h2{
    margin: 0;
    font-size: 1.7rem;
    font-family: 'Cinzel', serif;
    letter-spacing: .03em;
}

.lyrics-title-wrap{
    min-width: 0;
}

.lyrics-artist{
    margin: 5px 0 0;
    color: var(--text-3);
    font-size: .94rem;
    letter-spacing: .02em;
}

.lyrics-close{
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 10px;
    background: rgba(255,255,255,.02);
    color: #d5dbe3;
    font-size: 1.15rem;
    cursor: pointer;
    transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.lyrics-close:hover{
    background: rgba(255,255,255,.08);
    color: #fff;
    border-color: rgba(255,255,255,.3);
}

.lyrics-content{
    padding: 20px;
    overflow-y: auto;
    line-height: 1.8;
    white-space: pre-wrap;
    color: var(--text-2);
    min-height: 220px;
}

.lyrics-footer{
    padding: 14px 18px;
    border-top: 1px solid rgba(255,255,255,.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.lyrics-brand{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    opacity: .75;
}

.lyrics-brand img{
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.lyrics-brand-copy{
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.lyrics-brand-name{
    font-weight: 700;
    font-size: .9rem;
}

.lyrics-brand-tag{
    font-size: .78rem;
    color: var(--text-3);
    max-width: 280px;
    line-height: 1.35;
}

.lyrics-footer-actions{
    display: flex;
    align-items: center;
    gap: 10px;
}

.lyrics-action{
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 10px;
    background: rgba(255,255,255,.03);
    color: #e8edf6;
    padding: 10px 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}

.lyrics-action:hover{
    background: rgba(255,255,255,.1);
}

.lyrics-action i{
    margin-right: 8px;
}

.lyrics-copy{
    border-color: rgba(108,167,255,.45);
}

.lyrics-copy.is-copied{
    background: rgba(37, 211, 102, .2);
    border-color: rgba(37, 211, 102, .6);
}

body.modal-open{
    overflow: hidden;
}

@media (max-width: 680px){
    .lyrics-modal{
        padding: 12px;
    }
    .lyrics-header h2{
        font-size: 1.28rem;
    }
    .lyrics-content{
        min-height: 180px;
        padding: 16px;
    }
    .lyrics-footer{
        flex-direction: column;
        align-items: flex-start;
    }
    .lyrics-footer-actions{
        width: 100%;
        justify-content: flex-end;
    }
}
/* STYLES FOR RELATED RELEASES SLIDER */
.release-slider
{
    display:flex;
    gap:20px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    padding-bottom:10px;
}

.release-mini-card
{
    flex: 0 0 180px;
    width: 180px;
    scroll-snap-align:start;
}

.release-mini-card img
{
    width:100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius:10px;
}

.release-mini-card h4
{
    margin-top:10px;
    font-size:16px;
}

.meta
{
    font-size:13px;
    opacity:.7;
}

@media (min-width:900px)
{
    .release-mini-card
    {
        flex-basis: 200px;
        width: 200px;
    }
}

.coming-soon-notice {
    margin-top: 20px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.05); /* Un velo leggerissimo */
    border-left: 3px solid #fff; /* Una linea sottile laterale */
    font-style: italic;
    display: inline-block; /* Cper non occupare tutta la larghezza se il testo è breve */
    border-radius: 0 8px 8px 0;
}

.home-news {
    margin-top: 60px;
    margin-bottom: 34px;
}

.section-header.news-section-header {
    gap: 16px;
    margin-bottom: 24px;
    justify-content: flex-start;
}

.news-section-header h2 {
    margin: 0;
    white-space: nowrap;
}

.news-wave-wrap {
    flex: 0 0 auto;
    width: min(520px, 46vw);
    display: flex;
    align-items: center;
}

.news-wave {
    width: 100%;
    display: block;
    height: 30px;
}

.news-wave-secondary {
    display: none;
    margin-left: -2px;
}

.news-wave path {
    filter: drop-shadow(0 0 8px rgba(255, 154, 93, .45));
}

@media (min-width: 1200px) {
    .news-wave {
        width: 50%;
    }

    .news-wave-secondary {
        display: block;
    }
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

.news-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: var(--radius-lg);
    background: linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.04));
    border: 1px solid rgba(255,255,255,.10);
    box-shadow: var(--shadow);
    padding: 22px;
    transition: transform .2s ease;
}

.news-card:hover {
    transform: translateY(-4px);
}

.news-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

.news-content {
    padding: 0;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.news-date {
    font-size: .88rem;
    color: var(--text-3);
}

.news-content h3 {
    margin: 10px 0 12px;
    font-size: 1.35rem;
}

.news-content p {
    margin: 0;
    color: var(--text-2);
    line-height: 1.8;
}

.news-link-actions {
    margin-top: auto;
    padding-top: 16px;
}

.news-link-btn {
    width: 100%;
    justify-content: flex-start;
    text-wrap: wrap;
    min-height: 56px;
}

.news-bottom-link {
    margin-top: 18px;
    display: flex;
    justify-content: flex-end;
}

.news-view-all-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-weight: 700;
}

.news-view-all-icon {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(255,255,255,.07);
    color: #ffd2ba;
}

@media (max-width: 680px) {
    .news-section-header {
        align-items: center;
    }

    .news-wave {
        height: 20px;
    }

    .news-wave-wrap {
        width: min(240px, 45vw);
    }

    .news-card img {
        height: 180px;
    }

    .news-bottom-link {
        justify-content: flex-start;
    }
}
