<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Three Books That Changed My Postpartum</title>
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;1,400&family=Lato:wght@300;400;700&display=swap" rel="stylesheet">
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
background: #F5EFE6;
font-family: 'Lato', sans-serif;
color: #4A4A45;
}
.post-wrap {
max-width: 680px;
margin: 0 auto;
padding: 3.5rem 2rem 5rem;
}
.category-pill {
display: inline-block;
background: #8A9E7C;
color: #F5EFE6;
font-size: 11px;
font-weight: 700;
letter-spacing: 0.12em;
text-transform: uppercase;
padding: 5px 14px;
border-radius: 20px;
margin-bottom: 1.2rem;
}
.post-title {
font-family: 'Playfair Display', serif;
font-size: 34px;
font-weight: 400;
line-height: 1.25;
color: #4A4A45;
margin-bottom: 0.75rem;
max-width: 560px;
}
.post-subtitle {
font-size: 15px;
color: #B5A898;
font-weight: 300;
font-style: italic;
font-family: 'Playfair Display', serif;
line-height: 1.6;
margin-bottom: 2rem;
}
.divider {
width: 48px;
height: 2px;
background: #C4816A;
margin-bottom: 2rem;
border-radius: 2px;
}
.intro-text {
font-size: 15.5px;
line-height: 1.9;
color: #4A4A45;
margin-bottom: 2.75rem;
font-weight: 300;
}
.intro-text em {
font-family: 'Playfair Display', serif;
font-style: italic;
color: #C4816A;
}
.book-card {
background: #ffffff;
border: 0.5px solid #B5A898;
border-radius: 12px;
overflow: hidden;
margin-bottom: 2rem;
}
.book-header {
display: flex;
align-items: stretch;
border-bottom: 0.5px solid #EDE0D4;
}
.book-spine {
width: 8px;
flex-shrink: 0;
}
.book-meta {
padding: 1.25rem 1.5rem;
flex: 1;
}
.book-number {
font-size: 11px;
font-weight: 700;
letter-spacing: 0.12em;
text-transform: uppercase;
color: #B5A898;
margin-bottom: 0.35rem;
}
.book-title {
font-family: 'Playfair Display', serif;
font-size: 20px;
font-weight: 500;
color: #4A4A45;
line-height: 1.3;
margin-bottom: 0.25rem;
}
.book-author {
font-size: 13px;
color: #B5A898;
font-style: italic;
font-family: 'Playfair Display', serif;
}
.book-body {
padding: 1.4rem 1.5rem;
font-size: 15px;
line-height: 1.85;
color: #4A4A45;
font-weight: 300;
}
.book-body p {
margin-bottom: 1rem;
}
.book-body p:last-child {
margin-bottom: 0;
}
.book-body strong {
font-weight: 700;
color: #4A4A45;
}
.pull-quote {
background: #EDE0D4;
border-left: 3px solid #C4816A;
border-radius: 0 6px 6px 0;
margin: 1rem 0;
padding: 0.9rem 1.2rem;
font-family: 'Playfair Display', serif;
font-size: 15px;
font-style: italic;
color: #4A4A45;
line-height: 1.65;
}
.closing-block {
background: #EDE0D4;
border-radius: 12px;
padding: 2rem;
margin-top: 0.5rem;
}
.closing-block p {
font-size: 15.5px;
line-height: 1.9;
font-weight: 300;
color: #4A4A45;
margin-bottom: 1.1rem;
}
.closing-block p:last-child {
margin-bottom: 0;
}
.closing-block em {
font-family: 'Playfair Display', serif;
font-style: italic;
color: #C4816A;
}
.tag-row {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-top: 2rem;
}
.tag {
background: transparent;
border: 0.5px solid #B5A898;
color: #B5A898;
font-size: 11px;
letter-spacing: 0.08em;
text-transform: uppercase;
padding: 5px 13px;
border-radius: 20px;
font-weight: 400;
}
</style>
</head>
<body>
<div class="post-wrap">
<span class="category-pill">Books + Motherhood</span>
<h1 class="post-title">Three Books That Changed My Postpartum as a First-Time Mom</h1>
<p class="post-subtitle">The ones I wish someone had handed me in the hospital.</p>
<div class="divider"></div>
<p class="intro-text">
Nobody tells you that the hardest part of new motherhood isn't the sleepless nights or the feeding challenges — it's the quiet, relentless pressure to be <em>enough</em>. To figure it all out. To feel okay when you don't. In the fog of my first postpartum season, three books found me at exactly the right moment, and I genuinely believe they shaped the mother I became. If you're in that tender, disorienting early stretch, I hope one of these finds you too.
</p>
<!-- Book 1 -->
<div class="book-card">
<div class="book-header">
<div class="book-spine" style="background:#C4816A;"></div>
<div class="book-meta">
<p class="book-number">Book 01</p>
<p class="book-title">The Supermom Myth</p>
<p class="book-author">by Becky Kopitzke</p>
</div>
</div>
<div class="book-body">
<p>I picked this one up feeling like I was already failing at something I hadn't even had time to learn yet. Kopitzke writes with such warmth and honesty — she doesn't sugarcoat the exhaustion, but she also refuses to let you stay stuck in guilt.</p>
<div class="pull-quote">This book gave me permission to stop performing motherhood and just live it.</div>
<p>The core message — that God never asked you to be a supermom, just a present one — hit me somewhere deep. It was the first time I felt like someone understood the gap between the mother I wanted to be and the woman running on empty at 3am. If perfectionism has a grip on you in this season, <strong>start here.</strong></p>
</div>
</div>
<!-- Book 2 -->
<div class="book-card">
<div class="book-header">
<div class="book-spine" style="background:#8A9E7C;"></div>
<div class="book-meta">
<p class="book-number">Book 02</p>
<p class="book-title">Hard Is Not the Same Thing as Bad</p>
<p class="book-author">by Abbie Halberstadt</p>
</div>
</div>
<div class="book-body">
<p>Oh, this one. I cannot count how many times I came back to the title alone on a hard day. Halberstadt has a gentle but unflinching way of reframing the difficult moments of motherhood — not to minimize them, but to free you from the lie that <strong>hard means wrong.</strong></p>
<div class="pull-quote">Hard is not a sign you're doing it wrong. Hard is just hard — and that's allowed.</div>
<p>For a first-time mom who was constantly second-guessing herself, this book was like a steady hand on the shoulder. It helped me sit in the difficulty without spiraling, and to find meaning and even gratitude in the seasons I most wanted to rush through.</p>
</div>
</div>
<!-- Book 3 -->
<div class="book-card">
<div class="book-header">
<div class="book-spine" style="background:#B5A898;"></div>
<div class="book-meta">
<p class="book-number">Book 03</p>
<p class="book-title">Mother Hunger</p>
<p class="book-author">by Kelly McDaniel</p>
