.email-capture-section {
  box-sizing: border-box;
  width: 1440px;
  min-height: 360px;
  padding: 52px 120px 58px;
  color: #f7f7f8;
  background: #111114;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
}

.email-capture-section__eyebrow {
  color: #a6a6ad;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .16em;
  line-height: 20px;
  text-transform: uppercase;
}

.email-capture-section__title {
  max-width: 980px;
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.15;
  text-wrap: balance;
}

.email-capture-section__copy {
  max-width: 680px;
  color: #b8b8bf !important;
  font-size: 18px;
  line-height: 30px;
  text-wrap: balance;
  opacity: 1 !important;
  transform: none !important;
}

.email-capture-section__form {
  display: flex;
  align-items: stretch;
  gap: 10px;
  width: min(620px, 100%);
  margin-top: 4px;
}

.email-capture-section__input {
  box-sizing: border-box;
  min-width: 0;
  flex: 1 1 auto;
  height: 56px;
  padding: 0 18px;
  border: 1px solid #5b5b63;
  border-radius: 4px;
  color: #fff;
  background: #1d1d22;
  font: inherit;
  font-size: 16px;
  outline: none;
}

.email-capture-section__input::placeholder { color: #98989f; }
.email-capture-section__input:focus-visible { border-color: #fff; outline: 2px solid #fff; outline-offset: 2px; }
.email-capture-section__input[aria-invalid="true"] { border-color: #ee7777; }
.email-capture-section__input:disabled { cursor: not-allowed; opacity: .72; }

.email-capture-section__button {
  box-sizing: border-box;
  min-height: 56px;
  padding: 0 24px;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #111114;
  background: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  white-space: normal;
  transition: background .2s ease, color .2s ease;
}

.email-capture-section__button:not(:disabled):hover { color: #fff; background: transparent; }
.email-capture-section__community {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  text-decoration: none;
}
.email-capture-section__community[hidden] { display: none; }
.email-capture-section__community:hover { color: #fff; background: transparent; }
.email-capture-section__button:focus-visible,
.email-capture-section__privacy:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.email-capture-section__button:disabled { cursor: not-allowed; color: #dddde0; background: #515157; border-color: #515157; }

.email-capture-section__fineprint,
.email-capture-section__status {
  color: #c5c5cc;
  font-size: 13px;
  line-height: 20px;
}

.email-capture-section__status { min-height: 20px; color: #d8d8dd; }
.email-capture-section__status.is-error { color: #ffb2ae; }
.email-capture-section__status.is-success { color: #e7f2e7; }
.email-capture-section__privacy { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.email-capture-section__privacy:hover { color: #fff; }

@media (width <= 900px) {
  .email-capture-section { padding-inline: 48px; }
  .email-capture-section__form { flex-direction: column; }
  .email-capture-section__button { padding-block: 12px; }
}

.email-capture-section .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (width <= 720px) {
  .email-capture-section {
    width: 100%;
    min-height: 340px;
    padding: 64px 20px 70px;
    gap: 14px;
  }

  .email-capture-section__title { max-width: 340px; font-size: 30px; line-height: 1.2; }
  .email-capture-section__copy { max-width: 340px; font-size: 16px; line-height: 25px; }
  .email-capture-section__form { gap: 10px; margin-top: 6px; }
  .email-capture-section__input,
  .email-capture-section__button { width: 100%; min-height: 52px; }
  .email-capture-section__input { width: 100%; height: 52px; }
}
