.home .site-header,
.front-page .site-header {
  position: fixed;
  width: 100%;
}

.home .site-main,
.front-page .site-main {
  background: #071018;
}

.mgv-home {
  --mgv-ink: #f7fbff;
  --mgv-muted: rgba(247, 251, 255, 0.72);
  --mgv-line: rgba(247, 251, 255, 0.18);
  --mgv-cyan: #6fffe9;
  --mgv-dark: #071018;
  --mgv-panel: rgba(10, 23, 35, 0.76);
  --mgv-paper: #f5f7fa;
  --mgv-paper-ink: #111827;
  --mgv-paper-muted: #5b6575;
  color: var(--mgv-ink);
  font-family: Inter, "Segoe UI", Arial, "Microsoft YaHei", sans-serif;
  background: var(--mgv-dark);
  overflow: hidden;
}

.mgv-home * {
  box-sizing: border-box;
}

.mgv-home a {
  color: inherit;
  text-decoration: none;
}

.mgv-wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.mgv-hero .mgv-wrap {
  width: min(1360px, calc(100% - 56px));
}

.mgv-hero {
  position: relative;
  min-height: 780px;
  display: flex;
  align-items: stretch;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(7, 16, 24, 0.98) 0%, rgba(7, 16, 24, 0.74) 42%, rgba(7, 16, 24, 0.35) 100%),
    radial-gradient(circle at 72% 22%, rgba(95, 182, 255, 0.34), transparent 30%),
    linear-gradient(135deg, #071018 0%, #0d1b2a 47%, #111827 100%);
}

.mgv-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8), transparent 78%);
}

.mgv-hero::after {
  content: "";
  position: absolute;
  inset: auto -20% -32% 38%;
  height: 560px;
  z-index: -1;
  background: linear-gradient(90deg, transparent, rgba(111, 255, 233, 0.2), rgba(95, 182, 255, 0.28), transparent);
  transform: skewY(-8deg);
  filter: blur(28px);
}

.mgv-hero-points {
  position: absolute;
  inset: 80px 0 0 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.42;
  background:
    radial-gradient(circle at 58% 22%, rgba(111, 255, 233, 0.88) 0 2px, transparent 3px),
    radial-gradient(circle at 74% 34%, rgba(95, 182, 255, 0.78) 0 2px, transparent 3px),
    radial-gradient(circle at 63% 56%, rgba(134, 239, 172, 0.72) 0 2px, transparent 3px),
    radial-gradient(circle at 86% 64%, rgba(111, 255, 233, 0.7) 0 2px, transparent 3px);
  background-size: 72px 72px, 88px 88px, 104px 104px, 132px 132px;
  background-position: 0 0, 30px 18px, 18px 44px, 60px 10px;
  mask-image: radial-gradient(ellipse at 74% 42%, rgba(0, 0, 0, 0.95), transparent 64%);
  animation: mgv-point-drift 18s ease-in-out infinite alternate;
}

@keyframes mgv-point-drift {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }
  to {
    transform: translate3d(26px, -18px, 0) scale(1.03);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mgv-hero-points,
  .mgv-section-light:not(.mgv-partners-section)::before,
  .mgv-section-light::after,
  .mgv-section-light.mgv-partners-section::before,
  .mgv-mesh-orb,
  .mgv-news-section::after,
  .mgv-news-cube span {
    animation: none;
  }
}

.mgv-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 0.98fr);
  gap: 70px;
  align-items: center;
  min-height: 780px;
  padding: 118px 0 72px;
}

.mgv-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 12px;
  border: 1px solid var(--mgv-line);
  color: var(--mgv-muted);
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(14px);
  font-size: 13px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mgv-eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--mgv-cyan);
  box-shadow: 0 0 18px rgba(111, 255, 233, 0.9);
}

.mgv-hero h1 {
  margin: 28px 0 20px;
  max-width: 940px;
  color: #ffffff;
  font-size: clamp(52px, 4.8vw, 82px);
  line-height: 1.03;
  font-weight: 700;
  letter-spacing: 0;
}

.mgv-hero h1 .mgv-title-line {
  display: block;
  color: #ffffff;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  font-weight: inherit;
  white-space: nowrap;
}

.mgv-hero h1 > span:not(.mgv-title-line) {
  display: block;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(24px, 3.1vw, 42px);
  line-height: 1.16;
  margin-top: 24px;
  font-weight: 500;
}

.mgv-lead {
  max-width: 760px;
  margin: 0;
  color: var(--mgv-muted);
  font-size: 19px;
  line-height: 1.76;
}

.mgv-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.mgv-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.1);
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  opacity: 1;
  text-shadow: none;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.mgv-button:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.18);
}

.mgv-button-primary {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.1);
  color: #fff !important;
  box-shadow: none;
}

.mgv-button-primary:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #fff !important;
}

.mgv-button-primary:visited,
.mgv-button-primary:focus {
  color: #fff !important;
}

.mgv-actions a.mgv-button-primary,
.mgv-actions a.mgv-button-primary:visited,
.mgv-actions a.mgv-button-primary:hover,
.mgv-actions a.mgv-button-primary:focus {
  color: #fff !important;
}

.mgv-hero-note {
  margin-top: 28px;
  color: rgba(247, 251, 255, 0.58);
  font-size: 14px;
  line-height: 1.7;
}

.mgv-visual {
  position: relative;
  min-height: 560px;
  overflow: visible;
}

