/*
 * v0.2.270 — responsive-copy visibility guard
 *
 * Mobile composition rules make these two parent wrappers block-level for
 * authored Japanese lines. Keep that geometry, but restore the paired-copy
 * contract: only the mobile span is visible at mobile widths.
 */
@media (max-width:900px) {
  .brand-site-page .brand-site-process .section-title > .responsive-copy--desktop,
  .transformation-editorial__after-grid .transformation-editorial__story .mobile-copy-precise > .responsive-copy--desktop {
    display:none !important;
  }
}
