/* ==========================================================================
   Site-specific components — news, publications, people
   Extends the base theme; palette and typography rules unchanged.
   ========================================================================== */

/* --- Anchored headings clear the fixed nav -------------------------------- */

[id] {
  scroll-margin-top: 90px;
}

/* --- Page head — title as display type on the blue, above the card -------- */

.page-head {
  position: relative;
  z-index: var(--z-content);
  padding: 150px var(--gutter) 0;
}

.page-head .article-breadcrumb {
  margin-bottom: 20px;
}

.page-head .section-label {
  display: block;
  margin-bottom: 12px;
}

.page-title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(44px, 5.5vw, 76px);
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--white);
}

.article-inner--tight {
  padding-top: 40px;
}

@media (max-width: 768px) {
  .page-head {
    padding: 120px var(--gutter-mobile) 0;
  }
}

/* --- Minor headings (CV roles etc.) --------------------------------------- */

.article-body h4 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 19px;
  color: var(--text-heading);
  max-width: 640px;
  margin-top: var(--space-m);
  margin-bottom: var(--space-xs);
}

/* --- News (homepage latest + news page) ---------------------------------- */

.news-list .topic-name {
  font-size: 26px;
}

.news-list .topic-row {
  padding: 22px 0;
  text-decoration: none;
  color: inherit;
}

.news-date {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--blue);
  display: block;
  margin-bottom: 8px;
}

.news-item {
  max-width: 640px;
  margin-bottom: 48px;
}

.news-item:last-child {
  margin-bottom: 0;
}

.news-item h3 {
  margin-top: 0;
}

/* --- Publications --------------------------------------------------------- */

.pub {
  display: flex;
  gap: 28px;
  max-width: 760px;
  margin-bottom: 56px;
}

.pub:last-child {
  margin-bottom: 0;
}

.pub-thumb {
  width: 150px;
  flex-shrink: 0;
}

.pub-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.pub-body {
  flex: 1;
  min-width: 0;
}

.pub-venue {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--blue);
  display: block;
  margin-bottom: 8px;
}

.pub-title {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.25;
  color: var(--text-heading);
  text-decoration: none;
  margin-bottom: 12px;
  transition: color 0.3s;
}

a.pub-title:hover {
  color: var(--blue);
}

@media (max-width: 768px) {
  .pub {
    flex-direction: column;
    gap: 16px;
  }

  .pub-thumb {
    width: 120px;
  }
}

/* --- People --------------------------------------------------------------- */

.person {
  max-width: 640px;
  margin-bottom: 48px;
}

.person:last-child {
  margin-bottom: 0;
}

.person-role {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--blue);
  display: block;
  margin-bottom: 8px;
}

.person h3 {
  margin-top: 0;
}

/* --- Footer links --------------------------------------------------------- */

.footer-links a {
  color: inherit;
  text-decoration: none;
  margin-left: 20px;
}

.footer-links a:hover {
  text-decoration: underline;
}
