/* (Animations removed by Debug Test 7 – reserved for future rebuild) */

/* Hero sequence + pin layout (Info page only) */
.hero-protokey {
  max-width: 100vw;
  --hero-scroll-length: 2000px;
  position: relative;
  padding: 0;
}

.hero-protokey__pin {
  position: sticky;
  height: 100vh;
  top: 0;
  z-index: 5;
}

.hero-protokey__scroll-space {
  height: var(--hero-scroll-length);
  pointer-events: none;
}

.hero-protokey__inner {
  width: 100vw;
  max-width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 5vw, 4rem);
}

.hero-protokey__content {
  position: absolute;
  width: 800px;
  max-width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.text-block-1-wrapper {
  position: relative;
  height: 150vh;
  top: 0;
  padding-bottom: 20vh;
}

.text-block-1 {
  margin: 0;
  text-align: center;
  position: sticky;
  top: 30vh;
}

.text-block-2-wrapper {
  position: relative;
  height: 70vh;
  top: 0;
}

.text-block-2 {
  position: sticky;
  top: 30vh;
}

/* .hero-protokey__content h1 {
  font-size: clamp(46px, 10vw, 100px);
  background: linear-gradient(68deg, rgba(235, 0, 0, 1) 0%, rgba(140, 0, 0, 1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-protokey__title-logo {
  width: min(520px, 85vw);
  height: auto;
  display: block;
  margin: 0 auto;
} */

.hero-protokey__teaser-text {
  font-size: 24px;
  font-weight: 600;
  color: var(--color-text);
  padding: 0 20px;
}

.hero-protokey__media {
  width: 100vw;
  max-width: 100%;
  height: 100vh;
}

.hero-video-frame {
  height: 100%;
  background-color: #c5c5c5;
  padding: 0;
  margin: 0;
}

.hero-canvas {
  height: 100%;
  display: block;
  background: #c5c5c5;
  object-fit: cover;
}

.hero-canvas {
  aspect-ratio: 1 / 1;
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
  background: #c5c5c5;
}

@media (min-width: 900px) {
  .hero-protokey__content,
  .hero-protokey__media {
    flex: 1;
  }
}

/* DEBUG TEST 2: Isolate media compositing */
.split-media,
.hero-protokey__media,
.hero-video-frame {
  isolation: isolate;
  contain: paint;
}