.mgv-device {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
  overflow: hidden;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.mgv-device:hover {
  transform: translateY(-8px) scale(1.025);
  border-color: rgba(111, 255, 233, 0.58);
  box-shadow: 0 36px 110px rgba(0, 0, 0, 0.48), 0 0 34px rgba(111, 255, 233, 0.14);
}

.mgv-visual-main {
  inset: 56px 0 54px 72px;
  z-index: 1;
}

.mgv-visual-side {
  width: 42%;
  height: 30%;
  left: 0;
  bottom: 14px;
  z-index: 3;
}

.mgv-visual-card {
  width: 36%;
  height: 24%;
  right: 20px;
  top: 0;
  z-index: 4;
}

.mgv-visual-fill {
  width: 100%;
  height: 100%;
  background:
    linear-gradient(135deg, rgba(6, 12, 18, 0.25), rgba(6, 12, 18, 0.78)),
    var(--mgv-visual-image, linear-gradient(135deg, #1d4ed8, #111827));
  background-size: cover;
  background-position: center;
  transition: filter 0.28s ease, transform 0.28s ease;
}

.mgv-device:hover .mgv-visual-fill {
  filter: saturate(1.25) contrast(1.08);
  transform: scale(1.035);
}

.mgv-visual-label {
  position: absolute;
  left: 18px;
  right: 18px;
  top: 18px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(7, 16, 24, 0.66);
  color: rgba(255, 255, 255, 0.78);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.24s ease, transform 0.24s ease;
  backdrop-filter: blur(14px);
}

.mgv-device:hover .mgv-visual-label,
.mgv-visual:hover .mgv-visual-main .mgv-visual-label {
  opacity: 1;
  transform: translateY(0);
}

.mgv-visual-label strong {
  display: block;
  color: var(--mgv-cyan);
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.mgv-visual-label span {
  display: block;
  font-size: 13px;
  line-height: 1.5;
}

.mgv-visual-main .mgv-visual-fill {
  --mgv-visual-image:
    radial-gradient(circle at 35% 38%, rgba(111, 255, 233, 0.95) 0 2px, transparent 3px),
    radial-gradient(circle at 62% 46%, rgba(95, 182, 255, 0.9) 0 2px, transparent 3px),
    radial-gradient(circle at 74% 62%, rgba(134, 239, 172, 0.8) 0 2px, transparent 3px),
    linear-gradient(125deg, #0b1220, #172554 38%, #0f766e 100%);
  background-size: 46px 46px, 58px 58px, 64px 64px, cover;
}

.mgv-visual-side .mgv-visual-fill {
  --mgv-visual-image: linear-gradient(135deg, #0f172a, #155e75 45%, #16a34a);
}

.mgv-visual-card .mgv-visual-fill {
  --mgv-visual-image: linear-gradient(135deg, #111827, #1d4ed8 52%, #7c3aed);
}

.mgv-scanline {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(111, 255, 233, 0.18), transparent);
  transform: translateY(-100%);
  animation: mgv-scan 5.6s ease-in-out infinite;
}

@keyframes mgv-scan {
  0%, 30% { transform: translateY(-100%); }
  64%, 100% { transform: translateY(100%); }
}

.mgv-readout {
  position: absolute;
  left: 44px;
  bottom: 42px;
  width: min(360px, calc(100% - 88px));
  padding: 18px;
  border: 1px solid var(--mgv-line);
  background: rgba(7, 16, 24, 0.72);
  backdrop-filter: blur(16px);
  z-index: 2;
  transition: transform 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}

.mgv-visual-main:hover .mgv-readout {
  transform: translateY(10px);
  border-color: rgba(111, 255, 233, 0.42);
  background: rgba(7, 16, 24, 0.82);
}

.mgv-readout strong {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  color: var(--mgv-cyan);
  text-transform: uppercase;
}

.mgv-readout p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 1.6;
}

.mgv-showcase-visual {
  position: relative;
  min-height: 590px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: visible;
}

.mgv-showcase-visual::before {
  content: "";
  position: absolute;
  inset: 44px -8% 26px 20%;
  border: 0;
  background:
    radial-gradient(circle at 72% 42%, rgba(111, 255, 233, 0.16), transparent 28%),
    radial-gradient(circle at 34% 70%, rgba(95, 182, 255, 0.16), transparent 30%);
  box-shadow: none;
  opacity: 0.9;
}

.mgv-showcase-orbit {
  display: none;
}

.mgv-showcase-orbit::after {
  content: "";
  position: absolute;
  width: 110%;
  height: 110%;
  left: -72%;
  top: 116%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(135deg, rgba(20, 48, 65, 0.96), rgba(15, 74, 51, 0.9));
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.3);
}

.mgv-demo-shell {
  position: relative;
  z-index: 3;
  width: min(100%, 610px);
  margin-top: 54px;
  margin-left: 0;
  margin-right: -56px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(6, 14, 22, 0.82);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.mgv-demo-topline {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.mgv-demo-topline span {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.mgv-demo-topline b {
  flex: 0 0 auto;
}

.mgv-demo-topline em {
  min-width: 0;
  overflow: hidden;
  color: #fff;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: none;
}

.mgv-demo-topline strong {
  color: var(--mgv-cyan);
  font-size: 12px;
  white-space: nowrap;
}

.mgv-demo-stage {
  position: relative;
  aspect-ratio: 16 / 10;
  min-height: 330px;
  background: #050b12;
  overflow: hidden;
}

.mgv-demo-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateX(20px) scale(0.985);
  pointer-events: none;
  transition: opacity 0.42s ease, transform 0.42s ease;
}

.mgv-demo-slide.is-active {
  opacity: 1;
  transform: translateX(0) scale(1);
  pointer-events: auto;
}

.mgv-demo-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background:
    radial-gradient(circle at 58% 34%, rgba(111, 255, 233, 0.13), transparent 30%),
    linear-gradient(135deg, #071018, #102033);
  filter: saturate(1.08) contrast(1.06);
}

.mgv-demo-image {
  object-fit: contain;
  object-position: center;
  background: #fff;
  filter: none;
}

.mgv-demo-play,
.mgv-demo-fallback {
  position: absolute;
  z-index: 3;
  pointer-events: none;
}

.mgv-demo-play {
  left: 22px;
  top: 68px;
  display: none;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(111, 255, 233, 0.45);
  background: rgba(7, 16, 24, 0.72);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  pointer-events: auto;
}

.mgv-demo-play:hover,
.mgv-demo-play:focus-visible {
  background: rgba(111, 255, 233, 0.14);
  outline: 0;
}

.mgv-demo-fallback {
  inset: 48px 0 auto 0;
  display: none;
  padding: 56px 24px 0;
  color: rgba(255, 255, 255, 0.76);
  background:
    radial-gradient(circle at 62% 25%, rgba(111, 255, 233, 0.18), transparent 30%),
    linear-gradient(180deg, rgba(5, 11, 18, 0.1), rgba(5, 11, 18, 0.36));
}

.mgv-demo-fallback span {
  display: block;
  color: var(--mgv-cyan);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.mgv-demo-fallback strong {
  display: block;
  max-width: 520px;
  margin-top: 10px;
  color: #fff;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.18;
}

.mgv-demo-slide.has-video-blocked .mgv-demo-play,
.mgv-demo-slide.has-video-error .mgv-demo-fallback {
  display: block;
}

.mgv-demo-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 74px 24px 20px;
  background: linear-gradient(180deg, transparent 0%, rgba(5, 11, 18, 0.48) 50%, rgba(5, 11, 18, 0.84) 100%);
  transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
}

.mgv-demo-shell:hover .mgv-demo-caption,
.mgv-demo-shell:focus-within .mgv-demo-caption {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mgv-demo-caption span {
  display: block;
  margin-bottom: 8px;
  color: var(--mgv-cyan);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.mgv-demo-caption h2 {
  margin: 0;
  max-width: 520px;
  color: #fff;
  font-size: clamp(22px, 2.1vw, 32px);
  line-height: 1.18;
}

.mgv-demo-caption p {
  max-width: 520px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 1.65;
}

.mgv-demo-controls {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

.mgv-demo-arrow,
.mgv-demo-dot {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.mgv-demo-arrow {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  line-height: 1;
}

.mgv-demo-arrow:hover,
.mgv-demo-arrow:focus-visible,
.mgv-demo-dot:hover,
.mgv-demo-dot:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(111, 255, 233, 0.58);
  background: rgba(111, 255, 233, 0.14);
  outline: 0;
}

.mgv-demo-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.mgv-demo-dot {
  width: 34px;
  height: 4px;
  padding: 0;
}

.mgv-demo-dot.is-active {
  border-color: rgba(111, 255, 233, 0.92);
  background: var(--mgv-cyan);
}

.mgv-stats {
  border-top: 1px solid var(--mgv-line);
  border-bottom: 1px solid var(--mgv-line);
  background: rgba(255, 255, 255, 0.045);
}

.mgv-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.mgv-stat {
  padding: 32px 28px;
  border-right: 1px solid var(--mgv-line);
}

.mgv-stat:last-child {
  border-right: 0;
}

.mgv-stat b {
  display: block;
  color: #fff;
  font-size: 34px;
  line-height: 1;
}

.mgv-stat span {
  display: block;
  margin-top: 10px;
  color: var(--mgv-muted);
  font-size: 14px;
  line-height: 1.5;
}

.mgv-faculty-section {
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  background:
    radial-gradient(circle at 8% 10%, rgba(15, 118, 110, 0.06), transparent 24%),
    linear-gradient(180deg, #f7f9fc 0%, #f1f5f9 100%);
}

.mgv-faculty-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.mgv-faculty-card {
  min-height: 330px;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 22px;
  padding: 22px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 22px 54px rgba(15, 23, 42, 0.055);
}

.mgv-faculty-media {
  min-width: 0;
}

.mgv-faculty-media img,
.mgv-faculty-placeholder {
  width: 150px;
  height: 190px;
  display: block;
  border: 1px solid rgba(17, 24, 39, 0.12);
  background: #e5eaf1;
  object-fit: cover;
  object-position: center top;
}

.mgv-faculty-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.14), rgba(37, 99, 235, 0.12)),
    #e8edf4;
}

.mgv-faculty-placeholder span {
  width: 78px;
  height: 78px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(15, 118, 110, 0.24);
  border-radius: 999px;
  color: #0f766e;
  font-size: 34px;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.56);
}

.mgv-faculty-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 10px;
}

.mgv-faculty-title h3 {
  margin: 0;
  color: var(--mgv-paper-ink);
  font-size: 24px;
  line-height: 1.2;
}

.mgv-faculty-title h3 a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(15, 118, 110, 0.35);
  text-underline-offset: 4px;
}

.mgv-faculty-title h3 a:hover,
.mgv-faculty-title h3 a:focus-visible {
  color: #0f766e;
}

.mgv-faculty-title span {
  color: #0f766e;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.mgv-faculty-body p {
  margin: 0;
  color: var(--mgv-paper-muted);
  font-size: 14px;
  line-height: 1.78;
  text-align: justify;
  text-justify: inter-ideograph;
}

.mgv-faculty-body p a {
  color: #0f766e;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.mgv-faculty-email {
  display: inline-flex;
  margin-top: 12px;
  color: #0f766e;
  font-size: 13px;
  font-weight: 800;
}

.mgv-partners-section {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mgv-partners-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 12%, rgba(111, 255, 233, 0.1), transparent 26%),
    radial-gradient(circle at 84% 24%, rgba(95, 182, 255, 0.12), transparent 30%);
}

.mgv-partners-section > .mgv-wrap {
  position: relative;
}

.mgv-logo-panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.mgv-logo-panel {
  min-height: 390px;
  padding: 26px;
  border: 1px solid var(--mgv-line);
  background: rgba(255, 255, 255, 0.055);
}

.mgv-logo-panel__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.mgv-logo-panel__head span {
  color: var(--mgv-cyan);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.mgv-logo-panel__head h3 {
  margin: 0;
  color: #fff;
  font-size: 28px;
  line-height: 1.15;
}

.mgv-logo-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.mgv-logo-slot {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(circle at 28% 22%, rgba(111, 255, 233, 0.12), transparent 28%),
    rgba(7, 16, 24, 0.58);
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.mgv-logo-slot:hover {
  transform: translateY(-2px);
  border-color: rgba(111, 255, 233, 0.4);
  background: rgba(111, 255, 233, 0.08);
}

.mgv-logo-slot img {
  display: block;
  max-width: 86%;
  max-height: 42px;
  object-fit: contain;
}

.mgv-section-light.mgv-partners-section {
  border-top-color: rgba(17, 24, 39, 0.1);
}

.mgv-section-light.mgv-partners-section::before {
  z-index: 0;
  opacity: 0.72;
  background:
    radial-gradient(circle at 18% 12%, rgba(15, 118, 110, 0.08), transparent 26%),
    radial-gradient(circle at 84% 24%, rgba(37, 99, 235, 0.08), transparent 30%);
  animation: mgv-light-flow 22s ease-in-out infinite alternate;
}

.mgv-section-light:not(.mgv-partners-section)::before,
.mgv-section-light::after,
.mgv-section-light.mgv-partners-section::before {
  display: none;
  animation: none;
}

.mgv-section-light .mgv-logo-panel {
  border-color: rgba(17, 24, 39, 0.12);
  background: #ffffff;
}

.mgv-section-light .mgv-logo-panel__head h3 {
  color: var(--mgv-paper-ink);
}

.mgv-section-light .mgv-logo-slot {
  border-color: rgba(17, 24, 39, 0.11);
  background:
    radial-gradient(circle at 28% 22%, rgba(15, 118, 110, 0.08), transparent 28%),
    rgba(248, 250, 252, 0.94);
  color: rgba(17, 24, 39, 0.72);
}

.mgv-section-light .mgv-logo-slot:hover {
  border-color: rgba(15, 118, 110, 0.28);
  background: rgba(240, 253, 250, 0.86);
}

.mgv-section-light.mgv-partners-section {
  background:
    linear-gradient(180deg, #f6f8fb 0%, #eef3f7 100%);
}

.mgv-logo-panels {
  padding: 24px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  background:
    radial-gradient(circle at 14% 12%, rgba(15, 118, 110, 0.06), transparent 28%),
    radial-gradient(circle at 88% 34%, rgba(37, 99, 235, 0.06), transparent 30%),
    rgba(255, 255, 255, 0.72);
}

.mgv-section-light .mgv-logo-panel {
  min-height: auto;
  padding: 20px;
  border-color: rgba(17, 24, 39, 0.08);
  background: rgba(255, 255, 255, 0.66);
}

.mgv-logo-panel__head {
  align-items: start;
  margin-bottom: 18px;
}

.mgv-section-light .mgv-logo-panel__head span {
  color: #0f766e;
}

.mgv-section-light .mgv-logo-panel__head h3 {
  color: var(--mgv-paper-ink);
}

.mgv-logo-cloud {
  min-height: 315px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  gap: 14px;
  padding: 8px 0 0;
}

.mgv-logo-cloud-item {
  width: 100%;
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(248, 250, 252, 0.56));
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.05);
  opacity: 0.9;
  transform: translateY(0);
  transition: transform 0.2s ease, opacity 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.mgv-logo-cloud-item img {
  width: 100%;
  max-width: 230px;
  height: 70px;
  display: block;
  object-fit: contain;
}

.mgv-logo-cloud-item:hover,
.mgv-logo-cloud-item:focus-within {
  opacity: 1;
  border-color: rgba(15, 118, 110, 0.22);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 46px rgba(15, 23, 42, 0.1);
  transform: translateY(-4px);
}

.mgv-logo-cloud-item--sinopec img,
.mgv-logo-cloud-item--basf img,
.mgv-logo-cloud-item--meituan img,
.mgv-logo-cloud-item--momenta img {
  transform: scale(1.34);
}

.mgv-logo-cloud-item--huawei img {
  max-width: 238px;
  height: 74px;
}

.mgv-logo-cloud-item--sinopec img,
.mgv-logo-cloud-item--basf img {
  max-width: 230px;
  height: 74px;
}

.mgv-logo-cloud-item--meituan img {
  max-width: 220px;
  height: 72px;
}

.mgv-logo-cloud-item--momenta img {
  max-width: 224px;
  height: 72px;
}

.mgv-logo-cloud-item:nth-child(odd):last-child {
  grid-column: 1 / -1;
  justify-self: center;
  width: min(50%, 260px);
}

.mgv-section {
  position: relative;
  overflow: hidden;
  padding: 92px 0;
}

.mgv-section > .mgv-wrap {
  position: relative;
  z-index: 2;
}

.mgv-section-light {
  background: var(--mgv-paper);
  color: var(--mgv-paper-ink);
}

.mgv-section-light:not(.mgv-partners-section)::before,
.mgv-section-light::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.mgv-section-light:not(.mgv-partners-section)::before {
  inset: -26% -12%;
  z-index: 0;
  opacity: 0.72;
  background:
    radial-gradient(ellipse at 16% 16%, rgba(15, 118, 110, 0.08), transparent 30%),
    radial-gradient(ellipse at 82% 20%, rgba(37, 99, 235, 0.07), transparent 28%),
    repeating-linear-gradient(118deg, transparent 0 78px, rgba(15, 118, 110, 0.055) 79px 80px, transparent 81px 156px);
  animation: mgv-light-flow 20s ease-in-out infinite alternate;
}

.mgv-section-light::after {
  right: -16%;
  top: 12%;
  z-index: 0;
  width: min(760px, 62vw);
  aspect-ratio: 1.7;
  border-radius: 999px;
  border: 1px solid rgba(15, 118, 110, 0.1);
  background:
    radial-gradient(ellipse at center, transparent 0 48%, rgba(15, 118, 110, 0.08) 49% 50%, transparent 51% 100%),
    radial-gradient(ellipse at center, transparent 0 64%, rgba(37, 99, 235, 0.06) 65% 66%, transparent 67% 100%);
  transform: rotate(-8deg);
  animation: mgv-light-ripple 24s ease-in-out infinite alternate;
}

.mgv-section-dark {
  background: linear-gradient(180deg, #071018, #0b1220);
  color: var(--mgv-ink);
}

@keyframes mgv-light-flow {
  from {
    transform: translate3d(-18px, -8px, 0);
    background-position: 0 0, 0 0, 0 0;
  }
  to {
    transform: translate3d(20px, 12px, 0);
    background-position: 0 0, 0 0, 120px 54px;
  }
}

@keyframes mgv-light-ripple {
  from {
    transform: rotate(-8deg) translate3d(0, 0, 0) scale(1);
    opacity: 0.68;
  }
  to {
    transform: rotate(-4deg) translate3d(-26px, 18px, 0) scale(1.05);
    opacity: 0.42;
  }
}

.mgv-section-head {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: end;
  margin-bottom: 36px;
}

.mgv-kicker {
  margin: 0 0 12px;
  color: #0f766e;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.mgv-section-dark .mgv-kicker {
  color: var(--mgv-cyan);
}

.mgv-section h2 {
  margin: 0;
  max-width: 780px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: 0;
}

.mgv-section-copy {
  max-width: 470px;
  margin: 0;
  color: var(--mgv-paper-muted);
  font-size: 16px;
  line-height: 1.74;
}

.mgv-section-dark .mgv-section-copy {
  color: var(--mgv-muted);
}

.mgv-areas {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(17, 24, 39, 0.14);
  border: 1px solid rgba(17, 24, 39, 0.12);
}

.mgv-area {
  min-height: 290px;
  padding: 28px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mgv-area h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.25;
}

.mgv-area p {
  margin: 18px 0 0;
  color: var(--mgv-paper-muted);
  line-height: 1.7;
  font-size: 15px;
}

.mgv-area span {
  color: #0f766e;
  font-size: 13px;
  font-weight: 700;
}

.mgv-showcase {
  display: grid;
  grid-template-columns: 1.08fr 0.96fr 0.96fr;
  gap: 22px;
  align-items: stretch;
}

.mgv-work-card {
  position: relative;
  display: flex;
  min-height: 560px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--mgv-line);
  background: var(--mgv-panel);
  color: #fff;
  transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

.mgv-work-card:hover {
  transform: translateY(-4px);
  border-color: rgba(111, 255, 233, 0.42);
  background: rgba(14, 31, 47, 0.86);
}

.mgv-work-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(111, 255, 233, 0.14), transparent 26%),
    linear-gradient(180deg, transparent, rgba(5, 11, 18, 0.56));
  opacity: 0.78;
  pointer-events: none;
  z-index: 1;
}

.mgv-work-card-featured {
  min-height: 560px;
}

.mgv-work-media {
  position: relative;
  height: 305px;
  min-height: 285px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(21, 94, 117, 0.48), rgba(23, 37, 84, 0.58)),
    #071018;
}

.mgv-work-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 11, 18, 0.02), rgba(5, 11, 18, 0.28)),
    radial-gradient(circle at 18% 8%, rgba(111, 255, 233, 0.22), transparent 26%);
  pointer-events: none;
}

