Briefnow

Chapter 4 - THE WOMAN BEHIND THE MAGIC

Dr. Mercer found Mara the next morning.

“You were right to ask.”

Mara stared at him.

“What happened?”

He explained that June’s tumor had been reclassified.

There was a molecular target.

There was a drug.

No guarantees.

Mara sat down.

Then tears filled her eyes.

Elias looked surprised.

“I thought you’d be happy.”

“I am.”

She wiped her face.

“I’m also terrified.”

“That is reasonable.”

“What if it doesn’t work?”

“Then it doesn’t.”

Mara gave him a tired look.

“I hate doctor answers.”

“They are safer than fake ones.”

June started treatment within days.

It was not a miracle.

She still vomited.

Still suffered fatigue.

Still had abnormal blood tests.

The medication had to be paused and restarted.

Grant demanded scans too early.

Elias refused.

June listened to them argue once and finally said, “You’re both annoying.”

They stopped.

Mara still had not been officially allowed back into June’s room.

That changed when June asked a nurse how the new treatment had been found.

The nurse tried to be careful.

“Dr. Mercer reviewed everything.”

“Why?”

The nurse hesitated.

“Mara remembered something.”

June turned toward Grant.

“You banned the person who helped.”

“I didn’t know.”

“You didn’t ask.”

The words stung because Mara had said almost the same thing.

That afternoon, Grant found Mara at Patient Services.

“You can see June again.”

Mara continued writing.

“Okay.”

“That’s all?”

She looked up.

“What did you expect?”

“I came to apologize.”

“That explains why you look physically uncomfortable.”

Grant ignored the joke.

“I was wrong about what you were doing.”

“Which part?”

“I thought you were giving June false hope.”

“And?”

“I should not have spoken to you the way I did.”

“The plastic crown comment?”

“Yes.”

“The implication that I was stupid?”

“I did not imply that.”

“You did.”

Grant sighed.

“I’m sorry.”

Mara studied him.

She believed him.

“You were scared.”

“I still am.”

“I know.”

“I don’t think that’s going away.”

“Probably not.”

He looked down the hallway.

“What do I do with it?”

“Stop turning it into rules for everyone else.”

Grant nodded slowly.

That evening, Mara entered Room 714 in black scrubs.

June’s face lit up.

Then she frowned.

“Where’s the dress?”

“I thought you needed Mara more than Princess Elara.”

June looked offended.

“I always needed Mara more.”

Grant stood by the window.

For the first time, he understood.

The costume had never been the magic.

Attention was.

Mara knew June’s favorite cereal.

She knew when June was pretending not to hurt.

She remembered small things doctors did not have time to remember.

She stayed after her shift.

A week later, Grant asked the hospital foundation for the financial records of Once Upon a Day.

He wanted to know why the program was always short on money.

Why Mara repaired her own costume.

Why his daughter had valued seventy-three dollars of fake snow more than the expensive entertainment he had hired.

One donor appeared repeatedly.

V.H. Foundation.

“Who is that?” Grant asked.

The foundation officer hesitated.

“The donor originally requested anonymity.”

“Who administers the account?”

When the officer gave the name of the law firm, Grant froze.

It was the firm that had handled Vivian’s estate.

He called Vivian’s former attorney.

“Was V.H. Foundation my wife?”

Silence.

“Yes.”

Grant closed his eyes.

“She funded Once Upon a Day?”

“For years.”

“She never told me.”

“She didn’t want recognition.”

“Why this program?”

“There’s a donor-intent letter.”

Grant asked to see it.

An hour later, the scan arrived.

Vivian wrote that when she was eleven, her mother spent months in a hospital.

One afternoon, a volunteer wearing a ridiculous fairy costume sat with her in the cafeteria and played cards for forty minutes.

Vivian never forgot it.

Near the end, she wrote:

Children do not need us to convince them fairy tales are real. Sometimes they only need someone to remind them there is still something worth looking forward to tomorrow.

Grant read the sentence three times.

Mara had told him almost the same thing.

A reason to want tomorrow.

That night, Grant sat beside June’s sleeping bed while Mara read near the window.

“My wife funded your program,” he said.

Mara looked up.

“What?”

“Vivian.”

Mara stared at the old blue dress hanging in a garment bag.

“She paid for this?”

“In part.”

Grant told her about the letter.

