* { box-sizing: border-box; }
body { margin: 0; background: #fffaf0; color: #1f301c; font: 17px/1.7 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
header { border-bottom: 1px solid rgba(31,48,28,.15); padding: 18px max(24px, calc((100vw - 820px) / 2)); }
header a { color: inherit; text-decoration: none; font-weight: 650; }
header span { margin-left: 10px; color: #76520b; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
main { width: min(820px, 100%); margin: 0 auto; padding: 72px 24px 100px; }
.eyebrow { color: #76520b; letter-spacing: .2em; text-transform: uppercase; font-size: 12px; }
h1 { max-width: 720px; font: 500 clamp(44px, 8vw, 72px)/1.02 Georgia, serif; margin: 16px 0 36px; }
h2 { margin-top: 38px; font: 500 30px/1.2 Georgia, serif; }
p { max-width: 720px; }
a { color: #654608; }
.back { display: inline-block; margin-top: 30px; }
a:focus-visible { outline: 3px solid #76520b; outline-offset: 4px; }
