/* EditorialHero (.ed-hero) — the ONE light editorial index hero, unified
   2026-07-28 from the two hand-rolled twins: .rs-hero (/press/, /webinars/,
   was resources.css) and the blog index lockup (.p-blog__label +
   .p-blog__statement, was blog.css). Light, compact, typographic: global
   .kicker + 36/48 display title + body/xl sub on a 768px measure.
   Tokens only. */

.ed-hero { max-width: 768px; }

.ed-hero__title {
  margin-top: 16px;
  font-size: 36px;
  line-height: 1.05;
  color: var(--color-black);
}
@media (min-width: 640px) {
  .ed-hero__title { font-size: 48px; }
}

.ed-hero__sub {
  margin-top: 16px;
  font-size: var(--fs-body);
  line-height: var(--leading-body);
  color: var(--color-grey-on-white);
}
@media (min-width: 640px) {
  .ed-hero__sub { font-size: var(--fs-xl); }
}
