<?php
$standalone = false;
if (!defined('ABEMS_ACCESS')) {
    require_once __DIR__ . '/../../config/config.php';
    $standalone = abems_standalone_begin([
        'config_path' => __DIR__ . '/../../config/config.php',
        'title'       => 'Our Mission | A Believers EMS',
        'description' => 'The mission, vision and values of A Believers EMS - Houston private ambulance service.',
        'header_img'  => 'about/about-mission.jpg',
        'heading'     => 'Our <em class="display">Mission</em>',
        'intro'       => 'Why A Believers EMS exists, what we stand for, and the standard we hold ourselves to.',
        'breadcrumb'  => [
            ['About', 'about.php'],
            ['Mission', null]
        ],
    ]);
}
?>
<section class="section">
    <div class="container">
        <div class="about-split">
            <div class="js-reveal">
                <span class="eyebrow">Our Mission</span>
                <h2>To move Houston's most vulnerable patients the way we'd want our own family moved.</h2>
                <p class="lead">
                    A Believers EMS was started in 2006 by a Black entrepreneur, Rodney Baker, around one
                    conviction: the elderly, the bed-confined, the dialysis patients of this city deserve a
                    transport company that shows up when it says it will and treats them like people, not pickups.
                </p>
                <p>
                    Twenty years later, that conviction is still the whole business. The name is not a brand —
                    it is the staff. We believe in our patients, in their families, in our community, and in
                    the simple discipline of doing this job right.
                </p>

                <div class="stack-lg mt-10">
                    <div>
                        <h5 style="font-family:var(--ff-display);font-size:var(--fs-xl);margin-bottom:var(--s-2);">Vision</h5>
                        <p class="text-soft">
                            To remain the Houston transport company that patients ask for by name — the one
                            where you actually reach the family on the phone, the one that shows up on time,
                            the one your grandmother trusts.
                        </p>
                    </div>
                    <div>
                        <h5 style="font-family:var(--ff-display);font-size:var(--fs-xl);margin-bottom:var(--s-2);">Values</h5>
                        <ul class="feature-list">
                            <li><strong>Dignity first.</strong>&nbsp; Every patient, every transport, every time.</li>
                            <li><strong>Family-run, family-felt.</strong>&nbsp; Owners on the phone. Owners on the road.</li>
                            <li><strong>Punctual to the minute.</strong>&nbsp; Reviewers say it best: "Never late."</li>
                            <li><strong>Rooted in community.</strong>&nbsp; Black-owned, Houston-grown, neighbor-served.</li>
                            <li><strong>Honest billing.</strong>&nbsp; Medicare, Medicaid, private insurance — we do the paperwork.</li>
                        </ul>
                    </div>
                </div>
            </div>

            <div class="js-image-reveal" style="aspect-ratio: 4/5; overflow:hidden; border-radius:var(--radius-lg);">
                <img src="<?= e(img('about/about-mission.jpg')) ?>" alt="A Believers EMS mission" loading="lazy">
            </div>
        </div>
    </div>
</section>
<?php abems_standalone_end($standalone); ?>
