.artistern-newsletter-open { overflow: hidden; }
.artistern-newsletter-modal {
  position: fixed;
  z-index: 10050;
  inset: 0;
  display: grid;
  padding: 24px;
  place-items: center;
  background: rgba(28,27,25,.62);
  opacity: 0;
  transition: opacity .28s ease;
}
.artistern-newsletter-modal[hidden] { display: none; }
.artistern-newsletter-modal.is-open { opacity: 1; }
.artistern-newsletter-dialog {
  position: relative;
  display: grid;
  width: min(100%, 900px);
  max-height: min(760px, calc(100vh - 48px));
  grid-template-columns: minmax(260px,.82fr) minmax(360px,1.18fr);
  overflow: auto;
  border: 1px solid #e7e2d8;
  background: #fff;
  color: #1c1b19;
  box-shadow: none;
  transform: translateY(24px);
  transition: transform .32s cubic-bezier(.2,.72,.2,1);
}
.artistern-newsletter-modal.is-open .artistern-newsletter-dialog { transform: none; }
.artistern-newsletter-dialog > figure { min-height: 560px; margin: 0; overflow: hidden; background: #f3f1ec; }
.artistern-newsletter-dialog > figure img { width: 100%; height: 100%; object-fit: cover; }
.artistern-newsletter-close {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  display: grid;
  width: 40px;
  height: 40px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: #1c1b19;
  font-size: 25px;
  cursor: pointer;
}
.artistern-newsletter-content { display: grid; min-height: 560px; padding: 58px 54px 46px; align-content: center; }
.artistern-newsletter-logo { width: auto; max-width: 210px; max-height: 48px; margin: 0 0 38px; object-fit: contain; object-position: left center; }
.artistern-newsletter-eyebrow { margin: 0 0 14px; color: #9a7b2e; font: 700 11px/1.4 Inter,Arial,sans-serif; text-transform: uppercase; }
.artistern-newsletter-content h2 { margin: 0 0 18px; color: #1c1b19; font: 400 42px/1.08 Georgia,'Times New Roman',serif; }
.artistern-newsletter-lead,
.artistern-newsletter-success p { margin: 0 0 28px; color: #706b63; font: 14px/1.7 Inter,Arial,sans-serif; }
.artistern-newsletter-content form > label:first-child { display: block; margin-bottom: 7px; font: 600 11px/1.4 Inter,Arial,sans-serif; }
.artistern-newsletter-input-row { display: grid; grid-template-columns: minmax(0,1fr) auto; }
.artistern-newsletter-input-row input { min-width: 0; height: 50px; padding: 0 14px; border: 1px solid #d6d0c4; border-radius: 0; background: #fff; color: #1c1b19; font: 14px/1 Inter,Arial,sans-serif; }
.artistern-newsletter-input-row input:focus { position: relative; outline: 2px solid #9a7b2e; outline-offset: -2px; }
.artistern-newsletter-input-row button { min-height: 50px; padding: 0 20px; border: 1px solid #1c1b19; border-radius: 0; background: #1c1b19; color: #fff; font: 700 12px/1 Inter,Arial,sans-serif; cursor: pointer; }
.artistern-newsletter-input-row button:disabled { opacity: .55; cursor: wait; }
.artistern-newsletter-consent { display: flex; gap: 9px; margin-top: 16px; align-items: flex-start; color: #706b63; font: 11px/1.55 Inter,Arial,sans-serif; }
.artistern-newsletter-consent input { margin: 2px 0 0; accent-color: #1c1b19; }
.artistern-newsletter-consent a { color: #1c1b19; }
.artistern-newsletter-error { margin: 12px 0 0; color: #a33b32; font: 12px/1.5 Inter,Arial,sans-serif; }
.artistern-newsletter-honeypot { position: absolute !important; left: -9999px !important; }
.artistern-newsletter-success > span { display: grid; width: 44px; height: 44px; margin-bottom: 24px; place-items: center; border: 1px solid #356b4a; color: #356b4a; }

@media (max-width: 720px) {
  .artistern-newsletter-modal { padding: 0; }
  .artistern-newsletter-dialog { width: 100%; height: 100%; max-height: none; grid-template-columns: 1fr; align-content: start; }
  .artistern-newsletter-dialog > figure { min-height: 34vh; max-height: 34vh; }
  .artistern-newsletter-content { min-height: 66vh; padding: 38px 20px 32px; align-content: start; }
  .artistern-newsletter-logo { max-width: 175px; max-height: 40px; margin-bottom: 28px; }
  .artistern-newsletter-content h2 { font-size: 35px; }
  .artistern-newsletter-input-row { grid-template-columns: 1fr; gap: 8px; }
  .artistern-newsletter-close { top: 10px; right: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .artistern-newsletter-modal,
  .artistern-newsletter-dialog { transition-duration: .001ms !important; }
}
