/* =========================================================
   IL BRONTOLONE — MENÙ ALLA CARTA
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Open+Sans:wght@400;500;600&display=swap');


:root {
    --blu: #15516d;
    --viola: #4c2554;
    --giallo: #eab341;
    --salvia: #a1c0b8;

    --sfondo: #f8f6f1;
    --bianco: #ffffff;
    --testo: #303030;
}


/* =========================================================
   RESET
   ========================================================= */

* {
    box-sizing: border-box;
}


html {
    margin: 0;
    padding: 0;

    scroll-behavior: smooth;
}


body {
    margin: 0;
    padding: 0;

    width: 100%;

    background: var(--sfondo);

    color: var(--testo);

    font-family:
        "Open Sans",
        Arial,
        sans-serif;

    overflow-x: hidden;
}


/* =========================================================
   BARRA SUPERIORE
   ========================================================= */

.menu-top {
    position: fixed;

    top: 0;
    left: 0;

    width: 100%;
    height: 58px;

    padding: 0 25px;

    display: flex;

    align-items: center;
    justify-content: space-between;

    background:
        rgba(248,246,241,0.95);

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);

    border-bottom:
        1px solid
        rgba(21,81,109,0.07);

    z-index: 1000;
}


.indietro {
    color: var(--blu);

    text-decoration: none;

    font-family:
        "Montserrat",
        sans-serif;

    font-size: 10px;
    font-weight: 600;

    letter-spacing: 2px;

    transition:
        opacity 0.25s ease;
}


.indietro:hover {
    opacity: 0.55;
}


.menu-logo {
    display: block;

    width: 52px;
    height: auto;
}


/* =========================================================
   HERO
   ========================================================= */

.intro {
    position: relative;

    width: 100%;
    min-height: 680px;

    padding:
        115px
        30px
        70px;

    display: flex;

    justify-content: center;
    align-items: center;

    background: var(--sfondo);

    overflow: hidden;
}


.contenuto {
    position: relative;

    z-index: 10;

    width: 100%;
    max-width: 820px;

    margin: 0 auto;

    text-align: center;
}


.sopratitolo {
    margin:
        0 0
        18px;

    color: var(--blu);

    font-family:
        "Montserrat",
        sans-serif;

    font-size: 9px;
    font-weight: 600;

    letter-spacing: 3px;
}


.intro h1 {
    margin:
        0 0
        20px;

    color: var(--blu);

    font-family:
        "TeX Gyre Termes",
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        clamp(
            65px,
            9vw,
            105px
        );

    font-weight: 400;

    line-height: 0.9;
}


.frase-grande {
    margin:
        0 auto
        16px;

    font-size: 14px;

    line-height: 1.6;
}


.frase-carattere {
    margin:
        18px auto;

    color: var(--viola);

    font-family:
        "TeX Gyre Termes",
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        clamp(
            24px,
            3vw,
            34px
        );

    font-style: italic;

    line-height: 1.25;
}


.testo-intro {
    max-width: 560px;

    margin:
        20px auto
        0;

    font-size: 12px;

    line-height: 1.7;
}


.firma {
    margin:
        20px auto
        0;

    color: var(--blu);

    font-family:
        "Montserrat",
        sans-serif;

    font-size: 10px;
    font-weight: 600;

    line-height: 1.6;
}


/* =========================================================
   FORME HERO
   ========================================================= */

.forma {
    position: absolute;

    z-index: 1;

    pointer-events: none;
}


.forma.viola {
    width: 390px;
    height: 205px;

    top: -105px;
    left: -85px;

    background: var(--viola);

    border-radius:
        45% 55% 40% 60%
        /
        55% 40% 60% 45%;

    transform: rotate(-10deg);
}


.forma.gialla {
    width: 340px;
    height: 460px;

    top: 115px;
    right: -205px;

    background: var(--giallo);

    border-radius:
        52% 48% 55% 45%
        /
        38% 55% 45% 62%;

    transform: rotate(9deg);
}


.forma.blu {
    width: 325px;
    height: 360px;

    bottom: -180px;
    left: -155px;

    background: var(--blu);

    border-radius:
        55% 45% 60% 40%
        /
        45% 60% 40% 55%;

    transform: rotate(-10deg);
}


.forma.salvia {
    width: 360px;
    height: 270px;

    bottom: -145px;
    right: -150px;

    background: var(--salvia);

    border-radius:
        50% 50% 38% 62%
        /
        55% 40% 60% 45%;

    transform: rotate(10deg);
}


/* =========================================================
   INTRO MENÙ ALLA CARTA
   ========================================================= */

.intro-carta {
    width: 100%;

    padding:
        110px
        30px;

    background: var(--bianco);
}


.intro-carta-contenuto {
    width:
        min(
            880px,
            100%
        );

    margin: 0 auto;
}


