html {
    scrollbar-gutter: stable;
}

html.menu-hero-scroll-locked,
body.menu-hero-scroll-locked {
    height: 100%;
    overflow: hidden;
    overscroll-behavior: none;
}

body.menu-hero-scroll-locked {
    touch-action: manipulation;
}

.menu-page {
    --menu-card-aqua: #66e2e0;
    --menu-card-pink: #fbccf6;
    --menu-card-scroll-gap: 12px;

    background:
        radial-gradient(
            circle at 12% 28%,
            rgba(102, 226, 224, .20),
            transparent 28rem
        ),
        var(--color-cream);
}

.menu-main {
    padding-top: var(--top-bars-height);
}

.menu-scroll-progress {
    position: fixed;
    top: calc(var(--top-bars-height) - 3px);
    left: 0;
    z-index: 1250;
    width: 100%;
    height: 3px;
    pointer-events: none;
}

.menu-scroll-progress span {
    display: block;
    width: 0;
    height: 100%;
    background: var(--color-black);
    transform-origin: left center;
}

.menu-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height:
        calc(
            100dvh -
            var(--top-bars-height)
        );
    padding:
        clamp(
            70px,
            9vh,
            110px
        )
        0
        100px;
    color: var(--color-white);
    background: var(--color-black);
    isolation: isolate;
    overflow: hidden;
}

.menu-hero__video {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .64;
    pointer-events: none;
}

.menu-hero__video--desktop {
    display: block;
    object-position: center 79%;
}

.menu-hero__video--mobile {
    display: none;
    object-position: center center;
}

.menu-hero::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    background:
        linear-gradient(
            90deg,
            rgba(17, 17, 17, .86) 0%,
            rgba(17, 17, 17, .66) 48%,
            rgba(17, 17, 17, .30) 100%
        ),
        linear-gradient(
            180deg,
            rgba(17, 17, 17, .08) 0%,
            rgba(17, 17, 17, .28) 100%
        );
    pointer-events: none;
}

.menu-hero__content {
    position: relative;
    z-index: 2;
}

.menu-back-link {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    width: fit-content;
    margin-bottom:
        clamp(
            26px,
            4vh,
            42px
        );
    padding: 6px 17px 6px 6px;
    color: var(--color-white);
    background:
        rgba(
            255,
            255,
            255,
            .08
        );
    border:
        1px solid
        rgba(
            255,
            255,
            255,
            .24
        );
    border-radius: var(--radius-pill);
    box-shadow:
        0
        12px
        32px
        rgba(
            0,
            0,
            0,
            .18
        );
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition:
        color var(--transition),
        background-color var(--transition),
        border-color var(--transition),
        box-shadow var(--transition),
        transform var(--transition);
}

.menu-back-link__icon {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    color: var(--color-black);
    background: var(--color-pink);
    border-radius: 50%;
    transition:
        color var(--transition),
        background-color var(--transition),
        transform var(--transition);
}

.menu-back-link__icon svg {
    width: 20px;
    height: 20px;
    overflow: visible;
}

