/* ================================================================ */
/* About MHF page (about2.aspx)                                     */
/* ================================================================ */

body.mh-modern-body .mh-about-page {
    color: var(--mh-navy);
    font-family: "Trebuchet MS", "Segoe UI", sans-serif;
    font-size: 17px;
    line-height: 1.6;
}

body.mh-modern-body .mh-about-page a {
    color: var(--mh-navy);
    text-decoration: underline;
    text-decoration-color: var(--mh-gold);
    text-underline-offset: 3px;
}
body.mh-modern-body .mh-about-page a:hover {
    color: var(--mh-gold);
}

/* ---- Hero band ---- */
body.mh-modern-body .mh-about-hero {
    background:
        radial-gradient(circle at 85% 15%, rgba(197, 165, 88, 0.18), transparent 55%),
        linear-gradient(135deg, var(--mh-navy) 0%, var(--mh-navy-soft) 100%);
    color: var(--mh-cream);
    padding: 72px 24px 80px;
    text-align: center;
}
body.mh-modern-body .mh-about-hero-inner {
    max-width: 820px;
    margin: 0 auto;
}
body.mh-modern-body .mh-about-hero-eyebrow {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--mh-gold);
    margin-bottom: 14px;
    border: 1px solid rgba(197, 165, 88, 0.5);
    padding: 5px 14px;
    border-radius: 999px;
}
body.mh-modern-body .mh-about-hero-title {
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.15;
    margin: 0 0 22px;
    color: #fff;
    font-weight: 600;
    letter-spacing: -0.5px;
}
body.mh-modern-body .mh-about-hero-mission {
    font-size: clamp(16px, 1.5vw, 19px);
    line-height: 1.65;
    color: rgba(255, 252, 246, 0.96);
    margin: 0 auto 32px;
    max-width: 680px;
}
body.mh-modern-body .mh-about-hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}
body.mh-modern-body .mh-about-cta {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none !important;
    transition: all 0.2s ease;
    border: 1.5px solid transparent;
}
body.mh-modern-body .mh-about-cta-primary {
    background: var(--mh-gold);
    color: var(--mh-navy) !important;
    border-color: var(--mh-gold);
}
body.mh-modern-body .mh-about-cta-primary:hover {
    background: #d4b468;
    border-color: #d4b468;
    transform: translateY(-1px);
}
body.mh-modern-body .mh-about-cta-secondary {
    background: transparent;
    color: var(--mh-cream) !important;
    border-color: rgba(253, 249, 240, 0.4);
}
body.mh-modern-body .mh-about-cta-secondary:hover {
    background: rgba(253, 249, 240, 0.1);
    border-color: var(--mh-cream);
}

/* ---- Lead prose ---- */
body.mh-modern-body .mh-about-lead {
    background: var(--mh-cream);
    padding: 72px 24px;
}
body.mh-modern-body .mh-about-lead-inner {
    max-width: 720px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.75;
    color: var(--mh-navy);
}
body.mh-modern-body .mh-about-lead-inner p {
    font-size: inherit !important;
    line-height: inherit !important;
    margin: 0 0 22px;
}
body.mh-modern-body .mh-about-lead-inner p:first-child {
    font-size: 20px !important;
    line-height: 1.65;
}
body.mh-modern-body .mh-about-lead-inner p:first-child::first-letter {
    font-size: 58px;
    float: left;
    line-height: 1;
    padding: 4px 12px 0 0;
    color: var(--mh-gold);
    font-weight: 600;
}
body.mh-modern-body .mh-about-lead-inner strong {
    color: var(--mh-navy);
    font-weight: 600;
}
body.mh-modern-body .mh-about-lead-inner em {
    color: var(--mh-navy-soft);
    font-style: italic;
}

