/* Landing-page patches (loaded by /pages/dear-coffee + /pages/someone-calmer).
   Edit here + push = instant tweak on both pages, no Shopify page update needed. */

/* hide the theme's entire page-header section (title banner, ~1300px tall) */
.shopify-section:has(.m-page-header--template-page){display:none!important}
.m-page-header--template-page{display:none!important}

/* let the hero sit flush under the nav */
.m-page-content.rte{margin-top:0!important}
