/**
 * Main page (11152): below-scene layout + intro animation states.
 * GSAP timelines: main-page-handler-common.js (brs:below-scene-play / reset).
 */

.brs-below-scene {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 200vh;
  height: 200svh;
  margin-top: -100vh;
  margin-top: -200svh;
  background-color: #0b0b0b;
  opacity: 1;
}

body.scene-active .brs-below-scene {
  opacity: 0;
}

.brs-below-scene__sticky {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  max-width: none;
  margin: 0;
  padding-top: 90px;
  padding-left: max(24px, calc((100% - 940px) / 2));
  padding-right: max(24px, calc((100% - 940px) / 2));
  box-sizing: border-box;
  background-color: #0b0b0b;
  overflow: hidden;
}

.brs-below-scene__title {
  font-family: "Figtree", sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 24px;
  line-height: 1.2;
}

.brs-below-scene__title.brs-animation-text--initial-hidden {
  opacity: 0;
}

.brs-below-scene.brs-below-scene--intro-pending .brs-below-scene__subtitle,
.brs-below-scene.brs-below-scene--intro-pending .brs-below-scene__text,
.brs-below-scene.brs-below-scene--intro-pending .brs-below-scene__logo-title,
.brs-below-scene.brs-below-scene--intro-pending .brs-below-scene__logo-item {
  opacity: 0;
}

.brs-below-scene__lead {
  font-family: "Figtree", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 32px;
  line-height: 1.5;
}

.brs-below-scene__subtitle {
  font-family: "Figtree", sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 16px;
  line-height: 1.3;
}

.brs-below-scene__text {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  line-height: 1.6;
}

.brs-below-scene__input-wrap {
  margin-top: 32px;
  margin-bottom: 32px;
}

.brs-below-scene__input {
  display: block;
  width: 100%;
  max-width: 400px;
  padding: 14px 18px;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  box-sizing: border-box;
}

.brs-below-scene__input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.brs-below-scene__input:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.4);
}

/* Mobile AI button: class + opacity/y scrubbed with 3D DDM (HtmlSceneChrome). */
@media (max-width: 1024px) {
  .brs-mp-ai {
    pointer-events: none;
  }

  body.brs-show-ai-button .brs-mp-ai {
    pointer-events: auto;
  }
}
