/* =========================================================
   HOME.CSS
   Struktūra:
   1. HERO
   2. FEATURED
   3. LATEST SETS
   4. ABOUT / IDENTITY
   5. SET CARDS
   6. FOOTER
   7. RESPONSIVE
========================================================= */


/* =========================================================
   1. HERO
========================================================= */

.hero.full-screen {
    min-height: 100svh;
    height: 100svh;
    justify-content: center;
    padding: 84px 0 34px;
}

.hero {
    position: relative;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at 50% 40%,
            rgba(0,0,0,0.03) 0%,
            rgba(0,0,0,0.10) 26%,
            rgba(0,0,0,0.32) 58%,
            rgba(0,0,0,0.78) 100%
        );
    z-index: 0;
    pointer-events: none;
}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 58%, rgba(238,180,96,0.12), transparent 18%),
        radial-gradient(circle at 50% 31%, rgba(255,255,255,0.04), transparent 18%),
        linear-gradient(
            180deg,
            rgba(3,7,12,0.06) 0%,
            rgba(3,7,12,0.02) 22%,
            rgba(3,7,12,0.10) 58%,
            rgba(3,7,12,0.38) 100%
        );
    z-index: 0;
    pointer-events: none;
}

.hero-inner {
    position: relative;
    z-index: 2;
    width: min(1120px, calc(100% - 56px));
    height: calc(100svh - 118px);
    min-height: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 0 clamp(116px, 13.5vh, 152px);
}

.hero-logo-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 28px;
    pointer-events: none;
    transform: translateY(clamp(-46px, -4.4vh, -28px));
}

.hero-logo-wrap::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: clamp(320px, 25vw, 430px);
    height: clamp(320px, 25vw, 430px);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(214,174,102,0.14) 0%,
            rgba(214,174,102,0.07) 34%,
            rgba(214,174,102,0.02) 58%,
            rgba(214,174,102,0) 78%
        );
    filter: blur(26px);
    opacity: 0.72;
    pointer-events: none;
    z-index: -1;
}

.hero-logo-mark {
    display: block;
    width: clamp(260px, 21vw, 380px);
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    opacity: 0.99;
    filter:
        brightness(1.02)
        contrast(1.08)
        saturate(0.96)
        drop-shadow(0 14px 30px rgba(0,0,0,0.44))
        drop-shadow(0 0 16px rgba(214,184,111,0.12));
    transform-origin: center;
    animation:
        fadeIn 1.6s ease forwards,
        moonParallax 34s ease-in-out infinite;
    will-change: transform, opacity;
}

.hero-copy {
    width: min(860px, 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.hero-tagline {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: clamp(13px, 1.02vw, 15px);
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: 0.34em;
    text-transform: uppercase;
    color: rgba(255,244,230,0.94);
    text-align: center;
    text-shadow:
        0 8px 24px rgba(0,0,0,0.62),
        0 0 14px rgba(214,184,111,0.06);
}

.hero-subtitle {
    max-width: 720px;
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: clamp(14px, 1vw, 16px);
    line-height: 1.72;
    letter-spacing: 0.08em;
    color: rgba(255,245,232,0.76);
    text-shadow:
        0 6px 18px rgba(0,0,0,0.50),
        0 0 8px rgba(205,169,106,0.02);
}

.hero-actions {
    position: static;
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    width: auto;
    margin-top: clamp(34px, 4vh, 44px);
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-width: 210px;
    padding: 15px 26px;
    border-radius: 999px;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    white-space: nowrap;
    transition:
        transform 0.26s ease,
        background 0.26s ease,
        border-color 0.26s ease,
        box-shadow 0.26s ease,
        color 0.26s ease;
}

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

.hero-btn-primary {
    color: #111;
    background:
        linear-gradient(
            180deg,
            rgba(243,223,184,0.99) 0%,
            rgba(228,199,140,0.99) 52%,
            rgba(205,169,105,0.99) 100%
        );
    box-shadow:
        0 22px 52px rgba(0,0,0,0.46),
        0 0 24px rgba(205,169,106,0.14),
        inset 0 1px 0 rgba(255,255,255,0.36),
        inset 0 -8px 16px rgba(142,102,42,0.10);
}

.hero-btn-primary:hover {
    box-shadow:
        0 28px 60px rgba(0,0,0,0.52),
        0 0 30px rgba(205,169,106,0.20),
        inset 0 1px 0 rgba(255,255,255,0.42),
        inset 0 -10px 18px rgba(142,102,42,0.14);
}

.hero-btn-secondary {
    color: rgba(255,255,255,0.94);
    border: 1px solid rgba(255,255,255,0.24);
    background:
        linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.02)),
        rgba(6,10,16,0.50);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.08),
        0 20px 42px rgba(0,0,0,0.36);
}

.hero-btn-secondary:hover {
    border-color: rgba(255,255,255,0.38);
    background:
        linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.04)),
        rgba(10,14,20,0.62);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.14),
        0 24px 48px rgba(0,0,0,0.40);
}

.hero-scroll {
    position: absolute;
    left: 50%;
    bottom: clamp(52px, 6vh, 72px);
    z-index: 6;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transform: translateX(-50%);
    opacity: 0.82;
    transition:
        opacity 0.24s ease,
        transform 0.24s ease;
}

.hero-scroll:hover {
    opacity: 0.98;
    transform: translateX(-50%) translateY(2px);
}

.hero-scroll-text {
    font-family: 'Inter', sans-serif;
    font-size: 9px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.82);
    text-shadow:
        0 4px 18px rgba(0,0,0,0.62),
        0 0 10px rgba(255,255,255,0.08);
}

.hero-scroll-line {
    width: 1px;
    height: 30px;
    background: linear-gradient(
        to bottom,
        rgba(255,255,255,0.82),
        rgba(255,255,255,0.14)
    );
    animation: heroScrollPulse 2.2s ease-in-out infinite;
}

.fade-in {
    opacity: 0;
    animation: fadeIn 2s ease forwards;
}

