/* ═══════════════════════════════════════════════════════════
 * MK Products Showcase — Styles
 *
 * Most of the alternating-row layout (mk-brand-row / mk-brand-info /
 * mk-brand-images / mk-photo-carousel) is shared with mk-brand-showcase.
 * This stylesheet only adds product-specific tweaks on top.
 * ═══════════════════════════════════════════════════════════ */

/* ── Section header ──────────────────────────────────────── */
.mk-products-showcase .mk-products-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 30px;
    padding: 0 30px;
}

.mk-products-showcase .mk-products-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: #1a1a1a;
    margin: 0 0 10px;
}

.mk-products-showcase .mk-products-header p {
    font-size: 1.1rem;
    color: #666;
    margin: 0;
}

/* ── Product row tweaks (overrides on the shared .mk-brand-row) ── */
/*
 * Product titles use <h3> rather than the brand-card <h2>, because each row
 * is one product (a peer-level item beneath the section <h2> header). Drop
 * the heading slightly and lose the brand-style uppercase tracking so long
 * piano model names don't look shouty.
 */
.mk-products-showcase .mk-brand-logo h3 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: 0.5px;
    text-transform: none;
    margin: 0;
    line-height: 1.2;
}

/* The brand-style logo accent bar still suits the product row — it just
   needs to be slightly narrower since piano titles tend to be wider than
   brand wordmarks. */
.mk-products-showcase .mk-brand-logo {
    padding-bottom: 18px;
    margin-bottom: 20px;
}

.mk-products-showcase .mk-brand-logo::after {
    width: 48px;
    height: 2px;
}

/* ── Empty / "no products" notice in the editor ──────────── */
.mk-products-notice {
    padding: 20px;
    background: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 4px;
    text-align: center;
    color: #856404;
    font-family: 'Open Sans', sans-serif;
}

/* ── Responsive ─────────────────────────────────────────── */
@media (max-width: 768px) {
    .mk-products-showcase .mk-products-header h2 {
        font-size: 1.8rem;
    }
    .mk-products-showcase .mk-products-header p {
        font-size: 1rem;
    }
    .mk-products-showcase .mk-brand-logo h3 {
        font-size: 1.5rem;
    }
}
