.email-signup {
  background: #fffdf7;
  border: 1px solid #c9d2c1;
  border-left: 6px solid #c97964;
  border-radius: 14px;
  margin: 2rem 0;
  padding: clamp(1.2rem, 4vw, 1.7rem);
}
.email-signup h2 { margin: 0 0 .5rem; }
.email-signup p { margin: .45rem 0 .9rem; }
.email-signup-fields { display: flex; flex-wrap: wrap; gap: .65rem; }
.email-signup input[type="email"] {
  background: #fff;
  border: 1px solid #aebaa7;
  border-radius: 10px;
  color: #243d30;
  flex: 1 1 15rem;
  font: inherit;
  min-height: 50px;
  padding: .7rem .9rem;
}
.email-signup button {
  background: #243d30;
  border: 0;
  border-radius: 999px;
  color: #fffdf7;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  min-height: 50px;
  padding: .7rem 1.1rem;
}
.email-signup button:disabled { cursor: wait; opacity: .7; }
.email-signup-consent { display: block; font-size: .88rem; line-height: 1.4; margin-top: .75rem; }
.email-signup-honeypot { left: -9999px; position: absolute; }
.email-signup-status { color: #243d30; font-weight: 800; min-height: 1.4rem; }
.email-signup a { color: #243d30; }