.menu-back-link__icon path {
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.menu-back-link__label {
    display: block;
    line-height: 1;
    white-space: nowrap;
}

.menu-back-link:hover,
.menu-back-link:focus-visible {
    color: var(--color-black);
    background: var(--color-white);
    border-color: var(--color-white);
    box-shadow:
        0
        16px
        36px
        rgba(
            0,
            0,
            0,
            .24
        );
    transform: translateY(-2px);
}

.menu-back-link:hover .menu-back-link__icon,
.menu-back-link:focus-visible .menu-back-link__icon {
    color: var(--color-white);
    background: var(--color-black);
    transform:
        translateX(-3px)
        rotate(-4deg);
}

.menu-hero .eyebrow {
    margin-bottom: 12px;
}

.menu-hero h1 {
    max-width: 720px;
    margin-bottom: 22px;
    font-family: var(--font-display);
    font-size:
        clamp(
            52px,
            6vw,
            92px
        );
    font-weight: 650;
    line-height: .84;
    letter-spacing: -.055em;
    text-transform: uppercase;
}

.menu-hero h1 span {
    color: var(--color-chalk-teal);
    text-shadow:
        0
        0
        24px
        rgba(
            104,
            215,
            209,
            .14
        );
}

.menu-hero__intro {
    max-width: 540px;
    margin-bottom: 28px;
    font-size:
        clamp(
            15px,
            1.25vw,
            18px
        );
    line-height: 1.45;
}

.menu-hero__enter-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.menu-hero__ticker {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    min-height: 54px;
    padding: 17px 0;
    color: var(--color-black);
    background: var(--color-pink);
    border-top:
        1px solid
        rgba(
            17,
            17,
            17,
            .12
        );
    overflow: hidden;
}

.menu-hero__ticker-track {
    display: flex;
    align-items: center;
    width: max-content;
    min-width: 200%;
    will-change: transform;
    animation:
        menu-ticker
        26s
        linear
        infinite;
}

.menu-hero__ticker-group {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    min-width: 100vw;
}

.menu-hero__ticker span {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    gap: 18px;
    padding:
        0
        clamp(
            16px,
            1.8vw,
            30px
        );
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .11em;
    white-space: nowrap;
}

.menu-hero__ticker span::after {
    content: "●";
    font-size: 8px;
    opacity: .72;
}

@keyframes menu-ticker {
    from {
        transform: translate3d(
            0,
            0,
            0
        );
    }

    to {
        transform: translate3d(
            -50%,
            0,
            0
        );
    }
}

.menu-board {
    position: relative;
    padding:
        clamp(
            48px,
            5vw,
            72px
        )
        0
        clamp(
            110px,
            12vw,
            180px
        );
}

.menu-board__heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 48px;
    margin-bottom: 52px;
}

.menu-board__heading .eyebrow {
    margin-bottom: 10px;
}

.menu-board__heading h2 {
    width: max-content;
    max-width: 100%;
    margin-bottom: 0;
    font-family: var(--font-display);
    font-size:
        clamp(
            38px,
            4.6vw,
            68px
        );
    font-weight: 650;
    line-height: .95;
    letter-spacing: -.045em;
    white-space: nowrap;
    text-transform: uppercase;
}

.menu-board__heading > p {
    max-width: 350px;
    margin-bottom: 6px;
    color: var(--color-grey);
    font-size: 16px;
}

.menu-category-nav-shell {
    position: sticky;
    top: var(--top-bars-height);
    z-index: 1080;
    margin-bottom: 46px;
    padding: 7px 0;
    background:
        rgba(
            246,
            242,
            234,
            .94
        );
    border-top:
        1px solid
        var(--color-line);
    border-bottom:
        1px solid
        var(--color-line);
    box-shadow:
        0
        10px
        28px
        rgba(
            17,
            17,
            17,
            .07
        );
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.menu-category-nav {
    display: flex;
    align-items: center;
    gap: 10px;
    padding:
        5px
        0
        7px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-padding-inline: 18px;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.menu-category-nav::-webkit-scrollbar {
    display: none;
}

.menu-category-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    gap: 10px;
    min-height: 46px;
    padding:
        10px
        18px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .05em;
    white-space: nowrap;
    text-transform: uppercase;
    background: transparent;
    border:
        1px solid
        rgba(
            17,
            17,
            17,
            .18
        );
    border-radius: var(--radius-pill);
    outline-offset: 2px;
    transition:
        color var(--transition),
        background-color var(--transition),
        border-color var(--transition),
        box-shadow var(--transition);
}

.menu-category-nav a span {
    color: var(--color-grey);
    font-size: 11px;
    line-height: 1;
    transition:
        color var(--transition);
}

.menu-category-nav a:hover,
.menu-category-nav a:focus-visible {
    color: var(--color-black);
    background:
        rgba(
            255,
            255,
            255,
            .88
        );
    border-color:
        rgba(
            17,
            17,
            17,
            .34
        );
    box-shadow:
        0
        5px
        14px
        rgba(
            17,
            17,
            17,
            .10
        );
}

.menu-category-nav a.is-active {
    color: var(--color-white);
    background: var(--color-black);
    border-color: var(--color-black);
    box-shadow:
        0
        6px
        16px
        rgba(
            17,
            17,
            17,
            .18
        );
}

.menu-category-nav a:hover span,
.menu-category-nav a:focus-visible span {
    color: var(--color-black);
}

.menu-category-nav a.is-active span {
    color: var(--color-pink);
}

.menu-grid {
    display: grid;
    grid-template-columns:
        repeat(
            2,
            minmax(
                0,
                1fr
            )
        );
    gap: 24px;
}

.menu-category {
    position: relative;
    min-height: 430px;
    padding:
        clamp(
            30px,
            4vw,
            52px
        );
    color: var(--color-black);
    background: var(--menu-card-aqua);
    border:
        1px solid
        rgba(
            17,
            17,
            17,
            .13
        );
    border-radius: 34px;
    box-shadow:
        0
        18px
        50px
        rgba(
            17,
            17,
            17,
            .07
        );
    scroll-margin-top:
        calc(
            var(--top-bars-height) +
            var(
                --menu-category-nav-height,
                72px
            ) +
            var(--menu-card-scroll-gap)
        );
    overflow: hidden;
    transition:
        opacity 420ms cubic-bezier(.2, .7, .2, 1),
        filter 420ms cubic-bezier(.2, .7, .2, 1),
        border-color 420ms cubic-bezier(.2, .7, .2, 1),
        box-shadow 420ms cubic-bezier(.2, .7, .2, 1),
        transform var(--transition);
}

.menu-category::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 150px;
    content: "";
    background: var(--menu-card-pink);
    border-radius: 0 0 0 100%;
    opacity: .92;
    transform:
        translate(
            28%,
            -28%
        );
    transition:
        transform
        500ms
        cubic-bezier(
            .2,
            .7,
            .2,
            1
        );
}

