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

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

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

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

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

.mf-info-hero {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: center;
  color: #fff;
  background-image: var(--mf-hero-image);
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.mf-info-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(18, 37, 28, 0.7);
}

.mf-info-hero__content {
  position: relative;
  z-index: 1;
  padding: 72px 0;
}

.mf-info-hero__content h1 {
  max-width: 820px;
  margin: 10px 0 22px;
  color: #fff;
  font-size: 52px;
  line-height: 1.08;
  letter-spacing: 0;
}

.mf-info-hero__content > p:not(.mf-info-eyebrow) {
  max-width: 680px;
  margin: 0 0 28px;
  color: #fff;
  font-size: 19px;
  line-height: 1.65;
}

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

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

.mf-info-section {
  padding: 76px 0;
}

.mf-info-section h2 {
  margin: 0 0 20px;
  color: var(--mf-ink);
  font-size: 36px;
  line-height: 1.18;
  letter-spacing: 0;
}

.mf-info-section h3 {
  color: var(--mf-ink);
  letter-spacing: 0;
}

.mf-info-section p {
  font-size: 17px;
  line-height: 1.7;
}

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

.mf-info-button--light {
  color: var(--mf-green);
  background: #fff;
}

.mf-info-button--accent {
  color: #fff;
  background: var(--mf-red);
}

.mf-info-button--outline {
  color: var(--mf-green);
  border-color: var(--mf-green);
  background: transparent;
}

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

.mf-info-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr);
  gap: 64px;
  align-items: center;
}

.mf-info-copy p {
  margin: 0 0 16px;
}

.mf-info-media {
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
  background: var(--mf-warm);
}

.mf-info-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.mf-info-section--principles,
.mf-info-section--online {
  background: var(--mf-warm);
}

.mf-info-heading {
  max-width: 760px;
  margin-bottom: 36px;
}

.mf-info-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.mf-info-principles article,
.mf-location-card {
  border: 1px solid var(--mf-line);
  border-radius: 6px;
  background: #fff;
}

.mf-info-principles article {
  padding: 28px;
}

.mf-info-principles article > span {
  display: block;
  margin-bottom: 30px;
  color: var(--mf-red);
  font-size: 14px;
  font-weight: 800;
}

.mf-info-principles h3 {
  margin: 0 0 12px;
  font-size: 21px;
}

.mf-info-principles p {
  margin: 0;
  font-size: 15px;
}

.mf-info-online,
.mf-info-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.mf-info-online > div,
.mf-info-cta > div:first-child {
  max-width: 760px;
}

.mf-info-online p {
  margin-bottom: 0;
}

.mf-info-section--locations {
  background: #fff;
}

.mf-info-partner-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  align-items: center;
  gap: 48px;
  margin-bottom: 38px;
}

.mf-info-partner-heading > div {
  max-width: 780px;
}

.mf-info-partner-heading p:last-child {
  margin-bottom: 0;
}

.mf-info-partner-heading img {
  width: 100%;
  max-height: 140px;
  object-fit: contain;
}

.mf-location-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.mf-location-card {
  min-height: 252px;
  display: flex;
  flex-direction: column;
  padding: 24px;
}

.mf-location-card__city {
  margin: 0 0 10px;
  color: var(--mf-red);
  font-size: 12px !important;
  font-weight: 800;
  text-transform: uppercase;
}

.mf-location-card h3 {
  margin: 0 0 14px;
  font-size: 20px;
  line-height: 1.35;
}

.mf-location-card__hours {
  margin: 0 0 20px;
  color: #536159;
  font-size: 14px !important;
  line-height: 1.6 !important;
}

.mf-location-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: auto;
}

.mf-location-card__actions a {
  color: var(--mf-green);
  font-size: 14px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.mf-info-source {
  max-width: 880px;
  margin: 28px 0 0;
  color: #66736c;
  font-size: 13px !important;
}

.mf-info-source a {
  color: var(--mf-green);
  font-weight: 700;
}

.mf-info-section--cta {
  color: #fff;
  background: var(--mf-green);
}

.mf-info-section--cta h2,
.mf-info-section--cta .mf-info-eyebrow {
  color: #fff;
}

.mf-info-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.mf-info-section--cta .mf-info-button--outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 900px) {
  .mf-info-split,
  .mf-info-partner-heading {
    grid-template-columns: 1fr;
  }

  .mf-info-principles,
  .mf-location-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mf-info-partner-heading img {
    width: 180px;
  }
}

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

  .mf-info-hero {
    min-height: 420px;
    background-position: center;
  }

  .mf-info-hero__content {
    padding: 56px 0;
  }

  .mf-info-hero__content h1 {
    font-size: 38px;
    line-height: 1.12;
  }

  .mf-info-hero__content > p:not(.mf-info-eyebrow) {
    font-size: 17px;
  }

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

  .mf-info-section h2 {
    font-size: 30px;
  }

  .mf-info-section p {
    font-size: 16px;
  }

  .mf-info-split {
    gap: 34px;
  }

  .mf-info-principles,
  .mf-location-grid {
    grid-template-columns: 1fr;
  }

  .mf-info-principles article {
    padding: 24px;
  }

  .mf-info-online,
  .mf-info-cta {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }

  .mf-info-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .mf-info-actions .mf-info-button {
    flex: 1 1 150px;
  }

  .mf-location-card {
    min-height: 0;
    padding: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mf-info-button {
    transition: none;
  }
}
