/*
|--------------------------------------------------------------------------
| Alibeyköy Adıyaman Çiğ Köfte
| Menümüz Sayfası
|--------------------------------------------------------------------------
*/

.menu-page {
    --menu-green-950: #032c20;
    --menu-green-900: #063d2d;
    --menu-green-800: #075039;
    --menu-green-700: #0a684a;
    --menu-green-100: #eaf5f0;
    --menu-green-50: #f4f9f7;
    --menu-gold: #d2a22b;
    --menu-gold-dark: #98700f;
    --menu-gold-light: #f1d57d;
    --menu-ink: #10251e;
    --menu-muted: #63746d;
    --menu-line: rgba(3, 44, 32, 0.12);
    --menu-white: #ffffff;

    position: relative;
    overflow: clip;
    background: #ffffff;
    color: var(--menu-ink);
}

.menu-page a:focus-visible {
    outline: 3px solid rgba(210, 162, 43, 0.55);
    outline-offset: 4px;
}

/*
|--------------------------------------------------------------------------
| Sayfa Girişi
|--------------------------------------------------------------------------
*/

.menu-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border-bottom: 1px solid var(--menu-line);
    background:
        radial-gradient(circle at 90% 10%, rgba(210, 162, 43, 0.14), transparent 28%),
        radial-gradient(circle at 7% 86%, rgba(10, 104, 74, 0.08), transparent 25%),
        linear-gradient(180deg, #ffffff 0%, #f7faf8 100%);
}

.menu-hero::before {
    position: absolute;
    z-index: -2;
    top: 42px;
    right: -250px;
    width: 680px;
    height: 680px;
    border: 1px solid rgba(6, 61, 45, 0.075);
    border-radius: 50%;
    box-shadow:
        0 0 0 74px rgba(6, 61, 45, 0.022),
        0 0 0 148px rgba(210, 162, 43, 0.016);
    content: "";
    pointer-events: none;
}

.menu-hero::after {
    position: absolute;
    z-index: -1;
    bottom: 50px;
    left: -70px;
    width: 270px;
    height: 270px;
    opacity: 0.2;
    background-image: radial-gradient(circle, rgba(3, 44, 32, 0.36) 1.2px, transparent 1.4px);
    background-size: 17px 17px;
    content: "";
    mask-image: linear-gradient(135deg, transparent 3%, #000000 45%, transparent 95%);
    pointer-events: none;
}

.menu-hero__glow {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 49%;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    background: rgba(210, 162, 43, 0.075);
    filter: blur(74px);
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.menu-hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 0.96fr) minmax(430px, 0.82fr);
    gap: clamp(54px, 7vw, 112px);
    align-items: center;
    width: min(calc(100% - 48px), 1360px);
    min-height: 650px;
    margin: 0 auto;
    padding: 70px 0 76px;
}

.menu-hero__content {
    position: relative;
    z-index: 2;
    max-width: 690px;
}

.menu-hero__eyebrow {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    margin: 0 0 21px;
    color: var(--menu-green-900);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.menu-hero__eyebrow span {
    display: grid;
    width: 35px;
    height: 35px;
    border: 1px solid rgba(210, 162, 43, 0.38);
    border-radius: 50%;
    background: rgba(210, 162, 43, 0.11);
    color: var(--menu-gold-dark);
    font-size: 1rem;
    place-items: center;
}

.menu-hero__title {
    max-width: 680px;
    margin: 0;
    color: var(--menu-green-950);
    font-family: "Bricolage Grotesque", "Inter", sans-serif;
    font-size: clamp(3.7rem, 5.5vw, 5.3rem);
    font-weight: 780;
    line-height: 0.94;
    letter-spacing: -0.066em;
    text-wrap: balance;
}

.menu-hero__title span {
    display: block;
    margin-top: 9px;
    color: var(--menu-gold-dark);
}

.menu-hero__description {
    max-width: 610px;
    margin: 25px 0 0;
    color: var(--menu-muted);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.75;
}

.menu-hero__actions,
.menu-order-note__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 31px;
}

.menu-button {
    display: inline-flex;
    min-height: 52px;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 13px 20px;
    border: 1px solid transparent;
    border-radius: 15px;
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition:
        transform 220ms ease,
        border-color 220ms ease,
        background-color 220ms ease,
        box-shadow 220ms ease;
}

.menu-button--primary {
    border-color: var(--menu-green-900);
    background: var(--menu-green-900);
    box-shadow: 0 13px 28px rgba(3, 44, 32, 0.17);
    color: #ffffff;
}

