:root { color-scheme: light; font-family: system-ui, sans-serif; color: #25372f; background: #f7f6f0; }
* { box-sizing: border-box; }
body { margin: 0; line-height: 1.6; }
a { color: #28533b; text-underline-offset: .2em; }
a:focus-visible, button:focus-visible { outline: 3px solid #bd6b24; outline-offset: 4px; }
.site-header { padding: 1.5rem max(1.25rem, calc((100% - 70rem) / 2)); border-bottom: 1px solid #dedfd4; background: #fff; }
.brand { display: inline-block; font-weight: 750; font-size: 1.5rem; line-height: 1.1; text-decoration: none; }
.brand span { display: block; margin-top: .5rem; font-size: .75rem; font-weight: 450; letter-spacing: .08em; text-transform: uppercase; }
main { max-width: 48rem; margin: 5rem auto; padding: 0 1.25rem; }
.card { padding: clamp(1.5rem, 5vw, 3.5rem); background: #fff; border: 1px solid #dedfd4; border-radius: 1rem; }
.eyebrow { font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 650; }
h1 { font-family: Georgia, serif; font-size: clamp(2rem, 5vw, 3.25rem); font-weight: 450; line-height: 1.15; margin: 1rem 0; }
p { max-width: 38rem; }
.button, button { display: inline-block; border: 0; border-radius: .35rem; padding: .8rem 1.4rem; background: #28533b; color: #fff; font: inherit; font-weight: 650; text-decoration: none; cursor: pointer; }
.notice { padding: 1rem; background: #eef3e9; border-left: 3px solid #4c7041; }
.caption, footer { color: #5c665e; font-size: .9rem; }
footer { text-align: center; padding: 1.5rem; }
.skip-link { position: absolute; left: 1rem; top: -5rem; padding: .5rem; background: #fff; z-index: 1; }
.skip-link:focus { top: .5rem; }