.menu-category:hover {
    transform: translateY(-8px);
    box-shadow:
        0
        28px
        70px
        rgba(
            17,
            17,
            17,
            .12
        );
}

.menu-category:hover::before {
    transform:
        translate(
            18%,
            -18%
        )
        scale(1.08);
}

.menu-grid.has-card-selection .menu-category {
    opacity: 1;
    filter: none;
}

.menu-grid.has-card-selection .menu-category.is-dimmed {
    opacity: .22;
    filter:
        grayscale(.20)
        saturate(.24)
        contrast(.90)
        blur(.35px);
    border-color:
        rgba(
            17,
            17,
            17,
            .05
        );
    box-shadow:
        0
        10px
        28px
        rgba(
            17,
            17,
            17,
            .035
        );
    transform:
        scale(.975);
    pointer-events: none;
}

.menu-grid.has-card-selection .menu-category.is-selected {
    z-index: 2;
    opacity: 1;
    filter: none;
    border-color:
        rgba(
            17,
            17,
            17,
            .28
        );
    box-shadow:
        0
        30px
        74px
        rgba(
            17,
            17,
            17,
            .18
        ),
        0
        0
        0
        4px
        rgba(
            255,
            255,
            255,
            .74
        );
    transform:
        translateY(-4px)
        scale(1);
}

.menu-grid.has-card-selection
.menu-category:nth-child(3n + 1).is-selected {
    box-shadow:
        0
        30px
        74px
        rgba(
            17,
            17,
            17,
            .18
        ),
        0
        0
        0
        4px
        rgba(
            251,
            204,
            246,
            .84
        );
}

.menu-grid.has-card-selection
.menu-category:nth-child(3n + 2).is-selected {
    box-shadow:
        0
        30px
        74px
        rgba(
            17,
            17,
            17,
            .24
        ),
        0
        0
        0
        4px
        rgba(
            102,
            226,
            224,
            .84
        );
}

.menu-grid.has-card-selection
.menu-category:nth-child(3n + 3).is-selected {
    box-shadow:
        0
        30px
        74px
        rgba(
            17,
            17,
            17,
            .18
        ),
        0
        0
        0
        4px
        rgba(
            102,
            226,
            224,
            .80
        );
}

.menu-category:nth-child(3n + 1) {
    color: var(--color-black);
    background: var(--menu-card-aqua);
}

.menu-category:nth-child(3n + 1)::before {
    background: var(--menu-card-pink);
}

.menu-category:nth-child(3n + 2) {
    color: var(--color-white);
    background: var(--color-black);
}

.menu-category:nth-child(3n + 2)::before {
    background: var(--menu-card-aqua);
}

.menu-category:nth-child(3n + 3) {
    color: var(--color-black);
    background: var(--menu-card-pink);
}

.menu-category:nth-child(3n + 3)::before {
    background: var(--color-black);
}