.menu-button--secondary {
    border-color: rgba(3, 44, 32, 0.13);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 10px 25px rgba(3, 44, 32, 0.055);
    color: var(--menu-green-900);
}

.menu-button i {
    font-size: 1.05rem;
}

.menu-button:hover {
    transform: translateY(-3px);
}

.menu-button--primary:hover {
    border-color: var(--menu-green-700);
    background: var(--menu-green-700);
    box-shadow: 0 17px 34px rgba(3, 44, 32, 0.22);
}

.menu-button--secondary:hover {
    border-color: rgba(210, 162, 43, 0.44);
    background: #ffffff;
}

.menu-hero__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 18px;
    margin: 27px 0 0;
    padding: 0;
    color: #556861;
    font-size: 0.76rem;
    font-weight: 700;
    list-style: none;
}

.menu-hero__trust li {
    display: inline-flex;
    gap: 7px;
    align-items: center;
}

.menu-hero__trust i {
    color: var(--menu-green-700);
    font-size: 0.95rem;
}

.menu-hero__visual {
    position: relative;
    width: min(100%, 510px);
    margin: 0 0 0 auto;
}

.menu-hero__visual::before {
    position: absolute;
    top: 28px;
    right: -23px;
    bottom: -23px;
    left: 28px;
    z-index: -1;
    border: 1px solid rgba(210, 162, 43, 0.35);
    border-radius: 42px 10px 42px 10px;
    content: "";
}

.menu-hero__image-frame {
    position: relative;
    overflow: hidden;
    aspect-ratio: 0.91;
    border: 1px solid rgba(3, 44, 32, 0.12);
    border-radius: 42px 10px 42px 10px;
    background: var(--menu-green-50);
    box-shadow:
        0 30px 75px rgba(3, 44, 32, 0.16),
        0 4px 16px rgba(3, 44, 32, 0.08);
}

.menu-hero__image-frame::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(3, 44, 32, 0.18));
    content: "";
    pointer-events: none;
}

.menu-hero__image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 750ms cubic-bezier(0.22, 1, 0.36, 1);
}

.menu-hero__visual:hover img {
    transform: scale(1.035);
}

.menu-hero__stamp {
    position: absolute;
    right: 18px;
    bottom: 18px;
    z-index: 2;
    display: grid;
    width: 112px;
    height: 112px;
    align-content: center;
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 50%;
    background: rgba(3, 44, 32, 0.9);
    box-shadow: 0 14px 34px rgba(0, 20, 14, 0.24);
    color: #ffffff;
    text-align: center;
    backdrop-filter: blur(9px);
}

.menu-hero__stamp small {
    color: var(--menu-gold-light);
    font-size: 0.61rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.menu-hero__stamp strong {
    margin-top: 2px;
    font-family: "Bricolage Grotesque", "Inter", sans-serif;
    font-size: 1.42rem;
    line-height: 1;
}

/*
|--------------------------------------------------------------------------
| Kategori Geçişleri
|--------------------------------------------------------------------------
*/

.menu-category-nav {
    position: sticky;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid rgba(3, 44, 32, 0.09);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 10px 32px rgba(3, 44, 32, 0.045);
    backdrop-filter: blur(16px);
}

.menu-category-nav__inner {
    display: flex;
    gap: 9px;
    width: min(calc(100% - 48px), 1220px);
    margin: 0 auto;
    padding: 12px 0;
    overflow-x: auto;
    scrollbar-width: none;
}

.menu-category-nav__inner::-webkit-scrollbar {
    display: none;
}

.menu-category-nav a {
    display: inline-flex;
    flex: 0 0 auto;
    min-height: 43px;
    gap: 8px;
    align-items: center;
    padding: 10px 15px;
    border: 1px solid rgba(3, 44, 32, 0.1);
    border-radius: 999px;
    background: #ffffff;
    color: #596a64;
    font-size: 0.78rem;
    font-weight: 750;
    text-decoration: none;
    transition:
        border-color 200ms ease,
        background-color 200ms ease,
        color 200ms ease,
        transform 200ms ease;
}

.menu-category-nav a:hover {
    border-color: rgba(10, 104, 74, 0.25);
    color: var(--menu-green-800);
    transform: translateY(-1px);
}

.menu-category-nav a.is-active {
    border-color: var(--menu-green-900);
    background: var(--menu-green-900);
    box-shadow: 0 8px 19px rgba(3, 44, 32, 0.15);
    color: #ffffff;
}

.menu-category-nav i {
    font-size: 1rem;
}

/*
|--------------------------------------------------------------------------
| Menü Bölümleri
|--------------------------------------------------------------------------
*/

.menu-sections {
    position: relative;
    isolation: isolate;
    padding: 36px 24px 10px;
    background:
        radial-gradient(circle at 100% 16%, rgba(210, 162, 43, 0.065), transparent 22%),
        #ffffff;
}

.menu-sections::before {
    position: absolute;
    top: 230px;
    left: -155px;
    z-index: -1;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: rgba(10, 104, 74, 0.045);
    filter: blur(30px);
    content: "";
}

.menu-section {
    width: min(100%, 1220px);
    margin: 0 auto;
    padding: 84px 0 94px;
    scroll-margin-top: 86px;
}

.menu-section + .menu-section {
    border-top: 1px solid rgba(3, 44, 32, 0.09);
}

.menu-section__header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.62fr);
    gap: clamp(40px, 7vw, 100px);
    align-items: end;
    margin-bottom: 38px;
}

