:root {
  --oat: #F2EBDE; --card: #FBF7EF; --ink: #3A3527; --ink-muted: #6B6552;
  --olive: #5C6B43; --clay: #C9744F; --mustard: #D8A24A; --danger: #B24D42;
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--oat); color: var(--ink); font: 16px/1.65 "DM Sans", system-ui, sans-serif; }
.wrap { max-width: 720px; margin: 0 auto; padding: 32px 20px 64px; }
header.site { display: flex; align-items: center; justify-content: space-between; padding: 8px 0 36px; flex-wrap: wrap; gap: 10px; }
.logo { font-family: "DM Serif Display", serif; font-size: 22px; color: var(--ink); text-decoration: none; }
.logo span { color: var(--olive); }
nav.site a { color: var(--ink-muted); text-decoration: none; margin-left: 18px; font-size: 14px; }
nav.site a:hover { color: var(--ink); }
h1 { font-family: "DM Serif Display", serif; font-size: 38px; line-height: 1.15; margin: 0 0 8px; font-weight: 400; }
h2 { font-family: "DM Serif Display", serif; font-size: 23px; margin: 36px 0 10px; font-weight: 400; }
p.updated { color: var(--ink-muted); font-size: 14px; margin: 0 0 28px; }
a { color: var(--olive); }
ul { padding-left: 22px; }
.table-scroll { overflow-x: auto; }
table { border-collapse: collapse; width: 100%; font-size: 14px; }
th, td { text-align: left; padding: 10px 12px; border-bottom: 1px solid rgba(58, 53, 39, .12); vertical-align: top; }
th { color: var(--ink-muted); font-weight: 600; text-transform: uppercase; font-size: 11px; letter-spacing: .06em; }
.hero { text-align: center; padding: 40px 0 24px; }
.hero p { color: var(--ink-muted); max-width: 460px; margin: 12px auto 0; }
.links-row { display: flex; gap: 14px; justify-content: center; margin-top: 28px; flex-wrap: wrap; }
.pill { display: inline-block; background: var(--card); border: 1px solid rgba(58, 53, 39, .12); border-radius: 999px; padding: 10px 22px; color: var(--ink); text-decoration: none; font-size: 14px; font-weight: 600; }
.pill:hover { border-color: var(--olive); }
footer.site { margin-top: 56px; padding-top: 20px; border-top: 1px solid rgba(58, 53, 39, .12); color: var(--ink-muted); font-size: 13px; display: flex; gap: 16px; flex-wrap: wrap; }
footer.site a { color: var(--ink-muted); }
