* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: #111;
  background: #fff;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1.5rem;
}

.site-header {
  border-bottom: 1px solid #eee;
}

.site-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  margin: 0;
  font-size: 1.25rem;
  letter-spacing: 1px;
}

nav a {
  margin-left: 1rem;
  text-decoration: none;
  color: #111;
  font-weight: 500;
}

nav a:hover {
  color: #8b1d18;
}

.hero {
  background: #f5f5f5;
  padding: 4rem 0;
}

.hero h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.hero p {
  font-size: 1.1rem;
  max-width: 600px;
}

.intro {
  padding: 3rem 0;
}

.site-footer {
  border-top: 1px solid #eee;
  margin-top: 4rem;
  padding: 2rem 0;
  text-align: center;
  font-size: 0.9rem;
  color: #666;
}
