.mf-about-page {
  --mf-orange: #f59b2d;
  --mf-black: #101010;
  --mf-white: #ffffff;
  --mf-ink: #151515;
  --mf-muted: #626a73;
  --mf-line: #deded8;
  --mf-soft: #f5f3ed;
  --mf-max: 1300px;
  --mf-hero-pull: 170px;
  position: relative;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-top: calc(var(--mf-hero-pull) * -1) !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow-x: hidden;
  isolation: isolate;
  background:
    radial-gradient(ellipse at 94% 10%, rgba(245,155,45,.075), transparent 23%),
    radial-gradient(ellipse at 6% 36%, rgba(245,155,45,.055), transparent 24%),
    radial-gradient(ellipse at 92% 76%, rgba(245,155,45,.06), transparent 24%),
    linear-gradient(rgba(16,16,16,.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16,16,16,.028) 1px, transparent 1px),
    #ffffff;
  background-size: auto, auto, auto, 42px 42px, 42px 42px, auto;
  color: var(--mf-ink);
  font-family: Arial, Helvetica, sans-serif;
}

.mf-about-page::before,
.mf-about-page::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.mf-about-page::before {
  left: -340px;
  top: 1380px;
  width: 680px;
  height: 680px;
  opacity: .06;
  border: 2px solid rgba(245,155,45,.7);
  transform: rotate(45deg);
}

.mf-about-page::after {
  right: -260px;
  top: 3260px;
  width: 520px;
  height: 520px;
  opacity: .052;
  border: 2px solid rgba(245,155,45,.62);
  transform: rotate(18deg);
}

.mf-about-page *,
.mf-about-page *::before,
.mf-about-page *::after { box-sizing: border-box; }
.mf-about-page a { color: inherit; text-decoration: none; }
.mf-about-page img { display: block; max-width: 100%; }

.mf-about-page h1,
.mf-about-page h2,
.mf-about-page h3,
.mf-about-page p,
.mf-about-page a,
.mf-about-page span,
.mf-about-page i,
.mf-about-page b,
.mf-about-page strong { letter-spacing: 0 !important; }

body:has(.mf-about-page) header,
body:has(.mf-about-page) .site-header,
body:has(.mf-about-page) #masthead,
body:has(.mf-about-page) .elementor-location-header {
  background: rgba(16,16,16,.96) !important;
  box-shadow: 0 1px 0 rgba(255,255,255,.08) !important;
}

.mf-about-wrap {
  width: min(var(--mf-max), calc(100% - 56px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.mf-about-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px !important;
  color: var(--mf-orange) !important;
  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

.mf-about-label span {
  display: block;
  width: 54px;
  height: 1px;
  background: rgba(16,16,16,.36);
}

.mf-about-label::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background: rgba(16,16,16,.32);
}

.mf-about-hero .mf-about-label span,
.mf-about-go .mf-about-label span,
.mf-about-contact .mf-about-label span {
  background: rgba(255,255,255,.38);
}

.mf-about-hero .mf-about-label::after,
.mf-about-go .mf-about-label::after,
.mf-about-contact .mf-about-label::after {
  background: rgba(255,255,255,.28);
}

.mf-about-hero {
  position: relative;
  min-height: 92vh;
  padding: clamp(210px, 19vw, 265px) 0 0;
  overflow: hidden;
  isolation: isolate;
  color: #ffffff;
  background: #101010;
}

.mf-about-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #101010;
}

.mf-about-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .58;
  filter: saturate(.92) contrast(1.08) brightness(.72);
  transform: scale(1.04);
}

.mf-about-hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(16,16,16,.94) 0%, rgba(16,16,16,.72) 42%, rgba(16,16,16,.32) 100%),
    linear-gradient(180deg, rgba(16,16,16,.9) 0%, rgba(16,16,16,.18) 48%, rgba(16,16,16,.84) 100%);
}

.mf-about-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: .38;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,1), rgba(0,0,0,.82) 72%, transparent 100%);
}

.mf-about-hero::before {
  content: "";
  position: absolute;
  right: max(32px, calc((100vw - var(--mf-max)) / 2));
  top: clamp(135px, 13vw, 190px);
  width: min(27vw, 360px);
  height: min(27vw, 360px);
  z-index: 1;
  opacity: .88;
  border-top: 3px solid rgba(245,155,45,.88);
  border-right: 3px solid rgba(245,155,45,.55);
  transform: translate(18%, -10%) rotate(45deg);
}

.mf-about-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  z-index: 4;
  background: linear-gradient(90deg, transparent, var(--mf-orange), transparent);
}

.mf-about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, .72fr);
  align-items: end;
  gap: clamp(40px, 7vw, 96px);
  min-height: calc(92vh - clamp(210px, 19vw, 265px));
  padding-bottom: 116px;
}

.mf-about-hero-copy {
  max-width: 760px;
  position: relative;
}

.mf-about-hero h1 {
  margin: 24px 0 0 !important;
  max-width: 760px;
  color: #ffffff !important;
  font-size: clamp(40px, 5.15vw, 72px) !important;
  line-height: .96 !important;
  font-weight: 900 !important;
  text-transform: none !important;
}

.mf-about-hero h1 span {
  color: var(--mf-orange) !important;
}

.mf-about-lead {
  max-width: 650px;
  margin: 28px 0 0 !important;
  color: rgba(255,255,255,.76) !important;
  font-size: clamp(15px, 1.05vw, 17px) !important;
  line-height: 1.7 !important;
  font-weight: 500 !important;
}

.mf-about-actions,
.mf-about-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.mf-about-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 30px;
  border: 1px solid var(--mf-orange) !important;
  border-radius: 0 !important;
  background: var(--mf-orange) !important;
  color: #111111 !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
  cursor: pointer;
  transition: transform .22s ease, background .22s ease, color .22s ease, border-color .22s ease, box-shadow .22s ease !important;
}

.mf-about-btn:hover {
  transform: translateY(-2px);
  background: rgba(245,155,45,.02) !important;
  color: var(--mf-orange) !important;
  border-color: var(--mf-orange) !important;
  box-shadow: 0 0 0 4px rgba(245,155,45,.14) !important;
}

