/* --- HEADLINE SECTION (Correction to pull content UP towards the fixed navbar) --- */
.headline{
    /* FIX: SIGNIFICANTLY REDUCED padding-top to bring the image UP closer to the navigation bar. */
    /* This new value (4rem minimum) should close the gap while ensuring no overlap. */
    padding-top: clamp(6rem, 5vw, 7rem); 
    overflow: hidden;
}

/* --- HEADLINE IMAGE --- */
.headline img {
    width: 100%;        
    height: auto;
    display: block;
}