/* Blog styles. Reuses the design tokens from home.css (linked first) and adds a
   light header plus long-form article typography. */

.bnav { border-bottom: 1px solid var(--rule); background: var(--white); }
.bnav .wide { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.bnav .brand { font-size: 22px; font-weight: 600; letter-spacing: -0.02em; text-decoration: none; color: var(--ink); }
.bnav .links { display: flex; gap: 28px; align-items: center; }
.bnav .links a { color: var(--soft); text-decoration: none; font-size: 15px; font-weight: 500; }
.bnav .links a:hover { color: var(--ink); }
.bnav .links .pill { border: 1px solid var(--rule); padding: 9px 18px; border-radius: 999px; color: var(--ink); }
.bnav .links .pill:hover { background: var(--bg-2); }

.crumb { font-size: 13.5px; color: var(--faint); padding: 26px 0 0; }
.crumb a { color: var(--soft); text-decoration: none; }
.crumb a:hover { color: var(--ink); }

.post { max-width: 720px; margin: 0 auto; padding: 0 24px 80px; }
.post-head { padding: 26px 0 0; }
.post-kicker { font-size: 13px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--sage); margin: 0 0 16px; }
.post h1 { font-size: clamp(30px, 4.6vw, 46px); line-height: 1.08; letter-spacing: -0.02em; margin: 0 0 18px; color: var(--ink); }
.post-meta { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; font-size: 14px; color: var(--faint); margin: 0 0 30px; }
.post-meta time { color: var(--soft); }

figure { margin: 0 0 38px; }
figure img { width: 100%; border-radius: 16px; display: block; background: var(--mist); aspect-ratio: 16/9; object-fit: cover; }
figcaption { font-size: 12.5px; color: var(--faint); margin-top: 10px; }
figcaption a { color: var(--soft); }

/* Quick Answer: the 40 to 60 word direct answer an answer engine lifts into an
   AI overview. Sits above the article body, visually distinct. */
.quick-answer { background: var(--bg-2); border-left: 3px solid var(--fern); border-radius: 0 12px 12px 0; padding: 18px 22px; margin: 0 0 36px; }
.quick-answer .qa-label { display: block; font-size: 12px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--fern); margin: 0 0 8px; }
.quick-answer p { font-size: 17.5px; line-height: 1.6; color: var(--ink); margin: 0; }

.post-body { font-size: 18px; line-height: 1.72; color: #2a3830; }
.post-body > p:first-of-type { font-size: 20px; color: var(--ink); }
.post-body h2 { font-size: 26px; line-height: 1.18; letter-spacing: -0.015em; margin: 46px 0 14px; color: var(--ink); }
.post-body h3 { font-size: 20px; margin: 32px 0 10px; color: var(--ink); }
.post-body p { margin: 0 0 22px; }
.post-body ul { margin: 0 0 24px; padding-left: 0; list-style: none; }
.post-body ul li { position: relative; padding-left: 24px; margin: 0 0 12px; }
.post-body ul li::before { content: ""; position: absolute; left: 4px; top: 12px; width: 7px; height: 7px; border-radius: 999px; background: var(--sage); }
.post-body a { color: var(--fern); text-decoration: underline; text-underline-offset: 2px; text-decoration-thickness: 1px; }
.post-body a:hover { color: var(--fern-d); }
.post-body blockquote { margin: 30px 0; padding: 4px 0 4px 22px; border-left: 3px solid var(--sage); color: var(--soft); }
.post-body strong { color: var(--ink); font-weight: 600; }
.post-body h2 a, .post-body h3 a { text-decoration: none; }

.faq { margin-top: 52px; border-top: 1px solid var(--rule); padding-top: 36px; }
.faq h2 { font-size: 24px; margin: 0 0 8px; color: var(--ink); }
.faq details { border-bottom: 1px solid var(--rule); }
.faq summary { list-style: none; cursor: pointer; padding: 20px 0; font-size: 17px; font-weight: 500; color: var(--ink); display: flex; justify-content: space-between; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq .a { padding: 0 0 22px; color: var(--soft); font-size: 16.5px; max-width: 60ch; }

.post-foot { margin-top: 52px; border-top: 1px solid var(--rule); padding-top: 28px; }
.post-foot p { color: var(--soft); font-size: 16.5px; margin: 0 0 10px; }

.related { margin-top: 48px; }
.related h2 { font-size: 18px; color: var(--ink); margin: 0 0 18px; }
.related .grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.related a { display: block; text-decoration: none; color: inherit; border: 1px solid var(--rule); border-radius: 14px; padding: 18px 20px; transition: border-color 0.2s ease; }
.related a:hover { border-color: var(--sage); }
.related a h3 { font-size: 16px; margin: 0 0 6px; color: var(--ink); line-height: 1.3; }
.related a span { font-size: 13.5px; color: var(--faint); }
@media (max-width: 620px) { .related .grid { grid-template-columns: 1fr; } }

/* Blog index */
.blog-head { max-width: 720px; margin: 0 auto; padding: 48px 24px 24px; }
.blog-head h1 { font-size: clamp(32px, 5vw, 48px); letter-spacing: -0.02em; margin: 0 0 14px; color: var(--ink); }
.blog-head p { font-size: 18.5px; color: var(--soft); margin: 0; max-width: 54ch; }
.post-list { max-width: 720px; margin: 0 auto; padding: 20px 24px 90px; }
.post-list article { border-top: 1px solid var(--rule); padding: 30px 0; }
.post-list a { text-decoration: none; color: inherit; display: grid; grid-template-columns: 180px 1fr; gap: 24px; align-items: start; }
.post-list a:hover h2 { color: var(--fern); }
.post-list .thumb { width: 180px; aspect-ratio: 16/11; border-radius: 12px; object-fit: cover; background: var(--mist); }
.post-list h2 { font-size: 22px; line-height: 1.2; letter-spacing: -0.015em; margin: 0 0 8px; color: var(--ink); }
.post-list .ex { color: var(--soft); font-size: 16px; margin: 0 0 10px; }
.post-list .pm { font-size: 13px; color: var(--faint); }
@media (max-width: 620px) { .post-list a { grid-template-columns: 1fr; } .post-list .thumb { width: 100%; } }