.mf-about-btn-secondary {
  background: rgba(255,255,255,.04) !important;
  border-color: rgba(255,255,255,.34) !important;
  color: #ffffff !important;
}

.mf-about-btn-secondary:hover {
  background: rgba(245,155,45,.1) !important;
  color: var(--mf-orange) !important;
  border-color: var(--mf-orange) !important;
  box-shadow: 0 0 0 4px rgba(245,155,45,.12) !important;
}

.mf-about-hero-card {
  position: relative;
  min-height: 420px;
  padding: 34px;
  overflow: hidden;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 28px 90px rgba(0,0,0,.34);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.mf-about-hero-card::before {
  content: "";
  position: absolute;
  right: -105px;
  top: -105px;
  width: 230px;
  height: 230px;
  border: 2px solid rgba(245,155,45,.72);
  transform: rotate(45deg);
}

.mf-about-hero-card::after {
  content: "";
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 34px;
  height: 1px;
  background: linear-gradient(90deg, var(--mf-orange), transparent);
}

.mf-about-hero-card > span,
.mf-about-go aside > span {
  position: relative;
  z-index: 2;
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  margin: 0;
  padding: 0 12px;
  background: var(--mf-orange);
  color: #111111 !important;
  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

.mf-about-hero-card h2 {
  position: relative;
  z-index: 2;
  margin: 62px 0 0 !important;
  max-width: 360px;
  color: #ffffff !important;
  font-size: clamp(28px, 2.7vw, 40px) !important;
  line-height: 1.02 !important;
  font-weight: 900 !important;
}

.mf-about-hero-card p,
.mf-about-go aside p {
  position: relative;
  z-index: 2;
  margin: 20px 0 0 !important;
  color: rgba(255,255,255,.72) !important;
  font-size: 14px !important;
  line-height: 1.62 !important;
}

.mf-about-card-lines {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.mf-about-card-lines i {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 11px;
  border: 1px solid rgba(245,155,45,.4);
  background: rgba(245,155,45,.075);
  color: rgba(255,255,255,.82) !important;
  font-size: 11px !important;
  line-height: 1 !important;
  font-style: normal;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

.mf-about-anchor {
  position: relative;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: min(var(--mf-max), calc(100% - 56px));
  margin: -72px auto 0;
  padding-bottom: 54px;
}

.mf-about-anchor a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(255,255,255,.32);
  background: rgba(255,255,255,.04);
  color: #ffffff !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  transition: transform .22s ease, border-color .22s ease, color .22s ease, background .22s ease;
}

.mf-about-anchor a:hover {
  transform: translateY(-2px);
  border-color: var(--mf-orange);
  color: var(--mf-orange) !important;
  background: rgba(245,155,45,.08);
}
.mf-about-numbers,
.mf-about-approach,
.mf-about-team,
.mf-about-values,
.mf-about-go,
.mf-about-contact {
  position: relative;
  z-index: 2;
  padding: clamp(82px, 9vw, 130px) 0;
  overflow: hidden;
}

.mf-about-section-head {
  display: block;
  width: min(980px, 100%);
  margin-bottom: 38px;
}

.mf-about-section-head > .mf-about-label {
  margin-bottom: 16px !important;
}

.mf-about-section-head > div {
  max-width: 980px;
}

.mf-about-section-head h2,
.mf-about-approach h2,
.mf-about-go h2,
.mf-about-contact h2 {
  margin: 0 !important;
  max-width: 800px;
  color: #111111 !important;
  font-size: clamp(32px, 3.55vw, 54px) !important;
  line-height: 1.04 !important;
  font-weight: 900 !important;
  text-transform: none !important;
}

.mf-about-section-head p,
.mf-about-approach-copy > p,
.mf-about-go p,
.mf-about-contact p {
  max-width: 650px;
  margin: 20px 0 0 !important;
  color: var(--mf-muted) !important;
  font-size: 15px !important;
  line-height: 1.68 !important;
  font-weight: 500 !important;
}

.mf-about-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--mf-line);
  border-left: 1px solid var(--mf-line);
  box-shadow: 0 30px 90px rgba(16,16,16,.07);
}

.mf-about-stat-grid article {
  position: relative;
  min-height: 292px;
  overflow: hidden;
  padding: 34px;
  background: rgba(255,255,255,.84);
  border-right: 1px solid var(--mf-line);
  border-bottom: 1px solid var(--mf-line);
  transition: transform .24s ease, background .24s ease, box-shadow .24s ease;
}

.mf-about-stat-grid article::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 76px;
  height: 3px;
  background: var(--mf-orange);
}

.mf-about-stat-grid article::after {
  content: "";
  position: absolute;
  right: -52px;
  bottom: -52px;
  width: 148px;
  height: 148px;
  border: 1px solid rgba(245,155,45,.42);
  transform: rotate(45deg);
  opacity: .54;
  animation: mf-about-card-mark 12s ease-in-out infinite;
}

.mf-about-stat-grid article:nth-child(2)::after {
  width: 112px;
  height: 112px;
  right: -34px;
  bottom: -48px;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  animation-delay: -1.5s;
}

.mf-about-stat-grid article:nth-child(3)::after {
  width: 180px;
  height: 82px;
  right: -70px;
  bottom: -18px;
  transform: rotate(-22deg);
  animation-delay: -3s;
}

.mf-about-stat-grid article:nth-child(4)::after {
  width: 132px;
  height: 132px;
  right: -48px;
  bottom: -34px;
  clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
  animation-delay: -4.5s;
}

@keyframes mf-about-card-mark {
  0%, 100% { translate: 0 0; }
  50% { translate: -8px -6px; }
}

.mf-about-stat-grid article:hover {
  transform: translateY(-2px);
  z-index: 3;
  background: #ffffff;
  box-shadow: 0 16px 44px rgba(16,16,16,.1);
}

.mf-about-stat-grid strong {
  position: relative;
  z-index: 2;
  display: block;
  margin: 0 0 28px;
  color: var(--mf-orange) !important;
  font-size: clamp(42px, 4.2vw, 64px) !important;
  line-height: .9 !important;
  font-weight: 900 !important;
}

.mf-about-stat-grid span {
  position: relative;
  z-index: 2;
  display: block;
  margin: 0 0 16px;
  color: #111111 !important;
  font-size: 18px !important;
  line-height: 1.16 !important;
  font-weight: 900 !important;
}

