.movva-founder {
  --movva-orange: #ff3600;
  --movva-green: #78a57b;
  --movva-ink: #111812;
  --movva-cream: #f3eee6;
  position: relative;
  isolation: isolate;
  width: 100%;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 88%, rgba(120, 165, 123, 0.13), transparent 24%),
    linear-gradient(135deg, #faf8f4, var(--movva-cream));
  color: var(--movva-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}

.movva-founder,
.movva-founder * {
  box-sizing: border-box;
}

.movva-founder::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, var(--movva-orange) 0 66%, var(--movva-green) 66% 81%, var(--movva-orange) 81%);
}

.movva-founder::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.28;
  background-image: radial-gradient(rgba(17, 24, 18, 0.22) 0.7px, transparent 0.7px);
  background-size: 8px 8px;
  pointer-events: none;
}

.movva-founder-word {
  position: absolute;
  z-index: -1;
  right: -0.05em;
  bottom: -0.16em;
  color: transparent;
  opacity: 0.54;
  font-size: clamp(170px, 26vw, 410px);
  font-weight: 920;
  line-height: 0.8;
  letter-spacing: -0.09em;
  pointer-events: none;
  -webkit-text-stroke: 1px rgba(17, 24, 18, 0.07);
}

.movva-founder-orbit {
  position: absolute;
  z-index: -1;
  top: -170px;
  right: -170px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(255, 54, 0, 0.11);
  border-radius: 50%;
  pointer-events: none;
  animation: movva-founder-orbit 18s linear infinite;
}

.movva-founder-orbit::before,
.movva-founder-orbit::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(120, 165, 123, 0.13);
  border-radius: 50%;
}

.movva-founder-orbit::before { inset: 55px; }
.movva-founder-orbit::after { inset: 126px; }

.movva-founder-orbit i {
  position: absolute;
  bottom: 78px;
  left: 48px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--movva-orange);
  box-shadow: 0 0 0 8px rgba(255, 54, 0, 0.09);
}

.movva-founder-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.52fr) minmax(380px, 0.48fr);
  align-items: center;
  gap: clamp(58px, 7vw, 112px);
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
  padding: clamp(105px, 13vh, 170px) clamp(28px, 5.8vw, 92px) clamp(110px, 14vh, 175px);
}

.movva-founder-visual {
  --visual-x: 0px;
  --visual-y: 0px;
  position: relative;
  min-width: 0;
  height: clamp(650px, 64vw, 850px);
  perspective: 1300px;
  opacity: 0;
  transform: translateX(-55px);
  transition: opacity 0.9s ease, transform 1.1s cubic-bezier(0.16, 1, 0.3, 1);
}

.movva-founder.is-visible .movva-founder-visual {
  opacity: 1;
  transform: none;
}

.movva-founder-accent {
  position: absolute;
  pointer-events: none;
}

.movva-founder-accent--orange {
  top: 2%;
  left: -2%;
  width: 45%;
  height: 20px;
  border-radius: 6px;
  background: var(--movva-orange);
  transform: rotate(-2deg);
}

.movva-founder-accent--green {
  right: 1%;
  bottom: 4%;
  width: 47%;
  height: 32%;
  border-radius: 28px;
  background: var(--movva-green);
  opacity: 0.32;
  transform: rotate(3deg);
}

.movva-founder-photo {
  position: absolute;
  overflow: hidden;
  margin: 0;
  border-radius: clamp(22px, 2.5vw, 38px);
  background: #151a16;
  box-shadow: 0 32px 78px rgba(24, 31, 25, 0.2);
}

.movva-founder-photo img {
  display: block;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  margin: -12px;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.05);
  transform: translate3d(var(--visual-x), var(--visual-y), 0) scale(1.025);
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), filter 0.4s ease;
}

.movva-founder-visual:hover .movva-founder-photo img {
  filter: saturate(1) contrast(1.04);
}

.movva-founder-photo--main {
  z-index: 1;
  top: 4%;
  left: 0;
  width: 89%;
  height: 66%;
  transform: rotate(-0.8deg);
}

.movva-founder-photo--main img { object-position: 42% center; }

.movva-founder-photo--main::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(7, 11, 8, 0.66));
  pointer-events: none;
}

.movva-founder-photo--main figcaption {
  position: absolute;
  z-index: 2;
  right: 25px;
  bottom: 21px;
  left: 25px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 7px;
  font-weight: 830;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.movva-founder-photo--main figcaption i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--movva-orange);
  box-shadow: 0 0 0 5px rgba(255, 54, 0, 0.18);
}

