body {
  font-family: "Noto Sans", sans-serif;
  color: #1f2937;
}

.publication-title {
  font-family: "Google Sans", sans-serif;
  line-height: 1.15;
  color: #111111 !important;
}

.publication-authors {
  font-family: "Google Sans", sans-serif;
  margin-top: 0.65rem;
}

.publication-authors a {
  color: hsl(204, 86%, 53%) !important;
}

.title-script {
  font-family: "Times New Roman", "Georgia", "Apple Chancery", "URW Chancery L", cursive;
  font-weight: 400;
}

.title-script-line,
.title-main-line {
  display: block;
}

.title-main-line {
  margin-top: 0.15em;
}

.lead-mark {
  font-size: 1.08em;
  line-height: 1;
}

.author-block {
  display: inline-block;
  margin: 0.15rem 0.7rem;
}

.publication-venue {
  color: #555;
  font-weight: 700;
  margin-top: 1rem;
}

.note-row {
  color: #6b7280;
  margin-top: 0.35rem;
}

.eql-cntrb {
  font-size: 0.95rem;
}

.note-gap {
  margin-left: 1rem;
}

.link-block a {
  margin: 0.35rem 0.2rem;
}

.teaser .hero-body {
  padding-top: 0;
  padding-bottom: 2.5rem;
}

.teaser img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

.teaser-text {
  margin-top: 0;
  margin-bottom: 1.25rem;
  text-align: left;
  font-family: "Google Sans", sans-serif;
  font-size: 1.07rem;
  line-height: 1.72;
  max-width: 920px;
  padding: 0.9rem 1.1rem;
  border-left: 4px solid #d5d9e3;
  background: linear-gradient(90deg, rgba(248, 250, 252, 0.96) 0%, rgba(248, 250, 252, 0.3) 100%);
  border-radius: 0 10px 10px 0;
}

.teaser-caption {
  margin-top: 1rem;
  margin-bottom: 0;
  text-align: left;
  color: #4b5563;
  font-size: 0.98rem;
  line-height: 1.65;
}

.section .title.is-3 {
  margin-bottom: 1.2rem;
  font-family: "Google Sans", sans-serif;
}

.section-intro p {
  max-width: none;
  margin: 0;
  text-align: left;
}

.section-intro p + p {
  margin-top: 1rem;
}

.benchmark-stats-intro {
  margin-top: 1.8rem;
}

.content p {
  font-size: 1.03rem;
  line-height: 1.8;
}

.tldr-block p {
  font-size: 1.08rem;
  line-height: 1.75;
}

.tldr-block p + p {
  margin-top: 0.9rem;
}

.task-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.75rem;
}

.task-card {
  padding: 1.2rem 1.25rem;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.task-card h3 {
  margin: 0 0 0.55rem;
  font-family: "Google Sans", sans-serif;
  font-size: 1.1rem;
}

.task-card p {
  margin: 0;
  color: #4b5563;
  line-height: 1.65;
}

.task-intro {
  margin-bottom: 1rem !important;
}

.demo-row {
  margin-top: 0.9rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.demo-gif {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #f8fafc;
}

.demo-item {
  margin: 0;
}

.demo-item figcaption {
  margin-top: 0.6rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #4b5563;
  text-align: left;
}

.figure-block {
  margin-top: 1.4rem;
}

.benchmark-stat-block {
  margin-top: 1.6rem;
  margin-bottom: 2rem;
}

.section-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
  background: #fff;
}

.flat-image {
  box-shadow: none;
}

.pipeline-panel .flat-image {
  width: min(92%, 100%);
  margin-left: auto;
  margin-right: auto;
}

.section-image-narrow {
  width: min(760px, 100%);
}

.caption-text {
  margin-top: 0.8rem;
  color: #6b7280;
  font-size: 0.98rem;
  line-height: 1.65;
  text-align: left;
}

.bibtex-block {
  min-height: 120px;
  margin: 0;
  padding: 1rem 1.1rem;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #f8fafc;
  box-shadow: none;
}

.site-footer {
  padding-top: 2.5rem;
  padding-bottom: 2.8rem;
  background: #f8fafc;
  border-top: 1px solid #e5e7eb;
}

.footer-brand {
  margin-bottom: 0.45rem !important;
  font-family: "Times New Roman", "Georgia", "Apple Chancery", "URW Chancery L", cursive;
  font-size: 1.45rem;
  color: #111827;
}

.footer-links {
  margin-bottom: 0.45rem !important;
  font-family: "Google Sans", sans-serif;
}

.footer-links a {
  color: #2563eb;
}

.footer-note {
  color: #6b7280;
  font-size: 0.95rem !important;
}

.pipeline-split {
  display: grid;
  gap: 2rem;
}

.pipeline-panel + .pipeline-panel {
  margin-top: 0.2rem;
}

.pipeline-subtitle {
  margin: 0 0 0.85rem;
  font-family: "Google Sans", sans-serif;
  font-size: 1.2rem;
  color: #111827;
}

.pipeline-side-figure .section-image {
  width: 100%;
}

.pipeline-side-figure .caption-text {
  margin-top: 0.7rem;
}

.pipeline-scene-split {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.15fr);
  gap: 1.5rem;
  align-items: start;
}

.pipeline-text-block {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .author-block {
    display: block;
    margin: 0.2rem 0;
  }

  .task-grid,
  .demo-row {
    grid-template-columns: 1fr;
  }

  .publication-title {
    font-size: 2.1rem !important;
  }

  .pipeline-scene-split {
    grid-template-columns: 1fr;
  }

  .content p,
  .teaser-text {
    font-size: 1rem;
  }

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