.about-page .legal-wrap {
  padding-bottom: 3.2rem;
}

.about-hero {
  position: relative;
  overflow: hidden;
}

.about-hero::after {
  content: "";
  position: absolute;
  inset: auto -120px -120px auto;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  filter: blur(34px);
  background: radial-gradient(circle at 30% 30%, rgba(147, 195, 255, 0.45), rgba(182, 146, 255, 0.2) 55%, transparent 78%);
  pointer-events: none;
}

.about-hero-points {
  margin-top: 0.92rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.48rem;
}

.about-hero-points span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.32rem 0.72rem;
  border-radius: 999px;
  border: 1px solid var(--lp-chip-line);
  background: var(--lp-chip);
  color: var(--lp-muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.about-block {
  margin-top: 1.05rem;
  border: 1px solid var(--lp-line-strong);
  border-radius: 24px;
  background: var(--lp-card);
  box-shadow: var(--lp-shadow-card);
  backdrop-filter: saturate(1.15) blur(11px);
  -webkit-backdrop-filter: saturate(1.15) blur(11px);
  padding: 1.05rem;
}

.about-block-head h2 {
  margin: 0.45rem 0 0.32rem;
  font-family: "Be Vietnam Pro", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: clamp(1.42rem, 3.2vw, 2.06rem);
  line-height: 1.1;
  letter-spacing: -0.012em;
}

.about-block-head p {
  margin: 0;
  color: var(--lp-muted);
  line-height: 1.55;
}

.about-kicker {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 700;
  color: #6b4dc2;
  letter-spacing: 0.01em;
}

body.legal-page[data-theme="dark"] .about-kicker,
body.legal-page.dark-mode .about-kicker {
  color: #ddd2ff;
}

.mvv-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.26));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
  color: rgba(245, 240, 255, 0.98);
}

.mvv-icon-svg {
  width: 20px;
  height: 20px;
  display: block;
  filter: drop-shadow(0 1px 0 rgba(35, 20, 74, 0.2));
}

.mvv-graphic {
  margin-top: 1rem;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.62rem;
}

.mvv-rail {
  position: absolute;
  top: 2.25rem;
  left: 8%;
  right: 8%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(246, 155, 95, 0.72), rgba(166, 129, 255, 0.78), rgba(118, 206, 205, 0.72));
  opacity: 0.75;
  pointer-events: none;
}

.mvv-step {
  position: relative;
  border: 1px solid var(--lp-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.62);
  padding: 0.94rem 0.92rem 1rem;
  min-height: 244px;
  overflow: hidden;
  isolation: isolate;
}

.mvv-step::before {
  content: "";
  position: absolute;
  inset: auto -45px -80px auto;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  filter: blur(22px);
  opacity: 0.46;
  z-index: -1;
}

.mvv-step.mission::before {
  background: radial-gradient(circle, rgba(252, 172, 104, 0.6), transparent 72%);
}

.mvv-step.vision::before {
  background: radial-gradient(circle, rgba(165, 138, 255, 0.6), transparent 72%);
}

.mvv-step.values::before {
  background: radial-gradient(circle, rgba(123, 219, 201, 0.6), transparent 72%);
}

