.about-split-media {
    position: relative;
}

.about-split-copy h2 {
    margin-bottom: 26px;
}

.about-media-stack {
    position: relative;
    padding: 34px 0 0 34px;
}

.about-media-stack .media-frame {
    position: relative;
    z-index: 2;
    border-radius: 28px;
}

.about-media-stack::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 66%;
    height: 74%;
    border-radius: 28px;
    background: var(--cc-gradient);
    opacity: 0.85;
    z-index: 1;
}

.about-media-pill {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: var(--cc-shadow);
}

.about-strip {
    margin-top: 40px;
}

.about-strip span {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 26px;
    border-radius: 999px;
    background-color: rgba(246, 240, 234, 0.08);
    border: 1px solid rgba(246, 240, 234, 0.16);
    font-family: var(--cc-display);
    font-size: 1.02rem;
    font-weight: 500;
}

.about-strip span::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--cc-gradient);
}

.mosaic-head {
    margin-bottom: clamp(38px, 5vw, 60px);
}

.mosaic-card {
    min-height: 320px;
}

.mosaic-card {
    flex: 1 1 300px;
    display: flex;
    flex-direction: column;
    padding: 38px 34px;
    border-radius: 28px;
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(21, 10, 25, 0.1);
    transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.mosaic-card:hover {
    transform: translateY(-8px);
}

.mosaic-card.is-flame {
    background: linear-gradient(160deg, #ed5627, #c02f3c);
    border-color: transparent;
    color: #fff;
}

.mosaic-card.is-berry {
    background: linear-gradient(160deg, #a2045a, #6b0f47);
    border-color: transparent;
    color: #fff;
}

.mosaic-card.is-flame p,
.mosaic-card.is-berry p {
    color: rgba(255, 255, 255, 0.85);
}

.mosaic-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    margin-bottom: 26px;
    background-color: rgba(237, 86, 39, 0.12);
    color: var(--cc-orange);
    font-size: 1.1rem;
}

.mosaic-card.is-flame i,
.mosaic-card.is-berry i {
    background-color: rgba(255, 255, 255, 0.16);
    color: #fff;
}

.mosaic-card h3 {
    margin-bottom: 14px;
}

.vision-panel {
    position: relative;
    padding: clamp(38px, 5vw, 72px);
    border-radius: clamp(28px, 3vw, 42px);
    background: linear-gradient(140deg, rgba(237, 86, 39, 0.38), rgba(162, 4, 90, 0.42) 62%, rgba(107, 15, 71, 0.5));
    border: 1px solid var(--cc-line-dark);
    overflow: hidden;
}

.vision-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    border-radius: 999px;
    background: var(--cc-gradient);
    color: #fff;
    font-size: 1.3rem;
    margin-bottom: 28px;
    box-shadow: 0 24px 44px -24px rgba(162, 4, 90, 0.9);
}

@media (max-width: 991.98px) {
    .about-media-stack {
        padding: 22px 0 0 22px;
    }
}