.mf-about-stat-grid p,
.mf-about-principles p,
.mf-about-values-grid p,
.mf-about-team-grid p {
  position: relative;
  z-index: 2;
  margin: 0 !important;
  color: var(--mf-muted) !important;
  font-size: 14px !important;
  line-height: 1.62 !important;
}

.mf-about-approach,
.mf-about-values {
  background:
    radial-gradient(ellipse at 90% 18%, rgba(245,155,45,.07), transparent 24%),
    linear-gradient(rgba(16,16,16,.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16,16,16,.032) 1px, transparent 1px),
    var(--mf-soft);
  background-size: auto, 42px 42px, 42px 42px, auto;
  border-top: 1px solid rgba(16,16,16,.08);
  border-bottom: 1px solid rgba(16,16,16,.08);
}

.mf-about-approach-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: clamp(40px, 7vw, 92px);
}

.mf-about-approach-copy h2 {
  max-width: 680px;
}

.mf-about-principles {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  margin-top: 34px;
  background: rgba(16,16,16,.12);
}

.mf-about-principles article {
  position: relative;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  padding: 24px;
  overflow: hidden;
  background: rgba(255,255,255,.84);
  transition: transform .24s ease, background .24s ease;
}

.mf-about-principles article:hover {
  transform: translateX(3px);
  background: #ffffff;
}

.mf-about-principles b {
  color: var(--mf-orange) !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
}

.mf-about-principles h3 {
  margin: 0 !important;
  color: #111111 !important;
  font-size: 20px !important;
  line-height: 1.15 !important;
  font-weight: 900 !important;
}

.mf-about-principles p {
  grid-column: 2;
  margin-top: -4px !important;
}

.mf-about-image-stack {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  grid-auto-rows: 278px;
  gap: 12px;
}

.mf-about-image-stack figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #101010;
  border: 1px solid rgba(16,16,16,.12);
  box-shadow: 0 26px 80px rgba(16,16,16,.14);
  color: transparent;
  font-size: 0;
}

.mf-about-image-stack figure::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, transparent 34%, rgba(0,0,0,.74));
  pointer-events: none;
}

.mf-about-image-stack figure::after {
  content: "";
  position: absolute;
  right: -58px;
  top: -58px;
  z-index: 3;
  width: 124px;
  height: 124px;
  border: 1px solid rgba(245,155,45,.5);
  transform: rotate(45deg);
  pointer-events: none;
}

.mf-about-image-main {
  grid-row: span 2;
}

.mf-about-image-stack img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  filter: saturate(.92) contrast(1.06) brightness(.86);
  transition: transform .6s ease, filter .6s ease;
}

.mf-about-image-stack figure:hover img {
  transform: scale(1.045);
  filter: saturate(1) contrast(1.08) brightness(.96);
}

.mf-about-image-stack figcaption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 4;
  color: #ffffff !important;
  font-size: 15px !important;
  line-height: 1.24 !important;
  font-weight: 900 !important;
}

.mf-about-team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--mf-line);
  border-left: 1px solid var(--mf-line);
  box-shadow: 0 30px 90px rgba(16,16,16,.07);
}

.mf-about-team-grid article {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border-right: 1px solid var(--mf-line);
  border-bottom: 1px solid var(--mf-line);
  transition: transform .24s ease, box-shadow .24s ease;
}

.mf-about-team-grid article::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 76px;
  height: 3px;
  background: var(--mf-orange);
}

.mf-about-team-grid article:hover {
  transform: translateY(-2px);
  z-index: 3;
  box-shadow: 0 16px 44px rgba(16,16,16,.1);
}

.mf-about-team-grid figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  aspect-ratio: .78;
  background: #101010;
}

.mf-about-team-grid figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 56%, rgba(0,0,0,.38));
}

.mf-about-team-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(.92) contrast(1.04);
  transition: transform .6s ease, filter .6s ease;
}

.mf-about-team-grid article:hover img {
  transform: scale(1.035);
  filter: saturate(1) contrast(1.06);
}

.mf-about-team-grid div {
  padding: 24px;
}

.mf-about-team-grid span {
  display: block;
  margin-bottom: 12px;
  color: var(--mf-orange) !important;
  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

.mf-about-team-grid h3,
.mf-about-values-grid h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 12px !important;
  color: #111111 !important;
  font-size: 22px !important;
  line-height: 1.14 !important;
  font-weight: 900 !important;
}

.mf-about-values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--mf-line);
  border-left: 1px solid var(--mf-line);
  box-shadow: 0 30px 90px rgba(16,16,16,.07);
}

.mf-about-values-grid article {
  position: relative;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 34px;
  background: rgba(255,255,255,.84);
  border-right: 1px solid var(--mf-line);
  border-bottom: 1px solid var(--mf-line);
  transition: transform .24s ease, background .24s ease, box-shadow .24s ease;
}

.mf-about-values-grid article::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 76px;
  height: 3px;
  background: var(--mf-orange);
}

.mf-about-values-grid article::after {
  content: "";
  position: absolute;
  right: -52px;
  bottom: -52px;
  width: 148px;
  height: 148px;
  border: 1px solid rgba(245,155,45,.42);
  transform: rotate(45deg);
  opacity: .5;
  animation: mf-about-card-mark 12s ease-in-out infinite;
}

.mf-about-values-grid article:nth-child(2)::after {
  width: 112px;
  height: 112px;
  right: -34px;
  bottom: -48px;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  animation-delay: -1.2s;
}

.mf-about-values-grid article:nth-child(3)::after {
  width: 182px;
  height: 78px;
  right: -70px;
  bottom: -18px;
  transform: rotate(-22deg);
  animation-delay: -2.4s;
}

.mf-about-values-grid article:nth-child(4)::after {
  width: 126px;
  height: 126px;
  right: -48px;
  bottom: -34px;
  clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
  animation-delay: -3.6s;
}

.mf-about-values-grid article:nth-child(5)::after {
  width: 162px;
  height: 162px;
  right: -78px;
  bottom: -72px;
  border-width: 2px;
  animation-delay: -4.8s;
}

