/* Static migration additions; loaded after preserved theme styles. */
:root{--static-navy:#0a2638;--static-teal:#2d6f73;--static-gold:#c89d5b;--static-cream:#f7f4ee}
html{scroll-behavior:smooth}html,body{max-width:100%;overflow-x:hidden}
body{margin:0;color:#17323d;background:#fff;font-family:Montserrat,Arial,sans-serif;line-height:1.7}
img{max-width:100%;height:auto}.site-main{min-height:62vh}.article-shell{max-width:900px;padding-top:4.5rem;padding-bottom:5rem}
.article-header{border-bottom:1px solid #d9e1e2;margin-bottom:2rem;padding-bottom:1.5rem}.article-header h1{font-size:clamp(2.2rem,5vw,4.2rem);line-height:1.08;margin:.35rem 0 1rem}
.post-meta{color:#5b6f75;font-size:.95rem}.article-content{font-size:1.05rem}.article-content h2{font-size:clamp(1.65rem,3vw,2.25rem);margin-top:2.5rem}.article-content h3{margin-top:2rem}
.article-content a{text-decoration:underline;text-underline-offset:3px}.article-content img{border-radius:18px;margin:1.5rem auto;display:block}
.article-cta{margin-top:3.5rem;padding:2.2rem;border-radius:20px;background:var(--static-navy);color:#fff}.article-cta h2{color:#fff;margin-top:0}
.latest-posts{background:var(--static-cream)}.post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.4rem}.archive-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.post-card{display:flex;flex-direction:column;background:#fff;border:1px solid #dce4e4;border-radius:18px;padding:1.6rem;box-shadow:0 10px 30px rgba(10,38,56,.06)}.post-card h2{font-size:1.35rem;line-height:1.25;margin:.35rem 0 .7rem}.post-card .text-link{margin-top:auto}
.site-footer{background:var(--static-navy);color:#eef6f5;padding:4rem 0 1.2rem}.site-footer h2,.site-footer a{color:#fff}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:3rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);display:flex;justify-content:space-between;margin-top:2rem;padding-top:1rem;font-size:.9rem}
@media(max-width:980px){.post-grid,.archive-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.post-grid,.archive-grid,.footer-grid{grid-template-columns:1fr}.article-shell{padding-top:2.5rem}.article-cta{padding:1.5rem}.footer-bottom{display:block}.footer-bottom a{display:block;margin-top:.5rem}}
