/* Basisstyling voor hele site */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

body {
    background-color: #1a2526;
    color: #fff;
}

/* Basis container voor alle content */
.content-container {
    max-width: 1111px;
    margin: 0 auto;
    padding: 2rem 2rem 0; /* Boven: 2rem, Links/Rechts: 2rem, Onder: 0 */
    display: flex;
    flex-direction: column;
    gap: 2rem; /* Dit regelt de ruimte TUSSEN de blokken */
}

/* Individuele content blokken */
.content-block {
    background-color: #2a3b3c;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    padding: 20px; /* Dit regelt de ruimte BINNEN de blokken */
    width: 100%; /* Zorgt dat blokken uitvullen binnen container */
}

/* Basis typografie */
h1, h2, h3, h4, h5, h6, p, a {
    color: #ffffff;

    line-height: 1.3;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2.0rem; }
h3 { font-size: 2.0rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.5rem; }
h6 { font-size: 1.1rem; }
p {
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: 0.5rem;
}

a {
    color: #fff;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}

/* Header styling - met avatar */
.header {
    text-align: left;
    margin-top: -20px;
    margin-bottom: -20px;
    padding: 0;
}

.header-content {
    display: flex;
    align-items: center; /* Verticaal centreren */
    gap: 12px; /* Ruimte tussen afbeelding en titel */
}

.header-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50px; /* Vierkant met ronde hoeken */
    object-fit: cover; /* Zorgt voor goede crop */
    flex-shrink: 0; /* Voorkom dat het krimpt */
}

.header-title {
    margin: 0;
    padding: 0;
    font-size: 1.8rem;
    line-height: 1.0;
}

.header-title a {
    color: #fff;
    text-decoration: none;
}

.header-title a:hover {
    color: #fff;
}

/* Nieuwe header link styling */
.header-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.header-link:hover {
    text-decoration: none;
}

.header-link:hover .header-title {
    color: #ff6200; /* Of je accent kleur */
}

/* Mobiele versie */
@media (max-width: 767px) {
    .header {
        margin: 0;
        padding: 0;
    }
    
    .header-content {
        gap: 10px; /* Iets minder ruimte op mobiel */
    }
    
    .header-avatar {
        width: 36px; /* Iets kleiner op mobiel */
        height: 36px;
    }
    
    .header-title {
        font-size: 1.5rem;
        line-height: 1.0;
    }
}

/* Responsieve basis */
@media (max-width: 767px) {

    .content-container {
        margin: 1rem auto;
        padding: 0 1rem;
        gap: 1.5rem;
    }
        
    .content-block {
        padding: 15px;
    }
  
    h1 { font-size: 1.8rem; }
    h2 { font-size: 1.4rem; }
    h3 { font-size: 1.4rem; }
    h4 { font-size: 1.1rem; } 
    h5 { font-size: 1.1rem; }
    h6 { font-size: 1.0rem; }
    p {
        font-size: 1.0rem;
    }
     
    .header {
        margin-top: -20px;
        margin-bottom: -10px;
        padding: 0; /* Was 0.5rem 0, nu 0 */
    }
    
    .header .logo {
        font-size: 1.4rem;
        line-height: 1.0; /* Voeg ook hier toe */
    }
}


.title {
    color: #fff;
    margin-top: -8px; /* Voegt witruimte toe boven de subtitle */
    margin-bottom: 0.1rem; /* Voegt witruimte toe onder de subtitle */
}

.subtitle {
    color: #ccc;
    margin-top: 0; /* Voegt witruimte toe boven de subtitle */
    margin-bottom: 1.4rem; /* Voegt witruimte toe onder de subtitle */
}

.radioruis {
    color: #ff6200;
    margin-top: -7px; /* Voegt witruimte toe boven de subtitle */
    margin-bottom: 1.4rem; /* Voegt witruimte toe onder de subtitle */
}

/* Artist introduction *//* Artist introduction */
.artist-intro {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
}

.artist-image {
    flex: 0 0 auto;
    width: 100%;
    max-width: 333px;
    overflow: hidden;
    padding: 0rem; 
    box-sizing: border-box;
}

.artist-info {
    flex: 1 1 auto;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0.4rem 1rem 0; /* Boven: 2rem, Links/Rechts: 2rem, Onder: 0 */
    box-sizing: border-box;
    margin-left: auto;
}