.mf-about-values-grid article:nth-child(6)::after {
  width: 150px;
  height: 72px;
  right: -42px;
  bottom: -16px;
  clip-path: polygon(14% 0, 100% 0, 86% 100%, 0 100%);
  transform: rotate(25deg);
  animation-delay: -6s;
}

.mf-about-values-grid article:hover {
  transform: translateY(-2px);
  z-index: 3;
  background: #ffffff;
  box-shadow: 0 16px 44px rgba(16,16,16,.1);
}

.mf-about-values-grid i {
  position: relative;
  z-index: 2;
  display: block;
  width: 56px;
  height: 56px;
  margin-bottom: 42px;
  border: 1px solid rgba(245,155,45,.62);
  background: rgba(245,155,45,.055);
  font-style: normal;
}

.mf-about-values-grid i::before,
.mf-about-values-grid i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: var(--mf-orange);
}

.mf-about-values-grid i::before {
  width: 24px;
  height: 2px;
}

.mf-about-values-grid i::after {
  width: 2px;
  height: 24px;
}

.mf-about-values-grid article:nth-child(1) i::before { width: 25px; height: 25px; background: transparent; border: 2px solid var(--mf-orange); }
.mf-about-values-grid article:nth-child(1) i::after { width: 12px; height: 2px; transform: translate(-50%, -50%) rotate(45deg); }
.mf-about-values-grid article:nth-child(2) i::before { width: 24px; height: 18px; background: transparent; border: 2px solid var(--mf-orange); }
.mf-about-values-grid article:nth-child(2) i::after { width: 10px; height: 10px; top: 38%; background: transparent; border-left: 2px solid var(--mf-orange); border-bottom: 2px solid var(--mf-orange); transform: translate(-50%, -50%) rotate(-45deg); }
.mf-about-values-grid article:nth-child(3) i::before { width: 28px; height: 2px; box-shadow: 0 -9px 0 var(--mf-orange), 0 9px 0 var(--mf-orange); }
.mf-about-values-grid article:nth-child(3) i::after { width: 8px; height: 8px; left: 64%; top: 50%; }
.mf-about-values-grid article:nth-child(4) i::before { width: 18px; height: 26px; background: transparent; border: 2px solid var(--mf-orange); transform: translate(-50%, -50%) skewX(-12deg); }
.mf-about-values-grid article:nth-child(4) i::after { width: 2px; height: 30px; transform: translate(-50%, -50%) rotate(28deg); }
.mf-about-values-grid article:nth-child(5) i::before { width: 26px; height: 30px; background: transparent; border: 2px solid var(--mf-orange); }
.mf-about-values-grid article:nth-child(5) i::after { width: 14px; height: 2px; top: 42%; box-shadow: 0 7px 0 var(--mf-orange); }
.mf-about-values-grid article:nth-child(6) i::before { width: 25px; height: 25px; background: transparent; border: 2px solid var(--mf-orange); transform: translate(-50%, -50%) rotate(45deg); }
.mf-about-values-grid article:nth-child(6) i::after { width: 14px; height: 14px; background: transparent; border-right: 2px solid var(--mf-orange); border-bottom: 2px solid var(--mf-orange); transform: translate(-50%, -50%) rotate(-45deg); }
.mf-about-go {
  color: #ffffff;
  background:
    radial-gradient(ellipse at 16% 22%, rgba(245,155,45,.14), transparent 24%),
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    #101010;
  background-size: auto, 42px 42px, 42px 42px, auto;
}

.mf-about-go-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, .68fr);
  gap: clamp(40px, 7vw, 92px);
  align-items: center;
}

.mf-about-go h2,
.mf-about-contact h2 {
  color: #ffffff !important;
}

.mf-about-go p,
.mf-about-contact p {
  color: rgba(255,255,255,.72) !important;
}

.mf-about-go .mf-about-btn {
  margin-top: 32px;
}

.mf-about-go aside {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  padding: 34px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 28px 90px rgba(0,0,0,.28);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.mf-about-go aside::before {
  content: "";
  position: absolute;
  right: -105px;
  top: -105px;
  width: 230px;
  height: 230px;
  border: 2px solid rgba(245,155,45,.72);
  transform: rotate(45deg);
}

.mf-about-go aside::after {
  content: "";
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 34px;
  height: 1px;
  background: linear-gradient(90deg, var(--mf-orange), transparent);
}

.mf-about-go aside h3 {
  position: relative;
  z-index: 2;
  margin: 62px 0 0 !important;
  color: #ffffff !important;
  max-width: 380px;
  font-size: clamp(28px, 2.7vw, 40px) !important;
  line-height: 1.02 !important;
  font-weight: 900 !important;
}

.mf-about-contact {
  color: #ffffff;
  background:
    radial-gradient(ellipse at 82% 18%, rgba(245,155,45,.13), transparent 24%),
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    #101010;
  background-size: auto, 42px 42px, 42px 42px, auto;
}

.mf-about-contact-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .9fr) auto;
  gap: 36px;
  align-items: center;
  padding: clamp(34px, 5vw, 62px);
  overflow: hidden;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 28px 90px rgba(0,0,0,.25);
}

.mf-about-contact-card::before {
  content: "";
  position: absolute;
  right: -92px;
  top: -92px;
  width: 260px;
  height: 260px;
  border: 2px solid rgba(245,155,45,.42);
  transform: rotate(45deg);
  pointer-events: none;
}

.mf-about-contact-card > * {
  position: relative;
  z-index: 2;
}

.mf-about-contact-actions {
  justify-content: flex-end;
  margin-top: 0;
}

