.craft-header {
  background: #fff;
  border-bottom: 1px solid #b45309;
  padding: 1rem 0;
}

.craft-header .brand-link {
  color: #b45309;
  font-weight: bold;
  font-size: 1.3rem;
  text-decoration: none;
}

.craft-header nav a {
  color: #b45309;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  font-size: 0.9rem;
}

.craft-header nav a:hover {
  background: rgba(180, 83, 9, 0.1);
}

.craft-footer {
  background: #f5f3f0;
  border-top: 1px solid #b45309;
  padding: 2rem 0;
  margin-top: 3rem;
}

.craft-footer h5 {
  color: #b45309;
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}

.craft-footer a {
  color: #b45309;
  opacity: 0.7;
  text-decoration: none;
}

.craft-footer a:hover {
  opacity: 1;
}