

.page-id-3198 header, .page-id-3198 footer {
    display: none !important;
}

.page-id-3215 header, .page-id-3215 footer {
    display: none !important;
}

.page-id-3232 header, .page-id-3232 footer {
    display: none !important;
}

.page-id-3198 sumo {
    display: none !important;
}

/* Hide header & footer ONLY on bio page */
.page-id-3558 header,
.page-id-3558 .site-header,
.page-id-3558 #masthead,
.page-id-3558 footer,
.page-id-3558 .site-footer {
    display: none !important;
}

/* Remove top spacing */
.page-id-3558 .site-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Center like link-in-bio app */
.page-id-3558 .entry-content {
    max-width: 680px;
    margin: auto;
    padding: 20px;
}

/* Hide header & footer ONLY on bio page */
.page-id-3415 header,
.page-id-3415 .site-header,
.page-id-3415 #masthead,
.page-id-3415 footer,
.page-id-3415 .site-footer {
    display: none !important;
}

/* Remove top spacing */
.page-id-3415 .site-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Center like link-in-bio app */
.page-id-3415 .entry-content {
    max-width: 680px;
    margin: auto;
    padding: 20px;
}

/* Hide header & footer ONLY on bio page */
.page-id-3446 header,
.page-id-3446 .site-header,
.page-id-3446 #masthead,
.page-id-3446 footer,
.page-id-3446 .site-footer {
    display: none !important;
}

/* Remove top spacing */
.page-id-3446 .site-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Center like link-in-bio app */
.page-id-3446 .entry-content {
    max-width: 680px;
    margin: auto;
    padding: 20px;
}

/* ===== Fix product card buttons ===== */

/* Make button groups behave like UI elements */
.wp-block-buttons {
    display: flex;
    gap: 10px;
}

/* Buttons fill available space */
.wp-block-button {
    flex: 1 1 0;
}

/* Keep text clean */
.wp-block-button__link {
    white-space: nowrap;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 12px 16px;
}

/* MOBILE: stack buttons instead of overflowing */
@media (max-width: 600px) {
    .wp-block-buttons {
        flex-direction: column;
    }

    .wp-block-button {
        width: 100%;
    }
}

/* Horizontal scrolling music rows */
.horizontal-scroll ul {
    display: flex;
    overflow-x: auto;
    gap: 18px;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
}

/* Each song card */
.horizontal-scroll li {
    min-width: 260px;
    flex: 0 0 auto;
    scroll-snap-align: start;
}

/* Hide ugly scrollbar (mobile clean look) */
.horizontal-scroll ul::-webkit-scrollbar {
    display: none;
}
.horizontal-scroll ul {
    scrollbar-width: none;
}

/* Remove header & footer from ALL posts */
.single-post header,
.single-post .site-header,
.single-post #masthead,
.single-post footer,
.single-post .site-footer {
    display: none !important;
}

/* Remove spacing gap left behind */
.single-post .site-content,
.single-post .content-area {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Center post like a product page */
.single-post .entry-content,
.single-post article {
    max-width: 720px;
    margin: auto;
    padding: 20px;
}

.composer-status,
.composer-profile {
    max-width: 1000px;
    margin: 40px auto;
}

.composer-profile {
    line-height: 1.65;
}

.composer-hero {
    display: grid;
    grid-template-columns: minmax(220px, 320px) 1fr;
    align-items: center;
    gap: 48px;
    margin-bottom: 56px;
}

.composer-portrait {
    margin: 0;
}

.composer-portrait img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: 12px;
}

.composer-introduction h1 {
    margin: 0 0 8px;
    font-size: clamp(2.4rem, 6vw, 4.5rem);
    line-height: 1.05;
}

.composer-dates {
    margin: 0 0 6px;
    font-size: 1.25rem;
}

.composer-location {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.composer-section {
    margin: 0 0 48px;
}

.composer-section h2 {
    margin: 0 0 14px;
    font-size: clamp(1.7rem, 4vw, 2.4rem);
}

.composer-section p {
    margin-top: 0;
}

#composer-biography {
    white-space: pre-line;
}

#composer-listening h3 {
    margin-bottom: 8px;
}

#composer-listening a {
    display: inline-block;
    margin: 5px 12px 5px 0;
}

.composer-card-information {
    padding: 24px;
    border: 1px solid currentColor;
    border-radius: 12px;
}

.composer-card-details {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 32px;
}

.composer-card-details p {
    margin: 0;
}

@media (max-width: 700px) {
    .composer-hero {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .composer-portrait {
        max-width: 360px;
    }
}


