.newsletter {
  padding: 120px 0;
  background: #c49b9d;
  color: #171414;
}
.newsletter-inner {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}
.newsletter-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}
.newsletter .eyebrow {
  margin: 0 0 14px;
  color: rgba(23, 20, 20, 0.58);
  font: 700 11px/1.4 "Instrument Sans", "Segoe UI", sans-serif;
  text-transform: uppercase;
}
.newsletter h2 {
  margin: 0;
  font-family: "Instrument Sans", "Segoe UI", sans-serif;
  font-size: clamp(48px, 5.4vw, 78px);
  font-style: normal;
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: 0;
  text-transform: uppercase;
}
.newsletter h2 em {
  display: inline-block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.12em;
  font-style: italic;
  font-weight: 500;
  text-transform: none;
}
.newsletter-description {
  max-width: 420px;
  margin: 0 0 20px;
  color: rgba(23, 20, 20, 0.74);
  font-size: 16px;
  line-height: 1.45;
}
.newsletter-form {
  width: 100%;
  max-width: 540px;
}
.newsletter-form .sib-form,
.newsletter-form .sib-form-container,
.newsletter-form #sib-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
.newsletter-form .sib-form-block { margin: 0; padding: 0; }
.newsletter-form .form__entry { margin: 0; }
.newsletter-form .entry__label {
  display: block;
  margin: 0 0 9px;
  color: #171414;
  font: 700 12px/1.4 "Instrument Sans", "Segoe UI", sans-serif;
}
.newsletter-form #sib-container .entry__field {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.newsletter-form #sib-container .entry__field .input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 54px;
  padding: 0 20px;
  border: 1px solid rgba(23, 20, 20, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: #171414;
  font: inherit;
}
.newsletter-form .entry__field .input:focus-visible {
  outline: 2px solid #171414;
  outline-offset: 2px;
}
.newsletter-form .entry__error {
  display: block;
  min-height: 0;
  margin: 8px 0 0;
  color: #7a2424;
  font: 600 12px/1.4 "Instrument Sans", "Segoe UI", sans-serif;
}
.newsletter-form .entry__specification {
  display: block;
  margin: 8px 0 0;
  color: rgba(23, 20, 20, 0.68);
  font: 400 12px/1.45 "Instrument Sans", "Segoe UI", sans-serif;
}
.newsletter-form .sib-optin { margin-top: 18px; }
.newsletter-form #sib-container .entry__choice {
  display: block;
  padding: 0;
  text-indent: 0;
  color: rgba(23, 20, 20, 0.82);
  font-size: 13px;
  line-height: 1.45;
}
.newsletter-form #sib-container .entry__choice input[type="checkbox"].input_replaced {
  position: static !important;
  display: block !important;
  box-sizing: border-box;
  width: 18px !important;
  min-width: 18px;
  height: 18px !important;
  flex: 0 0 18px;
  margin: 0.12em 0 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
  z-index: auto !important;
  appearance: auto !important;
  -webkit-appearance: checkbox !important;
  accent-color: #171414;
}
.newsletter-form #sib-container .entry__choice > label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-height: 44px;
  cursor: pointer;
}
.newsletter-form #sib-container .entry__choice input[type="checkbox"].input_replaced:focus-visible {
  outline: 2px solid #171414;
  outline-offset: 3px;
}
.newsletter-form #sib-container .entry__choice > label > span {
  display: block;
  min-width: 0;
}
.newsletter-form .entry__choice a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.newsletter-form .sib-captcha {
  max-width: 100%;
  margin-top: 18px;
  overflow: hidden;
}
.newsletter-form .sib-form-block__button {
  width: 100%;
  min-height: 54px;
  margin-top: 20px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: #171414;
  color: #fffdf9;
  font: 700 13px/1 "Instrument Sans", "Segoe UI", sans-serif;
  cursor: pointer;
}
.newsletter-form .sib-form-block__button:hover { background: #322c2c; }
.newsletter-form .sib-form-block__button:focus-visible {
  outline: 2px solid #171414;
  outline-offset: 3px;
}
.newsletter-form .form-note {
  margin: 12px 0 0;
  color: rgba(23, 20, 20, 0.68);
  font-size: 12px;
}
.newsletter-form .sib-form-message-panel {
  width: 100%;
  max-width: none;
  margin: 0 0 14px;
  padding: 14px 16px;
  border: 1px solid rgba(23, 20, 20, 0.25);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.58);
  color: #171414;
  font: 600 14px/1.4 "Instrument Sans", "Segoe UI", sans-serif;
  text-align: left;
}
.newsletter-form #error-message {
  border-color: #9b4242;
  color: #6c2424;
  background: #f8e5e4;
}
.newsletter-form #success-message {
  border-color: #37805a;
  color: #164d31;
  background: #e5f3eb;
}

@media (min-width: 981px) {
  .newsletter-grid {
    grid-template-columns: minmax(520px, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(48px, 5vw, 76px);
  }
  .newsletter h2 em { white-space: nowrap; }
}

@media (max-width: 980px) {
  .newsletter { padding: 84px 0; }
}

@media (max-width: 620px) {
  .newsletter-inner { width: min(100% - 32px, 1180px); }
}