@media (max-width: 1180px) {
  .mf-about-hero-grid,
  .mf-about-approach-grid,
  .mf-about-go-grid,
  .mf-about-contact-card {
    grid-template-columns: 1fr;
  }

  .mf-about-hero-grid {
    min-height: auto;
    padding-bottom: 132px;
  }

  .mf-about-hero-card,
  .mf-about-go aside {
    min-height: 340px;
    max-width: 720px;
  }

  .mf-about-stat-grid,
  .mf-about-team-grid,
  .mf-about-values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mf-about-contact-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .mf-about-page {
    --mf-hero-pull: 118px;
  }

  .mf-about-wrap,
  .mf-about-anchor {
    width: min(100% - 32px, var(--mf-max));
  }

  .mf-about-hero {
    min-height: auto;
    padding-top: 156px;
  }

  .mf-about-hero-grid {
    gap: 30px;
    padding-bottom: 118px;
  }

  .mf-about-hero h1 {
    font-size: clamp(34px, 11vw, 46px) !important;
    line-height: 1 !important;
  }

  .mf-about-lead {
    font-size: 15px !important;
  }

  .mf-about-actions,
  .mf-about-contact-actions,
  .mf-about-anchor {
    flex-direction: column;
    align-items: stretch;
  }

  .mf-about-btn,
  .mf-about-anchor a {
    width: 100%;
  }

  .mf-about-anchor {
    margin-top: -82px;
    padding-bottom: 34px;
  }

  .mf-about-hero-card,
  .mf-about-go aside {
    min-height: auto;
    padding: 26px;
  }

  .mf-about-hero-card h2,
  .mf-about-go aside h3 {
    margin-top: 48px !important;
    font-size: 32px !important;
  }

  .mf-about-numbers,
  .mf-about-approach,
  .mf-about-team,
  .mf-about-values,
  .mf-about-go,
  .mf-about-contact {
    padding: 70px 0;
  }

  .mf-about-section-head h2,
  .mf-about-approach h2,
  .mf-about-go h2,
  .mf-about-contact h2 {
    font-size: clamp(28px, 8.7vw, 38px) !important;
    line-height: 1.08 !important;
  }

  .mf-about-stat-grid,
  .mf-about-team-grid,
  .mf-about-values-grid,
  .mf-about-image-stack {
    grid-template-columns: 1fr;
  }

  .mf-about-image-stack {
    grid-auto-rows: 260px;
  }

  .mf-about-image-main {
    grid-row: auto;
  }

  .mf-about-stat-grid article,
  .mf-about-values-grid article {
    min-height: auto;
    padding: 28px;
  }

  .mf-about-stat-grid strong {
    font-size: clamp(38px, 12vw, 52px) !important;
  }

  .mf-about-principles article {
    grid-template-columns: 1fr;
  }

  .mf-about-principles p {
    grid-column: auto;
  }

  .mf-about-team-grid figure {
    aspect-ratio: 1.05;
  }

  .mf-about-contact-card {
    padding: 28px 22px;
  }
}

@media (max-width: 420px) {
  .mf-about-hero h1 {
    font-size: 34px !important;
  }

  .mf-about-section-head h2,
  .mf-about-approach h2,
  .mf-about-go h2,
  .mf-about-contact h2 {
    font-size: 32px !important;
  }

  .mf-about-team-grid h3,
  .mf-about-values-grid h3,
  .mf-about-stat-grid span {
    font-size: 20px !important;
  }
}
/* About page refinement: unified labels, headers, hovers, cleaner backgrounds */
.mf-about-page {
  background:
    radial-gradient(ellipse at 94% 10%, rgba(245,155,45,.06), transparent 22%),
    radial-gradient(ellipse at 7% 42%, rgba(245,155,45,.045), transparent 22%),
    radial-gradient(ellipse at 92% 78%, rgba(245,155,45,.05), transparent 24%),
    #ffffff;
}

.mf-about-numbers,
.mf-about-team {
  background: #ffffff;
}

.mf-about-approach,
.mf-about-values {
  background:
    radial-gradient(ellipse at 88% 18%, rgba(245,155,45,.07), transparent 24%),
    var(--mf-soft);
  background-size: auto, auto;
}

.mf-about-approach {
  padding-top: clamp(64px, 7vw, 96px);
  padding-bottom: clamp(64px, 7vw, 96px);
}

.mf-about-label,
.mf-about-section .mf-about-label,
.mf-about-section-head > .mf-about-label,
.mf-about-approach-copy > .mf-about-label,
.mf-about-go .mf-about-label,
.mf-about-contact .mf-about-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 !important;
  color: var(--mf-orange) !important;
  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

.mf-about-label span,
.mf-about-section-head > .mf-about-label span,
.mf-about-approach-copy > .mf-about-label span,
.mf-about-go .mf-about-label span,
.mf-about-contact .mf-about-label span {
  display: block;
  width: 54px;
  height: 1px;
  background: rgba(16,16,16,.36);
}

.mf-about-label::after,
.mf-about-section-head > .mf-about-label::after,
.mf-about-approach-copy > .mf-about-label::after,
.mf-about-go .mf-about-label::after,
.mf-about-contact .mf-about-label::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background: rgba(16,16,16,.32);
}

.mf-about-hero .mf-about-label span {
  background: rgba(255,255,255,.38);
}

.mf-about-hero .mf-about-label::after {
  background: rgba(255,255,255,.28);
}

.mf-about-section-head {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  width: 100%;
  margin-bottom: 42px;
  align-items: start;
}

.mf-about-section-head > .mf-about-label {
  margin-top: 11px !important;
}

.mf-about-section-head > div {
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(300px, .68fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
  max-width: none;
}

.mf-about-section-head h2,
.mf-about-approach h2,
.mf-about-go h2,
.mf-about-contact h2 {
  position: relative;
  max-width: 680px;
  font-size: clamp(31px, 3.25vw, 50px) !important;
  line-height: 1.05 !important;
}

.mf-about-section-head h2::after,
.mf-about-approach h2::after,
.mf-about-go h2::after,
.mf-about-contact h2::after {
  content: "";
  display: block;
  width: 86px;
  height: 3px;
  margin-top: 20px;
  background: var(--mf-orange);
}

.mf-about-section-head p {
  max-width: 520px;
  margin: 4px 0 0 !important;
  padding-top: 2px;
}

.mf-about-approach-copy > .mf-about-label {
  margin-bottom: 16px !important;
}

.mf-about-approach-copy > p:not(.mf-about-label) {
  max-width: 620px;
}

.mf-about-stat-grid article::before,
.mf-about-values-grid article::before,
.mf-about-team-grid article::before {
  transition: width .32s ease, background .32s ease;
}

.mf-about-stat-grid article:hover::before,
.mf-about-values-grid article:hover::before,
.mf-about-team-grid article:hover::before {
  width: 100%;
}

.mf-about-stat-grid article:hover,
.mf-about-values-grid article:hover,
.mf-about-team-grid article:hover {
  transform: translateY(-2px);
  border-color: rgba(245,155,45,.42);
  box-shadow: 0 18px 48px rgba(16,16,16,.11);
}

.mf-about-stat-grid article::after,
.mf-about-values-grid article::after {
  transition: transform .32s ease, opacity .32s ease;
}

.mf-about-stat-grid article:hover::after,
.mf-about-values-grid article:hover::after {
  opacity: .68;
  transform: rotate(45deg) translate(-5px, -5px);
}

.mf-about-principles article {
  border-left: 0 solid var(--mf-orange);
}

.mf-about-principles article::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--mf-orange);
  transform: scaleY(.28);
  transform-origin: top;
  transition: transform .28s ease, width .28s ease, opacity .28s ease;
  opacity: .72;
}

