.movva-projects {
  --movva-orange: #ff3600;
  --movva-green: #78a57b;
  --movva-ink: #101511;
  --movva-cream: #f3eee6;
  position: relative;
  isolation: isolate;
  width: 100%;
  overflow: hidden;
  background: var(--movva-cream);
  color: var(--movva-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}

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

.movva-projects::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.37;
  background-image: radial-gradient(rgba(16, 21, 17, 0.2) 0.7px, transparent 0.7px);
  background-size: 7px 7px;
  pointer-events: none;
}

.movva-projects::after {
  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-projects-orbit {
  position: absolute;
  z-index: -1;
  width: 46vw;
  height: 46vw;
  border: 1px solid rgba(16, 21, 17, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.movva-projects-orbit::before,
.movva-projects-orbit::after {
  content: "";
  position: absolute;
  inset: 12%;
  border: inherit;
  border-radius: inherit;
}

.movva-projects-orbit::after {
  inset: 27%;
}

.movva-projects-orbit--one {
  top: -15vw;
  right: -17vw;
}

.movva-projects-orbit--two {
  bottom: 2vw;
  left: -31vw;
}

.movva-projects-inner {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
  padding: clamp(105px, 13vh, 170px) clamp(28px, 5.8vw, 92px) clamp(110px, 15vh, 190px);
}

.movva-projects-header {
  position: relative;
  max-width: 1180px;
  margin-bottom: clamp(60px, 8vh, 105px);
}

.movva-projects-kicker {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 31px;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.movva-projects.is-visible .movva-projects-kicker {
  opacity: 1;
  transform: none;
}

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

.movva-projects-kicker span { color: var(--movva-orange); }
.movva-projects-kicker strong { color: rgba(16, 21, 17, 0.52); }

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

.movva-projects h2 {
  margin: 0;
  color: var(--movva-ink);
  font-family: inherit;
  font-size: clamp(52px, 7vw, 106px);
  font-weight: 760;
  line-height: 0.91;
  letter-spacing: -0.07em;
  text-transform: uppercase;
}

.movva-projects h2 span,
.movva-projects h2 strong {
  display: block;
  opacity: 0;
  transform: translateY(0.55em);
  clip-path: inset(0 0 100% 0);
  transition: opacity 0.75s ease, transform 1s cubic-bezier(0.16, 1, 0.3, 1), clip-path 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.movva-projects h2 span {
  color: rgba(16, 21, 17, 0.52);
  font-weight: 430;
}

.movva-projects h2 strong {
  width: max-content;
  max-width: 100%;
  margin-top: 0.06em;
  color: var(--movva-orange);
  font-weight: 790;
  transition-delay: 0.13s;
}

.movva-projects h2 strong::after {
  content: "";
  display: inline-block;
  width: 0.13em;
  height: 0.13em;
  margin-left: 0.13em;
  border-radius: 50%;
  background: var(--movva-green);
  vertical-align: 0.1em;
  transform: scale(0);
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.9s;
}

.movva-projects.is-visible h2 span,
.movva-projects.is-visible h2 strong {
  opacity: 1;
  transform: none;
  clip-path: inset(0);
}

.movva-projects.is-visible h2 strong::after { transform: scale(1); }

.movva-project-featured {
  position: relative;
  display: grid;
  grid-template-columns: minmax(285px, 0.37fr) minmax(0, 0.63fr);
  min-height: clamp(650px, 63vw, 850px);
  overflow: hidden;
  border-radius: clamp(26px, 3.2vw, 48px);
  background:
    radial-gradient(circle at 83% 30%, rgba(120, 165, 123, 0.16), transparent 27%),
    radial-gradient(circle at 22% 90%, rgba(255, 54, 0, 0.11), transparent 28%),
    #101511;
  box-shadow: 0 42px 105px rgba(38, 41, 35, 0.22);
  opacity: 0;
  transform: translateY(65px);
  transition: opacity 0.85s ease, transform 1.1s cubic-bezier(0.16, 1, 0.3, 1);
}

.movva-project-featured::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.48;
  background:
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: 46px 46px;
  pointer-events: none;
}

.movva-project-featured::after {
  content: "TAURUS";
  position: absolute;
  right: -0.03em;
  bottom: -0.18em;
  color: rgba(255, 255, 255, 0.026);
  font-size: clamp(110px, 17vw, 260px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.09em;
  pointer-events: none;
}

.movva-project-featured.is-visible {
  opacity: 1;
  transform: none;
}

.movva-project-featured-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(42px, 5.4vw, 82px) 0 clamp(42px, 5.4vw, 82px) clamp(38px, 5.3vw, 80px);
}

.movva-project-badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid rgba(120, 165, 123, 0.35);
  border-radius: 99px;
  background: rgba(120, 165, 123, 0.08);
  color: #a8c6aa;
  font-size: 8px;
  font-weight: 820;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.movva-project-badge i {
  position: relative;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--movva-green);
  box-shadow: 0 0 0 5px rgba(120, 165, 123, 0.12);
}

.movva-project-badge i::after {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid var(--movva-green);
  border-radius: 50%;
  animation: movva-project-pulse 2.3s ease-out infinite;
}

.movva-project-index {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: clamp(38px, 5vh, 62px) 0 17px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 8px;
  font-weight: 780;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.movva-project-index span {
  width: 32px;
  height: 1px;
  background: var(--movva-orange);
}

.movva-project-featured h3 {
  margin: 0;
  color: #fff;
  font-family: inherit;
  font-size: clamp(52px, 5.4vw, 82px);
  font-weight: 790;
  line-height: 0.88;
  letter-spacing: -0.07em;
  text-transform: uppercase;
}

.movva-project-lead {
  max-width: 390px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: clamp(13px, 1.1vw, 16px);
  line-height: 1.66;
}

.movva-project-button {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 16px;
  margin-top: 33px;
  padding: 9px 9px 9px 20px;
  border-radius: 13px;
  background: var(--movva-orange);
  color: #fff !important;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: transform 0.23s ease, box-shadow 0.23s ease;
}

.movva-project-button b,
.movva-project-card-content em b {
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: #fff;
  color: var(--movva-ink);
}

.movva-project-button b::before,
.movva-project-card-content em b::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.movva-project-button b::after,
.movva-project-card-content em b::after {
  content: "";
  position: absolute;
  top: 9px;
  right: 9px;
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  border-radius: 1px;
}

.movva-project-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 34px rgba(255, 54, 0, 0.27);
}

.movva-project-showcase {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  position: relative;
  z-index: 1;
  min-width: 0;
  min-height: 100%;
  isolation: isolate;
  perspective: 1500px;
  transform-style: preserve-3d;
}

.movva-project-glow {
  position: absolute;
  top: 16%;
  right: 8%;
  width: 68%;
  height: 58%;
  border-radius: 50%;
  background: rgba(86, 105, 218, 0.28);
  filter: blur(80px);
  opacity: 0.56;
}

.movva-browser-mockup {
  position: absolute;
  z-index: 1;
  top: 14%;
  right: -5%;
  width: 88%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  background: #151927;
  box-shadow: 0 42px 80px rgba(0, 0, 0, 0.47);
  transform: rotateY(calc(-7deg + var(--tilt-x))) rotateX(var(--tilt-y)) rotateZ(1.2deg);
  transition: transform 0.3s ease-out;
}

.movva-browser-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 38px;
  padding: 0 14px;
  background: #e9e9e7;
}

.movva-browser-bar i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c7c7c4;
}

.movva-browser-bar i:first-child { background: var(--movva-orange); }
.movva-browser-bar i:nth-child(2) { background: #e1af44; }
.movva-browser-bar i:nth-child(3) { background: var(--movva-green); }

.movva-browser-bar span {
  display: block;
  width: 43%;
  margin-left: 12px;
  padding: 6px 12px;
  overflow: hidden;
  border-radius: 6px;
  background: rgba(16, 21, 17, 0.07);
  color: rgba(16, 21, 17, 0.48);
  font-size: 7px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.movva-browser-screen {
  position: relative;
  aspect-ratio: 1.6 / 1;
  overflow: hidden;
  background: #1b235d;
}

.movva-browser-screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  animation: movva-project-site-tour 9s cubic-bezier(0.45, 0, 0.55, 1) infinite;
}

.movva-browser-sweep {
  position: absolute;
  top: -30%;
  bottom: -30%;
  left: -35%;
  width: 18%;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.14), transparent);
  filter: blur(5px);
  transform: skewX(-15deg);
  animation: movva-project-sweep 6.8s ease-in-out 1s infinite;
}

