/* ── ABOUT US PAGE STYLES ── */

.vela-about-main {
    background: linear-gradient(0deg, #F8B848 1%, #F7C060 8%, #E9D2A9 23%, #EEE1C9 38%, #EFE7DA 53%, #F9F4EB 62%, #FFFBF6 68%, #EFFFFD 84%, #EFFFFD 100%, #DAE9E7 100%);
}

.vela-about-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

/* ── HERO ── */
.vela-about-hero {
    width: 100%;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0 0 60px 60px;
    position: relative;
    overflow: hidden;
}

/* ── OUR VISION ── */
.vela-about-vision-section {
    padding: 4rem 0;
    position: relative;
}

.vela-about-vision-panel {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 24px;
    border: 1px solid rgba(49, 64, 91, 0.12);
    border-left: 4px solid #50A7BC;
    padding: 48px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 48px;
    align-items: center;
    box-shadow: 0 4px 24px rgba(49, 64, 91, 0.07);
}

.vela-about-vision-label {
    font-family: kyrial-sans-pro, sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #50A7BC;
    margin: 0 0 12px;
    display: block;
}

.vela-about-vision-headline {
    font-family: 'IvyJournal', sans-serif;
    font-size: clamp(1.8rem, 2.5vw, 2.4rem);
    font-weight: 600;
    color: #31405B;
    line-height: 1.15;
    margin: 0;
}

.vela-about-vision-right p {
    font-family: kyrial-sans-pro, sans-serif;
    font-size: 22px;
    color: #31405B;
    line-height: 1.7;
    margin: 0;
}

/* ── MISSION ── */
.vela-about-mission {
    padding: 5rem 0 3rem;
    text-align: center;
    position: relative;
}

.vela-about-mission h2 {
    font-family: 'IvyJournal', sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 600;
    color: #31405B;
    margin: 0 auto 2rem;
    max-width: 900px;
}

.vela-about-mission p {
    font-family: kyrial-sans-pro, sans-serif;
    font-size: 22px;
    line-height: 1.7;
    color: #31405B;
    max-width: 900px;
    margin: 0 auto;
}

/* ── MAP + STATS ── */
.vela-about-stats {
    padding: 2rem 0 3rem;
    text-align: center;
}

.vela-about-map {
    margin-bottom: 3rem;
}

.vela-about-map img {
    max-width: 85%;
    height: auto;
}

.vela-about-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    max-width: 900px;
    margin: 0 auto;
}

.vela-about-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    position: relative;
}

.vela-about-stat:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    background: rgba(49, 64, 91, 0.18);
}

.vela-about-stat__number {
    font-family: 'IvyJournal', sans-serif;
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 600;
    color: #31405B;
}

.vela-about-stat__label {
    font-family: kyrial-sans-pro, sans-serif;
    font-size: 20px;
    color: #31405B;
}

/* ── MEET MEREDITH ── */
.vela-about-meredith {
    padding: 2rem 0 4rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.vela-about-meredith::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: min(381px, 26vw);
    height: 100%;
    background-image: url('https://vela.org/wp-content/uploads/2026/04/left-flourish-iamge.svg');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    pointer-events: none;
    opacity: 0.7;
}

.vela-about-meredith::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: min(445px, 30vw);
    height: 100%;
    background-image: url('https://vela.org/wp-content/uploads/2026/04/right-Flourish.svg');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    pointer-events: none;
    opacity: 0.7;
}

.vela-about-meredith h2 {
    font-family: 'IvyJournal', sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 600;
    color: #31405B;
    margin: 0 auto 1rem;
    position: relative;
    z-index: 1;
}

.vela-about-meredith p {
    font-family: kyrial-sans-pro, sans-serif;
    font-size: 22px;
    color: #31405B;
    max-width: 700px;
    margin: 0 auto 2.5rem;
    line-height: 1.7;
    position: relative;
    z-index: 1;
}

