/* Background override CSS - loaded last */
/* Single unified background for entire site */
html, body {
    background: url("../assets/background.png") no-repeat center top fixed !important;
    background-size: cover !important;
    min-height: 100vh;
}

/* Ensure all containers are transparent to show the background */
main, .container, .container-fluid, section, header {
    background: transparent !important;
}