.fade-delay-1 { animation-delay: 0.4s; }
.fade-delay-2 { animation-delay: 0.8s; }
.fade-delay-3 { animation-delay: 1.1s; }
.fade-delay-4 { animation-delay: 1.35s; }
.fade-delay-5 { animation-delay: 1.55s; }

@keyframes fadeIn {
    to { opacity: 1; }
}

@keyframes moonParallax {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 0.96;
    }
    25% {
        transform: translate3d(-0.4px, 0.2px, 0) scale(1.001);
        opacity: 0.965;
    }
    50% {
        transform: translate3d(0, 0.8px, 0) scale(1.002);
        opacity: 0.97;
    }
    75% {
        transform: translate3d(0.4px, 0.2px, 0) scale(1.001);
        opacity: 0.965;
    }
}

@keyframes heroScrollPulse {
    0%, 100% {
        opacity: 0.5;
        transform: scaleY(1);
    }
    50% {
        opacity: 1;
        transform: scaleY(1.08);
    }
}

@media (max-width: 900px) {
    .hero.full-screen {
        min-height: 100svh;
        height: auto;
        padding: 92px 0 28px;
    }

    .hero-inner {
        width: min(94vw, 760px);
        min-height: calc(100svh - 120px);
        height: auto;
        justify-content: center;
        padding-bottom: clamp(182px, 22vh, 224px);
    }

    .hero-logo-wrap {
        margin-bottom: 22px;
        transform: translateY(-28px);
    }

    .hero-logo-wrap::before {
        width: 300px;
        height: 300px;
        filter: blur(22px);
    }

    .hero-logo-mark {
        width: min(34vw, 292px);
    }

    .hero-copy {
        width: min(700px, 100%);
        gap: 10px;
    }

    .hero-tagline {
        font-size: 13px;
        letter-spacing: 0.28em;
    }

    .hero-subtitle {
        max-width: 620px;
        font-size: 13px;
        letter-spacing: 0.06em;
        line-height: 1.66;
    }

    .hero-actions {
        gap: 12px;
        margin-top: 30px;
    }

    .hero-btn {
        min-width: 192px;
        padding: 14px 22px;
    }

    .hero-scroll {
        bottom: 60px;
    }
}

@media (max-width: 768px) {
    .hero.full-screen {
        padding: 90px 0 22px;
    }

    .hero-inner {
        width: min(94vw, 620px);
        min-height: calc(100svh - 112px);
        height: auto;
        padding-bottom: 176px;
    }

    .hero-logo-wrap {
        margin-bottom: 18px;
        transform: translateY(-18px);
    }

    .hero-logo-wrap::before {
        width: 236px;
        height: 236px;
        filter: blur(18px);
        opacity: 0.66;
    }

    .hero-logo-mark {
        width: min(46vw, 228px);
    }

    .hero-copy {
        width: min(94vw, 520px);
        gap: 9px;
    }

    .hero-tagline {
        font-size: 11px;
        line-height: 1.48;
        letter-spacing: 0.22em;
    }

    .hero-subtitle {
        max-width: 360px;
        font-size: 11px;
        letter-spacing: 0.04em;
        line-height: 1.58;
    }

    .hero-actions {
        width: 100%;
        gap: 10px;
        margin-top: 28px;
    }

    .hero-btn {
        min-width: 0;
        width: min(100%, 246px);
        padding: 14px 20px;
        font-size: 11px;
        letter-spacing: 2px;
    }

    .hero-scroll {
        bottom: 48px;
    }

    .hero-scroll-text {
        font-size: 8px;
        letter-spacing: 2.4px;
    }

    .hero-scroll-line {
        height: 24px;
    }
}

@media (max-height: 860px) {
    .hero.full-screen {
        padding-top: 82px;
    }

    .hero-inner {
        height: calc(100svh - 112px);
        min-height: 0;
        padding-bottom: 134px;
    }

    .hero-logo-wrap {
        transform: translateY(-20px);
    }

    .hero-logo-mark {
        width: clamp(220px, 18vw, 284px);
    }

    .hero-actions {
        margin-top: 28px;
    }

    .hero-scroll {
        bottom: 36px;
    }
}

@media (max-height: 760px) {
    .hero.full-screen {
        padding-top: 74px;
        padding-bottom: 18px;
    }

    .hero-inner {
        height: calc(100svh - 92px);
        min-height: 0;
        padding-bottom: 114px;
    }

    .hero-logo-wrap {
        margin-bottom: 16px;
        transform: translateY(-12px);
    }

    .hero-logo-mark {
        width: clamp(196px, 16vw, 240px);
    }

    .hero-tagline {
        font-size: 11px;
    }

    .hero-subtitle {
        font-size: 12px;
        line-height: 1.52;
    }
}

/* =========================================================
   2. FEATURED
========================================================= */

.featured-hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 0;
    overflow: hidden;
    scroll-margin-top: 85px;
}

.featured-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at center,
            rgba(0,0,0,0.36) 0%,
            rgba(0,0,0,0.24) 38%,
            rgba(0,0,0,0.12) 66%,
            rgba(0,0,0,0.04) 100%
        );
    pointer-events: none;
    z-index: 0;
}

.featured-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(5,8,14,0.88) 0%, rgba(5,8,14,0.42) 26%, rgba(5,8,14,0.18) 54%, rgba(5,8,14,0.70) 100%),
        radial-gradient(circle at 35% 60%, rgba(214,184,111,0.10), transparent 40%),
        radial-gradient(circle at 42% 52%, rgba(226,174,82,0.20), transparent 20%),
        radial-gradient(circle at 70% 26%, rgba(255,255,255,0.08), transparent 18%);
    mix-blend-mode: normal;
    pointer-events: none;
    z-index: 0;
}

.featured-ambient {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.featured-glow {
    position: absolute;
    border-radius: 999px;
    filter: blur(70px);
    opacity: 0.38;
}

.featured-glow-1 {
    top: 50%;
    left: 18%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(219,170,90,0.35) 0%, rgba(219,170,90,0.08) 42%, transparent 72%);
    transform: translateY(-50%);
    animation: featuredGlowPulse 9s ease-in-out infinite;
}