.mf-about-principles article::after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: -50px;
  width: 130px;
  height: 130px;
  border: 1px solid rgba(245,155,45,.24);
  transform: rotate(45deg);
  transition: transform .28s ease, opacity .28s ease;
  opacity: .38;
}

.mf-about-principles article:hover {
  transform: translateX(3px);
  background: #ffffff;
}

.mf-about-principles article:hover::before {
  transform: scaleY(1);
  opacity: 1;
}

.mf-about-principles article:hover::after {
  transform: rotate(45deg) translate(-5px, -5px);
  opacity: .64;
}

.mf-about-team-grid figure::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  height: 0;
  background: linear-gradient(180deg, rgba(245,155,45,.72), rgba(245,155,45,0));
  transition: height .32s ease, opacity .32s ease;
  opacity: .85;
  pointer-events: none;
}

.mf-about-team-grid article:hover figure::before {
  height: 40%;
}

.mf-about-team-grid article:hover figure::after {
  background: linear-gradient(180deg, rgba(245,155,45,.16), rgba(0,0,0,.46));
}

.mf-about-team-grid article:hover span {
  color: #111111 !important;
}

.mf-about-team-grid article:hover div {
  background: linear-gradient(180deg, rgba(245,155,45,.085), rgba(255,255,255,1));
}

.mf-about-go {
  color: var(--mf-ink);
  background:
    radial-gradient(ellipse at 16% 18%, rgba(245,155,45,.1), transparent 24%),
    #ffffff;
  border-top: 1px solid rgba(16,16,16,.08);
  border-bottom: 1px solid rgba(16,16,16,.08);
}

.mf-about-go h2 {
  color: #111111 !important;
}

.mf-about-go h2::after {
  background: var(--mf-orange);
}

.mf-about-go p {
  color: var(--mf-muted) !important;
}

.mf-about-go .mf-about-label span {
  background: rgba(16,16,16,.36);
}

.mf-about-go .mf-about-label::after {
  background: rgba(16,16,16,.32);
}

.mf-about-go aside {
  background: #101010;
  border: 1px solid rgba(16,16,16,.18);
  box-shadow: 0 28px 80px rgba(16,16,16,.14);
}

.mf-about-go aside p {
  color: rgba(255,255,255,.72) !important;
}

.mf-about-go aside h3 {
  color: #ffffff !important;
}

.mf-about-contact {
  color: var(--mf-ink);
  background:
    radial-gradient(ellipse at 84% 22%, rgba(245,155,45,.11), transparent 25%),
    var(--mf-soft);
  border-top: 1px solid rgba(16,16,16,.08);
}

.mf-about-contact-card {
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(245,243,237,.9)),
    #ffffff;
  border: 1px solid rgba(16,16,16,.1);
  box-shadow: 0 28px 80px rgba(16,16,16,.08);
}

.mf-about-contact h2 {
  color: #111111 !important;
}

.mf-about-contact p {
  color: var(--mf-muted) !important;
}

.mf-about-contact .mf-about-label span {
  background: rgba(16,16,16,.36);
}

.mf-about-contact .mf-about-label::after {
  background: rgba(16,16,16,.32);
}

.mf-about-contact .mf-about-btn-secondary {
  background: rgba(16,16,16,.02) !important;
  border-color: rgba(16,16,16,.32) !important;
  color: #111111 !important;
}

.mf-about-contact .mf-about-btn-secondary:hover {
  background: rgba(245,155,45,.08) !important;
  border-color: var(--mf-orange) !important;
  color: var(--mf-orange) !important;
}

