:root { color-scheme: light; font-family: system-ui, sans-serif; color: #123f31; background: #f7f1e4; }
* { box-sizing: border-box; }
body { margin: 0; }
header, main, footer { width: min(860px, calc(100% - 40px)); margin: auto; }
header { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; border-bottom: 1px solid #123f3126; gap: 24px; }
header img { display: block; object-fit: contain; }
a { color: inherit; text-underline-offset: 5px; }
a:focus-visible { outline: 3px solid #2c7651; outline-offset: 6px; }
main { padding: 56px 0; }
.eyebrow { font-size: .72rem; letter-spacing: .13em; font-weight: 700; }
h1 { font: 700 clamp(2.3rem, 6vw, 3.6rem)/1.08 Georgia, serif; margin: 18px 0 36px; }
h2 { font: 700 1.4rem/1.3 Georgia, serif; margin: 0 0 12px; }
section { margin-top: 32px; }
p { line-height: 1.8; color: #354b40; white-space: pre-line; overflow-wrap: anywhere; }
aside { padding: 24px; border: 1px solid #123f3126; border-radius: 18px; background: #fffdf8; line-height: 1.7; }
aside p { margin: 6px 0; }
nav { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 48px; font-size: .85rem; }
footer { padding: 24px 0; border-top: 1px solid #123f3126; font-size: .8rem; }
@media print { header, nav { display: none; } main { width: 100%; padding: 0; } body { background: white; } }
