.research-page {
  width: min(1100px, 100% - 40px);
  margin: 0 auto 40px;
  text-align: left;
}

.research-page h2,
.research-page h3,
.research-page p {
  text-align: left;
}

.research-page p {
  text-align: justify;
  text-justify: inter-word;
}

.research-lead {
  max-width: 900px;
  margin: 0 auto 28px;
  font-size: 1.45rem;
  line-height: 1.45;
  text-align: center !important;
  font-weight: var(--semi-bold);
}

.research-intro {
  max-width: 960px;
  margin: 0 auto 28px;
}

.research-intro p,
.research-bridge p,
.research-arm-text p,
.research-talks-intro,
.video-caption {
  line-height: 1.7;
}

.research-page > .button-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}

.research-area .citation {
  box-shadow: var(--shadow);
}

.research-area .citation-image {
  background: #ffffff;
}

.research-area .citation-image img {
  object-fit: contain;
  background: #ffffff;
}

.research-area .citation-title {
  font-size: 1.3rem;
  line-height: 1.3;
  color: #000000;
}

.research-area .citation-description {
  color: var(--text);
  line-height: 1.7;
}

.research-talks {
  margin-top: 10px;
}

.research-talks h2,
.research-talks-intro,
.video-caption {
  text-align: center !important;
}

.research-page > .button-wrapper .button[data-style=home-cta] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: auto;
  max-width: max-content;
  min-width: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 28px;
}

.video-card {
  padding: 20px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 20px 40px -34px rgba(15, 23, 42, 0.35);
}

.video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 14px;
  background: #0f172a;
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-caption {
  margin-bottom: 0;
  font-size: 0.98rem;
}

@media (max-width: 900px) {
  .research-page {
    width: min(100%, 100% - 24px);
    margin-bottom: 28px;
  }
  .research-page p {
    text-align: left;
  }
  .research-lead {
    font-size: 1.16rem;
    line-height: 1.55;
    margin-bottom: 20px;
  }
  .research-intro {
    margin-bottom: 20px;
  }
  .research-page > .button-wrapper {
    margin-bottom: 0;
  }
  .research-page > .button-wrapper .button[data-style=home-cta] {
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }
  .video-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 20px;
  }
  .video-card {
    padding: 14px;
    border-radius: 16px;
  }
  .video-caption {
    font-size: 0.92rem;
  }
  .research-area .citation-title {
    font-size: 1.12rem;
  }
}

/*# sourceMappingURL=research-page.css.map */