/* Ensure readable text on dark and photographic surfaces on the four overview pages. */
:where(
  .updates-hero,
  .archive,
  .hero,
  .category-strip,
  .category-panel,
  .split,
  .topics-hero,
  .topics-intro__aside,
  .topics-track-section,
  .topic-panel,
  .principles,
  .partners-hero,
  .directory,
  .site-footer
) :where(h1, h2, h3, h4, h5, h6, p, li, dt, dd, time, label) {
  color: #fff;
}

/* Keep the established gold accents instead of whitening them. */
:where(
  .updates-hero,
  .archive,
  .hero,
  .category-strip,
  .category-panel,
  .split,
  .topics-hero,
  .topics-intro__aside,
  .topics-track-section,
  .topic-panel,
  .principles,
  .partners-hero,
  .directory,
  .site-footer
) :where(.eyebrow, .tag, .partner-search > span, .partner-group__count) {
  color: var(--gold, var(--partner-gold, #e5bd5f));
}

/* Links that are already designed as light text remain light; buttons keep their own contrast rules. */
:where(
  .updates-hero,
  .archive,
  .hero,
  .category-strip,
  .split,
  .topics-hero,
  .topics-intro__aside,
  .topics-track-section,
  .topic-panel,
  .principles,
  .partners-hero,
  .directory,
  .site-footer
) a:not(.btn):not(.header-booking) {
  color: #fff;
}

/* The prominent gold discovery links intentionally retain their established gold color. */
.category-panel a,
.topic-panel a {
  color: var(--gold, #e5bd5f);
}