.mgv-work-media img {
  width: 100%;
  height: 100%;
  min-height: 285px;
  display: block;
  object-fit: contain;
  transition: transform 0.32s ease, filter 0.32s ease;
}

.mgv-work-card:hover .mgv-work-media img {
  transform: scale(1.035);
  filter: saturate(1.05) contrast(1.03);
}

.mgv-work-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  padding: 26px;
}

.mgv-work-content span {
  display: block;
  color: var(--mgv-cyan);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.mgv-work-content h3 {
  margin: 14px 0 12px;
  color: #fff;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.18;
}

.mgv-work-content p {
  margin: 0;
  color: var(--mgv-muted);
  font-size: 15px;
  line-height: 1.72;
}

.mgv-work-section {
  isolation: isolate;
}

.mgv-work-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 5% 42%, rgba(111, 255, 233, 0.11), transparent 24%),
    radial-gradient(circle at 96% 10%, rgba(95, 182, 255, 0.1), transparent 28%);
}

.mgv-mesh-orb {
  position: absolute;
  left: max(-250px, calc((100vw - 1180px) / 2 - 310px));
  top: 72px;
  z-index: 0;
  width: min(620px, 46vw);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(111, 255, 233, 0.2);
  pointer-events: none;
  opacity: 0.28;
  background:
    repeating-linear-gradient(0deg, transparent 0 34px, rgba(111, 255, 233, 0.46) 35px 36px, transparent 37px 68px),
    repeating-linear-gradient(60deg, transparent 0 34px, rgba(95, 182, 255, 0.36) 35px 36px, transparent 37px 68px),
    repeating-linear-gradient(120deg, transparent 0 34px, rgba(111, 255, 233, 0.4) 35px 36px, transparent 37px 68px);
  box-shadow:
    inset -36px -48px 90px rgba(5, 11, 18, 0.72),
    0 0 70px rgba(111, 255, 233, 0.14);
  mask-image: radial-gradient(circle, rgba(0, 0, 0, 1) 0 58%, rgba(0, 0, 0, 0.68) 66%, transparent 74%);
  animation: mgv-mesh-orb-spin 54s linear infinite;
}

