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

.section_title {
  font-family: 'Noto Sans', sans-serif;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
}

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


.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: 42.25%;

    overflow: hidden;
    border-radius: 10px !important;
}

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

.publication-video-kitti360 {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 30%;

    overflow: hidden;
    border-radius: 1px !important;
}

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

.publication-video-embodied {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 46%;

    overflow: hidden;
    border-radius: 1px !important;
}

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

.publication-body img {
}

.results-carousel {
  overflow: hidden;
}

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

.results-carousel video {
  margin: 0;
}


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

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

.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: 0px;
}

/* ACGP project-page layout, inspired by the clean Nerfies/Volt hierarchy. */
:root {
  --acgp-ink: #202938;
  --acgp-muted: #5f6b7a;
  --acgp-accent: #1473e6;
  --acgp-accent-soft: #eef6ff;
  --acgp-line: #e5eaf0;
  --acgp-surface: #f7f9fc;
  --acgp-shadow: 0 14px 36px rgba(31, 45, 61, 0.09);
}

html {
  scroll-behavior: smooth;
}

.acgp-page {
  color: var(--acgp-ink);
  background: #fff;
  line-height: 1.7;
}

.acgp-page .project-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 0%, rgba(20, 115, 230, 0.11), transparent 34rem),
    linear-gradient(180deg, #fbfdff 0%, #fff 100%);
  border-bottom: 1px solid var(--acgp-line);
}

.acgp-page .project-hero::after {
  content: '';
  position: absolute;
  right: -10rem;
  bottom: -14rem;
  width: 28rem;
  height: 28rem;
  border-radius: 50%;
  background: rgba(20, 115, 230, 0.045);
  pointer-events: none;
}

.acgp-page .project-hero .hero-body {
  padding: 4.5rem 1.5rem 3.5rem;
}

.acgp-page .publication-title {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  color: #1d2635;
  font-size: clamp(2.35rem, 5vw, 4rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.acgp-page .publication-highlight {
  width: fit-content;
  max-width: 860px;
  margin: 1.5rem auto 1.75rem;
  padding: 0.75rem 1.25rem;
  color: #27364a;
  background: var(--acgp-accent-soft);
  border: 1px solid #d9eaff;
  border-radius: 14px;
  line-height: 1.45;
}

.acgp-page a {
  color: var(--acgp-accent);
  transition: color 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.acgp-page a:hover {
  color: #0b56b3;
}

.acgp-page .publication-authors {
  margin-top: 0.45rem;
  line-height: 1.8;
}

.acgp-page .author-block {
  margin: 0 0.18rem;
}

.acgp-page .publication-links {
  margin-top: 0.65rem;
}

.acgp-page .publication-links .button {
  border: 0;
  box-shadow: 0 5px 14px rgba(31, 45, 61, 0.14);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.acgp-page .publication-links .button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(31, 45, 61, 0.2);
}

.acgp-page .project-content .hero-body,
.acgp-page .pipeline-experiments {
  padding: 3.75rem 1.5rem;
}

.acgp-page .project-content .hero-body {
  padding-top: 3.75rem;
}

.acgp-page .abstract-block {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.acgp-page .content,
.acgp-page figcaption,
.acgp-page .project-figure + p {
  color: #3e4a5a;
  font-size: 1.03rem;
}

.acgp-page .content p,
.acgp-page figcaption {
  line-height: 1.78;
}

.acgp-page .project-section {
  padding-top: 4.5rem;
}

.acgp-page .abstract-block + .project-section {
  padding-top: 3.75rem;
}

.acgp-page .title.is-3,
.acgp-page .title.is-4 {
  color: var(--acgp-ink);
  font-family: 'Google Sans', 'Noto Sans', sans-serif;
  letter-spacing: -0.018em;
}

.acgp-page .title.is-3 {
  margin-bottom: 1.75rem;
}

.acgp-page .title.is-4 {
  margin-bottom: 1.35rem;
}

.acgp-page .project-figure {
  margin: 0;
}

.acgp-page .project-figure img,
.acgp-page .pipeline-section > img,
.acgp-page .result-block img {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
  border: 1px solid var(--acgp-line);
  border-radius: 12px;
  box-shadow: var(--acgp-shadow);
}

.acgp-page .project-figure figcaption,
.acgp-page .pipeline-section .content {
  margin-top: 1rem;
  text-align: justify;
}

.acgp-page .effectiveness-points {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin: -0.5rem 0 1.5rem;
}

.acgp-page .effectiveness-points span {
  padding: 0.45rem 0.85rem;
  color: #304158;
  background: var(--acgp-surface);
  border: 1px solid var(--acgp-line);
  border-radius: 999px;
}

.acgp-page .pipeline-experiments {
  padding-top: 0;
}

.acgp-page .pipeline-section {
  padding-top: 0;
}

.acgp-page .experiments-header {
  margin-top: 4.75rem;
  background: transparent;
  border-top: 1px solid var(--acgp-line);
  border-bottom: 1px solid var(--acgp-line);
}

.acgp-page .experiments-header .hero-body {
  padding: 2rem 1rem;
  background: var(--acgp-surface);
}

.acgp-page .experiments-header .title {
  margin-bottom: 0;
}

.acgp-page .result-block {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3.75rem;
}

.acgp-page .result-block + .result-block {
  border-top: 1px solid var(--acgp-line);
}

.acgp-page .result-block .column {
  padding-top: 0;
}

.acgp-page .bibtex-section {
  margin-top: 0;
  padding: 4rem 1.5rem;
  background: #fff;
}

.acgp-page .bibtex-section .title {
  text-align: left;
}

.acgp-page .bibtex-wrapper {
  position: relative;
}

.acgp-page .bibtex-wrapper pre {
  margin: 0;
  padding: 1.5rem;
  padding-right: 7rem;
  overflow-x: auto;
  background: #fff;
  border: 1px solid var(--acgp-line);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(31, 45, 61, 0.06);
}

.acgp-page .bibtex-copy-button {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  padding: 0.45rem 0.75rem;
  color: #344054;
  background: var(--acgp-surface);
  border: 1px solid #d7dde5;
  border-radius: 7px;
  cursor: pointer;
  font: inherit;
  transition: background-color 160ms ease, border-color 160ms ease;
}

.acgp-page .bibtex-copy-button:hover {
  background: var(--acgp-accent-soft);
  border-color: #bcd8fa;
}

.acgp-page .footer {
  margin-top: 0;
  padding: 2.5rem 1.5rem;
  background: var(--acgp-surface);
  border-top: 1px solid var(--acgp-line);
}

@media screen and (max-width: 768px) {
  .acgp-page .project-hero .hero-body {
    padding: 3rem 1rem 2.5rem;
  }

  .acgp-page .publication-title {
    font-size: clamp(2rem, 10vw, 2.75rem);
  }

  .acgp-page .publication-highlight {
    font-size: 1.05rem !important;
  }

  .acgp-page .project-content .hero-body,
  .acgp-page .pipeline-experiments {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .acgp-page .project-section,
  .acgp-page .result-block {
    padding-top: 3rem;
  }

  .acgp-page .effectiveness-points {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }

  .acgp-page .project-figure img,
  .acgp-page .pipeline-section > img,
  .acgp-page .result-block img {
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(31, 45, 61, 0.08);
  }

  .acgp-page .bibtex-section {
    padding: 3rem 1rem;
  }

  .acgp-page .bibtex-wrapper pre {
    padding-top: 4rem;
    padding-right: 1rem;
    font-size: 0.78rem;
  }
}