/* ---- Pillars row ---- */
body.mh-modern-body .mh-about-pillars {
    background: var(--mh-paper);
    padding: 56px 24px;
    border-top: 1px solid var(--mh-line);
    border-bottom: 1px solid var(--mh-line);
}
body.mh-modern-body .mh-about-pillars-inner {
    max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
body.mh-modern-body .mh-about-pillar {
    text-align: center;
    padding: 8px 12px;
}
body.mh-modern-body .mh-about-pillar-title {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #7d6329;
    margin-bottom: 12px;
}
body.mh-modern-body .mh-about-pillar-body {
    font-size: 17px;
    color: var(--mh-navy);
    line-height: 1.5;
}

/* ---- FAQ accordion ---- */
body.mh-modern-body .mh-about-faqs {
    padding: 72px 24px;
    background: var(--mh-paper);
}
body.mh-modern-body .mh-about-faqs-inner {
    max-width: 820px;
    margin: 0 auto;
}
body.mh-modern-body .mh-about-section-heading {
    font-size: 26px;
    color: var(--mh-navy);
    margin: 0 0 28px;
    font-weight: 600;
    letter-spacing: -0.3px;
}
body.mh-modern-body .mh-about-faq {
    background: #fff;
    border: 1px solid var(--mh-line);
    border-radius: 10px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
body.mh-modern-body .mh-about-faq.is-open {
    box-shadow: 0 6px 18px var(--mh-shadow);
    border-color: rgba(197, 165, 88, 0.5);
}
body.mh-modern-body .mh-about-faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    padding: 18px 22px;
    background: transparent;
    border: 0;
    cursor: pointer;
    font-family: inherit;
    text-align: left;
    color: var(--mh-navy);
    font-size: 18px;
    font-weight: 600;
}
body.mh-modern-body .mh-about-faq-question:hover {
    background: rgba(197, 165, 88, 0.06);
}
body.mh-modern-body .mh-about-faq-question-text {
    flex: 1;
}
body.mh-modern-body .mh-about-faq-chevron {
    flex: 0 0 auto;
    width: 12px;
    height: 12px;
    border-right: 2px solid var(--mh-gold);
    border-bottom: 2px solid var(--mh-gold);
    transform: rotate(45deg);
    transition: transform 0.25s ease;
    margin-top: -4px;
}
body.mh-modern-body .mh-about-faq.is-open .mh-about-faq-chevron {
    transform: rotate(-135deg);
    margin-top: 4px;
}
body.mh-modern-body .mh-about-faq-answer {
    height: 0;
    overflow: hidden;
    padding: 0 22px;
    transition: height 0.24s ease;
    color: var(--mh-navy);
    font-size: 17px;
    line-height: 1.7;
}
body.mh-modern-body .mh-about-faq.is-open .mh-about-faq-answer {
    padding: 0 22px;
}
body.mh-modern-body .mh-about-faq-answer-inner {
    padding-bottom: 20px;
}
body.mh-modern-body .mh-about-faq-answer p {
    font-size: inherit !important;
    line-height: inherit !important;
    margin: 0 0 14px;
}
body.mh-modern-body .mh-about-faq-answer ul {
    font-size: inherit !important;
    line-height: inherit !important;
    margin: 10px 0 14px;
    padding-left: 20px;
}
body.mh-modern-body .mh-about-faq-answer li {
    font-size: inherit !important;
    line-height: inherit !important;
    margin-bottom: 8px;
}
body.mh-modern-body .mh-about-faq-answer strong,
body.mh-modern-body .mh-about-faq-answer em {
    font-size: inherit !important;
    line-height: inherit !important;
}

/* ---- Callout ---- */
body.mh-modern-body .mh-about-callout {
    background: var(--mh-navy);
    color: #fffaf0;
    padding: 60px 24px;
    text-align: center;
}
body.mh-modern-body .mh-about-callout-inner {
    max-width: 760px;
    margin: 0 auto;
    font-size: 21px;
    line-height: 1.65;
    font-style: normal;
    font-weight: 500;
    color: #fffaf0 !important;
    position: relative;
}
body.mh-modern-body .mh-about-callout-inner::before {
    content: "\201C";
    display: block;
    font-size: 64px;
    color: var(--mh-gold);
    line-height: 1;
    margin-bottom: 4px;
    font-style: normal;
    font-family: Georgia, serif;
}
body.mh-modern-body .mh-about-callout-inner p {
    font-size: inherit !important;
    line-height: inherit !important;
    margin: 0;
    color: inherit !important;
}
body.mh-modern-body .mh-about-callout-inner strong,
body.mh-modern-body .mh-about-callout-inner em,
body.mh-modern-body .mh-about-callout-inner a {
    color: inherit !important;
}

/* ---- Contact card ---- */
body.mh-modern-body .mh-about-contact {
    background: var(--mh-cream);
    padding: 64px 24px;
}
body.mh-modern-body .mh-about-contact-inner {
    max-width: 1080px;
    margin: 0 auto;
}
body.mh-modern-body .mh-about-contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
    background: #fff;
    border: 1px solid var(--mh-line);
    border-radius: 12px;
    padding: 28px 32px;
    box-shadow: 0 4px 14px var(--mh-shadow);
}
body.mh-modern-body .mh-about-contact-item {
    min-width: 0;
}
body.mh-modern-body .mh-about-contact-label {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #7d6329;
    font-weight: 700;
    margin-bottom: 6px;
}
body.mh-modern-body .mh-about-contact-value {
    font-size: 16px;
    color: var(--mh-navy);
    word-break: break-word;
}
body.mh-modern-body .mh-about-contact-value a {
    text-decoration: none;
}
body.mh-modern-body .mh-about-contact-value a:hover {
    color: var(--mh-gold);
}