.menu-category__header {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns:
        44px
        minmax(
            0,
            1fr
        )
        44px;
    align-items: center;
    gap: 18px;
    padding-bottom: 28px;
    border-bottom:
        1px solid
        currentColor;
}

.menu-category__header::after {
    width: 44px;
    height: 44px;
    content: "";
}

.menu-category__header > span {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
}

.menu-category:nth-child(3n + 1)
.menu-category__header > span {
    color: var(--menu-card-pink);
    background: var(--color-black);
}

.menu-category:nth-child(3n + 2)
.menu-category__header > span {
    color: var(--color-black);
    background: var(--menu-card-aqua);
}

.menu-category:nth-child(3n + 3)
.menu-category__header > span {
    color: var(--menu-card-aqua);
    background: var(--color-black);
}

.menu-category__header h2 {
    min-width: 0;
    margin: 0;
    font-family: var(--font-display);
    font-size:
        clamp(
            34px,
            4vw,
            60px
        );
    font-weight: 650;
    line-height: .9;
    letter-spacing: -.045em;
    text-align: center;
    text-transform: uppercase;
}

.menu-category__items {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 18px 0 0;
    list-style: none;
}

.menu-item {
    display: grid;
    grid-template-columns:
        auto
        minmax(
            24px,
            1fr
        )
        auto;
    align-items: baseline;
    gap: 13px;
    padding: 14px 0;
    opacity: 0;
    transform: translateY(14px);
}

.menu-category.is-visible .menu-item {
    animation:
        menu-item-in
        520ms
        cubic-bezier(
            .2,
            .65,
            .25,
            1
        )
        forwards;
    animation-delay:
        calc(
            150ms +
            (
                var(--item-order) *
                65ms
            )
        );
}

@keyframes menu-item-in {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.menu-item h3 {
    margin: 0;
    font-size:
        clamp(
            17px,
            1.5vw,
            21px
        );
    font-weight: 500;
    line-height: 1.2;
}

.menu-item__leader {
    min-width: 24px;
    border-bottom:
        2px dotted
        currentColor;
    opacity: .26;
}

.menu-item strong {
    display: inline-flex;
    justify-content: center;
    min-width: 82px;
    padding: 7px 11px;
    border-radius: var(--radius-pill);
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
    transition:
        transform var(--transition);
}

.menu-category:nth-child(3n + 1)
.menu-item strong {
    color: var(--menu-card-pink);
    background: var(--color-black);
}

.menu-category:nth-child(3n + 2)
.menu-item strong {
    color: var(--color-black);
    background: var(--menu-card-pink);
}

.menu-category:nth-child(3n + 3)
.menu-item strong {
    color: var(--menu-card-aqua);
    background: var(--color-black);
}

.menu-item:hover strong {
    transform:
        scale(1.06)
        rotate(-2deg);
}

.menu-visit {
    padding:
        0
        0
        clamp(
            90px,
            10vw,
            150px
        );
}

.menu-visit__inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 50px;
    padding:
        clamp(
            38px,
            6vw,
            78px
        );
    background: var(--color-pink);
    border-radius: 38px;
}

.menu-visit .eyebrow {
    margin-bottom: 14px;
}

.menu-visit h2 {
    margin-bottom: 24px;
    font-family: var(--font-display);
    font-size:
        clamp(
            50px,
            6vw,
            90px
        );
    font-weight: 650;
    line-height: .86;
    letter-spacing: -.055em;
    text-transform: uppercase;
}

.menu-visit h2 span {
    color: var(--color-white);
}

.menu-visit__inner > div > p:last-child {
    margin: 0;
    font-size: 18px;
}

.menu-visit__actions {
    display: flex;
    flex: 0 0 auto;
    gap: 12px;
}

