/* ==========================================================================
   Single Nieuws - Thomas Vaer (zwart-wit)
   ========================================================================== */

#nieuws-single-hero {
    position: relative;
    padding: 200px 0 80px;
    overflow: hidden;
    min-height: 420px;
    display: flex;
    align-items: flex-end;
}

.nieuws-hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; }
.nieuws-hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.25; }
.nieuws-hero-gradient { position: absolute; bottom: 0; left: 0; width: 100%; height: 80%; background: linear-gradient(to top, #121212 0%, rgba(18,18,18,0.95) 30%, rgba(18,18,18,0.4) 70%, transparent 100%); }
#nieuws-single-hero .container { position: relative; z-index: 2; }

#nieuws-single-hero .radial { position: absolute; border-radius: 50%; filter: blur(120px); opacity: 0.1; z-index: 1; }
#nieuws-single-hero #radial1 { width: 400px; height: 400px; background: #fff; top: -100px; right: 10%; }
#nieuws-single-hero #radial2 { width: 300px; height: 300px; background: #ccc; bottom: -50px; left: 5%; }
#nieuws-single-hero #radial3 { width: 200px; height: 200px; background: #fff; top: 50%; left: 40%; }
#nieuws-single-hero #radial4 { width: 250px; height: 250px; background: #ddd; bottom: 0; right: 30%; }
#nieuws-single-hero .herobeeldmerk { position: absolute; right: 5%; top: 50%; transform: translateY(-50%); opacity: 0.04; z-index: 1; }
#nieuws-single-hero .herobeeldmerk img { width: 500px; }

/* Breadcrumbs */
.nieuws-breadcrumbs { display: flex; align-items: center; gap: 10px; margin-bottom: 25px; font-size: 14px; }
.nieuws-breadcrumbs a { color: rgba(255,255,255,0.5); transition: color 0.3s ease; }
.nieuws-breadcrumbs a:hover { color: white; }
.nieuws-breadcrumbs i { font-size: 8px; color: rgba(255,255,255,0.2); }
.nieuws-breadcrumbs span { color: rgba(255,255,255,0.7); }

/* Hero Meta */
.nieuws-hero-meta { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; flex-wrap: wrap; }
.nieuws-hero-meta .nieuws-date { font-size: 14px; color: rgba(255,255,255,0.5); display: flex; align-items: center; gap: 6px; }

.nieuws-hero-cat {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: rgba(255,255,255,0.8);
    background: rgba(255,255,255,0.1);
    padding: 4px 14px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.15);
    transition: all 0.3s ease;
}

.nieuws-hero-cat:hover { background: rgba(255,255,255,0.15); }

.nieuws-hero-inner h1 {
    font-size: 56px;
    line-height: 1.1;
    color: white;
    margin: 0;
    text-transform: none;
    max-width: 800px;
}

/* Layout */
#nieuws-single { padding: 60px 0 80px; background: #121212; }
.nieuws-single-layout { display: grid; grid-template-columns: 1fr 320px; gap: 60px; align-items: start; }
.nieuws-article { min-width: 0; }

/* Content */
.nieuws-content p { font-size: 18px; line-height: 1.8; color: rgba(255,255,255,0.8); margin-bottom: 20px; }
.nieuws-content h2 { font-size: 32px; color: white; margin-top: 40px; margin-bottom: 15px; text-transform: none; }
.nieuws-content h3 { font-size: 24px; color: white; margin-top: 30px; margin-bottom: 10px; text-transform: none; }
.nieuws-content img { border-radius: 12px; margin: 20px 0; }
.nieuws-content a:not(.button) { color: white; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,0.3); transition: border-color 0.3s ease; }
.nieuws-content a:not(.button):hover { border-color: white; }
.nieuws-content blockquote { border-left: 3px solid rgba(255,255,255,0.3); padding: 20px 30px; margin: 30px 0; background: rgba(255,255,255,0.03); border-radius: 0 12px 12px 0; }
.nieuws-content blockquote p { font-size: 20px; font-style: italic; color: rgba(255,255,255,0.7); }

/* Gallery */
.nieuws-gallery-section { margin-top: 50px; padding-top: 40px; border-top: 1px solid rgba(255,255,255,0.06); }
.nieuws-gallery-section h2,
.nieuws-videos-section h2 { font-size: 28px; color: white; margin-bottom: 25px; text-transform: none; display: flex; align-items: center; gap: 12px; }
.nieuws-gallery-section h2 i,
.nieuws-videos-section h2 i { color: rgba(255,255,255,0.5); font-size: 22px; }

.nieuws-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 12px; }
.nieuws-gallery a { position: relative; aspect-ratio: 1; border-radius: 12px; overflow: hidden; display: block; }
.nieuws-gallery a img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); margin: 0; border-radius: 0; }
.nieuws-gallery a:hover img { transform: scale(1.1); }
.gallery-zoom { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.3s ease; color: white; font-size: 24px; }
.nieuws-gallery a:hover .gallery-zoom { opacity: 1; }

