.site-header {
    width: 90%;
    margin: 20px auto;
    border-radius: 15px;
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(12px);
    position: fixed !important;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .2);
    transition: all ease 0.3s;
    position: fixed !important;
}

.site-header.scrolled-mode {
    background: radial-gradient(circle,rgba(161, 127, 73, 1) 0%, rgba(161, 139, 93, 1) 35%, rgba(225, 199, 163, 1) 100%);
    margin: 10px auto;
}

.current-menu-item .menu-link {
    font-weight: 600;
    background-color: color-mix(in oklab, #f1ede7 20%, transparent);
    border-radius: 4px;
}