.sn-contact-card {
  margin-top: 42px;
  padding: clamp(26px, 5vw, 54px);
  border: 1px solid rgba(63, 78, 29, .15);
  background: #fffdf8;
  box-shadow: 0 18px 50px rgba(40, 54, 17, .08);
}
.sn-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.sn-contact-form label { display: grid; gap: 9px; color: #3a4e20; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.sn-contact-form input,
.sn-contact-form textarea {
  width: 100%;
  border: 1px solid rgba(39, 71, 7, .24);
  border-radius: 0;
  background: #fbf5e8;
  color: #213013;
  font: 400 15px/1.5 Montserrat, Arial, sans-serif;
  padding: 13px 15px;
}
.sn-contact-form input:focus,
.sn-contact-form textarea:focus { outline: 2px solid #bf8c20; outline-offset: 2px; }
.sn-form-message { margin: 22px 0; }
.sn-honeypot { position: absolute !important; left: -9999px !important; }
.sn-form-notice { margin-bottom: 22px; padding: 14px 16px; border-left: 3px solid; font-size: 14px; }
.sn-form-notice--success { border-color: #4d751b; background: #eff5e8; }
.sn-form-notice--error { border-color: #a3392d; background: #fff0ed; }

.sn-faq { display: grid; gap: 12px; margin-top: 36px; }
.sn-faq details { border: 1px solid rgba(63, 78, 29, .16); background: #fffdf8; }
.sn-faq summary { padding: 20px 24px; color: #274707; cursor: pointer; font-family: "Cormorant Garamond", Georgia, serif; font-size: 24px; font-weight: 600; }
.sn-faq details div { padding: 0 24px 22px; color: #526040; }

.sn-popup-open { overflow: hidden; }
.sn-newsletter { position: fixed; z-index: 10000; inset: 0; display: grid; place-items: center; padding: 20px; opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s; }
.sn-newsletter.is-open { opacity: 1; visibility: visible; }
.sn-newsletter__backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(17, 31, 5, .72); cursor: default; }
.sn-newsletter__dialog {
  position: relative;
  width: min(580px, 100%);
  padding: clamp(34px, 7vw, 64px);
  border: 1px solid rgba(191, 140, 32, .55);
  background: #fbf5e8;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .28);
  text-align: center;
}
.sn-newsletter__dialog h2 { margin: 0 0 16px; color: #274707; font: 500 clamp(38px, 6vw, 56px)/.95 "Cormorant Garamond", Georgia, serif; }
.sn-newsletter__dialog > p:not(.sn-kicker):not(.sn-newsletter__status) { color: #566348; line-height: 1.7; }
.sn-newsletter__close { position: absolute; top: 10px; right: 15px; border: 0; background: transparent; color: #274707; cursor: pointer; font-size: 34px; line-height: 1; }
.sn-newsletter__form { display: flex; gap: 8px; margin: 26px 0 12px; }
.sn-newsletter__form label { flex: 1; }
.sn-newsletter__form input { width: 100%; height: 50px; border: 1px solid rgba(39, 71, 7, .28); background: #fffdf8; padding: 0 15px; font-size: 14px; }
.sn-newsletter__form button { min-height: 50px; border: 0; background: #274707; color: white; padding: 0 23px; cursor: pointer; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.sn-newsletter__form button:disabled { opacity: .65; }
.sn-newsletter__status { min-height: 22px; margin: 4px 0; color: #274707; font-weight: 600; }
.sn-newsletter small { display: block; color: #7a806f; line-height: 1.5; }
@media (max-width: 600px) {
  .sn-form-grid { grid-template-columns: 1fr; }
  .sn-newsletter__form { flex-direction: column; }
  .sn-newsletter__dialog { padding: 42px 22px 30px; }
}