.featured-glow-2 {
    top: 18%;
    right: 16%;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(255,255,255,0.16) 0%, rgba(255,255,255,0.04) 35%, transparent 72%);
    animation: featuredGlowPulse 12s ease-in-out infinite reverse;
}

.featured-sparkle {
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255,255,255,0.92);
    opacity: 0;
    filter:
        blur(0.25px)
        drop-shadow(0 0 6px rgba(255,255,255,0.28))
        drop-shadow(0 0 14px rgba(255,245,220,0.14));
    will-change: transform, opacity;
}

.featured-sparkle::before,
.featured-sparkle::after {
    content: "";
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
    border-radius: 999px;
    opacity: 0.9;
}

.featured-sparkle::before {
    width: 18px;
    height: 1px;
    background: linear-gradient(
        90deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.75) 50%,
        rgba(255,255,255,0) 100%
    );
}

.featured-sparkle::after {
    width: 1px;
    height: 18px;
    background: linear-gradient(
        180deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.75) 50%,
        rgba(255,255,255,0) 100%
    );
}

.featured-sparkle-1 { top: 22%; left: 64%; animation: starBlink 4.6s ease-in-out infinite; }
.featured-sparkle-2 { top: 31%; left: 72%; animation: starBlink 6.2s ease-in-out 1.8s infinite; }
.featured-sparkle-3 { top: 18%; left: 78%; animation: starBlink 5.4s ease-in-out 0.9s infinite; }
.featured-sparkle-4 { top: 27%; left: 58%; animation: starBlink 7.1s ease-in-out 2.6s infinite; }
.featured-sparkle-5 { top: 36%; left: 67%; animation: starBlink 5.9s ease-in-out 3.4s infinite; }

.featured-inner {
    position: relative;
    z-index: 2;
    width: min(1240px, calc(100% - 72px));
    display: grid;
    grid-template-columns: minmax(380px, 520px) minmax(340px, 1fr);
    gap: clamp(56px, 6vw, 92px);
    align-items: center;
    padding-top: 32px;
}

.featured-inner::before {
    content: "";
    position: absolute;
    left: 28%;
    top: 16%;
    bottom: 14%;
    width: min(300px, 22vw);
    background: linear-gradient(90deg, rgba(214,184,111,0.14), rgba(214,184,111,0.03) 52%, rgba(214,184,111,0));
    filter: blur(36px);
    opacity: 0.72;
    pointer-events: none;
    z-index: 0;
}

.featured-media { position: relative; }

.featured-media::after {
    content: "";
    position: absolute;
    top: 16%;
    right: -12%;
    width: 170px;
    height: 70%;
    background: linear-gradient(90deg, rgba(9,12,20,0), rgba(9,12,20,0.22) 18%, rgba(9,12,20,0.52) 55%, rgba(9,12,20,0) 100%);
    filter: blur(12px);
    pointer-events: none;
    z-index: 2;
    opacity: 0.85;
}

.featured-art-wrap {
    position: relative;
    width: min(100%, 500px);
    aspect-ratio: 1 / 1;
    overflow: visible;
    filter: drop-shadow(0 44px 96px rgba(0,0,0,0.70));
}

.featured-art-wrap::before {
    content: "";
    position: absolute;
    inset: 8% 2% -4% 2%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(214,184,111,0.20) 0%, rgba(214,184,111,0.04) 40%, transparent 72%);
    filter: blur(24px);
    z-index: 0;
    pointer-events: none;
}

.featured-art-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    pointer-events: none;
    z-index: 4;
    background:
        linear-gradient(120deg, rgba(255,255,255,0.22) 0%, rgba(255,255,255,0.05) 32%, transparent 58%),
        linear-gradient(180deg, rgba(255,255,255,0.07), transparent 40%),
        radial-gradient(circle at 18% 12%, rgba(255,255,255,0.12), transparent 24%);
    mix-blend-mode: screen;
    opacity: 0.62;
}

.featured-vinyl {
    --vinyl-shift: -42px;
    top: 50%;
    left: 59.5%;
    width: 89%;
    aspect-ratio: 1 / 1;
    opacity: 1;
    z-index: 1;
    transition: transform 0.7s cubic-bezier(.2,.8,.2,1), filter 0.4s ease;
    filter:
        drop-shadow(0 30px 50px rgba(0,0,0,0.65))
        drop-shadow(0 0 18px rgba(255,255,255,0.06));
}

.featured-sleeve-shell {
    position: absolute;
    inset: 0;
    width: 78%;
    z-index: 3;
    pointer-events: none;
}

.featured-sleeve-spine {
    position: absolute;
    top: 1.6%;
    bottom: 1.6%;
    right: -10px;
    width: 18px;
    border-radius: 0 7px 7px 0;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.14), rgba(255,255,255,0.04) 18%, rgba(0,0,0,0.14) 48%, rgba(0,0,0,0.46) 100%),
        linear-gradient(90deg, rgba(255,255,255,0.14), rgba(0,0,0,0.38));
    box-shadow:
        8px 0 18px rgba(0,0,0,0.25),
        inset 1px 0 0 rgba(255,255,255,0.18),
        inset -1px 0 0 rgba(0,0,0,0.28);
    opacity: 0.95;
}

.featured-sleeve {
    position: absolute;
    inset: 0;
    z-index: 4;
    border-radius: 12px;
    overflow: hidden;
    background: #080808;
    box-shadow:
        0 34px 74px rgba(0,0,0,0.62),
        0 0 0 1px rgba(255,255,255,0.06),
        inset 0 1px 0 rgba(255,255,255,0.08),
        inset 0 -16px 36px rgba(0,0,0,0.18);
    isolation: isolate;
    pointer-events: auto;
    transform: translateZ(0);
    transition: transform 0.55s cubic-bezier(.2,.8,.2,1), box-shadow 0.35s ease;
}