@media (min-width: 861px) {
    .menu-hero {
        width: 100%;
        height:
            calc(
                100vh -
                var(--top-bars-height)
            );
        height:
            calc(
                100dvh -
                var(--top-bars-height)
            );
        min-height: 0;
        padding:
            clamp(
                32px,
                4.5vh,
                58px
            )
            0
            clamp(
                74px,
                9vh,
                96px
            );
    }

    .menu-hero__content {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        height: 100%;
    }

    .menu-hero .eyebrow {
        margin-bottom: 10px;
    }

    .menu-hero h1 {
        max-width: 720px;
        margin-bottom:
            clamp(
                16px,
                2.5vh,
                22px
            );
        font-size:
            clamp(
                52px,
                6vw,
                92px
            );
        line-height: .84;
    }

    .menu-hero__intro {
        max-width: 560px;
        margin-bottom:
            clamp(
                18px,
                2.8vh,
                28px
            );
        font-size:
            clamp(
                16px,
                1.25vw,
                19px
            );
        line-height: 1.4;
    }

    .menu-hero .button {
        min-height: 48px;
        padding:
            13px
            24px;
    }

    .menu-hero__ticker {
        min-height: 46px;
        padding: 14px 0;
    }
}

@media (min-width: 861px) and (max-height: 760px) {
    .menu-hero {
        padding:
            22px
            0
            68px;
    }

    .menu-back-link {
        margin-bottom: 20px;
    }

    .menu-hero .eyebrow {
        margin-bottom: 7px;
        font-size: 11px;
    }

    .menu-hero h1 {
        max-width: 650px;
        margin-bottom: 14px;
        font-size:
            clamp(
                46px,
                5.2vw,
                76px
            );
        line-height: .85;
    }

    .menu-hero__intro {
        max-width: 520px;
        margin-bottom: 17px;
        font-size: 15px;
    }

    .menu-hero .button {
        min-height: 44px;
        padding:
            11px
            21px;
    }
}

@media (max-width: 1000px) {
    .menu-grid {
        grid-template-columns: 1fr;
    }

    .menu-category {
        min-height: 0;
    }

    .menu-category:nth-child(3n + 3) {
        color: var(--color-black);
        background: var(--menu-card-pink);
    }
}