.mgv-mesh-orb::before,
.mgv-mesh-orb::after {
  content: "";
  position: absolute;
  inset: 10%;
  border-radius: 50%;
  border: 1px solid rgba(111, 255, 233, 0.24);
}

.mgv-mesh-orb::before {
  transform: rotateX(68deg);
}

.mgv-mesh-orb::after {
  transform: rotateY(68deg);
}

@keyframes mgv-mesh-orb-spin {
  from {
    transform: rotate(0deg) scale(1);
  }
  to {
    transform: rotate(360deg) scale(1);
  }
}

.mgv-news-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  border: 1px solid rgba(17, 24, 39, 0.12);
  background: rgba(17, 24, 39, 0.12);
}

.mgv-news-item {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 24px;
  padding: 26px;
  background: #fff;
  color: var(--mgv-paper-ink);
}

.mgv-date {
  color: #0f766e;
  font-weight: 700;
  font-size: 14px;
}

.mgv-news-item h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.35;
}

.mgv-news-item p {
  margin: 10px 0 0;
  color: var(--mgv-paper-muted);
  font-size: 14px;
  line-height: 1.65;
}

.mgv-section-dark .mgv-news-grid {
  border-color: var(--mgv-line);
  background: var(--mgv-line);
}

.mgv-section-dark .mgv-news-item {
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
}