/* Videos */
.nieuws-videos-section { margin-top: 50px; padding-top: 40px; border-top: 1px solid rgba(255,255,255,0.06); }
.nieuws-videos { display: flex; flex-direction: column; gap: 30px; }
.nieuws-video-item { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); border-radius: 16px; overflow: hidden; }
.video-embed-wrapper { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.video-embed-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }
.video-upload-wrapper video { width: 100%; display: block; max-height: 500px; background: #000; }
.video-caption { padding: 15px 20px; margin: 0; font-size: 14px; color: rgba(255,255,255,0.5); border-top: 1px solid rgba(255,255,255,0.06); }

/* Sidebar */
.nieuws-sidebar { position: sticky; top: 120px; display: flex; flex-direction: column; gap: 25px; }

.nieuws-share-box { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); border-radius: 16px; padding: 25px; }
.nieuws-share-box h3 { font-size: 16px; color: white; margin: 0 0 15px; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; }
.nieuws-share-buttons { display: flex; gap: 10px; flex-wrap: wrap; }
.share-btn { width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 16px; color: white; transition: all 0.3s ease; border: 1px solid rgba(255,255,255,0.1); background: transparent; }
.share-btn:hover { transform: translateY(-3px); background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.3); }

/* Navigation */
.nieuws-nav-box { display: flex; flex-direction: column; gap: 10px; }
.nieuws-nav-link { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); border-radius: 16px; padding: 20px; transition: all 0.3s ease; display: block; }
.nieuws-nav-link:hover { border-color: rgba(255,255,255,0.2); background: rgba(255,255,255,0.05); }
.nav-label { font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; color: rgba(255,255,255,0.5); display: flex; align-items: center; gap: 6px; margin-bottom: 6px; }
.nav-title { font-size: 15px; color: white; font-weight: 500; display: block; line-height: 1.4; }

.nieuws-back-btn { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 24px; border-radius: 12px; border: 1px solid rgba(255,255,255,0.12); color: rgba(255,255,255,0.6); font-size: 14px; font-weight: 500; transition: all 0.3s ease; text-transform: uppercase; letter-spacing: 0.5px; }
.nieuws-back-btn:hover { color: white; border-color: rgba(255,255,255,0.4); background: rgba(255,255,255,0.05); }

/* Related */
#nieuws-related { padding: 80px 0; background: #0e0e0e; border-top: 1px solid rgba(255,255,255,0.04); }
#nieuws-related h2 { font-size: 36px; color: white; margin: 0 0 35px; text-transform: uppercase; }
.nieuws-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.nieuws-related-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); border-radius: 14px; overflow: hidden; transition: all 0.4s ease; }
.nieuws-related-card:hover { transform: translateY(-5px); border-color: rgba(255,255,255,0.15); box-shadow: 0 15px 40px rgba(0,0,0,0.3); }
.related-card-media { aspect-ratio: 16 / 10; overflow: hidden; }
.related-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.nieuws-related-card:hover .related-card-media img { transform: scale(1.06); }
.related-card-placeholder { width: 100%; height: 100%; background: rgba(255,255,255,0.04); display: flex; align-items: center; justify-content: center; font-size: 30px; color: rgba(255,255,255,0.08); }
.related-card-content { padding: 20px; }
.related-date { font-size: 13px; color: rgba(255,255,255,0.35); display: block; margin-bottom: 8px; }
.related-card-content h3 { font-size: 18px; line-height: 1.3; color: white; margin: 0; text-transform: none; font-weight: 600; }

/* Responsive */
@media only screen and (max-width: 1200px) { .nieuws-single-layout { grid-template-columns: 1fr 280px; gap: 40px; } }
@media only screen and (max-width: 1000px) {
    #nieuws-single-hero { padding: 160px 0 60px; min-height: 350px; }
    .nieuws-hero-inner h1 { font-size: 38px; }
    .nieuws-single-layout { grid-template-columns: 1fr; gap: 40px; }
    .nieuws-sidebar { position: static; flex-direction: row; flex-wrap: wrap; }
    .nieuws-share-box { flex: 1; min-width: 200px; }
    .nieuws-nav-box { flex: 1; min-width: 200px; flex-direction: row; }
    .nieuws-nav-link { flex: 1; }
    .nieuws-back-btn { width: 100%; }
    .nieuws-related-grid { grid-template-columns: repeat(2, 1fr); }
}
@media only screen and (max-width: 700px) {
    #nieuws-single-hero { padding: 140px 0 50px; min-height: auto; }
    .nieuws-hero-inner h1 { font-size: 30px; }
    .nieuws-content p { font-size: 16px; line-height: 1.7; }
    .nieuws-gallery { grid-template-columns: repeat(2, 1fr); gap: 8px; }
    .nieuws-sidebar { flex-direction: column; }
    .nieuws-nav-box { flex-direction: column; }
    .nieuws-related-grid { grid-template-columns: 1fr; }
    #nieuws-related h2 { font-size: 28px; }
}
@media only screen and (max-width: 500px) { .nieuws-hero-inner h1 { font-size: 26px; } .nieuws-breadcrumbs { font-size: 12px; } }
