.hero {
  min-height: 40vh;
  padding: 7rem 3rem 3rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(200,144,42,0.1);
}

.hero-content {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.hero-subtitle {
  font-size: 1.2rem;
  line-height: 1.6;
  color: var(--text-mid);
  max-width: 60ch;
  margin: 0 auto 2rem;
}

.hero-cta {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

@media (max-width: 768px) {
  .hero { padding: 6rem 1.5rem 3rem; }
  .hero-title { font-size: 2rem; }
}
