:root { color-scheme: light; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #242126; background: #fbf8f5; }
* { box-sizing: border-box; }
body { margin: 0; }
header, main, footer { width: min(100% - 36px, 780px); margin-inline: auto; }
header { display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; align-items: center; padding: 28px 0; }
header > a { color: inherit; font-weight: 760; text-decoration: none; }
nav { display: flex; flex-wrap: wrap; gap: 18px; }
nav a { font-size: 14px; }
main { padding: 44px 0 72px; }
.kicker { margin: 0 0 10px; color: #bf3d20; font: 750 12px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .12em; }
h1 { margin: 0 0 16px; font-size: clamp(38px, 7vw, 62px); line-height: 1.06; letter-spacing: -.05em; }
.lede { margin: 0 0 36px; color: #625c63; font-size: 19px; line-height: 1.55; }
h2 { margin: 36px 0 12px; font-size: 23px; letter-spacing: -.025em; }
p, li { color: #4f4950; font-size: 16px; line-height: 1.68; }
ul { padding-left: 22px; }
li + li { margin-top: 7px; }
a { color: #a9361c; text-underline-offset: 3px; overflow-wrap: anywhere; }
a:focus-visible { outline: 3px solid #a9361c; outline-offset: 4px; }
address { padding: 18px; border: 1px solid #e4dcd6; border-radius: 12px; background: #fff; color: #4f4950; font-style: normal; line-height: 1.6; }
.updated, footer { color: #6f6870; font-size: 13px; }
footer { padding: 24px 0 38px; border-top: 1px solid #e4dcd6; }
.action { display: inline-block; padding: 12px 18px; background: #a9361c; border-radius: 8px; color: #fff; font-weight: 700; text-decoration: none; }
