/* Sangeet (Music) Page — Page-specific Styles */
.page-banner {
    position: relative;
    z-index: 3;
    padding-top: calc(var(--header-h) + 76px);
    padding-bottom: 50px;
    text-align: center;
    overflow: hidden;
}

.page-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(60% 90% at 50% 0%, rgba(245, 166, 58, .14) 0%, transparent 68%),
        linear-gradient(180deg, rgba(28, 9, 6, .1), transparent 60%);
}

.page-banner-inner {
    max-width: 780px;
    margin: 0 auto;
    animation: heroFadeUp 1s cubic-bezier(.2, .8, .25, 1) both;
}

@keyframes heroFadeUp {
    from {
        opacity: 0;
        transform: translateY(45px) scale(.97);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.page-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: 'Cormorant Garamond', 'Poppins', serif;
    font-size: clamp(15px, 1.8vw, 19px);
    font-style: italic;
    letter-spacing: 3px;
    color: #ffe6c9;
    opacity: .9;
}

.page-title {
    margin-top: 10px;
    font-family: 'Playfair Display', 'Poppins', serif;
    font-weight: 900;
    font-size: clamp(46px, 7vw, 80px);
    line-height: 1.3;
    background: linear-gradient(100deg, #fff 0%, #ffe6c9 30%, var(--orange-2) 60%, var(--red-1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
    text-shadow: 0 6px 30px rgba(240, 85, 60, .3);
}

.page-divider {
    width: 84px;
    height: 3px;
    margin: 18px auto 20px;
    border-radius: 3px;
    background: linear-gradient(90deg, var(--orange-2), var(--red-1));
    box-shadow: 0 0 14px rgba(245, 136, 59, .55);
}

.page-lead {
    max-width: 620px;
    margin: 0 auto;
    color: rgba(255, 239, 223, .88);
    font-size: clamp(14.5px, 1.6vw, 17.5px);
    line-height: 1.8;
}

.breadcrumb {
    margin-top: 28px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13.5px;
    color: rgba(255, 239, 223, .7);
}

.breadcrumb a {
    color: rgba(255, 239, 223, .85);
    text-decoration: none;
    transition: color .25s ease;
}

.breadcrumb a:hover {
    color: #ffd27a;
}

.crumb-sep {
    opacity: .55;
}

.crumb-current {
    color: #f7b24a;
    font-weight: 600;
}

/* Jump nav: quick links to the 3 song sections */
.jump-nav-section {
    position: relative;
    z-index: 3;
    padding-bottom: 20px;
}

.jump-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.jump-nav a {
    padding: 11px 22px;
    border-radius: 999px;
    border: 1px solid var(--glass-border);
    background: var(--glass-fill);
    backdrop-filter: blur(14px) saturate(1.5);
    -webkit-backdrop-filter: blur(14px) saturate(1.5);
    color: rgba(255, 255, 255, .85);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background .3s ease, color .3s ease, transform .25s ease, box-shadow .3s ease;
}

.jump-nav a:hover {
    color: #fff;
    transform: translateY(-2px);
    background: rgba(255, 255, 255, .18);
    box-shadow: 0 10px 22px rgba(0, 0, 0, .2);
}

.section-kicker {
    display: inline-block;
    font-family: 'Cormorant Garamond', 'Poppins', serif;
    font-style: italic;
    font-size: clamp(14px, 1.6vw, 17px);
    letter-spacing: 2.5px;
    color: #f7b24a;
    margin-bottom: 6px;
}

.section-title {
    font-family: 'Playfair Display', 'Poppins', serif;
    font-weight: 800;
    font-size: clamp(26px, 3.4vw, 40px);
    line-height: 1.3;
    color: #fff;
}

.section-divider {
    width: 64px;
    height: 3px;
    margin-top: 16px;
    border-radius: 3px;
    background: linear-gradient(90deg, var(--orange-2), var(--red-1));
}

.section-divider.center {
    margin-left: auto;
    margin-right: auto;
}

.section-heading.center {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 40px;
}

.song-section {
    position: relative;
    z-index: 3;
    padding: 46px 0;
    scroll-margin-top: calc(var(--header-h) + 20px);
}

.song-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-width: 860px;
    margin: 0 auto;
}

.song-item {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 16px 20px;
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .085), rgba(255, 255, 255, .025));
    border: 1px solid rgba(255, 255, 255, .14);
    backdrop-filter: blur(18px) saturate(1.5);
    -webkit-backdrop-filter: blur(18px) saturate(1.5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18), 0 12px 30px rgba(0, 0, 0, .16);
    transition: transform .35s cubic-bezier(.2, .8, .25, 1), border-color .35s ease, box-shadow .35s ease;
}

.song-item:hover {
    transform: translateY(-4px);
    border-color: rgba(247, 166, 58, .4);
}

.song-item.playing {
    border-color: rgba(247, 166, 58, .6);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .22), 0 16px 36px rgba(240, 85, 60, .22);
}

.song-play-btn {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    background: linear-gradient(140deg, var(--orange-2), var(--red-1));
    box-shadow: 0 10px 22px rgba(240, 85, 60, .38);
    transition: transform .25s cubic-bezier(.2, .8, .25, 1);
}

.song-play-btn:hover {
    transform: scale(1.08);
}

.song-play-btn .fa-pause {
    display: none;
}

.song-item.playing .song-play-btn .fa-play {
    display: none;
}

.song-item.playing .song-play-btn .fa-pause {
    display: inline-block;
}