.menu-section__heading {
    display: flex;
    gap: 18px;
    align-items: center;
    min-width: 0;
}

.menu-section__icon {
    display: grid;
    width: 62px;
    height: 62px;
    flex: 0 0 62px;
    border: 1px solid rgba(210, 162, 43, 0.32);
    border-radius: 20px 7px 20px 7px;
    background: rgba(210, 162, 43, 0.11);
    color: var(--menu-gold-dark);
    font-size: 1.65rem;
    place-items: center;
}

.menu-section__heading p {
    margin: 0 0 7px;
    color: var(--menu-green-700);
    font-size: 0.69rem;
    font-weight: 850;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.menu-section__heading h2 {
    margin: 0;
    color: var(--menu-green-950);
    font-family: "Bricolage Grotesque", "Inter", sans-serif;
    font-size: clamp(2.25rem, 4vw, 3.65rem);
    font-weight: 760;
    line-height: 0.98;
    letter-spacing: -0.052em;
}

.menu-section__description {
    position: relative;
    max-width: 500px;
    margin: 0;
    padding-left: 22px;
    color: var(--menu-muted);
    font-size: 0.92rem;
    line-height: 1.72;
}

.menu-section__description::before {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 0;
    width: 3px;
    border-radius: 99px;
    background: linear-gradient(180deg, var(--menu-gold), var(--menu-green-700));
    content: "";
}

.menu-section__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px;
}

.menu-product {
    display: grid;
    grid-template-columns: minmax(210px, 0.88fr) minmax(0, 1.12fr);
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(3, 44, 32, 0.105);
    border-radius: 28px 8px 28px 8px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow:
        0 20px 52px rgba(3, 44, 32, 0.075),
        0 3px 10px rgba(3, 44, 32, 0.035);
    transition:
        border-color 300ms ease,
        box-shadow 300ms ease,
        transform 300ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.menu-section__grid > .menu-product:only-child {
    grid-column: 1 / -1;
    width: min(100%, 850px);
}

.menu-product:hover {
    border-color: rgba(210, 162, 43, 0.34);
    box-shadow:
        0 28px 65px rgba(3, 44, 32, 0.11),
        0 5px 16px rgba(3, 44, 32, 0.045);
    transform: translateY(-5px);
}

.menu-product__figure {
    position: relative;
    min-height: 310px;
    margin: 0;
    overflow: hidden;
    background: var(--menu-green-50);
}

.menu-product__figure::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 58%, rgba(3, 44, 32, 0.16));
    content: "";
    pointer-events: none;
}

.menu-product__figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}

.menu-product:hover .menu-product__figure img {
    transform: scale(1.045);
}

.menu-product__badge {
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 2;
    display: inline-flex;
    gap: 6px;
    align-items: center;
    max-width: calc(100% - 30px);
    padding: 8px 11px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 999px;
    background: rgba(3, 44, 32, 0.84);
    color: #ffffff;
    font-size: 0.67rem;
    font-weight: 750;
    line-height: 1.2;
    backdrop-filter: blur(9px);
}

.menu-product__badge i {
    color: var(--menu-gold-light);
}

.menu-product__content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: space-between;
    gap: 28px;
    padding: 31px;
}

.menu-product__content h3 {
    margin: 0;
    color: var(--menu-green-950);
    font-family: "Bricolage Grotesque", "Inter", sans-serif;
    font-size: clamp(1.7rem, 2.8vw, 2.35rem);
    font-weight: 750;
    line-height: 1;
    letter-spacing: -0.045em;
}

