:root{
    --bg:#f7f8f6; --fg:#1c2430; --muted:#5f6875; --accent:#234a6b; --rule:#dde3ea; --tint:rgba(35,74,107,.045);
    --sans:system-ui,-apple-system,"Segoe UI",Roboto,"DejaVu Sans",sans-serif;
  }

*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;background:var(--bg);color:var(--fg);text-align:center;font-family:"Iowan Old Style","Palatino Linotype","Book Antiqua",Palatino,Georgia,"Noto Serif","DejaVu Serif",serif;font-size:clamp(17px,.5vw + 15.6px,19px);line-height:1.78;font-kerning:normal;-webkit-font-smoothing:antialiased}
.wrap{max-width:44rem;margin-inline:auto;padding:clamp(2.5rem,7vw,4.5rem) clamp(1.25rem,4vw,1.5rem) 3.5rem}
header.hero{text-align:center;padding:0 0 1.6rem;margin:0 0 2.5rem}
.orn{display:block;width:340px;max-width:100%;height:auto;color:var(--accent);margin:0 auto 1.65rem}
main{text-align:left}
h1,h2{text-align:center}
h1{font-size:clamp(2rem,6.4vw,3.05rem);line-height:1.15;margin:0;font-weight:600;letter-spacing:-.012em;text-wrap:balance}
h2{font-size:clamp(1.22rem,3.1vw,1.55rem);line-height:1.35;margin:3rem 0 1.25rem;font-weight:600;text-wrap:balance}
h2::before{content:"";display:block;width:2rem;height:1px;background:var(--accent);opacity:.65;margin:0 auto 1rem}
main>section:first-child h2{margin-top:0}
p{margin:0 0 1.2rem;text-wrap:pretty}
em{font-style:italic}
ul{list-style:none;padding:0;margin:0 0 1.3rem}
li{margin:.65rem 0;text-wrap:pretty}
a{color:var(--accent);text-decoration-thickness:1px;text-underline-offset:.22em;overflow-wrap:anywhere}
a:hover{text-decoration-thickness:2px}
a:focus-visible{outline:2px solid var(--accent);outline-offset:5px;border-radius:2px}
.sources{font-size:.86em;color:var(--muted);margin-top:3rem}
.sources h2{color:var(--fg)}
.tablewrap{overflow-x:auto;margin:1.7rem 0;border:1px solid var(--rule);border-radius:6px}
table{border-collapse:collapse;width:100%;font-size:.92em;line-height:1.5}
th,td{text-align:left;padding:.75rem .9rem;vertical-align:top;border-bottom:1px solid var(--rule)}
thead th{font-family:system-ui,sans-serif;font-size:.75rem;letter-spacing:.05em;color:var(--muted);background:var(--tint,transparent)}
tbody tr:last-child td{border-bottom:0}
footer{margin-top:3.3rem;padding-top:2rem;border-top:1px solid var(--rule);text-align:center}
footer .orn{width:340px;max-width:100%;margin:0 auto;opacity:.8}
@media(max-width:480px){body{line-height:1.7}header.hero{margin-bottom:2rem}h2{margin-top:2.5rem}}