Mara smiled sadly.

“That sounds like June.”

Grant shook his head.

“No.”

He looked at her.

“It sounds like you.”

For months, Grant had spent millions searching for a miracle.

And yet the program he had dismissed as childish nonsense existed because the woman he loved had quietly believed children needed something medicine could not prescribe.

Vivian had been dead for three years.

And somehow, she was still helping their daughter.

The story continues—click the Next button below to read the next part.

May you like

Report this articleSelect a reason for reporting:

Inaccurate information Copyright violation Spam / advertisement Offensive content Other '; footer.hidden = true; overlay.hidden = false; document.body.style.overflow = 'hidden'; } function hideSection() { if (section) section.hidden = true; } function openModal() { if (alreadyReported) { showSuccess(); return; } overlay.hidden = false; document.body.style.overflow = 'hidden'; } function closeModal() { overlay.hidden = true; document.body.style.overflow = ''; footer.hidden = false; overlay.querySelectorAll('input[name="report_reason"]').forEach(function(r) { r.checked = false; }); document.getElementById('reportMessage').value = ''; errorBox.hidden = true; submitBtn.disabled = false; submitBtn.textContent = 'Submit report'; imageItems = []; imgGrid.innerHTML = ''; updateAttachBtn(); } btn.addEventListener('click', openModal); closeBtn.addEventListener('click', closeModal); cancelBtn.addEventListener('click', closeModal); overlay.addEventListener('click', function(e) { if (e.target === overlay) closeModal(); }); document.addEventListener('keydown', function(e) { if (!overlay.hidden && e.key === 'Escape') closeModal(); }); // --- Error helper --- function showError(msg) { errorBox.textContent = msg; errorBox.hidden = false; } // --- Submit --- submitBtn.addEventListener('click', function() { var selected = overlay.querySelector('input[name="report_reason"]:checked'); if (!selected) { showError('Please select a reason.'); return; } errorBox.hidden = true; submitBtn.disabled = true; var itemsToUpload = imageItems.filter(function(it) { return !it.uploadedUrl; }); if (itemsToUpload.length === 0) { doSubmit(selected.value); return; } submitBtn.textContent = 'Uploading…'; var done = 0, failed = 0; itemsToUpload.forEach(function(entry) { entry.statusEl.textContent = '…'; entry.statusEl.className = 'report-img-item__status'; entry.statusEl.hidden = false; resizeImage(entry.file, MAX_LONG_PX, function(resized) { uploadFile(resized, currentSlug, function(err, url) { done++; if (err) { failed++; entry.statusEl.textContent = 'Failed'; entry.statusEl.className = 'report-img-item__status err'; } else { entry.uploadedUrl = url; entry.statusEl.textContent = '✓'; entry.statusEl.className = 'report-img-item__status done'; } if (done === itemsToUpload.length) { if (failed > 0) { showError('Could not upload ' + failed + ' image(s). Remove the failed ones (red) or submit without them.' ); submitBtn.disabled = false; submitBtn.textContent = 'Submit report'; } else { doSubmit(selected.value); } } }); }); }); }); function doSubmit(reason) { submitBtn.textContent = 'Sending…'; var uploadedUrls = imageItems .map(function(it) { return it.uploadedUrl; }) .filter(Boolean); var payload = { reason: reason, message: document.getElementById('reportMessage').value.trim(), post_slug: currentSlug, post_url: window.location.href }; if (uploadedUrls.length) payload.image_urls = uploadedUrls; fetch('/api/post-report', { method: 'POST', headers: { 'Content-Type': 'application/json', 'X-Requested-With': 'XMLHttpRequest' }, body: JSON.stringify(payload) }) .then(function(r) { return r.json(); }) .then(function(data) { if (data && data.ok) { markReported(currentSlug); alreadyReported = true; bodyEl.innerHTML = '✓ Thank you for your report.'; footer.hidden = true; setTimeout(function() { closeModal(); footer.hidden = false; hideSection(); }, 2000); } else { showError((data && data.message) ? data.message : 'Something went wrong. Please try again.'); submitBtn.disabled = false; submitBtn.textContent = 'Submit report'; } }) .catch(function() { showError('Connection failed. Please try again.'); submitBtn.disabled = false; submitBtn.textContent = 'Submit report'; }); } })();

Other posts