.hero-video {
  filter: grayscale(.72) saturate(.82) contrast(1.08) brightness(.92);
  opacity: .66;
}

.hero-video-shade {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .68) 0%, rgba(0, 0, 0, .18) 58%, rgba(0, 0, 0, .5) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, .9) 0%, transparent 38%, rgba(0, 0, 0, .12) 100%);
}

.hero-grid { opacity: .58; }

.real-stage {
  margin: clamp(28px, 5vh, 58px) clamp(24px, 4vw, 72px);
  border: 1px solid rgba(255, 255, 255, .16);
  background: #090a0a;
  isolation: isolate;
}

.real-stage::before {
  opacity: .72;
  background-size: 34px 34px;
}

.case-word {
  position: absolute;
  z-index: 0;
  left: 4%;
  bottom: -2%;
  font: clamp(110px, 15vw, 260px)/.72 Piximisa;
  letter-spacing: -.07em;
  color: rgba(255, 255, 255, .085);
  pointer-events: none;
}

.case-browser {
  position: relative;
  z-index: 1;
  width: min(64%, 760px);
  height: min(72%, 510px);
  display: grid;
  grid-template-rows: 34px 1fr;
  background: #f4f4ef;
  border: 1px solid #050707;
  box-shadow: 18px 18px 0 rgba(0, 0, 0, .62);
  transform: rotate(-1.8deg) translateX(-3%);
  transition: transform .8s cubic-bezier(.16, 1, .3, 1), box-shadow .8s cubic-bezier(.16, 1, .3, 1);
  overflow: hidden;
}

.project:nth-child(even) .case-browser { transform: rotate(1.8deg) translateX(3%); }
.project:hover .case-browser { transform: rotate(0) translateX(0) scale(1.025); box-shadow: 24px 24px 0 rgba(0, 0, 0, .48); }

.case-browser-bar {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 11px;
  border-bottom: 1px solid rgba(0, 0, 0, .22);
  color: #050707;
}

.case-browser-bar i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #050707;
  opacity: .28;
}

.case-browser-bar small {
  margin-left: auto;
  font: 7px var(--pixel);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.case-browser img {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  object-fit: cover;
  object-position: top center;
}

.case-browser-portrait {
  width: min(35%, 420px);
  height: min(80%, 570px);
  transform: rotate(3deg) translateX(-20%);
}

.project-xcolor .case-browser img { object-position: center; }
.project-xcolor .case-word { color: rgba(255, 255, 255, .16); }
.project-luisa .case-word { color: rgba(220, 161, 143, .13); }

.real-badge {
  left: auto;
  right: 7%;
  bottom: 9%;
  min-width: 165px;
  padding: 13px 17px;
  box-shadow: 8px 8px 0 #000;
}

.real-badge b { font-size: 17px; }
.case-arrow { right: 3%; top: 5%; }

.project-colchoaria { background: #dec9b8; }
.project-conquistador { background: #cfc8dc; }



.pf-body::after {
  width: 78px;
  height: 66px;
  left: 19px;
  top: 15px;
  background: #050707;
}

.pf-body::before {
  top: 23px;
  font-size: 46px;
  color: #83ffea;
  text-shadow: 0 0 8px rgba(56, 227, 196, .9);
}

@media (max-width: 800px) {
  .hero-video { opacity: .5; filter: grayscale(.72) contrast(1.05) brightness(.92); }
  .hero-video-shade { background: linear-gradient(90deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .25)), linear-gradient(0deg, #000, transparent 45%); }
  .project { min-height: 720px; }
  .real-stage { min-height: 390px; margin: 20px 0; }
  .case-word { font-size: 30vw; }
  .case-browser { width: 78%; height: 66%; grid-template-rows: 28px 1fr; box-shadow: 11px 11px 0 rgba(0, 0, 0, .58); }
  .case-browser-portrait { width: 53%; height: 74%; transform: rotate(3deg) translateX(-10%); }
  .case-browser-bar small { font-size: 6px; }
  .real-badge { right: 5%; bottom: 5%; }
  .sound-chip::after { right: 48px; }
}

@media (prefers-reduced-motion: reduce) {
  .case-browser { transition: none; }
  .framer-word { opacity: 1 !important; color: #000 !important; }
}

/* Framer Ultimate Scroll Text Component Styling */
.intro h2.ink-reveal,
.intro h2.framer-scroll-text,
.framer-scroll-text {
  background: none !important;
  background-clip: initial !important;
  -webkit-background-clip: initial !important;
  color: #000;
  position: relative;
  display: inline-block;
  width: 100%;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.intro h2 .framer-word,
.framer-scroll-text .framer-word {
  display: inline;
  color: rgba(0, 0, 0, 0.16);
  opacity: 0.2;
  will-change: color, opacity;
  transition: opacity 0.05s linear;
}
