/* Header positioning - updated for better page banner integration */
.header03 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    background: #0d0101;
    border-bottom: 2px solid rgba(255, 255, 255, .1);
    z-index: 3;
}

/* Page banner spacing - now handled by page-banner-standardization.css */
/* section.pageBanner {
    margin-top: 200px;
} */
