/* Category labels share typography across content pages, excluding navigation. */
main .news-heading h2,
main .manifesto-title>p,
main .chapter small,
main .display-title,
main .store-gateway-label>p,
main .company-title .lead,
main .contact>.eyebrow,
main .social-heading h2,
main .page-kicker,
main .detail-label>small,
main .policy-heading>h1{
 display:block;
 margin:0 0 24px;
 font-family:Georgia,'Noto Serif JP',serif;
 font-size:clamp(1.5rem,2.6vw,2rem);
 font-weight:400;
 line-height:1.35;
 letter-spacing:.035em;
 text-transform:uppercase;
 overflow-wrap:normal;
 word-break:normal;
}
main .news-heading h2,main .social-heading h2,main .chapter small{margin-bottom:0}
main .news-heading>p{margin-top:12px}
main .detail-label>small{color:inherit}
main .policy-heading>h1{text-wrap:balance}
@media(max-width:700px){main .social-heading{flex-wrap:wrap;gap:20px}}