.numero-carta {
    margin:
        0 0
        12px;

    color: var(--salvia);

    font-family:
        "Montserrat",
        sans-serif;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 3px;
}


.etichetta-carta {
    margin:
        0 0
        16px;

    color: var(--blu);

    font-family:
        "Montserrat",
        sans-serif;

    font-size: 9px;
    font-weight: 700;

    letter-spacing: 3px;
}


.intro-carta h2 {
    margin:
        0 0
        45px;

    color: var(--blu);

    font-family:
        "TeX Gyre Termes",
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        clamp(
            48px,
            6vw,
            72px
        );

    font-weight: 400;

    line-height: 0.98;
}


.intro-carta-testo {
    width:
        min(
            650px,
            100%
        );

    margin-left: auto;
}


.intro-carta-testo p {
    margin:
        0 0
        22px;

    font-size: 13px;

    line-height: 1.85;
}


.intro-carta-testo strong {
    color: var(--blu);
}


.frase-carta {
    margin:
        40px
        0 !important;

    padding-left: 22px;

    border-left:
        3px solid
        var(--giallo);

    color: var(--viola);

    font-family:
        "TeX Gyre Termes",
        Georgia,
        serif;

    font-size:
        25px !important;

    font-style: italic;

    line-height:
        1.45 !important;
}


.frase-carta strong {
    color: var(--viola);
}


.firma-carta {
    margin-top:
        38px !important;

    color: var(--viola);

    font-family:
        "TeX Gyre Termes",
        Georgia,
        serif;

    font-size:
        25px !important;

    font-style: italic;

    line-height:
        1.4 !important;
}


/* =========================================================
   MENÙ UNICO — FASCIA BLU
   ========================================================= */

.menu-unico {
    width: 100%;

    padding:
        100px
        25px
        110px;

    background: var(--blu);

    color: var(--bianco);
}


/* =========================================================
   INTESTAZIONE MENÙ
   ========================================================= */

.menu-unico-intestazione {
    width:
        min(
            790px,
            100%
        );

    margin:
        0 auto
        65px;

    text-align: center;
}


.menu-unico-label {
    margin:
        0 0
        13px;

    color: var(--giallo);

    font-family:
        "Montserrat",
        sans-serif;

    font-size: 9px;
    font-weight: 700;

    letter-spacing: 3px;
}


.menu-unico-intestazione h2 {
    margin:
        0 0
        25px;

    color: var(--bianco);

    font-family:
        "TeX Gyre Termes",
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        clamp(
            46px,
            6vw,
            70px
        );

    font-weight: 400;

    line-height: 1;
}


.menu-unico-intestazione p:not(.menu-unico-label) {
    max-width: 650px;

    margin:
        0 auto;

    color:
        rgba(255,255,255,0.75);

    font-size: 12px;

    line-height: 1.8;
}


.menu-unico-intestazione strong {
    display: block;

    max-width: 650px;

    margin:
        14px auto
        0;

    color: var(--giallo);

    font-size: 12px;
    font-weight: 700;

    line-height: 1.7;
}


/* =========================================================
   GRIGLIA 4 COLONNE
   ========================================================= */

.menu-unico-griglia {
    width:
        min(
            1450px,
            100%
        );

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 0;

    border-top:
        1px solid
        rgba(255,255,255,0.20);

    border-bottom:
        1px solid
        rgba(255,255,255,0.20);
}


/* =========================================================
   COLONNA
   ========================================================= */

.menu-colonna {
    position: relative;

    min-width: 0;

    padding:
        60px
        35px
        55px;

    overflow: hidden;

    border-right:
        1px solid
        rgba(255,255,255,0.18);
}


.menu-colonna:last-child {
    border-right: none;
}


/* =========================================================
   LETTERA DECORATIVA
   ========================================================= */

.menu-lettera {
    position: absolute;

    top: 0;
    right: 5px;

    color:
        rgba(255,255,255,0.055);

    font-family:
        "TeX Gyre Termes",
        Georgia,
        serif;

    font-size: 185px;

    line-height: 0.9;

    pointer-events: none;
}


/* =========================================================
   CATEGORIA
   ========================================================= */

.menu-categoria {
    position: relative;

    z-index: 2;

    margin:
        0 0
        42px;

    color: var(--giallo);

    font-family:
        "Montserrat",
        sans-serif;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 3px;
}


/* =========================================================
   PIATTO
   ========================================================= */

.menu-piatto {
    position: relative;

    z-index: 2;

    margin-bottom: 26px;

    padding-bottom: 20px;

    border-bottom:
        1px solid
        rgba(255,255,255,0.11);
}


.menu-piatto:last-child {
    border-bottom: none;
}