.featured-sleeve::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to bottom, rgba(255,255,255,0.13), transparent 16%),
        linear-gradient(90deg, rgba(255,255,255,0.05), transparent 16%),
        radial-gradient(circle at 20% 16%, rgba(255,255,255,0.14), transparent 22%),
        linear-gradient(140deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 28%, transparent 56%);
    z-index: 2;
    pointer-events: none;
}

.featured-sleeve::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.12), transparent 18%),
        linear-gradient(180deg, rgba(0,0,0,0.00), rgba(0,0,0,0.28) 82%),
        linear-gradient(110deg, rgba(255,255,255,0) 12%, rgba(255,255,255,0.08) 24%, rgba(255,255,255,0.02) 34%, rgba(255,255,255,0) 46%);
    mix-blend-mode: screen;
    opacity: 0.5;
    z-index: 2;
    pointer-events: none;
}

.featured-sleeve img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.015);
}

.featured-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            to top,
            rgba(0,0,0,0.84) 0%,
            rgba(0,0,0,0.46) 30%,
            rgba(0,0,0,0.17) 62%,
            rgba(0,0,0,0.03) 100%
        ),
        linear-gradient(90deg, rgba(0,0,0,0.14), rgba(0,0,0,0.01) 24%, rgba(0,0,0,0.18) 100%),
        linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0) 24%);
    z-index: 1;
    pointer-events: none;
}

.featured-play {
    z-index: 10;
    transform: translate3d(-50%, -50%, 0) scale(1.06);
    background: linear-gradient(180deg, rgba(17,24,36,0.58), rgba(7,12,20,0.44));
    border: 1px solid rgba(255,255,255,0.14);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow:
        0 18px 34px rgba(0,0,0,0.38),
        0 0 0 1px rgba(255,255,255,0.08),
        inset 0 1px 0 rgba(255,255,255,0.12);
}

.featured-media:hover .featured-play,
.featured-media.active-track .featured-play {
    transform: translate3d(-50%, -50%, 0) scale(1.12);
    box-shadow:
        0 20px 38px rgba(0,0,0,0.42),
        0 0 18px rgba(214,184,111,0.14),
        0 0 0 1px rgba(255,255,255,0.10),
        inset 0 1px 0 rgba(255,255,255,0.14);
}

.featured-content {
    position: relative;
    max-width: 600px;
    margin-top: 0;
    padding-left: 6px;
}

.featured-content::after {
    content: "";
    position: absolute;
    left: -46px;
    top: -26px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(214,184,111,0.12) 0%, rgba(214,184,111,0.04) 36%, rgba(214,184,111,0) 72%);
    filter: blur(30px);
    opacity: 0.55;
    pointer-events: none;
    z-index: -1;
}

.featured-content::before {
    content: "";
    position: absolute;
    left: -28px;
    top: 20px;
    bottom: 24px;
    width: 1px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0.16), rgba(214,184,111,0.28), rgba(255,255,255,0));
    opacity: 0.68;
}

.featured-eyebrow-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.featured-eyebrow {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.60);
}

.featured-catalog {
    padding: 0;
    border: none;
    border-radius: 0;
    background: none;
    box-shadow: none;
    font-family: 'Inter', sans-serif;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 1.9px;
    text-transform: uppercase;
    color: rgba(223,195,135,0.72);
    opacity: 0.92;
}

.featured-catalog::before {
    content: "·";
    margin-right: 10px;
    color: rgba(255,255,255,0.28);
}

.featured-heading {
    margin: 0 0 22px;
    font-family: 'Playfair Display', serif;
    font-size: clamp(54px, 6vw, 92px);
    line-height: 0.92;
    font-weight: 600;
    letter-spacing: -1.5px;
    color: rgba(255,255,255,0.985);
    text-shadow: 0 12px 38px rgba(0,0,0,0.48);
}

.featured-description {
    margin: 0 0 26px;
    max-width: 520px;
    font-size: clamp(18px, 1.46vw, 21px);
    line-height: 1.96;
    color: rgba(255,255,255,0.82);
    text-shadow: 0 6px 24px rgba(0,0,0,0.46);
}

.featured-meta {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 60px;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.54);
}

.featured-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.btn-primary,
.btn-secondary {
    width: auto;
    min-width: 0;
    padding: 13px 22px;
    border-radius: 999px;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    transition:
        transform 0.26s ease,
        box-shadow 0.26s ease,
        border-color 0.26s ease,
        background 0.26s ease,
        color 0.26s ease;
}

.btn-primary {
    min-width: 198px;
    background:
        linear-gradient(180deg, rgba(248,235,209,0.98), rgba(224,194,133,0.98) 52%, rgba(205,171,108,0.98));
    color: #111;
    border: 1px solid rgba(255,255,255,0.18);
    cursor: pointer;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.34),
        inset 0 -8px 16px rgba(142,102,42,0.16),
        0 16px 32px rgba(0,0,0,0.26),
        0 0 18px rgba(214,184,111,0.14);
}

.btn-secondary {
    padding: 13px 20px;
    min-width: 0;
    border: 1px solid rgba(255,255,255,0.16);
    background:
        linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.014)),
        rgba(6,10,16,0.22);
    color: rgba(255,255,255,0.9);
    text-decoration: none;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.06),
        0 14px 24px rgba(0,0,0,0.16);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

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

.btn-primary:hover {
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.38),
        inset 0 -10px 18px rgba(142,102,42,0.18),
        0 18px 36px rgba(0,0,0,0.30),
        0 0 22px rgba(214,184,111,0.18);
}

.btn-secondary:hover {
    border-color: rgba(255,255,255,0.24);
    background:
        linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.02)),
        rgba(8,12,18,0.30);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.08),
        0 16px 28px rgba(0,0,0,0.20);
}

.featured-media:hover .featured-vinyl,
.featured-media.active-track .featured-vinyl {
    --vinyl-shift: -18px;
    filter:
        drop-shadow(0 34px 48px rgba(0,0,0,0.56))
        drop-shadow(0 0 18px rgba(255,255,255,0.05));
}

