:root {
  --accent: #7B6FE8;
  --accent-light: #9B8FFF;
  --cyan: #4ECFFF;
  --purple: #7B6FE8;
  --pink: #E06FCA;
  --bg: #ffffff;
  --section-bg: #f5f5f5;
}

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

.smallcaps {
  font-variant: small-caps;
  letter-spacing: 0.03em;
}

.brand {
  text-transform: uppercase;
  font-size: 0.92em;
  letter-spacing: 0.08em;
  font-weight: 600;
}

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


.videos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  padding: 0.5rem;
  border: 1px dashed blue;
}
.video {
  min-height: 6rem;
  border: 1px dashed red;
}
.video:nth-child(4n),
.video:nth-child(5n),
.video:nth-child(6n) {
  min-height: 3rem;
  border: 1px dashed orange;
}

.gradient-box {
  width: 100%;
  height: 200px;
  /* Replicating the DermaFlux teal-to-green flow */
  background: linear-gradient(135deg, #1a4d6e 0%, #2b7a8d 50%, #6ab7b0 100%);
  border-radius: 8px; /* Optional: matches the smooth edges of your UI */
}

.title-gradient {
  background: linear-gradient(90deg, #1a4d6e, #6ab7b0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.abstract-container {
  max-width: 850px;
  margin: 40px auto;
  padding: 20px 30px;
  background-color: #fcfdfd; /* Very subtle teal-white */
  border-left: 5px solid var(--deep-teal);
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.abstract-label {
  display: block;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--deep-teal);
  font-size: 0.9rem;
  margin-bottom: 12px;
}

.abstract-text {
  /* font-family: 'Inter', sans-serif; */
  font-size: 1.1rem;
  line-height: 1.8;
  /* color: #34495e; */
  text-align: justify;
  hyphens: auto;
}

.abstract-keywords {
  margin-top: 15px;
  font-style: italic;
  font-size: 0.95rem;
  color: #546e7a;
}

.highlight {
  color: var(--deep-teal);
  font-weight: 600;
}

.alt-section {
  background-color: var(--section-bg);
}

.is-half-width {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}