/* ==================================================================================================
/* MODULE: branding
/*      Description:            Branding-specific styles for the Glyph Wiki Dark template
/*      Location:               /lib/tpl/glyphwikidark/modules/branding/css/branding.css
/* ===================================================================================================
/*      Version:                  v1.0 (Official release)
/*      Original Projection Date: 2026-01-01
/*      Alpha α Release Date:     2026-01-XX
/*      β Release Date:           2026-01-XX
/*      Last Update:              2026-01-04
/*      Author:                   by Conner Rhoads (with Grok enhancements)
/*      Official Site:            https://wiki.glyphentertainment.com
/* ===================================================================================================
 

/* ==================================================================================================
/* Logo Glow Effect
/* ================================================================================================== */

.glyph-logo.glow
{
    filter: drop-shadow(0 0 8px rgba(255, 215, 0, 0.7))
           drop-shadow(0 0 16px rgba(255, 255, 255, 0.4)) !important;
    transition: filter 0.4s ease !important;
}

.glyph-logo.glow:hover
{
    filter: drop-shadow(0 0 12px rgba(255, 215, 0, 0.9))
           drop-shadow(0 0 24px rgba(255, 255, 255, 0.6)) !important;
}

/* ==================================================================================================
/* Logo Spacing
/* Applies to both standard header placement and fallback banner usage
/* ================================================================================================== */

.logo
{
    margin-top: 20px !important;
    margin-bottom: -10px !important;
}

.glyph-logo
{
    margin-right: 50px !important;
}

.glyph-banner
{
    transform: translateY(10px) !important;
}