<?php
$standalone = false;
if (!defined('ABEMS_ACCESS')) {
    require_once __DIR__ . '/../../config/config.php';
    $standalone = abems_standalone_begin([
        'config_path' => __DIR__ . '/../../config/config.php',
        'title'       => 'Story 03 — Hospital Discharge Home | A Believers EMS',
        'description' => 'How A Believers EMS handles compassionate discharge home transports across Houston. Anonymized story drawn from customer reviews.',
        'header_img'  => 'case-studies/case-3.jpg',
        'heading'     => 'The discharge home that gave a grandmother <em class="display">her dignity back.</em>',
        'intro'       => 'Story 03 — paraphrased from a customer review. The dignified discharge home is one of the most meaningful transports we run.',
        'breadcrumb'  => [['Service Stories', 'case-studies.php'], ['Story 03', null]],
    ]);
}
?>
<section class="section">
    <div class="container container-md">
        <div class="js-reveal" style="text-align:center;margin-bottom:var(--s-12);">
            <span class="eyebrow">Service Story · 03</span>
            <h2>The discharge home that gave a grandmother her dignity back.</h2>
            <p class="lead" style="margin-inline:auto;">
                Paraphrased and anonymized from a customer review of A Believers EMS. The trip is short — the
                difference it makes is not.
            </p>
        </div>

        <div class="js-image-reveal" style="aspect-ratio: 16/9; overflow:hidden; border-radius:var(--radius-lg); margin-bottom:var(--s-12);">
            <img src="<?= e(img('case-studies/case-3.jpg')) ?>" alt="Service story" loading="lazy">
        </div>

        <div class="js-reveal" style="max-width:760px;margin:0 auto;color:var(--fg-soft);font-size:var(--fs-md);line-height:var(--lh-loose);">
            <h4 style="font-family:var(--ff-display);font-size:var(--fs-2xl);margin-bottom:var(--s-3);color:var(--fg);">The discharge</h4>
            <p>An elderly grandmother was being discharged from a Houston hospital after a long stay. The family had been told to arrange transport home — a short ride, just across town, but she needed a stretcher and she was exhausted.</p>

            <h4 style="font-family:var(--ff-display);font-size:var(--fs-2xl);margin:var(--s-10) 0 var(--s-3);color:var(--fg);">The ride</h4>
            <p>A Believers EMS arrived on time, transferred her gently from the hospital bed to the stretcher, spoke kindly to her the whole way, and helped her settle back into her own bed at home. The ride home took twenty minutes. The conversation made it feel like she had come back to family.</p>

            <p>From the family's review: <em>"Black-owned, family-run, no nonsense. They got my grandmother home with more dignity than the hospital itself gave her. We will never forget."</em></p>

            <h4 style="font-family:var(--ff-display);font-size:var(--fs-2xl);margin:var(--s-10) 0 var(--s-3);color:var(--fg);">Why it matters</h4>
            <p>Discharge transport is often the moment a family feels most alone. A Believers is built around it — clean handoff with the floor nurse, calm transfer to the stretcher, gentle pace, quiet ride. The work is repetitive by design. The dignity is not.</p>
        </div>
    </div>
</section>
<?php abems_standalone_end($standalone); ?>