.mgv-section-dark .mgv-date {
  color: var(--mgv-cyan);
}

.mgv-section-dark .mgv-news-item h3 {
  color: #fff;
}

.mgv-section-dark .mgv-news-item p {
  color: var(--mgv-muted);
}

.mgv-news-section {
  isolation: isolate;
}

.mgv-news-section::before,
.mgv-news-section::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.mgv-news-section::before {
  inset: 0;
  opacity: 0.62;
  background:
    linear-gradient(rgba(111, 255, 233, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(111, 255, 233, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 12% 28%, rgba(111, 255, 233, 0.11), transparent 26%),
    radial-gradient(circle at 88% 70%, rgba(95, 182, 255, 0.12), transparent 30%);
  background-size: 74px 74px, 74px 74px, auto, auto;
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.9) 18%, rgba(0, 0, 0, 0.9) 82%, transparent 100%);
}

.mgv-news-section::after {
  left: 8%;
  top: 22%;
  width: min(520px, 42vw);
  height: 220px;
  background:
    linear-gradient(90deg, transparent, rgba(111, 255, 233, 0.22), transparent),
    repeating-linear-gradient(90deg, transparent 0 68px, rgba(111, 255, 233, 0.16) 69px 70px, transparent 71px 136px);
  transform: skewY(-10deg);
  filter: blur(0.2px);
  opacity: 0.22;
  animation: mgv-news-scan 9s ease-in-out infinite alternate;
}