.mvv-tile {
  width: 96px;
  height: 96px;
  border-radius: 26px;
  border: 1px solid var(--lp-line);
  background: rgba(255, 255, 255, 0.76);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow:
    0 14px 28px rgba(88, 58, 154, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.mvv-tile::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  pointer-events: none;
}

.mvv-step.mission .mvv-tile {
  background: linear-gradient(145deg, #f5b58e 6%, #f39a7f 48%, #ef7f95 98%);
}

.mvv-step.vision .mvv-tile {
  background: linear-gradient(145deg, #95b9ff 4%, #8e96fb 44%, #9d7fff 98%);
}

.mvv-step.values .mvv-tile {
  background: linear-gradient(145deg, #8de8d0 4%, #77c3e9 52%, #6f90f2 100%);
}

.mvv-step .mvv-tile {
  animation: mvvPulse 5.8s ease-in-out infinite;
  will-change: transform, box-shadow, filter;
}

.mvv-step.mission .mvv-tile {
  animation-delay: 0s;
}

.mvv-step.vision .mvv-tile {
  animation-delay: 1.1s;
}

.mvv-step.values .mvv-tile {
  animation-delay: 2.2s;
}

.mvv-stem {
  display: block;
  width: 4px;
  height: 46px;
  border-radius: 999px;
  margin: 0.34rem auto 0.52rem;
  background: linear-gradient(180deg, rgba(167, 130, 255, 0.78), rgba(149, 108, 247, 0.36));
  box-shadow: 0 0 12px rgba(146, 109, 238, 0.24);
}

.mvv-step h3 {
  margin: 0 0 0.4rem;
  font-size: 1.38rem;
  line-height: 1.12;
  font-family: "Be Vietnam Pro", system-ui, -apple-system, "Segoe UI", sans-serif;
}

.mvv-step p,
.mvv-step li {
  margin: 0;
  color: var(--lp-muted);
  line-height: 1.5;
  font-size: 0.92rem;
}

.mvv-step ul {
  margin: 0;
  padding-left: 1rem;
  display: grid;
  gap: 0.24rem;
}

.story-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0.7rem;
}

.story-controls {
  display: inline-flex;
  gap: 0.36rem;
}

.story-nav {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid var(--lp-chip-line);
  background: var(--lp-chip);
  color: var(--lp-muted);
  font-size: 1rem;
  cursor: pointer;
}

.story-nav:hover {
  background: rgba(127, 89, 239, 0.2);
}

.story-wrap {
  margin-top: 0.86rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 0.82rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(128, 92, 203, 0.48) transparent;
  border: 1px solid var(--lp-line);
  border-radius: 18px;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.48), rgba(250, 245, 255, 0.3));
  cursor: grab;
  padding-inline: 0.68rem;
}

.story-wrap:active {
  cursor: grabbing;
}

.story-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(288px, 34vw);
  gap: 0.56rem;
  padding: 0.7rem 0;
}

.story-track > .story-card:first-child {
  margin-left: 0.16rem;
}

.story-track > .story-card:last-child {
  margin-right: 0.16rem;
}

.story-card {
  scroll-snap-align: start;
  border: 1px solid var(--lp-line);
  border-radius: 16px;
  background: var(--lp-card-strong);
  min-height: 214px;
  padding: 0.92rem;
  display: grid;
  align-content: start;
  gap: 0.44rem;
}

.story-year {
  margin: 0;
  color: #5a3fa7;
  font-weight: 800;
  font-size: 0.9rem;
}

body.legal-page[data-theme="dark"] .story-year,
body.legal-page.dark-mode .story-year {
  color: #d8ccff;
}

.story-card h3 {
  margin: 0;
  font-size: 1.16rem;
  line-height: 1.18;
  font-family: "Be Vietnam Pro", system-ui, -apple-system, "Segoe UI", sans-serif;
}

.story-card p {
  margin: 0;
  color: var(--lp-muted);
  line-height: 1.5;
}

.story-progress {
  margin-top: 0.66rem;
  width: 100%;
  height: 4px;
  border-radius: 999px;
  background: rgba(127, 89, 239, 0.16);
  overflow: hidden;
}

.story-progress span {
  display: block;
  width: 22%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #87c3ff, #ac8aff, #f8a56f);
  transition: width 220ms ease;
}

.about-proof-grid {
  margin-top: 0.78rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem;
}

.about-proof-grid article {
  border: 1px solid var(--lp-line);
  border-radius: 14px;
  padding: 0.72rem 0.7rem;
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.64), rgba(245, 236, 255, 0.44));
}

.about-proof-grid h3 {
  margin: 0;
  font-size: 1rem;
  font-family: "Be Vietnam Pro", system-ui, -apple-system, "Segoe UI", sans-serif;
  line-height: 1.15;
}

.about-proof-grid p {
  margin: 0.34rem 0 0;
  color: var(--lp-muted);
  line-height: 1.45;
  font-size: 0.88rem;
}

.about-founder {
  position: relative;
  overflow: hidden;
}

.about-founder::after {
  content: "";
  position: absolute;
  inset: auto -95px -95px auto;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle at 30% 30%, rgba(133, 197, 255, 0.32), rgba(172, 128, 255, 0.18) 60%, transparent 78%);
  filter: blur(20px);
}

.about-founder-head h2 {
  margin-top: 0.44rem;
}

.about-founder p {
  margin: 0.32rem 0 0;
  color: var(--lp-muted);
  line-height: 1.58;
  max-width: 900px;
}

.about-cta h2 {
  margin: 0;
  font-size: clamp(1.34rem, 3vw, 2rem);
  line-height: 1.1;
  font-family: "Be Vietnam Pro", system-ui, -apple-system, "Segoe UI", sans-serif;
}

.about-cta-grid {
  margin-top: 0.74rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}

.about-cta-grid article {
  border: 1px solid var(--lp-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.56);
  padding: 0.8rem;
}