.artist-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    display: block;
}

.artist-link {
    color: #fff;
    
}


@media (max-width: 767px) {
    .artist-intro {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: stretch;
    }
    
    .artist-image {
        width: 100%;
        margin: 0 auto;
    }
    
    .artist-info {
        width: 100%;
        padding: 0.6rem 1rem;
        margin-left: 0;
        text-align: center; /* Centreert de tekst op kleine schermen */
    }

    .content-container {
        padding: 1rem 1rem 0;
    }
    .title {
        margin-top: 0px; /* Voegt witruimte toe boven de subtitle */
        margin-bottom: 0.1rem; /* Voegt witruimte toe onder de subtitle */
    }
}


/* Album introduction */
.album-title {
    font-size: 1.4rem;
    font-weight: 500; /* Semi-bold */
    line-height: 1.5;    /* Regelafstand voor leesbaarheid */
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    color: #ff6200;
}

.album-artist {
    color: #777;
}

.album-art {
    width: 100%;
    max-width: 300px;
    border-radius: 5px;
}


/* Albums grid */
.albums-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Standaard 4 kolommen op grote schermen */
    gap: 1.5rem;
}

@media (max-width: 1111px) {
    .albums-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 kolommen op middelgrote schermen */
    }
}

@media (max-width: 600px) {
    .albums-grid {
        grid-template-columns: 1fr; /* 1 kolom op kleine schermen */
    }


}

/* 3. Albumgrid afbeeldingen */
.album-card {
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 0;
    background-color: #2a3b3c; /* Zelfde kleur als .content-block */
    border-radius: 8px;
}

.album-image {
    width: 100%; /* Terug naar exact 100% om afrondingsfouten te minimaliseren */
    height: 244px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
    display: block;
}

.album-details {
    padding: 20px;
    text-align: center;
    background-color: #2a3b3c;
}

.album-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}


.album-details h2{
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}

.album-details h4{
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    color: #777;
}

.album-text-link {
    color: #ff6200;
}

/* Footer */
.homepage-footer {
    text-align: right;    
}

.footer-text {
    color: #777;
    font-size: 0.9rem;
    margin-top: -20px;
    margin-bottom: 1rem;
}

.footer-text a {
    color: #777;
    font-size: 0.9rem;
}

.footer-text a:hover {  /* Verwijder de spatie voor :hover */
    color: #ff6200 !important;  /* Voeg !important toe */
}

/* Lyrics Styling */
.lyrics { /* Dit is de .content-block.lyrics */
    /* Behoud bestaande .content-block styling of voeg specifieke hier toe */
    /* bijv. margin-top: 2rem; als dat nog niet via .content-block gebeurt */
}

.lyrics-title-display {
    font-size: 1.6rem; /* Titel van de songtekst */
    font-weight: 600;  /* Semi-bold */
    margin-bottom: 1.5rem;
    text-align: left; 
    color: var(--accent-color, #ff6200); /* Gebruik accentkleur indien gedefinieerd */
}

.lyrics-text-columns {
    font-size: 1.1rem;   /* Basis fontgrootte voor de songtekst */
    font-weight: 300;    /* Zoals .track-artist in tracklist.css */
    line-height: 1.7;    /* Regelafstand voor leesbaarheid */
    color: #ccc;         /* Lichte grijstint voor de tekst */
    text-align: left;    /* Tekst links uitlijnen binnen de kolommen */
    orphans: 2; /* Voorkom dat minder dan 3 regels onderaan een kolom staan */
    widows: 2;  /* Voorkom dat minder dan 3 regels bovenaan een nieuwe kolom staan */
}

/* Grote schermen: 2 kolommen */
@media (min-width: 768px) {
    .lyrics-text-columns {
        column-count: 2;
        column-gap: 2.5rem; /* Ruimte tussen de kolommen */
    }
}

/* Kleine schermen: 1 kolom (is default, maar expliciet voor duidelijkheid) */
@media (max-width: 767px) {
    .lyrics-text-columns {
        column-count: 1;
        font-size: 1rem; /* Iets kleiner op mobiel indien gewenst */
    }
    .lyrics-title-display {
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }
}
