﻿@font-face {
    font-family: 'Indie Flower';
    src: url('/fonts/IndieFlower-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('/fonts/DMSans-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

#header_main.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}


:root {
    --bs-red: #911A1C !important;
    --bs-green: #22391B !important;
    --bs-light: #CCC5B6 !important;
    --bs-yellow: #E0C274 !important;
}

.banner-page.product::before {
    background-color: transparent;
}

/* =========================
   PRODUCT BANNER ICONS
========================= */

.banner-page.product {
    position: relative;
    overflow: hidden;
}

    /* BASE ICONA */
    .banner-page.product::after,
    .banner-page.product .icon {
        content: "";
        position: absolute;
        background-repeat: no-repeat;
        background-size: contain;
        opacity: .9;
        pointer-events: none;
    }
    .banner-page.product .icon-limone {
        width: 140px;
        height: 140px;
        left: 280px;
        top: 360px;
        background-image: url("/assets/images/icon/limone.svg");
    }
    .banner-page.product .icon-pasta {
        width: 220px;
        height: 220px;
        left: 360px;
        top: 80px;
        background-image: url("/assets/images/icon/penne pasta.svg");
    }
    .banner-page.product .icon-vino {
        width: 120px;
        height: 120px;
        right: 320px;
        top: 140px;
        background-image: url("/assets/images/icon/bicchiere di vino.svg");
    }
    .banner-page.product .icon-bottiglia {
        width: 140px;
        height: 180px;
        right: 180px;
        top: 340px;
        background-image: url("/assets/images/icon/bottiglia di vino.svg");
    }


.text-dark {
    color: #22391B;
}

body {
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
}

p, span, li {
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
}

p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 18px;
    color: var(--bs-green);
}

strong {
    font-weight: 700;
}

/* TITOLI */
h1, h2, h3, h4, .section-title {
    font-family: 'Indie Flower', cursive;
    font-weight: 300; /* unico peso reale */
}

.wg-menu-item .name {
    font-family: 'Indie Flower', cursive;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #c6ac83;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.price {
    font-family: 'Indie Flower', cursive;
    font-size: 26px;
    line-height: 28px;
    font-weight: 500;
    color: var(--bs-green);
}

h2 {
    font-size: 82px;
    line-height: 60px;
}

h3 {
    font-size: 58px !important;
    line-height: 36px;
}

h4 {
    font-size: 36px !important;
}

a:hover, a:focus {
    color: #e0c274;
}

.banner-page2{
    background-color: var(--bs-light) !important;
}
    .banner-page2.inner-page .content {
        padding: 300px;
        text-align: center;
        position: relative;
        z-index: 5;
    }
.footer {
    background: var(--bs-green);
}

.special-font {
    font-family: 'Courier New', Courier, monospace;
}

.header-logo {
    height: auto;
    width: 275px;
    object-fit: contain;
}

#header_main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: transparent !important;
}

.page-title {
    position: relative;
    overflow: hidden;
}

    .page-title::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: url('../images/hero/hero-section.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 0;
    }

    .page-title::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.45);
        z-index: 1;
    }

    .page-title .swiper,
    .page-title .content {
        position: relative;
        z-index: 2;
    }

.page-title {
    padding-top: 180px;
}

.header.is-fixed.is-small .header-inner {
    background-color: var(--bs-green);
}

.page-title .content::before {
    content: none !important;
}

.page-title .content.text-center {
    background-image: none;
}

.bg-beige {
    background-color: var(--bs-light);
}

.bg-yellow {
    background-color: var(--bs-yellow);
}

.bg-green {
    background-color: var(--bs-green);
}

.bg-prodotti {
    background-image: url('../images/prodotti.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .bg-prodotti:after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.25);
        z-index: 1;
    }

.prodotti {
    z-index: 2;
}
/* =========================
   ABOUT MANIFESTO
========================= */

.about-manifesto {
    padding: 200px 0;
    position: relative;
    overflow: hidden;
}

.about-wrapper {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
/* TESTO */
.about-title {
    font-family: 'Indie Flower', cursive;
    font-size: 74px;
    font-weight: 400;
    margin-bottom: 30px;
    color: var(--bs-green);
}

.about-content p {
    font-size: 18px;
    line-height: 1.6;
    max-width: 390px;
    margin: 0 auto 18px;
}
/* IMMAGINI POLAROID */
.about-image {
    position: absolute;
    background: #fff;
    padding: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .45);
}

    .about-image img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }
    /* sinistra */
    .about-image.left {
        width: 350px;
        height: 420px;
        left: -260px;
        top: 60px;
        transform: rotate(-6deg);
    }
    /* destra */
    .about-image.right {
        width: 350px;
        height: 450px;
        right: -260px;
        top: 0;
        transform: rotate(6deg);
    }