.movva-founder-photo--dark {
  z-index: 2;
  bottom: 1%;
  left: 3%;
  width: 54%;
  height: 31%;
  border: 7px solid var(--movva-cream);
  border-radius: 25px;
  transform: rotate(1.5deg);
}

.movva-founder-photo--dark img { object-position: 58% center; }

.movva-founder-photo--portrait {
  z-index: 3;
  right: 0;
  bottom: 0;
  width: 40%;
  height: 55%;
  border: 8px solid var(--movva-cream);
  border-radius: 28px;
  transform: translateZ(70px) rotate(-1deg);
  animation: movva-founder-float 6.2s ease-in-out infinite;
}

.movva-founder-photo--portrait img { object-position: center 24%; }

.movva-founder-photo--portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(10, 14, 11, 0.55), transparent 34%);
  pointer-events: none;
}

.movva-founder-photo--portrait span {
  position: absolute;
  z-index: 2;
  right: 16px;
  bottom: 16px;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  color: #fff;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 820;
  line-height: 0.8;
  letter-spacing: -0.06em;
}

.movva-founder-photo--portrait span small {
  color: rgba(255, 255, 255, 0.65);
  font-size: 6px;
  font-weight: 820;
  line-height: 1.3;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.movva-founder-content {
  min-width: 0;
  opacity: 0;
  transform: translateY(38px);
  transition: opacity 0.85s ease 0.15s, transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.15s;
}

.movva-founder.is-visible .movva-founder-content {
  opacity: 1;
  transform: none;
}

.movva-founder-kicker {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 31px;
}

.movva-founder-kicker span,
.movva-founder-kicker strong {
  font-size: 9px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.movva-founder-kicker span { color: var(--movva-orange); }
.movva-founder-kicker strong { color: rgba(17, 24, 18, 0.55); }

.movva-founder-kicker i {
  width: 50px;
  height: 1px;
  background: linear-gradient(90deg, var(--movva-orange), var(--movva-green));
}

.movva-founder h2 {
  margin: 0;
  color: var(--movva-ink);
  font-family: inherit;
  font-size: clamp(50px, 5.8vw, 86px);
  font-weight: 770;
  line-height: 0.92;
  letter-spacing: -0.07em;
}

.movva-founder h2 > span,
.movva-founder h2 > strong {
  display: block;
}

.movva-founder h2 > span {
  color: rgba(17, 24, 18, 0.47);
  font-size: 0.51em;
  font-weight: 500;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.movva-founder h2 > strong {
  margin-top: 0.16em;
  font-weight: 790;
}

.movva-founder h2 em {
  position: relative;
  isolation: isolate;
  display: inline-block;
  color: var(--movva-orange);
  font-style: normal;
}

.movva-founder h2 em::before {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  inset: 0;
  color: transparent;
  opacity: 0;
  -webkit-text-stroke: 0.018em rgba(120, 165, 123, 0.65);
  text-shadow: -0.065em 0 rgba(120, 165, 123, 0.22);
}

.movva-founder.is-visible h2 em {
  animation: movva-founder-name 6s cubic-bezier(0.22, 1, 0.36, 1) 1.5s infinite;
}

.movva-founder.is-visible h2 em::before {
  animation: movva-founder-name-echo 6s ease 1.5s infinite;
}

.movva-founder-role {
  display: inline-flex;
  align-items: center;
  margin: 27px 0 0;
  padding: 10px 14px;
  border: 1px solid rgba(17, 24, 18, 0.13);
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.38);
  color: rgba(17, 24, 18, 0.67);
  font-size: 8px;
  font-weight: 810;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.movva-founder-body {
  max-width: 650px;
  margin-top: 30px;
}

.movva-founder-body p {
  margin: 0;
  color: rgba(17, 24, 18, 0.64);
  font-size: clamp(13px, 1.05vw, 16px);
  line-height: 1.68;
}

.movva-founder-body p + p { margin-top: 15px; }

.movva-founder-quote {
  position: relative;
  max-width: 680px;
  margin: 35px 0 0;
  overflow: hidden;
  padding: clamp(28px, 3.1vw, 44px);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0, rgba(120, 165, 123, 0.18), transparent 34%),
    var(--movva-ink);
  box-shadow: 0 27px 65px rgba(17, 24, 18, 0.17);
}

.movva-founder-quote::before {
  content: "";
  position: absolute;
  right: -24px;
  bottom: -33px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  box-shadow: inset 0 0 0 33px rgba(255, 255, 255, 0.016);
}

.movva-founder-quote > i {
  display: block;
  width: 60px;
  height: 4px;
  margin-bottom: 21px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--movva-orange), var(--movva-green));
}

