/* Local static fixes: keep the original Strikingly rendering and replace only the contact form. */
.powered-by,
.s-footer-logo-wrapper,
#strikingly-tooltip-container {
  display: none !important;
}

.mf-hidden-original-form {
  display: none !important;
}

.mf-contact-form {
  color: #4e3d3b;
  font-family: inherit;
}

.mf-contact-form * {
  box-sizing: border-box;
}

.mf-contact-grid {
  display: grid;
  gap: 10px;
}

.mf-contact-form label {
  display: block;
  margin: 0 0 4px;
  color: #4e3d3b;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

.mf-contact-form input,
.mf-contact-form select,
.mf-contact-form textarea {
  width: 100%;
  min-height: 36px;
  border: 1px solid rgba(78, 61, 59, 0.18);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.92);
  color: #4e3d3b;
  font: inherit;
  font-size: 13px;
  padding: 8px 10px;
  outline: none;
}

.mf-contact-form textarea {
  min-height: 94px;
  resize: vertical;
}

.mf-contact-form input:focus,
.mf-contact-form select:focus,
.mf-contact-form textarea:focus {
  border-color: #896a67;
  box-shadow: 0 0 0 2px rgba(137, 106, 103, 0.12);
}

.mf-contact-form input[type="file"] {
  padding: 7px 8px;
  background: rgba(255, 255, 255, 0.74);
}

.mf-consent {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin-top: 2px;
  font-size: 11px;
  line-height: 1.35;
}

.mf-consent input {
  width: 15px;
  min-height: 15px;
  margin-top: 1px;
  flex: 0 0 auto;
}

.mf-hp {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.mf-submit {
  width: 100%;
  min-height: 38px;
  margin-top: 6px;
  border: 0;
  background: #896a67;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.mf-submit:hover,
.mf-submit:focus {
  background: #4e3d3b;
}

.mf-submit:disabled {
  cursor: wait;
  opacity: 0.72;
}

.mf-form-status {
  min-height: 19px;
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.45;
}

.mf-form-status.is-ok {
  color: #27643a;
}

.mf-form-status.is-error {
  color: #9a251f;
}

@media (max-width: 727px) {
  .mf-contact-form input,
  .mf-contact-form select,
  .mf-contact-form textarea {
    font-size: 16px;
  }
}

.mf-seo-blog-preview,
.mf-blog-page {
  color: #3f3533;
  font-family: Montserrat, Arial, sans-serif;
}

.mf-seo-blog-preview {
  background: #fff8f6;
  padding: 56px 20px;
}

.mf-seo-blog-inner,
.mf-blog-wrap {
  width: min(1080px, 100%);
  margin: 0 auto;
}

.mf-seo-eyebrow,
.mf-blog-eyebrow {
  margin: 0 0 10px;
  color: #896a67;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}

.mf-seo-blog-preview h2,
.mf-blog-hero h1,
.mf-article h1 {
  margin: 0;
  color: #2b2423;
  font-family: Alata, Montserrat, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.14;
}

.mf-seo-blog-preview h2 {
  max-width: 760px;
  font-size: 34px;
}

.mf-seo-intro,
.mf-blog-hero p,
.mf-article-lead {
  max-width: 760px;
  margin: 16px 0 0;
  color: #594b49;
  font-size: 17px;
  line-height: 1.7;
}

.mf-seo-card-grid,
.mf-blog-grid,
.mf-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.mf-seo-card,
.mf-blog-card,
.mf-related-card {
  display: flex;
  min-height: 178px;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(137, 106, 103, 0.2);
  border-radius: 8px;
  background: #ffffff;
  color: #2b2423;
  padding: 22px;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.mf-seo-card:hover,
.mf-blog-card:hover,
.mf-related-card:hover {
  border-color: rgba(137, 106, 103, 0.48);
  box-shadow: 0 12px 28px rgba(74, 52, 47, 0.12);
  transform: translateY(-2px);
}

.mf-seo-card span,
.mf-blog-card span,
.mf-related-card span {
  color: #896a67;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}

.mf-seo-card strong,
.mf-blog-card strong,
.mf-related-card strong {
  margin-top: 18px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.mf-seo-blog-link,
.mf-blog-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 28px;
  border: 1px solid #896a67;
  background: #896a67;
  color: #ffffff;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.mf-blog-page {
  margin: 0;
  background: #fffaf8;
}

.mf-blog-header {
  border-bottom: 1px solid rgba(137, 106, 103, 0.18);
  background: #ffffff;
}

.mf-blog-nav {
  display: flex;
  width: min(1080px, calc(100% - 40px));
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 auto;
}

.mf-blog-brand {
  color: #2b2423;
  font-family: Alata, Montserrat, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.2;
  text-decoration: none;
}

.mf-blog-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.mf-blog-links a {
  color: #4e3d3b;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.mf-blog-main {
  padding: 54px 20px 70px;
}

.mf-blog-hero,
.mf-article {
  width: min(920px, 100%);
  margin: 0 auto;
}

.mf-blog-hero h1,
.mf-article h1 {
  max-width: 860px;
  font-size: 44px;
}

.mf-blog-grid {
  width: min(1080px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.mf-blog-card p,
.mf-related-card p {
  margin: 12px 0 0;
  color: #594b49;
  font-size: 15px;
  line-height: 1.6;
}

.mf-article {
  background: #ffffff;
  border: 1px solid rgba(137, 106, 103, 0.14);
  border-radius: 8px;
  padding: 42px;
}

.mf-article-meta {
  margin: 14px 0 0;
  color: #806d69;
  font-size: 14px;
  line-height: 1.5;
}

.mf-article h2 {
  margin: 34px 0 12px;
  color: #2b2423;
  font-size: 26px;
  line-height: 1.25;
}

.mf-article h3 {
  margin: 24px 0 10px;
  color: #2b2423;
  font-size: 20px;
  line-height: 1.3;
}

.mf-article p,
.mf-article li {
  color: #4f4543;
  font-size: 17px;
  line-height: 1.75;
}

.mf-article p + p {
  margin-top: 16px;
}

.mf-article ul,
.mf-article ol {
  margin: 14px 0 0 22px;
}

.mf-article li + li {
  margin-top: 8px;
}

.mf-article-note {
  margin-top: 28px;
  border-left: 4px solid #896a67;
  background: #fff8f6;
  padding: 18px;
}

.mf-related {
  width: min(1080px, 100%);
  margin: 34px auto 0;
}

.mf-related h2 {
  margin: 0;
  color: #2b2423;
  font-size: 28px;
  line-height: 1.25;
}

.mf-blog-footer {
  border-top: 1px solid rgba(137, 106, 103, 0.18);
  background: #ffffff;
  padding: 24px 20px;
  color: #6a5b58;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 820px) {
  .mf-seo-card-grid,
  .mf-blog-grid,
  .mf-related-grid {
    grid-template-columns: 1fr;
  }

  .mf-seo-blog-preview h2,
  .mf-blog-hero h1,
  .mf-article h1 {
    font-size: 32px;
  }

  .mf-blog-nav {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px 0;
  }

  .mf-blog-links {
    justify-content: flex-start;
  }

  .mf-article {
    padding: 28px 20px;
  }
}
