.media-showcase-section {
    padding: 3rem 0 4rem;
    background: #f1f2f4;
}

.media-showcase-top-bar {
    height: 18px;
    width: 100%;
    border-radius: 0;
    background: var(--primary, #886ab5);
    margin-bottom: 2.2rem;
}

.media-showcase-header {
    text-align: center;
    margin-bottom: 1.4rem;
}

.media-showcase-title {
    margin: 0;
    color: var(--primary, #886ab5);
    font-size: clamp(1.4rem, 2.5vw, 2.2rem);
    font-weight: 700;
    line-height: 1.3;
}

.media-showcase-subtitle {
    margin: 1rem auto 0;
    max-width: 980px;
    color: #5b6673;
    font-size: clamp(1rem, 1.2vw, 1.22rem);
    line-height: 1.65;
}

.media-showcase-media-wrap {
    margin: 0 auto;
    border-radius: 2px;
    overflow: hidden;
    background: #eceff3;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.media-showcase-section--small .media-showcase-media-wrap {
    max-width: 560px;
}

.media-showcase-section--medium .media-showcase-media-wrap {
    max-width: 760px;
}

.media-showcase-section--large .media-showcase-media-wrap {
    max-width: 980px;
}

.media-showcase-section--full .media-showcase-media-wrap {
    max-width: 1200px;
}

.media-showcase-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.media-showcase-video-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.media-showcase-video-container iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.media-showcase-placeholder {
    min-height: 260px;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 2rem;
    color: #6f7c8a;
}

.media-showcase-placeholder i {
    font-size: 2rem;
    margin-bottom: 0.8rem;
    color: var(--primary, #886ab5);
}

.media-showcase-placeholder p {
    margin: 0;
}

@media (max-width: 767px) {
    .media-showcase-section {
        padding: 2.25rem 0 3rem;
    }

    .media-showcase-top-bar {
        height: 12px;
        margin-bottom: 1.5rem;
    }

    .media-showcase-subtitle {
        max-width: 100%;
    }
}
