/* ── Mission, Vision & Values — numbered light columns ────── */

.jacana-mv-section {
    background: var(--jacana-savannah, #fffae4);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

/* Subtle warm radial accents */
.jacana-mv-section::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -80px;
    width: 480px;
    height: 480px;
    background: radial-gradient(circle, rgba(219, 151, 81, 0.1), transparent 68%);
    pointer-events: none;
}

.jacana-mv-inner {
    max-width: var(--max-width, 1180px);
    margin: 0 auto;
    padding: 0 var(--content-pad, 40px);
}

/* ── Section header ──────────────────────────────────────── */
.jacana-mv-header {
    text-align: center;
    margin-bottom: 64px;
}

.jacana-mv-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-transform: uppercase;
    letter-spacing: 0.34em;
    font-size: 10px;
    font-weight: 700;
    color: var(--jacana-dunes, #db9751);
    margin-bottom: 18px;
}

.jacana-mv-kicker::before,
.jacana-mv-kicker::after {
    content: "";
    display: block;
    width: 22px;
    height: 1px;
    background: var(--jacana-dunes, #db9751);
    flex-shrink: 0;
}

.jacana-mv-header h2 {
    color: var(--jacana-earth, #2d2416);
    font-size: clamp(28px, 3.2vw, 46px);
    line-height: 1.1;
    margin-bottom: 16px;
}

.jacana-mv-intro {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(45, 36, 22, 0.72); /* ≥4.5:1 on savannah bg */
    max-width: 520px;
    margin: 0 auto;
}

/* ── Grid ────────────────────────────────────────────────── */
.jacana-mv-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border: 1px solid rgba(45, 36, 22, 0.1);
    border-radius: 20px;
    overflow: hidden;
}

/* ── Card ────────────────────────────────────────────────── */
.jacana-mv-card {
    padding: 48px 44px 52px;
    position: relative;
    background: rgba(255, 255, 255, 0.55);
    transition: background 0.35s ease;
}

/* Vertical dividers */
.jacana-mv-card + .jacana-mv-card {
    border-left: 1px solid rgba(45, 36, 22, 0.1);
}

.jacana-mv-card:hover {
    background: rgba(255, 255, 255, 0.85);
}

/* Dunes bottom reveal on hover */
.jacana-mv-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--jacana-dunes, #db9751), #c07a30);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.jacana-mv-card:hover::after {
    opacity: 1;
}

/* ── Numeral ─────────────────────────────────────────────── */
.jacana-mv-numeral {
    font-family: "Cormorant Garamond", "Cormorant", Georgia, serif;
    font-size: 72px;
    font-style: italic;
    font-weight: 300;
    color: rgba(219, 151, 81, 0.62);
    line-height: 1;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
    transition: color 0.35s ease;
}

.jacana-mv-card:hover .jacana-mv-numeral {
    color: rgba(219, 151, 81, 0.42);
}

/* ── Rule ────────────────────────────────────────────────── */
.jacana-mv-rule {
    width: 32px;
    height: 2px;
    background: var(--jacana-dunes, #db9751);
    margin-bottom: 24px;
    border-radius: 1px;
}

/* ── Card title ──────────────────────────────────────────── */
.jacana-mv-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--jacana-earth, #2d2416);
    line-height: 1.2;
    margin: 0 0 16px;
    letter-spacing: -0.01em;
}

/* ── Card copy ───────────────────────────────────────────── */
.jacana-mv-copy {
    font-size: 15px;
    line-height: 1.75;
    color: rgba(45, 36, 22, 0.68);
    margin: 0;
}

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 900px) {
    .jacana-mv-grid {
        grid-template-columns: 1fr;
        border-radius: 16px;
    }

    .jacana-mv-card + .jacana-mv-card {
        border-left: none;
        border-top: 1px solid rgba(45, 36, 22, 0.1);
    }

    .jacana-mv-card {
        padding: 36px 32px 40px;
    }

    .jacana-mv-numeral {
        font-size: 56px;
    }
}

@media (max-width: 540px) {
    .jacana-mv-section { padding: 72px 0; }
    .jacana-mv-header { margin-bottom: 48px; }
    .jacana-mv-card { padding: 28px 24px 32px; }
    .jacana-mv-numeral { font-size: 48px; }
    .jacana-mv-title { font-size: 20px; }
}

.elementor-260 .elementor-element.elementor-element-3a7ff5e5::before, .elementor-260 .elementor-element.elementor-element-3a7ff5e5 > .elementor-background-video-container::before, .elementor-260 .elementor-element.elementor-element-3a7ff5e5 > .e-con-inner > .elementor-background-video-container::before, .elementor-260 .elementor-element.elementor-element-3a7ff5e5 > .elementor-background-slideshow::before, .elementor-260 .elementor-element.elementor-element-3a7ff5e5 > .e-con-inner > .elementor-background-slideshow::before, .elementor-260 .elementor-element.elementor-element-3a7ff5e5 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before {
background-color: transparent;
--background-overlay: '';
background-image:linear-gradient(90deg, var( --e-global-color-638d055 ) 0%, #0D1A0099 100%);
}