.featured-media:hover .featured-sleeve,
.featured-media.active-track .featured-sleeve {
    transform: translateY(-4px);
    box-shadow:
        0 42px 82px rgba(0,0,0,0.68),
        0 0 0 1px rgba(255,255,255,0.08),
        inset 0 1px 0 rgba(255,255,255,0.12),
        inset 0 -18px 42px rgba(0,0,0,0.2);
}

@keyframes featuredGlowPulse {
    0%, 100% {
        opacity: 0.25;
        transform: translateY(-50%) scale(0.96);
    }
    50% {
        opacity: 0.42;
        transform: translateY(-50%) scale(1.04);
    }
}

@keyframes starBlink {
    0%, 100% {
        opacity: 0;
        transform: scale(0.35);
    }
    12% {
        opacity: 0;
        transform: scale(0.35);
    }
    18% {
        opacity: 0.95;
        transform: scale(1.7);
    }
    26% {
        opacity: 0.38;
        transform: scale(0.9);
    }
    34% {
        opacity: 0.82;
        transform: scale(1.15);
    }
    46% {
        opacity: 0;
        transform: scale(0.4);
    }
}

@media (max-width: 1100px) {
    .featured-inner::before {
        left: 22%;
        width: 220px;
        opacity: 0.56;
    }

    .featured-media::after {
        right: -6%;
        width: 120px;
    }

    .featured-content {
        padding-left: 0;
    }

    .featured-content::before {
        left: -22px;
    }

    .featured-description {
        max-width: 100%;
    }
}

/* =========================================================
   3. LATEST SETS — FINAL
========================================================= */

.home-latest {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 70px;
    scroll-margin-top: 85px;
    box-sizing: border-box;
}

.home-latest::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    width: min(1100px, 90%);
    height: 280px;
    pointer-events: none;
    z-index: 0;
    background: radial-gradient(
        ellipse at center,
        rgba(214,184,111,0.16),
        rgba(0,0,0,0) 70%
    );
    filter: blur(40px);
    opacity: 0.6;
}

.home-latest::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    width: 560px;
    height: 360px;
    pointer-events: none;
    z-index: 0;
    background: radial-gradient(
        ellipse at center,
        rgba(255,200,120,0.10),
        transparent 72%
    );
    filter: blur(60px);
    opacity: 0.9;
}

.home-latest > * {
    position: relative;
    z-index: 1;
}

.home-latest .section-header {
    margin-bottom: 32px;
}

.home-latest .section-header::before,
.home-latest .section-header::after {
    opacity: 0.5;
}

.home-latest .section-header h2 {
    font-size: clamp(32px, 3.6vw, 44px);
    letter-spacing: 0.08em;
}

.home-latest .home-section-copy {
    max-width: 680px;
    margin: 0 auto 40px;
    font-size: 16px;
    line-height: 1.65;
    color: rgba(255,255,255,0.72);
}

.home-latest .album-grid {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    gap: 40px 36px;
    margin-top: 10px;
}

.home-latest .album-card {
    transition: transform 0.28s ease, filter 0.28s ease;
}

.home-latest .album-card:nth-child(1) { transform: translateY(-4px); }
.home-latest .album-card:nth-child(2) { transform: translateY(4px); }
.home-latest .album-card:nth-child(1):hover { transform: translateY(-8px) scale(1.008); }
.home-latest .album-card:nth-child(2):hover { transform: translateY(0) scale(1.008); }

.home-latest .album-vinyl {
    filter:
        drop-shadow(0 32px 60px rgba(0,0,0,0.75))
        drop-shadow(0 0 26px rgba(255,255,255,0.08));
}

.home-latest .album-sleeve {
    box-shadow:
        0 30px 60px rgba(0,0,0,0.65),
        0 0 0 1px rgba(255,255,255,0.06),
        inset 0 1px 0 rgba(255,255,255,0.08);
}

.home-latest .cover-text {
    left: 26px;
    right: 26px;
    bottom: 22px;
}

.home-latest .home-section-actions {
    margin-top: 36px;
    display: flex;
    justify-content: center;
}

.home-latest .section-link-btn {
    width: auto;
    min-width: 0;
    padding: 14px 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.92);
    border: 1px solid rgba(255,255,255,0.32);
    background:
        linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.02)),
        rgba(6,10,16,0.55);
    backdrop-filter: blur(10px);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.18),
        0 20px 44px rgba(0,0,0,0.45),
        0 0 24px rgba(214,184,111,0.08);
    transition:
        transform 0.24s ease,
        background 0.24s ease,
        border-color 0.24s ease,
        box-shadow 0.24s ease;
}

.home-latest .section-link-btn:hover {
    transform: translateY(-2px);
    border-color: rgba(255,255,255,0.45);
    background:
        linear-gradient(180deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05)),
        rgba(10,14,20,0.65);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.22),
        0 26px 54px rgba(0,0,0,0.55),
        0 0 36px rgba(214,184,111,0.14);
}

@media (max-width: 768px) {
    .home-latest {
        min-height: auto;
        padding-top: 80px;
        padding-bottom: 40px;
    }

    .home-latest .album-grid { gap: 40px; }

    .home-latest .album-card,
    .home-latest .album-card:nth-child(1),
    .home-latest .album-card:nth-child(2),
    .home-latest .album-card:nth-child(1):hover,
    .home-latest .album-card:nth-child(2):hover {
        transform: none;
    }

    .home-latest .section-link-btn { width: 100%; }
}

/* =========================================================
   4. ABOUT / IDENTITY — CINEMATIC FREE LAYOUT
========================================================= */

.identity-section {
    position: relative;
    padding: 140px 0 130px;
    overflow: hidden;
}

.identity-section::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    width: min(760px, 74%);
    height: 280px;
    pointer-events: none;
    z-index: 0;
    background: radial-gradient(
        ellipse at center,
        rgba(214,184,111,0.12),
        rgba(214,184,111,0.045) 38%,
        rgba(0,0,0,0) 72%
    );
    filter: blur(46px);
    opacity: 0.55;
}