.mgv-news-cube {
  position: absolute;
  right: max(-120px, calc((100vw - 1180px) / 2 - 190px));
  top: 76px;
  z-index: 0;
  width: min(480px, 40vw);
  height: 340px;
  pointer-events: none;
  perspective: 720px;
  opacity: 0.3;
}

.mgv-news-cube span {
  position: absolute;
  inset: 40px 44px;
  border: 1px solid rgba(111, 255, 233, 0.34);
  background:
    linear-gradient(90deg, rgba(111, 255, 233, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(95, 182, 255, 0.08) 1px, transparent 1px),
    rgba(7, 16, 24, 0.08);
  background-size: 36px 36px;
  transform: rotateX(58deg) rotateZ(-26deg) translate3d(0, 0, 0);
  box-shadow: 0 0 36px rgba(111, 255, 233, 0.1);
  animation: mgv-news-plane 12s ease-in-out infinite alternate;
}

.mgv-news-cube span:nth-child(2) {
  inset: 72px 76px;
  border-color: rgba(95, 182, 255, 0.3);
  animation-delay: -3s;
}

.mgv-news-cube span:nth-child(3) {
  inset: 104px 108px;
  border-color: rgba(134, 239, 172, 0.26);
  animation-delay: -6s;
}

@keyframes mgv-news-scan {
  from {
    transform: translate3d(-32px, 0, 0) skewY(-10deg);
    opacity: 0.16;
  }
  to {
    transform: translate3d(46px, 16px, 0) skewY(-10deg);
    opacity: 0.28;
  }
}

@keyframes mgv-news-plane {
  from {
    transform: rotateX(58deg) rotateZ(-26deg) translate3d(0, 0, 0);
  }
  to {
    transform: rotateX(58deg) rotateZ(-20deg) translate3d(-16px, 12px, 34px);
  }
}

.mgv-contact {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
  align-items: start;
}

.mgv-contact-panel {
  border: 1px solid var(--mgv-line);
  background: rgba(255, 255, 255, 0.06);
  padding: 28px;
}

.mgv-contact-panel h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 22px;
}