.movva-phone-mockup {
  position: absolute;
  z-index: 20;
  right: 6%;
  bottom: 9%;
  width: 25%;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 28px;
  background: #0a0c0b;
  box-shadow: 0 35px 60px rgba(0, 0, 0, 0.58);
  animation: movva-project-phone-float 5.3s ease-in-out infinite;
}

.movva-phone-speaker {
  position: absolute;
  z-index: 2;
  top: 13px;
  left: 50%;
  width: 30%;
  height: 11px;
  border-radius: 99px;
  background: #090b0a;
  transform: translateX(-50%);
}

.movva-phone-screen {
  aspect-ratio: 0.47 / 1;
  overflow: hidden;
  border-radius: 21px;
  background: #1b235d;
}

.movva-phone-screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.movva-project-caption {
  position: absolute;
  right: 35%;
  bottom: 9%;
  color: rgba(255, 255, 255, 0.36);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.movva-project-caption::before {
  content: "";
  display: inline-block;
  width: 42px;
  height: 1px;
  margin-right: 10px;
  background: var(--movva-orange);
  vertical-align: middle;
}

.movva-project-secondary {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(320px, 0.38fr);
  min-height: clamp(520px, 43vw, 660px);
  margin-top: clamp(30px, 3vw, 46px);
  overflow: hidden;
  border: 1px solid rgba(127, 79, 80, 0.14);
  border-radius: clamp(24px, 2.8vw, 40px);
  background: #f8f5f0;
  box-shadow: 0 30px 85px rgba(66, 48, 46, 0.16);
  opacity: 0;
  transform: translateY(55px);
  transition: opacity 0.8s ease, transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.movva-project-secondary.is-visible {
  opacity: 1;
  transform: none;
}

.movva-project-secondary::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0 auto 0 0;
  width: 63%;
  background:
    radial-gradient(circle at 72% 22%, rgba(255, 255, 255, 0.16), transparent 25%),
    linear-gradient(135deg, #5b393b, #8d5a5b 58%, #caaea4);
}

.movva-project-secondary-showcase {
  position: relative;
  z-index: 1;
  min-width: 0;
  min-height: 100%;
  perspective: 1500px;
}

.movva-gabriela-browser {
  position: absolute;
  top: 12%;
  left: 7%;
  width: 84%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 17px;
  background: #f8f5f0;
  box-shadow: 0 36px 72px rgba(43, 25, 26, 0.46);
  transform: rotateY(6deg) rotateZ(-1deg);
  transform-origin: center bottom;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.movva-project-secondary:hover .movva-gabriela-browser {
  transform: rotateY(0) rotateZ(0) translateY(-4px);
}

.movva-gabriela-browserbar {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 33px;
  padding: 0 12px;
  background: #ece8e3;
}

.movva-gabriela-browserbar > i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c5bdb7;
}

.movva-gabriela-browserbar > i:first-child { background: #b9665f; }
.movva-gabriela-browserbar > i:nth-child(2) { background: #d2af72; }
.movva-gabriela-browserbar > i:nth-child(3) { background: #8fa498; }

.movva-gabriela-browserbar > span {
  width: 45%;
  margin-left: 8px;
  padding: 5px 10px;
  overflow: hidden;
  border-radius: 5px;
  background: rgba(51, 43, 42, 0.06);
  color: rgba(51, 43, 42, 0.45);
  font-size: 6px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.movva-gabriela-site {
  aspect-ratio: 1.64 / 1;
  overflow: hidden;
  background: #f8f5f0;
  color: #332b2a;
  font-family: Georgia, "Times New Roman", serif;
}

.movva-gabriela-header {
  display: grid;
  grid-template-columns: 25px auto 1fr auto;
  align-items: center;
  gap: 8px;
  height: 12%;
  padding: 0 4%;
  border-bottom: 1px solid rgba(127, 79, 80, 0.1);
}

.movva-gabriela-header > img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.movva-gabriela-header > strong {
  font-size: clamp(6px, 0.65vw, 10px);
  font-weight: 500;
  white-space: nowrap;
}

.movva-gabriela-header > strong small {
  display: block;
  margin-top: 2px;
  color: #7f4f50;
  font-family: Inter, sans-serif;
  font-size: 0.58em;
  font-weight: 750;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.movva-gabriela-header > span {
  display: flex;
  justify-content: center;
  gap: clamp(7px, 1.25vw, 18px);
}

.movva-gabriela-header > span i {
  width: clamp(15px, 2.3vw, 34px);
  height: 2px;
  border-radius: 99px;
  background: rgba(51, 43, 42, 0.19);
}

.movva-gabriela-header > b,
.movva-gabriela-hero > div > b {
  padding: 7px 10px;
  border-radius: 99px;
  background: #7f4f50;
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: clamp(4px, 0.48vw, 7px);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.movva-gabriela-hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  height: 88%;
}

.movva-gabriela-hero > div {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 7% 5% 7% 9%;
}

.movva-gabriela-hero > div > small,
.movva-gabriela-phone-screen > small {
  margin-bottom: 6%;
  color: #7f4f50;
  font-family: Inter, sans-serif;
  font-size: clamp(4px, 0.55vw, 8px);
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.movva-gabriela-hero > div > strong {
  max-width: 95%;
  font-size: clamp(15px, 2.35vw, 35px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.movva-gabriela-hero strong em,
.movva-gabriela-phone-screen > strong em {
  color: #7f4f50;
  font-weight: 400;
}

.movva-gabriela-hero p {
  max-width: 90%;
  margin: 7% 0;
  color: rgba(51, 43, 42, 0.61);
  font-family: Inter, sans-serif;
  font-size: clamp(4px, 0.6vw, 9px);
  line-height: 1.55;
}

.movva-gabriela-hero figure {
  position: relative;
  height: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 45% 0 0 45% / 55% 0 0 55%;
  background: #e8ded7;
}

.movva-gabriela-hero figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(248, 245, 240, 0.14), transparent 28%);
}

.movva-gabriela-hero figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 24%;
}

.movva-gabriela-phone {
  position: absolute;
  z-index: 4;
  right: 2%;
  bottom: 7%;
  width: 22%;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 24px;
  background: #1f1a1a;
  box-shadow: 0 26px 50px rgba(43, 25, 26, 0.56);
  animation: movva-gabriela-phone-float 5.6s ease-in-out infinite;
}

.movva-gabriela-phone-speaker {
  position: absolute;
  z-index: 3;
  top: 10px;
  left: 50%;
  width: 30%;
  height: 8px;
  border-radius: 99px;
  background: #1d1818;
  transform: translateX(-50%);
}

.movva-gabriela-phone-screen {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  aspect-ratio: 0.49 / 1;
  overflow: hidden;
  padding: 20% 9% 0;
  border-radius: 18px;
  background: #f8f5f0;
  color: #332b2a;
  font-family: Georgia, "Times New Roman", serif;
}

.movva-gabriela-phone-header {
  position: absolute;
  top: 5%;
  right: 8%;
  left: 8%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.movva-gabriela-phone-header img { width: 17%; height: auto; }
.movva-gabriela-phone-header i { width: 18%; height: 2px; background: #7f4f50; box-shadow: 0 5px 0 #7f4f50; }

.movva-gabriela-phone-screen > strong {
  font-size: clamp(8px, 1.25vw, 19px);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: -0.04em;
}

.movva-gabriela-phone-screen figure {
  position: absolute;
  right: -10%;
  bottom: -2%;
  left: -10%;
  height: 54%;
  margin: 0;
  overflow: hidden;
  border-radius: 50% 50% 0 0 / 26% 26% 0 0;
}

.movva-gabriela-phone-screen figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 24%;
}

.movva-project-secondary-copy {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 4.5vw, 68px) clamp(32px, 4vw, 62px);
}

.movva-project-secondary-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 13px;
  border: 1px solid rgba(127, 79, 80, 0.19);
  border-radius: 99px;
  color: #7f4f50;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.movva-project-secondary-badge i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #7f4f50;
  box-shadow: 0 0 0 5px rgba(127, 79, 80, 0.1);
}

.movva-project-secondary-index {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: clamp(28px, 3.6vw, 46px) 0 15px !important;
  color: rgba(51, 43, 42, 0.5) !important;
  font-size: 8px !important;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.movva-project-secondary-index span {
  width: 31px;
  height: 1px;
  background: #7f4f50;
}

.movva-project-secondary h3 {
  margin: 0;
  color: #332b2a;
  font-size: clamp(38px, 4.15vw, 63px);
  font-weight: 790;
  line-height: 0.91;
  letter-spacing: -0.065em;
  text-transform: uppercase;
}

.movva-project-secondary-copy > p:not(.movva-project-secondary-index) {
  max-width: 390px;
  margin: 23px 0 0;
  color: rgba(51, 43, 42, 0.61);
  font-size: clamp(13px, 1.05vw, 16px);
  line-height: 1.62;
}

.movva-project-secondary-button {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
  padding: 8px 8px 8px 18px;
  border-radius: 12px;
  background: #7f4f50;
  color: #fff !important;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.movva-project-secondary-button:hover {
  box-shadow: 0 14px 30px rgba(127, 79, 80, 0.27);
  transform: translateY(-3px);
}

.movva-project-secondary-button b {
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #fff;
  color: #7f4f50;
}

.movva-project-secondary-button b::before,
.movva-project-secondary-button b::after {
  content: "";
  position: absolute;
}

.movva-project-secondary-button b::before {
  top: 50%;
  left: 50%;
  width: 11px;
  height: 2px;
  background: currentColor;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.movva-project-secondary-button b::after {
  top: 8px;
  right: 8px;
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.movva-projects-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 34px);
  margin-top: clamp(52px, 7vw, 92px);
}

.movva-project-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: clamp(21px, 2.2vw, 34px);
  background: #171c18;
  box-shadow: 0 25px 60px rgba(38, 41, 35, 0.15);
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.8s ease, transform 1s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
}

.movva-project-card:nth-child(2) { transition-delay: 0.08s; }
.movva-project-card:nth-child(3) { transition-delay: 0.04s; }
.movva-project-card:nth-child(4) { transition-delay: 0.12s; }

.movva-project-card.is-visible {
  opacity: 1;
  transform: none;
}

.movva-project-card:hover {
  box-shadow: 0 34px 76px rgba(38, 41, 35, 0.25);
}

.movva-project-card > a {
  position: relative;
  display: block;
  aspect-ratio: 1.48 / 1;
  overflow: hidden;
  color: #fff !important;
  text-decoration: none !important;
}

.movva-project-card-stage {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 24%, rgba(255, 255, 255, 0.24), transparent 25%),
    linear-gradient(135deg, #ff8b3e, #d82d70 55%, #7129b4);
  perspective: 1200px;
}

.movva-project-card--news .movva-project-card-stage {
  background:
    radial-gradient(circle at 76% 22%, rgba(255, 255, 255, 0.2), transparent 25%),
    linear-gradient(135deg, #2a19bf, #0a5cc7 58%, #e9f2ff);
}

.movva-project-card--cassali .movva-project-card-stage {
  background:
    radial-gradient(circle at 82% 16%, rgba(199, 126, 67, 0.34), transparent 28%),
    radial-gradient(circle at 14% 86%, rgba(194, 143, 90, 0.18), transparent 34%),
    linear-gradient(135deg, #120907, #2b1713 56%, #6e3926);
}

.movva-project-card--cassali .movva-project-card-stage::before {
  opacity: 0.19;
  background:
    linear-gradient(rgba(214, 162, 111, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(214, 162, 111, 0.18) 1px, transparent 1px);
  background-size: 31px 31px;
}

.movva-project-card--cassali .movva-project-card-stage::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: -31%;
  right: -13%;
  width: 54%;
  aspect-ratio: 1;
  border: 1px solid rgba(218, 157, 100, 0.25);
  border-radius: 50%;
  box-shadow:
    0 0 0 26px rgba(218, 157, 100, 0.055),
    0 0 0 57px rgba(218, 157, 100, 0.035);
}

.movva-project-card--ruas .movva-project-card-stage {
  background:
    radial-gradient(circle at 78% 19%, rgba(255, 255, 255, 0.25), transparent 25%),
    linear-gradient(135deg, #780000, #d60b08 56%, #f27a35);
}

.movva-project-card-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.24;
  background:
    linear-gradient(rgba(255, 255, 255, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.14) 1px, transparent 1px);
  background-size: 31px 31px;
}

.movva-project-card-desktop {
  position: absolute;
  z-index: 1;
  top: 9%;
  left: 5.5%;
  display: block;
  width: 82%;
  aspect-ratio: 1.58 / 1;
  overflow: hidden;
  border: 5px solid #151917;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 29px 55px rgba(4, 7, 5, 0.42);
  transform: rotateY(4deg) rotateZ(-0.7deg);
  transform-origin: center bottom;
  transition: transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}

.movva-project-card-browserbar {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 22px;
  padding: 0 8px;
  background: #e8e9e6;
}

.movva-project-card-browserbar i {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #b9bcb7;
}

.movva-project-card-browserbar i:first-child { background: var(--movva-orange); }
.movva-project-card-browserbar i:nth-child(2) { background: #e1ae42; }
.movva-project-card-browserbar i:nth-child(3) { background: var(--movva-green); }

.movva-project-card-browserbar > span {
  display: block;
  max-width: 62%;
  margin-left: 6px;
  overflow: hidden;
  color: #8b8d89;
  font-size: 5px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.movva-project-card--cassali .movva-project-card-desktop {
  top: 8%;
  left: 4.5%;
  width: 83.5%;
  border-color: #1d100e;
  box-shadow:
    0 34px 66px rgba(8, 3, 2, 0.58),
    0 0 0 1px rgba(214, 162, 111, 0.19);
  transform: rotateY(5deg) rotateZ(-1.1deg);
}

.movva-project-card--cassali .movva-project-card-browserbar {
  background: linear-gradient(90deg, #241411, #34201c);
}

.movva-project-card--cassali .movva-project-card-browserbar > span {
  color: rgba(245, 225, 202, 0.68);
}

.movva-project-card--cassali .movva-project-card-phone {
  z-index: 5;
  top: 21%;
  right: 3.8%;
  width: 22.5%;
  border-color: rgba(221, 166, 112, 0.64);
  background: #160b09;
  box-shadow:
    0 28px 56px rgba(7, 2, 2, 0.66),
    0 0 0 1px rgba(236, 193, 151, 0.16);
  transform: rotate(1.2deg) translateY(5px);
}

.movva-project-card-premium {
  position: absolute;
  z-index: 7;
  top: 22px;
  left: 22px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border: 1px solid rgba(228, 187, 145, 0.3);
  border-radius: 999px;
  background: rgba(29, 15, 12, 0.72);
  color: #f3dcc3;
  font-size: 6px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(7, 2, 2, 0.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.movva-project-card-premium i {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c9844b;
  box-shadow: 0 0 0 4px rgba(201, 132, 75, 0.16);
}

.movva-project-card-desktop img {
  display: block;
  width: 100%;
  height: calc(100% - 22px);
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.94) contrast(1.02);
  transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1), filter 0.45s ease;
}

.movva-project-card-phone {
  position: absolute;
  z-index: 3;
  top: 18%;
  right: 5.5%;
  display: block;
  width: 21%;
  aspect-ratio: 0.47 / 1;
  overflow: hidden;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 20px;
  background: #0c0f0d;
  box-shadow: 0 25px 44px rgba(4, 7, 5, 0.52);
  transform: rotate(2.2deg) translateY(7px);
  transition: transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}

.movva-project-card-phone img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.96) contrast(1.02);
}

.movva-project-card-speaker {
  position: absolute;
  z-index: 2;
  top: 9px;
  left: 50%;
  display: block;
  width: 30%;
  height: 6px;
  border-radius: 99px;
  background: #090b0a;
  transform: translateX(-50%);
}

.movva-project-card-floor {
  position: absolute;
  z-index: 0;
  right: 3%;
  bottom: 7%;
  left: 3%;
  display: block;
  height: 18%;
  border-radius: 50%;
  background: rgba(5, 8, 6, 0.36);
  filter: blur(24px);
  transform: rotate(-3deg);
}

.movva-project-card:hover .movva-project-card-desktop,
.movva-project-card:focus-within .movva-project-card-desktop {
  transform: rotateY(0) rotateZ(0) translate3d(-1.5%, -2%, 0) scale(1.035);
}

.movva-project-card:hover .movva-project-card-desktop img,
.movva-project-card:focus-within .movva-project-card-desktop img {
  filter: saturate(1) contrast(1.03);
  transform: scale(1.025);
}

.movva-project-card:hover .movva-project-card-phone,
.movva-project-card:focus-within .movva-project-card-phone {
  transform: rotate(-0.7deg) translate3d(2px, -10px, 0);
}

.movva-project-card-shade {
  position: absolute;
  inset: 0;
  opacity: 0.48;
  background: linear-gradient(180deg, rgba(8, 12, 9, 0.08) 26%, rgba(8, 12, 9, 0.9) 100%);
  transition: opacity 0.42s ease;
}

.movva-project-card:hover .movva-project-card-shade,
.movva-project-card:focus-within .movva-project-card-shade { opacity: 0.86; }

.movva-project-card-number {
  position: absolute;
  top: 23px;
  right: 24px;
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  background: rgba(14, 18, 15, 0.18);
  color: #fff;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.1em;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.movva-project-card-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(26px, 3.2vw, 48px);
  transform: translateY(53px);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.movva-project-card:hover .movva-project-card-content,
.movva-project-card:focus-within .movva-project-card-content { transform: none; }

.movva-project-card-content small {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.movva-project-card-content strong {
  color: #fff;
  font-size: clamp(28px, 3.2vw, 48px);
  font-style: normal;
  font-weight: 780;
  line-height: 0.97;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.movva-project-card-content em {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 21px;
  color: #fff;
  font-size: 8px;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 0.13em;
  opacity: 0;
  text-transform: uppercase;
  transform: translateY(12px);
  transition: opacity 0.35s ease 0.08s, transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.08s;
}

.movva-project-card:hover .movva-project-card-content em,
.movva-project-card:focus-within .movva-project-card-content em {
  opacity: 1;
  transform: none;
}

.movva-project-card-content em b {
  width: 30px;
  height: 30px;
  background: var(--movva-orange);
  color: #fff;
}

.movva-project-card-content em b::after {
  top: 7px;
  right: 7px;
}

@keyframes movva-project-pulse {
  0% { opacity: 0.7; transform: scale(0.55); }
  70%, 100% { opacity: 0; transform: scale(1.55); }
}

@keyframes movva-project-site-tour {
  0%, 13%, 100% { transform: scale(1.01) translate3d(0, 0, 0); }
  44%, 58% { transform: scale(1.075) translate3d(-1.4%, -1.4%, 0); }
  81% { transform: scale(1.035) translate3d(1%, 0.6%, 0); }
}

@keyframes movva-project-phone-float {
  0%, 100% { transform: translate3d(0, 0, 140px) rotate(1.5deg); }
  50% { transform: translate3d(0, -12px, 140px) rotate(-0.8deg); }
}

@keyframes movva-project-sweep {
  0%, 18%, 100% { left: -35%; opacity: 0; }
  27% { opacity: 0.5; }
  58% { left: 125%; opacity: 0; }
}

@keyframes movva-gabriela-phone-float {
  0%, 100% { transform: translateY(0) rotate(1.3deg); }
  50% { transform: translateY(-10px) rotate(-0.7deg); }
}

@media (max-width: 1080px) {
  .movva-project-featured {
    grid-template-columns: minmax(250px, 0.4fr) minmax(0, 0.6fr);
  }

  .movva-project-featured-copy {
    padding-left: 44px;
  }

  .movva-browser-mockup {
    top: 18%;
    right: -8%;
    width: 95%;
  }

  .movva-phone-mockup {
    right: 3%;
    width: 28%;
  }

  .movva-project-secondary {
    grid-template-columns: minmax(0, 0.58fr) minmax(310px, 0.42fr);
  }

  .movva-project-secondary::before { width: 59%; }

  .movva-gabriela-browser {
    left: 4%;
    width: 89%;
  }
}

@media (max-width: 820px) {
  .movva-project-featured {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .movva-project-featured-copy {
    padding: 55px 50px 32px;
  }

  .movva-project-showcase {
    min-height: 570px;
  }

  .movva-browser-mockup {
    top: 7%;
    right: -3%;
    width: 91%;
  }

  .movva-phone-mockup {
    right: 8%;
    bottom: 5%;
    width: 22%;
  }

  .movva-project-caption { bottom: 7%; }

  .movva-project-secondary {
    grid-template-columns: 1fr;
  }

  .movva-project-secondary::before {
    width: 100%;
    height: 56%;
  }

  .movva-project-secondary-showcase { min-height: 510px; }

  .movva-project-secondary-copy {
    padding-top: 48px;
  }
}

@media (max-width: 760px) {
  .movva-projects-inner {
    padding-top: 90px;
    padding-bottom: 110px;
  }

  .movva-projects h2 {
    font-size: clamp(45px, 12vw, 70px);
    line-height: 0.94;
  }

  .movva-projects-grid {
    grid-template-columns: 1fr;
    gap: 23px;
  }

  .movva-project-card-content {
    transform: none;
  }

  .movva-project-card-content em {
    opacity: 1;
    transform: none;
  }

  .movva-project-card-shade { opacity: 0.77; }
}

@media (max-width: 520px) {
  .movva-projects-inner {
    padding: 78px 17px 94px;
  }

  .movva-projects-header { margin-bottom: 51px; }

  .movva-projects h2 {
    font-size: clamp(39px, 12.2vw, 56px);
    overflow-wrap: anywhere;
  }

  .movva-project-featured {
    border-radius: 25px;
  }

  .movva-project-featured-copy {
    padding: 38px 25px 20px;
  }

  .movva-project-index {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .movva-project-featured h3 {
    font-size: clamp(47px, 14.5vw, 67px);
  }

  .movva-project-lead { margin-top: 22px; }

  .movva-project-showcase {
    min-height: 390px;
  }

  .movva-browser-mockup {
    top: 9%;
    right: -14%;
    width: 101%;
    border-radius: 12px;
    transform: rotateY(-6deg) rotateZ(1deg);
  }

  .movva-browser-bar {
    height: 27px;
    padding: 0 9px;
  }

  .movva-browser-bar i {
    width: 5px;
    height: 5px;
  }

  .movva-browser-bar span {
    padding: 4px 7px;
    font-size: 5px;
  }

  .movva-phone-mockup {
    right: 5%;
    bottom: 4%;
    width: 29%;
    padding: 5px;
    border-radius: 19px;
  }

  .movva-phone-screen { border-radius: 15px; }

  .movva-phone-speaker {
    top: 8px;
    height: 7px;
  }

  .movva-project-caption {
    right: 38%;
    bottom: 6%;
    font-size: 5px;
  }

  .movva-project-caption::before { width: 24px; }

  .movva-project-secondary {
    border-radius: 25px;
  }

  .movva-project-secondary::before { height: 48%; }

  .movva-project-secondary-showcase { min-height: 360px; }

  .movva-gabriela-browser {
    top: 11%;
    left: 4%;
    width: 91%;
    border-radius: 11px;
    transform: rotateY(4deg) rotateZ(-0.7deg);
  }

  .movva-gabriela-browserbar {
    height: 24px;
    padding: 0 8px;
  }

  .movva-gabriela-browserbar > i {
    width: 4px;
    height: 4px;
  }

  .movva-gabriela-header { grid-template-columns: 17px auto 1fr; }
  .movva-gabriela-header > img { width: 15px; height: 15px; }
  .movva-gabriela-header > b { display: none; }

  .movva-gabriela-phone {
    right: 1%;
    bottom: 5%;
    width: 25%;
    padding: 4px;
    border-radius: 17px;
  }

  .movva-gabriela-phone-screen { border-radius: 13px; }

  .movva-project-secondary-copy {
    padding: 39px 25px 43px;
  }

  .movva-project-secondary h3 {
    font-size: clamp(37px, 11.5vw, 53px);
  }

  .movva-project-card { border-radius: 22px; }

  .movva-project-card > a { aspect-ratio: 1.05 / 1; }

  .movva-project-card-desktop {
    top: 10%;
    left: 3%;
    width: 91%;
    border-width: 4px;
    border-radius: 9px;
  }

  .movva-project-card-browserbar {
    height: 17px;
    padding: 0 6px;
  }

  .movva-project-card-browserbar > span {
    max-width: 58%;
    font-size: 4px;
  }

  .movva-project-card-desktop img {
    height: calc(100% - 17px);
  }

  .movva-project-card-phone {
    top: 23%;
    right: 4%;
    width: 25%;
    padding: 4px;
    border-radius: 16px;
  }

  .movva-project-card--cassali .movva-project-card-desktop {
    top: 9%;
    left: 2.5%;
    width: 92%;
  }

  .movva-project-card--cassali .movva-project-card-phone {
    top: 24%;
    right: 3%;
    width: 26%;
  }

  .movva-project-card-premium {
    top: 15px;
    left: 15px;
    padding: 6px 9px;
    font-size: 5px;
  }

  .movva-project-card-phone img { border-radius: 12px; }

  .movva-project-card-speaker {
    top: 7px;
    height: 5px;
  }

  .movva-project-card-content { padding: 24px; }

  .movva-project-card-content small {
    max-width: 90%;
    line-height: 1.4;
  }

  .movva-project-card-content strong {
    font-size: clamp(30px, 9.4vw, 42px);
  }

  .movva-project-card-number {
    top: 17px;
    right: 17px;
    width: 38px;
    height: 38px;
  }
}

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

  .movva-projects-kicker,
  .movva-projects h2 span,
  .movva-projects h2 strong,
  .movva-project-featured,
  .movva-project-secondary,
  .movva-project-card {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
  }
}
