/* Unify the brand dark background across LHN custom pages only.
   Scoped to body.lhn-dark (added by functions.php just for home/about/contact/
   brand/generic — EN + AR). Shop & WooCommerce pages never get this class. */
body.lhn-dark,
body.lhn-dark #main-container,
body.lhn-dark #main,
body.lhn-dark .site-main,
body.lhn-dark .ct-container,
body.lhn-dark .entry-content,
body.lhn-dark .page-content,
body.lhn-dark article {
  background-color: #271E30 !important; /* --abyss */
}

/* No stray white gaps above/below our sections */
body.lhn-dark #main,
body.lhn-dark .site-main {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