.mgv-contact-line {
  padding: 16px 0;
  border-top: 1px solid var(--mgv-line);
  color: var(--mgv-muted);
  line-height: 1.7;
}

.mgv-contact-line strong {
  color: #fff;
}

.mgv-section-light .mgv-contact-panel {
  border-color: rgba(17, 24, 39, 0.12);
  background: #ffffff;
}

.mgv-section-light .mgv-contact-panel h3 {
  color: var(--mgv-paper-ink);
}

.mgv-section-light .mgv-contact-line {
  border-top-color: rgba(17, 24, 39, 0.12);
  color: var(--mgv-paper-muted);
}

.mgv-section-light .mgv-contact-line strong {
  color: var(--mgv-paper-ink);
}

.mgv-section-dark .mgv-areas {
  border-color: var(--mgv-line);
  background: var(--mgv-line);
}

.mgv-section-dark .mgv-area {
  border-color: transparent;
  background:
    radial-gradient(circle at 18% 16%, rgba(111, 255, 233, 0.08), transparent 28%),
    rgba(255, 255, 255, 0.055);
}

.mgv-section-dark .mgv-area h3 {
  color: #fff;
}

.mgv-section-dark .mgv-area p {
  color: var(--mgv-muted);
}

.mgv-section-dark .mgv-area span {
  color: var(--mgv-cyan);
}

.mgv-section-light .mgv-work-card {
  border-color: rgba(17, 24, 39, 0.12);
  background: #ffffff;
  color: var(--mgv-paper-ink);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.075);
}

.mgv-section-light .mgv-work-card:hover {
  border-color: rgba(15, 118, 110, 0.24);
  background: #ffffff;
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.11);
}

.mgv-section-light .mgv-work-card::before {
  background:
    radial-gradient(circle at 18% 18%, rgba(15, 118, 110, 0.08), transparent 28%),
    linear-gradient(180deg, transparent 36%, rgba(255, 255, 255, 0.9));
  opacity: 1;
}

.mgv-section-light .mgv-work-content span {
  color: #0f766e;
}

.mgv-section-light .mgv-work-content h3 {
  color: var(--mgv-paper-ink);
}

.mgv-section-light .mgv-work-content p {
  color: var(--mgv-paper-muted);
}

.mgv-section-light .mgv-mesh-orb {
  opacity: 0.1;
  filter: saturate(0.8);
}

.mgv-section-dark .mgv-logo-panels {
  border-color: var(--mgv-line);
  background:
    radial-gradient(circle at 14% 12%, rgba(111, 255, 233, 0.08), transparent 28%),
    radial-gradient(circle at 88% 34%, rgba(95, 182, 255, 0.09), transparent 30%),
    rgba(255, 255, 255, 0.045);
}

.mgv-section-dark .mgv-logo-panel {
  border-color: var(--mgv-line);
  background: rgba(255, 255, 255, 0.055);
}

.mgv-section-dark .mgv-logo-panel__head span {
  color: var(--mgv-cyan);
}

.mgv-section-dark .mgv-logo-panel__head h3 {
  color: #fff;
}

.mgv-section-dark .mgv-logo-cloud-item {
  border-color: rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 250, 252, 0.78));
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.mgv-section-light.mgv-news-section::before,
.mgv-section-light.mgv-news-section::after,
.mgv-section-light .mgv-news-cube {
  display: none;
}

