* { box-sizing: border-box; }
html { color-scheme: light; }
body { margin: 0 auto; max-width: 760px; padding: 48px 24px 28px; background: #fff; color: #202020; font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.65; overflow-wrap: break-word; }
header { margin-bottom: 56px; }
a { color: inherit; text-underline-offset: 3px; }
a:hover { text-decoration-thickness: 2px; }
a:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; }
.brand { font-weight: bold; text-decoration: none; }
h1 { margin: 0 0 24px; font-size: 36px; line-height: 1.2; }
h2 { margin: 32px 0 10px; font-size: 21px; line-height: 1.35; }
p { margin: 0 0 20px; }
.intro { font-size: 22px; line-height: 1.55; }
address { font-style: normal; }
.date, footer { color: #555; font-size: 15px; }
footer { margin-top: 64px; padding-top: 20px; border-top: 1px solid #ddd; }
nav { display: flex; flex-wrap: wrap; gap: 4px 24px; margin-bottom: 12px; }
nav a { display: inline-flex; align-items: center; min-height: 44px; }
@media (max-width: 480px) { body { padding: 28px 20px 20px; } header { margin-bottom: 40px; } h1 { font-size: 32px; } .intro { font-size: 20px; } }
