.hero {
    min-height: 100vh;
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
    isolation: isolate;
    text-align: center;
    color: #fff;
    padding: 130px 0 80px;
}

.hero::before {
    content: "";
    position: absolute;
    inset: -3%;
    z-index: -2;
    background:
        url('../images/backgrounds/mediterranean-hero-desktop.png')
        center center / cover no-repeat;
    transform: scale(1.02);
    animation: hero-drift 26s ease-in-out infinite alternate;
    will-change: transform;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(
            180deg,
            rgba(3, 16, 29, 0.30) 0%,
            rgba(3, 16, 29, 0.44) 48%,
            rgba(3, 16, 29, 0.80) 100%
        ),
        linear-gradient(
            90deg,
            rgba(3, 16, 29, 0.28) 0%,
            rgba(3, 16, 29, 0.10) 46%,
            rgba(3, 16, 29, 0.24) 100%
        );
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 960px;
    padding-inline: 20px;
}

.hero-subtitle {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(1.5rem, 3vw, 2.6rem);
}

.campaign-line {
    font-size: clamp(1rem, 2vw, 1.35rem);
    margin: 1.5rem 0 2rem;
}

.hero-actions {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

.release-badge {
    margin: 30px auto 0;
    display: inline-grid;
    gap: 4px;
    padding: 12px 18px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.scroll-indicator {
    position: absolute;
    left: 50%;
    bottom: 24px;
    z-index: 2;
    width: 30px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.58);
    border-radius: 999px;
    transform: translateX(-50%);
}

.scroll-indicator span {
    position: absolute;
    left: 50%;
    top: 10px;
    width: 4px;
    height: 8px;
    border-radius: 999px;
    background: var(--gold);
    transform: translateX(-50%);
    animation: scroll-dot 1.8s ease-in-out infinite;
}

.album-art img,
.artist-photo img {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.label-section {
    background: #071b2f;
    color: #fff;
}

.label-content {
    display: grid;
    grid-template-columns: 240px 1fr;
    align-items: center;
    gap: 50px;
}

.label-content img {
    border-radius: 50%;
    box-shadow: var(--shadow);
}

.cta-section {
    text-align: center;
    background: linear-gradient(
        135deg,
        var(--terracotta),
        var(--navy)
    );
    color: #fff;
}

.site-footer {
    padding: 48px 0;
    background: #041423;
    color: rgba(255, 255, 255, 0.8);
}

.site-footer strong {
    color: #fff;
}

@keyframes hero-drift {
    from {
        transform: scale(1.02) translate3d(-0.4%, -0.2%, 0);
    }

    to {
        transform: scale(1.08) translate3d(0.6%, 0.3%, 0);
    }
}

@keyframes scroll-dot {
    0% {
        opacity: 0;
        transform: translate(-50%, 0);
    }

    30% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate(-50%, 18px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero::before,
    .scroll-indicator span {
        animation: none;
    }
}


.album-section {
    overflow: hidden;
}

.album-showcase {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
    gap: 72px;
    align-items: center;
}

.album-visual {
    position: relative;
    min-width: 0;
}

.album-scene {
    width: 100%;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.official-cover-card {
    position: absolute;
    right: -28px;
    bottom: -34px;
    width: min(34%, 250px);
    margin: 0;
    padding: 10px;
    border-radius: 18px;
    background: rgba(248, 245, 240, 0.94);
    box-shadow: 0 22px 60px rgba(5, 18, 31, 0.26);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.official-cover-card img {
    width: 100%;
    border-radius: 12px;
}

.official-cover-card figcaption {
    padding: 8px 4px 2px;
    color: var(--muted);
    font-size: 0.72rem;
    text-align: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.album-copy {
    max-width: 560px;
}

.album-message {
    display: grid;
    gap: 6px;
    margin: 28px 0;
    padding: 20px 22px;
    border-left: 3px solid var(--gold);
    background: rgba(212, 175, 55, 0.09);
}

.album-message span {
    color: var(--muted);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.album-message strong {
    font-family: "Cormorant Garamond", serif;
    color: var(--terracotta);
    font-size: clamp(1.5rem, 2.4vw, 2.15rem);
    font-weight: 500;
}

.album-actions {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
}

.campaign-art-section {
    background:
        linear-gradient(rgba(7, 27, 47, 0.90), rgba(7, 27, 47, 0.96)),
        url('../images/albums/love-ritornera-world-edition-clean.png')
        center / cover no-repeat;
    color: #fff;
}

.campaign-art-grid {
    display: grid;
    grid-template-columns: 0.78fr 1.22fr;
    gap: 68px;
    align-items: center;
}

.campaign-art-copy {
    max-width: 520px;
}

.campaign-art-copy p:not(.eyebrow) {
    color: rgba(255, 255, 255, 0.76);
}

.campaign-poster-wrap {
    max-width: 680px;
    margin-left: auto;
}

.campaign-poster-wrap img {
    width: 100%;
    border-radius: var(--radius);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
}


.section-intro {
    max-width: 760px;
    margin-top: 1rem;
    color: rgba(255, 255, 255, 0.74);
}

.track-card-coming {
    border-color: rgba(212, 175, 55, 0.55);
    background: rgba(212, 175, 55, 0.10);
}

.track-card-coming span {
    color: var(--gold);
}

.section-copy blockquote {
    margin: 2rem 0 0;
    padding-left: 1.2rem;
    border-left: 3px solid var(--gold);
    color: var(--terracotta);
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(1.45rem, 2.2vw, 2rem);
    line-height: 1.35;
}

.footer-brand-logo {
    width: min(280px, 100%);
    max-height: 78px;
    object-fit: contain;
    object-position: left center;
}

/* Artist and label association feature */
.association-section {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 82% 35%, rgba(212, 175, 55, 0.12), transparent 34%),
        linear-gradient(135deg, #041423 0%, #071b2f 58%, #0b243b 100%);
}

.association-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.025), transparent 45%);
}

.association-layout {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(320px, 0.72fr);
    gap: clamp(44px, 7vw, 96px);
    align-items: center;
}

.association-copy {
    max-width: 650px;
}

.association-copy p:not(.eyebrow) {
    max-width: 590px;
    color: rgba(255, 255, 255, 0.76);
}

.association-art {
    width: min(100%, 560px);
    margin: 0 0 0 auto;
    padding: clamp(7px, 1vw, 11px);
    border: 1px solid rgba(212, 175, 55, 0.62);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.035);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42), 0 0 42px rgba(212, 175, 55, 0.08);
}

.association-art img {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
    border-radius: 17px;
}


/* Version 2.1 future catalogue */
.journey-section {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 16% 12%, rgba(212, 175, 55, 0.14), transparent 30%),
        radial-gradient(circle at 88% 82%, rgba(177, 82, 54, 0.16), transparent 34%),
        linear-gradient(145deg, #06192b 0%, #0a2742 54%, #071a2c 100%);
}

.journey-heading {
    max-width: 880px;
    margin-inline: auto;
    text-align: center;
}

.journey-heading > p:last-child {
    max-width: 760px;
    margin-inline: auto;
    color: rgba(255, 255, 255, 0.76);
}

.journey-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
}

.journey-card {
    min-width: 0;
    padding: 30px 28px;
    border: 1px solid rgba(212, 175, 55, 0.22);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.055);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.journey-card-genres {
    grid-column: span 2;
}

.journey-icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: 18px;
    border: 1px solid rgba(212, 175, 55, 0.55);
    border-radius: 50%;
    color: var(--gold);
    font-family: "Cinzel", serif;
    font-size: 1.1rem;
}

