:root { color-scheme: light; font: -apple-system-body; color: #292e30; background: #f3f0ea; --green: #345e4b; }
* { box-sizing: border-box; }
body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1rem; line-height: 1.7; }
a { color: var(--green); text-underline-offset: .2em; overflow-wrap: anywhere; }
a:hover { text-decoration-thickness: 2px; }
a:focus-visible { outline: 3px solid #4679b7; outline-offset: 5px; border-radius: 4px; }
header { max-width: 1080px; margin: 0 auto; padding: 32px 40px; display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
.brand { display: flex; gap: 13px; align-items: center; font-family: Georgia, serif; font-size: 28px; font-weight: 700; color: #292e30; text-decoration: none; line-height: 1.15; }
.brand img { border-radius: 12px; box-shadow: 0 2px 8px #43321d19; }
.brand small { display: block; font: 12px/1.6 -apple-system, sans-serif; color: #636860; font-weight: 400; }
nav { display: flex; gap: 8px; flex-wrap: wrap; }
nav a { display: inline-flex; align-items: center; min-height: 44px; padding: 8px 15px; border-radius: 100px; font-size: 15px; text-decoration: none; }
nav a[aria-current="page"] { background: #e1e9df; color: #294e3c; font-weight: 600; }
main { width: calc(100% - 64px); max-width: 900px; margin: 8px auto 28px; padding: 46px 68px 62px; background: #fffdf9; border: 1px solid #dfdbd1; border-radius: 8px 18px 18px 8px; box-shadow: 0 14px 45px #42372709, 4px 4px 0 #e7e1d6; }
article { overflow-wrap: break-word; }
h1,h2 { font-family: Georgia, "Times New Roman", serif; color: #2c332d; line-height: 1.2; text-wrap: balance; }
h1 { font-size: 2.25rem; letter-spacing: -.035em; margin: 18px 0 22px; }
h2 { font-size: 1.5rem; margin-top: 44px; margin-bottom: 14px; }
h3 { font-size: 18px; margin: 28px 0 10px; }
p,ul,ol { margin: 0 0 18px; }
li { padding-left: 3px; margin: 7px 0; }
strong { color: #263b2f; }
blockquote { margin: 22px 0; padding: 16px 20px; background: #eef2e9; border-left: 3px solid #6e9177; border-radius: 0 10px 10px 0; }
blockquote p:last-child { margin: 0; }
hr { border: 0; border-top: 1px solid #e3dfd6; margin: 32px 0; }
.draft { display: inline-block; margin: 0; padding: 4px 11px; border-radius: 6px; background: #f4ead7; color: #775322; font-size: 12px; font-weight: 600; letter-spacing: .015em; }
footer { max-width: 940px; margin: 0 auto 36px; padding: 0 36px; display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; color: #636860; font-size: 13px; }
footer a { display: inline-flex; align-items: center; min-height: 44px; }
.skip { position: absolute; top: -100px; }
.skip:focus { top: 8px; left: 10px; padding: 10px; background: white; z-index: 1; }
@media (max-width: 600px) { header { padding: 22px 24px 14px; gap: 18px; } nav { width: 100%; gap: 0; } nav a { padding-inline: 12px; } main { width: calc(100% - 28px); padding: 26px 23px 38px; } h1 { font-size: 1.9rem; } h2 { font-size: 1.4rem; } footer { padding-inline: 25px; } }
@media print { body { background: white; } header,footer,.skip { display: none; } main { width: 100%; max-width: none; margin: 0; padding: 0; border: 0; box-shadow: none; } h2,h3 { break-after: avoid; } }
