body::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(120, 90, 60, 0.13); /* Faded brown overlay */
    z-index: 9999;
    pointer-events: none;
}