.fg-menu-ristorante {
    width: 100%;
    padding: 40px 20px;
}

.fg-menu-ristorante__inner {
    position: relative;
    overflow: hidden;
    min-height: 760px;
    margin: 0 auto;
    border: 2px solid #59352b;
    border-radius: 12px;
}

.fg-menu-ristorante__content {
    position: relative;
    z-index: 3;
    width: 50%;
    padding: 100px 80px 250px 80px;
    text-align: center;
}

.fg-menu-ristorante__eyebrow,
.fg-menu-ristorante__separator {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.fg-menu-ristorante__eyebrow {
    margin-bottom: 25px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #26361f;
}

.fg-menu-ristorante__eyebrow span,
.fg-menu-ristorante__separator span {
    display: block;
    width: 44px;
    height: 2px;
    background: #b78b3f;
}

.fg-menu-ristorante__eyebrow img,
.fg-menu-ristorante__separator img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.fg-menu-ristorante__title {
    margin: 0;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(56px, 5.6vw, 86px);
    line-height: 0.92;
    font-weight: 700;
    color: #26361f;
}

.fg-menu-ristorante__separator {
    margin: 28px 0;
}

.fg-menu-ristorante__intro {
    margin: 0 auto 45px !Important;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    line-height: 1.6;
    color: #1f261c;
}

.fg-menu-ristorante__categorie {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    max-width: 680px;
    margin: 0 auto 40px;
}

.fg-menu-ristorante__categoria {
    position: relative;
    padding: 0 14px;
    font-family: "Inter", sans-serif;
    color: #24371f;
}

.fg-menu-ristorante__categoria:not(:last-child) {
    border-right: 1px solid rgba(173, 136, 68, 0.7);
}

.fg-menu-ristorante__categoria img {
    display: block;
    width: 38px;
    height: 38px;
    margin: 0 auto 13px;
    object-fit: contain;
}

.fg-menu-ristorante__categoria span {
    display: block;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
a.fg-menu-ristorante__download {
    text-decoration: none !Important;
}
.fg-menu-ristorante__download {
    display: inline-flex;
    align-items: center;
    gap: 28px;
    min-width: 520px;
    padding: 22px 34px;
    border-radius: 10px;
    background: #3a4328;
    color: #f4ead7;
    text-decoration: none;
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.28);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.fg-menu-ristorante__download:hover {
    transform: translateY(-2px);
    background: #1d3019;
    color: #f7efdf;
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.32);
}

.fg-menu-ristorante__download-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 58px;
    padding-right: 28px;
    border-right: 1px solid #ffffff;
    font-family: "Inter", sans-serif;
    font-weight: 800;
    color: #f7efdf;
}

.fg-menu-ristorante__download-text strong {
    display: block;
    margin-bottom: 0;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffffff;;
}

.fg-menu-ristorante__download-text small {
    display: block;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: #ffffff ;
}

.fg-menu-ristorante__visual {
    position: absolute;
    inset: 0 0 0 auto;
    z-index: 1;
    width: 50%;
    background-image: url("https://www.fattoriagalasso.it/wp-content/uploads/2026/04/immagine-libro-home.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.fg-menu-ristorante__bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 38px;
    min-height: 135px;
    padding: 30px 85px;
    background: #59352b;
    color: #ffffff;
}

.fg-menu-ristorante__bottom img {
    width: 92px;
    height: 92px;
    padding-right: 35px;
    border-right: 1px solid rgba(173, 136, 68, 0.8);
    object-fit: contain;
}

.fg-menu-ristorante__bottom p {
    margin: 0;
    font-family: "Cormorant Garamond", serif;
    font-size: 25px;
    line-height: 1.2;
    font-style: italic;
    text-align: center;
}

@media (max-width: 1100px) {
    .fg-menu-ristorante__inner {
        min-height: auto;
    }

    .fg-menu-ristorante__content {
        width: 100%;
        padding: 60px 28px 40px;
    }

    .fg-menu-ristorante__visual {
        position: relative;
        width: 100%;
        height: 500px;
    }

    .fg-menu-ristorante__book {
        top: 55px;
        right: 50%;
        width: min(390px, 72%);
        transform: translateX(50%) rotate(5deg);
    }

    .fg-menu-ristorante__bottom {
        position: relative;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        text-align: center;
        padding: 35px 25px;
    }

    .fg-menu-ristorante__bottom img {
        padding-right: 0;
        border-right: 0;
    }
}

@media (max-width: 768px) {
    .fg-menu-ristorante {
        padding: 24px 14px;
    }

    .fg-menu-ristorante__content {
        padding: 48px 22px 36px;
    }

    .fg-menu-ristorante__title {
        font-size: 54px;
    }

    .fg-menu-ristorante__intro {
        font-size: 16px;
    }

    .fg-menu-ristorante__intro br {
        display: none;
    }

    .fg-menu-ristorante__categorie {
        grid-template-columns: repeat(2, 1fr);
        gap: 26px 0;
    }

    .fg-menu-ristorante__categoria {
        border-right: 0 !important;
    }

    .fg-menu-ristorante__download {
        justify-content: center;
        width: 100%;
        min-width: 0;
        padding: 20px;
    }

    .fg-menu-ristorante__download-icon {
        width: 58px;
        padding-right: 20px;
    }

    .fg-menu-ristorante__download-text strong {
        font-size: 16px;
    }

    .fg-menu-ristorante__download-text small {
        font-size: 14px;
    }

    .fg-menu-ristorante__visual {
        height: 420px;
    }

    .fg-menu-ristorante__book {
        width: min(300px, 78%);
    }

    .fg-menu-ristorante__bottom p {
        font-size: 24px;
    }

    .fg-menu-ristorante__bottom p br {
        display: none;
    }
}