/* News base — full-bleed: the 1829px Figma frame maps to the full section width
   (sections span the viewport; capped at the design width on very wide screens).
   Always loaded first. */
.news { --npx: calc(min(100vw, 1829px) / 1829); }
/* shared content band + section heading/subtitle (Community / News / Press) */
.nw-wrap { width: calc(1180 * var(--npx)); max-width: 92%; margin-inline: auto; }
.nw-h2 {
  margin: 0;
  font-family: var(--font-display); font-weight: 700;
  font-size: calc(81.614 * var(--npx)); letter-spacing: calc(0.8 * var(--npx));
}
.nw-sub {
  margin: calc(18 * var(--npx)) 0 0;
  font-family: var(--font-display); font-weight: 400;
  font-size: calc(37.016 * var(--npx));
}
