/* Newsletter — centred call to join, on the dark ink ground. */

.cc_xuUMlpuJCr_8YdqGpNIEn .kombos-newsletter {
  width: 100%;
  background: var(--kombos-cream);
  color: var(--kombos-ink);
}

.cc_xuUMlpuJCr_8YdqGpNIEn .kombos-newsletter__wrapper {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  text-align: center;
}

.cc_xuUMlpuJCr_8YdqGpNIEn .kombos-newsletter__eyebrow {
  margin: 0;
  color: var(--kombos-taupe);
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.42em;
  text-transform: uppercase;
}

.cc_xuUMlpuJCr_8YdqGpNIEn .kombos-newsletter__title {
  margin: 1rem 0 1.2rem;
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  font-weight: 400;
  line-height: 1.1;
}

.cc_xuUMlpuJCr_8YdqGpNIEn .kombos-newsletter__title em {
  font-style: italic;
  font-weight: 300;
}

.cc_xuUMlpuJCr_8YdqGpNIEn .kombos-newsletter__desc {
  margin: 0 auto 2.6rem;
  max-width: 30rem;
  font-size: 0.92rem;
  opacity: 0.75;
}

/* A single underline shared by field and button, rather than a boxed input. */
.cc_xuUMlpuJCr_8YdqGpNIEn .kombos-newsletter__form {
  display: flex;
  margin: 0 auto;
  max-width: 30rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.cc_xuUMlpuJCr_8YdqGpNIEn .kombos-newsletter__input {
  flex: 1;
  min-width: 0;
  padding: 0.9rem 0.2rem;
  border: none;
  background: transparent;
  color: var(--kombos-ink);
  font-size: 0.92rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  outline: none;
}

.cc_xuUMlpuJCr_8YdqGpNIEn .kombos-newsletter__input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.cc_xuUMlpuJCr_8YdqGpNIEn .kombos-newsletter__submit {
  padding: 0.9rem 0 0.9rem 1.4rem;
  border: none;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-size: 0.66rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  transition: opacity 0.3s ease;
}

.cc_xuUMlpuJCr_8YdqGpNIEn .kombos-newsletter__submit:hover:not(:disabled) {
  opacity: 0.6;
}

.cc_xuUMlpuJCr_8YdqGpNIEn .kombos-newsletter__submit:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.cc_xuUMlpuJCr_8YdqGpNIEn .kombos-newsletter__footnote {
  margin: 1.4rem 0 0;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  opacity: 0.45;
}

@media (min-width: 768px) {
  .cc_xuUMlpuJCr_8YdqGpNIEn .kombos-newsletter__wrapper {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
