.hero {
  background: linear-gradient(120deg, #f5f5f5 0%, #ffffff 60%);
  padding: 80px 0;
}

.hero__inner {
  width: min(1100px, 92vw);
  margin: 0 auto;
}

.hero__kicker {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 12px;
  color: #2c473e;
  margin: 0 0 12px;
}

.hero__title {
  font-size: clamp(32px, 4vw, 52px);
  margin: 0 0 12px;
  color: #2c473e;
}

.hero__lead {
  font-size: 18px;
  max-width: 640px;
  margin-bottom: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  background: #2c473e;
  color: #ffffff;
  border-radius: 2px;
  font-weight: 600;
}

.entry {
  margin-bottom: 48px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e6e2dc;
}

.entry__title {
  margin: 0 0 12px;
  font-size: 32px;
}

.entry__meta {
  margin: 0 0 20px;
  font-size: 14px;
  color: #5a5a5a;
}

.contact-form label {
  display: block;
  margin-bottom: 14px;
  font-size: 14px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-family: inherit;
}

.honeypot {
  display: none;
}

.notice {
  padding: 12px 14px;
  border-radius: 4px;
  font-size: 14px;
}

.notice.success {
  background: #e7f4ea;
  color: #1f5a2d;
}

.notice.error {
  background: #fde7e7;
  color: #7c1d1d;
}
