* { box-sizing: border-box; }
body { margin: 0; background: #f7f7f4; color: #26251e; font: 16px/1.65 system-ui, sans-serif; }
header, main, footer { width: min(780px, calc(100% - 40px)); margin: auto; }
header { display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; }
header a:first-child { color: #26251e; font-size: 20px; font-weight: 600; text-decoration: none; }
main { padding: 60px 0; }
.eyebrow { color: #617900; font-size: 12px; text-transform: uppercase; }
h1 { font-size: 44px; line-height: 1.15; font-weight: 500; margin: 14px 0 24px; }
.lead { font-size: 20px; color: #69685f; }
section { margin-top: 44px; border-top: 1px solid #d9d8d2; padding-top: 20px; }
h2 { font-size: 23px; font-weight: 500; line-height: 1.3; }
a { color: #536b00; text-underline-offset: 3px; }
a:focus-visible { outline: 2px solid #617900; outline-offset: 4px; }
footer { border-top: 1px solid #d9d8d2; padding: 24px 0 44px; color: #69685f; font-size: 13px; }
@media (max-width: 600px) { main { padding-top: 30px; } h1 { font-size: 34px; } }
