/* Placeholder styles — replace with brand system once style guide is provided (colors, type, spacing). */

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

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #222;
  line-height: 1.5;
}

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

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
}

.site-header nav a {
  margin-left: 24px;
  text-decoration: none;
  color: inherit;
}

.logo {
  font-weight: 700;
  text-decoration: none;
  color: inherit;
  font-size: 1.25rem;
}

.hero {
  padding: 80px 24px;
}

.hero h1 {
  font-size: 2.5rem;
  margin-bottom: 16px;
}

.site-footer {
  padding: 24px 0;
  margin-top: 80px;
  border-top: 1px solid #eee;
  font-size: 0.875rem;
  color: #666;
}
