/* Blog-only styles that layer on top of ../styles.css */
.blog-hero{padding-top:5rem;padding-bottom:2.25rem}
.blog-hero .section-title{max-width:22ch}
.blog-hero .section-lede{max-width:60ch;margin-top:1rem}

.post-list{display:grid;gap:1.25rem}
.post-empty{color:var(--slate);font-size:.95rem;text-align:center;padding:2rem 0}

.post-card{background:#fff;border-radius:var(--radius);padding:1.75rem 1.75rem 1.5rem;box-shadow:var(--shadow-1);display:grid;grid-template-columns:110px 1fr;gap:1.5rem;align-items:start;text-decoration:none;color:inherit;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;border:1px solid transparent}
.post-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-2);border-color:var(--teal)}
.post-date{font-family:var(--sans);font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:var(--teal-ink)}
.post-date .post-day{display:block;font-family:var(--serif);font-size:2rem;line-height:1;color:var(--ink);font-weight:600;letter-spacing:normal;text-transform:none;margin-top:.2rem}
.post-body h2{font-family:var(--serif);font-size:1.55rem;line-height:1.2;color:var(--ink);margin:0 0 .4rem;font-weight:600}
.post-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin:0 0 .6rem}
.post-tag{font-family:var(--sans);font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--teal-ink);background:var(--bg-alt);padding:.25rem .6rem;border-radius:999px}
.post-excerpt{color:var(--ink-2);font-size:1rem;line-height:1.55;margin:0}
.post-more{display:inline-flex;margin-top:.9rem;font-family:var(--sans);font-size:.9rem;color:var(--teal-ink);font-weight:500;text-decoration:none}
.post-more:hover{color:var(--ink)}
@media (max-width:720px){.post-card{grid-template-columns:1fr;gap:.6rem;padding:1.35rem}.post-date .post-day{font-size:1.5rem;display:inline;margin:0 .35rem}}

/* Single post article */
.post-article{padding-top:5rem;padding-bottom:3.5rem}
.post-article .wrap{max-width:720px}
.post-article header{margin-bottom:2.25rem}
.post-article h1{font-family:var(--serif);font-size:clamp(2rem,4.4vw,3rem);line-height:1.12;color:var(--ink);font-weight:600;letter-spacing:-.005em;margin:.4rem 0 .8rem}
.post-meta{font-family:var(--sans);font-size:.85rem;color:var(--slate);display:flex;flex-wrap:wrap;gap:.6rem;align-items:center}
.post-meta::before{content:"";display:inline-block;width:1.75rem;height:1px;background:var(--teal-deep);margin-right:.4rem}
.post-content{color:var(--ink);font-size:1.08rem;line-height:1.75}
.post-content h2{font-family:var(--serif);font-size:1.55rem;font-weight:600;color:var(--ink);margin:2.25rem 0 .8rem;line-height:1.25}
.post-content h3{font-family:var(--serif);font-size:1.2rem;font-weight:600;color:var(--ink);margin:1.75rem 0 .6rem}
.post-content p{margin:0 0 1.15rem}
.post-content ul,.post-content ol{margin:0 0 1.25rem 1.25rem;padding:0;color:var(--ink-2)}
.post-content li{margin:.35rem 0;line-height:1.65}
.post-content strong{color:var(--ink);font-weight:600}
.post-content a{color:var(--teal-ink);text-decoration:underline;text-decoration-color:rgba(127,176,182,.55);text-underline-offset:3px}
.post-content a:hover{text-decoration-color:var(--teal-deep)}
.post-content blockquote{border-left:3px solid var(--teal-deep);margin:1.5rem 0;padding:.4rem 0 .4rem 1.25rem;color:var(--ink-2);font-style:italic}
.post-footer-cta{margin-top:3rem;padding:2rem;background:linear-gradient(180deg,#fff,#f2efe9);border-radius:var(--radius);text-align:center;box-shadow:var(--shadow-1)}
.post-footer-cta h3{font-family:var(--serif);font-size:1.55rem;font-weight:600;color:var(--ink);margin:0 0 .5rem}
.post-footer-cta p{color:var(--ink-2);margin:0 0 1.2rem}
.post-footer-cta .cta-row{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}
.back-to-journal{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--sans);font-size:.9rem;color:var(--teal-ink);text-decoration:none;font-weight:500}
.back-to-journal:hover{color:var(--ink)}