.identity-section::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background:
        linear-gradient(
            to bottom,
            rgba(7,10,16,0.30) 0%,
            rgba(7,10,16,0.22) 28%,
            rgba(7,10,16,0.18) 52%,
            rgba(7,10,16,0.34) 100%
        );
}

.identity-shell {
    position: relative;
    z-index: 1;
    width: min(780px, calc(100% - 48px));
    margin: 0 auto;
    text-align: center;
    transform: translateY(-32px);
}

.identity-kicker {
    margin-bottom: 18px;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(214,184,111,0.92);
    text-shadow: 0 4px 18px rgba(0,0,0,0.28);
}

.identity-title {
    margin: 0 auto 22px;
    max-width: 620px;
    font-family: 'Playfair Display', serif;
    font-size: clamp(34px, 4.2vw, 58px);
    line-height: 1.04;
    font-weight: 600;
    letter-spacing: -0.6px;
    color: rgba(255,255,255,0.985);
    text-wrap: balance;
    text-shadow: 0 10px 30px rgba(0,0,0,0.30);
}

.identity-text {
    max-width: 640px;
    margin: 0 auto;
    font-size: clamp(17px, 1.2vw, 20px);
    line-height: 1.75;
    color: rgba(255,255,255,0.68);
    text-shadow: 0 4px 16px rgba(0,0,0,0.24);
}

.identity-text::after {
    content: "";
    display: block;
    margin: 28px auto 0;
    width: 120px;
    height: 1px;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255,255,255,0.18),
        transparent
    );
    opacity: 0.4;
}

.identity-tags {
    margin-top: 22px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
}

.identity-tags span {
    position: relative;
    padding: 6px 0;
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.42);
    transition: color 0.25s ease;
}

.identity-tags span::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -4px;
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    background: rgba(214,184,111,0.5);
    transition: width 0.25s ease;
}

.identity-tags span:hover {
    color: rgba(255,255,255,0.78);
}

.identity-tags span:hover::after {
    width: 100%;
}

@media (max-width: 900px) {
    .identity-section {
        padding: 110px 0 100px;
    }

    .identity-section::before {
        top: 45%;
        width: 90%;
        height: 240px;
        filter: blur(34px);
        opacity: 0.52;
    }

    .identity-section::after {
        background:
            linear-gradient(
                to bottom,
                rgba(7,10,16,0.34) 0%,
                rgba(7,10,16,0.26) 28%,
                rgba(7,10,16,0.22) 52%,
                rgba(7,10,16,0.40) 100%
            );
    }

    .identity-shell {
        width: min(100%, calc(100% - 28px));
        transform: translateY(-14px);
    }

    .identity-kicker {
        margin-bottom: 14px;
        font-size: 10px;
        letter-spacing: 2.4px;
    }

    .identity-title {
        max-width: 100%;
        font-size: clamp(30px, 9vw, 46px);
        line-height: 1.06;
        margin-bottom: 18px;
    }

    .identity-text {
        font-size: 17px;
        line-height: 1.65;
        color: rgba(255,255,255,0.70);
    }

    .identity-text::after {
        margin-top: 24px;
        width: 96px;
    }

    .identity-tags {
        gap: 10px 14px;
        margin-top: 20px;
    }

    .identity-tags span {
        font-size: 9px;
        letter-spacing: 1.6px;
        color: rgba(255,255,255,0.46);
    }

    .identity-tags span:hover { color: rgba(255,255,255,0.76); }
}

/* =========================================================
   5. SET CARDS
========================================================= */

.album-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    gap: 70px 56px;
    align-items: start;
    justify-items: center;
    max-width: 1320px;
    margin: 0 auto;
}

.album-card {
    position: relative;
    width: min(100%, 500px);
    cursor: pointer;
}

.album-art-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 0.78;
    overflow: visible;
    filter: drop-shadow(0 28px 44px rgba(0,0,0,0.42));
}

.album-vinyl {
    --vinyl-shift: -50px;
    position: absolute;
    top: 50%;
    left: 52%;
    width: 62%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    z-index: 1;
    transform: translateY(-50%) translateX(var(--vinyl-shift));
    transition: transform 0.72s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.35s ease, box-shadow 0.35s ease;
    background:
        radial-gradient(circle at 50% 50%, rgba(205,168,86,0.82) 0 5.2%, #0d0d0d 5.8% 10.5%, transparent 10.9%),
        radial-gradient(circle at 35% 32%, rgba(255,255,255,0.06), transparent 14%),
        radial-gradient(circle at 62% 38%, rgba(255,255,255,0.028), transparent 22%),
        repeating-radial-gradient(circle, rgba(255,255,255,0.014) 0px, rgba(255,255,255,0.014) 1px, #0a0a0a 2px, #020202 4px),
        radial-gradient(circle at 50% 50%, #141414 0%, #050505 66%, #000 100%);
    box-shadow:
        inset 0 0 0 1px rgba(255,255,255,0.025),
        inset 0 0 12px rgba(255,255,255,0.012),
        inset 0 0 38px rgba(0,0,0,0.96),
        0 16px 28px rgba(0,0,0,0.28);
    opacity: 0.9;
    pointer-events: none;
}

.album-vinyl::after {
    content: "";
    position: absolute;
    inset: 7%;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 30%, rgba(255,255,255,0.035), transparent 22%);
    pointer-events: none;
    mix-blend-mode: screen;
    opacity: 0.42;
}

.album-vinyl.spin {
    animation: vinylSpin 3.4s linear infinite;
    opacity: 0.96;
    box-shadow:
        inset 0 0 0 1px rgba(255,255,255,0.03),
        inset 0 0 14px rgba(255,255,255,0.014),
        inset 0 0 40px rgba(0,0,0,0.96),
        0 18px 34px rgba(0,0,0,0.34);
}

@keyframes vinylSpin {
    from { transform: translateY(-50%) translateX(var(--vinyl-shift)) rotate(0deg); }
    to { transform: translateY(-50%) translateX(var(--vinyl-shift)) rotate(360deg); }
}

.album-sleeve {
    position: absolute;
    top: 0;
    left: 0;
    width: 73%;
    height: 100%;
    z-index: 3;
    border-radius: 4px;
    overflow: hidden;
    background: #080808;
    box-shadow: 0 22px 42px rgba(0,0,0,0.48), 0 0 0 1px rgba(255,255,255,0.05);
    isolation: isolate;
}

.album-sleeve::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(255,255,255,0.12), transparent 18%), linear-gradient(to right, rgba(255,255,255,0.035), transparent 12%);
    z-index: 2;
    pointer-events: none;
    transition: background 0.35s ease;
}

