html,
body {
  margin: 0;
}

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


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

.hero .publication-authors {
  color: #fff;
}

.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: inherit !important;
   text-decoration: none;
}

.hero .publication-authors a,
.hero .publication-authors a:visited,
.hero .publication-authors a:hover,
.hero .publication-authors a:active {
  color: #fff !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%;
}

.video-card {
  margin-top: 2rem;
  background: #fff;
  border-radius: 18px;
  padding: 1rem 1rem 1.25rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.video-card-title {
  font-family: 'Google Sans', sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  text-align: center;
  color: #222;
  margin-bottom: 0.75rem;
}

.video-card video,
.video-card iframe {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  background: #000;
}

.real-world-section {
  background: #050505;
  color: #fff;
}

.real-world-section .title,
.real-world-section .subtitle,
.real-world-section p {
  color: #fff;
}

.real-world-subtitle {
  max-width: 760px;
  margin: 0 auto 1.75rem;
  font-size: 1rem;
  opacity: 0.85;
}

.real-world-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.real-world-label {
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  opacity: 0.9;
}

.real-world-buttons {
  display: inline-flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.real-world-button {
  background: transparent;
  color: #fff;
  border: 1px solid #2a2a2a;
  border-radius: 999px;
  padding: 0.35rem 1rem 0.4rem;
  font-size: 0.95rem;
  font-family: 'Google Sans', sans-serif;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.real-world-button:hover {
  background: #171717;
  border-color: #3a3a3a;
}

.real-world-button.is-active {
  background: #ffffff;
  color: #111;
  border-color: #ffffff;
}

.real-world-card {
  background: #0d0d0d;
  border: 1px solid #1f1f1f;
  border-radius: 20px;
  padding: 1.5rem 1.5rem 2rem;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.45);
}

.real-world-card-title {
  font-family: 'Google Sans', sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 1rem;
}

.real-world-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.real-world-tile {
  display: grid;
  gap: 0.6rem;
  margin: 0;
}

.real-world-media {
  border-radius: 14px;
  overflow: hidden;
  background: #111;
  aspect-ratio: 4 / 3;
}

.real-world-media video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.real-world-caption {
  font-size: 0.95rem;
  text-align: center;
  color: #f5f5f5;
  padding: 0 0.25rem;
}

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

@media (max-width: 640px) {
  .real-world-grid {
    grid-template-columns: 1fr;
  }
}

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

.simulation-tile {
  display: grid;
  gap: 0.6rem;
}

.simulation-media {
  border-radius: 12px;
  overflow: hidden;
  background: #e9e9e9;
  aspect-ratio: 4 / 3;
}

.simulation-media video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.simulation-label {
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  color: #222;
  min-height: 2.6rem;
}

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

@media (max-width: 560px) {
  .simulation-mosaic {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .real-world-card {
    padding: 1rem 1rem 1.5rem;
  }
}

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


.has-bg-img { 
  background: url('/static/images/toss.jpeg')center center;
   background-size:cover; }

.hero-banner {
  position: relative;
  overflow: hidden;
  background-color: #000;
}

.hero-banner .hero-video {
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-banner .hero-video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: none;
}

.overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.4); /* 40% opacity black */
z-index: 1; /* Make sure it's behind the text */
transition: opacity 1.0s;
}
  
.hero-body,
.hero-head,
.hero-foot {
  z-index: 2; /* Ensure text is above the overlay */
  transition: opacity 1.0s;
}