@media (max-width: 1180px) {
  .mf-about-section-head,
  .mf-about-section-head > div {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .mf-about-section-head > .mf-about-label {
    margin-top: 0 !important;
  }

  .mf-about-section-head p {
    max-width: 650px;
    margin-top: 0 !important;
  }
}

@media (max-width: 767px) {
  .mf-about-section-head {
    margin-bottom: 30px;
  }

  .mf-about-section-head h2,
  .mf-about-approach h2,
  .mf-about-go h2,
  .mf-about-contact h2 {
    font-size: clamp(28px, 8.2vw, 38px) !important;
  }

  .mf-about-section-head h2::after,
  .mf-about-approach h2::after,
  .mf-about-go h2::after,
  .mf-about-contact h2::after {
    margin-top: 16px;
  }
}
/* Unified landing H1 scale */
.mf-about-hero h1, .mf-about-hero h1 span {
  font-size: clamp(40px, 5.1vw, 72px) !important;
  line-height: .96 !important;
}

@media (max-width: 767px) {
  .mf-about-hero h1, .mf-about-hero h1 span {
    font-size: clamp(34px, 11vw, 46px) !important;
    line-height: 1 !important;
  }
}
/* End unified landing H1 scale */

/* About page polish pass: hero simplification, cleaner section heads, NGO block from the homepage direction */
.mf-about-hero::before {
  display: none;
}

.mf-about-hero-grid {
  grid-template-columns: 1fr !important;
  gap: 0 !important;
}

.mf-about-hero-copy {
  max-width: 1120px;
}

.mf-about-hero h1 {
  max-width: 1120px !important;
}

.mf-about-lead {
  max-width: 760px;
}

.mf-about-section-head {
  display: block !important;
  width: 100% !important;
  margin-bottom: 42px !important;
}

.mf-about-section-head > .mf-about-label {
  margin: 0 0 18px !important;
}

.mf-about-section-head > div {
  display: grid !important;
  grid-template-columns: minmax(0, .98fr) minmax(320px, .58fr) !important;
  gap: clamp(28px, 5vw, 64px) !important;
  align-items: start !important;
  max-width: none !important;
}

.mf-about-section-head h2 {
  max-width: 760px !important;
}

.mf-about-section-head h2 span,
.mf-about-approach h2 span,
.mf-about-go h2 span,
.mf-about-contact h2 span {
  color: var(--mf-orange) !important;
}

.mf-about-section-head p {
  max-width: 540px !important;
  margin: 4px 0 0 !important;
  padding-top: 0 !important;
}

.mf-about-stat-grid article {
  min-height: 252px;
  padding: 30px;
}

.mf-about-stat-grid strong {
  display: inline-flex !important;
  min-height: 58px;
  align-items: center;
  margin: 0 0 28px !important;
  padding: 0 14px;
  border: 1px solid rgba(245,155,45,.38);
  background: rgba(245,155,45,.08);
  color: var(--mf-orange) !important;
  font-size: clamp(30px, 3.2vw, 46px) !important;
  line-height: 1 !important;
  letter-spacing: -.03em !important;
  box-shadow: 0 14px 34px rgba(245,155,45,.1);
}

.mf-about-stat-grid span {
  font-size: 17px !important;
  line-height: 1.2 !important;
}

.mf-about-team-grid figure::before {
  display: none !important;
}

.mf-about-team-grid figure::after {
  background: linear-gradient(180deg, transparent 56%, rgba(0,0,0,.36)) !important;
  transition: background .28s ease, opacity .28s ease;
}

.mf-about-team-grid article:hover figure::after {
  background: linear-gradient(180deg, transparent 48%, rgba(0,0,0,.5)) !important;
}

.mf-about-team-grid article:hover div {
  background: #ffffff !important;
}

.mf-about-team-grid article:hover span {
  color: var(--mf-orange) !important;
}

.mf-about-go {
  color: var(--mf-ink);
  padding: clamp(78px, 8vw, 104px) 0;
  background: #ffffff !important;
  border-top: 1px solid rgba(16,16,16,.08);
  border-bottom: 1px solid rgba(16,16,16,.08);
}

.mf-about-go .mf-about-wrap {
  width: min(1180px, calc(100% - 60px));
}

.mf-about-ngo-card {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  background: var(--mf-soft);
  border: 1px solid var(--mf-line);
  box-shadow: 0 30px 90px rgba(16,16,16,.07);
}

.mf-about-ngo-band {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 24px 0;
  overflow: hidden;
  background: var(--mf-orange);
  color: var(--mf-black);
}

.mf-about-ngo-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(180deg, rgba(17,18,20,.14) 0 1px, transparent 1px 18px);
  opacity: .62;
}