.album-sleeve::after {
    content: "";
    position: absolute;
    top: 1.5%;
    right: 0;
    width: 12px;
    height: 97%;
    background: linear-gradient(to right, rgba(255,255,255,0.08), rgba(255,255,255,0.02) 35%, rgba(0,0,0,0.28) 100%);
    z-index: 2;
    pointer-events: none;
    opacity: 0.9;
}

.album-cover-layer {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.album-cover {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 0;
    pointer-events: none;
}

.album-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.96) 0%, rgba(0,0,0,0.66) 28%, rgba(0,0,0,0.18) 62%, rgba(0,0,0,0.04) 100%);
    z-index: 1;
    pointer-events: none;
}

.album-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 74px;
    height: 74px;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 50%;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.09), rgba(255,255,255,0.02)),
        rgba(7,10,14,0.54);
    box-shadow:
        0 14px 28px rgba(0,0,0,0.34),
        inset 0 1px 0 rgba(255,255,255,0.14),
        inset 0 0 0 1px rgba(255,255,255,0.03),
        0 0 12px rgba(0,0,0,0.14);
    z-index: 8;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    cursor: pointer;
    overflow: hidden;
    transform: translate3d(-50%, -50%, 0) scale(1);
    transition:
        transform 0.24s ease,
        background 0.24s ease,
        border-color 0.24s ease,
        box-shadow 0.24s ease,
        opacity 0.24s ease;
    will-change: transform;
    backface-visibility: hidden;
}

.album-play::before {
    content: "";
    position: absolute;
    inset: 6px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 32% 28%, rgba(255,255,255,0.13), transparent 35%),
        radial-gradient(circle at 70% 75%, rgba(0,0,0,0.18), transparent 44%);
    pointer-events: none;
}

.album-play::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.045);
    pointer-events: none;
}

.album-play-icon {
    position: relative;
    display: block;
    width: 20px;
    height: 22px;
    margin-left: 3px;
    background: rgba(255,255,255,0.98);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
    filter: drop-shadow(0 0 6px rgba(255,255,255,0.10));
    transition:
        transform 0.22s ease,
        width 0.22s ease,
        height 0.22s ease,
        margin 0.22s ease,
        clip-path 0.22s ease,
        -webkit-clip-path 0.22s ease,
        background 0.22s ease,
        opacity 0.22s ease;
    backface-visibility: hidden;
    z-index: 1;
}

.track-card:hover .album-play,
.track-card.active-track .album-play {
    transform: translate3d(-50%, -50%, 0) scale(1.04);
}

.track-card:hover .album-play {
    border-color: rgba(255,255,255,0.36);
    background:
        linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.03)),
        rgba(10,14,18,0.64);
    box-shadow:
        0 16px 34px rgba(0,0,0,0.40),
        inset 0 1px 0 rgba(255,255,255,0.18),
        inset 0 0 0 1px rgba(255,255,255,0.04),
        0 0 16px rgba(214,184,111,0.08);
}

.track-card:hover .album-play .album-play-icon {
    transform: scale(1.04);
}

.track-card.is-playing .album-play {
    border-color: rgba(220,192,128,0.42);
    background:
        linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.03)),
        rgba(14,11,8,0.68);
    box-shadow:
        0 18px 38px rgba(0,0,0,0.42),
        inset 0 1px 0 rgba(255,255,255,0.18),
        inset 0 0 0 1px rgba(255,255,255,0.04),
        0 0 18px rgba(214,184,111,0.10);
}

.track-card.is-playing .album-play .album-play-icon {
    width: 20px;
    height: 20px;
    margin-left: 0;
    clip-path: none;
    -webkit-clip-path: none;
    background: linear-gradient(
        to right,
        rgba(255,255,255,0.98) 0 7px,
        transparent 7px 13px,
        rgba(255,255,255,0.98) 13px 20px
    );
}

.cover-text {
    position: absolute;
    top: 20px;
    left: 22px;
    right: 22px;
    bottom: 18px;
    z-index: 4;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    text-shadow: 0 4px 18px rgba(0,0,0,0.72);
    pointer-events: none;
}

.cover-catalog {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    max-width: calc(100% - 10px);
    padding: 6px 0;
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.72);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}

.cover-artist {
    margin: 0 0 10px 0;
    max-width: 78%;
    font-family: 'Inter', sans-serif;
    font-size: clamp(11px, 0.95vw, 13px);
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.76);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.28s ease, opacity 0.28s ease;
}

.cover-title {
    margin: 0;
    max-width: 96%;
    padding-bottom: 0.12em;
    font-family: 'Playfair Display', serif;
    font-size: clamp(20px, 1.72vw, 29px);
    line-height: 1.06;
    font-weight: 600;
    letter-spacing: 0;
    color: rgba(255,255,255,0.98);
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: text-shadow 0.32s ease, color 0.32s ease;
}

.track-card:not(.active-track):hover .album-vinyl {
    --vinyl-shift: -30px;
    opacity: 0.94;
}

.track-card.active-track .album-vinyl {
    --vinyl-shift: -30px;
    opacity: 0.96;
}

.track-card:hover .album-sleeve,
.track-card.active-track .album-sleeve {
    box-shadow: 0 26px 50px rgba(0,0,0,0.54), 0 0 0 1px rgba(255,255,255,0.07);
}

