.story-chapter , body #cta{
    padding: 4rem 0;
}
body #origin{padding: 2rem 0  !important;}
.cta-p {
    margin-bottom: 1.5rem;
}
.scroll-hint {
    background: var(--btn-secondary-bg) transparent;
    color: var(--text);
    border: 1px solid var(--btn-secondary-border);
    backdrop-filter: blur(10px);
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.9rem 1.8rem;
    border-radius: 2rem;
    font-family: var(--font-ui);
    font-weight: 700;
    font-size: 0.88rem;
    letter-spacing: 0.03em;
    transition:
        transform 0.22s,
        box-shadow 0.22s;
}
.scroll-hint:hover {
    background: var(--btn-secondary-border);
}
.about-cta-row {
    margin-top: 2rem;
    display: flex;
    gap: 1.5rem;
}
@media screen and (max-width: 991px) {
    body .alb-listen-btn {
        gap: 0.1rem !important;
        padding: 0.65rem 1rem !important;
        border-radius: 1.5rem !important;
        font-size: 0.65rem !important;
    }
}

@media screen and (max-width: 768px) {
    /* .feat-grid,
    .more-grid,
    .pillars-grid,
    .album-grid, */
    body .album-large-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 2rem !important;
    }
    body #specs {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
    body #hero,
    body #about,
    body #features,
    body #featured,
    body #discography,
    body #cta,
    body #pillars,
    body #more-features,
    body #specs,
    body #catalog,
    body #origin,
    body #timeline,
    body .deep-section {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}

@media screen and (max-width: 767px) {
    .album-grid {
        display: none !important;
    }
    #catalog {
        padding: 0 0 3rem !important;
    }
    .story-chapter {
        padding: 2.5rem 0;
    }
    body #cta {
        padding: 2.5rem 1rem !important;
    }

    body .about-cta-row {
        display: block !important;
        a {
            margin: 0 0 1rem 0 !important;
        }
    }
    #about,
    #features,
    #pillars,
    #more-features,
    .deep-section,
    #origin {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    body #discography {
        padding: 1.5rem 0 0 !important;
    }
    body #featured {
        padding: 1.5rem 0 !important;
    }
    body .hero-sub {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    body .hero-ctas {
        display: flex;
        gap: 0.5rem !important;
    }
    body .page-hero {
        padding: 6rem 5% 2rem;
    }
    .page-hero-h1 {
        font-size: 2rem !important;
    }
    #discography .album-grid {
        display: block !important;
    }

    .disco-header {
        margin-bottom: 1rem !important;
    }
}
@media screen and (max-width: 575px) {
    body .album-large-grid {
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 2rem !important;
    }
    body .hero-ctas {
        display: flex;
        flex-direction: column;
        gap: 0.5rem !important;
    }
    .btn-store {
        display: flex;
        width: 100%;
        margin: 0 0 !important;
        justify-content: center;
    }
    h2 {
        font-size: 1.6em !important;
    }
    .hero-h1 {
        font-size: 2em !important;
    }
    .cta-p {
        margin: 0 auto 1.5rem !important;
    }
    .alb-desc {
        min-height: auto !important;
    }
    .arch-arrow {
        margin: 0 auto !important;
    }
}
