"BIFF: Quick Responses to High-Conflict People" by Bill Eddy

Techniques for communicating effectively with high-conflict individuals, useful in divorce situations.

"The High-Conflict Custody Battle" by Amy J.L. Baker, J. Michael Bone, and Brian Ludmer

Strategies for protecting yourself and your children in contentious custody disputes.

"Co-parenting with a Toxic Ex" by Amy J.L. Baker and Paul R. Fine

Strategies for protecting children from the negative effects of a difficult ex-spouse while maintaining a healthy co-parenting relationship.

"Divorce Poison" by Dr. Richard A. Warshak

Focuses on preventing and overcoming parental alienation, a common issue in high-conflict divorces.

"The Co-Parenting Handbook" by Karen Bonnell

Practical tools for navigating the challenges of co-parenting after separation or divorce.

"Mindful Co-Parenting" by Jeremy S. Gaies and James B. Morris Jr.

Combines mindfulness techniques with practical co-parenting advice.
document.addEventListener('DOMContentLoaded', () => { const observer = new IntersectionObserver( entries => entries.forEach(e => { if (e.isIntersecting) { e.target.classList.add('cb-visible'); observer.unobserve(e.target); } }), { threshold: 0.25 } ); document.querySelectorAll('.cb-card').forEach(c => observer.observe(c)); });