:root { color-scheme: light; font-family: Inter, ui-sans-serif, system-ui, sans-serif; background: #f6f1e8; color: #202820; }
* { box-sizing: border-box; }
body { margin: 0; }
main { max-width: 760px; margin: 0 auto; padding: 13vh 1.5rem 6rem; }
.eyebrow { color: #a9491d; font-size: .78rem; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
h1 { max-width: 10ch; margin: .45rem 0 1rem; font-family: Georgia, serif; font-size: clamp(3.2rem, 10vw, 6.6rem); line-height: .92; }
h2 { font-family: Georgia, serif; font-size: clamp(2rem, 6vw, 3.5rem); line-height: 1; }
.lede { max-width: 34rem; font-size: 1.3rem; line-height: 1.55; }
.button { display: inline-block; margin: 1.5rem 0 6rem; padding: .8rem 1.1rem; border-radius: 999px; background: #202820; color: white; font-weight: 700; text-decoration: none; }
section { margin-top: 5rem; max-width: 42rem; font-size: 1.08rem; line-height: 1.6; }
.card { padding: 1.6rem 1.8rem; border: 1px solid #d9cdbb; border-radius: 1rem; background: #fffaf2; }
li + li { margin-top: .45rem; }
