/* ============================================================================
   HINT IT — v2 : /v2/press (page-unique styles)
   ----------------------------------------------------------------------------
   Everything else on the page is shared vocabulary (hero-brand, card, stack,
   btn). The one unique bit: the underlined "contact our press team" link inside
   the brand hero — the reset strips anchor color/underline, and the shared
   underlined-link treatment (.v2-article a) is surface-colored, not on-brand.
   ============================================================================ */

.hint-v2 .press-link {
  color: var(--text-on-brand);
  text-decoration: underline;
  text-underline-offset: 2px;
}
