:root { font-family: Inter, ui-sans-serif, system-ui, sans-serif; color: #173325; background: #f7edcf; }
* { box-sizing: border-box; }
body { margin: 0; }
header, main, footer { width: min(760px, calc(100% - 32px)); margin-inline: auto; }
header { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 24px 0; border-bottom: 2px solid #9a8a62; }
header a { color: inherit; font-weight: 800; }
main { padding: 48px 0; }
h1, h2 { font-family: Georgia, serif; line-height: 1.05; }
h1 { font-size: clamp(2.4rem, 8vw, 4.4rem); margin: 0 0 24px; }
h2 { margin-top: 36px; }
p, li { line-height: 1.75; }
.callout { padding: 18px; border-left: 5px solid #a33a26; background: #fff8e5; }
footer { display: flex; flex-wrap: wrap; gap: 18px; padding: 24px 0 40px; border-top: 2px solid #9a8a62; }
a:focus-visible { outline: 3px solid #e7ad24; outline-offset: 4px; }