/* RESPONSIVE */
@media (max-width: 991px) {
    .about-image {
        display: none;
    }

    .about-title {
        font-size: 48px;
    }
}

/* =========================
   ABOUT MANIFESTO ICONS
========================= */

.about-manifesto {
    position: relative;
}

    /* base icona */
    .about-manifesto .about-icon {
        position: absolute;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        opacity: .9;
        pointer-events: none;
        z-index: 2;
    }

/* 🍝 PASTA (alto centro) */
.about-icon.bicchiere {
    width: 90px;
    height: 90px;
    bottom: 50px;
    right: 500px;
    transform: rotate(22deg);
    background-image: url("/assets/images/icon/bicchiere.svg");
}

/* 🍷 BICCHIERE (basso destra) */
.about-icon.vino {
    width: 145px;
    height: 150px;
    bottom: 50px;
    right: 560px;
    background-image: url("/assets/images/icon/bottiglia di vino.svg");
}

/* 📜 MENU / CARTA (alto destra) */
.about-icon.menu {
    width: 120px;
    height: 120px;
    top: 120px;
    left: 28%;
    background-image: url("/assets/images/icon/menu.svg");
}

/* TESTO SOPRA IMMAGINE DESTRA */
.about-image-note {
    position: absolute;
    top: -40px;
    right: 10px;
    font-family: 'Indie Flower', cursive;
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    text-align: right;
}

/* =========================
   EDITORIAL CARD
========================= */

.editorial-card {
    padding: 140px 0;
}

.editorial-wrapper {
    display: flex;
    align-items: stretch;
    border-radius: 24px;
    overflow: hidden;
}
/* BOX TESTO */
.editorial-content {
    background: #fff;
    padding: 60px 70px;
    max-width: 520px;
    border-radius: 24px 0 0 24px;
}

.editorial-note {
    margin-top: 10px;
    font-family: 'Indie Flower', cursive;
    font-size: 14px;
    color: #000;
}
/* IMMAGINE */
.editorial-image {
    flex: 1;
}

    .editorial-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
/* RESPONSIVE */
@media (max-width: 991px) {
    .editorial-wrapper {
        flex-direction: column;
        border-radius: 24px;
    }

    .editorial-content {
        border-radius: 24px 24px 0 0;
        max-width: 100%;
    }

    .editorial-image img {
        height: 300px;
    }
}
/* =========================
   TRADITION MAP
========================= */

.tradition-map {
    padding: 140px 0;
    position: relative;
}

.tradition-wrapper {
    position: relative;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: center; /* CENTRO VERTICALE */
    align-items: center; /* CENTRO ORIZZONTALE */
    text-align: center;
}


.tradition-title {
    color: var(--bs-red);
    margin-bottom: 60px;
    text-align: center;
}
/* PIATTI */
.dish {
    position: absolute;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.6s ease;
}
/* pillola */
.dish-name {
    background: var(--bs-green);
    color: #fff;
    padding: 12px 22px;
    border-radius: 20px;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
}
/* descrizione hover */
.dish-desc {
    position: absolute;
    top: 50%;
    width: 240px;
    padding: 14px 16px;
    font-size: 15px;
    line-height: 1.5;
    color: var(--bs-green);
    background: transparent;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease;
    transform: translateY(-50%);
}
/* hover */
.dish:hover .dish-desc {
    opacity: 1;
    top: 140%;
}
/* POSIZIONI (come nello screen) */
.dish-1 {
    top: -20px;
    rotate: 12deg;
    left: 10%;
    transform: translateX(-200px);
}

.dish-2 {
    top: 120px;
    rotate: 6deg;
    left: 0;
    transform: translateX(-200px);
}

.dish-3 {
    top: 240px;
    rotate: -6deg;
    left: 12%;
    transform: translateX(-200px);
}

.dish-4 {
    top: -20px;
    rotate: -12deg;
    right: 10%;
    transform: translateX(200px);
}