/* ---- People sections ---- */
body.mh-modern-body .mh-about-people {
    background: var(--mh-paper);
    padding: 72px 24px 88px;
}
body.mh-modern-body .mh-about-people-inner {
    max-width: 1080px;
    margin: 0 auto;
}
body.mh-modern-body .mh-about-board-image {
    display: block;
    width: 100%;
    max-width: 980px;
    height: auto;
    margin: 0 auto;
}
body.mh-modern-body .mh-about-people-section {
    margin-bottom: 56px;
}
body.mh-modern-body .mh-about-people-section:last-child {
    margin-bottom: 0;
}
body.mh-modern-body .mh-about-people-chair {
    background: #fff;
    border: 1px solid var(--mh-line);
    border-left: 3px solid var(--mh-gold);
    border-radius: 8px;
    padding: 16px 20px;
    margin-bottom: 20px;
}
body.mh-modern-body .mh-about-people-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 10px 24px;
}
body.mh-modern-body .mh-about-person {
    padding: 10px 0;
    border-bottom: 1px solid var(--mh-line);
}
body.mh-modern-body .mh-about-person-name {
    font-size: 16px;
    color: var(--mh-navy);
    font-weight: 600;
    line-height: 1.3;
}
body.mh-modern-body .mh-about-person-meta {
    font-size: 15px;
    color: var(--mh-navy-soft);
    line-height: 1.4;
    margin-top: 2px;
}

/* ---- Responsive ---- */
@media (max-width: 720px) {
    body.mh-modern-body .mh-about-hero {
        padding: 56px 20px 60px;
    }
    body.mh-modern-body .mh-about-lead,
    body.mh-modern-body .mh-about-faqs,
    body.mh-modern-body .mh-about-contact,
    body.mh-modern-body .mh-about-people {
        padding-left: 20px;
        padding-right: 20px;
    }
    body.mh-modern-body .mh-about-pillars-inner {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    body.mh-modern-body .mh-about-lead-inner {
        font-size: 17px;
    }
    body.mh-modern-body .mh-about-lead-inner p:first-child {
        font-size: 18px;
    }
}

