/* Base header layout required by the shared responsive navigation. */
header{display:flex;align-items:center;justify-content:space-between;gap:28px;min-height:92px;padding:10px max(28px,calc((100vw - 1180px)/2));border-bottom:1px solid var(--line);background:var(--paper)}
header nav{display:flex;align-items:center;gap:25px}
header nav>a{color:var(--ink);font-size:12px;font-weight:700;text-decoration:none;white-space:nowrap}
header nav>a:hover,header nav>a:focus-visible{color:#62852e}
@media(max-width:800px){header{min-height:76px;padding:8px 18px}}
.related-posts{margin-top:60px}.related-posts>.eyebrow{grid-column:1/-1}.related-posts .related{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-top:18px}
@media(max-width:800px){.related-posts .related{grid-template-columns:1fr}}