body.legal-page[data-theme="dark"] .mvv-rail,
body.legal-page.dark-mode .mvv-rail {
  opacity: 0.85;
}

body.legal-page[data-theme="dark"] .mvv-step,
body.legal-page.dark-mode .mvv-step {
  background: rgba(23, 17, 41, 0.64);
}

body.legal-page[data-theme="dark"] .mvv-icon,
body.legal-page.dark-mode .mvv-icon {
  border-color: rgba(255, 255, 255, 0.36);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(18, 12, 34, 0.34));
  color: rgba(243, 238, 255, 0.98);
}

body.legal-page[data-theme="dark"] .mvv-tile,
body.legal-page.dark-mode .mvv-tile {
  box-shadow:
    0 16px 30px rgba(6, 5, 18, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

body.legal-page[data-theme="dark"] .mvv-step .mvv-tile,
body.legal-page.dark-mode .mvv-step .mvv-tile {
  animation-name: mvvPulseDark;
}

body.legal-page[data-theme="dark"] .story-wrap,
body.legal-page.dark-mode .story-wrap {
  background: linear-gradient(115deg, rgba(30, 22, 52, 0.74), rgba(18, 12, 34, 0.58));
}

body.legal-page[data-theme="dark"] .about-cta-grid article,
body.legal-page.dark-mode .about-cta-grid article {
  background: rgba(23, 17, 41, 0.64);
}

body.legal-page[data-theme="dark"] .about-proof-grid article,
body.legal-page.dark-mode .about-proof-grid article {
  background: linear-gradient(140deg, rgba(27, 18, 49, 0.7), rgba(18, 12, 34, 0.5));
}

.about-cta-grid h3 {
  margin: 0;
  font-size: 1rem;
}

.about-cta-grid p {
  margin: 0.28rem 0 0;
  color: var(--lp-muted);
  line-height: 1.48;
  font-size: 0.9rem;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 420ms ease, transform 420ms ease;
}

.reveal-on-scroll.in {
  opacity: 1;
  transform: translateY(0);
}

@keyframes mvvPulse {
  0%,
  82%,
  100% {
    transform: translateY(0) scale(1);
    filter: saturate(1);
    box-shadow: 0 0 0 rgba(127, 89, 239, 0);
  }
  90% {
    transform: translateY(-1px) scale(1.022);
    filter: saturate(1.06);
    box-shadow: 0 9px 22px rgba(127, 89, 239, 0.26);
  }
}

@keyframes mvvPulseDark {
  0%,
  82%,
  100% {
    transform: translateY(0) scale(1);
    filter: saturate(1);
    box-shadow: 0 0 0 rgba(10, 8, 20, 0);
  }
  90% {
    transform: translateY(-1px) scale(1.022);
    filter: saturate(1.08);
    box-shadow: 0 10px 24px rgba(7, 5, 19, 0.52);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mvv-step .mvv-tile {
    animation: none !important;
  }
}

@media (max-width: 1024px) {
  .mvv-graphic,
  .about-cta-grid,
  .about-proof-grid {
    grid-template-columns: 1fr;
  }

  .mvv-rail {
    display: none;
  }

  .mvv-step {
    min-height: auto;
  }

  .mvv-step .mvv-stem {
    margin-left: 0;
    margin-right: 0;
  }

  .mvv-tile {
    width: 82px;
    height: 82px;
    border-radius: 22px;
  }

  .mvv-icon {
    width: 32px;
    height: 32px;
    border-radius: 11px;
  }

  .mvv-icon-svg {
    width: 18px;
    height: 18px;
  }

  .story-track {
    grid-auto-columns: minmax(270px, 78vw);
  }
}

@media (max-width: 760px) {
  .about-page,
  .about-block,
  .story-shell,
  .story-wrap,
  .story-track,
  .story-card {
    min-width: 0;
    max-width: 100%;
  }

  .about-block {
    padding: 0.82rem;
  }

  .story-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .story-controls {
    align-self: flex-end;
  }

  .story-wrap {
    scroll-padding-inline: 0.88rem;
    padding-inline: 0.74rem;
  }

  .story-track {
    gap: 0.46rem;
    padding: 0.62rem 0;
    grid-auto-columns: minmax(248px, calc(100vw - 5.6rem));
  }

  .story-card {
    min-height: 198px;
    padding: 0.8rem;
  }

  .story-track > .story-card:first-child {
    margin-left: 0.1rem;
  }

  .about-proof-grid article {
    padding: 0.7rem 0.64rem;
  }

  .about-block-head p,
  .story-card p,
  .about-proof-grid p {
    overflow-wrap: anywhere;
  }
}
