 @font-face {
            font-family: "BR Sonoma";
            src: url("http://fluper.com/wp-content/themes/fluper/font/BRSonoma-Thin-BF654c45255ffe0.otf") format("opentype");
            font-weight: 100;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: "BR Sonoma";
            src: url("http://fluper.com/wp-content/themes/fluper/font/BRSonoma-ThinItalic-BF654c45268d3f9.otf") format("opentype");
            font-weight: 100;
            font-style: italic;
            font-display: swap;
        }

        /* Extra Light */

        @font-face {
            font-family: "BR Sonoma";
            src: url("http://fluper.com/wp-content/themes/fluper/font/BRSonoma-ExtraLight-BF654c45265af8d.otf") format("opentype");
            font-weight: 200;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: "BR Sonoma";
            src: url("http://fluper.com/wp-content/themes/fluper/font/BRSonoma-ExtraLightItalic-BF654c4525a5046.otf") format("opentype");
            font-weight: 200;
            font-style: italic;
            font-display: swap;
        }

        /* Light */

        @font-face {
            font-family: "BR Sonoma";
            src: url("http://fluper.com/wp-content/themes/fluper/font/BRSonoma-Light-BF654c452608e0f.otf") format("opentype");
            font-weight: 300;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: "BR Sonoma";
            src: url("http://fluper.com/wp-content/themes/fluper/font/BRSonoma-LightItalic-BF654c45266aa83.otf") format("opentype");
            font-weight: 300;
            font-style: italic;
            font-display: swap;
        }

        /* Regular */

        @font-face {
            font-family: "BR Sonoma";
            src: url("http://fluper.com/wp-content/themes/fluper/font/BRSonoma-Regular-BF654c45266c042.otf") format("opentype");
            font-weight: 400;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: "BR Sonoma";
            src: url("http://fluper.com/wp-content/themes/fluper/font/BRSonoma-RegularItalic-BF654c452681c11.otf") format("opentype");
            font-weight: 400;
            font-style: italic;
            font-display: swap;
        }

        /* Medium */

        @font-face {
            font-family: "BR Sonoma";
            src: url("http://fluper.com/wp-content/themes/fluper/font/BRSonoma-Medium-BF654c45266edd1.otf") format("opentype");
            font-weight: 500;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: "BR Sonoma";
            src: url("http://fluper.com/wp-content/themes/fluper/font/BRSonoma-MediumItalic-BF654c45267d45f.otf") format("opentype");
            font-weight: 500;
            font-style: italic;
            font-display: swap;
        }

        /* Semi Bold */

        @font-face {
            font-family: "BR Sonoma";
            src: url("http://fluper.com/wp-content/themes/fluper/font/BRSonoma-SemiBold-BF654c45268c340.otf") format("opentype");
            font-weight: 600;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: "BR Sonoma";
            src: url("http://fluper.com/wp-content/themes/fluper/font/BRSonoma-SemiBoldItalic-BF654c452696350.otf") format("opentype");
            font-weight: 600;
            font-style: italic;
            font-display: swap;
        }

        /* Bold */

        @font-face {
            font-family: "BR Sonoma";
            src: url("http://fluper.com/wp-content/themes/fluper/font/BRSonoma-Bold-BF654c4526823f5.otf") format("opentype");
            font-weight: 700;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: "BR Sonoma";
            src: url("http://fluper.com/wp-content/themes/fluper/font/BRSonoma-BoldItalic-BF654c4525c9c27.otf") format("opentype");
            font-weight: 700;
            font-style: italic;
            font-display: swap;
        }



