:root {
  color: #17231d;
  background: #f7f6f0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

body { margin: 0; min-width: 320px; }

main { margin: 0 auto; max-width: 780px; padding: clamp(72px, 14vw, 160px) 28px 80px; }

.mark { color: #b75c37; font-size: 2rem; letter-spacing: .18em; margin: 0 0 44px; }

.eyebrow { color: #69766e; font-size: .78rem; font-weight: 700; letter-spacing: .12em; margin: 0 0 16px; text-transform: uppercase; }

h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h1 { font-size: clamp(3rem, 10vw, 5.5rem); letter-spacing: -.055em; line-height: .94; margin: 0; }
h2 { font-size: 1.8rem; margin: 0 0 18px; }
h3 { font-size: 1.35rem; margin: 0 0 6px; }

.lede { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.35rem, 3vw, 1.8rem); line-height: 1.35; margin: 34px 0 70px; max-width: 680px; }

section { border-top: 1px solid #cbd0c9; padding: 30px 0; }
section p { font-size: 1.05rem; line-height: 1.6; margin: 0; }
a { color: #0e6145; text-underline-offset: .18em; }

footer { border-top: 1px solid #cbd0c9; color: #69766e; font-size: .9rem; padding: 24px 28px 48px; text-align: center; }
