body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: #222;
  background: #ffffff;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 24px;
}

.hero {
  margin-bottom: 60px;
}

h1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 3rem;
  margin-bottom: 16px;
}

h2 {
  font-family: Georgia, 'Times New Roman', serif;
  margin-top: 48px;
}

.subhead {
  font-size: 1.25rem;
  max-width: 700px;
}

.note {
  color: #666;
  font-size: 0.9rem;
}

ul {
  padding-left: 20px;
}

.regions {
  list-style: none;
  padding-left: 0;
}

.regions li {
  margin-bottom: 8px;
}

.cta {
  margin-top: 80px;
}

.button {
  display: inline-block;
  padding: 12px 24px;
  background: #8b3a2e;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 500;
}

footer {
  border-top: 1px solid #eee;
  padding: 24px;
  text-align: center;
  font-size: 0.85rem;
  color: #666;
}

.honeypot {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Keep the institutional serif headings */
.serif { font-family: Georgia, "Times New Roman", serif; }

/* Muted Texas rust as a restrained accent */
:root {
  --tx-rust: #8b3a2e;
}

.btn-primary {
  background-color: var(--tx-rust);
  border-color: var(--tx-rust);
}

.btn-primary:hover,
.btn-primary:focus {
  filter: brightness(0.96);
}

/* Honeypot hidden field */
.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