.mf-about-ngo-band span {
  position: relative;
  z-index: 1;
  color: var(--mf-black) !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  white-space: nowrap;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.mf-about-ngo-content {
  position: relative;
  z-index: 2;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 48px;
  padding: 52px 48px 42px;
}

.mf-about-ngo-sketch {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: min(720px, 62%);
  height: 330px;
  pointer-events: none;
  overflow: hidden;
}

.mf-about-ngo-sketch svg {
  display: block;
  width: 100%;
  height: 100%;
}

.mf-about-ngo-sketch path,
.mf-about-ngo-sketch circle {
  fill: none;
  stroke: var(--mf-orange);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: .25;
}

.mf-about-ngo-sketch .mf-about-ngo-strong {
  stroke-width: 2;
  opacity: .34;
}

.mf-about-ngo-sketch .mf-about-ngo-fill {
  fill: rgba(245,155,45,.055);
  stroke: none;
  opacity: 1;
}

.mf-about-ngo-copy {
  position: relative;
  z-index: 4;
  max-width: 690px;
}

.mf-about-ngo-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px !important;
  color: var(--mf-orange) !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

.mf-about-ngo-kicker::before {
  content: "";
  display: block;
  width: 38px;
  height: 1px;
  background: #9b9b9b;
}

.mf-about-ngo-copy h2 {
  max-width: 700px !important;
  margin: 0 !important;
  color: var(--mf-black) !important;
  font-size: clamp(38px, 5vw, 64px) !important;
  line-height: .98 !important;
  font-weight: 900 !important;
  text-wrap: balance;
}

.mf-about-ngo-copy h2::after {
  display: none !important;
}

.mf-about-ngo-copy p:not(.mf-about-ngo-kicker) {
  max-width: 650px;
  margin: 26px 0 0 !important;
  color: var(--mf-muted) !important;
  font-size: 17px !important;
  line-height: 1.72 !important;
}

.mf-about-ngo-copy .mf-about-btn {
  margin-top: 34px;
  min-height: 52px;
  gap: 14px;
  padding: 0 22px;
  background: var(--mf-black) !important;
  border-color: var(--mf-black) !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

.mf-about-ngo-copy .mf-about-btn::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: var(--mf-orange);
  transition: width .22s ease;
}

.mf-about-ngo-copy .mf-about-btn:hover {
  background: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
  box-shadow: 0 0 0 4px rgba(16,16,16,.12) !important;
}

.mf-about-ngo-copy .mf-about-btn:hover::after {
  width: 46px;
}

.mf-about-ngo-mini {
  position: relative;
  z-index: 4;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
}

.mf-about-ngo-fact {
  padding: 20px;
  background: rgba(255,255,255,.9);
  border: 1px solid var(--mf-line);
  backdrop-filter: blur(3px);
}

.mf-about-ngo-fact span {
  display: block;
  margin-bottom: 9px;
  color: var(--mf-orange) !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

.mf-about-ngo-fact strong {
  display: block;
  color: var(--mf-black) !important;
  font-size: 19px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
}

.mf-about-ngo-fact p {
  margin: 0 !important;
  color: var(--mf-muted) !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

.mf-about-ngo-directions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.mf-about-ngo-directions span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  background: var(--mf-orange);
  border: 1px solid var(--mf-orange);
  color: var(--mf-black) !important;
  font-size: 12px !important;
  line-height: 1;
  font-weight: 900 !important;
  white-space: nowrap;
  box-shadow: 0 10px 22px rgba(245,155,45,.16);
}

@media (max-width: 1180px) {
  .mf-about-section-head > div {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .mf-about-ngo-content {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .mf-about-ngo-mini {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mf-about-ngo-directions {
    grid-column: 1 / -1;
  }

  .mf-about-ngo-sketch {
    width: 92%;
    height: 310px;
    opacity: .72;
  }
}

@media (max-width: 767px) {
  .mf-about-go .mf-about-wrap {
    width: min(100% - 32px, 1180px);
  }

  .mf-about-ngo-card {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .mf-about-ngo-band {
    min-height: 48px;
    align-items: center;
    justify-content: flex-start;
    padding: 0 20px;
  }

  .mf-about-ngo-band span {
    writing-mode: initial;
    transform: none;
    font-size: 12px !important;
  }

  .mf-about-ngo-content {
    padding: 30px 22px 24px;
  }

  .mf-about-ngo-copy h2 {
    font-size: 35px !important;
    line-height: 1.04 !important;
  }

  .mf-about-ngo-kicker {
    margin-bottom: 20px !important;
    font-size: 13px !important;
  }

  .mf-about-ngo-kicker::before {
    width: 28px;
  }

  .mf-about-ngo-copy p:not(.mf-about-ngo-kicker) {
    font-size: 15px !important;
    line-height: 1.65 !important;
  }

  .mf-about-ngo-copy .mf-about-btn {
    width: 100%;
  }

  .mf-about-ngo-mini {
    grid-template-columns: 1fr;
  }

  .mf-about-ngo-sketch {
    right: -140px;
    bottom: 112px;
    width: 560px;
    height: 280px;
    opacity: .42;
  }
}

/* About hero final spacing and company stat ticker */
.mf-about-hero {
  padding-top: calc(clamp(210px, 19vw, 265px) + 18px) !important;
}

.mf-about-stat-tape {
  --mf-speed: 34s;
  position: relative;
  z-index: 5;
  width: 100%;
  overflow: hidden;
  isolation: isolate;
  background: var(--mf-orange);
  color: var(--mf-black);
  border-top: 1px solid rgba(17,18,20,.28);
  border-bottom: 1px solid rgba(17,18,20,.32);
}

.mf-about-stat-tape * {
  box-sizing: border-box;
}

.mf-about-stat-tape::before,
.mf-about-stat-tape::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 5;
  width: 120px;
  pointer-events: none;
}

.mf-about-stat-tape::before {
  left: 0;
  background: linear-gradient(90deg, var(--mf-orange) 0%, rgba(245,155,45,0) 100%);
}

.mf-about-stat-tape::after {
  right: 0;
  background: linear-gradient(270deg, var(--mf-orange) 0%, rgba(245,155,45,0) 100%);
}

.mf-about-stat-tape__ticks {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: .68;
  background: repeating-linear-gradient(90deg, transparent 0 19px, rgba(17,18,20,.18) 19px 20px, transparent 20px 39px, rgba(17,18,20,.28) 39px 40px);
  mask-image: linear-gradient(180deg, rgba(0,0,0,.2) 0%, rgba(0,0,0,1) 18%, rgba(0,0,0,1) 82%, rgba(0,0,0,.2) 100%);
  -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,.2) 0%, rgba(0,0,0,1) 18%, rgba(0,0,0,1) 82%, rgba(0,0,0,.2) 100%);
}

.mf-about-stat-tape__shine {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,.18), rgba(255,255,255,0) 22% 78%, rgba(255,255,255,.12)),
    linear-gradient(180deg, rgba(255,255,255,.2), rgba(255,255,255,0) 45%, rgba(17,18,20,.06));
}

.mf-about-stat-tape__track {
  position: relative;
  z-index: 3;
  display: flex;
  width: max-content;
  align-items: center;
  min-height: 46px;
  animation: mf-about-stat-tape-run var(--mf-speed) linear infinite;
  will-change: transform;
}

.mf-about-stat-tape:hover .mf-about-stat-tape__track {
  animation-play-state: paused;
}

.mf-about-stat-tape__group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.mf-about-stat-tape__item {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-height: 46px;
  padding: 0 26px;
  white-space: nowrap;
  color: var(--mf-black);
  font-size: 14px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: .05em !important;
  text-transform: uppercase !important;
}

.mf-about-stat-tape__item strong {
  font: inherit;
}

.mf-about-stat-tape__plus {
  position: relative;
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  display: inline-block;
  opacity: .9;
}

.mf-about-stat-tape__plus::before,
.mf-about-stat-tape__plus::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--mf-black);
  transform: translate(-50%, -50%);
}

.mf-about-stat-tape__plus::before {
  width: 1px;
  height: 15px;
}

.mf-about-stat-tape__plus::after {
  width: 15px;
  height: 1px;
}

.mf-about-stat-tape__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  padding: 0 8px;
  margin-right: -6px;
  color: var(--mf-orange);
  background: var(--mf-black);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
}

@keyframes mf-about-stat-tape-run {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-33.333333%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mf-about-stat-tape__track {
    animation: none;
  }
}

@media (max-width: 1024px) {
  .mf-about-stat-tape::before,
  .mf-about-stat-tape::after {
    width: 70px;
  }

  .mf-about-stat-tape__track,
  .mf-about-stat-tape__item {
    min-height: 42px;
  }

  .mf-about-stat-tape__item {
    padding: 0 21px;
    gap: 15px;
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .mf-about-hero {
    padding-top: calc(clamp(188px, 31vw, 222px) + 12px) !important;
  }

  .mf-about-stat-tape::before,
  .mf-about-stat-tape::after {
    width: 36px;
  }

  .mf-about-stat-tape__track,
  .mf-about-stat-tape__item {
    min-height: 38px;
  }

  .mf-about-stat-tape__item {
    padding: 0 16px;
    gap: 12px;
    font-size: 11px;
    letter-spacing: .04em !important;
  }

  .mf-about-stat-tape__tag {
    height: 19px;
    padding: 0 6px;
    font-size: 9px;
  }

  .mf-about-stat-tape__plus {
    width: 12px;
    height: 12px;
    flex-basis: 12px;
  }

  .mf-about-stat-tape__plus::before {
    height: 12px;
  }

  .mf-about-stat-tape__plus::after {
    width: 12px;
  }
}
