:root { color-scheme: light; font-family: ui-rounded, "Avenir Next", Avenir, system-ui, sans-serif; color: #233d2c; background: #f6f3e9; }
* { box-sizing: border-box; }
body { max-width: 56rem; margin: 0 auto; padding: clamp(1.5rem, 7vw, 5rem); }
main { padding: clamp(2rem, 8vh, 6rem) 0; }
.eyebrow { font-size: .9rem; font-weight: 700; letter-spacing: .08em; }
h1 { margin: 1.3rem 0; font-size: clamp(3rem, 10vw, 6rem); line-height: .98; letter-spacing: -.055em; max-width: 9ch; }
h2 { font-size: clamp(1.4rem, 4vw, 2rem); line-height: 1.2; }
p { max-width: 43ch; font-size: 1.1rem; line-height: 1.65; }
.intro { font-size: clamp(1.25rem, 3vw, 1.7rem); }
hr { border: 0; border-top: 1px solid #b6c0ae; margin: 3rem 0 2rem; }
a { color: #294f32; text-underline-offset: .25em; font-weight: 700; }
a:hover { color: #744323; }
a:focus-visible { outline: 3px solid #744323; outline-offset: 6px; }
footer { border-top: 1px solid #b6c0ae; padding-top: 1rem; font-size: .85rem; }
