:root { color-scheme: light; font-family: system-ui, sans-serif; color: #182e36; background: #f4f2eb; }
* { box-sizing: border-box; }
body { margin: 0; }
main { max-width: 1100px; margin: auto; padding: clamp(28px, 7vw, 96px); }
.eyebrow { text-transform: uppercase; letter-spacing: .14em; font-size: .75rem; font-weight: 650; color: #386856; }
h1 { font-family: Georgia, serif; font-weight: 400; font-size: clamp(2.5rem, 6vw, 5rem); line-height: 1.08; letter-spacing: -.04em; margin: 2rem 0; overflow-wrap: break-word; }
h1 span { color: #386856; }
.intro { font-size: clamp(1.1rem, 2vw, 1.4rem); max-width: 36rem; line-height: 1.6; }
section { border-top: 1px solid #c7cec4; margin-top: 4rem; padding-top: 2rem; max-width: 42rem; }
h2 { font-size: 1rem; }
section p { color: #46595e; line-height: 1.7; }
footer { margin-top: 5rem; font-size: .8rem; color: #46595e; }
