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

body.dh-page.dh-music-videos-page .breadcrumb a { color: var(--dh-rust-dark); }
body.dh-page.dh-music-videos-page .breadcrumb a:hover { color: var(--dh-amber); }
body.dh-page.dh-music-videos-page .breadcrumb .sep { color: var(--dh-rust-dark); opacity: 0.5; }
body.dh-page.dh-music-videos-page .breadcrumb .current { color: var(--dh-rust-dark); }

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

body.dh-page.dh-music-videos-page .divider { width: 100%; max-width: 960px; height: 1px; background: linear-gradient(90deg, transparent, var(--dh-rust-dark), var(--dh-rust), var(--dh-rust-dark), transparent); margin: 0 0 36px; opacity: 0.4; }

body.dh-page.dh-music-videos-page .videos-section { width: 100%; max-width: 960px; }

body.dh-page.dh-music-videos-page .video-entry { margin-bottom: 3rem; width: 100%; }

body.dh-page.dh-music-videos-page .video-header { display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: 8px; margin-bottom: 0.6rem; }
body.dh-page.dh-music-videos-page .video-title-wrap { display: flex; align-items: baseline; gap: 0.6rem; }
body.dh-page.dh-music-videos-page .video-year { font-family: 'Press Start 2P', monospace; font-size: 8px; color: var(--dh-rust); letter-spacing: 0.1em; margin-bottom: 8px; opacity: 0.9; white-space: nowrap; }
body.dh-page.dh-music-videos-page .video-title { font-family: 'Press Start 2P', monospace; font-size: 14px; color: var(--dh-mist); letter-spacing: 0.04em; line-height: 1.5; margin: 0; font-weight: 400; }

body.dh-page.dh-music-videos-page .video-ext-links { display: flex; flex-wrap: wrap; gap: 6px; flex-shrink: 0; margin-top: 0.5rem; }
body.dh-page.dh-music-videos-page .ext-link { font-family: 'Press Start 2P', monospace; font-size: 6px; letter-spacing: 0.1em; padding: 5px 10px; text-decoration: none; border: 1px solid; transition: background 0.15s, color 0.15s; }
body.dh-page.dh-music-videos-page .ext-yt { border-color: var(--dh-rust-dark); color: var(--dh-rust-dark); }
body.dh-page.dh-music-videos-page .ext-yt:hover { background: var(--dh-rust-dark); color: var(--dh-amber); }
body.dh-page.dh-music-videos-page .ext-dm { border-color: var(--dh-rust-dark); color: var(--dh-rust-dark); }
body.dh-page.dh-music-videos-page .ext-dm:hover { background: var(--dh-rust-dark); color: var(--dh-amber); }

body.dh-page.dh-music-videos-page .video-embed { position: relative; width: 100%; aspect-ratio: 16 / 9; background: #000; overflow: hidden; margin-bottom: 16px; }

/* Thumbnail */
body.dh-page.dh-music-videos-page .video-thumb { position: absolute; inset: 0; cursor: pointer; }
body.dh-page.dh-music-videos-page .video-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
body.dh-page.dh-music-videos-page .play-btn {
    position: absolute; inset: 0;
    display: flex; align-items: center; justify-content: center;
    background: rgba(0,0,0,0.3); transition: background 0.2s;
}
body.dh-page.dh-music-videos-page .video-thumb:hover .play-btn { background: rgba(0,0,0,0.45); }
body.dh-page.dh-music-videos-page .play-icon {
    width: 48px; height: 48px;
    border: 2px solid var(--dh-rust-dark); border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    transition: border-color 0.2s, background 0.2s, transform 0.2s;
}
body.dh-page.dh-music-videos-page .play-icon::after {
    content: ''; display: block;
    width: 0; height: 0;
    border-top: 8px solid transparent; border-bottom: 8px solid transparent;
    border-left: 14px solid var(--dh-rust-dark); margin-left: 3px;
}
body.dh-page.dh-music-videos-page .video-thumb:hover .play-icon {
    border-color: var(--dh-amber); background: rgba(204,150,50,0.15); transform: scale(1.08);
}
body.dh-page.dh-music-videos-page .video-thumb:hover .play-icon::after { border-left-color: var(--dh-amber); }

/* Iframe (hidden until click) */
body.dh-page.dh-music-videos-page .video-iframe-wrap { display: none; position: absolute; inset: 0; }
body.dh-page.dh-music-videos-page .video-iframe-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; }
body.dh-page.dh-music-videos-page .video-entry.active .video-thumb      { display: none; }
body.dh-page.dh-music-videos-page .video-entry.active .video-iframe-wrap { display: block; }
body.dh-page.dh-music-videos-page .video-embed.ia-embed .video-iframe-wrap iframe { top: -52px; height: calc(100% + 52px); }

body.dh-page.dh-music-videos-page .nav-card.c-back {
    background: transparent;
    color: var(--dh-rust-dark);
    border-color: var(--dh-rust-dark);
}
body.dh-page.dh-music-videos-page .nav-card.c-back:hover {
    background: var(--dh-rust-dark);
    color: var(--dh-amber);
}

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