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

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

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

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

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

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

.pipeline-lede p {
  margin-bottom: 0.35rem;
  color: #555;
}

.pipeline-step {
  margin-bottom: 2.5rem;
}

.pipeline-step img {
  border-radius: 8px;
  width: 100%;
}

.pipeline-step p {
  margin-top: 0.5rem;
  color: #555;
}

.world-card img {
  border-radius: 8px;
}

.world-card p {
  font-size: 0.85rem;
  color: #666;
  margin-top: 0.25rem;
}

/* Placeholder tiles for media we haven't captured yet */
.ph {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 2px dashed #c98a5b;
  border-radius: 10px;
  background: linear-gradient(135deg, #211510 0%, #45281a 55%, #7a4526 100%);
  color: #f3dcc9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem;
}

.ph .icon {
  font-size: 2rem;
  color: #e8a976;
}

.ph .ph-label {
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #c98a5b;
}

.ph .ph-text {
  font-size: 0.95rem;
  text-align: center;
  max-width: 90%;
}

.ph.ph-tall {
  aspect-ratio: 4 / 3;
}
