:root { color-scheme: light; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #252522; background: #faf9f6; font-size: 100%; }
* { box-sizing: border-box; }
body { margin: 0; }
a { color: #9d3b29; text-underline-offset: .2em; overflow-wrap: anywhere; }
a:hover { color: #632217; }
a:focus-visible, [tabindex]:focus-visible { outline: 3px solid #9d3b29; outline-offset: 4px; }
.site-header, footer { max-width: 72rem; margin: auto; padding: 1.5rem 2rem; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
.site-header { border-bottom: 1px solid #d8d6cf; }
.brand { color: #252522; font-size: 2rem; font-weight: 750; letter-spacing: -.06em; text-decoration: none; }
main { max-width: 56rem; margin: 0 auto; padding: 3.5rem 2rem 4rem; }
h1 { font-family: Georgia, serif; font-weight: 400; font-size: clamp(2.7rem, 8vw, 4.5rem); line-height: 1.1; margin: .8rem 0 1rem; letter-spacing: -.04em; }
h2 { font-family: Georgia, serif; font-weight: 400; font-size: 1.9rem; line-height: 1.25; margin: 0 0 1.25rem; }
p, li, dd, td { font-size: 1rem; line-height: 1.75; overflow-wrap: anywhere; }
p { margin: 0 0 1rem; }
.eyebrow { font-size: .875rem; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; color: #765147; }
.date { color: #66645e; font-size: .9rem; }
.intro { font-size: 1.15rem; margin: 1.8rem 0; }
.summary { border-left: 3px solid #b84f37; padding: 1.25rem 1.5rem; background: #f1ede7; margin: 2rem 0; }
.summary p:last-child { margin-bottom: 0; }
.contents { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem 1.5rem; margin: 2rem 0 3rem; font-size: .95rem; line-height: 1.5; }
section { border-top: 1px solid #d8d6cf; padding-top: 2rem; margin-top: 2.5rem; scroll-margin-top: 1rem; }
ul { padding-left: 1.4rem; }
li { margin-bottom: .9rem; }
.table-wrap { max-width: 100%; overflow-x: auto; margin: 1.5rem 0; }
table { width: 100%; border-collapse: collapse; text-align: left; }
th { font-size: .95rem; background: #efede7; }
td, th { vertical-align: top; padding: 1rem; border: 1px solid #d8d6cf; }
td:first-child { width: 42%; }
dt { font-weight: 700; margin: 1.5rem 0 .35rem; }
dd { margin-left: 0; }
footer { border-top: 1px solid #d8d6cf; justify-content: flex-start; gap: 1rem 2rem; font-size: .9rem; }
.skip { position: absolute; top: -10rem; left: 1rem; background: #fff; padding: 1rem; }
.skip:focus { top: 1rem; }
@media (max-width: 40rem) { main { padding: 2.5rem 1.25rem; } .site-header, footer { padding: 1.25rem; } .contents { grid-template-columns: 1fr; } td, th { padding: .65rem; } .summary { padding: 1rem; } }
@media print { body { background: #fff; } main { max-width: none; padding: 0; } .site-header, .contents, footer, .skip { display: none; } a { color: inherit; } h1 { font-size: 2rem; } h2 { font-size: 1.4rem; break-after: avoid; } section { margin-top: 1.5rem; } tr, dt { break-inside: avoid; } }
