.mpf-mission-page {
  --mpfm-radius: 26px;
  --mpfm-shadow: 0 24px 80px rgba(2, 8, 23, 0.18);
  color: var(--mpfm-text);
  background: var(--mpfm-light);
  padding-top: var(--mpfm-pad-top);
  padding-bottom: var(--mpfm-pad-bottom);
  overflow: hidden;
}
.mpf-mission-page * { box-sizing: border-box; }
.mpfm-wrap { width: min(var(--mpfm-max), calc(100% - 40px)); margin: 0 auto; }
.mpfm-hero {
  position: relative;
  isolation: isolate;
  color: #fff;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 18%, rgba(29, 78, 216, 0.46), transparent 34%),
    radial-gradient(circle at 86% 20%, rgba(200, 36, 53, 0.22), transparent 30%),
    linear-gradient(135deg, var(--mpfm-deep), var(--mpfm-navy) 58%, #102a58);
  padding: clamp(72px, 8vw, 128px) 0 clamp(56px, 6vw, 92px);
}
.mpfm-hero::before,
.mpfm-hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; }
.mpfm-hero::before {
  z-index: -4;
  display: none;
  inset: -60px;
  background-image: var(--mpfm-hero-bg-image);
  background-size: cover;
  background-position: var(--mpfm-hero-bg-position, center center);
  background-repeat: no-repeat;
  filter: blur(var(--mpfm-hero-bg-blur, 0px));
  transform: scale(1.04);
  transform-origin: center center;
}
.mpfm-hero::after {
  z-index: -2;
  display: none;
  background:
    linear-gradient(135deg, var(--mpfm-hero-bg-overlay, rgba(2,8,23,.72)), rgba(6,23,51,.62)),
    radial-gradient(circle at 14% 18%, rgba(29, 78, 216, .28), transparent 34%),
    radial-gradient(circle at 86% 20%, rgba(200, 36, 53, .18), transparent 30%);
}
.mpfm-hero.mpfm-hero-has-bg::before,
.mpfm-hero.mpfm-hero-has-video-poster::before { display: block; }
.mpfm-hero.mpfm-hero-has-bg::after,
.mpfm-hero.mpfm-hero-has-video::after { display: block; }
.mpfm-hero.mpfm-hero-bg-parallax::before { background-attachment: fixed; }
.mpfm-hero-video-wrap {
  position: absolute;
  inset: 0;
  z-index: -3;
  display: none;
  overflow: hidden;
  pointer-events: none;
}
.mpfm-hero.mpfm-hero-has-video .mpfm-hero-video-wrap { display: block; }
.mpfm-hero-video {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  filter: blur(var(--mpfm-hero-video-blur, 0px));
  transform: scale(1.04);
  transform-origin: center center;
}
.mpfm-hero-grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255,255,255,.10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.10) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.85), transparent 92%);
}
.mpfm-hero-inner { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .72fr); gap: clamp(28px, 5vw, 72px); align-items: center; }
.mpfm-eyebrow,
.mpfm-label { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; line-height: 1; letter-spacing: .14em; font-weight: 800; text-transform: uppercase; color: var(--mpfm-accent); margin-bottom: 18px; }
.mpfm-eyebrow::before,
.mpfm-label::before { content: ""; width: 26px; height: 2px; background: currentColor; border-radius: 99px; }
.mpfm-hero h1 { margin: 0; max-width: 900px; font-size: clamp(42px, 6.8vw, 82px); line-height: .94; letter-spacing: -.055em; font-weight: 850; color: #fff; }
.mpfm-hero-subtitle { margin: 24px 0 0; max-width: 790px; font-size: clamp(20px, 2vw, 28px); line-height: 1.36; color: rgba(255,255,255,.92); }
.mpfm-hero-text { margin: 18px 0 0; max-width: 820px; font-size: 17px; line-height: 1.82; color: rgba(226,232,240,.88); }
.mpfm-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.mpfm-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 14px 20px; border-radius: 999px; text-decoration: none !important; font-size: 14px; font-weight: 800; letter-spacing: .01em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.mpfm-btn:hover { transform: translateY(-2px); }
.mpfm-btn-primary { color: #fff !important; background: linear-gradient(135deg, var(--mpfm-primary), #245ee8); box-shadow: 0 18px 42px rgba(29, 78, 216, .32); }
.mpfm-btn-secondary { color: #fff !important; background: rgba(255,255,255,.11); border: 1px solid rgba(255,255,255,.22); backdrop-filter: blur(10px); }
.mpfm-hero-media,
.mpfm-hero-panel { margin: 0; min-height: 440px; border-radius: 34px; position: relative; overflow: hidden; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); box-shadow: 0 28px 80px rgba(0,0,0,.26); }
.mpfm-hero-media img { display: block; width: 100%; height: 100%; min-height: 440px; object-fit: cover; }
.mpfm-hero-media-parallax { background-image: var(--mpfm-hero-media-bg-image); background-size: cover; background-position: center center; background-repeat: no-repeat; background-attachment: fixed; }
.mpfm-hero-media-parallax img { opacity: 0; }
.mpfm-hero-panel { background: linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.05)); }
.mpfm-hero-panel::before { content: ""; position: absolute; inset: 28px; border-radius: 26px; background: radial-gradient(circle at 24% 22%, rgba(255,255,255,.24), transparent 24%), linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.04)); border: 1px solid rgba(255,255,255,.18); }
.mpfm-panel-badge { position: absolute; right: 42px; top: 42px; z-index: 2; width: 82px; height: 82px; display: grid; place-items: center; border-radius: 28px; color: #fff; background: rgba(29,78,216,.38); border: 1px solid rgba(255,255,255,.22); }
.mpfm-panel-badge .mpfm-icon { width: 42px; height: 42px; }
.mpfm-hero-panel span { position: absolute; left: 56px; right: 56px; height: 16px; border-radius: 999px; background: rgba(255,255,255,.18); }
.mpfm-hero-panel span:nth-child(2) { top: 140px; width: 54%; }
.mpfm-hero-panel span:nth-child(3) { top: 190px; width: 72%; }
.mpfm-hero-panel span:nth-child(4) { top: 240px; width: 62%; }
.mpfm-section { padding: clamp(56px, 7vw, 96px) 0; background: var(--mpfm-light); }
.mpfm-mission-statement { background: #fff; }
.mpfm-split { display: grid; grid-template-columns: .72fr 1fr; gap: clamp(28px, 5vw, 70px); align-items: start; }
.mpfm-split h2,
.mpfm-section-head h2,
.mpfm-audience h2,
.mpfm-closing h2,
.mpfm-why-grid h2 { margin: 0; font-size: clamp(30px, 4vw, 52px); line-height: 1.03; letter-spacing: -.035em; color: var(--mpfm-text); }
.mpfm-split p,
.mpfm-section-head p,
.mpfm-audience p,
.mpfm-card p,
.mpfm-why-text p,
.mpfm-closing p { color: var(--mpfm-muted); line-height: 1.76; }
.mpfm-split > p { margin: 0; font-size: 18px; }
.mpfm-dark-band,
.mpfm-audience-band { color: #fff; background: radial-gradient(circle at 12% 0%, rgba(29, 78, 216, .32), transparent 38%), linear-gradient(135deg, var(--mpfm-deep), var(--mpfm-navy)); padding: clamp(58px, 7vw, 98px) 0; }
.mpfm-why-grid,
.mpfm-audience { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 68px); align-items: center; }
.mpfm-why-grid h2,
.mpfm-audience h2 { color: #fff; }
.mpfm-why-text p,
.mpfm-audience p { color: rgba(226,232,240,.88); margin: 0 0 18px; font-size: 17px; }
.mpfm-section-head { max-width: 850px; text-align: center; margin: 0 auto 34px; }
.mpfm-section-head-left { text-align: left; margin-left: 0; }
.mpfm-section-head p { margin: 18px 0 0; font-size: 17px; }
.mpfm-card-grid { display: grid; gap: 18px; }
.mpfm-grid-four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.mpfm-grid-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.mpfm-card { background: var(--mpfm-card); border: 1px solid rgba(15,23,42,.08); border-radius: var(--mpfm-radius); box-shadow: 0 14px 40px rgba(15,23,42,.06); padding: 26px; min-height: 100%; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.mpfm-card:hover { box-shadow: var(--mpfm-shadow); transform: translateY(-3px); }
.mpfm-card-icon { display: inline-flex; width: 48px; height: 48px; align-items: center; justify-content: center; border-radius: 16px; color: var(--mpfm-primary); background: rgba(29,78,216,.09); margin-bottom: 18px; }
.mpfm-icon { width: 24px; height: 24px; fill: currentColor; }
.mpfm-card h3 { margin: 0 0 10px; color: var(--mpfm-text); font-size: 19px; line-height: 1.22; letter-spacing: -.015em; }
.mpfm-card p { margin: 0; font-size: 15px; }
.mpfm-card-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; font-size: 14px; font-weight: 850; text-decoration: none !important; }
.mpfm-card-link::after { content: "→"; font-size: 15px; line-height: 1; }
.mpfm-focus-section { background: #fff; }
.mpfm-chips { display: flex; flex-wrap: wrap; gap: 12px; }
.mpfm-chips span { display: inline-flex; align-items: center; min-height: 40px; padding: 10px 14px; border-radius: 999px; color: #fff; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.16); font-weight: 750; font-size: 14px; }
.mpfm-closing { padding: clamp(56px, 6vw, 88px) 0; background: var(--mpfm-light); }
.mpfm-closing-inner { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; padding: clamp(28px, 4vw, 48px); border-radius: 34px; background: linear-gradient(135deg, rgba(29,78,216,.07), rgba(200,36,53,.045)), #fff; border: 1px solid rgba(15,23,42,.08); box-shadow: 0 18px 60px rgba(15,23,42,.08); }
.mpfm-closing p { max-width: 880px; margin: 18px 0 0; font-size: 17px; }
@media (max-width: 1100px) {
  .mpfm-hero-inner, .mpfm-split, .mpfm-why-grid, .mpfm-audience, .mpfm-closing-inner { grid-template-columns: 1fr; }
  .mpfm-grid-four, .mpfm-grid-three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mpfm-hero-media, .mpfm-hero-panel, .mpfm-hero-media img { min-height: 320px; }
}
@media (max-width: 720px) {
  .mpfm-wrap { width: min(100% - 28px, var(--mpfm-max)); }
  .mpfm-hero { padding: 58px 0 44px; }
  .mpfm-hero h1 { font-size: clamp(38px, 13vw, 54px); }
  .mpfm-hero-subtitle { font-size: 18px; }
  .mpfm-actions, .mpfm-btn, .mpfm-closing-inner .mpfm-btn { width: 100%; }
  .mpfm-grid-four, .mpfm-grid-three { grid-template-columns: 1fr; }
  .mpfm-card { padding: 22px; }
  .mpfm-section { padding: 48px 0; }
}
@media (max-width: 900px), (prefers-reduced-motion: reduce) {
  .mpfm-hero.mpfm-hero-bg-parallax::before, .mpfm-hero-media-parallax { background-attachment: scroll; }
  .mpfm-hero-media-parallax img { opacity: 1; }
}
@media (max-width: 900px) {
  .mpfm-hero.mpfm-hero-has-video:not(.mpfm-video-mobile-enabled) .mpfm-hero-video-wrap { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .mpfm-hero.mpfm-hero-has-video .mpfm-hero-video-wrap { display: none; }
}


@media (min-width: 1025px) {
  .mpfm-hero.mpfm-hero-media-off-desktop .mpfm-hero-media { display: none !important; }
  .mpfm-hero.mpfm-hero-media-off-desktop .mpfm-hero-inner { grid-template-columns: minmax(0, 1fr); }
  .mpfm-hero.mpfm-hero-media-off-desktop .mpfm-hero-copy { max-width: 920px; }
}
@media (min-width: 721px) and (max-width: 1024px) {
  .mpfm-hero.mpfm-hero-media-off-tablet .mpfm-hero-media { display: none !important; }
}
@media (max-width: 720px) {
  .mpfm-hero.mpfm-hero-media-off-mobile .mpfm-hero-media { display: none !important; }
}
