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

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

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

.section-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.section-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  padding: 0.7rem 1.1rem;
  border: 1px solid #6f4a2f;
  background: #111;
  color: #f2efe9;
  font-family: 'Google Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.section-tag:hover {
  background: #1b1b1b;
  border-color: #8b5e3c;
  color: #fff;
  transform: translateY(-1px);
}

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

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

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

.publication-banner {
  max-height: parent;
}

.publication-banner video {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  object-fit: fit;
}

.results-carousel video {
  width: 100%;
  height: auto;
}

.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 a {
   color: hsl(204, 86%, 53%) !important;
}

.publication-authors a:hover {
    text-decoration: underline;
}

.author-block {
  display: inline-block;
}

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

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

/* Video Grid Layout */
.video-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 360px) !important;
  gap: 0 !important;
  justify-content: center !important;
  margin: 0 auto !important;
}

.video-grid-4col {
  display: grid !important;
  grid-template-columns: repeat(4, 270px) !important;
  gap: 0 !important;
  justify-content: center !important;
  margin: 0 auto !important;
}

.video-grid-3col {
  display: grid !important;
  grid-template-columns: repeat(3, 320px) !important;
  gap: 0 !important;
  justify-content: center !important;
  margin: 0 auto !important;
}

.video-grid-5col {
  display: grid !important;
  grid-template-columns: repeat(5, 216px) !important;
  gap: 0 !important;
  justify-content: center !important;
  margin: 0 auto !important;
}

.video-grid-item {
  overflow: hidden;
  background: #000;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
}

.video-grid-item video {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: bottom !important;
}

/* Responsive grid */
@media screen and (max-width: 1100px) {
  .video-grid {
    grid-template-columns: repeat(2, 360px) !important;
  }
  .video-grid-3col {
    grid-template-columns: repeat(2, 320px) !important;
  }
  .video-grid-4col {
    grid-template-columns: repeat(2, 270px) !important;
  }
  .video-grid-5col {
    grid-template-columns: repeat(2, 216px) !important;
  }
}

@media screen and (max-width: 750px) {
  .video-grid {
    grid-template-columns: 360px !important;
  }
  .video-grid-3col {
    grid-template-columns: 320px !important;
  }
  .video-grid-4col {
    grid-template-columns: 270px !important;
  }
  .video-grid-5col {
    grid-template-columns: 216px !important;
  }

  .section-tag {
    min-width: 124px;
    padding: 0.65rem 0.9rem;
    font-size: 0.9rem;
  }
}
