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

.video-hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  color: #fff;
}

.video-hero .hero-body {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.video-hero-background,
.video-hero-overlay {
  position: absolute;
  inset: 0;
}

.video-hero-background {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform-origin: center center;
  animation: heroZoomOut 15s ease-out forwards;
  will-change: transform;
}

.video-hero-overlay {
  z-index: 1;
  background: rgba(0, 0, 0, 0.42);
}

.video-hero-loading-note {
  position: absolute;
  top: 1.25rem;
  right: 1.5rem;
  z-index: 3;
  color: rgba(255, 255, 255, 0.82);
  font-family: Arial, sans-serif;
  font-size: 0.9rem;
  font-style: italic;
  font-weight: 400;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.55);
}

.video-hero .publication-title,
.video-hero .publication-subtitle,
.video-hero .publication-authors {
  color: #fff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}

.video-hero .publication-title {
  margin-bottom: 1rem;
  font-size: 5rem;
  line-height: 1.04;
}

.video-hero .publication-subtitle {
  font-family: 'Google Sans', sans-serif;
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 1.05;
  margin-bottom: 1.5rem;
  white-space: nowrap;
}

.video-hero .publication-authors a {
  color: #fff !important;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.publication-header {
  padding-top: 4rem;
}

.publication-header-container {
  max-width: 1500px;
}

.publication-page-title {
  font-family: 'Google Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
  margin-bottom: 2rem;
}

.publication-header .publication-authors {
  margin-bottom: 1rem;
  line-height: 1.65;
}

.publication-header .publication-links {
  margin-top: 1.5rem;
}

.publication-header .button {
  min-width: 9.5rem;
}

.overview-copy {
  margin-top: 1.5rem;
}

.overview-subsection {
  margin-bottom: 3rem;
}

.overview-subsection .title {
  margin-bottom: 0.75rem;
}

.overview-figure {
  margin-top: 1rem;
}

.overview-pdf-canvas {
  display: block;
  width: 100%;
  height: auto;
}

.overview-pdf-fallback {
  padding: 1rem;
  text-align: center;
}

.video-placeholder {
  margin-top: 1.25rem;
}

.video-placeholder video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.experiment-task {
  margin-top: 2.5rem;
}

.experiment-task .title {
  margin-bottom: 0.75rem;
}

.experiment-carousel,
.experiment-video-frame {
  position: relative;
  margin-top: 1rem;
}

.experiment-carousel {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.experiment-carousel-track {
  position: relative;
  flex: 1;
  min-height: 0;
}

.experiment-video-panel {
  display: none;
}

.experiment-video-panel.is-active {
  display: block;
}

.experiment-video-panel.is-active .experiment-video {
  display: block;
}

.experiment-video-label {
  font-family: 'Google Sans', sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0 0 0.6rem 0.25rem;
}

.experiment-video {
  display: none;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  min-height: 360px;
  object-fit: contain;
  background: #111;
  border-radius: 12px;
}

.experiment-video.is-active {
  display: block;
}

.experiment-carousel-button {
  width: 3rem;
  height: 3rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
  color: #444;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex: 0 0 auto;
}

.experiment-carousel-button:hover {
  background: #fff;
}

.experiment-carousel-dots {
  position: absolute;
  left: 50%;
  bottom: 0.75rem;
  transform: translateX(-50%);
  display: flex;
  gap: 0.45rem;
  z-index: 2;
}

.experiment-carousel-dot {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.72);
  cursor: pointer;
}

.experiment-carousel-dot.is-active {
  background: #fff;
}

.hero-scroll-hint {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  z-index: 2;
  transform: translateX(-50%);
  color: #fff;
  font-family: 'Google Sans', sans-serif;
  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
}

@keyframes heroZoomOut {
  0%,
  33.333% {
    transform: scale(3);
  }
  66.667%,
  100% {
    transform: scale(1);
  }
}


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

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


.publication-title {
}

.publication-banner {
  max-height: parent;

}

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

.publication-header .hero-body {
}

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

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

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

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

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

.publication-banner img {
}

.publication-authors {
  /*color: #4286f4;*/
}

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

.publication-body img {
}

.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-panel .slider {
  margin: 0 !important;
}

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