:root { color-scheme: light; font: 17px/1.65 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #202c29; background: #fff; letter-spacing: 0; }
* { box-sizing: border-box; }
body { margin: 0; }
a { color: #176846; text-underline-offset: 3px; overflow-wrap: anywhere; }
a:hover { color: #10472f; }
a:focus-visible { outline: 3px solid #c05927; outline-offset: 5px; border-radius: 2px; }
.skip { position: absolute; left: 16px; top: -100px; padding: 8px; background: white; }
.skip:focus { top: 8px; }
header, main, footer { max-width: 860px; margin: auto; padding: 28px 32px; }
header { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; justify-content: space-between; border-bottom: 1px solid #dfe5e2; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: #202c29; text-decoration: none; font-size: 24px; font-weight: 700; }
.brand img { width: 44px; height: 44px; border-radius: 8px; }
nav { display: flex; flex-wrap: wrap; gap: 22px; font-size: 15px; }
nav [aria-current="page"] { font-weight: 700; }
main { padding-top: 42px; padding-bottom: 42px; }
h1 { font-size: 32px; line-height: 1.2; margin: 0 0 12px; }
h2 { font-size: 22px; line-height: 1.35; margin: 0 0 12px; }
p { margin: 0 0 16px; }
section { margin-top: 32px; padding-top: 28px; border-top: 1px solid #dfe5e2; }
.meta { color: #56635e; font-size: 15px; }
.contact { font-size: 20px; font-weight: 600; }
ul { padding-left: 24px; }
li { margin-bottom: 10px; }
footer { display: flex; flex-wrap: wrap; gap: 12px 24px; border-top: 1px solid #dfe5e2; font-size: 14px; padding-bottom: 36px; }
@media (max-width: 480px) { header, main, footer { padding-left: 20px; padding-right: 20px; } h1 { font-size: 28px; } .contact { font-size: 18px; } }
@media print { header, footer, .skip { display: none; } main { max-width: none; padding: 0; } a { color: inherit; } }