.vela-about-video {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(49, 64, 91, 0.15);
    z-index: 1;
}

.vela-about-video iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* ── IS INDIE EDUCATION EFFECTIVE? ── */
.vela-about-eval {
    padding: 4rem 0;
}

.vela-about-eval-card {
    background: rgba(255, 255, 255, 0.75);
    border-radius: 24px;
    border: 0.5px solid rgba(49, 64, 91, 0.15);
    border-left: 4px solid #50A7BC;
    padding: 48px 56px;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.vela-about-eval-card h2 {
    font-family: 'IvyJournal', sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 600;
    color: #31405B;
    margin: 0 0 1.5rem;
}

.vela-about-eval-card h3 {
    font-family: 'IvyJournal', sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    color: #31405B;
    margin: 2rem 0 0.75rem;
}

.vela-about-eval-card p {
    font-family: kyrial-sans-pro, sans-serif;
    font-size: 22px;
    color: #31405B;
    line-height: 1.7;
    margin: 0 0 1rem;
}

.vela-about-eval__stats {
    display: flex;
    gap: 4rem;
    justify-content: center;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 0.5px solid rgba(49, 64, 91, 0.15);
}

.vela-about-eval__stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    max-width: 280px;
    text-align: center;
}

.vela-about-eval__number {
    font-family: 'IvyJournal', sans-serif;
    font-size: 3.5rem;
    font-weight: 600;
    color: #ED7C53;
    line-height: 1;
}

.vela-about-eval__text {
    font-family: kyrial-sans-pro, sans-serif;
    font-size: 20px;
    color: #31405B;
    line-height: 1.6;
}

/* ── LEADERSHIP ── */
.vela-about-leadership {
    padding: 4rem 0 6rem;
    position: relative;
    overflow: hidden;
}

.vela-about-leadership::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: min(445px, 30vw);
    height: 100%;
    background-image: url('https://vela.org/wp-content/uploads/2026/04/right-bg-vector.svg');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    pointer-events: none;
    opacity: 0.5;
    z-index: 0;
}

.vela-about-leadership-panel {
    background: linear-gradient(135deg, #A9C5C9, #BBC1AB, #DCBC75);
    border-radius: 24px;
    border: 2px solid white;
    padding: 48px;
    position: relative;
    z-index: 1;
}

.vela-about-leadership-panel h2 {
    font-family: 'IvyJournal', sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 600;
    color: #31405B;
    margin: 0 0 2.5rem;
    text-align: center;
}

.vela-about-leadership__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.vela-about-leader {
    padding: 1.75rem;
    background: rgba(255, 255, 255, 0.55);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.vela-about-leader h3 {
    font-family: 'IvyJournal', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #31405B;
    margin: 0 0 0.25rem;
}

.vela-about-leader h4 {
    font-family: kyrial-sans-pro, sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: #50A7BC;
    margin: 0 0 1rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.vela-about-leader p {
    font-family: kyrial-sans-pro, sans-serif;
    font-size: 16px;
    color: #31405B;
    line-height: 1.6;
    margin: 0;
}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
    .vela-about-leadership__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .vela-about-stats__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .vela-about-vision-panel {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .vela-about-stat:not(:last-child)::after {
        display: none;
    }
}

@media (max-width: 767px) {
    .vela-about-leadership__grid,
    .vela-about-stats__grid {
        grid-template-columns: 1fr;
    }
    .vela-about-eval__stats {
        flex-direction: column;
        align-items: center;
    }
    .vela-about-eval-card {
        padding: 32px 24px;
    }
    .vela-about-leadership-panel {
        padding: 32px 24px;
    }
    .vela-about-vision-panel {
        padding: 32px 24px;
    }
    .vela-about-container {
        padding: 0 20px;
    }
    .vela-about-meredith::before,
    .vela-about-meredith::after {
        opacity: 0.4;
    }
}