/* ── Sub-service template — page-template-specific rules ──────────
   The body class comes from the page's assigned template slug
   ("sub-service"), which WordPress emits from post meta — there is no
   sub-service.php in this theme and none is needed. */

/* Hide WP's default block titles (the layout renders its own). */
body.page-template-sub-service .wp-block-post-title,
body.page-template-sub-service .wp-block-site-title { display: none !important; }
