.status-note { margin: 0 0 18px; color: var(--muted); font-size: .9rem; font-weight: 700; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.status-note strong { color: var(--fg); }
.profile-intro .portrait img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.profile-intro .portrait img.is-missing { display: none; }
.blog-header { max-width: 800px; }
.blog-search { display: flex; gap: 10px; max-width: 620px; margin-top: 34px; }
.blog-search input { flex: 1; min-width: 0; min-height: 48px; padding: 0 15px; border: 1px solid var(--line); border-radius: 0; color: var(--fg); background: transparent; font: inherit; }
.blog-search input:focus { outline: 1px solid var(--fg); outline-offset: 2px; }
.blog-search button { min-width: auto; }
.blog-list { margin-top: 58px; border-top: 1px solid var(--line); }
.post-preview { display: grid; grid-template-columns: 125px minmax(0, 1fr) auto; gap: 22px; align-items: start; padding: 28px 0; border-bottom: 1px solid var(--line); }
.post-meta { color: var(--muted); font-size: .8rem; font-weight: 750; }
.post-preview h2 { max-width: none; margin: 0; font-size: clamp(1.4rem, 3vw, 2rem); line-height: 1.05; }
.post-preview h2 a { text-decoration: none; }
.post-preview p { max-width: 670px; margin: 8px 0 0; color: var(--muted); }
.post-arrow { color: var(--muted); font-size: 1.2rem; text-decoration: none; }
.empty-state { margin-top: 45px; padding: 35px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); }
.article { max-width: 790px; }
.article .article-kicker { margin: 0 0 12px; color: var(--muted); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.article h1 { margin: 0; font-size: clamp(2.5rem, 6vw, 5rem); line-height: .98; letter-spacing: -.07em; }
.article-date { margin: 19px 0 0; color: var(--muted); font-size: .88rem; }
.article-body { margin-top: 52px; font-size: 1.08rem; line-height: 1.75; }
.article-body h1, .article-body h2, .article-body h3 { margin: 1.7em 0 .55em; font-size: 1.45em; line-height: 1.1; letter-spacing: -.04em; }
.article-body p, .article-body ul { margin: 0 0 1.2em; }
.article-body a { text-decoration-thickness: 1px; text-underline-offset: 3px; }
.article-body li { margin-bottom: .35em; }
.article-back { display: inline-flex; margin-top: 42px; color: var(--muted); font-size: .9rem; font-weight: 800; text-decoration: none; }
@media (max-width: 620px) {
  .blog-search { display: grid; }
  .post-preview { grid-template-columns: 1fr auto; gap: 10px; }
  .post-preview .post-meta { grid-column: 1 / -1; }
}
