@font-face {
    font-family: 'Glacial Indifference';
    src: url('./fonts/glacialindifference-regular-webfont.woff2') format('woff2'),
         url('./fonts/glacialindifference-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Glacial Indifference Bold';
    src: url('./fonts/glacialindifference-bold-webfont.woff2') format('woff2'),
         url('./fonts/glacialindifference-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Glacial Indifference Italic';
    src: url('./fonts/glacialindifference-italic-webfont.woff2') format('woff2'),
         url('./fonts/glacialindifference-italic-webfont.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* ==========================================================================
   HYBRID SPOTIFY / GLASSMORPHISM STYLE
   ========================================================================== */
:root {
    --kz-font-main: 'Glacial Indifference', sans-serif;
    --kz-font-heading: 'Montserrat', sans-serif;
}

body {
    font-family: var(--kz-font-main);
}

/* Applica il font anche a descrizioni, sottotitoli e liste */
p, span, .glass-card-sub, .sp-track-meta, .sp-event-month {
    font-family: var(--kz-font-main);
}

a {
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
    color: inherit;
}


/* Sfondo Immagine Immersivo Fisso */
.kz-background-hero {
    background-image: linear-gradient(180deg, rgba(8, 8, 12, 0.45) 0%, rgba(8, 8, 12, 0.85) 70%, #08080c 100%), var(--bg-url);
    
    /* Centratura assoluta e copertura perfetta */
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    /* background-color: rgba(0, 0, 0, 0.5); */
}

/* Tipografia */
h1, h2, h3, h4, .kz-title {
    /* font-family: 'Glacial Indifference'; */
    font-family: 'GFS Didot', 'Glacial Indifference', serif, Georgia !important;
    font-weight: 500;
    letter-spacing: -0.5px;
    color: #ffffff;
    text-transform: uppercase;
}

.kz-song-lyrics {
    margin-top: 2rem;
    padding: 1.5rem clamp(1rem, 3vw, 2.25rem);
    background: rgba(8, 8, 12, 0.58);
    border-left: 4px solid #b66cff;
    border-radius: 0 8px 8px 0;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.kz-song-lyrics__title {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 0 0 1rem;
    color: #ffffff;
    font-family: var(--kz-font-main);
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.kz-song-lyrics__title::before {
    width: 2rem;
    height: 2px;
    background: #b66cff;
    content: '';
}

.kz-song-lyrics__content {
    display: block;
    max-width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    background-color: transparent !important;
    color: rgba(255, 255, 255, 0.88) !important;
    font-family: var(--kz-font-main);
    font-size: clamp(1rem, 1.4vw, 1.15rem);
    font-weight: 400;
    line-height: 1.9;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    text-shadow: none;
}

/* Card in Trasparenza (Glassmorphism) */
.glass-card {
    background: var(--kz-glass-bg);
    backdrop-filter: var(--kz-blur);
    -webkit-backdrop-filter: var(--kz-blur);
    border: 1px solid var(--kz-glass-border);
    border-radius: var(--kz-radius);
    padding: 20px;
    transition: var(--kz-transition);
    height: 100%;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
}

.glass-card:hover {
    background: var(--kz-glass-bg-hover);
    border-color: rgba(29, 185, 84, 0.4);
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
}

.glass-card-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    object-fit: cover;
    margin-bottom: 14px;
}

.glass-card-img-round {
    border-radius: 50%;
}

.glass-card-title {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0 0 4px 0;
}

.glass-card-sub {
    font-size: 0.85rem;
    color: var(--kz-text-muted);
    margin: 0;
}

/* Archivio musica: tipografia compatta e uniforme */
.kz-archive-musica-wrapper h1,
.kz-archive-musica-wrapper h2,
.kz-archive-musica-wrapper h3,
.kz-archive-musica-wrapper h4,
.kz-archive-musica-wrapper h5,
.kz-archive-musica-wrapper h6,
.kz-archive-musica-wrapper .h1 {
    font-family: var(--kz-font-main) !important;
    font-weight: 700 !important;
}
.kz-archive-musica-wrapper .h2,
.kz-archive-musica-wrapper .h3,
.kz-archive-musica-wrapper .h4,
.kz-archive-musica-wrapper .h5,
.kz-archive-musica-wrapper .h6,
.kz-archive-musica-wrapper .display-1,
.kz-archive-musica-wrapper .display-2,
.kz-archive-musica-wrapper .display-3,
.kz-archive-musica-wrapper .display-4,
.kz-archive-musica-wrapper .display-5,
.kz-archive-musica-wrapper .display-6 {
    font-family: var(--kz-font-main) !important;
    font-weight: 700 !important;
}

.kz-archive-musica-wrapper h1,
.kz-archive-musica-wrapper .h1,
.kz-archive-musica-wrapper .display-4 {
    font-size: 2.4rem;
}

.kz-archive-musica-wrapper h2,
.kz-archive-musica-wrapper .h2,
.kz-archive-musica-wrapper .h3 {
    font-size: 2rem;
}

.kz-archive-musica-wrapper h3,
.kz-archive-musica-wrapper .h4 {
    font-size: 1.45rem;
}

.kz-archive-musica-wrapper h4,
.kz-archive-musica-wrapper h5,
.kz-archive-musica-wrapper h6,
.kz-archive-musica-wrapper .h5,
.kz-archive-musica-wrapper .h6 {
    font-size: 1.2rem;
}

.kz-single-musica-wrapper h1.h3 {
    margin-bottom: 0;
    color: #ffffff;
    font-family: var(--kz-font-main) !important;
    font-size: 3.625rem;
    font-weight: 700 !important;
    letter-spacing: 0;
    text-transform: uppercase;
}

/* Archivio band: carousel a mosaico coerente con l'archivio musica */
.kz-archive-band-wrapper h1,
.kz-archive-band-wrapper h2,
.kz-archive-band-wrapper h3,
.kz-archive-band-wrapper .h1,
.kz-archive-band-wrapper .h2,
.kz-archive-band-wrapper .h3 {
    font-family: var(--kz-font-main);
    font-weight: 500 !important;
}

.kz-archive-band-wrapper h1,
.kz-archive-band-wrapper .h1 {
    font-size: 2.4rem;
}

.kz-band-carousel {
    column-count: 3;
    column-gap: 1rem;
    margin: 0;
    padding: 0.25rem 0 1.5rem;
}

.kz-band-card {
    display: inline-block;
    min-width: 0;
    width: 100%;
    margin: 0 0 1rem;
    vertical-align: top;
    background: rgba(0, 0, 0, 0.5) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
    break-inside: avoid;
}

.kz-band-card__cover {
    display: block;
    overflow: hidden;
    background: rgba(8, 8, 12, 0.8);
}

.kz-band-card__cover img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.kz-band-card__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 12rem;
}

.kz-band-card__placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.kz-band-card__body {
    /* min-height: 9.5rem; */
    padding: 1.25rem;
}

.kz-band-card__description {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    width: 100%;
    gap: 0.35rem;
    text-align: center;
}

.kz-band-card__name {
    font-size: 1.35rem;
    line-height: 1.15;
    justify-content: center;
}

.kz-band-card__name a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s ease;
}

.kz-band-card__name a:hover,
.kz-band-card__name a:focus-visible,
.kz-band-card__socials a:hover,
.kz-band-card__socials a:focus-visible {
    color: #b66cff;
}

.kz-band-card__role {
    color: #b66cff;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.2;
}

.kz-band-card__separator {
    color: rgba(255, 255, 255, 0.45);
    font-size: 1rem;
    font-weight: 400;
}

.kz-band-card__socials {
    display: flex;
    justify-content: center;
    gap: 0.85rem;
}

.kz-band-card__socials a {
    color: #ffffff;
    font-size: 1.1rem;
    transition: color 0.2s ease, transform 0.2s ease;
}

.kz-band-card__socials a:hover,
.kz-band-card__socials a:focus-visible {
    transform: translateY(-2px);
}

.kz-band-card .visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

@media (max-width: 991.98px) {
    .kz-band-carousel {
        column-count: 2;
    }
}

@media (max-width: 575.98px) {
    .kz-band-carousel {
        column-count: 1;
    }

    .kz-archive-band-wrapper h1,
    .kz-archive-band-wrapper .h1 {
        font-size: 2rem;
    }
}

.kz-band-article {
    padding: 1.5rem clamp(1rem, 3vw, 2.25rem);
    background: rgba(8, 8, 12, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 4px solid #b66cff;
    border-radius: 0 8px 8px 0;
    color: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.kz-band-article > :last-child {
    margin-bottom: 0;
}

.kz-band-profile-panel {
    min-height: 100%;
    background: rgba(8, 8, 12, 0.42);
    border: 1px solid rgba(182, 108, 255, 0.45);
    border-left: 4px solid #b66cff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.kz-music-card-panel {
    min-height: 100%;
    background: rgba(8, 8, 12, 0.42);
    border: 1px solid rgba(182, 108, 255, 0.45);
    border-left: 4px solid #b66cff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    width: calc(100% - 300px);
    max-height: 300px;
    @media (max-width: 768px) {
        width: 100%;
        max-height: none;
    }
}
.kz-music-card-image{
    width: 300px; 
    height: 300px;
    @media (max-width: 768px) {
        width: 100%;
        max-height: none;
        height: auto;
    }
}

.kz-band-profile-heading {
    position: relative;
    padding-bottom: 1.25rem;
}

.kz-band-profile-heading::after {
    width: 4rem;
    height: 3px;
    background: #b66cff;
    content: '';
}

.kz-band-profile-details {
    margin-top: 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.kz-band-profile-details > div {
    min-height: 6rem;
    padding: 0.85rem 0.7rem;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.kz-band-profile-details > div:last-child {
    border-right: 0;
}

.kz-band-profile-details span {
    margin-bottom: 0.4rem;
    color: rgba(255, 255, 255, 0.58) !important;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.kz-band-profile-details strong {
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.kz-band-profile-socials {
    padding-top: 0.35rem;
}

.kz-band-profile-socials a {
    border-color: rgba(255, 255, 255, 0.28) !important;
    color: #ffffff !important;
    transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.kz-band-profile-socials a:hover,
.kz-band-profile-socials a:focus-visible {
    border-color: #b66cff !important;
    color: #b66cff !important;
    transform: translateY(-2px);
}

/* Archivio concerti */
.kz-archive-concerti-wrapper h1,
.kz-archive-concerti-wrapper h2,
.kz-archive-concerti-wrapper .h1,
.kz-archive-concerti-wrapper .h2 {
    font-family: var(--kz-font-main) !important;
    font-weight: 700 !important;
}

.kz-archive-concerti-wrapper h1,
.kz-archive-concerti-wrapper .h1 {
    font-size: 2.4rem;
}

.kz-archive-concerti-wrapper > .container-fluid {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin-inline: auto;
}

.kz-concert-section {
    width: 100%;
    margin-bottom: 3rem;
}

.kz-concert-section > h2 {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin: 0 0 1.25rem;
    color: #ffffff;
    font-size: 1.65rem;
    text-transform: uppercase;
}

.kz-concert-section > h2::before {
    width: 2.5rem;
    height: 3px;
    background: #b66cff;
    content: '';
}

.kz-concert-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
}

.kz-concert-card {
    display: grid;
    width: 100%;
    grid-template-columns: minmax(160px, 32%) minmax(0, 1fr);
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.kz-concert-card:hover {
    border-color: rgba(182, 108, 255, 0.7);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.55);
    transform: translateY(-3px);
}

.kz-concert-card__image {
    position: relative;
    min-height: 230px;
    overflow: hidden;
    background: rgba(8, 8, 12, 0.8);
}

.kz-concert-card__image img,
.kz-concert-card__placeholder {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 230px;
    object-fit: cover;
}

.kz-concert-card__image--fallback img {
    object-fit: contain;
    padding: 2rem;
}

.kz-concert-card__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.45);
}

.kz-concert-card__image time {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    display: flex;
    width: 3.5rem;
    height: 3.5rem;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(8, 8, 12, 0.82);
    border-left: 3px solid #b66cff;
    color: #ffffff;
    text-align: center;
}

.kz-concert-card__date-mobile {
    display: none !important;
}

.kz-concert-card > .kz-concert-card__date-mobile {
    position: absolute;
    display: flex;
    width: 3.5rem;
    height: 3.5rem;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(8, 8, 12, 0.82);
    border-left: 3px solid #b66cff;
    color: #ffffff;
    text-align: center;
}

.kz-concert-card__image time strong {
    font-size: 1.35rem;
    line-height: 1;
}

.kz-concert-card__image time span {
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.kz-concert-card__date-mobile strong {
    font-size: 1.35rem;
    line-height: 1;
}

.kz-concert-card__date-mobile span {
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.kz-concert-card__body {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    padding: 1.25rem;
    background-color: rgba(0, 0, 0, 0.5);
    background: linear-gradient(135deg, rgba(8, 8, 12, 0.58), rgba(34, 17, 52, 0.52));
    border-left: 3px solid #b66cff;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.kz-concert-card__heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
}

.kz-concert-card__heading h2 {
    position: relative;
    margin: 0;
    padding-bottom: 0.75rem;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.kz-concert-card__heading h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2.5rem;
    height: 2px;
    background: #b66cff;
    content: '';
}

.kz-concert-card__heading h2 a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s ease;
}

.kz-concert-card__heading h2 a:hover,
.kz-concert-card__heading h2 a:focus-visible {
    color: #b66cff;
}

.kz-concert-card__details {
    display: grid;
    gap: 0.65rem;
    margin: 1rem 0 0;
}

.kz-concert-card__details div {
    display: grid;
    grid-template-columns: 4.5rem minmax(0, 1fr);
    gap: 0.5rem;
    padding-bottom: 0.55rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.kz-concert-card__details div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.kz-concert-card__details dt {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.kz-concert-card__details dd {
    margin: 0;
    color: #ffffff;
    font-size: 0.9rem;
    overflow-wrap: anywhere;
}

.kz-concert-card__action {
    align-self: flex-start;
    margin-top: 1.25rem;
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.2s ease;
}

.kz-concert-card__action:hover,
.kz-concert-card__action:focus-visible {
    color: #b66cff;
}

.kz-concert-empty {
    padding: 1.25rem;
    background: rgba(0, 0, 0, 0.35);
    border-left: 3px solid rgba(182, 108, 255, 0.65);
    color: rgba(255, 255, 255, 0.65);
}

@media (max-width: 991.98px) {
    .kz-archive-concerti-wrapper h1,
    .kz-archive-concerti-wrapper .h1 {
        font-size: 2.2rem;
    }

    .kz-concert-grid {
        display: flex;
        width: 100%;
        flex-direction: column;
        gap: 1.5rem;
    }

    .kz-concert-card__image {
        min-height: 210px;
    }

    .kz-concert-card__image img,
    .kz-concert-card__placeholder {
        min-height: 210px;
    }

    .kz-concert-card {
        position: relative;
        display: block;
        width: 100%;
        min-height: 21rem;
        grid-template-columns: minmax(105px, 32%) minmax(0, 1fr);
        border-right: 0;
        border-left: 0;
        border-radius: 0;
    }

    .kz-concert-card__image {
        position: absolute;
        inset: 0;
        z-index: 0;
        min-height: 0;
    }

    .kz-concert-card__image time {
        top: 0.75rem;
        right: 0.75rem;
        left: auto;
        z-index: 3;
        /* background: #b66cff; */
        border-left: 0;
        border-radius: 4px;
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.45);
    }

    .kz-concert-card__image > time:first-of-type {
        display: none;
    }

    .kz-concert-card > .kz-concert-card__date-mobile {
        top: 0.75rem;
        right: 0.75rem;
        left: auto;
        z-index: 3;
        display: flex !important;
        border-radius: 0;
        box-shadow: none;
    }

    .kz-concert-card__image img,
    .kz-concert-card__placeholder {
        min-height: 0;
    }

    .kz-concert-card__body {
        position: relative;
        z-index: 1;
        min-height: 21rem;
        padding: 0.85rem;
        justify-content: flex-end;
        width: 100%;
        box-sizing: border-box;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.72)), rgba(0, 0, 0, 0.5);
        border-left: 0;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .kz-concert-card__heading,
    .kz-concert-card__details,
    .kz-concert-card__action {
        min-width: 0;
    }

    .kz-concert-card__heading h2 {
        min-width: 0;
        max-width: 100%;
    }

    .kz-archive-concerti-wrapper {
        overflow-x: clip;
    }

    .kz-concert-card__details div {
        grid-template-columns: minmax(3.5rem, 4.5rem) minmax(0, 1fr);
    }
}

@media (max-width: 575.98px) {
    .kz-archive-concerti-wrapper h1,
    .kz-archive-concerti-wrapper .h1 {
        font-size: 2rem;
    }

    .kz-concert-card__image {
        min-height: 170px;
    }

    .kz-concert-card__image img,
    .kz-concert-card__placeholder {
        min-height: 170px;
    }
}

@media (max-width: 575.98px) {
    .kz-band-profile-details > div {
        min-height: 5rem;
        padding-right: 0.35rem;
        padding-left: 0.35rem;
    }

    .kz-band-profile-details strong {
        font-size: 0.9rem;
    }
}

@media (max-width: 767.98px) {
    .kz-single-musica-wrapper h1.h3 {
        font-size: 2.5rem;
    }
}

/* Button Spotify Pill Style */
.sp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 30px;
    border-radius: 500px;
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none;
    transition: var(--kz-transition);
    border: none;
    cursor: pointer;
}

.sp-btn-primary {
    background-color: var(--kz-spotify-green);
    color: #000000 !important;
}

.sp-btn-primary:hover {
    background-color: var(--kz-spotify-green-hover);
    transform: scale(1.04);
}

.sp-btn-glass {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    border: 1px solid var(--kz-glass-border);
    color: #ffffff !important;
}

.sp-btn-glass:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #ffffff;
    transform: scale(1.04);
}

/* Tracklist Lista Canzoni in Trasparenza */
.sp-track-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sp-track-item {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid transparent;
    transition: var(--kz-transition);
}

.sp-track-item:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--kz-glass-border);
}

.sp-track-num {
    width: 32px;
    color: var(--kz-text-muted);
    font-weight: 600;
}

.sp-track-thumb {
    width: 44px;
    height: 44px;
    border-radius: 6px;
    object-fit: cover;
    margin-right: 16px;
}

.sp-track-info {
    flex-grow: 1;
}

.sp-track-title {
    font-weight: 600;
    margin: 0;
}

.sp-track-meta {
    font-size: 0.8rem;
    color: var(--kz-text-muted);
    margin: 0;
}

/* Event / Tour Row */
.sp-event-row {
    display: flex;
    align-items: center;
    background: var(--kz-glass-bg);
    backdrop-filter: var(--kz-blur);
    border: 1px solid var(--kz-glass-border);
    padding: 18px 24px;
    border-radius: var(--kz-radius);
    margin-bottom: 12px;
    transition: var(--kz-transition);
}

.sp-event-row:hover {
    background: var(--kz-glass-bg-hover);
    border-color: rgba(29, 185, 84, 0.4);
}

.sp-event-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 60px;
    margin-right: 20px;
}

.sp-event-day {
    font-size: 1.6rem;
    font-weight: 900;
    color: var(--kz-spotify-green);
    line-height: 1;
}

.sp-event-month {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--kz-text-muted);
}

/* Video Embed Wrapper */
.sp-video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: var(--kz-radius);
    border: 1px solid var(--kz-glass-border);
}

.sp-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ==========================================================================
   HEADER CUSTOM: SFONDO NERO 0.5 OPACITÀ (NO LOGO)
   ========================================================================== */

/* Wrapper Header Globale con Trasparenza Nero 0.5 */
.kz-custom-header {
    position: sticky;
    top: 0;
    background: rgba(0, 0, 0, 0.32) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    z-index: 1030;
}

/* 1. Top Bar Piccola */
.kz-top-bar {
    background: rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 0.85rem;
}

.kz-top-link {
    color: rgba(255, 255, 255, 0.65) !important;
    text-decoration: none;
    transition: color 0.2s ease;
}

.kz-top-link:hover {
    color: #ffffff !important;
}

/* Menu personalizzato: contatti a destra e voci centrate sotto */
.kz-menu-wrap {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.32);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

body.admin-bar .kz-menu-wrap {
    top: 32px;
}

.kz-menu-wrap #contacts-bar,
.kz-menu-wrap .main-menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.kz-menu-wrap #contacts-bar {
    justify-content: center;
    gap: 0.75rem;
    margin-right: 0;
    margin-left: 0;
}

.kz-menu-wrap #contacts-bar a {
    color: #ffffff;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.kz-menu-wrap #contacts-bar a:hover {
    color: #b66cff;
    opacity: 0.9;
}