.song-info {
    flex: 1;
    min-width: 0;
}

.song-title {
    font-family: 'Playfair Display', 'Poppins', serif;
    font-size: 16.5px;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.song-artist {
    margin-top: 3px;
    font-size: 12.5px;
    color: rgba(255, 239, 223, .68);
}

.song-progress-track {
    position: relative;
    margin-top: 10px;
    height: 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
    cursor: pointer;
    overflow: hidden;
}

.song-progress-fill {
    position: absolute;
    inset: 0;
    width: 0%;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--orange-2), var(--red-1));
}

.song-time {
    flex-shrink: 0;
    font-size: 12px;
    font-variant-numeric: tabular-nums;
    color: rgba(255, 239, 223, .65);
    width: 46px;
    text-align: right;
}

.song-eq {
    display: none;
    align-items: flex-end;
    gap: 3px;
    height: 16px;
    flex-shrink: 0;
}

.song-item.playing .song-eq {
    display: flex;
}

.song-eq span {
    display: block;
    width: 3px;
    border-radius: 2px;
    background: var(--orange-2);
    animation: eqBounce 1s ease-in-out infinite;
}

.song-eq span:nth-child(1) {
    animation-delay: 0s;
    height: 6px;
}

.song-eq span:nth-child(2) {
    animation-delay: .2s;
    height: 12px;
}

.song-eq span:nth-child(3) {
    animation-delay: .4s;
    height: 8px;
}

@keyframes eqBounce {

    0%,
    100% {
        transform: scaleY(.4);
    }

    50% {
        transform: scaleY(1);
    }
}

.featured-card {
    position: relative;
    overflow: hidden;
    max-width: 860px;
    margin: 0 auto;
    padding: clamp(28px, 5vw, 44px);
    border-radius: 28px;
    display: flex;
    align-items: center;
    gap: 28px;
    background:
        radial-gradient(70% 130% at 0% 0%, rgba(245, 166, 58, .18), transparent 70%),
        linear-gradient(145deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .02));
    border: 1px solid rgba(255, 255, 255, .18);
    backdrop-filter: blur(24px) saturate(1.5);
    -webkit-backdrop-filter: blur(24px) saturate(1.5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .22), 0 24px 54px rgba(0, 0, 0, .2);
}

.featured-play-btn {
    flex-shrink: 0;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    background: linear-gradient(140deg, var(--orange-2), var(--red-1));
    box-shadow: 0 14px 32px rgba(240, 85, 60, .42);
    transition: transform .3s cubic-bezier(.2, .8, .25, 1);
    animation: numberGlow 3s ease-in-out infinite;
}

@keyframes numberGlow {

    0%,
    100% {
        box-shadow: 0 14px 32px rgba(240, 85, 60, .42);
    }

    50% {
        box-shadow: 0 14px 36px rgba(247, 166, 58, .6);
    }
}

.featured-play-btn:hover {
    transform: scale(1.08);
}

.featured-play-btn .fa-pause {
    display: none;
}

.featured-card.playing .featured-play-btn .fa-play {
    display: none;
}

.featured-card.playing .featured-play-btn .fa-pause {
    display: inline-block;
}

.featured-body {
    flex: 1;
    min-width: 0;
}

.featured-tag {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 14px;
    border-radius: 999px;
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #1a0a06;
    background: linear-gradient(120deg, var(--orange-2), #ffd27a);
}

.featured-body h3 {
    font-family: 'Playfair Display', 'Poppins', serif;
    font-size: clamp(20px, 2.6vw, 26px);
    font-weight: 800;
    color: #fff;
    margin-bottom: 8px;
}

.featured-body p {
    font-size: 14px;
    line-height: 1.75;
    color: rgba(255, 239, 223, .82);
    max-width: 56ch;
}

.featured-progress-track {
    position: relative;
    margin-top: 16px;
    height: 5px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
    cursor: pointer;
    overflow: hidden;
}

.featured-progress-fill {
    position: absolute;
    inset: 0;
    width: 0%;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--orange-2), var(--red-1));
}

.featured-time {
    margin-top: 8px;
    font-size: 12px;
    font-variant-numeric: tabular-nums;
    color: rgba(255, 239, 223, .65);
}

/* Standard Responsive Design */
@media (max-width: 980px) {
    nav.main-nav {
        display: none;
    }

    .hamburger {
        display: flex;
    }
}

@media (max-width: 760px) {
    .header-inner {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

@media (max-width: 640px) {
    .page-banner {
        padding-top: calc(var(--header-h) + 50px);
        padding-bottom: 40px;
    }

    .scroll-top-btn {
        bottom: 10px;
        right: 20px;
    }

    .footer-inner {
        flex-direction: column;
        text-align: center;
    }

    .song-item {
        padding: 14px;
        gap: 12px;
    }

    .song-play-btn {
        width: 42px;
        height: 42px;
        font-size: 14px;
    }

    .song-eq {
        display: none !important;
    }

    .featured-card {
        flex-direction: column;
        text-align: center;
        gap: 18px;
    }

    .featured-body p {
        max-width: none;
    }
}

/* User Preference Responsiveness */
@media (prefers-reduced-motion: reduce) {

    .blob,
    header,
    .hamburger span,
    .mobile-menu,
    .mobile-menu nav a,
    .scroll-top-btn.show,
    footer,
    .yellow-ring,
    .logo svg,
    .page-banner-inner,
    .song-eq span,
    .featured-play-btn {
        animation: none !important;
        transition: none !important;
    }
}