.glass-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 5;
}

.hero-bw-layer {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background-size: cover;
    background-position: center;
    filter: grayscale(100%);
}

.glass-panel {
    position: absolute;
    top: 0;
    bottom: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.10);
}