/* Blog post page styles */
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Quicksand',sans-serif;background:#FAF8F5;color:#1C2421;line-height:1.8;font-size:15px}
.wrap{max-width:720px;margin:0 auto;padding:48px 24px 80px}
.eyebrow{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.14em;color:#3D6B5E;margin-bottom:10px}
h1{font-family:'Quicksand',sans-serif;font-size:1.8rem;font-weight:600;line-height:1.25;color:#1C2421;margin-bottom:14px}
h2{font-family:'Quicksand',sans-serif;font-size:1.15rem;font-weight:600;color:#1C2421;margin:32px 0 10px;padding-bottom:6px;border-bottom:1px solid #E8E3DC}
h3{font-size:.95rem;font-weight:600;color:#3D6B5E;margin:18px 0 6px}
p{margin-bottom:14px;color:#3a4440;line-height:1.8}
strong{color:#1C2421}
.cta-box{background:#1C2421;color:#FAF8F5;padding:32px;border-radius:14px;text-align:center;margin:40px 0}
.cta-box h2{color:#FAF8F5;margin:0 0 8px;border:none;padding:0;font-weight:400;font-size:1.3rem}
.cta-box p{color:rgba(250,248,245,.5);margin-bottom:18px;font-size:.86rem}
.cta-btn{display:inline-block;background:#C4704B;color:#FAF8F5;padding:14px 32px;border-radius:6px;text-decoration:none;font-weight:700;font-size:.92rem}
.email-box{background:#F2EDE7;border-radius:12px;padding:24px;margin:32px 0;text-align:center}
.email-box input{padding:11px 16px;border:1.5px solid #D8D2CA;border-radius:6px;font-family:'Quicksand',sans-serif;font-size:.88rem;width:60%;max-width:280px;margin-right:8px;outline:none}
.email-box button{background:#3D6B5E;color:#FAF8F5;padding:11px 20px;border:none;border-radius:6px;font-family:'Quicksand',sans-serif;font-size:.84rem;font-weight:600;cursor:pointer}
.breadcrumb{font-size:.78rem;color:#5A6460;margin-bottom:24px}
.breadcrumb a{color:#3D6B5E;text-decoration:none}