.persona-page { max-width: 900px; margin: 0 auto; }
.persona-intro { margin-bottom: 2.5rem; padding: 2.2rem; border-radius: 16px; }
.persona-page--professional .persona-intro { background: #edf2f8; border-left: 4px solid #50739a; }
.persona-page--daily-life .persona-intro { background: #fff0e7; border-left: 4px solid #e89168; }
.persona-eyebrow { letter-spacing: .14em; font-size: .75rem; font-weight: 700; opacity: .65; }
.persona-intro h2 { margin: .5rem 0; font-size: 2rem; }
.persona-intro p { margin-bottom: 0; }
.persona-posts { display: grid; gap: 1rem; }
.persona-post { padding: 1.6rem 1.8rem; background: var(--card-bg, #fff); border: 1px solid #e6e9ee; border-radius: 14px; }
.persona-post__date { font-size: .78rem; letter-spacing: .08em; opacity: .55; }
.persona-post h3 { margin: .45rem 0 .7rem; font-size: 1.35rem; }
.persona-post h3 a { color: inherit; text-decoration: none; }
.persona-post__excerpt { line-height: 1.75; opacity: .75; }
.persona-post__link { font-weight: 700; color: inherit; text-underline-offset: 4px; }
.persona-empty { padding: 2rem; text-align: center; border: 1px dashed #b9c1cd; border-radius: 14px; }