.kz-menu-wrap #contacts-bar > .col-auto,
.kz-menu-wrap .main-menu > .col {
    flex: 0 0 auto;
    width: auto;
    padding-right: 0;
    padding-left: 0;
}

.kz-menu-wrap .main-menu {
    justify-content: center;
    gap: 1.5rem;
    margin-right: 0;
    margin-left: 0;
}

.kz-menu-wrap .main-menu a {
    display: block;
    padding: 0.5rem 0.25rem;
    color: #ffffff;
    font-family: var(--kz-font-main);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.2s ease, transform 0.2s ease;
}

.kz-menu-wrap .main-menu a:hover,
.kz-menu-wrap .main-menu a:focus-visible,
.kz-menu-wrap .main-menu > .is-active > a {
    color: #b66cff;
    transform: translateY(-1px);
}

.kz-desktop-menu-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.5rem 1rem 0;
        
}

.kz-desktop-menu-image__img {
    display: block;
    width: auto;
    max-width: min(500px, 100%);
    height: auto;
    max-height: 4rem;
    object-fit: contain;
}

/* Footer coerente con l'header */
.kz-footer-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    background: transparent;
}

.kz-footer-wrap > .row {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.kz-footer-logo-layer {
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    min-height: 8rem;
    flex-direction: column;
    background: transparent;
    background: rgba(0,0,0,0.5);
}

.kz-footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.kz-footer-logo img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.kz-footer-menu-image {
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.kz-footer-menu-image__img {
    display: block;
    width: auto;
    max-width: min(400px, 100%);
    height: auto;
    max-height: 4rem;
    object-fit: contain;
}

.kz-footer-tagline {
    width: 100%;
    margin: 0.75rem 0 0;
    color: #ffffff;
    font-family: var(--kz-font-main);
    font-size: 0.85rem;
    letter-spacing: 0.12em;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
}

.kz-footer-wrap #kz-footer-contacts {
    position: relative;
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    justify-content: center;
    gap: 0.75rem;
    margin-top: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    background: rgba(0, 0, 0, 0.42);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

#content {
    padding-bottom: 8rem;
}

.kz-footer-wrap #kz-footer-contacts > .col-auto {
    flex: 0 0 auto;
    width: auto;
    padding-right: 0;
    padding-left: 0;
}

