/* Juanito Thompson music-videos page — warm ember / teal accent theme */
/* (video layout uses inline <style> in music-videos.html; this file handles sub-nav overrides) */

body.jt-page.jt-music-videos-page main { flex: 1; display: flex; flex-direction: column; align-items: center; padding: 72px 20px 60px; }
body.jt-page.jt-music-videos-page main > * { background: var(--jt-bg); }
body.jt-page.jt-music-videos-page main .breadcrumb { position: relative; top: auto; left: auto; z-index: 10; margin: 0 0 16px; align-self: flex-start; }

body.jt-page.jt-music-videos-page .breadcrumb { color: var(--jt-pale-warm); }
body.jt-page.jt-music-videos-page .breadcrumb a { color: var(--jt-pale-warm); }
body.jt-page.jt-music-videos-page .breadcrumb a:hover { color: var(--jt-gold); }
body.jt-page.jt-music-videos-page .breadcrumb .sep { color: var(--jt-pale-warm); opacity: 0.7; }
body.jt-page.jt-music-videos-page .breadcrumb .current { color: var(--jt-gold); }

body.jt-page.jt-music-videos-page .page-header { width: 100%; max-width: 960px; margin-top: 16px; margin-bottom: 32px; animation: fadeUp 0.5s ease both; }
body.jt-page.jt-music-videos-page .artist-label { font-family: 'Press Start 2P', monospace; font-size: 10px; color: var(--jt-pale-warm); letter-spacing: 0.2em; margin-bottom: 8px; opacity: 0.8; }
body.jt-page.jt-music-videos-page .page-title { font-family: 'Press Start 2P', monospace; font-size: clamp(12px, 2.5vw, 20px); color: var(--jt-pale-warm); letter-spacing: 0.08em; line-height: 1.6; margin-bottom: 20px; text-shadow: 0 0 20px rgba(240,184,120,0.4); }

body.jt-page.jt-music-videos-page .divider { width: 100%; max-width: 100%; height: 1px; background: linear-gradient(90deg, transparent, var(--jt-brick), var(--jt-amber), var(--jt-brick), transparent); margin: 0 0 40px; opacity: 0.4; }

body.jt-page.jt-music-videos-page .videos-section { width: 100%; max-width: 900px; margin-left: auto; margin-right: auto; margin-bottom: 48px; }

/* Back button: transparent bg + cta color text/border */
body.jt-page.jt-music-videos-page .nav-card.jt-back { background: transparent !important; color: var(--jt-pale-warm) !important; border-color: var(--jt-pale-warm) !important; }
body.jt-page.jt-music-videos-page .nav-card.jt-back:hover { background: inherit !important; color: inherit !important; box-shadow: none !important;}

body.jt-page.jt-music-videos-page .nav-card::after { display: none; }
body.jt-page.jt-music-videos-page .nav-card:hover { background: inherit !important; color: inherit !important; box-shadow: none !important; }