.menu-piatto span {
    display: block;

    margin-bottom: 8px;

    color: var(--bianco);

    font-family:
        "Montserrat",
        sans-serif;

    font-size: 10px;
    font-weight: 600;

    line-height: 1.55;

    letter-spacing: 0.5px;
}


.menu-piatto strong {
    display: block;

    color: var(--salvia);

    font-family:
        "Montserrat",
        sans-serif;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 1px;
}


/* DOLCI SENZA PREZZO */

.menu-piatto-senza-prezzo span {
    margin-bottom: 0;
}


/* =========================================================
   AVVISO
   ========================================================= */

.menu-avviso {
    width:
        min(
            780px,
            100%
        );

    margin:
        75px auto
        0;

    padding:
        32px
        35px;

    border:
        1px solid
        rgba(255,255,255,0.25);

    text-align: center;
}


.menu-avviso-titolo {
    margin:
        0 0
        12px !important;

    color: var(--giallo) !important;

    font-family:
        "Montserrat",
        sans-serif;

    font-size:
        9px !important;

    font-weight: 700;

    letter-spacing: 3px;
}


.menu-avviso p {
    max-width: 620px;

    margin: 0 auto;

    color:
        rgba(255,255,255,0.75);

    font-size: 12px;

    line-height: 1.8;
}


.menu-avviso strong {
    color: var(--bianco);
}


/* =========================================================
   FRASE FINALE MENÙ
   ========================================================= */

.menu-unico-finale {
    width:
        min(
            700px,
            100%
        );

    margin:
        75px auto
        0;

    text-align: center;
}


.menu-unico-finale p {
    margin:
        0 0
        16px;

    color:
        rgba(255,255,255,0.70);

    font-size: 12px;

    line-height: 1.7;
}


.menu-unico-finale strong {
    color: var(--giallo);

    font-family:
        "TeX Gyre Termes",
        Georgia,
        serif;

    font-size:
        clamp(
            26px,
            3vw,
            38px
        );

    font-style: italic;

    font-weight: 400;

    line-height: 1.3;
}


/* =========================================================
   FOOTER
   ========================================================= */

.footer-brontolone {
    position: relative;

    width: 100%;

    background: var(--blu);

    color: var(--bianco);

    overflow: hidden;
}


.footer-info {
    width:
        min(
            1280px,
            100%
        );

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        1.25fr
        1fr
        1fr
        1.25fr;
}


.footer-box {
    position: relative;

    min-height: 190px;

    padding:
        38px
        32px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    color: var(--bianco);

    text-decoration: none;

    border-right:
        1px solid
        rgba(255,255,255,0.16);

    transition:
        background-color 0.35s ease;
}


.footer-box:last-child {
    border-right: none;
}


a.footer-box:hover {
    background:
        rgba(255,255,255,0.07);
}


.footer-label {
    margin-bottom: 16px;

    color: var(--salvia);

    font-family:
        "Montserrat",
        sans-serif;

    font-size: 8px;
    font-weight: 700;

    letter-spacing: 3px;
}


.footer-title {
    color: var(--bianco);

    font-family:
        "TeX Gyre Termes",
        Georgia,
        serif;

    font-size: 23px;

    line-height: 1.2;

    text-decoration: none;
}


.footer-small {
    margin-top: 5px;

    color:
        rgba(255,255,255,0.72);

    font-size: 11px;

    text-decoration: none;
}


.footer-action {
    margin-top: 25px;

    color:
        rgba(255,255,255,0.65);

    font-family:
        "Montserrat",
        sans-serif;

    font-size: 8px;
    font-weight: 600;

    letter-spacing: 1.5px;
}


.footer-phone {
    display: block;

    width: fit-content;

    text-decoration: none;

    transition:
        opacity 0.25s ease;
}


.footer-phone:hover {
    opacity: 0.55;
}


/* CHIAMACI */

.footer-call,
.footer-call:visited,
.footer-call:active {
    display: inline-block;

    width: fit-content;

    color:
        rgba(255,255,255,0.65);

    text-decoration: none;
}


.footer-call:hover {
    color: var(--giallo);

    text-decoration: none;
}


/* RIPOSO */

.footer-riposo {
    margin-top: 14px;

    color: var(--giallo);

    font-family:
        "Montserrat",
        sans-serif;

    font-size: 9px;
    font-weight: 700;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}


/* PRENOTAZIONE */

.footer-prenota {
    background: var(--giallo);

    color: var(--viola);
}


.footer-prenota .footer-label {
    color: var(--viola);

    opacity: 0.7;
}


.footer-prenota-title {
    color: var(--viola);

    font-family:
        "TeX Gyre Termes",
        Georgia,
        serif;

    font-size: 36px;

    font-style: italic;

    line-height: 1;
}