.kz-footer-wrap #kz-footer-contacts a {
    color: #ffffff;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.kz-footer-wrap #kz-footer-contacts a:hover,
.kz-footer-wrap #kz-footer-contacts a:focus-visible {
    color: #b66cff;
    opacity: 0.9;
}

.kz-menu-toggle,
.kz-menu-trigger,
.kz-mobile-logo {
    display: none;
}

/* 2. Barra Larga Menu Dinamico */
.kz-custom-header .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.8) !important;
    font-family: 'Glacial Indifference', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 0.5rem 1rem !important;
    transition: color 0.2s ease, transform 0.2s ease;
}

.kz-custom-header .navbar-nav .nav-link:hover,
.kz-custom-header .navbar-nav .nav-item.current-menu-item .nav-link {
    color: #ffffff !important;
    transform: translateY(-1px);
}

/* Menu Mobile Dropdown */
@media (max-width: 991.98px) {
    .kz-footer-logo {
        display: none;
    }

    .kz-footer-menu-image {
        display: flex;
        margin-top: 0.75rem;
    }

    .kz-desktop-menu-image {
        display: none;
    }

    .kz-menu-wrap {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        min-height: 3.5rem;
    }

    body.admin-bar .kz-menu-wrap {
        top: 46px;
    }

    .kz-mobile-logo {
        position: relative;
        top: 0.65rem;
        left: 50%;
        z-index: 1002;
        display: block;
        width: 100%;
        max-width: 250px;
        transform: translateX(-50%);
        transition: opacity 0.2s ease;
        padding-bottom: 30px;
    }

    .kz-mobile-logo img {
        display: block;
        width: 100%;
        height: auto;
        /* max-height: 2.25rem; */
        object-fit: contain;
    }

    .kz-menu-trigger {
        position: absolute;
        top: 0.75rem;
        right: 1rem;
        z-index: 1002;
        display: flex;
        width: 2.75rem;
        height: 2.5rem;
        cursor: pointer;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.3rem;
    }

    .kz-menu-trigger span {
        display: block;
        width: 1.5rem;
        height: 2px;
        background: #ffffff;
        transition: transform 0.2s ease, opacity 0.2s ease;
    }

    .kz-menu-wrap #contacts-bar {
        position: fixed;
        right: 0;
        bottom: 2rem;
        left: 0;
        z-index: 1002;
        justify-content: center;
        padding: 0 4rem;
        opacity: 0;
        pointer-events: none;
        transform: translateY(1rem);
        transition: opacity 0.2s ease, transform 0.2s ease;
    }

    .kz-menu-wrap .main-menu {
        position: fixed;
        inset: 0;
        z-index: 1001;
        display: flex;
        width: 100vw;
        height: 100vh;
        align-content: center;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        padding: 5rem 2rem 2rem;
        overflow-y: auto;
        background-color: rgba(8, 8, 12, 0.82);
        background-image: linear-gradient(rgba(21, 8, 34, 0.72), rgba(8, 8, 12, 0.72)), var(--kz-mobile-menu-bg);
        background-position: center, center;
        background-size: cover, 70% auto;
        background-repeat: no-repeat, no-repeat;
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
        opacity: 0;
        pointer-events: none;
        transform: translateY(-1rem);
        transition: opacity 0.2s ease, transform 0.2s ease;
    }

    .kz-menu-wrap .main-menu > .col {
        flex: 0 0 100%;
        text-align: center;
    }

    .kz-menu-wrap .main-menu a {
        padding: 0.7rem 0;
        font-size: 1.8rem;
    }

    .kz-menu-toggle:checked ~ .kz-menu-trigger span:nth-child(1) {
        transform: translateY(0.4rem) rotate(45deg);
    }

    .kz-menu-toggle:checked ~ .kz-menu-trigger span:nth-child(2) {
        opacity: 0;
    }

    .kz-menu-toggle:checked ~ .kz-menu-trigger span:nth-child(3) {
        transform: translateY(-0.4rem) rotate(-45deg);
    }

    .kz-menu-toggle:checked ~ .main-menu {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .kz-menu-toggle:checked ~ .kz-mobile-logo {
        opacity: 0;
        pointer-events: none;
    }

    .kz-menu-toggle:checked ~ #contacts-bar {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .kz-custom-header .navbar-collapse {
        background: rgba(8, 8, 12, 0.95);
        backdrop-filter: blur(15px);
        margin-top: 10px;
        padding: 1.5rem;
        border-radius: 8px;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .kz-custom-header .navbar-nav {
        flex-direction: column !important;
        text-align: center;
    }
}

#ast-scroll-top{
    bottom: 20px;
}

.kz_article_image img{
    @media (max-width: 768.98px) {
        width: 100% !important;
        min-height: 120px !important;
        width: 100% !important;
        height: auto !important;
        max-height: none !important;
    }
}

.ast-container,
.ast-container > div{
    width: 100% !important;
}
.ast-container h1{
    font-family: 'GFS Didot', 'Glacial Indifference', serif, Georgia !important;
    font-weight: 500 !important;
    font-size: 2.5rem !important;
}

h1, h2, h3, h4, h5, h6, .entry-content :where(h1,h2,h3,h4,h5,h6) {
    color: white;
}

blockquote {
    color: #b66cff;
}