body.page--incubator {
  overflow-x: hidden;
  overflow-y: auto;
  background: #090909;
}

.incubator-page {
  padding-top: clamp(4rem, 7vw, 5.25rem);
}

.incubator-page .panel-03 {
  margin: 0;
}

.incubator-page .panel-03__bg {
  transform: translateY(clamp(-40px, -4.5vw, -64px));
}

.incubator-page .panel-03__video-screen {
  top: calc(17% - clamp(40px, 4.5vw, 64px));
}

.incubator-page .panel-03__rank-wrap {
  top: calc(clamp(1.25rem, 3.8vw, 2.75rem) + 80px - clamp(32px, 3.5vw, 52px));
  max-width: 63%;
  pointer-events: none;
}

.incubator-page .panel-03__ranking {
  position: relative;
  width: clamp(23rem, 62vw, 48rem);
  pointer-events: auto;
}

.incubator-page .panel-03__title-rank {
  background: linear-gradient(90deg, #3b82f6 0%, #a855f7 52%, #ff2bd6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 10px rgba(168, 85, 247, 0.45));
}

.incubator-copy {
  padding: clamp(1rem, 2.2vw, 1.35rem);
  background: linear-gradient(
    180deg,
    rgba(18, 14, 34, 0.92) 0%,
    rgba(8, 10, 22, 0.88) 100%
  );
  border: 1px solid rgba(168, 85, 247, 0.28);
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
  box-shadow:
    0 14px 36px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.incubator-copy__body {
  display: grid;
  gap: clamp(0.85rem, 1.8vw, 1.1rem);
}

.incubator-copy__paragraph {
  margin: 0;
  font-size: clamp(0.88rem, 1.45vw, 0.98rem);
  line-height: 1.75;
  color: rgba(226, 232, 255, 0.82);
}

.incubator-copy__paragraph:first-child::first-letter {
  font-size: 1.2em;
  font-weight: 700;
  color: rgba(255, 229, 102, 0.95);
}

.incubator-copy__cta-wrap {
  margin-top: clamp(1rem, 2.2vw, 1.25rem);
}

.incubator-copy__cta {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.95rem;
  border: 1px solid rgba(34, 211, 238, 0.45);
  background: rgba(10, 8, 18, 0.75);
  color: #f5f5f0;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  clip-path: polygon(0 0, calc(100% - 6px) 0, 100% 6px, 100% 100%, 6px 100%, 0 calc(100% - 6px));
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.incubator-copy__cta:hover {
  border-color: rgba(255, 43, 214, 0.55);
  box-shadow: 0 0 18px rgba(168, 85, 247, 0.16);
  transform: translateY(-1px);
}

@media (max-width: 1100px) and (min-width: 901px) {
  .incubator-page .panel-03__rank-wrap {
    left: clamp(1rem, 2.5vw, 1.75rem);
    max-width: 54%;
  }

  .incubator-page .panel-03__ranking {
    width: 100%;
    max-width: 28rem;
  }

  .incubator-page .panel-03__video-screen {
    width: 46%;
  }
}

@media (max-width: 900px) {
  .incubator-page {
    padding-top: clamp(4.25rem, 14vw, 5rem);
  }

  .incubator-page .panel-03__stage {
    aspect-ratio: auto;
    min-height: auto;
  }

  .incubator-page .panel-03__bg {
    transform: none;
    background-size: cover;
    background-position: center top;
  }

  .incubator-page .panel-03__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: clamp(1.1rem, 4vw, 1.6rem);
    padding:
      0
      clamp(1rem, 4.5vw, 1.5rem)
      clamp(1.5rem, 5vw, 2.5rem);
  }

  .incubator-page .panel-03__rank-wrap {
    position: relative;
    top: auto;
    left: auto;
    z-index: 2;
    width: 100%;
    max-width: none;
    order: 1;
  }

  .incubator-page .panel-03__title {
    white-space: normal;
    font-size: clamp(1.75rem, 9vw, 2.5rem);
    letter-spacing: 0.04em;
    line-height: 1.05;
  }

  .incubator-page .panel-03__ranking {
    width: 100%;
    margin-top: clamp(0.85rem, 3vw, 1.25rem);
  }

  .incubator-page .panel-03__video-screen {
    position: relative;
    top: auto;
    right: auto;
    order: 2;
    width: min(100%, 22rem);
    height: auto;
    aspect-ratio: 4 / 5;
    margin: 0 auto;
    max-height: 42vh;
  }

  .incubator-copy__paragraph {
    font-size: 0.9rem;
    line-height: 1.7;
  }
}

@media (max-width: 640px) {
  .incubator-page .panel-03__inner {
    gap: 1.25rem;
    padding-bottom: 1.75rem;
  }

  .incubator-page .panel-03__video-screen {
    width: min(78%, 16.5rem);
    max-height: 34vh;
  }
}

@media (max-width: 400px) {
  .incubator-page .panel-03__title {
    font-size: 1.55rem;
  }
}

@media (max-width: 900px) and (max-height: 480px) and (orientation: landscape) {
  .incubator-page .panel-03__inner {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    align-items: start;
    gap: 1rem;
  }

  .incubator-page .panel-03__rank-wrap,
  .incubator-page .panel-03__video-screen {
    order: unset;
  }

  .incubator-page .panel-03__video-screen {
    width: 100%;
    max-height: none;
    aspect-ratio: 3 / 4;
  }
}
