.mf-contact-page-body .entry-header,
.mf-contact-page-body .entry-title {
  display: none;
}

.mf-contact-page-body .site-content,
.mf-contact-page-body .ast-container,
.mf-contact-page-body .content-area,
.mf-contact-page-body .site-main,
.mf-contact-page-body article,
.mf-contact-page-body .entry-content {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.mf-contact-page {
  --mf-contact-ink: #17271f;
  --mf-contact-green: #173d31;
  --mf-contact-red: #b4232d;
  --mf-contact-warm: #f7f2ec;
  --mf-contact-line: #d9dedb;
  width: 100%;
  color: var(--mf-contact-ink);
  background: #fff;
  letter-spacing: 0;
}

.mf-contact-page *,
.mf-contact-page *::before,
.mf-contact-page *::after {
  box-sizing: border-box;
}

.mf-contact-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.mf-contact-hero {
  padding: 72px 0 64px;
  color: #fff;
  background: var(--mf-contact-green);
}

.mf-contact-hero h1 {
  max-width: 800px;
  margin: 8px 0 18px;
  color: #fff;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: 0;
}

.mf-contact-hero > .mf-contact-shell > p:last-child {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.65;
}

.mf-contact-eyebrow {
  margin: 0 0 8px;
  color: var(--mf-contact-red);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0;
}

.mf-contact-hero .mf-contact-eyebrow {
  color: #f5d8c9;
}

.mf-contact-section {
  padding: 72px 0 80px;
}

.mf-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
  gap: 72px;
  align-items: start;
}

.mf-contact-details h2,
.mf-contact-form-panel h2 {
  margin: 0 0 18px;
  color: var(--mf-contact-ink);
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: 0;
}

.mf-contact-methods {
  margin-top: 28px;
  border-top: 1px solid var(--mf-contact-line);
}

.mf-contact-method {
  padding: 20px 0;
  border-bottom: 1px solid var(--mf-contact-line);
}

.mf-contact-method p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}

.mf-contact-method__label {
  margin-bottom: 5px !important;
  color: #657269;
  font-size: 12px !important;
  font-weight: 800;
  text-transform: uppercase;
}

.mf-contact-method > a:not(.mf-contact-text-link) {
  display: inline-block;
  color: var(--mf-contact-green);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4;
  text-decoration: none;
}

.mf-contact-text-link {
  display: inline-block;
  margin-top: 6px;
  color: var(--mf-contact-green);
  font-size: 14px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.mf-contact-stores {
  margin-top: 42px;
  padding-top: 4px;
}

.mf-contact-stores h3 {
  margin: 0 0 10px;
  color: var(--mf-contact-ink);
  font-size: 22px;
  line-height: 1.35;
  letter-spacing: 0;
}

.mf-contact-stores > p:not(.mf-contact-eyebrow) {
  margin: 0 0 18px;
  color: #58665e;
  font-size: 15px;
  line-height: 1.65;
}

.mf-contact-button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border: 1px solid var(--mf-contact-green);
  border-radius: 6px;
  color: var(--mf-contact-green);
  background: transparent;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease;
}

.mf-contact-button:hover,
.mf-contact-button:focus-visible {
  color: #fff;
  background: var(--mf-contact-green);
}

.mf-contact-form-panel {
  padding: 38px 40px 40px;
  border: 1px solid var(--mf-contact-line);
  border-radius: 6px;
  background: var(--mf-contact-warm);
}

.mf-contact-form-panel__intro {
  max-width: 620px;
  margin: 0 0 26px;
  color: #58665e;
  font-size: 16px;
  line-height: 1.65;
}

.mf-contact-form .wpforms-container {
  margin: 0;
}

.mf-contact-form .wpforms-field {
  padding: 0 0 18px;
}

.mf-contact-form .wpforms-field-label {
  margin-bottom: 7px;
  color: var(--mf-contact-ink);
  font-size: 14px;
  font-weight: 800;
}

.mf-contact-form input[type="text"],
.mf-contact-form input[type="email"],
.mf-contact-form input[type="tel"],
.mf-contact-form textarea {
  width: 100%;
  max-width: none;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid #cbd2ce;
  border-radius: 4px;
  color: var(--mf-contact-ink);
  background: #fff;
  font: inherit;
  line-height: 1.5;
}

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

.mf-contact-form input:focus,
.mf-contact-form textarea:focus {
  border-color: var(--mf-contact-green);
  outline: 2px solid rgba(23, 61, 49, 0.16);
  outline-offset: 1px;
}

.mf-contact-form .wpforms-submit-container {
  padding: 2px 0 0;
}

.mf-contact-form button[type="submit"],
.mf-contact-form .wpforms-submit {
  min-height: 48px;
  padding: 12px 22px;
  border: 1px solid var(--mf-contact-green);
  border-radius: 6px;
  color: #fff;
  background: var(--mf-contact-green);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
  transition: background-color 160ms ease, border-color 160ms ease;
}

.mf-contact-form button[type="submit"]:hover,
.mf-contact-form button[type="submit"]:focus-visible,
.mf-contact-form .wpforms-submit:hover,
.mf-contact-form .wpforms-submit:focus-visible {
  border-color: var(--mf-contact-red);
  color: #fff;
  background: var(--mf-contact-red);
}

@media (max-width: 900px) {
  .mf-contact-layout {
    grid-template-columns: 1fr;
    gap: 52px;
  }
}

@media (max-width: 600px) {
  .mf-contact-shell {
    width: min(100% - 32px, 1180px);
  }

  .mf-contact-hero {
    padding: 48px 0 44px;
  }

  .mf-contact-hero h1 {
    font-size: 36px;
  }

  .mf-contact-hero > .mf-contact-shell > p:last-child {
    font-size: 16px;
  }

  .mf-contact-section {
    padding: 50px 0 58px;
  }

  .mf-contact-details h2,
  .mf-contact-form-panel h2 {
    font-size: 29px;
  }

  .mf-contact-method > a:not(.mf-contact-text-link) {
    font-size: 18px;
    overflow-wrap: anywhere;
  }

  .mf-contact-form-panel {
    padding: 26px 20px 28px;
  }
}

@media print {
  .mf-contact-page-body .mf-native-site-header,
  .mf-contact-page-body .site-footer,
  .mf-contact-page-body .mf-newsletter {
    display: none !important;
  }

  .mf-contact-hero {
    padding: 28px 0;
    color: #000;
    background: #fff;
  }

  .mf-contact-hero h1,
  .mf-contact-hero .mf-contact-eyebrow,
  .mf-contact-hero > .mf-contact-shell > p:last-child {
    color: #000;
  }

  .mf-contact-form-panel {
    display: none;
  }

  .mf-contact-layout {
    display: block;
  }
}