.track-card:hover .album-sleeve::before,
.track-card.active-track .album-sleeve::before {
    background: linear-gradient(to bottom, rgba(255,255,255,0.10), transparent 18%), linear-gradient(to right, rgba(255,255,255,0.03), transparent 12%), linear-gradient(to top, rgba(0,0,0,0.18), rgba(0,0,0,0.08));
}

.track-card:hover .cover-catalog,
.track-card.active-track .cover-catalog { color: rgba(255,255,255,0.88); }

.track-card:hover .cover-artist,
.track-card.active-track .cover-artist { color: rgba(255,255,255,0.92); }

.track-card:hover .cover-title,
.track-card.active-track .cover-title { text-shadow: 0 8px 24px rgba(0,0,0,0.72); }

/* =========================================================
   6. FOOTER
========================================================= */

.site-footer { padding: 30px 24px 150px; }

.footer-inner {
    max-width: 1180px;
    margin: 0 auto;
    text-align: center;
}

.footer-line {
    width: min(100%, 820px);
    height: 1px;
    margin: 0 auto 26px;
    background: linear-gradient(to right, transparent, rgba(255,255,255,0.22), transparent);
}

.footer-signature {
    margin-bottom: 18px;
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    line-height: 1.2;
    color: rgba(255,255,255,0.92);
}

.footer-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px 24px;
    margin-bottom: 18px;
}

.footer-links a {
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.68);
    transition: color 0.22s ease;
}

.footer-links a:hover { color: rgba(255,255,255,0.94); }

.footer-meta {
    color: rgba(255,255,255,0.46);
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* =========================================================
   7. RESPONSIVE
========================================================= */

@media (max-width: 900px) {
    .featured-inner {
        grid-template-columns: 1fr;
        gap: 52px;
        text-align: center;
        align-items: center;
        width: min(100%, calc(100% - 40px));
        padding-top: 80px;
        padding-bottom: 40px;
    }

    .featured-media { margin: 0 auto; }
    .featured-content { max-width: 100%; margin: 0 auto; }
    .featured-content::before { display: none; }

    .featured-eyebrow-wrap,
    .featured-meta,
    .featured-actions { justify-content: center; }

    .featured-description { max-width: 100%; }

    .featured-art-wrap {
        width: min(100%, 460px);
        margin: 0 auto;
    }

    .featured-vinyl {
        left: 58.5%;
        width: 87%;
        --vinyl-shift: -28px;
    }

    .featured-sleeve-shell {
        width: 78%;
        left: 0;
    }
}

@media (max-width: 768px) {
    .hero-btn,
    .btn-primary,
    .btn-secondary,
    .section-link-btn {
        width: 100%;
        min-width: 0;
        justify-content: center;
        text-align: center;
    }

    .featured-hero { min-height: auto; }

    .featured-inner {
        width: min(100%, calc(100% - 28px));
        gap: 40px;
        padding-top: 94px;
        padding-bottom: 36px;
    }

    .featured-art-wrap { width: min(100%, 360px); }

    .featured-vinyl {
        left: 58%;
        width: 86%;
        --vinyl-shift: -22px;
    }

    .featured-sleeve-shell { width: 79%; }

    .featured-sleeve-spine {
        right: -8px;
        width: 14px;
    }

    .featured-heading {
        font-size: clamp(38px, 11vw, 58px);
        letter-spacing: -0.6px;
    }

    .featured-description {
        font-size: 16px;
        line-height: 1.78;
    }

    .featured-sparkle { display: none; }

    .home-latest {
        min-height: auto;
        padding-top: 78px;
        padding-bottom: 60px;
    }

    .home-latest::before {
        width: min(94%, 520px);
        height: 220px;
        bottom: 52px;
    }

    .home-latest::after {
        width: 360px;
        height: 260px;
        top: 56%;
    }

    .home-latest .section-header { margin-bottom: 40px; }

    .home-latest .home-section-copy {
        margin-bottom: 40px;
        font-size: 16px;
        line-height: 1.62;
    }

    .home-latest .album-grid {
        max-width: 100%;
        gap: 40px;
    }

    .home-latest .album-card,
    .home-latest .album-card:nth-child(1),
    .home-latest .album-card:nth-child(2),
    .home-latest .album-card:hover {
        --offset-y: 0px;
        transform: translateY(0) scale(1);
    }

    .home-latest .home-section-actions { margin-top: 44px; }

    .home-latest .section-link-btn {
        width: 100%;
        min-width: 0;
        justify-content: center;
    }

    .identity-section {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .album-grid { gap: 42px; }
    .album-card { width: 100%; }
    .album-art-wrap { aspect-ratio: 1 / 0.88; }

    .album-vinyl {
        top: 50%;
        left: 53%;
        width: 64%;
    }

    .album-sleeve { width: 76%; }

    .album-play {
        width: 66px;
        height: 66px;
    }

    .album-play-icon {
        width: 18px;
        height: 20px;
        margin-left: 3px;
    }

    .track-card.is-playing .album-play .album-play-icon {
        width: 18px;
        height: 18px;
        margin-left: 0;
        clip-path: none;
        -webkit-clip-path: none;
        background: linear-gradient(
            to right,
            rgba(255,255,255,0.98) 0 6px,
            transparent 6px 12px,
            rgba(255,255,255,0.98) 12px 18px
        );
    }

    .cover-text {
        top: 16px;
        left: 18px;
        right: 18px;
        bottom: 16px;
    }

    .cover-catalog {
        max-width: calc(100% - 12px);
        font-size: 8px;
        letter-spacing: 1.5px;
    }

    .cover-artist {
        max-width: 82%;
        margin: 0 0 8px 0;
        font-size: clamp(10px, 2.8vw, 12px);
        letter-spacing: 1.8px;
    }

    .cover-title {
        max-width: 98%;
        font-size: clamp(18px, 4.5vw, 25px);
        line-height: 1.06;
    }

    .track-card:not(.active-track):hover .album-vinyl,
    .track-card.active-track .album-vinyl {
        --vinyl-shift: -34px;
    }

    .footer-signature { font-size: 21px; }
}