* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Georgia, serif;
  color: #1A1A1A;
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
}

.container {
  max-width: 700px;
  margin: 0 auto;
  padding: 40px 24px;
}

.wordmark {
  font-family: Georgia, serif;
  color: #C9A84C;
  font-size: 28px;
  font-weight: normal;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.page-title {
  font-size: 24px;
  font-weight: normal;
  color: #1A1A1A;
  margin-bottom: 4px;
}

.last-updated {
  font-size: 13px;
  color: #888888;
  margin-bottom: 40px;
  line-height: 1.7;
}

h2 {
  color: #C9A84C;
  font-size: 16px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: Georgia, serif;
}

p, li {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 16px;
  color: #1A1A1A;
}

ul {
  padding-left: 20px;
  margin-bottom: 16px;
}

li {
  margin-bottom: 8px;
}

strong {
  font-weight: bold;
  color: #1A1A1A;
}

hr {
  border: none;
  border-top: 1px solid #E8E0D0;
  margin: 32px 0;
}

a {
  color: #C9A84C;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.footer {
  margin-top: 60px;
  padding-top: 24px;
  border-top: 1px solid #E8E0D0;
  font-size: 13px;
  color: #888888;
  text-align: center;
  font-family: Georgia, serif;
  line-height: 1.8;
}

.footer p {
  font-size: 13px;
  color: #888888;
  margin-bottom: 8px;
}

.footer a {
  color: #C9A84C;
}

@media (max-width: 600px) {
  .container {
    padding: 24px 16px;
  }
  .wordmark {
    font-size: 22px;
  }
  h2 {
    font-size: 14px;
  }
  p, li {
    font-size: 14px;
  }
}
