body {
  font-family: 'Noto Sans', sans-serif;
  color: #20242a;
  background: #f7f8fb;
}


.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 {
  padding-top: 3rem;
  padding-bottom: 0rem;
}

.publication-author-block .hero-body {
  padding-top: 1rem;
  padding-bottom: 0rem;
}


.publication-title {
  font-family: 'Google Sans', sans-serif;
  line-height: 1.08;
  max-width: 1080px;
  margin: 0 auto;
}

.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;
  padding-bottom: 10px;
  padding-top: 5px;
}

.results-carousel .item {
  width: 50px;
  height: 50px;/*
  margin: 50px;
  overflow: hidden;
  padding: 50px*/;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  /*margin: -25px 0 0 -25px;*/
}

.results-carousel video {
  margin: 0;
}

.slider-pagination .slider-page {
  background: #000000;
}

.eql-cntrb { 
  font-size: smaller;
}

.publication-hero {
  background: #ffffff;
  border-bottom: 1px solid #e6e9ef;
}

.publication-hero .hero-body {
  padding: 4.5rem 1.5rem 3rem;
}

.venue-tag {
  color: #136f63;
  font-family: 'Google Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.publication-subtitle {
  color: #4d5663;
  margin: 1.2rem auto 0;
  max-width: 820px;
}

.publication-links {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 1.75rem;
}

.section {
  padding: 3.5rem 1.5rem;
}

.paper-section,
.results-section {
  background: #ffffff;
}

.teaser-section,
.sample-section,
.decomposition-section {
  background: #f7f8fb;
}

.key-section {
  background: #eef5f3;
}

.section-title {
  font-family: 'Google Sans', sans-serif;
  margin-bottom: 1.25rem;
}

.section-lead {
  color: #4d5663;
  margin: 0 auto 2rem;
  max-width: 760px;
  text-align: center;
}

.figure-panel {
  background: #ffffff;
  border: 1px solid #e4e7ee;
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(20, 28, 40, 0.07);
  margin: 1.8rem auto 0;
  overflow: hidden;
}

.figure-panel img {
  display: block;
  height: auto;
  width: 100%;
}

.figure-panel figcaption {
  color: #515b68;
  font-size: 0.95rem;
  line-height: 1.55;
  padding: 0.9rem 1.1rem 1rem;
}

.finding-card,
.metric-card,
.case-panel {
  background: #ffffff;
  border: 1px solid #e1e6ed;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(20, 28, 40, 0.06);
  height: 100%;
}

.finding-card {
  padding: 1.3rem;
}

.finding-label,
.metric-title {
  color: #146a76;
  font-family: 'Google Sans', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.55rem;
}

.finding-card p:last-child,
.metric-note {
  color: #4d5663;
  line-height: 1.55;
}

.table-wrap {
  border: 1px solid #dde3ec;
  border-radius: 8px;
  overflow-x: auto;
  background: #ffffff;
}

.results-table {
  border-collapse: collapse;
  min-width: 980px;
  width: 100%;
}

.results-table th,
.results-table td {
  border-bottom: 1px solid #e6eaf0;
  font-size: 0.9rem;
  padding: 0.75rem 0.85rem;
  text-align: right;
  white-space: nowrap;
}

.results-table th:first-child,
.results-table td:first-child {
  text-align: left;
}

.results-table thead th {
  background: #1f2d3a;
  color: #ffffff;
  font-family: 'Google Sans', sans-serif;
  font-weight: 700;
}

.results-table tbody tr:last-child td {
  border-bottom: 0;
}

.highlight-row td {
  background: #e9f5f1;
  font-weight: 700;
}

.result-cards {
  margin-top: 1.5rem;
}

.metric-card {
  padding: 1.25rem;
}

.metric-value {
  color: #20242a;
  font-family: 'Google Sans', sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}

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

.case-panel {
  overflow: hidden;
}

.case-panel header {
  align-items: center;
  border-bottom: 1px solid #e5e9ef;
  display: flex;
  justify-content: space-between;
  padding: 1rem 1.1rem;
}

.case-panel h3 {
  font-family: 'Google Sans', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0;
}

.case-panel header span {
  color: #596574;
  font-size: 0.9rem;
}

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

.input-grid figure,
.layer-strip figure {
  background-color: #f1f3f6;
  background-image:
    linear-gradient(45deg, #e1e5eb 25%, transparent 25%),
    linear-gradient(-45deg, #e1e5eb 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #e1e5eb 75%),
    linear-gradient(-45deg, transparent 75%, #e1e5eb 75%);
  background-position: 0 0, 0 8px, 8px -8px, -8px 0;
  background-size: 16px 16px;
  border: 1px solid #d9dee7;
  border-radius: 8px;
  margin: 0;
  overflow: hidden;
}

.input-grid img,
.layer-strip img {
  aspect-ratio: 1 / 1;
  display: block;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.input-grid figcaption,
.layer-strip figcaption {
  background: rgba(255, 255, 255, 0.9);
  color: #3d4652;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 0.45rem 0.5rem;
  text-align: center;
}

.layer-strip {
  display: grid;
  gap: 0.8rem;
  grid-auto-columns: minmax(150px, 32%);
  grid-auto-flow: column;
  overflow-x: auto;
  padding: 1rem;
  scroll-snap-type: x proximity;
}

.layer-strip figure {
  scroll-snap-align: start;
}

@media screen and (max-width: 900px) {
  .case-grid {
    grid-template-columns: 1fr;
  }

  .publication-hero .hero-body {
    padding-top: 3.5rem;
  }
}

@media screen and (max-width: 640px) {
  .publication-title {
    font-size: 2rem !important;
  }

  .section {
    padding: 2.4rem 1rem;
  }

  .input-grid {
    grid-template-columns: 1fr 1fr;
  }

  .layer-strip {
    grid-auto-columns: minmax(132px, 58%);
  }
}
