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

.team-avatar {
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
}

.team-avatar img {
  width: 128px;
  height: 128px;
  object-fit: cover;
  display: block;
}

.team-links {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 0.5rem;
}

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

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

.mono-link {
  font-family: monospace;
  word-break: break-word;
}

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

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

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

.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-video-column {}

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

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

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

.hero-figure {
  display: block;
  margin: 0 auto 1rem auto;
  width: min(980px, 100%);
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.teaser-subtitle {
  max-width: 780px;
  margin: 0 auto;
}

.feature-box,
.result-box {
  height: 100%;
}

.result-box-plain {
  background: transparent;
  box-shadow: none;
  border: none;
}

.feature-box p,
.result-copy p {
  color: #4a4a4a;
}

.result-figure {
  margin: 0;
}

.result-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

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

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

.memory-figure {
  margin: 0;
}

.result-caption {
  color: #000;
  margin-top: 1rem;
  margin-bottom: 0;
  line-height: 1.6;
}

@media (max-width: 1023px) {
  .memory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .hero-figure {
    width: 100%;
  }

  .phone-grid,
  .memory-grid {
    grid-template-columns: 1fr;
  }
}