@media (max-width: 980px) {
  .mgv-hero-grid,
  .mgv-showcase,
  .mgv-contact {
    grid-template-columns: 1fr;
  }

  .mgv-hero h1 .mgv-title-line {
    white-space: normal;
  }

  .mgv-hero-grid {
    min-height: auto;
    padding-top: 132px;
  }

  .mgv-visual {
    min-height: 460px;
  }

  .mgv-showcase-visual {
    min-height: 520px;
    justify-content: center;
  }

  .mgv-showcase-visual::before {
    inset: 24px 4% 34px 4%;
  }

  .mgv-showcase-orbit {
    right: 4%;
    top: 34px;
  }

  .mgv-mesh-orb {
    left: -220px;
    top: 64px;
    width: 420px;
    opacity: 0.18;
  }

  .mgv-news-cube {
    right: -180px;
    top: 60px;
    width: 360px;
    opacity: 0.2;
  }

  .mgv-demo-shell {
    width: min(720px, 100%);
    margin: 34px auto 0;
  }

  .mgv-stats-grid,
  .mgv-areas,
  .mgv-news-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mgv-logo-panels {
    grid-template-columns: 1fr;
  }

  .mgv-faculty-grid {
    grid-template-columns: 1fr;
  }

  .mgv-faculty-card {
    min-height: auto;
  }

  .mgv-logo-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .mgv-logo-cloud {
    min-height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mgv-logo-cloud-item {
    width: 100%;
    min-width: 0;
  }

  .mgv-section-head {
    display: block;
  }

  .mgv-section-copy {
    margin-top: 18px;
  }
}

@media (max-width: 640px) {
  .mgv-wrap {
    width: min(100% - 28px, 1180px);
  }

  .mgv-hero .mgv-wrap {
    width: min(100% - 28px, 1180px);
  }

  .mgv-hero-points {
    inset: 190px -20% 0 -40%;
    opacity: 0.32;
    background-size: 68px 68px, 82px 82px, 94px 94px, 118px 118px;
    mask-image: radial-gradient(ellipse at 62% 48%, rgba(0, 0, 0, 0.9), transparent 68%);
  }

  .mgv-hero {
    min-height: auto;
  }

  .mgv-hero-grid {
    gap: 30px;
    padding: 154px 0 54px;
  }

  .mgv-lead {
    font-size: 16px;
  }

  .mgv-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .mgv-button {
    width: 100%;
  }

  .mgv-visual {
    min-height: 380px;
  }

  .mgv-showcase-visual {
    min-height: auto;
  }

  .mgv-showcase-visual::before {
    inset: 4px 0 20px 0;
    opacity: 0.42;
  }

  .mgv-showcase-orbit {
    display: none;
  }

  .mgv-showcase-orbit::after {
    display: none;
  }

  .mgv-demo-shell {
    width: 100%;
    max-width: 100%;
    margin: 26px 0 0;
  }

  .mgv-demo-stage {
    min-height: 0;
    aspect-ratio: 16 / 12;
  }

  .mgv-demo-caption {
    padding: 84px 18px 18px;
  }

  .mgv-demo-caption h2 {
    font-size: 22px;
  }

  .mgv-demo-controls {
    min-height: 58px;
    gap: 12px;
    padding: 0 12px;
  }

  .mgv-demo-arrow {
    width: 38px;
    height: 38px;
  }

  .mgv-demo-dot {
    width: 26px;
  }

  .mgv-demo-fallback {
    inset: 48px 0 auto 0;
    padding: 46px 18px 0;
  }

  .mgv-demo-play {
    left: 18px;
    top: 62px;
  }

  .mgv-section-light::after {
    right: -44%;
    width: 96vw;
    opacity: 0.45;
  }

  .mgv-mesh-orb {
    left: -230px;
    top: 28px;
    width: 330px;
    opacity: 0.12;
  }

  .mgv-news-cube {
    display: none;
  }

  .mgv-news-section::after {
    left: -12%;
    width: 112%;
    opacity: 0.12;
  }

  .mgv-visual-main {
    inset: 28px 0 76px 28px;
  }

  .mgv-visual-side {
    width: 52%;
  }

  .mgv-visual-card {
    width: 44%;
    right: 8px;
  }

  .mgv-readout {
    left: 24px;
    bottom: 34px;
    width: min(320px, calc(100% - 48px));
  }

  .mgv-stats-grid,
  .mgv-areas,
  .mgv-news-grid {
    grid-template-columns: 1fr;
  }

  .mgv-logo-panel {
    min-height: auto;
    padding: 20px;
  }

  .mgv-logo-panel__head {
    align-items: start;
    flex-direction: column;
    gap: 8px;
  }

  .mgv-faculty-card {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 16px;
    padding: 18px;
  }

  .mgv-faculty-media img,
  .mgv-faculty-placeholder {
    width: 112px;
    height: 142px;
  }

  .mgv-faculty-placeholder span {
    width: 58px;
    height: 58px;
    font-size: 26px;
  }

  .mgv-faculty-title {
    align-items: start;
    flex-direction: column;
    gap: 4px;
  }

  .mgv-faculty-title h3 {
    font-size: 22px;
  }

  .mgv-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mgv-logo-panels {
    padding: 14px;
  }

  .mgv-logo-cloud {
    gap: 10px;
  }

  .mgv-logo-cloud-item {
    width: 100%;
    min-width: 0;
    min-height: 72px;
    transform: none;
  }

  .mgv-logo-cloud-item:nth-child(odd):last-child {
    width: 100%;
  }

  .mgv-logo-cloud-item:hover,
  .mgv-logo-cloud-item:focus-within {
    transform: translateY(-3px);
  }

  .mgv-logo-slot {
    min-height: 62px;
    font-size: 13px;
  }

  .mgv-stat {
    border-right: 0;
    border-bottom: 1px solid var(--mgv-line);
  }

  .mgv-section {
    padding: 64px 0;
  }

  .mgv-area {
    min-height: 230px;
  }

  .mgv-work-card,
  .mgv-work-card-featured {
    min-height: auto;
  }

  .mgv-work-media {
    height: 240px;
    min-height: 240px;
  }

  .mgv-work-media img {
    min-height: 240px;
  }

  .mgv-work-content {
    padding: 22px;
  }

  .mgv-news-item {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mgv-hero-points,
  .mgv-section-light:not(.mgv-partners-section)::before,
  .mgv-section-light::after,
  .mgv-section-light.mgv-partners-section::before,
  .mgv-mesh-orb,
  .mgv-news-section::after,
  .mgv-news-cube span {
    animation: none;
  }
}
