/* ==========================================
   1. DEFAULT STATE (Applies to all inner pages)
   ========================================== */

/* Hide the homepage logo by default */
.textlogo {
  display: none !important;
}

/* Make sure the standard site logo is visible */
.sitelogo {
  display: block !important; /* or inline-block, depending on your layout */
}

/* ==========================================
   2. HOMEPAGE OVERRIDE
   ========================================== */

/* When inside the .homepage body, show the home logo */
.homepage .textlogo {
  display: block !important;
}

/* When inside the .homepage body, hide the standard site logo */
.homepage .sitelogo {
  display: none !important;
}