/* Ensure content flows over fixed hero */
body {
    background-color: var(--hero-bg);
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

/* Main content wrapper */
.main-content {
    position: relative;
    z-index: 2;
    background-color: var(--experience-bg, #ffffff);
    margin-top: 100vh;
}