.ebda-mv-page {
  --mv-navy: #061f4b;
  --mv-navy-deep: #031936;
  --mv-blue: #0b326a;
  --mv-gold: #c79539;
  --mv-gold-bright: #f59e0b;
  --mv-ivory: #f8f5ee;
  --mv-paper: #fffdfa;
  --mv-ink: #0a234e;
  --mv-copy: #2f3c50;
  --mv-line: rgba(183, 154, 98, .54);
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  overflow: clip;
  color: var(--mv-ink);
  background: var(--mv-paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ebda-mv-page,
.ebda-mv-page * { box-sizing: border-box; }

.ebda-mv-page svg { display: block; }

.ebda-mv-page__container {
  width: min(1240px, calc(100% - 96px));
  margin-inline: auto;
}

.ebda-mv-page__eyebrow {
  display: block;
  color: var(--mv-gold);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.ebda-mv-page__rule {
  display: block;
  width: 38px;
  height: 1px;
  margin-top: 22px;
  background: var(--mv-gold);
}

.ebda-mv-page__subnav {
  position: relative;
  z-index: 5;
  min-height: 56px;
  border-bottom: 1px solid rgba(10, 35, 78, .06);
  background: rgba(255, 253, 250, .96);
}

.ebda-mv-page__subnav-inner {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: min(660px, calc(100% - 32px));
  min-height: 56px;
  margin-inline: auto;
  gap: 0;
}

.ebda-mv-page__subnav-inner a {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 170px;
  padding: 0 24px;
  color: var(--mv-ink);
  font-size: 14px;
  font-weight: 650;
  line-height: 1;
  text-decoration: none;
  transition: color .2s ease, background-color .2s ease;
}

.ebda-mv-page__subnav-inner a::after {
  position: absolute;
  right: 24px;
  bottom: 0;
  left: 24px;
  height: 2px;
  background: transparent;
  content: "";
}

.ebda-mv-page__subnav-inner a:hover,
.ebda-mv-page__subnav-inner a:focus-visible,
.ebda-mv-page__subnav-inner a.is-current { color: var(--mv-gold); }

.ebda-mv-page__subnav-inner a.is-current::after { background: var(--mv-gold); }

.ebda-mv-page__hero {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  background: linear-gradient(180deg, #fffdfa 0%, #f8f4ec 100%);
  isolation: isolate;
}

.ebda-mv-page__hero-copy {
  position: relative;
  z-index: 2;
  width: min(980px, calc(100% - 48px));
  margin-inline: auto;
  padding-top: 66px;
  text-align: center;
}

.ebda-mv-page__hero h1 {
  max-width: 840px;
  margin: 20px auto 16px;
  color: var(--mv-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 4.35vw, 68px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.035em;
}

.ebda-mv-page__hero-copy > p {
  margin: 0;
  color: #22334b;
  font-size: 18px;
  line-height: 1.55;
}

.ebda-mv-page__hero-copy .ebda-mv-page__rule { margin-inline: auto; }

.ebda-mv-page__hero-art {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 380px;
}

.ebda-mv-page__mission {
  padding: 70px 0 56px;
  background: var(--mv-paper);
}

.ebda-mv-page__mission-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: center;
  gap: 88px;
}

.ebda-mv-page__statement,
.ebda-mv-page__vision-copy {
  position: relative;
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: start;
}

.ebda-mv-page__section-number {
  color: #e8e0d3;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 104px;
  line-height: .78;
  letter-spacing: -.06em;
}

.ebda-mv-page__mission h2,
.ebda-mv-page__vision h2,
.ebda-mv-page__direction h2,
.ebda-mv-page__ecosystem-title h2 {
  color: var(--mv-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.025em;
}

.ebda-mv-page__mission h2 {
  margin: 16px 0 0;
  font-size: clamp(35px, 3.05vw, 48px);
  line-height: 1.08;
}

.ebda-mv-page__mission-text {
  max-width: 470px;
  margin: 0;
  color: #283749;
  font-size: 18px;
  line-height: 1.65;
}

.ebda-mv-page__flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 52px 0 0;
  padding: 0;
  list-style: none;
}

.ebda-mv-page__flow::before {
  position: absolute;
  top: 37px;
  right: 9%;
  left: 9%;
  height: 1px;
  background: var(--mv-line);
  content: "";
}

.ebda-mv-page__flow li {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  color: #17243a;
  font-size: 13px;
}

.ebda-mv-page__flow li:not(:last-child)::after {
  position: absolute;
  top: 26px;
  right: -6px;
  color: var(--mv-gold);
  font-size: 26px;
  content: "›";
}

.ebda-mv-page__flow-icon,
.ebda-mv-page__eco-node > span,
.ebda-mv-page__principle-icon {
  display: grid;
  place-items: center;
  border: 1px solid var(--mv-line);
  border-radius: 50%;
  background: #fffdf9;
  color: var(--mv-ink);
}

.ebda-mv-page__flow-icon { width: 74px; height: 74px; }
.ebda-mv-page__flow-icon svg { width: 32px; fill: none; stroke: currentColor; stroke-width: 1.45; }

.ebda-mv-page__vision {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  padding: 76px 0;
  color: white;
  background:
    radial-gradient(circle at 72% 48%, rgba(20, 77, 148, .5), transparent 34%),
    linear-gradient(110deg, #031a3b 0%, #062657 65%, #031936 100%);
}

.ebda-mv-page__vision-bg {
  position: absolute;
  inset: 0;
  opacity: .18;
  background-image:
    radial-gradient(circle, rgba(255,255,255,.65) 1px, transparent 1.1px),
    radial-gradient(circle at 75% 45%, transparent 0 34%, rgba(255,255,255,.2) 34.2%, transparent 34.6%);
  background-size: 22px 22px, 100% 100%;
  mask-image: linear-gradient(90deg, transparent 35%, #000 62%, #000);
}

.ebda-mv-page__vision-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  align-items: center;
  gap: 70px;
}

.ebda-mv-page__vision-copy .ebda-mv-page__section-number { color: rgba(255,255,255,.14); }
.ebda-mv-page__vision h2 { margin: 14px 0 0; color: #fff; font-size: clamp(38px, 3.3vw, 54px); line-height: 1.08; }
.ebda-mv-page__vision-copy p { max-width: 460px; margin: 26px 0 0; color: rgba(255,255,255,.82); font-size: 16px; line-height: 1.65; }

.ebda-mv-page__ecosystem {
  position: relative;
  width: min(100%, 590px);
  height: 350px;
  margin-inline: auto;
}

.ebda-mv-page__ecosystem::before,
.ebda-mv-page__ecosystem::after {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(245, 158, 11, .72);
  content: "";
}

.ebda-mv-page__ecosystem::before { width: 67%; height: 1px; transform: translate(-50%, -50%); }
.ebda-mv-page__ecosystem::after { width: 1px; height: 80%; transform: translate(-50%, -50%); }

.ebda-mv-page__eco-center {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 124px;
  height: 124px;
  border: 1px solid var(--mv-gold);
  border-radius: 50%;
  background: #082653;
  transform: translate(-50%, -50%);
}

.ebda-mv-page__eco-center svg { width: 65px; fill: none; stroke: white; stroke-width: 2.3; }
.ebda-mv-page__eco-center b { margin-top: -18px; color: white; font-size: 18px; letter-spacing: .04em; }
.ebda-mv-page__eco-node { position: absolute; z-index: 2; display: flex; align-items: center; gap: 12px; text-transform: uppercase; }
.ebda-mv-page__eco-node > span { width: 72px; height: 72px; border-color: var(--mv-gold); background: #082653; color: white; box-shadow: 0 0 20px rgba(245,158,11,.14); }
.ebda-mv-page__eco-node svg { width: 32px; fill: none; stroke: currentColor; stroke-width: 1.35; }
.ebda-mv-page__eco-node b { color: white; font-size: 13px; letter-spacing: .05em; }
.ebda-mv-page__eco-node--top { top: 0; left: 50%; flex-direction: column; transform: translateX(-50%); }
.ebda-mv-page__eco-node--bottom { bottom: 0; left: 50%; flex-direction: column-reverse; transform: translateX(-50%); }
.ebda-mv-page__eco-node--left { top: 50%; left: 0; transform: translateY(-50%); }
.ebda-mv-page__eco-node--right { top: 50%; right: 0; flex-direction: row-reverse; transform: translateY(-50%); }

.ebda-mv-page__bridge {
  padding: 62px 0 70px;
  background: radial-gradient(circle at 50% 24%, #fff 0%, #faf7f0 55%, #f6f1e7 100%);
}

.ebda-mv-page__bridge-grid {
  display: grid;
  grid-template-columns: 1fr 270px 1fr;
  align-items: center;
  gap: 40px;
  text-align: center;
}

.ebda-mv-page__bridge-grid > div:first-child { text-align: right; }
.ebda-mv-page__bridge-grid > div:last-child { text-align: left; }
.ebda-mv-page__bridge-label { display: block; color: var(--mv-gold); font-family: Georgia, "Times New Roman", serif; font-size: 24px; font-weight: 700; text-transform: uppercase; }
.ebda-mv-page__bridge-grid em { display: block; margin-top: 8px; color: #28344a; font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.35; }
.ebda-mv-page__arch { display: grid; place-items: center; height: 150px; }
.ebda-mv-page__arch svg { width: 180px; height: 170px; fill: none; stroke: var(--mv-ink); stroke-width: 12; stroke-linejoin: round; }
.ebda-mv-page__ecosystem-title { margin-top: 6px; text-align: center; }
.ebda-mv-page__ecosystem-title h2 { margin: 0; font-family: Inter, ui-sans-serif, sans-serif; font-size: 24px; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.ebda-mv-page__ecosystem-title p { display: flex; justify-content: center; align-items: center; gap: 22px; margin: 18px 0 0; color: #334057; font-size: 13px; }
.ebda-mv-page__ecosystem-title i { width: 5px; height: 5px; border-radius: 50%; background: var(--mv-gold); }

.ebda-mv-page__principles { margin-top: 52px; }
.ebda-mv-page__principles > h3 { display: flex; align-items: center; gap: 20px; margin: 0; color: var(--mv-gold); font-size: 12px; font-weight: 750; letter-spacing: .16em; text-align: center; text-transform: uppercase; }
.ebda-mv-page__principles > h3 span { flex: 1; height: 1px; background: var(--mv-line); }
.ebda-mv-page__principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; margin-top: 34px; }
.ebda-mv-page__principle-grid article { display: grid; grid-template-columns: 72px 1fr; gap: 18px; align-items: start; }
.ebda-mv-page__principle-icon { width: 68px; height: 68px; color: var(--mv-gold); }
.ebda-mv-page__principle-icon svg { width: 32px; fill: none; stroke: currentColor; stroke-width: 1.35; }
.ebda-mv-page__principle-grid h4 { margin: 3px 0 10px; color: var(--mv-ink); font-size: 17px; letter-spacing: .05em; text-transform: uppercase; }
.ebda-mv-page__principle-grid p { margin: 0; color: #3a4557; font-size: 14px; line-height: 1.55; }
.ebda-mv-page__values-link { display: block; width: fit-content; margin: 32px auto 0; color: var(--mv-gold); font-size: 14px; text-decoration: none; }
.ebda-mv-page__values-link span { margin-left: 8px; }

.ebda-mv-page__direction {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  padding: 68px 0;
  background: linear-gradient(90deg, #f8f4ec 0%, #f7f3eb 60%, #efe8dc 100%);
}

.ebda-mv-page__rome { position: absolute; right: 0; bottom: 0; width: min(55vw, 760px); height: auto; }
.ebda-mv-page__direction-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 100px; }
.ebda-mv-page__direction h2 { margin: 16px 0 0; font-size: clamp(38px, 3.35vw, 54px); line-height: 1.04; }
.ebda-mv-page__direction-copy { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 40px; padding-left: 50px; border-left: 1px solid var(--mv-line); }
.ebda-mv-page__direction-copy > p { margin: 0; color: #2f394a; font-size: 17px; line-height: 1.6; }
.ebda-mv-page__direction-copy > div { display: flex; align-items: center; gap: 24px; }
.ebda-mv-page__button { display: inline-flex; align-items: center; gap: 16px; min-height: 50px; padding: 0 24px; border-radius: 25px; background: var(--mv-ink); color: #fff; font-size: 14px; font-weight: 700; text-decoration: none; box-shadow: 0 8px 24px rgba(6,31,75,.12); transition: transform .2s ease, background-color .2s ease; }
.ebda-mv-page__button:hover { color: #fff; background: #0c3672; transform: translateY(-2px); }
.ebda-mv-page__text-link { color: var(--mv-ink); font-size: 14px; font-weight: 650; text-decoration: none; }
.ebda-mv-page__text-link span { margin-left: 9px; color: var(--mv-gold); }

.ebda-mv-page__reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.ebda-mv-page__reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1024px) {
  .ebda-mv-page__container { width: min(100% - 56px, 920px); }
  .ebda-mv-page__hero { min-height: 540px; }
  .ebda-mv-page__hero-copy { padding-top: 52px; }
  .ebda-mv-page__hero-art { height: 330px; }
  .ebda-mv-page__mission-grid { gap: 44px; }
  .ebda-mv-page__statement, .ebda-mv-page__vision-copy { grid-template-columns: 92px 1fr; }
  .ebda-mv-page__section-number { font-size: 82px; }
  .ebda-mv-page__vision-grid { gap: 34px; }
  .ebda-mv-page__ecosystem { transform: scale(.88); }
  .ebda-mv-page__principle-grid { gap: 24px; }
  .ebda-mv-page__direction-grid { gap: 50px; }
  .ebda-mv-page__direction-copy { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 767px) {
  .ebda-mv-page__container { width: calc(100% - 40px); }
  .ebda-mv-page__subnav { overflow-x: auto; }
  .ebda-mv-page__subnav-inner { justify-content: flex-start; width: max-content; min-width: 100%; padding-inline: 10px; }
  .ebda-mv-page__subnav-inner a { min-width: 132px; padding-inline: 16px; font-size: 12px; }
  .ebda-mv-page__subnav-inner a::after { right: 16px; left: 16px; }
  .ebda-mv-page__hero { min-height: 560px; }
  .ebda-mv-page__hero-copy { width: calc(100% - 36px); padding-top: 48px; }
  .ebda-mv-page__hero h1 { margin-top: 18px; font-size: clamp(37px, 10vw, 47px); line-height: 1.03; }
  .ebda-mv-page__hero-copy > p { font-size: 15px; }
  .ebda-mv-page__hero-art { left: 50%; width: 150%; height: 300px; transform: translateX(-50%); }
  .ebda-mv-page__mission { padding: 54px 0 46px; }
  .ebda-mv-page__mission-grid { grid-template-columns: 1fr; gap: 30px; }
  .ebda-mv-page__statement, .ebda-mv-page__vision-copy { grid-template-columns: 62px 1fr; }
  .ebda-mv-page__section-number { font-size: 56px; }
  .ebda-mv-page__mission h2 { font-size: 32px; }
  .ebda-mv-page__mission-text { font-size: 16px; }
  .ebda-mv-page__flow { grid-template-columns: 1fr; gap: 14px; margin-top: 36px; }
  .ebda-mv-page__flow::before { top: 20px; right: auto; bottom: 20px; left: 29px; width: 1px; height: auto; }
  .ebda-mv-page__flow li { flex-direction: row; justify-content: flex-start; gap: 18px; }
  .ebda-mv-page__flow li:not(:last-child)::after { display: none; }
  .ebda-mv-page__flow-icon { flex: 0 0 58px; width: 58px; height: 58px; }
  .ebda-mv-page__flow-icon svg { width: 26px; }
  .ebda-mv-page__vision { padding: 58px 0 48px; }
  .ebda-mv-page__vision-grid { grid-template-columns: 1fr; gap: 44px; }
  .ebda-mv-page__vision h2 { font-size: 36px; }
  .ebda-mv-page__ecosystem { width: 500px; max-width: 134%; height: 320px; margin-left: 50%; transform: translateX(-50%) scale(.72); transform-origin: center; }
  .ebda-mv-page__bridge { padding: 52px 0 58px; }
  .ebda-mv-page__bridge-grid { grid-template-columns: 1fr; gap: 18px; }
  .ebda-mv-page__bridge-grid > div:first-child, .ebda-mv-page__bridge-grid > div:last-child { text-align: center; }
  .ebda-mv-page__bridge-grid > div:first-child { order: 1; }
  .ebda-mv-page__arch { order: 2; height: 142px; }
  .ebda-mv-page__bridge-grid > div:last-child { order: 3; }
  .ebda-mv-page__ecosystem-title { margin-top: 20px; }
  .ebda-mv-page__ecosystem-title p { flex-wrap: wrap; gap: 10px 16px; }
  .ebda-mv-page__principles { margin-top: 44px; }
  .ebda-mv-page__principle-grid { grid-template-columns: 1fr; gap: 26px; }
  .ebda-mv-page__direction { padding: 56px 0 62px; }
  .ebda-mv-page__rome { width: 110vw; opacity: .45; }
  .ebda-mv-page__direction-grid { grid-template-columns: 1fr; gap: 34px; }
  .ebda-mv-page__direction h2 { font-size: 39px; }
  .ebda-mv-page__direction-copy { grid-template-columns: 1fr; gap: 24px; padding: 26px 0 0; border-top: 1px solid var(--mv-line); border-left: 0; }
  .ebda-mv-page__direction-copy > div { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  .ebda-mv-page__reveal { opacity: 1; transform: none; transition: none; }
  .ebda-mv-page__button { transition: none; }
}
