/* Vinyl Navigation - ONLY for non-platinum-celebration pages */
/* Platinum Celebration page has its own independent subnavbar in inline CSS */

/* Base styling for NON platinum-celebration pages only */
body:not(.platinum-celebration-page) .vinyl-subnav {
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    list-style: none !important;
}

/* Vinyl record styling for NON platinum-celebration pages only */
body:not(.platinum-celebration-page) .vinyl-record {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: radial-gradient(circle, #f5f5f5 0%, #e8e8e8 40%, #d4d4d4 70%, #e0e0e0 100%) !important;
    box-shadow: 0 0 20px rgba(255,255,255,0.8), 0 0 40px rgba(212,175,55,0.3), 0 8px 30px rgba(0,0,0,0.4) !important;
    cursor: pointer !important;
}

body:not(.platinum-celebration-page) .vinyl-record span {
    font-family: 'Poppins', sans-serif !important;
    font-size: 0.65rem !important;
    letter-spacing: 0.12em !important;
    color: #1a1a1a !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    text-align: center !important;
}
