body {
  font-family: 'Noto Sans', sans-serif;
}

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

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

.dnerf {
  font-variant: small-caps;
}

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

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

.teaser-images {
  margin-top: 18px;
}

.teaser-images img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.publication-title {
  font-family: 'Google Sans', sans-serif;
}

.publication-banner {
  max-height: parent;
}

.publication-banner video {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  object-fit: fit;
}

.publication-header .hero-body {
}

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

.publication-venue {
  color: #555;
  width: fit-content;
  font-weight: bold;
}

.publication-awards {
  color: #ff3860;
  width: fit-content;
  font-weight: bolder;
}

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

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

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

.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%;
}

.results-carousel {
  overflow: hidden;
}

.results-carousel .item {
  margin: 5px;
  overflow: hidden;
  border: 1px solid #bbb;
  border-radius: 10px;
  padding: 0;
  font-size: 0;
}

.results-carousel video {
  margin: 0;
}

.interpolation-panel {
  background: #f5f5f5;
  border-radius: 10px;
}

.interpolation-panel .interpolation-image {
  width: 100%;
  border-radius: 5px;
}

.interpolation-panel .slider {
  margin: 0 !important;
}

#interpolation-image-wrapper {
  width: 100%;
}

#interpolation-image-wrapper img {
  border-radius: 5px;
}

.is-disabled {
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}

.fors-card {
  height: 100%;
  box-shadow: 0 8px 24px rgba(10, 10, 10, 0.08);
  border-radius: 12px;
  overflow: hidden;
}

.fors-card .card-content {
  min-height: 140px;
}

.video-caption {
  color: #555555;
  font-weight: bold;
  font-size: 1.05em;
}

.method-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.method-card {
  margin: 0;
}

.method-card .card-content {
  padding: 0;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.method-card-body {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.method-image-wrap {
  width: 100%;
  overflow: hidden;
}

.method-image-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.method-text {
  padding: 14px 16px 16px;
  background: #fff;
}

.method-text .title {
  margin: 0 0 6px 0;
}

.method-text .subtitle {
  margin: 0;
  line-height: 1.5;
  color: #4a4a4a;
}

.method-pipeline {
  margin-top: 28px;
  text-align: center;
}

.method-pipeline img {
  width: 90%;
  max-width: 900px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

@media (max-width: 960px) {
  .method-text {
    padding: 12px 14px 14px;
  }
}