.footer-prenota .footer-action {
    color: var(--viola);

    opacity: 0.8;
}


.footer-prenota:hover {
    background:
        var(--salvia) !important;
}


/* FASCIA VIOLA */

.footer-bottom {
    width: 100%;

    min-height: 100px;

    padding:
        27px
        40px;

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 40px;

    background: var(--viola);
}


.footer-brand {
    color: var(--bianco);

    font-family:
        "Montserrat",
        sans-serif;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 2px;
}


.footer-brand span {
    display: block;

    margin-top: 5px;

    color:
        rgba(255,255,255,0.55);

    font-size: 7px;

    letter-spacing: 3px;
}


.footer-bottom p {
    margin: 0;

    color:
        rgba(255,255,255,0.75);

    font-family:
        "TeX Gyre Termes",
        Georgia,
        serif;

    font-size: 16px;

    font-style: italic;
}


/* =========================================================
   TABLET
   Manteniamo le 4 colonne
   ========================================================= */

@media (max-width: 1000px) {

    .menu-colonna {
        padding:
            50px
            18px
            45px;
    }


    .menu-lettera {
        font-size: 145px;
    }


    .menu-categoria {
        font-size: 9px;

        letter-spacing: 2px;
    }


    .menu-piatto span {
        font-size: 9px;
    }


    .menu-piatto strong {
        font-size: 9px;
    }


    .footer-info {
        grid-template-columns:
            repeat(2, 1fr);
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

    .menu-top {
        height: 54px;

        padding:
            0
            16px;
    }


    .menu-logo {
        width: 45px;
    }


    .indietro {
        font-size: 9px;

        letter-spacing: 1.4px;
    }


    .intro {
        min-height: 600px;

        padding:
            90px
            18px
            60px;
    }


    .intro h1 {
        font-size: 58px;
    }


    .sopratitolo {
        font-size: 8px;

        letter-spacing: 2px;
    }


    .frase-grande {
        font-size: 12px;
    }


    .frase-carattere {
        font-size: 23px;
    }


    .testo-intro {
        max-width: 390px;

        font-size: 11px;
    }


    .firma {
        font-size: 10px;
    }


    /* FORME */

    .forma.viola {
        width: 210px;
        height: 110px;

        top: -65px;
        left: -85px;
    }


    .forma.gialla {
        width: 190px;
        height: 260px;

        right: -150px;
        top: 170px;
    }


    .forma.blu {
        width: 175px;
        height: 190px;

        left: -120px;
        bottom: -125px;
    }


    .forma.salvia {
        width: 180px;
        height: 135px;

        right: -120px;
        bottom: -80px;
    }


    /* INTRO CARTA */

    .intro-carta {
        padding:
            75px
            20px;
    }


    .intro-carta h2 {
        margin-bottom: 32px;

        font-size: 42px;
    }


    .intro-carta-testo {
        margin-left: 0;
    }


    .intro-carta-testo p {
        font-size: 12px;

        line-height: 1.75;
    }


    .frase-carta {
        font-size:
            21px !important;
    }


    .firma-carta {
        font-size:
            21px !important;
    }


    /* MENÙ */

    .menu-unico {
        padding:
            75px
            18px
            80px;
    }


    .menu-unico-intestazione {
        margin-bottom: 45px;
    }


    .menu-unico-intestazione h2 {
        font-size: 44px;
    }


    /*
       SOLO SU MOBILE:
       LE COLONNE DIVENTANO UNA SOTTO L'ALTRA
    */

    .menu-unico-griglia {
        grid-template-columns: 1fr;
    }


    .menu-colonna {
        padding:
            45px
            25px;

        border-right: none;

        border-bottom:
            1px solid
            rgba(255,255,255,0.20);
    }


    .menu-colonna:last-child {
        border-bottom: none;
    }


    .menu-lettera {
        right: 15px;

        font-size: 155px;
    }


    .menu-categoria {
        margin-bottom: 32px;

        font-size: 10px;
    }


    .menu-piatto {
        margin-bottom: 21px;

        padding-bottom: 17px;
    }


    .menu-piatto span {
        font-size: 10px;
    }


    .menu-piatto strong {
        font-size: 10px;
    }


    .menu-avviso {
        margin-top: 55px;

        padding:
            27px
            22px;
    }


    .menu-unico-finale {
        margin-top: 55px;
    }


    /* FOOTER */

    .footer-info {
        grid-template-columns: 1fr;
    }


    .footer-box {
        min-height: 150px;

        padding:
            28px
            25px;

        border-right: none;

        border-bottom:
            1px solid
            rgba(255,255,255,0.15);
    }


    .footer-bottom {
        padding:
            27px
            25px;

        flex-direction: column;

        align-items: flex-start;

        gap: 18px;
    }

}