:root {
    --page-bg: #000000;
    --panel-bg: rgba(3, 3, 3, 0.96);
    --panel-border: #20242a;
    --panel-highlight: rgba(255, 255, 255, 0.08);
    --text: #ffffff;
    --muted: rgba(255, 255, 255, 0.82);
    --menu-gradient: linear-gradient(90deg, #ffffff 0%, #d7d7d7 42%, #7f7f7f 100%);
}

* {
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
}

body {
    margin: 0;
    background: var(--page-bg);
    color: var(--text);
    font-family: 'BR Sonoma', sans-serif;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1040;
    width: 100%;
}
div#mobileMenu {
    background: linear-gradient(135deg, #dc35ad 0%, #2d43ff 100%);
}
.mobile-nav li {
    border-bottom: 1px solid #fff;
    margin-bottom: 1px;
}
.header-shell {
    width: min(100%, 1200px);
    min-height: 70px;
    margin: 0 auto;
    padding: 0 47px 0 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    background: var(--panel-bg);
    border: 1px solid #fff;
    border-radius: 999px;
    box-shadow:
        inset 0 1px 0 var(--panel-highlight),
        0 0 0 1px rgba(255, 255, 255, 0.015),
        0 14px 34px rgba(0, 0, 0, 0.52);
	margin-top: 10px;
}

.brand {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    color: var(--text);
    text-decoration: none;
}

.brand-logo {
    display: block;
    width: 137px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.nav-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 49px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-links a,
.mobile-nav a {
    display: inline-flex;
    min-height: 31px;
    padding: 0 12px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
    text-decoration: none;
    white-space: nowrap;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.35);
    border: 1px solid transparent;
    border-radius: 999px;
    transition: color 180ms ease, text-shadow 180ms ease;
}
a.brand:focus {
    outline: none;
}
/* 
.nav-links a:hover,
.nav-links a:focus-visible,
.mobile-nav a:hover,
.mobile-nav a:focus-visible {
    color: transparent;
    background-image: var(--menu-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
} */
.nav-links a:focus-visible,
.mobile-nav a:focus-visible,
.menu-toggle:focus-visible,
.menu-close:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.55);
    outline-offset: 4px;
}

.menu-toggle,
.menu-close {
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    background: #202020;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.menu-toggle {
    position: relative;
    display: none;
}

.menu-close {
    position: relative;
    display: inline-flex;
}

.menu-toggle span,
.menu-close span {
    position: absolute;
    width: 17px;
    height: 2px;
    border-radius: 999px;
    background: var(--text);
}

.menu-toggle:hover,
.menu-close:hover {
    background: #2b2b2b;
    border-color: rgba(255, 255, 255, 0.14);
}

.menu-toggle span:first-child {
    transform: translateY(-4px);
}

.menu-toggle span:last-child {
    transform: translateY(4px);
}

.menu-close span:first-child {
    transform: rotate(45deg);
}

.menu-close span:last-child {
    transform: rotate(-45deg);
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1045;
    width: min(86vw, 360px);
    height: 100vh;
    display: flex;
    flex-direction: column;
    color: var(--text);
    visibility: hidden;
    background: #030303;
    border-left: 1px solid var(--panel-border);
    box-shadow: -16px 0 40px rgba(0, 0, 0, 0.58);
    transform: translateX(100%);
    transition: transform 260ms ease, visibility 260ms ease;
}

.mobile-menu.show,
.mobile-menu.showing {
    visibility: visible;
    transform: translateX(0);
}

.mobile-menu .offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 0 0 auto;
    padding: 28px 26px 18px;
}

.mobile-menu .offcanvas-body {
    flex: 1 1 auto;
    padding: 14px 26px 32px;
}

.mobile-menu .brand-logo {
    width: 150px;
}

.mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    width: 100%;
	color: #fff;
    min-height: 48px;
    justify-content: flex-start;
    padding: 0px;
    font-size: 15px;
    border-radius: 999px;
}

.offcanvas-backdrop.show {
    opacity: 0.68;
}

@media (max-width: 991.98px) {
    .site-header {
        padding: 32px 24px 14px;
    }

    .header-shell {
        min-height: 66px;
        padding: 0 18px 0 24px;
        gap: 28px;
    }

    .desktop-nav {
        display: none;
    }

    .menu-toggle {
        display: inline-flex;
    }

    .brand-logo {
        width: 126px;
    }
}

@media (max-width: 575.98px) {
    .site-header {
        padding: 5px;
    }

    .header-shell {
        min-height: 62px;
        padding: 0 13px 0 18px;
    }

    .brand-logo {
        width: 116px;
    }

    .menu-toggle,
    .menu-close {
        width: 38px;
        height: 38px;
    }
}






