:root { color-scheme: light; }
body {
  margin: 0; padding: 2.5rem 1.5rem 5rem;
  background: #efe6cf; color: #3d2f1f;
  font-family: 'Iowan Old Style', 'Palatino', Georgia, serif;
  line-height: 1.6;
}
main { max-width: 900px; margin-inline: auto; }
header { text-align: center; margin-bottom: 1.4rem; }
h1 { font-size: 2rem; letter-spacing: 0.1em; margin: 0; }
h1 a { color: inherit; text-decoration: none; }
.tagline { font-style: italic; color: #6b5a40; margin: 0.3rem 0 0; }
.topnav { font-size: 0.82rem; letter-spacing: 0.12em; color: #857257; margin: 0.9rem 0 0; }
.topnav a { color: inherit; }
[aria-current="page"] { font-weight: 700; }
.dateline { text-align: center; letter-spacing: 0.18em; font-size: 0.82rem;
  text-transform: uppercase; color: #857257; margin: 0.4rem 0 1.4rem; }
.status { text-align: center; font-style: italic; color: #6b5a40; min-height: 1.4rem; }
figure { margin: 0; }
#map svg { width: 100%; height: auto; display: block;
  border: 1px solid #b9a77f; box-shadow: 0 12px 34px rgb(61 47 31 / 0.2); }
figcaption { text-align: center; font-size: 1.3rem; letter-spacing: 0.04em;
  margin-top: 1rem; }
.survey { text-align: center; font-style: italic; color: #6b5a40; margin: 0.3rem 0 0; }
.blurb { max-width: 44rem; margin: 1.2rem auto 0; }
.actions { text-align: center; margin-top: 1.6rem; }
.actions a { display: inline-block; border: 1.5px solid #4a3826; border-radius: 4px;
  padding: 0.5rem 1rem; background: #f4ecd8; text-decoration: none; color: inherit;
  letter-spacing: 0.04em; }
.actions a:hover { background: #fff7e4; }
.note { text-align: center; color: #857257; font-size: 0.85rem; margin-top: 1rem; }
footer { margin-top: 4rem; text-align: center; letter-spacing: 0.22em;
  font-size: 0.72rem; color: #857257; }
footer a { color: inherit; }
