/* Music example pages (/examples/...) — sales-focused showroom */

.music-examples-page .section-header.narrow {
    max-width: 42rem;
    margin: 0 auto 1.5rem;
}

/*
 * Global `.lead` in modern-home.css sets color: #f7f7f2 (cream) for dark heroes.
 * This page sits on a cream body background — force dark copy so it never reads as white-on-white.
 */
.music-examples-intro,
.music-examples-page .section-header.narrow .music-examples-intro,
.music-examples-page .section-header.narrow .lead.music-examples-intro {
    color: #121014 !important;
    font-weight: 500;
    max-width: 40rem;
}

.music-examples-page .music-examples-lang-title {
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: none;
    margin: 2.25rem auto 1rem;
    max-width: 56rem;
    padding-bottom: 0.35rem;
    border-bottom: 2px solid rgba(255, 49, 46, 0.35);
    color: var(--black, #000103);
}

.music-examples-page .music-examples-lang-title:first-of-type {
    margin-top: 0.5rem;
}

.music-examples-page .example-intro-card,
.music-examples-page .example-cta-section {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.5rem;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    max-width: 52rem;
    margin-left: auto;
    margin-right: auto;
}

.music-examples-page .song-example-grid {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 2rem 0 4rem;
    max-width: 56rem;
    margin: 0 auto;
}

.music-examples-page .song-example-body h2,
.music-examples-page .song-example-card .song-card__content h2,
.music-examples-page .song-example-card .song-card__content h3 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.music-examples-page .current-vibe {
    font-size: 0.95rem;
    color: var(--gray, #515052);
    margin: 0.5rem 0 0.75rem;
}

.music-examples-page .example-cta-section .cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1rem;
}