.dish-5 {
    top: 120px;
    rotate: 6deg;
    right: 0;
    transform: translateX(200px);
}

.dish-6 {
    top: 240px;
    rotate: -6deg;
    right: 12%;
    transform: translateX(200px);
}

.tradition-map .button-default {
    margin-top: 80px;
}

.tradition-wrapper > .col-12 {
    display: flex;
    justify-content: center;
}

.tradition-map.is-visible .dish {
    opacity: 1;
    transform: scale(1);
}

.tradition-map.is-visible .dish-1,
.tradition-map.is-visible .dish-2,
.tradition-map.is-visible .dish-3,
.tradition-map.is-visible .dish-4,
.tradition-map.is-visible .dish-5 {
    transform: translateX(0) scale(1);
}

.dish-1 .dish-desc,
.dish-2 .dish-desc,
.dish-3 .dish-desc {
    right: 110%;
    text-align: right;
}

.dish-1:hover .dish-desc,
.dish-2:hover .dish-desc,
.dish-3:hover .dish-desc {
    opacity: 1;
    right: 120%;
}

.dish-4 .dish-desc,
.dish-5 .dish-desc,
.dish-6 .dish-desc {
    left: 110%;
    text-align: left;
}

.dish-4:hover .dish-desc,
.dish-5:hover .dish-desc,
.dish-6:hover .dish-desc {
    opacity: 1;
    left: 120%;
}

/* FRECCIA BASE */
.dish::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    opacity: 0;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .3s ease, transform .3s ease;
}
.dish-1::after, .dish-2::after, .dish-3::after {
    right: 70px;
    rotate: -25deg;
    top: 50%;
    transform: translateY(-100%) scale(0.9);
    background-image: url("/assets/images/icon/elemento freccia.svg");
}

.dish-2::after {
    background-image: url("/assets/images/icon/elemento freccia 2.svg");
}

.dish-3::after {
    background-image: url("/assets/images/icon/elemento freccia 2.svg");
}
.dish-4::after,
.dish-5::after,
.dish-6::after {
    left: 60px;
    top: 50%;
    rotate: 40deg;
    transform: translateY(-50%) scale(0.9);
    background-image: url("/assets/images/icon/freccia.svg");
}

.dish-5::after {
    background-image: url("/assets/images/icon/freccia.svg");
}

.dish-6::after {
    background-image: url("/assets/images/icon/freccia.svg");
}
.dish:hover::after {
    opacity: 1;
    transform: translateY(-80%) scale(1);
}

/* STATO INTRO: solo la prima volta */
.tradition-map.intro .dish-1 .dish-desc,
.tradition-map.intro .dish-1::after {
    opacity: 1;
    pointer-events: auto;
}
/* hover standard */
.dish:hover .dish-desc {
    opacity: 1;
}

.dish:hover::after {
    opacity: 1;
}
/* durante l’intro: hover su altri piatti chiude il primo */
.tradition-map.intro:has(.dish:not(.dish-1):hover) .dish-1 .dish-desc,
.tradition-map.intro:has(.dish:not(.dish-1):hover) .dish-1::after {
    opacity: 0;
}



.team-images {
    position: relative;
    min-height: 420px;
}

.team-photo {
    position: absolute;
    background: #fff;
    padding: 10px;
    box-shadow: 0 20px 40px rgba(0,0,0,.45);
}

    .team-photo img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.photo-1 {
    width: 580px;
    top: -40px;
    left: -120px;
    transform: rotate(-2deg);
}

.photo-2 {
    width: 360px;
    bottom: -100px;
    left: 140px;
    transform: rotate(2deg);
}

.photo-3 {
    width: 420px;
    top: -40px;
    left: -20px;
    transform: rotate(-4deg);
}

.photo-4 {
    width: 800px;
    left: -300px;
}

.photo-5 {
    width: 400px;
    height: 500px;
    top: -120px;
    left: 0px;
    transform: rotate(2deg);
}

.photo-6 {
    width: 420px;
    bottom: -280px;
    left: 140px;
    transform: rotate(-4deg);
    z-index: 998;
}

.team-content h2 {
    color: #fff;
    margin-bottom: 30px;
}

.team-content p {
    color: #fff;
    max-width: 480px;
}

    .team-content p:nth-of-type(2) {
        font-family: 'Indie Flower', cursive;
    }