@media (max-width: 860px) {
    .menu-hero {
        min-height:
            calc(
                100dvh -
                var(--top-bars-height)
            );
        padding:
            clamp(
                70px,
                11vh,
                105px
            )
            0
            105px;
    }

    .menu-hero__video--desktop {
        display: none;
    }

    .menu-hero__video--mobile {
        display: block;
        opacity: .58;
        object-position: center center;
    }
	
    .menu-hero::after {
        background:
            linear-gradient(
                90deg,
                rgba(17, 17, 17, .82) 0%,
                rgba(17, 17, 17, .56) 100%
            ),
            linear-gradient(
                180deg,
                rgba(17, 17, 17, .10) 0%,
                rgba(17, 17, 17, .40) 100%
            );
    }

    .menu-back-link {
        margin-bottom:
            clamp(
                40px,
                8vh,
                68px
            );
    }

    .menu-hero h1 {
        max-width: 560px;
        font-size:
            clamp(
                44px,
                10vw,
                68px
            );
        line-height: .86;
    }

    .menu-board__heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .menu-board__heading > p {
        max-width: 520px;
    }

    .menu-category-nav-shell {
        top: var(--top-bars-height);
    }

    .menu-visit__inner {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    .menu-scroll-progress {
        top:
            calc(
                var(--top-bars-height) -
                2px
            );
        height: 2px;
    }

    .menu-hero {
        padding:
            clamp(
                52px,
                8vh,
                76px
            )
            0
            92px;
    }

    .menu-hero__video--mobile {
        opacity: .54;
        object-position: center center;
    }

    .menu-hero::after {
        background:
            linear-gradient(
                90deg,
                rgba(17, 17, 17, .84) 0%,
                rgba(17, 17, 17, .54) 100%
            ),
            linear-gradient(
                180deg,
                rgba(17, 17, 17, .08) 0%,
                rgba(17, 17, 17, .46) 100%
            );
    }

    .menu-back-link {
        gap: 9px;
        margin-bottom:
            clamp(
                28px,
                5vh,
                42px
            );
        padding:
            5px
            14px
            5px
            5px;
        font-size: 10px;
    }

    .menu-back-link__icon {
        width: 34px;
        height: 34px;
    }

    .menu-back-link__icon svg {
        width: 18px;
        height: 18px;
    }

    .menu-hero .eyebrow {
        margin-bottom: 12px;
        font-size: 11px;
    }

    .menu-hero h1 {
        max-width: 390px;
        margin-bottom: 18px;
        font-size:
            clamp(
                38px,
                10.5vw,
                52px
            );
        line-height: .87;
        letter-spacing: -.045em;
    }

    .menu-hero__intro {
        max-width: 420px;
        margin-bottom: 26px;
        font-size: 15px;
    }

    .menu-hero .button {
        width:
            min(
                100%,
                320px
            );
        min-height: 48px;
    }

    .menu-hero__enter-button {
        margin-right: auto;
        margin-left: auto;
    }

    .menu-hero__ticker {
        min-height: 48px;
        padding: 14px 0;
    }

    .menu-hero__ticker span {
        gap: 14px;
        padding:
            0
            18px;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: .10em;
    }

    .menu-hero__ticker span::after {
        font-size: 6px;
    }

    .menu-board {
        padding: 22px 0 90px;
    }

    .menu-board__heading {
        margin-bottom: 32px;
    }

    .menu-board__heading h2 {
        width: max-content;
        max-width: 100%;
        font-size:
            clamp(
                27px,
                8vw,
                38px
            );
        line-height: 1;
        letter-spacing: -.035em;
        white-space: nowrap;
    }

    .menu-board__heading > p {
        font-size: 14px;
    }

    .menu-category-nav-shell {
        margin-bottom: 24px;
        padding: 4px 0;
    }

    .menu-category-nav {
        width: 100%;
        padding:
            5px
            16px
            7px;
        scroll-padding-inline: 16px;
    }

    .menu-category-nav a {
        min-height: 42px;
        padding:
            9px
            14px;
        font-size: 11px;
    }

    .menu-grid {
        gap: 14px;
    }
	
    .menu-grid.has-card-selection
    .menu-category.is-dimmed {
        opacity: .30;
        filter:
            grayscale(.12)
            saturate(.35)
            contrast(.94);
        transform:
            scale(.985);
    }

    .menu-grid.has-card-selection
    .menu-category.is-selected {
        box-shadow:
            0
            22px
            52px
            rgba(
                17,
                17,
                17,
                .16
            ),
            0
            0
            0
            3px
            rgba(
                255,
                255,
                255,
                .78
            );
        transform:
            translateY(-2px);
    }

    .menu-category {
        padding:
            24px
            20px;
        border-radius: 24px;
        scroll-margin-top:
            calc(
                var(--top-bars-height) +
                var(
                    --menu-category-nav-height,
                    64px
                ) +
                var(--menu-card-scroll-gap)
            );
    }

    .menu-category::before {
        width: 105px;
        height: 105px;
    }

    .menu-category__header {
        grid-template-columns:
            38px
            minmax(
                0,
                1fr
            )
            38px;
        gap: 10px;
        padding-bottom: 20px;
    }

    .menu-category__header::after {
        width: 38px;
        height: 38px;
    }

    .menu-category__header > span {
        width: 38px;
        height: 38px;
        font-size: 10px;
    }

    .menu-category__header h2 {
        font-size:
            clamp(
                30px,
                10vw,
                43px
            );
    }

    .menu-category__items {
        padding-top: 10px;
    }

    .menu-item {
        grid-template-columns:
            minmax(
                0,
                1fr
            )
            auto;
        gap: 12px;
        padding: 11px 0;
    }

    .menu-item h3 {
        font-size: 16px;
    }

    .menu-item__leader {
        display: none;
    }

    .menu-item strong {
        min-width: 76px;
        padding: 7px 10px;
        font-size: 13px;
    }

    .menu-visit {
        padding-bottom: 72px;
    }

    .menu-visit__inner {
        gap: 30px;
        padding: 32px 24px;
        border-radius: 24px;
    }

    .menu-visit h2 {
        font-size:
            clamp(
                42px,
                12.5vw,
                62px
            );
    }

    .menu-visit__inner > div > p:last-child {
        font-size: 15px;
    }

    .menu-visit__actions {
        align-items: stretch;
        flex-direction: column;
        width: 100%;
    }

    .menu-visit__actions .button {
        width: 100%;
    }
}

/* =========================================================
   MATCHA BUILDER
   Uitleg onderaan de Matcha-menukaart
   ========================================================= */

#matcha {
    --matcha-builder-green: #789447;
    --matcha-builder-green-soft: #e8f0ce;
    --matcha-builder-cream: #fffaf2;
    --matcha-builder-dark: #111111;
}

