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

.navbar {
  border-bottom: 1px solid #eef0f2;
}

.publication-title {
  font-family: "Google Sans", sans-serif;
  letter-spacing: 0;
}

.publication-authors,
.publication-links {
  font-family: "Google Sans", sans-serif;
}

.publication-authors a {
  color: #2573a6 !important;
}

.publication-authors a:hover {
  text-decoration: underline;
}

.author-block {
  display: inline-block;
}

.publication-venue {
  color: #53606b;
  font-weight: 700;
}

.link-block a {
  margin: 5px 4px;
}

.hero-compact .hero-body {
  padding-bottom: 1.75rem;
}

.canine-wordmark {
  color: #1f7a5a;
  font-weight: 800;
}

.teaser {
  font-family: "Google Sans", sans-serif;
}

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

.teaser video {
  width: 100%;
  display: block;
  border-radius: 8px;
  background: #111;
  box-shadow: 0 18px 55px rgba(17, 24, 39, 0.16);
}

.subtitle-note {
  margin-top: 1rem;
  color: #4d5963;
}

.section {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.section-band {
  background: #f6f8f8;
}

.content p {
  line-height: 1.72;
}

.figure-frame {
  border: 1px solid #e2e7ea;
  border-radius: 8px;
  padding: 10px;
  background: #fff;
}

.figure-frame img {
  width: 100%;
  display: block;
  border-radius: 5px;
}

.caption {
  margin-top: 0.6rem;
  color: #66727c;
  font-size: 0.95rem;
  line-height: 1.45;
}

.method-step {
  border-left: 4px solid #2a7f9e;
  padding-left: 1rem;
  margin-bottom: 1.1rem;
}

.method-step strong {
  color: #1c5269;
}

.result-intro {
  max-width: 760px;
  margin: 0 auto 1.5rem;
  color: #53606b;
  line-height: 1.6;
}

.results-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin-bottom: 1.2rem;
}

.results-summary div {
  border: 1px solid #dce3e5;
  border-radius: 8px;
  padding: 1rem;
  background: #fff;
  color: #46525c;
  line-height: 1.5;
}

.results-summary strong {
  display: block;
  color: #1c5269;
  margin-bottom: 0.25rem;
}

.result-figure-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.result-card {
  display: flex;
  flex-direction: column;
}

.plot-box {
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plot-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.result-card .caption {
  min-height: 2.8em;
  margin-bottom: 0;
}

.bibtex {
  background: #182028;
  color: #edf3f6;
  border-radius: 8px;
  padding: 1rem;
  overflow-x: auto;
  font-size: 0.9rem;
}

.footer {
  padding: 2.5rem 1.5rem;
}

@media screen and (max-width: 900px) {
  .results-summary,
  .result-figure-grid {
    grid-template-columns: 1fr;
  }

  .plot-box {
    height: 280px;
  }
}

@media screen and (max-width: 540px) {
  .publication-title {
    font-size: 2.05rem !important;
  }
}