.journey-card h3 {
    margin-bottom: 10px;
    color: #fff;
}

.journey-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
}

.journey-statement {
    max-width: 900px;
    margin: 48px auto 0;
    padding: 28px 34px;
    border-left: 3px solid var(--gold);
    color: rgba(255, 255, 255, 0.9);
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(1.35rem, 2.4vw, 2rem);
    line-height: 1.45;
    text-align: center;
    background: rgba(0, 0, 0, 0.12);
}

/* v2.2.0 — official album launch hero */
.hero {
    min-height: 100vh;
    text-align: left;
}

.hero::before {
    background-image: url('../images/backgrounds/mediterranean-hero-desktop.png');
    background-position: center center;
}

.hero-overlay {
    background:
        linear-gradient(90deg, rgba(3, 16, 29, .88) 0%, rgba(3, 16, 29, .68) 44%, rgba(3, 16, 29, .34) 100%),
        linear-gradient(180deg, rgba(3, 16, 29, .22) 0%, rgba(3, 16, 29, .45) 65%, rgba(3, 16, 29, .82) 100%);
}

.hero-launch-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, .72fr);
    align-items: center;
    gap: clamp(42px, 6vw, 90px);
    width: var(--container);
    margin-inline: auto;
}

.hero-launch-copy {
    max-width: 760px;
}

.hero-launch-copy h1 {
    max-width: 760px;
    margin-bottom: .2em;
}

.hero-album-tagline {
    max-width: 700px;
    margin: 1.15rem 0 .5rem;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(1.45rem, 2.45vw, 2.3rem);
    font-style: italic;
    line-height: 1.15;
    color: #f2cf75;
}

.hero-launch-copy .campaign-line {
    margin: 1rem 0 2rem;
}

.hero-launch-copy .hero-actions {
    justify-content: flex-start;
}

.hero-launch-copy .release-badge {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}

.hero-cover {
    width: min(100%, 520px);
    margin: 0 auto;
    padding: clamp(8px, 1.2vw, 14px);
    border: 1px solid rgba(229, 190, 87, .48);
    border-radius: 24px;
    background: rgba(4, 20, 35, .34);
    box-shadow: 0 30px 90px rgba(0, 0, 0, .42);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.hero-cover img {
    display: block;
    width: 100%;
    border-radius: 16px;
}

/* v2.2.2 — centred launch hero container and balanced columns */
.hero-launch-layout {
    width: var(--container);
    margin-inline: auto;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.68fr);
    gap: clamp(36px, 5vw, 72px);
}

.hero-launch-copy {
    min-width: 0;
    max-width: 680px;
}

.hero-launch-copy h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(3.4rem, 5.25vw, 5.9rem);
    line-height: 1.04;
    letter-spacing: 0.025em;
    overflow-wrap: normal;
    word-break: normal;
}

.hero-subtitle {
    font-size: clamp(1.45rem, 2.2vw, 2.25rem);
}

.hero-album-tagline {
    font-size: clamp(1.35rem, 2vw, 2rem);
}

.hero-cover {
    width: min(100%, 450px);
}
