:root{color-scheme:light;--ink:#18212a;--muted:#5b6670;--paper:#fff;--wash:#f3f6f8;--accent:#315b78;--line:#d9e0e5}*{box-sizing:border-box}html{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--wash);color:var(--ink)}body{margin:0}.site-header{display:flex;justify-content:space-between;align-items:center;padding:1rem clamp(1rem,5vw,4rem);background:#172a38;color:#fff}.site-header a{color:#fff;text-decoration:none}.brand{font-size:1.25rem;font-weight:800;letter-spacing:.02em}.site-header nav{display:flex;gap:1rem}main{width:min(1100px,calc(100% - 2rem));margin:2rem auto}.hero,.panel{background:var(--paper);border:1px solid var(--line);border-radius:16px;box-shadow:0 8px 24px rgba(20,36,48,.06)}.hero{display:grid;grid-template-columns:1fr minmax(180px,320px);gap:2rem;align-items:center;padding:clamp(1.5rem,5vw,4rem)}.hero img{max-width:100%;max-height:280px;justify-self:center;border-radius:12px}.hero h1,.blog-entry h1{font-size:clamp(2.2rem,7vw,4.8rem);line-height:1;margin:.15em 0}.hero p{font-size:1.12rem;color:var(--muted);max-width:55ch}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-weight:800;color:var(--accent);font-size:.78rem}.panel{padding:clamp(1.25rem,4vw,2.5rem);margin-top:1.5rem}.resource-grid{list-style:none;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.65rem}.resource-grid a{display:block;padding:.85rem 1rem;border:1px solid var(--line);border-radius:10px;color:var(--accent);text-decoration:none;background:#fbfcfd}.resource-grid a:hover,.resource-grid a:focus{border-color:var(--accent);background:#f0f6fa}.blog-callout{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.button{display:inline-block;padding:.8rem 1.1rem;border-radius:10px;background:var(--accent);color:#fff;text-decoration:none;font-weight:700}.byline,.archive-note{color:var(--muted)}.comment{border-top:1px solid var(--line);padding:1rem 0}.comment header{display:flex;justify-content:space-between;gap:1rem}.comment time{color:var(--muted)}footer{text-align:center;color:var(--muted);padding:2rem}@media(max-width:700px){.site-header,.blog-callout{align-items:flex-start;flex-direction:column}.hero{grid-template-columns:1fr}.hero img{order:-1;max-height:180px}.comment header{flex-direction:column;gap:.25rem}}
