.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem;
}

.header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-header {
  background: #e8dfd1;
  border-bottom: 3px solid #c9b89b;
}

.site-title a {
  text-decoration: none;
  color: #2b2b2b;
}

.primary-nav ul {
  list-style: none;
  display: flex;
  gap: 1.5rem;
  padding: 0;
  margin: 0;
}

.primary-nav a {
  text-decoration: none;
  color: #2b2b2b;
  font-weight: 500;
}

.hero {
  background: #d6e2df;
  padding: 4rem 2rem;
  text-align: center;
}

.button {
  background: #4b6f6a;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  margin-top: 1rem;
}

.site-footer {
  background: #e8dfd1;
  text-align: center;
  padding: 1.5rem;
  margin-top: 3rem;
}