.team-content {
    position: relative;
}
    /* 🌿 RAMETTO (destra, metà testo) */
    .team-content::before {
        content: "";
        position: absolute;
        right: -260px;
        bottom: 0;
        width: 220px;
        height: 220px;
        background: url("/assets/images/icon/fusillo pasta.svg") no-repeat center / contain;
        opacity: 1;
        z-index: 3;
    }
    /* 🏺 BROCCA (in basso a destra) */
    .team-content::after {
        content: "";
        position: absolute;
        right: -80px;
        bottom: -80px;
        width: 130px;
        height: 150px;
        background: url("/assets/images/icon/limone.svg") no-repeat center / contain;
        opacity: 1;
        z-index: 3;
    }


.origin-content {
    position: relative;
}
    /* 🍷 BICCHIERE */
    .origin-content::before {
        content: "";
        position: absolute;
        top: -80px;
        left: -160px;
        width: 120px;
        height: 120px;
        background: url("/assets/images/icon/bicchiere di vino.svg") no-repeat center / contain;
        opacity: 1;
        z-index: 3;
    }
    /* 📜 MENU */
    .origin-content::after {
        content: "";
        position: absolute;
        bottom: -100px;
        right: -60px;
        width: 120px;
        height: 120px;
        background: url("/assets/images/icon/menu.svg") no-repeat center / contain;
        opacity: 1;
        z-index: 3;
    }

.passaggio-content {
    position: relative;
}
    /* 🍾 BOTTIGLIA (destra, centrale) */
    .passaggio-content::before {
        content: "";
        position: absolute;
        right: -200px;
        top: -120px;
        width: 140px;
        height: 140px;
        rotate: 30deg;
        background: url("/assets/images/icon/bottiglia di vino.svg") no-repeat center / contain;
        opacity: 1;
        z-index: 3;
    }
    /* 🌿 RAMETTO (in basso a sinistra) */
    .passaggio-content::after {
        content: "";
        position: absolute;
        left: -320px;
        bottom: -190px;
        width: 250px;
        height: 250px;
        background: url("/assets/images/icon/penne pasta.svg") no-repeat center / contain;
        opacity: 1;
        z-index: 3;
    }
    /* 🍷 CALICE (in alto a destra, sopra il titolo) */
    .passaggio-content h2::after {
        content: "";
        position: absolute;
        right: -90px;
        top: -90px;
        width: 120px;
        height: 120px;
        background: url("/assets/images/icon/bicchiere.svg") no-repeat center / contain;
        opacity: 1;
        z-index: 3;
    }


@media (max-width: 991px) {
    .team-images {
        display: none;
    }

    .team-content {
        text-align: center;
    }


        .team-content p {
            margin-left: auto;
            margin-right: auto;
        }
}

.wg-team {
    position: relative;
    overflow: visible;
}

    .wg-team::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 40px; /* 2 righe vere */
        z-index: 2;
        background-image: linear-gradient( 90deg, var(--bs-red) 50%, var(--bs-green) 50% ), linear-gradient( 90deg, var(--bs-green) 50%, var(--bs-red) 50% );
        background-size: 75px;
        background-position: 0 0, 24px 24px;
    }

.wg-tradition {
    position: relative;
    overflow: hidden;
}

    .wg-tradition::before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 40px; /* 2 righe vere */
        z-index: 2;
        background-image: linear-gradient( 90deg, var(--bs-green) 50%, var(--bs-red) 50% ), linear-gradient( 90deg, var(--bs-red) 50%, var(--bs-green) 50% );
        background-size: 75px;
        background-position: 0 0, 24px 24px;
    }

.content-wrap {
    background: #fff;
    border-radius: 16px;
    padding: 28px 26px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    height: 100%;
}
    /* nome */
    .content-wrap strong {
        font-size: 14px;
        color: #000;
        margin-bottom: 4px;
    }
    /* data */
    .content-wrap .date {
        font-size: 12px;
        color: #888;
        margin-bottom: 12px;
    }
    /* voto */
    .content-wrap .rating {
        font-weight: 700;
        font-size: 13px;
        margin-bottom: 12px;
    }
    /* testo recensione */
    .content-wrap p {
        font-size: 14px;
        line-height: 1.6;
        color: #333;
        margin: 0;
    }

.footer-text {
    color: #fff;
}

.footer p {
    color: #fff;
}