.movva-founder-quote p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(21px, 2.1vw, 31px);
  font-weight: 520;
  line-height: 1.19;
  letter-spacing: -0.035em;
}

.movva-founder-quote p strong {
  color: #fff;
  font-weight: 760;
}

.movva-founder-quote footer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.38);
  font-size: 7px;
  font-weight: 830;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.movva-founder-quote footer span {
  width: 28px;
  height: 1px;
  background: var(--movva-orange);
}

@keyframes movva-founder-orbit { to { transform: rotate(360deg); } }

@keyframes movva-founder-float {
  0%, 100% { transform: translate3d(0, 0, 70px) rotate(-1deg); }
  50% { transform: translate3d(0, -11px, 70px) rotate(0.5deg); }
}

@keyframes movva-founder-name {
  0%, 13%, 46%, 73%, 100% { transform: translate3d(0, 0, 0) skewX(0); }
  19% { transform: translate3d(0.075em, 0, 0) skewX(-2deg); }
  27% { transform: translate3d(-0.02em, 0, 0) skewX(0.8deg); }
  82% { transform: translate3d(0.04em, 0, 0); }
}

@keyframes movva-founder-name-echo {
  0%, 13%, 45%, 72%, 100% { opacity: 0; transform: translateX(0); }
  19% { opacity: 0.58; transform: translateX(-0.065em); }
  28% { opacity: 0.26; transform: translateX(0.04em); }
  36% { opacity: 0; }
  82% { opacity: 0.4; transform: translateX(-0.035em); }
  90% { opacity: 0; }
}

@media (max-width: 1120px) {
  .movva-founder-inner {
    grid-template-columns: minmax(0, 0.49fr) minmax(350px, 0.51fr);
    gap: 52px;
  }

  .movva-founder h2 { font-size: clamp(49px, 6.1vw, 73px); }
}

@media (max-width: 860px) {
  .movva-founder-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 74px;
    max-width: 760px;
  }

  .movva-founder-visual {
    width: min(100%, 690px);
    height: clamp(610px, 102vw, 780px);
    margin: 0 auto;
  }

  .movva-founder-content { max-width: 690px; }

  .movva-founder h2 { font-size: clamp(54px, 10vw, 78px); }
  .movva-founder-body p { font-size: 15px; }
}

@media (max-width: 520px) {
  .movva-founder-inner {
    gap: 56px;
    padding: 79px 17px 94px;
  }

  .movva-founder-visual {
    width: 100%;
    height: clamp(480px, 143vw, 620px);
  }

  .movva-founder-photo--main {
    top: 3%;
    width: 94%;
    height: 62%;
  }

  .movva-founder-photo--main img { object-position: 38% center; }

  .movva-founder-photo--dark {
    left: 1%;
    width: 57%;
    height: 30%;
    border-width: 5px;
  }

  .movva-founder-photo--portrait {
    right: -1%;
    width: 43%;
    height: 53%;
    border-width: 6px;
    border-radius: 22px;
  }

  .movva-founder-accent--orange { left: 0; }

  .movva-founder-kicker { margin-bottom: 26px; }

  .movva-founder h2 {
    width: 100%;
    font-size: clamp(45px, 13.5vw, 62px);
    line-height: 0.94;
    overflow-wrap: anywhere;
  }

  .movva-founder h2 > span { font-size: 0.45em; }
  .movva-founder h2 em { max-width: 100%; }

  .movva-founder-role {
    max-width: 100%;
    line-height: 1.35;
  }

  .movva-founder-body { margin-top: 25px; }

  .movva-founder-quote {
    margin-top: 29px;
    padding: 27px 24px 28px;
    border-radius: 22px;
  }

  .movva-founder-quote p { font-size: 23px; }
}

@media (prefers-reduced-motion: reduce) {
  .movva-founder *,
  .movva-founder *::before,
  .movva-founder *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }

  .movva-founder-visual,
  .movva-founder-content {
    opacity: 1 !important;
    transform: none !important;
  }
}

