/* Web Vine Glass Menu Helper */
body.wvgmh-hide-original-header header.elementor-location-header,
body.wvgmh-hide-original-header .elementor-location-header,
body.wvgmh-hide-original-header .masthead,
body.wvgmh-hide-original-header #phantom,
body.wvgmh-hide-original-header .dt-mobile-header,
body.wvgmh-hide-original-header .mobile-header-bar,
body.wvgmh-hide-original-header .dt-mobile-header-wrap {
    display: none !important;
}

.wvgmh-empty-notice {
    position: fixed;
    top: 14px;
    left: 50%;
    z-index: 100000;
    transform: translateX(-50%);
    padding: 10px 14px;
    border-radius: 999px;
    background: #fff8d9;
    color: #3f3200;
    box-shadow: 0 12px 40px rgba(0, 0, 0, .14);
    font: 600 13px/1.2 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.wvgmh-shell,
.wvgmh-shell * {
    box-sizing: border-box;
}

.wvgmh-shell {
    position: fixed;
    top: var(--wvgmh-top, 12px);
    left: 0;
    right: 0;
    z-index: 99999;
    pointer-events: none;
    color: #071513;
    font-family: "Instrument Sans", "Source Sans 3", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.admin-bar .wvgmh-shell {
    top: calc(var(--wvgmh-top, 12px) + 32px);
}

.wvgmh-glow {
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
    filter: blur(22px);
    opacity: .5;
    transform: translateZ(0);
}

.wvgmh-glow-one {
    width: 180px;
    height: 70px;
    left: max(12px, calc((100vw - var(--wvgmh-max, 1480px)) / 2));
    top: -18px;
    background: color-mix(in srgb, var(--wvgmh-accent, #92ff6f) 60%, transparent);
}

.wvgmh-glow-two {
    width: 220px;
    height: 78px;
    right: max(12px, calc((100vw - var(--wvgmh-max, 1480px)) / 2));
    top: -22px;
    background: color-mix(in srgb, var(--wvgmh-tint, #dfffd7) 75%, transparent);
}

.wvgmh-announcement,
.wvgmh-bar,
.wvgmh-panel,
.wvgmh-mobile-drawer {
    pointer-events: auto;
}

.wvgmh-announcement {
    width: min(calc(100% - 16px), var(--wvgmh-max, 1480px));
    margin: 0 auto 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 24px;
    padding: 5px 16px;
    border: 1px solid rgba(146, 255, 111, .28);
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(7, 21, 19, .78), rgba(7, 21, 19, .58));
    color: rgba(232, 255, 228, .94);
    box-shadow: 0 12px 34px rgba(0, 0, 0, .16), inset 0 1px 0 rgba(255, 255, 255, .12);
    backdrop-filter: blur(18px) saturate(145%);
    -webkit-backdrop-filter: blur(18px) saturate(145%);
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.wvgmh-bar {
    width: min(calc(100% - 16px), var(--wvgmh-max, 1480px));
    min-height: var(--wvgmh-bar-height, 80px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    padding: 11px 14px 11px 16px;
    border: 1px solid rgba(255, 255, 255, .54);
    border-radius: 30px;
    background:
        radial-gradient(circle at 10% 20%, rgba(146, 255, 111, .20), transparent 33%),
        radial-gradient(circle at 84% 5%, rgba(255, 255, 255, .58), transparent 30%),
        linear-gradient(135deg, rgba(223, 255, 215, .60), rgba(246, 255, 246, .42) 48%, rgba(223, 255, 215, .48));
    box-shadow: 0 18px 60px rgba(6, 34, 26, .12), 0 6px 20px rgba(6, 34, 26, .08), inset 0 1px 0 rgba(255, 255, 255, .72), inset 0 -1px 0 rgba(7, 70, 31, .07);
    backdrop-filter: blur(22px) saturate(170%);
    -webkit-backdrop-filter: blur(22px) saturate(170%);
}

.wvgmh-logo {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 18px;
    text-decoration: none;
    background: rgba(255, 255, 255, .44);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .70), 0 8px 18px rgba(4, 30, 18, .06);
    overflow: hidden;
}

.wvgmh-logo img,
.wvgmh-mobile-logo img {
    display: block;
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.wvgmh-logo span,
.wvgmh-mobile-logo span {
    color: #071513;
    font-weight: 900;
    font-size: 13px;
}

.wvgmh-desktop-nav {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.wvgmh-desktop-nav::-webkit-scrollbar {
    display: none;
}

.wvgmh-nav-link {
    appearance: none;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 44px;
    padding: 10px 13px;
    border-radius: 999px;
    color: rgba(7, 21, 19, .88);
    background: transparent;
    font: 850 var(--wvgmh-nav-font, 15px)/1 "Instrument Sans", Inter, system-ui, sans-serif;
    letter-spacing: -.02em;
    white-space: nowrap;
    flex: 0 0 auto;
    transition: background .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.wvgmh-nav-link:hover,
.wvgmh-nav-link:focus-visible,
.wvgmh-nav-button[aria-expanded="true"] {
    color: #04100e;
    background: rgba(255, 255, 255, .72);
    box-shadow: 0 10px 26px rgba(16, 75, 34, .08), inset 0 0 0 1px rgba(146, 255, 111, .28), 0 0 0 3px rgba(7, 21, 19, .08);
    outline: none;
}

.wvgmh-nav-link:active {
    transform: translateY(1px);
}

.wvgmh-nav-button i,
.wvgmh-mobile-group-toggle i {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
    opacity: .66;
    transition: transform .18s ease;
}

.wvgmh-nav-button[aria-expanded="true"] i,
.wvgmh-mobile-group.is-open .wvgmh-mobile-group-toggle i {
    transform: rotate(225deg) translateY(-2px);
}

.wvgmh-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex: 0 0 auto;
}

.wvgmh-portal,
.wvgmh-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border-radius: 999px;
    text-decoration: none;
    white-space: nowrap;
    flex: 0 0 auto;
    font: 850 var(--wvgmh-nav-font, 15px)/1 "Instrument Sans", Inter, system-ui, sans-serif;
    letter-spacing: -.02em;
}

.wvgmh-portal {
    padding: 10px 14px;
    color: rgba(7, 21, 19, .78);
    background: rgba(255, 255, 255, .30);
    border: 1px solid rgba(255, 255, 255, .42);
}

.wvgmh-portal:hover,
.wvgmh-portal:focus-visible {
    color: #071513;
    background: rgba(255, 255, 255, .62);
    outline: none;
}

.wvgmh-cta {
    padding: 10px 16px;
    color: #f7fff4;
    background: linear-gradient(135deg, #09211d, #0a3c28 56%, #135a2e);
    border: 1px solid rgba(146, 255, 111, .30);
    box-shadow: 0 12px 28px rgba(13, 68, 38, .22), inset 0 1px 0 rgba(255, 255, 255, .14);
}

.wvgmh-cta:hover,
.wvgmh-cta:focus-visible {
    color: #ffffff;
    box-shadow: 0 14px 36px rgba(13, 68, 38, .28), 0 0 0 3px rgba(146, 255, 111, .16), inset 0 1px 0 rgba(255, 255, 255, .18);
    outline: none;
}

.wvgmh-logo:focus-visible,
.wvgmh-mobile-toggle:focus-visible,
.wvgmh-mobile-close:focus-visible,
.wvgmh-mobile-search input:focus-visible,
.wvgmh-mobile-link:focus-visible,
.wvgmh-mobile-group-toggle:focus-visible,
.wvgmh-mobile-parent:focus-visible,
.wvgmh-mobile-sub-link:focus-visible {
    outline: 3px solid rgba(7, 21, 19, .20);
    outline-offset: 2px;
}

.wvgmh-mobile-toggle {
    appearance: none;
    display: none;
    width: 52px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, .52);
    border-radius: 16px;
    cursor: pointer;
    background: rgba(255, 255, 255, .48);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
}

.wvgmh-mobile-toggle span {
    width: 18px;
    height: 2px;
    display: block;
    border-radius: 999px;
    background: #071513;
}

.wvgmh-panel {
    width: min(calc(100% - 16px), var(--wvgmh-max, 1480px));
    margin: 8px auto 0;
    opacity: 0;
    transform: translateY(-8px) scale(.985);
    visibility: hidden;
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.wvgmh-panel.is-open {
    opacity: 1;
    transform: translateY(0) scale(1);
    visibility: visible;
}

.wvgmh-panel-inner {
    display: grid;
    grid-template-columns: minmax(230px, .78fr) minmax(0, 1.7fr);
    gap: 14px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, .58);
    border-radius: 30px;
    background:
        radial-gradient(circle at 18% 0%, rgba(146, 255, 111, .19), transparent 34%),
        radial-gradient(circle at 100% 10%, rgba(255, 255, 255, .50), transparent 32%),
        linear-gradient(135deg, rgba(244, 255, 241, .82), rgba(222, 255, 215, .62));
    box-shadow: 0 24px 70px rgba(6, 34, 26, .18), inset 0 1px 0 rgba(255, 255, 255, .70);
    backdrop-filter: blur(26px) saturate(175%);
    -webkit-backdrop-filter: blur(26px) saturate(175%);
}

.wvgmh-panel-intro {
    min-height: 186px;
    padding: 20px;
    border-radius: 22px;
    color: #f5fff0;
    background:
        radial-gradient(circle at 20% 0%, rgba(146, 255, 111, .23), transparent 35%),
        linear-gradient(145deg, #061411, #09251e 60%, #143c1e);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.wvgmh-eyebrow {
    margin: 0 0 8px;
    color: var(--wvgmh-accent, #92ff6f);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.wvgmh-panel-intro h2 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: clamp(24px, 2vw, 34px);
    line-height: .93;
    letter-spacing: -.07em;
    font-weight: 950;
}

.wvgmh-panel-intro p[data-wvgmh-panel-copy] {
    margin: 0 0 16px;
    max-width: 310px;
    color: rgba(245, 255, 240, .74);
    font-size: 15px;
    line-height: 1.5;
}

.wvgmh-panel-parent {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 9px 14px;
    border-radius: 999px;
    color: #071513;
    text-decoration: none;
    background: var(--wvgmh-accent, #92ff6f);
    box-shadow: 0 10px 24px rgba(146, 255, 111, .18);
    font-size: 13px;
    font-weight: 900;
}

.wvgmh-panel-links {
    max-height: min(56vh, 460px);
    overflow: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 2px 4px 2px 0;
    scrollbar-width: thin;
    scrollbar-color: rgba(8, 46, 28, .34) transparent;
}

.wvgmh-panel-links::-webkit-scrollbar {
    width: 8px;
}

.wvgmh-panel-links::-webkit-scrollbar-track {
    background: transparent;
}

.wvgmh-panel-links::-webkit-scrollbar-thumb {
    background: rgba(8, 46, 28, .28);
    border-radius: 999px;
}

.wvgmh-panel-link {
    position: relative;
    min-height: 66px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 15px;
    border-radius: 18px;
    color: #071513;
    text-decoration: none;
    background: rgba(255, 255, 255, .54);
    border: 1px solid rgba(255, 255, 255, .58);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .70);
    font-size: 15px;
    font-weight: 850;
    line-height: 1.12;
    letter-spacing: -.025em;
    transition: transform .16s ease, background .16s ease, box-shadow .16s ease;
}

.wvgmh-panel-link::before {
    content: "";
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 999px;
    background: var(--wvgmh-accent, #92ff6f);
    box-shadow: 0 0 0 5px rgba(146, 255, 111, .12);
}

.wvgmh-panel-link::after {
    content: "›";
    margin-left: auto;
    color: rgba(7, 21, 19, .38);
    font-size: 20px;
    line-height: 1;
}

.wvgmh-panel-link:hover,
.wvgmh-panel-link:focus-visible {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 14px 32px rgba(9, 63, 35, .10), inset 0 0 0 1px rgba(146, 255, 111, .26), 0 0 0 3px rgba(7, 21, 19, .08);
    outline: none;
}

.wvgmh-mobile-drawer {
    display: none;
}

body.wvgmh-mobile-open {
    overflow: hidden;
}

@media (max-width: 1120px) {
    .wvgmh-portal {
        display: none;
    }
}

@media (max-width: 980px) {
    body.wvgmh-mobile-in-flow .wvgmh-shell {
        position: sticky;
        top: 0;
        padding-top: max(var(--wvgmh-top, 12px), env(safe-area-inset-top));
        padding-bottom: 10px;
        pointer-events: none;
    }

    body.admin-bar.wvgmh-mobile-in-flow .wvgmh-shell {
        top: 46px;
    }

    body.admin-bar .wvgmh-shell {
        top: calc(var(--wvgmh-top, 10px) + 46px);
    }

    .wvgmh-announcement {
        width: min(calc(100% - 16px), var(--wvgmh-max, 1480px));
        font-size: 11px;
        min-height: 22px;
        margin-bottom: 6px;
    }

    .wvgmh-bar {
        width: min(calc(100% - 16px), var(--wvgmh-max, 1480px));
        grid-template-columns: auto 1fr auto;
        min-height: 66px;
        padding: 8px 10px;
        border-radius: 24px;
    }

    .wvgmh-logo {
        width: 50px;
        height: 50px;
        border-radius: 17px;
    }

    .wvgmh-logo img {
        width: 34px;
        height: 34px;
    }

    .wvgmh-desktop-nav,
    .wvgmh-panel {
        display: none !important;
    }

    .wvgmh-actions {
        justify-self: end;
    }

    .wvgmh-actions .wvgmh-cta,
    .wvgmh-actions .wvgmh-portal {
        display: none;
    }

    .wvgmh-mobile-toggle {
        display: inline-flex;
    }

    .wvgmh-mobile-drawer {
        position: fixed;
        inset: 0;
        display: block;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity .2s ease, visibility .2s ease;
    }

    .wvgmh-mobile-drawer.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .wvgmh-mobile-backdrop {
        position: absolute;
        inset: 0;
        background: rgba(2, 11, 9, .42);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
    }

    .wvgmh-mobile-sheet {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: min(430px, 92vw);
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: max(18px, env(safe-area-inset-top)) 14px max(16px, env(safe-area-inset-bottom));
        color: #f5fff0;
        background:
            radial-gradient(circle at 25% 2%, rgba(146, 255, 111, .22), transparent 30%),
            radial-gradient(circle at 100% 12%, rgba(255, 255, 255, .12), transparent 34%),
            linear-gradient(160deg, rgba(4, 16, 14, .94), rgba(7, 25, 19, .92) 55%, rgba(16, 54, 25, .92));
        border-left: 1px solid rgba(255, 255, 255, .14);
        box-shadow: -22px 0 80px rgba(0, 0, 0, .34), inset 1px 0 0 rgba(255, 255, 255, .08);
        backdrop-filter: blur(24px) saturate(160%);
        -webkit-backdrop-filter: blur(24px) saturate(160%);
        transform: translateX(22px);
        transition: transform .22s ease;
    }

    .wvgmh-mobile-drawer.is-open .wvgmh-mobile-sheet {
        transform: translateX(0);
    }

    .wvgmh-mobile-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
    }

    .wvgmh-mobile-logo {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 52px;
        height: 52px;
        border-radius: 19px;
        background: rgba(255, 255, 255, .12);
        border: 1px solid rgba(255, 255, 255, .16);
        text-decoration: none;
    }

    .wvgmh-mobile-close {
        appearance: none;
        width: 50px;
        height: 50px;
        border: 1px solid rgba(255, 255, 255, .16);
        border-radius: 17px;
        color: #f5fff0;
        background: rgba(255, 255, 255, .09);
        cursor: pointer;
        font-size: 28px;
        line-height: 1;
    }

    .wvgmh-mobile-search {
        display: grid;
        gap: 7px;
        color: rgba(245, 255, 240, .68);
        font-size: 13px;
        font-weight: 850;
        letter-spacing: .09em;
        text-transform: uppercase;
    }

    .wvgmh-mobile-search input {
        width: 100%;
        min-height: 48px;
        border: 1px solid rgba(255, 255, 255, .16);
        border-radius: 18px;
        padding: 10px 14px;
        color: #f8fff6;
        background: rgba(255, 255, 255, .10);
        outline: none;
        font: 700 16px/1.2 Inter, system-ui, sans-serif;
    }

    .wvgmh-mobile-search input::placeholder {
        color: rgba(245, 255, 240, .42);
    }

    .wvgmh-mobile-search input:focus {
        border-color: rgba(146, 255, 111, .42);
        box-shadow: 0 0 0 4px rgba(146, 255, 111, .10);
    }

    .wvgmh-mobile-nav {
        flex: 1 1 auto;
        overflow: auto;
        display: grid;
        gap: 8px;
        padding: 2px 2px 16px;
        scrollbar-width: thin;
        scrollbar-color: rgba(146, 255, 111, .35) transparent;
    }

    .wvgmh-mobile-link,
    .wvgmh-mobile-group-toggle,
    .wvgmh-mobile-parent,
    .wvgmh-mobile-sub-link {
        min-height: 52px;
        border-radius: 18px;
        color: #f5fff0;
        text-decoration: none;
        font-weight: 850;
        letter-spacing: -.03em;
    }

    .wvgmh-mobile-link,
    .wvgmh-mobile-group-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 14px 14px;
        background: rgba(255, 255, 255, .095);
        border: 1px solid rgba(255, 255, 255, .13);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
    }

    .wvgmh-mobile-group-toggle {
        appearance: none;
        cursor: pointer;
        text-align: left;
        font: 900 17px/1.1 "Instrument Sans", Inter, system-ui, sans-serif;
    }

    .wvgmh-mobile-link:hover,
    .wvgmh-mobile-link:focus-visible,
    .wvgmh-mobile-group-toggle:hover,
    .wvgmh-mobile-group-toggle:focus-visible {
        background: rgba(255, 255, 255, .14);
        border-color: rgba(146, 255, 111, .22);
        outline: none;
    }

    .wvgmh-mobile-sub {
        display: grid;
        grid-template-rows: 0fr;
        transition: grid-template-rows .22s ease;
    }

    .wvgmh-mobile-sub > * {
        overflow: hidden;
    }

    .wvgmh-mobile-group.is-open .wvgmh-mobile-sub {
        grid-template-rows: 1fr;
        margin-top: 7px;
    }

    .wvgmh-mobile-sub {
        gap: 6px;
        padding-left: 10px;
    }

    .wvgmh-mobile-parent,
    .wvgmh-mobile-sub-link {
        display: flex;
        align-items: center;
        padding: 14px 15px;
        background: rgba(255, 255, 255, .07);
        border: 1px solid rgba(255, 255, 255, .09);
        color: rgba(245, 255, 240, .86);
        font-size: 15px;
    }

    .wvgmh-mobile-parent {
        color: #071513;
        background: var(--wvgmh-accent, #92ff6f);
        border-color: rgba(255, 255, 255, .20);
    }

    .wvgmh-mobile-sub-link::before {
        content: "";
        width: 7px;
        height: 7px;
        border-radius: 999px;
        margin-right: 9px;
        background: var(--wvgmh-accent, #92ff6f);
        box-shadow: 0 0 0 4px rgba(146, 255, 111, .12);
    }

    .wvgmh-mobile-actions {
        display: grid;
        gap: 8px;
        padding-top: 4px;
    }

    .wvgmh-cta-mobile,
    .wvgmh-portal-mobile {
        display: flex !important;
        width: 100%;
        min-height: 52px;
        font-size: 15px;
    }

    .wvgmh-portal-mobile {
        color: #f5fff0;
        background: rgba(255, 255, 255, .10);
        border-color: rgba(255, 255, 255, .16);
    }

    .wvgmh-mobile-hidden {
        display: none !important;
    }
}

@media (max-width: 520px) {
    .wvgmh-announcement {
        justify-content: flex-start;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .wvgmh-bar {
        border-radius: 22px;
    }

    .wvgmh-mobile-sheet {
        width: 100vw;
        border-left: 0;
    }
}

@media (max-width: 980px) {
    .wvgmh-mobile-sub {
        display: none;
        gap: 6px;
        padding-left: 10px;
        grid-template-rows: none;
        transition: none;
    }

    .wvgmh-mobile-sub > * {
        overflow: visible;
    }

    .wvgmh-mobile-group.is-open .wvgmh-mobile-sub {
        display: grid;
        margin-top: 7px;
    }
}