.content-wrap {
    background: #fff;
    border-radius: 20px;
    padding: 30px 28px;
    box-shadow: 0 12px 35px rgba(0,0,0,.1);
    display: flex;
    flex-direction: column;
}
/* HEADER */
.review-header {
    display: flex;
    flex-direction: column;
    margin-bottom: 14px;
}

    .review-header strong {
        font-size: 14px;
        color: #000;
    }

    .review-header .date {
        font-size: 12px;
        color: #888;
    }
/* RATING */
.rating {
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 16px;
    color: var(--bs-green);
}
/* TESTO */
.content-wrap p {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    margin: 0;
}
/* RESPONSIVE */
@media (max-width: 991px) {
    .about-title {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    /* ===== TYPO ===== */
    h2 {
        font-size: 42px;
        line-height: 1.1;
    }

    h3,
    .section-title {
        font-size: 36px !important;
        line-height: 1.2;
    }

    p {
        font-size: 16px;
        line-height: 1.5;
    }
    /* ===== HEADER ===== */
    .header-logo {
        width: 190px;
    }

    .page-title {
        padding-top: 130px;
    }
    /* ===== ABOUT ===== */
    .about-manifesto {
        padding: 80px 0;
    }

    .about-title {
        font-size: 40px;
    }

    .about-content p {
        max-width: 100%;
    }
    /* ===== EDITORIAL ===== */
    .editorial-card {
        padding: 80px 0;
    }

    .editorial-content {
        padding: 40px 30px;
    }
    /* ===== BG PRODOTTI ===== */
    .bg-prodotti::after {
        background: rgba(0,0,0,0.35);
    }
    /* ===== TRADITION MAP ===== */
    .tradition-map {
        padding: 80px 0;
    }

    .tradition-wrapper {
        min-height: auto;
    }

    .dish {
        position: static;
        opacity: 1;
        transform: none;
        margin-bottom: 16px;
    }

    .dish-desc {
        position: static;
        opacity: 1;
        transform: none;
        width: 100%;
        padding: 10px 0 0;
        text-align: center;
    }

    .dish-name {
        font-size: 14px;
        padding: 10px 18px;
    }
    /* ===== TEAM ===== */
    .team-content h2 {
        font-size: 40px;
    }

    .team-content p {
        font-size: 16px;
    }
    /* ===== REVIEWS ===== */
    .content-wrap {
        padding: 24px 22px;
    }
}

@media (max-width: 991px) {
    /* ===== TYPO ===== */
    h2 {
        font-size: 58px;
        line-height: 1.1;
    }

    h3,
    .section-title {
        font-size: 44px !important;
        line-height: 1.2;
    }
    /* ===== ABOUT ===== */
    .about-manifesto {
        padding: 100px 0;
    }
    /* immagini polaroid già disattivate, ok così */
    /* ===== EDITORIAL ===== */
    .editorial-content {
        padding: 50px 50px;
    }
    /* ===== TRADITION ===== */
    .tradition-map {
        padding: 100px 0;
    }

    .dish-desc {
        font-size: 14px;
        width: 200px;
    }
}
/* =========================
   CONTACT PAGE
========================= */

/* MAP */
.contact-map {
    padding-top: 140px;
}

.map-wrapper iframe {
    width: 100%;
    height: 480px;
    border: 0;
}

/* CONTACT INFO */
.contact-info {
    padding: 120px 0;
}

/* CARD BASE */
.contact-card {
    position: relative;
    background: #fff;
    border-radius: 28px;
    padding: 60px 45px;
    text-align: center;
    height: 100%;
    box-shadow: 0 18px 45px rgba(0,0,0,.12);
}

    /* DECORATIVE LINE */
    .contact-card::before {
        content: "";
        position: absolute;
        top: 30px;
        left: 50%;
        width: 60px;
        height: 2px;
        background: var(--bs-yellow);
        transform: translateX(-50%);
        opacity: .8;
    }

    /* TITLE */
    .contact-card h3 {
        font-family: 'Indie Flower', cursive;
        font-size: 48px;
        margin-bottom: 30px;
        color: var(--bs-green);
    }

    /* TEXT */
    .contact-card p {
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 18px;
        color: var(--bs-green);
    }

    /* LABEL (Telefono / Email / Giorni) */
    .contact-card .label {
        display: block;
        font-size: 13px;
        letter-spacing: 1px;
        text-transform: uppercase;
        opacity: .6;
        margin-bottom: 4px;
    }

/* LINKS (tel / mailto) */
.contact-link {
    color: var(--bs-green);
    text-decoration: none;
    font-weight: 600;
    transition: color .2s ease;
}

    .contact-link:hover {
        color: var(--bs-red);
        text-decoration: underline;
    }

/* MICRO VARIATION (subtle handmade feel) */
.contact-card--contacts {
    transform: rotate(-1deg);
}

.contact-card--location {
    transform: rotate(1deg);
}

.contact-card--hours {
    transform: rotate(-0.5deg);
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .contact-map {
        padding: 100px 0 60px;
    }

    .contact-info {
        padding: 80px 0;
    }

    .contact-card {
        padding: 45px 35px;
    }

        .contact-card h3 {
            font-size: 40px;
        }
}

@media (max-width: 767px) {
    .map-wrapper iframe {
        height: 320px;
    }

    .contact-card {
        padding: 40px 30px;
    }

        .contact-card h3 {
            font-size: 34px;
        }
}

/* =========================
   MENU A TAVOLA
========================= */

.menu-a-tavola {
    position: relative;
    overflow: hidden;
}

.menu-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* CARTONCINO VERDE */
.menu-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 520px;
    background: var(--bs-green);
    transform: rotate(2deg);
    z-index: 1;
}

