body {
  font-family: "Noto Sans", Arial, sans-serif;
  color: #24262b;
}

.publication-hero {
  background: #ffffff;
}

.publication-title {
  font-family: "Google Sans", "Noto Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.08;
  margin-bottom: 0.4rem;
}

.publication-subtitle {
  color: #4f565f;
  font-size: 1.45rem;
  line-height: 1.35;
  margin-bottom: 1.25rem;
}

.publication-venue {
  color: #7a3117;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.publication-authors {
  line-height: 1.55;
  margin-bottom: 0.7rem;
}

.author-block {
  display: inline-block;
  margin: 0 0.2rem;
}

.affiliations {
  color: #5b626c;
}

.contribution-note {
  color: #68707a;
  font-size: 0.95rem;
  margin: 0.75rem auto 1.25rem;
  max-width: 760px;
}

.publication-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  margin-top: 1.25rem;
}

.publication-links .button {
  border-radius: 999px;
  font-weight: 600;
  min-width: 112px;
}

.teaser .hero-body {
  padding-top: 0.5rem;
}

.teaser-image,
.pipeline-image,
.result-image {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(36, 38, 43, 0.08);
  display: block;
  height: auto;
  margin: 0 auto;
  width: 100%;
}

.result-image {
  background: #ffffff;
  box-sizing: border-box;
  padding: 1.25rem;
}

.teaser-caption {
  color: #3f4650;
  font-size: 1.25rem;
  line-height: 1.45;
  margin: 1.4rem auto 0;
  max-width: 920px;
}

.project-name {
  font-weight: 700;
}

.media-section {
  margin-top: 2.75rem;
}

video {
  background: #111318;
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(36, 38, 43, 0.12);
  max-height: 70vh;
}

.pipeline-section {
  background: #f6f7f9;
}

.results-section {
  background: #ffffff;
  padding-bottom: 4.5rem;
  padding-top: 4.5rem;
}

.results-intro {
  color: #5b626c;
  font-size: 1.08rem;
  line-height: 1.5;
  margin: -0.25rem auto 2.5rem;
  max-width: 780px;
}

.results-section .column {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.result-title {
  margin-bottom: 1.25rem;
}

.single-view-result {
  max-height: 980px;
  object-fit: contain;
}

.multi-view-result-row {
  margin-top: 3.5rem;
}

.content ul {
  margin-left: 1.2em;
}

.content li {
  margin-bottom: 0.45rem;
}

.citation-section pre {
  background: #f6f7f9;
  border: 1px solid #e1e4e8;
  border-radius: 8px;
  color: #24262b;
  font-size: 0.9rem;
  overflow-x: auto;
  padding: 1.25rem;
  white-space: pre;
}

.footer {
  background: #ffffff;
  border-top: 1px solid #e5e7eb;
  color: #68707a;
  padding: 2.5rem 1.5rem;
}

@media screen and (max-width: 768px) {
  .publication-title {
    font-size: 2.1rem;
  }

  .publication-subtitle {
    font-size: 1.12rem;
  }

  .publication-links .button {
    min-width: 102px;
  }

  .teaser-caption {
    font-size: 1.05rem;
  }

  .results-section {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }

  .results-section .column {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .result-image {
    padding: 0.7rem;
  }

  .multi-view-result-row {
    margin-top: 2.5rem;
  }

  .citation-section pre {
    font-size: 0.78rem;
  }
}
