/* =============================================================================
   HDV — Global Visibility Rules
   Loaded globally. No component-specific styling here.
   ============================================================================= */

/* -------------------------------------------------------------------------
   Navigation Containers (default hidden)
   ------------------------------------------------------------------------- */
#AdminContainer,
#NormalContainer {
	display: none;
}

/* -------------------------------------------------------------------------
   Admin / Normal Navigation Toggle
   Controlled by <html> class
   ------------------------------------------------------------------------- */
html.show-admin-nav #AdminContainer {
	display: block !important;
}

html.show-normal-nav #NormalContainer {
	display: block !important;
}

/* -------------------------------------------------------------------------
   Headshot Placeholder
   Hidden until replaced by preloaded image
   ------------------------------------------------------------------------- */
#headshot {
	visibility: hidden;
}