.menu-product__content > div:first-child p {
    margin: 14px 0 0;
    color: var(--menu-muted);
    font-size: 0.86rem;
    line-height: 1.67;
}

.menu-product__footer {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid rgba(3, 44, 32, 0.09);
}

.menu-product__price-note {
    color: #7a6a3c;
    font-size: 0.69rem;
    font-weight: 750;
}

.menu-product__footer a {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    color: var(--menu-green-800);
    font-size: 0.75rem;
    font-weight: 850;
    text-decoration: none;
}

.menu-product__footer a i {
    display: grid;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background: var(--menu-green-900);
    color: #ffffff;
    font-size: 0.82rem;
    place-items: center;
    transition:
        background-color 200ms ease,
        transform 200ms ease;
}

.menu-product__footer a:hover i {
    background: var(--menu-gold);
    color: var(--menu-green-950);
    transform: translate(2px, -2px);
}

/*
|--------------------------------------------------------------------------
| Alt Sipariş Çağrısı
|--------------------------------------------------------------------------
*/

.menu-order-note {
    padding: 42px 24px 104px;
    background: #ffffff;
}

.menu-order-note__inner {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    width: min(100%, 1220px);
    margin: 0 auto;
    padding: 40px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px 9px 30px 9px;
    background:
        radial-gradient(circle at 94% 12%, rgba(210, 162, 43, 0.25), transparent 27%),
        linear-gradient(135deg, #063d2d, #032c20);
    box-shadow: 0 27px 70px rgba(3, 44, 32, 0.18);
    color: #ffffff;
}

.menu-order-note__inner::after {
    position: absolute;
    z-index: -1;
    right: -120px;
    bottom: -175px;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    box-shadow: 0 0 0 54px rgba(255, 255, 255, 0.018);
    content: "";
}

.menu-order-note__icon {
    display: grid;
    width: 68px;
    height: 68px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 22px 7px 22px 7px;
    background: rgba(255, 255, 255, 0.09);
    color: var(--menu-gold-light);
    font-size: 2rem;
    place-items: center;
}

.menu-order-note__content {
    min-width: 0;
}

.menu-order-note__content p {
    margin: 0 0 7px;
    color: var(--menu-gold-light);
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.menu-order-note__content h2 {
    max-width: 660px;
    margin: 0;
    color: #ffffff;
    font-family: "Bricolage Grotesque", "Inter", sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.75rem);
    font-weight: 730;
    line-height: 1.02;
    letter-spacing: -0.046em;
}

.menu-order-note__content span {
    display: block;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.77rem;
}

.menu-order-note__actions {
    justify-content: flex-end;
    margin-top: 0;
}

.menu-order-note .menu-button--primary {
    border-color: var(--menu-gold);
    background: var(--menu-gold);
    box-shadow: none;
    color: var(--menu-green-950);
}

.menu-order-note .menu-button--secondary {
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: none;
    color: #ffffff;
}

/*
|--------------------------------------------------------------------------
| Görünürlük Animasyonu
|--------------------------------------------------------------------------
*/

.js .menu-page [data-menu-reveal] {
    opacity: 0;
    transform: translateY(24px);
    transition:
        opacity 650ms ease,
        transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.js .menu-page [data-menu-reveal].is-visible {
    opacity: 1;
    transform: none;
}

/*
|--------------------------------------------------------------------------
| Tablet
|--------------------------------------------------------------------------
*/

@media (max-width: 1100px) {
    .menu-hero__inner {
        grid-template-columns: minmax(0, 1fr) minmax(360px, 0.76fr);
        gap: 46px;
        min-height: 590px;
        padding: 58px 0 66px;
    }

    .menu-hero__title {
        font-size: clamp(3.2rem, 6vw, 4.3rem);
    }

    .menu-order-note__inner {
        grid-template-columns: 60px minmax(0, 1fr);
    }

    .menu-order-note__icon {
        width: 60px;
        height: 60px;
    }

    .menu-order-note__actions {
        grid-column: 2;
        justify-content: flex-start;
        margin-top: 0;
    }
}

@media (max-width: 860px) {
    .menu-hero__inner {
        grid-template-columns: 1fr;
        gap: 48px;
        width: min(calc(100% - 40px), 680px);
        padding: 56px 0 76px;
    }

    .menu-hero__content {
        max-width: 650px;
    }

    .menu-hero__visual {
        width: min(100%, 570px);
        margin: 0 auto;
    }

    .menu-hero__image-frame {
        aspect-ratio: 1.12;
    }

    .menu-section__header {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .menu-section__description {
        max-width: 610px;
    }

    .menu-section__grid {
        grid-template-columns: 1fr;
    }

    .menu-section__grid > .menu-product:only-child {
        width: 100%;
    }
}

/*
|--------------------------------------------------------------------------
| Mobil
|--------------------------------------------------------------------------
*/

@media (max-width: 620px) {
    .menu-hero__inner {
        width: min(calc(100% - 32px), 560px);
        gap: 38px;
        padding: 45px 0 58px;
    }

    .menu-hero__eyebrow {
        margin-bottom: 17px;
        font-size: 0.67rem;
    }

    .menu-hero__eyebrow span {
        width: 31px;
        height: 31px;
    }

    .menu-hero__title {
        font-size: clamp(2.75rem, 13vw, 3.65rem);
        line-height: 0.96;
        letter-spacing: -0.058em;
    }

    .menu-hero__description {
        margin-top: 20px;
        font-size: 0.91rem;
        line-height: 1.68;
    }

    .menu-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 25px;
    }

    .menu-button {
        width: 100%;
    }

    .menu-hero__trust {
        gap: 9px 14px;
        margin-top: 22px;
        font-size: 0.69rem;
    }

    .menu-hero__visual::before {
        top: 15px;
        right: -10px;
        bottom: -10px;
        left: 15px;
        border-radius: 28px 8px 28px 8px;
    }

    .menu-hero__image-frame {
        aspect-ratio: 1 / 0.92;
        border-radius: 28px 8px 28px 8px;
    }

    .menu-hero__stamp {
        right: 12px;
        bottom: 12px;
        width: 86px;
        height: 86px;
    }

    .menu-hero__stamp strong {
        font-size: 1.14rem;
    }

    .menu-category-nav__inner {
        width: 100%;
        padding: 10px 16px;
    }

    .menu-category-nav a {
        min-height: 40px;
        padding: 9px 13px;
        font-size: 0.72rem;
    }

    .menu-sections {
        padding: 12px 16px 0;
    }

    .menu-section {
        padding: 60px 0 66px;
        scroll-margin-top: 78px;
    }

    .menu-section__header {
        margin-bottom: 27px;
    }

    .menu-section__heading {
        gap: 13px;
    }

    .menu-section__icon {
        width: 49px;
        height: 49px;
        flex-basis: 49px;
        border-radius: 16px 6px 16px 6px;
        font-size: 1.3rem;
    }

    .menu-section__heading p {
        margin-bottom: 4px;
        font-size: 0.61rem;
    }

    .menu-section__heading h2 {
        font-size: clamp(1.95rem, 10vw, 2.65rem);
    }

    .menu-section__description {
        padding-left: 17px;
        font-size: 0.84rem;
    }

    .menu-product {
        grid-template-columns: 1fr;
        border-radius: 23px 7px 23px 7px;
    }

    .menu-product__figure {
        min-height: 0;
        aspect-ratio: 1.2;
    }

    .menu-product__content {
        gap: 22px;
        padding: 24px 21px 22px;
    }

    .menu-product__content h3 {
        font-size: 1.8rem;
    }

    .menu-product__footer {
        align-items: flex-end;
    }

    .menu-order-note {
        padding: 25px 16px 74px;
    }

    .menu-order-note__inner {
        grid-template-columns: 1fr;
        gap: 19px;
        padding: 27px 21px;
        border-radius: 24px 7px 24px 7px;
    }

    .menu-order-note__icon {
        width: 54px;
        height: 54px;
        font-size: 1.65rem;
    }

    .menu-order-note__content h2 {
        font-size: clamp(1.65rem, 8vw, 2.1rem);
    }

    .menu-order-note__actions {
        display: grid;
        grid-column: auto;
        grid-template-columns: 1fr;
        width: 100%;
    }
}

@media (max-width: 380px) {
    .menu-hero__title {
        font-size: 2.55rem;
    }

    .menu-hero__trust {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, max-content));
    }

    .menu-product__footer {
        display: grid;
        justify-content: stretch;
    }
}

/*
|--------------------------------------------------------------------------
| Hareket Tercihleri
|--------------------------------------------------------------------------
*/

@media (prefers-reduced-motion: reduce) {
    .menu-page *,
    .menu-page *::before,
    .menu-page *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .js .menu-page [data-menu-reveal] {
        opacity: 1;
        transform: none;
    }
}