.matcha-builder {
    position: relative;
    z-index: 1;
    margin-top: 24px;
    padding: 18px;
    color: var(--color-white);
    background:
        radial-gradient(
            circle at 100% 0,
            rgba(120, 148, 71, .28),
            transparent 190px
        ),
        var(--matcha-builder-dark);
    border:
        1px solid
        rgba(255, 255, 255, .15);
    border-radius: 24px;
    box-shadow:
        0
        18px
        34px
        rgba(17, 17, 17, .16);
    overflow: hidden;
}

.matcha-builder::before {
    position: absolute;
    top: -60px;
    right: -52px;
    width: 150px;
    aspect-ratio: 1;
    content: "";
    background: var(--menu-card-pink);
    border-radius: 50%;
    opacity: .12;
    pointer-events: none;
}

.matcha-builder__intro {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns:
        auto
        minmax(0, 1fr)
        auto;
    align-items: center;
    gap: 14px;
    padding:
        4px
        2px
        18px;
    border-bottom:
        1px solid
        rgba(255, 255, 255, .16);
}

.matcha-builder__puzzle {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    background: var(--matcha-builder-green-soft);
    border:
        1px solid
        rgba(255, 255, 255, .58);
    border-radius: 18px;
    box-shadow:
        0
        10px
        22px
        rgba(0, 0, 0, .20);
    transform: rotate(-3deg);
}

.matcha-builder__puzzle img {
    display: block;
    width: 72%;
    height: 72%;
    object-fit: contain;
}

.matcha-builder__intro-copy {
    min-width: 0;
}

.matcha-builder__intro-copy > p {
    margin: 0 0 3px;
    color: var(--matcha-builder-green-soft);
    font-size: 8px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .15em;
}

.matcha-builder__intro-copy h3 {
    margin: 0;
    font-family: var(--font-display);
    font-size:
        clamp(
            25px,
            2.35vw,
            36px
        );
    font-weight: 700;
    line-height: .95;
    letter-spacing: -.035em;
    text-transform: uppercase;
}

.matcha-builder__intro-copy > span {
    display: block;
    margin-top: 6px;
    color: rgba(255, 255, 255, .66);
    font-size: 12px;
    line-height: 1.35;
}

.matcha-builder__count {
    align-self: start;
    padding:
        7px
        10px;
    color: var(--color-black);
    background: var(--menu-card-pink);
    border-radius: var(--radius-pill);
    font-size: 8px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .10em;
    white-space: nowrap;
}

.matcha-builder__steps {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns:
        repeat(
            2,
            minmax(0, 1fr)
        );
    gap: 12px;
    margin: 0;
    padding: 16px 0 0;
    list-style: none;
}

.matcha-step {
    position: relative;
    min-width: 0;
    padding: 14px;
    color: var(--color-black);
    background: var(--matcha-builder-cream);
    border:
        1px solid
        rgba(255, 255, 255, .28);
    border-radius: 18px;
    box-shadow:
        0
        10px
        22px
        rgba(0, 0, 0, .12);
    overflow: hidden;
}

.matcha-step::after {
    position: absolute;
    right: -30px;
    bottom: -38px;
    width: 86px;
    aspect-ratio: 1;
    content: "";
    background: var(--matcha-builder-green-soft);
    border-radius: 50%;
    opacity: .56;
    pointer-events: none;
}

.matcha-step--base {
    grid-column: 1 / -1;
    background:
        linear-gradient(
            100deg,
            var(--matcha-builder-green-soft),
            #f8fbe9
        );
}

.matcha-step--syrup {
    background:
        linear-gradient(
            145deg,
            #fffaf2,
            #fff0f9
        );
}

.matcha-step__top {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns:
        auto
        42px
        minmax(0, 1fr);
    align-items: center;
    gap: 9px;
}

.matcha-step__number {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    color: var(--color-white);
    background: var(--color-black);
    border-radius: 50%;
    font-size: 9px;
    font-weight: 800;
    line-height: 1;
}

.matcha-step__icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    background: var(--color-white);
    border:
        1px solid
        rgba(17, 17, 17, .10);
    border-radius: 13px;
}

.matcha-step__icon img {
    display: block;
    width: 72%;
    height: 72%;
    object-fit: contain;
}

.matcha-step__heading {
    min-width: 0;
}

.matcha-step__heading p {
    margin: 0 0 3px;
    color: var(--matcha-builder-green);
    font-size: 7px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .13em;
}

