 
        
        
      
    
    Grief Rituals:
Free Guide & Monthly Support
When your beloved animal companion dies, everything changes:
The silence in your home.
The absence in your routines.
The mornings you wake up thinking they'll still be there.
Grief after pet loss is real, and it deserves space. Not to be fixed. But to be felt.
This free ritual guide is a small, heartfelt offering to help you:
- Create intentional moments to honor your grief 
- Feel connected to your beloved companion in new ways 
- Tend to your pain with care, compassion, and creativity 
You'll also receive monthly emails with reflections, short grounding practices, and real, heart-centered stories to support you through the layers of animal-related grief.
Whether you’re in the early waves of loss or feeling the ache years later, these rituals can help you pause, breathe, and remember.
Enter your email below & receive the guide straight to your inbox. Take it at your own pace. Come back to it whenever you need.
<script>
document.addEventListener('DOMContentLoaded', function() {
  const downloadButton = document.getElementById('downloadButton');
  // Poll for the Flodesk thank-you message inside the iframe
  const checkInterval = setInterval(function() {
    const thankYou = document.querySelector('.flodesk-form-success-message'); // Flodesk's thank-you class
    if(thankYou){
      clearInterval(checkInterval);
      downloadButton.style.display = 'inline-block';
      // Fire Lead event for Meta Pixel
      if(typeof fbq !== 'undefined'){
        fbq('track','Lead');
      }
    }
  }, 300); // check every 300ms
});
</script>