.press-v2 { padding: 64px 24px 80px; text-align: center; }
.press-v2 .section__title { justify-content: center; }
.press-v2 .feed-list { list-style: none; margin: 0 auto 40px; padding: 0; display: grid; gap: 16px; max-width: 760px; text-align: left; }
.press-v2 .feed-item { padding: 22px 26px; opacity: 0; transform: translateY(16px); transition: opacity 0.5s ease, transform 0.5s ease; }
.press-v2 .feed-item.is-visible { opacity: 1; transform: none; }
.press-v2 .feed-item__title { font-family: var(--v2-font-display); font-weight: 600; font-size: 1.05rem; margin: 0 0 6px; }
.press-v2 .link-row { justify-content: center; }
.press-v2 .link-row a {
  --mx: 0px; --my: 0px; padding: 7px 14px; text-decoration: none; display: inline-block;
  transform: translate(var(--mx), var(--my));
}

/* "As featured in" outlet ticker -- press credibility read at a glance,
   before the reader scans the individual articles below. */
.press-v2__ticker {
  display: flex; align-items: center; gap: 18px; margin: 28px 0 40px; padding: 14px 0;
  border-top: 1px solid var(--v2-glass-border); border-bottom: 1px solid var(--v2-glass-border); overflow: hidden;
}
.press-v2__ticker-label {
  font-family: var(--v2-font-mono); font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--v2-ink-soft); margin: 0; flex: none; padding-left: 24px;
}
.press-v2__ticker .marquee__track { display: flex; gap: 32px; width: max-content; animation: v2-marquee 30s linear infinite; }
.press-v2__ticker .marquee__item {
  font-family: var(--v2-font-display); font-weight: 600; font-size: 0.95rem; color: var(--v2-ink); white-space: nowrap;
}
@media (prefers-reduced-motion: reduce) {
  .press-v2__ticker .marquee__track { animation: none; }
}
