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


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

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

.ar2s-disabled-action,
.ar2s-disabled-action:hover {
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: none;
}

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


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

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

#teaser {
  width: 100%;
  border-radius: 8px;
}


.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-institutions {
  max-width: 850px;
  margin: 0.75rem auto 1rem;
  line-height: 1.45;
}

.publication-institutions .author-block:not(:last-child)::after {
  content: " / ";
  color: #777;
  margin: 0 0.25rem;
}

.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 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  object-fit: contain;
}

.publication-body img {
}

.results-carousel {
  overflow: hidden;
}

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

.results-carousel video {
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
}

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

.ar2s-video-pair-item {
  min-width: 0;
}

.ar2s-video-label {
  margin: 0 0 0.5rem;
  color: #363636;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
}

.ar2s-panel-image {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 8px;
  display: block;
}

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

.content .ar2s-deformable-grid figure {
  margin: 0;
}

.ar2s-panel-video {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.ar2s-media-caption {
  margin-top: 0.5rem;
  color: #777;
  font-size: 0.9rem;
  text-align: center;
}

.ar2s-humanoid-block {
  margin-top: 1.5rem;
}

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

.ar2s-humanoid-example {
  min-width: 0;
}

.ar2s-humanoid-example-title {
  margin: 0 0 0.75rem;
  color: #363636;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
}

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

.content .ar2s-humanoid-pair figure {
  min-width: 0;
  margin: 0;
}

.content .ar2s-humanoid-pair .ar2s-humanoid-media {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 8px;
}

/* Episode switcher buttons */
.ar2s-usd-switcher {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.ar2s-usd-btn {
  font-family: inherit;
  font-size: 0.95rem;
  padding: 0.45rem 1.1rem;
  border: 1px solid #c9ced6;
  border-radius: 999px;
  background: #fff;
  color: #363636;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.ar2s-usd-btn:hover {
  border-color: #8a94a6;
  background: #f2f4f8;
}

.ar2s-usd-btn.is-active {
  background: #363636;
  border-color: #363636;
  color: #fff;
}

/* Interactive OpenUSD viewer embed */
.ar2s-usd-viewer {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background: #0b1320;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}

.ar2s-usd-viewer iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.ar2s-usd-viewer-caption {
  margin-top: 0.75rem;
  text-align: center;
  font-size: 0.9rem;
  color: #777;
}

@media screen and (max-width: 768px) {
  .ar2s-video-pair,
  .ar2s-deformable-grid,
  .ar2s-humanoid-grid {
    grid-template-columns: 1fr;
  }

  .ar2s-usd-viewer {
    aspect-ratio: 4 / 3;
  }
}