/* MENU CENTRALE */
.menu-card-front {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 520px;
    background: #fff;
    padding: 40px;
    transform: rotate(-2deg);
    box-shadow: 0 25px 60px rgba(0,0,0,.25);
}

/* =========================
   POLAROID
========================= */

.polaroid {
    position: absolute;
    z-index: 0;
}

.polaroid-1 {
    width: 200px;
    height: 250px;
    object-fit: cover;
    top: -80px;
    left: -460px;
    transform: rotate(8deg);
    border: 10px solid;
}

.polaroid-2 {
    width: 250px;
    height: 350px;
    object-fit: cover;
    bottom: -160px;
    left: -480px;
    transform: rotate(-4deg);
    border: 10px solid;
}

.polaroid-3 {
    width: 250px;
    height: 330px;
    object-fit: cover;
    top: -120px;
    right: -520px;
    transform: rotate(-5deg);
    border: 10px solid;
}

.polaroid-4 {
    width: 220px;
    height: 350px;
    object-fit: cover;
    top: 450px;
    right: -355px;
    transform: rotate(3deg);
    border: 10px solid;
}

.polaroid-5 {
    width: 200px;
    height: 250px;
    object-fit: cover;
    bottom: 60px;
    right: -580px;
    transform: rotate(-8deg);
    border: 10px solid;
}

/* =========================
   ICONE
========================= */

.menu-icon {
    position: absolute;
    width: 180px;
    height: 180px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.icon-wine {
    top: -60px;
    right: -160px;
    background-image: url("/assets/images/icon/bicchiere di vino.svg");
}

.icon-glass {
    bottom: 190px;
    left: -440px;
    background-image: url(/assets/images/icon/bicchiere.svg);
}

.icon-menu {
    bottom: -140px;
    right: -60px;
    background-image: url(/assets/images/icon/menu.svg);
}

.icon-bottle {
    bottom: -120px;
    left: -120px;
    background-image: url("/assets/images/icon/bottiglia di vino.svg");
}

.icon-pasta {
    top: -200px;
    left: -80px;
    width: 240px;
    height: 240px;
    background-image: url("/assets/images/icon/penne pasta.svg");
}

.icon-fusillo {
    bottom: 100px;
    right: -320px;
    height: 260px;
    width: 260px;
    background-image: url("/assets/images/icon/fusillo pasta.svg");
}

.icon-limone {
    bottom: 500px;
    left: -280px;
    background-image: url(/assets/images/icon/limone.svg);
}

/* =========================
   CTA
========================= */

.menu-cta {
    margin-top: 80px;
}

.menu-note {
    margin-top: 8px;
    font-size: 14px;
    color: var(--bs-green);
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991px) {
    .polaroid,
    .menu-icon {
        display: none;
    }
}


/* =========================
   PRODUCTS STRIP
========================= */

.products-strip {
    position: relative;
    margin-top: -120px; /* sale sopra il banner */
    margin-bottom: -140px; /* entra nella section sotto */
    z-index: 10;
}

.products-strip-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
}

