/* ============================================================
   EAA Chapter 229 — About page E-E-A-T sections
   Injected on page ID 63 via eaa-about-eeeat.php
   ============================================================ */

/* --- Our Hangar block ---------------------------------------- */
.eaa-hangar-media {
    margin-top: 0;
}

/* --- Our Story hero (media-text pattern) ------------------- */
.eaa-about-story {
    display: grid;
    grid-template-columns: 1fr 50%;
    overflow: hidden;
    margin-top: 0;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
}

.eaa-about-story__content {
    padding: 56px;
    background: #f8faff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.eaa-about-story__heading {
    color: #1c2536;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 24px;
}

.eaa-about-story__body {
    color: #4a5568;
    font-size: clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.294), 17px);
    line-height: 1.9;
    margin: 0 0 16px;
}

.eaa-about-story__body:last-of-type {
    margin-bottom: 32px;
}

.eaa-about-story__figure {
    margin: 0;
    overflow: hidden;
    min-height: 380px;
}

.eaa-about-story__figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Stat cards row */
.eaa-stat-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.eaa-stat-card {
    flex: 1;
    min-width: 100px;
    background: #fff;
    border-radius: 10px;
    padding: 16px 20px;
    text-align: center;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
}

.eaa-stat-card__number {
    font-size: 32px;
    font-weight: 800;
    color: #1a6fc4;
    line-height: 1;
}

.eaa-stat-card__label {
    font-size: 11px;
    color: #6b7280;
    margin-top: 6px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* --- Chapter Leadership ------------------------------------ */
.eaa-about-officers {
    background-color: #ffffff;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 0;
    margin-bottom: 0;
}

.eaa-about-officers__inner {
    max-width: var(--wp--style--global--wide-size, 1200px);
    margin-left: auto;
    margin-right: auto;
}

.eaa-about-officers__label {
    color: #1a6bb5;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 12px;
}

.eaa-about-officers__heading {
    color: #1c2536;
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 700;
    margin: 0 0 8px;
}

.eaa-about-officers__sub {
    color: #6b7280;
    font-size: 15px;
    margin: 0 0 36px;
}

.eaa-officer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 16px;
}

.eaa-officer-card {
    background: #f0f4f8;
    border-radius: 8px;
    padding: 24px;
}

.eaa-officer-card__role {
    color: #1a6bb5;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 0 0 6px;
}

.eaa-officer-card__name {
    color: #1c2536;
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 4px;
}

.eaa-officer-card__creds {
    color: #6b7280;
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
}

/* --- FAA Advisors ------------------------------------------ */
.eaa-about-advisors {
    background-color: #f8faff;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 0;
    margin-bottom: 0;
}

.eaa-about-advisors__inner {
    max-width: var(--wp--style--global--wide-size, 1200px);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.eaa-advisor-row {
    display: flex;
    gap: 48px;
    align-items: flex-start;
}

.eaa-advisor-row__img {
    flex: 0 0 200px;
    text-align: center;
}

.eaa-advisor-row__img img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
    margin: 0 auto;
}

.eaa-advisor-row__content {
    flex: 1;
}

.eaa-advisor-row__label {
    color: #1a6bb5;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 12px;
}

.eaa-advisor-row__heading {
    color: #1c2536;
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 700;
    margin: 0 0 20px;
}

.eaa-advisor-row__body {
    color: #4a5568;
    font-size: clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.294), 17px);
    line-height: 1.8;
    margin: 0 0 14px;
}

.eaa-advisor-card {
    background: #f0f4f8;
    border-radius: 8px;
    padding: 24px;
    margin-top: 28px;
}

.eaa-advisor-card__heading {
    color: #1c2536;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 16px;
}

.eaa-advisor-card__body {
    color: #4a5568;
    font-size: clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.098), 15px);
    line-height: 1.7;
    margin: 0;
}

/* --- Responsive -------------------------------------------- */
@media (max-width: 768px) {
    .eaa-about-story {
        grid-template-columns: 1fr;
    }

    .eaa-about-story__content {
        padding: 40px 24px;
    }

    .eaa-about-story__figure {
        min-height: 260px;
        order: -1;
    }

    .eaa-advisor-row {
        flex-direction: column;
        gap: 28px;
    }

    .eaa-advisor-row__img {
        flex: none;
    }
}

@media (max-width: 480px) {
    .eaa-officer-grid {
        grid-template-columns: 1fr 1fr;
    }
}