.matcha-step__heading h4 {
    margin: 0;
    font-family: var(--font-display);
    font-size:
        clamp(
            16px,
            1.45vw,
            20px
        );
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.02em;
    text-transform: uppercase;
}

.matcha-step__description {
    position: relative;
    z-index: 1;
    margin:
        10px
        0
        0
        81px;
    color: rgba(17, 17, 17, .66);
    font-size: 11px;
    line-height: 1.35;
}

.matcha-step__mix-label {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
    margin: 0;
    padding: 0;
    color: rgba(17, 17, 17, .54);
    background: transparent;
    font-size: 7px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .12em;
    text-transform: uppercase;
    white-space: nowrap;
}

.matcha-step--syrup .matcha-step__top {
    padding-right: 70px;
}

.matcha-options {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
}

.matcha-options li {
    padding:
        7px
        9px;
    color: var(--color-white);
    background: var(--color-black);
    border:
        1px solid
        rgba(17, 17, 17, .12);
    border-radius: var(--radius-pill);
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.matcha-step--milk {
    background:
        linear-gradient(
            145deg,
            var(--color-white),
            rgba(102, 226, 224, .22)
        );
}

.matcha-step--milk::after {
    background: var(--menu-card-aqua);
    opacity: .30;
}

.matcha-step--milk .matcha-step__heading p {
    color: var(--color-black);
}

.matcha-step--milk .matcha-options li {
    color: var(--color-black);
    border-color: rgba(102, 226, 224, .55);
}

.matcha-step--milk .matcha-options li:nth-child(odd) {
    color: var(--color-black);
    background: var(--menu-card-aqua);
}

.matcha-step--milk .matcha-options li:nth-child(even) {
    color: var(--color-black);
    background: var(--color-white);
}

.matcha-step--syrup .matcha-options li:nth-child(odd) {
    color: var(--color-black);
    background: var(--color-white);
    border-color: var(--menu-card-pink);
}

.matcha-step--syrup .matcha-options li:nth-child(even) {
    color: var(--color-black);
    background: var(--menu-card-pink);
    border-color: var(--menu-card-pink);
}

@media (min-width: 1001px) {
    #matcha {
        align-self: start;
    }
}

@media (max-width: 600px) {
    .matcha-builder {
        margin-top: 18px;
        padding: 14px;
        border-radius: 20px;
    }

    .matcha-builder__intro {
        grid-template-columns:
            48px
            minmax(0, 1fr);
        gap: 11px;
        padding-bottom: 14px;
    }

    .matcha-builder__puzzle {
        width: 48px;
        height: 48px;
        border-radius: 15px;
    }

    .matcha-builder__intro-copy h3 {
        font-size:
            clamp(
                22px,
                7vw,
                29px
            );
    }

    .matcha-builder__intro-copy > span {
        font-size: 10px;
    }

    .matcha-builder__count {
        grid-column: 1 / -1;
        justify-self: start;
        margin-top: -2px;
    }

    .matcha-builder__steps {
        grid-template-columns: 1fr;
        gap: 10px;
        padding-top: 12px;
    }

    .matcha-step,
    .matcha-step--base {
        grid-column: auto;
        padding: 12px;
        border-radius: 16px;
    }

    .matcha-step__top {
        grid-template-columns:
            28px
            38px
            minmax(0, 1fr);
        gap: 8px;
    }

    .matcha-step__number {
        width: 28px;
        height: 28px;
        font-size: 8px;
    }

    .matcha-step__icon {
        width: 38px;
        height: 38px;
        border-radius: 11px;
    }

    .matcha-step__heading h4 {
        font-size: 15px;
    }

    .matcha-step__description {
        margin-left: 74px;
        font-size: 10px;
    }

    .matcha-step__mix-label {
        top: 13px;
        right: 13px;
        font-size: 6px;
    }

    .matcha-step--syrup .matcha-step__top {
        padding-right: 60px;
    }

    .matcha-options {
        gap: 5px;
        margin-top: 10px;
    }

    .matcha-options li {
        padding:
            6px
            8px;
        font-size: 8px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .menu-hero__ticker-track {
        animation: none;
    }

    .menu-item {
        opacity: 1;
        transform: none;
    }

    .menu-category.is-visible .menu-item {
        animation: none;
    }
}