html {
  scroll-behavior: smooth;
  scroll-padding-top: 1rem;
}

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

.footer .icon-link {
  font-size: 25px;
  color: #000;
}

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

.publication-title {
  font-family: 'Google Sans', sans-serif;
  letter-spacing: -0.02em;
  line-height: 1.15;
  font-size: 2.5rem !important;
}

.publication-authors {
  font-family: 'Google Sans', sans-serif;
  font-size: 1.3rem;
}

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

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

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

.publication-authors > div + div {
  margin-top: 0.35rem;
}

.publication-venue {
  color: #64748b;
  font-weight: 600;
  margin-bottom: 0.2rem !important;
  font-size: 1.55rem;
}

.publication-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.65rem;
  width: 100%;
}

.publication-links .button {
  flex: 0 0 auto;
  white-space: nowrap;
}

.publication-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  border-radius: 10px !important;
}

.publication-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.intro-teaser video {
  max-width: 960px;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.12);
}

.navbar {
  border-bottom: 1px solid #e2e8f0;
  background: rgba(255, 255, 255, 0.95);
  position: static;
}

.top-hero .hero-body {
  padding-top: 4rem;
  margin-top: 5rem;
}

.navbar-item.is-active-nav {
  color: hsl(204, 86%, 40%);
}

.callout-new {
  border-left: 4px solid hsl(204, 86%, 45%);
  background: linear-gradient(90deg, rgba(59, 130, 246, 0.06), transparent);
  padding: 1rem 1.25rem;
  border-radius: 0 8px 8px 0;
  margin: 1.25rem 0;
}

.pdf-figure {
  margin: 1rem 0 2rem;
}

.pdf-figure iframe {
  width: 100%;
  min-height: 480px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #f8fafc;
}

.pdf-figure figcaption,
.figure-caption {
  margin-top: 0.5rem;
  font-size: 1.05rem;
  color: #64748b;
  line-height: 1.45;
}

.compo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0.75rem;
  margin: 1rem 0;
}

.compo-grid img {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}

.section-heading {
  margin-top: 0 !important;
  margin-bottom: 2rem !important;
  letter-spacing: -0.01em;
}

.pipeline-steps {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.pipeline-steps li {
  margin-bottom: 1rem;
}

.hero.is-primary.is-light {
  background: linear-gradient(135deg, #f0f9ff 0%, #f8fafc 50%, #eef2ff 100%);
}

@media screen and (max-width: 768px) {
  .top-hero .hero-body {
    padding-top: 2rem;
  }

  .pdf-figure iframe {
    min-height: 320px;
  }
}
