.blog-list{display:grid;gap:1rem;margin:0 auto 3rem;max-width:720px;padding:0 1.5rem 2rem}.blog-card{display:block;padding:1.5rem 1.35rem;border:1px solid var(--border);border-radius:14px;background:var(--surface);text-decoration:none;color:inherit;transition:border-color .2s,background .2s}.blog-card:hover{border-color:var(--green);background:var(--green-light)}.blog-card-date{display:block;font-size:.8rem;letter-spacing:.04em;color:var(--text-muted);margin-bottom:.55rem}.blog-card h2{font-family:Cormorant Garamond,Georgia,serif;font-size:1.55rem;font-weight:400;line-height:1.25;margin:0 0 .55rem;color:var(--text)}.blog-card p{margin:0;font-size:.98rem;color:var(--text-muted);line-height:1.6}.blog-article{max-width:720px;margin:0 auto;padding:2rem 1.5rem 1rem}.blog-article-meta{font-size:.85rem;color:var(--text-muted);margin:0 0 1.5rem}.blog-article-title{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(2rem,4vw,2.75rem);font-weight:300;line-height:1.2;margin:0 0 .75rem;color:var(--text)}.blog-article-excerpt{font-size:1.05rem;color:var(--text-muted);line-height:1.65;margin:0 0 2rem}.blog-md{font-family:DM Sans,system-ui,sans-serif;font-weight:300;line-height:1.75;color:var(--text)}.blog-md h1,.blog-md h2,.blog-md h3{font-family:Cormorant Garamond,Georgia,serif;font-weight:400;line-height:1.25;margin:1.75rem 0 .65rem}.blog-md h1{font-size:2rem}.blog-md h2{font-size:1.55rem}.blog-md h3{font-size:1.25rem}.blog-md p{margin:0 0 1.1rem}.blog-md ol,.blog-md ul{margin:0 0 1.1rem 1.25rem}.blog-md a{color:var(--green)}.blog-md code{font-size:.88em;background:var(--green-light);padding:.1rem .35rem;border-radius:4px}.blog-md pre{background:#1e1e14;color:#f7f4ee;padding:1rem;border-radius:8px;overflow-x:auto;margin:0 0 1.1rem}.blog-md pre code{background:transparent;padding:0;color:inherit}.blog-md blockquote{margin:0 0 1.1rem;padding:.35rem 0 .35rem 1rem;border-left:3px solid var(--green);color:var(--text-muted)}.blog-geo-footer{max-width:720px;margin:2.5rem auto 3rem;padding:1.25rem 1.5rem 0;border-top:1px solid var(--border);font-size:.9rem;line-height:1.65;color:var(--text-muted)}.blog-empty{text-align:center;color:var(--text-muted);padding:2rem 1.5rem 3rem}