/* Article layout; site navigation, themes and forms remain in the shared styles. */
.blog-page { --blog-accent: #62d8bd; --blog-line: rgba(145, 165, 185, .22); }
.ps-light .blog-page { --blog-accent: #087765; --blog-line: rgba(35, 60, 80, .18); }
.blog-page .post-container { width: min(760px, calc(100% - 48px)); margin: 0 auto; padding: 128px 0 72px; }
.blog-page .post-breadcrumbs { margin: 0 0 32px; font-size: .875rem; }
.blog-page .post-breadcrumbs ol { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 8px; }
.blog-page .post-breadcrumbs a, .blog-page .post-meta a { color: var(--color-text-secondary); text-decoration: underline; text-underline-offset: 4px; }
.blog-page .post-header { padding-bottom: 28px; margin-bottom: 30px; border-bottom: 1px solid var(--blog-line); }
.blog-page .post-title { color: var(--color-text-primary); font-size: clamp(2.1rem, 4.3vw, 3rem); font-weight: 650; line-height: 1.16; letter-spacing: -.035em; margin: 0 0 24px; }
.blog-page .post-meta { color: var(--color-text-secondary); font-size: .875rem; line-height: 1.7; margin: 0; }
.blog-page .post-meta + .post-meta { margin-top: 5px; }
.blog-page .post-content { color: var(--color-text-secondary); font-size: 1.125rem; line-height: 1.85; overflow-wrap: anywhere; }
.blog-page .post-content > p:first-child { font-size: 1.22rem; line-height: 1.75; color: var(--color-text-primary); }
.blog-page .post-content p { margin: 0 0 24px; }
.blog-page .post-content h2 { color: var(--color-text-primary); font-size: clamp(1.5rem, 3vw, 1.9rem); font-weight: 600; letter-spacing: -.025em; line-height: 1.3; margin: 48px 0 18px; }
.blog-page .post-content h3 { color: var(--color-text-primary); font-size: 1.3rem; line-height: 1.4; margin: 32px 0 16px; }
.blog-page .post-content a { color: var(--blog-accent); text-decoration: underline; text-underline-offset: 4px; text-decoration-thickness: 1px; }
.blog-page .post-content a:hover { text-decoration-thickness: 2px; }
.blog-page .post-content strong { color: var(--color-text-primary); }
.blog-page .post-content ul, .blog-page .post-content ol { padding-left: 1.5em; margin: 0 0 28px; }
.blog-page .post-content li { padding-left: .25em; margin-bottom: 12px; }
.blog-page .post-content code { font-size: .9em; overflow-wrap: anywhere; }
.blog-page .post-figure { margin: 32px 0; }
.blog-page .post-figure img { display: block; width: 100%; height: auto; border: 1px solid var(--blog-line); border-radius: 12px; }
.blog-page .post-figure figcaption { font-size: .875rem; line-height: 1.65; color: var(--color-text-secondary); margin-top: 12px; }
.blog-page .related-reading, .blog-page .post-sources { border-top: 1px solid var(--blog-line); padding-top: 30px; margin-top: 40px; }
.blog-page .related-reading h2, .blog-page .post-sources h2 { margin-top: 0; font-size: 1.4rem; }
.blog-page .post-sources { font-size: 1rem; }
.blog-page .post-sources li { margin-bottom: 10px; }
.blog-page .post-launch { width: min(760px, calc(100% - 48px)); margin: 0 auto 72px; border-top: 1px solid var(--blog-line); padding-top: 32px; }
.blog-page .post-launch h2 { font-size: 1.7rem; line-height: 1.3; margin-bottom: 16px; }
.blog-page .post-launch p { color: var(--color-text-secondary); font-size: 1rem; line-height: 1.8; margin-bottom: 22px; max-width: 64ch; }
.blog-page .post-launch .btn-primary { box-shadow: none; }
.blog-page .story-signup { margin-top: 0; }
.blog-page .blog-skip { position: fixed; top: -100px; left: 16px; z-index: 10000; padding: 12px 20px; background: var(--color-bg-primary); color: var(--color-text-primary); }
.blog-page .blog-skip:focus { top: 12px; }
.blog-page :focus-visible { outline: 2px solid var(--blog-accent); outline-offset: 5px; }
.blog-page main [id] { scroll-margin-top: 100px; }
.blog-page .theme-toggle-pill { position: relative; inset: auto; width: max-content; margin: 16px auto 28px; }
@media (max-width: 700px) {
 .blog-page .post-container { width: calc(100% - 40px); padding-top: 104px; padding-bottom: 48px; }
 .blog-page .post-breadcrumbs { margin-bottom: 24px; }
 .blog-page .post-title { font-size: clamp(2rem, 8vw, 2.6rem); }
 .blog-page .post-content { font-size: 1.0625rem; line-height: 1.8; }
 .blog-page .post-content > p:first-child { font-size: 1.125rem; }
 .blog-page .post-content h2 { margin-top: 36px; }
 .blog-page .post-launch { width: calc(100% - 40px); margin-bottom: 48px; }
}