/* BASE IMMAGINI */
.product-img {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

    .product-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

/* IMMAGINI LATERALI */
.img-1 {
    transform: translateY(-130px);
    width: 380px;
    height: 520px;
}

.img-2 {
    transform: translateY(-130px);
    width: 340px;
    height: 420px;
}

.img-4 {
    transform: translateY(-130px);
    width: 340px;
    height: 420px;
}

.img-5 {
    transform: translateY(-130px);
    width: 380px;
    height: 520px;
}

/* QUADRO CENTRALE A SCACCHI */
.product-img.checker {
    width: 380px;
    height: 300px;
    background-image: linear-gradient(45deg, #9b1c1c 25%, transparent 25%), linear-gradient(-45deg, #9b1c1c 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #9b1c1c 75%), linear-gradient(-45deg, #ffffff 75%, #9b1c1c 75%);
    background-size: 40px 40px;
    background-position: 0 0, 0 20px, 20px -20px, -20px 0;
    z-index: 1;
    transform: translateY(-160px);
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991px) {
    .products-strip {
        margin-top: -60px;
        margin-bottom: -80px;
    }

    .product-img {
        width: 140px;
        height: 180px;
    }

        .product-img.checker {
            display: none;
        }
}

@media (max-width: 767px) {
    .products-strip-wrapper {
        gap: 10px;
    }

    .product-img {
        width: 120px;
        height: 160px;
        transform: none; /* niente salti strani su mobile */
    }

    .img-1,
    .img-2,
    .img-4,
    .img-5 {
        transform: none;
    }

    .products-strip {
        margin-top: -40px;
        margin-bottom: -60px;
    }
}


/* =========================
   PRODUCTS EDITORIAL (STAMP)
========================= */

.products-editorial {
    padding: 160px 0;
}

/* TITOLO */
.editorial-title {
    text-align: center;
    margin-bottom: 40px;
    color: var(--bs-red);
    line-height: 58px;
}

    .editorial-title span {
        display: block;
    }

/* CARTONCINO CON IMMAGINE TUA */
.editorial-stamp {
    background: url("/assets/images/prodotti/background marroncino.png") center / contain no-repeat;
    padding: 40px;
}

/* CONTORNO BIANCO TIPO FRANCOBOLLO */
.editorial-content-grid {
    background: var(--bs-light);
    padding: 50px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1.2fr 1fr;
    gap: 40px;
    align-items: center;
}

/* IMMAGINI */
.editorial-image img {
    width: 100%;
    display: block;
}

/* TESTO */
.editorial-text p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.editorial-text h4 {
    color: var(--bs-red);
    font-size: 26px;
    line-height: 1.2;
}

/* CTA */
.editorial-cta {
    text-align: center;
    margin-top: 50px;
}

    .editorial-cta .cta-note {
        margin-top: 8px;
        font-size: 14px;
        color: var(--bs-green);
    }

/* RESPONSIVE */
@media (max-width: 991px) {
    .editorial-content-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .editorial-image img {
        max-width: 360px;
        margin: 0 auto;
    }
}

/* =========================
   WHITE BACKGROUND FRAME
========================= */

.editorial-white {
    background: #fff;
    padding: 80px;
}

/* TESTO DESTRA */
.editorial-text-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

    .editorial-text-right p {
        font-size: 15px;
        line-height: 1.6;
    }

/* RESPONSIVE */
@media (max-width: 991px) {
    .editorial-white {
        padding: 40px 30px;
    }

    .editorial-text-right {
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 991px) {
    .banner-page.inner-page .content {
        padding: 0 !important;
    }
}

/* =========================
   PRODOTTI HIGHLIGHT
========================= */

.prodotti-highlight {
    padding: 160px 0;
    color: #fff;
}

/* GRID 2x2 */
.prodotti-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px 120px;
    align-items: start;
}

/* CARD */
.prodotto-item {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

/* IMMAGINE */
.prodotto-img {
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .45);
}

    .prodotto-img img {
        width: 100%;
        display: block;
        box-shadow: 0 20px 40px rgba(0,0,0,.35);
    }

/* TESTI */
.prodotto-text {
    max-width: 420px;
}

.prodotto-eyebrow {
    display: block;
    font-family: 'Indie Flower', cursive;
    font-size: 14px;
    margin-bottom: 6px;
    opacity: .85;
}

.prodotto-text h4 {
    font-size: 32px;
    margin-bottom: 12px;
    color: #fff;
}

.prodotto-text p {
    font-size: 15px;
    line-height: 1.6;
    color: #e8e6df;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .prodotti-grid {
        grid-template-columns: 1fr;
        gap: 80px;
    }

    .prodotto-text {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .prodotti-highlight {
        padding: 100px 0;
    }

    .prodotto-text h4 {
        font-size: 26px;
    }

    .prodotto-text p {
        font-size: 14px;
    }
    .page-title .content .subtitle {
        font-family: 'DM Sans';
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 3px;
        word-spacing: 0px;
        margin-top: 17px;
        margin-bottom: 35px;
    }
    .page-title .content .subtitle {
        padding-right: 0px !important;
    }
}

.heading-section .main {
    margin-bottom: 75px;
}

#mobile-logo_header {
    width: 150px;
}
.page-title .content .subtitle {
    padding-right: 80px;
}

.specialita {
    height: 300px;
    width: 360px;
    object-fit: cover;
}

@media (max-width: 991px) {

    /* tutte le icone decorative */
    .icon,
    .about-icon,
    .menu-icon,
    .banner-page.product .icon,
    .banner-page.product::after,
    /* pseudo-elementi decorativi */
    .team-content::before,
    .team-content::after,
    .origin-content::before,
    .origin-content::after,
    .passaggio-content::before,
    .passaggio-content::after,
    .passaggio-content h2::after,
    .wg-team::before,
    .wg-tradition::before,
    .dish::after {
        display: none !important;
        content: none !important;
        background: none !important;
    }
}
@media (max-width: 767px) {

    .banner-page {
        background-attachment: scroll; /* fondamentale su mobile */
        background-position: center top;
        min-height: 28vh;
        padding-top: 130px;
    }

        .banner-page.about {
            background-position: center top;
            background-size: cover;
        }
}
@media (max-width: 767px) {

    /* SECTION */
    .products-editorial {
        padding: 80px 0;
    }

    /* CONTENITORE BIANCO */
    .editorial-white {
        padding: 30px 20px;
    }

    /* TITOLO */
    .editorial-title {
        font-size: 34px !important;
        line-height: 1.2;
        margin-bottom: 30px;
    }

    /* VIA IL FRANCOBOLLO */
    .editorial-stamp {
        background: none;
        padding: 0;
    }

    /* GRID → STACK VERTICALE */
    .editorial-content-grid {
        padding: 0;
        gap: 30px;
        background: transparent;
    }

    /* IMMAGINI */
    .editorial-image img {
        max-width: 100%;
        border-radius: 12px;
    }

    /* TESTO CENTRALE */
    .editorial-text {
        text-align: center;
        padding: 0 10px;
    }

        .editorial-text p {
            font-size: 15px;
            line-height: 1.6;
            margin-bottom: 24px;
        }

        .editorial-text h4 {
            font-size: 28px;
            line-height: 1.2;
            margin-top: 10px;
        }

    /* BLOCCO DESTRO */
    .editorial-text-right {
        gap: 24px;
        padding: 0 10px;
    }

        .editorial-text-right p {
            font-size: 15px;
            line-height: 1.6;
            text-align: center;
        }

    /* CTA */
    .editorial-cta {
        margin-top: 40px;
    }
}

/* ===== TRADITION DAYS ===== */
.tradition-days .tradition-intro {
    max-width: 860px;
    margin: 0 auto;
}

/* card un po' più "premium" */
.tradition-card {
    border: 1px solid rgba(34,57,27,.08);
    transition: transform .2s ease, box-shadow .2s ease;
}

    .tradition-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 55px rgba(0,0,0,.14);
    }

/* badge giorno */
.dish-badge {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(145,26,28,.10); /* rosso soft */
    color: var(--bs-red);
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
    font-size: 12px;
}

/* titolo piatto */
.dish-title {
    margin-bottom: 14px;
    color: var(--bs-green);
}

/* testo un filo più leggibile */
.dish-text {
    font-size: 15px;
    line-height: 1.7;
    color: #333;
}

/* immagine più pulita (se vuoi) */
.tradition-card .specialita {
    border-radius: 14px;
}

.w-600{
    width: 600px;
}
