/* Keep the page canvas and its text on the same adaptive theme palette. */
body:not(.wp-admin), .editor-styles-wrapper {
  background-color: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.nv-single .wp-block-post-title { line-height: 1.12; }
.nv-single .wp-block-post-featured-image img { display: block; }
/* These components define their own grid/flex gaps. Core flow spacing must
   not offset the second column or subsequent cards in either surface. */
:is(.hero,.hero-visual,.hero-actions,.promise-row,.marquee-track,.android-beta-band,.feature-grid,.feature-card-top,.section-heading,.catalogue-home-teaser).wp-block-group > * { margin-block-start: 0; }
