/* ############################################################################################################################################################################ */
/* ############################################################################################################################################################################ */
/* Glyh Entertainment Public Website                                                                                                                                            */
/*  • Page:            	        Foooter Stylesheet (footer.css)                                                                                                                 */
/*  • Description:              Pure footer container styles only – white gradient bar, accessibility skip, and layout container                                                */
/*  • Location:               	/modules/footer/css/footer.css                                                                                                                  */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/*  • Version:                  v0.0.01 α                                                                                                                                       */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/*  • Project Start Date:       2026-04-07                                                                                                                                      */
/*  • α Release Date:           2026-04-XX                                                                                                                                      */
/*  • β Release Date:           2026-04-XX                                                                                                                                      */
/*  • Last updated:             2026-04-07                                                                                                                                     	*/
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/*  • Author:                   by Conner Rhoads                                                                                                                                */
/*  • Official Site:            www.glyphentertainment.com                                                                                                                      */
/* ############################################################################################################################################################################ */
/* ############################################################################################################################################################################ */

/* ============================================================================================================================================================================ */
/* FOOTER MODULE STYLES                                                                                                                                                         */
/* ============================================================================================================================================================================ */

footer 
{
    position: relative;
    width: 100%;
    background: #1a1a1a;
    padding-top: 8px;               /* Makes room for the top gradient bar */
    text-align: center;
    box-shadow: 0 -4px 12px rgba(0,0,0,0.8);
}

/* White gradient bar at the TOP of the footer (mirrors the header's bottom bar) */
.footer-divider-band
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 12px;
    background: linear-gradient(to bottom, #ffffff, rgba(255,255,255,0.95), transparent);
    box-shadow: 0 2px 6px rgba(0,0,0,0.4);
    z-index: 2;
}

/* Footer text area (copyright + version) */
.footer-content 
{
    padding: 20px 0 15px 0;
}

/* ============================================================================================================================================================================ */
/* LEGACY / COMPATIBILITY (if needed later)                                                                                                                                     */
/* ============================================================================================================================================================================ */