/*
    Theme Name: Villa Paolotti
    Theme URI: https://villapaolotti.it
    Author: I Am.
    Author URI: https://iam-design.it/
    Description: Il tema personalizzato per Villa Paolotti
    Version: 1.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Text Domain: villapaolotti
*/

:root {
    --black: #111;
    --white: #FFF;
}

#smooth-wrapper {
    position: relative;
}

#smooth-content {
    will-change: transform;
}

.vp-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.vp-hero-slider,
.vp-hero-slider .swiper-wrapper,
.vp-hero-slider .swiper-slide {
    width: 100%;
    height: 100%;
}

.vp-hero-slider .swiper-slide {
    position: relative;
    overflow: hidden;
}

.vp-hero-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.04);
}

.vp-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.15);
    z-index: 2;
    pointer-events: none;
}

.vp-hero-content {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 30px;
    pointer-events: none;
    flex-direction: column;
}

.vp-hero-content .about-eyebrow{
    font-size: 24px;
}

.vp-hero-title {
    margin: 0;
    color: #fff;
    font-size: clamp(72px, 14vw, 240px);
    line-height: 0.9;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: .7;
}

.vp-hero-nav {
    position: absolute;
    inset: 0;
    z-index: 4;
    pointer-events: none;
}

/* reset completo frecce swiper */
.vp-hero .swiper-button-prev,
.vp-hero .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 90px;
    height: 90px;
    margin: 0 !important;
    transform: translateY(-50%);
    pointer-events: auto;
    cursor: pointer;
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
    color: transparent !important;
}

/* rimuove totalmente le icone di default swiper */
.vp-hero .swiper-button-prev::after,
.vp-hero .swiper-button-next::after,
.vp-hero .swiper-button-prev::before,
.vp-hero .swiper-button-next::before {
    content: none !important;
    display: none !important;
}

.vp-hero .swiper-button-prev {
    left: 10px !important;
    right: auto !important;
}

.vp-hero .swiper-button-next {
    right: 10px !important;
    left: auto !important;
}

/* frecce custom */
.vp-hero-arrow span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 34px;
    height: 34px;
    margin: 0;
    border-top: 1.5px solid #754340;
    border-right: 1.5px solid #754340;
}

.vp-hero .swiper-button-next span {
    transform: translate(-65%, -50%) rotate(45deg);
}

.vp-hero .swiper-button-prev span {
    transform: translate(-35%, -50%) rotate(-135deg);
}

.hover-underline-animation {
    display: inline-block;
    position: relative;
}

.hover-underline-animation::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #FFF;
    transform-origin: bottom right;
    transition: transform 0.5s ease-out;
}

.hover-underline-animation:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.about-section {
    position: relative;
    padding: 180px 40px;
    color: #fff;
    overflow: hidden;
}

.about-container {
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.05fr 0.9fr 0.75fr;
    align-items: stretch;
}

.about-col {
    position: relative;
}

.about-image-large,
.about-image-small {
    position: relative;
    overflow: hidden;
    filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.18));
}

.about-image-large img,
.about-image-small img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-image-large {
    height: 870px;
    border-top-left-radius: 50%;
}

.about-col-center {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about-text-block {
    padding-left: 60px;
    max-width: 560px;
}

.about-eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #fff;
}

.about-title {
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    font-size: 36px;
    line-height: 1.13em;
    letter-spacing: .15em;
    margin: 0 0 28px;
}

.about-text {
    margin: 0 0 28px;
    max-width: 460px;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.6;
    color: rgba(255,255,255,0.82);
}

.about-image-small-wrap {
    position: relative;
    margin-top: 80px;
    padding-left: 60px;
    width: 100%;
}

.about-image-small {
    width: 100%;
    height: 500px;
}

.about-floating-text {
    position: absolute;
    right: -263px;
    bottom: 32px;
    z-index: 3;
    max-width: 360px;
    margin: 0;
    font-size: 43px;
    line-height: 1.35em;
    color: #000;
    transform-origin: left bottom;
    pointer-events: none;
    font-family: "Mrs Saint Delafield";
}

.about-col-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-hours {
    width: 100%;
    max-width: 100%;
    text-align: left;
    padding-left: 60px;
}

.about-image-large,
.about-image-small,
.vp-menu-image,
.vp-events-image {
    overflow: hidden;
}

.hours-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.hours-row {
    padding: 0 0 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.hours-row span:first-child {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #fff;
}

.hours-row span:last-child {
    font-size: 15px;
    line-height: 1.6em;
    color: rgba(255, 255, 255, 0.9);
}

.experience-section {
    position: relative;
    padding: 180px 40px;
    color: #fff;
    overflow: hidden;
    background-color: #FFFFF0;
}

.experience-inner {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    text-align: center;
}

.experience-label {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-bottom: 60px;
    font-family: Jost, sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #754340;
}

.experience-list {
    position: relative;
    border-top: 1px solid #75434054;
}

.experience-item {
    position: relative;
    padding: 42px 0;
    border-bottom: 1px solid #75434054;
    cursor: pointer;
}

.experience-item-content {
    position: relative;
    z-index: 3;
}

.experience-title {
    margin: 0;
    font-family: Cormorant, sans-serif;
    font-weight: 400;
    font-size: clamp(48px, 7vw, 110px);
    line-height: 1em;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #75434094;
    transition: color 0.35s ease, opacity 0.35s ease, transform 0.35s ease;
}

.experience-subtitle {
    margin: 14px auto 0;
    max-width: 520px;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.6;
    color: #75434094;
    transition: color 0.35s ease, opacity 0.35s ease;
}

.experience-item.active .experience-title,
.experience-item:hover .experience-title {
    color: #754340;
}

.experience-item.active .experience-subtitle,
.experience-item:hover .experience-subtitle {
    color: #75434094;
}

.experience-images {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.experience-image {
    position: absolute;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.6s ease, transform 0.7s ease;
    filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.18));
}

.experience-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* posizioni */
.img-left-far {
    left: 2%;
    top: 20%;
    width: 200px;
    height: 280px;
    transform: translateY(60px);
}

.img-left {
    left: 18.5%;
    top: -5%;
    width: 175px;
    height: 240px;
    transform: translateY(60px);
}

.img-right {
    right: 17%;
    top: -5%;
    width: 200px;
    height: 290px;
    transform: translateY(60px);
}

.m-top{
    margin-bottom: 60px;
}

.experience-item.active .experience-image,
.experience-item:hover .experience-image {
    opacity: 1;
}

.experience-item.active .img-left-far,
.experience-item:hover .img-left-far {
    transform: translateY(0);
}

.experience-item.active .img-left,
.experience-item:hover .img-left {
    transform: translateY(0);
}

.experience-item.active .img-right,
.experience-item:hover .img-right {
    transform: translateY(0);
}

.vp-menu-section {
    position: relative;
    padding: 180px 40px;
    color: #fff;
    overflow: hidden;
}

.vp-menu-container {
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    align-items: stretch;
}

.vp-menu-col {
    position: relative;
}

.vp-menu-col-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.vp-menu-image {
    position: relative;
    overflow: hidden;
    filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.18));
}

.vp-menu-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vp-menu-image-top {
    height: 700px;
    border-top-left-radius: 230px;
    border-top-right-radius: 230px;
}

.vp-menu-image-bottom {
    height: 350px;
    width: 250px;
    border-radius: 150px;
}

.vp-menu-col-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vp-menu-block {
    display: flex;
    text-align: center;
    flex-direction: column;
}

.vp-menu-eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #fff;
}

.vp-menu-title {
    margin: 0 0 50px;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    font-size: 28px;
    line-height: 1.13em;
    letter-spacing: .15em;
}

.vp-menu-category {
    margin-bottom: 50px;
}

.vp-menu-category:last-child {
    margin-bottom: 0;
}

.vp-menu-category-title {
    margin: 0 0 18px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.vp-menu-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,0.14);
}

.vp-menu-item-name {
    display: block;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.6;
    color: rgba(255,255,255,0.82);
}

.vp-menu-item-price {
    flex-shrink: 0;
    display: block;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255,255,255,0.95);
}

.vp-menu-col-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vp-menu-image-single {
    width: 100%;
    height: 720px;
    border-top-left-radius: 180px;
    border-bottom-right-radius: 180px;
}

.vp-events-section {
    position: relative;
    padding: 180px 40px;
    color: #fff;
    overflow: hidden;
    background: #FFFFF0;
}

.normal {
    background-color: #FFFFF0;
}

.bg-color {
    background-color: #FFFFF0;
}

.vp-events-container {
    max-width: 1600px;
    margin: 0 auto;
}

.vp-events-heading {
    max-width: 890px;
    margin: 0 auto 80px;
    text-align: center;
}

.vp-restaurant-menu-note {
    margin: 42px 0 0;
    font-size: 14px;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(255,255,255,0.95);
}

.bg-color .vp-restaurant-menu-note {
    color: #754340;
}

.vp-events-eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #754340;
}

.vp-events-title {
    margin: 0 0 24px;
    text-transform: uppercase;
    font-weight: 300;
    color: #754340;
    font-size: 36px;
    line-height: 1.13em;
    letter-spacing: .15em;
}

.vp-events-text {
    margin: 0 auto;
    max-width: 620px;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.6;
    color: #75434094;
}

.vp-events-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 90px;
    align-items: start;
}

.vp-events-card {
    display: flex;
    flex-direction: column;
}

.vp-events-image {
    position: relative;
    overflow: hidden;
    margin-bottom: 28px;
    filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.18));
}

.vp-events-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vp-events-image-rect {
    height: 640px;
}

.vp-events-image-rounded {
    height: 640px;
    border-top-left-radius: 220px;
    border-top-right-radius: 220px;
}

.vp-events-content {
    text-align: center;
    max-width: 420px;
    margin: 0 auto;
}

.vp-events-card-title {
    margin: 0 0 14px;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.2;
    color: #754340;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.vp-events-card-text {
    margin: 0;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.6;
    color: #75434094;
}

.vp-page-hero {
    position: relative;
    width: 100%;
    height: 60vh;
    min-height: 520px;
    overflow: hidden;
}

.vp-page-hero-media,
.vp-page-hero-media img {
    width: 100%;
    height: 100%;
}

.vp-page-hero-media img {
    display: block;
    object-fit: cover;
}

.vp-page-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.28);
    z-index: 1;
}

.vp-page-hero-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 30px;
    max-width: 570px;
    margin: 0 auto;
}

.vp-page-hero-title {
    margin: 0 0 18px;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    font-size: 36px;
    line-height: 1.13em;
    letter-spacing: .15em;
}

.vp-page-hero-text {
    margin: 0;
    max-width: 680px;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.6;
    color: #FFF;
}

@media (max-width: 1060px) {
    .vp-hero .swiper-button-prev,
    .vp-hero .swiper-button-next {
        width: 64px;
        height: 64px;
    }

    .vp-hero .swiper-button-prev {
        left: 0px !important;
    }

    .vp-hero .swiper-button-next {
        right: 0px !important;
    }

    .vp-hero-arrow span {
        width: 24px;
        height: 24px;
    }

    .about-section {
        padding: 60px 16px;
    }

    .about-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .about-image-large {
        height: 620px;
    }

    .about-text-block,
    .about-image-small-wrap {
        padding-left: 0;
        max-width: 100%;
    }

    .about-col-right {
        justify-content: flex-start;
    }

    .about-hours {
        max-width: 100%;
        text-align: left;
        padding-left: 0;
    }

    .experience-images{
        display: none;
    }

    .hours-row {
        align-items: flex-start;
    }

    .about-floating-text {
        left: 0;
        bottom: 18px;
        color: black;
    }

    .experience-section {
        padding: 60px 16px;
    }

    .img-left-far {
        left: 0;
        top: 58%;
        width: 160px;
        height: 210px;
    }

    .img-left {
        left: 8%;
        top: 10%;
        width: 190px;
        height: 250px;
    }

    .img-right {
        right: 2%;
        top: 20%;
        width: 220px;
        height: 290px;
    }

    .vp-menu-section {
        padding: 60px 16px;
    }

    .vp-menu-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .vp-menu-image-top {
        height: 600px;
        width: 100%;
        border-top-left-radius: 120px;
        border-top-right-radius: 120px;
    }

    .vp-menu-image-bottom {
        height: 340px;
        border-radius: 120px;
    }

    .vp-menu-image-single {
        max-width: 100%;
        height: 520px;
        border-top-left-radius: 120px;
        border-bottom-right-radius: 120px;
    }

    .vp-menu-title {
        font-size: 24px;
    }

    .vp-menu-item {
        gap: 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: left;
        padding: 12px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    }

    .vp-menu-item-name,
    .vp-menu-item-price {
        font-size: 16px;
    }

    .vp-events-section {
        padding: 60px 16px;
    }

    .vp-events-heading {
        margin-bottom: 60px;
    }

    .vp-events-grid {
        grid-template-columns: 1fr;
        gap: 70px;
    }

    .vp-events-title {
        font-size: 24px;
    }

    .vp-events-image-rect,
    .vp-events-image-rounded {
        height: 420px;
    }

    .vp-events-image-rounded {
        border-top-left-radius: 120px;
        border-top-right-radius: 120px;
    }

    .vp-events-card-title {
        font-size: 20px;
    }

    .vp-events-card-text {
        font-size: 16px;
    }

    .vp-page-hero {
        height: 60vh;
        min-height: 420px;
    }

    .vp-page-hero-title {
        font-size: clamp(28px, 4vw, 36px);
    }

    .vp-page-hero-text {
        font-size: 16px;
    }
}

/* .vp-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    border: 1px solid rgba(201, 165, 129, 0.45);
    border-radius: 50%;
    pointer-events: none;
    z-index: 9998;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition:
        width 0.35s ease,
        height 0.35s ease,
        border-color 0.35s ease,
        background 0.35s ease,
        opacity 0.25s ease;
    will-change: transform;
}

.vp-cursor.is-visible {
    opacity: 1;
}

.vp-cursor.is-hover {
    width: 34px;
    height: 34px;
    border-color: rgba(201, 165, 129, 0.7);
    background: rgba(201, 165, 129, 0.08);
}

@media (max-width: 991px), (pointer: coarse) {
    .vp-cursor {
        display: none;
    }
} */

/* ============================================================
   CARTA DEI VINI
============================================================ */

.vp-wine-section {
    position: relative;
    padding: 90px 40px;
    color: #fff;
    overflow: hidden;
}

.vp-wine-container {
    max-width: 1500px;
    margin: 0 auto;
}

.vp-wine-category {
    position: relative;
    padding: 90px 0;
}

.vp-wine-category:first-child {
    border-top: 0;
}

.vp-wine-category:last-child {
    border-bottom: 0;
}

.vp-wine-category-head {
    max-width: 760px;
    margin: 0 auto 70px;
    text-align: center;
}

.vp-wine-category-label {
    display: inline-block;
    margin-bottom: 18px;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #754340;
}

.vp-wine-category-title {
    margin: 0;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    font-size: 36px;
    line-height: 1.13em;
    letter-spacing: .15em;
}

.vp-wine-category-text {
    margin: 24px auto 0;
    max-width: 620px;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.6;
    color: rgba(255,255,255,0.82);
}

.vp-wine-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 90px;
    row-gap: 0;
}

.vp-wine-item {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 30px;
    align-items: flex-start;
    padding: 26px 0;
    border-bottom: 1px solid rgba(255,255,255,0.14);
}

.mb-2{
    margin: 0 0 18px;
}

.experience-item {
    position: relative;
}

.experience-link-full {
    position: absolute;
    inset: 0;
    z-index: 10;
    display: block;
}

.vp-wine-title {
    margin: 0 0 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.vp-wine-description {
    max-width: 560px;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.6;
    color: rgba(255,255,255,0.82);
}

.vp-wine-description p {
    margin: 0;
}

.vp-wine-price {
    flex-shrink: 0;
    min-width: 70px;
    text-align: right;
    font-size: 17px;
    line-height: 1.4;
    color: rgba(255,255,255,0.95);
    white-space: nowrap;
    font-family: 'Jost';
}

.vp-wine-gallery {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    padding: 70px 0 100px;
}

.vp-wine-gallery-item {
    position: relative;
    overflow: hidden;
    padding: 0;
    filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.18));
}

.vp-wine-gallery-item img {
    display: block;
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.vp-wine-gallery-item:nth-child(1) {
    padding-top: 60px;
}

.vp-wine-gallery-item:nth-child(3) {
    padding-top: 60px;
}

.vp-wine-gallery-item:nth-child(2) {
    border-top-left-radius: 180px;
    border-top-right-radius: 180px;
}

.vp-wine-gallery-item:nth-child(4) img {
    border-bottom-left-radius: 180px;
    border-bottom-right-radius: 180px;
}

.vp-wine-empty {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.6;
    color: rgba(255,255,255,0.82);
}


/* ============================================================
   RESPONSIVE CARTA DEI VINI
============================================================ */

@media (max-width: 1060px) {

    .vp-wine-section {
        padding: 60px 16px;
    }

    .vp-wine-category {
        padding: 60px 0;
    }

    .vp-wine-category-head {
        margin-bottom: 45px;
    }

    .vp-wine-category-title {
        font-size: 24px;
    }

    .vp-wine-grid {
        grid-template-columns: 1fr;
        column-gap: 0;
    }

    .vp-wine-item {
        gap: 20px;
        padding: 22px 0;
    }

    .vp-wine-title {
        font-size: 16px;
    }

    .vp-wine-description {
        font-size: 16px;
    }

    .vp-wine-price {
        font-size: 16px;
    }

    .vp-wine-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
        padding: 50px 0 70px;
    }

    .vp-wine-gallery-item:nth-child(1),
    .vp-wine-gallery-item:nth-child(3) {
        padding-top: 0;
    }

    .vp-wine-gallery-item img {
        height: 300px;
    }

    .vp-wine-gallery-item:nth-child(2) img,
    .vp-wine-gallery-item:nth-child(4) img {
        border-radius: 0;
    }
}

@media (max-width: 640px) {

    .vp-wine-item {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .vp-wine-price {
        text-align: left;
    }

    .vp-wine-gallery {
        grid-template-columns: 1fr;
    }

    .vp-wine-gallery-item img {
        height: 360px;
    }
}

/* ============================================================
   MENU RISTORANTE - SEZIONI CON IMMAGINE ALTERNATA
============================================================ */

.vp-restaurant-menu-section {
    position: relative;
    padding: 90px 40px;
    color: #fff;
    overflow: hidden;
}

.vp-restaurant-menu-container {
    max-width: 1300px;
    margin: 0 auto;
}

.vp-restaurant-menu-category {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 0.85fr);
    gap: 100px;
    align-items: center;
    padding: 120px 0;
}

.vp-restaurant-menu-category:first-child {
    border-top: 0;
}

.vp-restaurant-menu-category:last-child {
    border-bottom: 0;
}

.vp-restaurant-menu-category.is-reversed {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 0.95fr);
}

.vp-restaurant-menu-category.is-reversed .vp-restaurant-menu-content {
    order: 2;
}

.vp-restaurant-menu-category.is-reversed .vp-restaurant-menu-image-wrap {
    order: 1;
    display: flex;
    justify-content: start;
}

.vp-restaurant-menu-content {
    position: relative;
}

.vp-restaurant-menu-category-head {
    max-width: 620px;
    margin: 0 0 18px;
    text-align: left;
}

.vp-restaurant-menu-category-label {
    display: inline-block;
    margin-bottom: 18px;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #754340;
}

.vp-restaurant-menu-category-title {
    margin: 0;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    font-size: 36px;
    line-height: 1.13em;
    letter-spacing: .15em;
}

.vp-restaurant-menu-category-text {
    margin: 24px 0 0;
    max-width: 560px;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.6;
    color: rgba(255,255,255,0.82);
}

.vp-restaurant-menu-list {
    width: 100%;
}

.vp-restaurant-menu-item {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 30px;
    align-items: flex-start;
    padding: 26px 0;
    border-bottom: 1px solid rgba(255,255,255,0.14);
}

.vp-restaurant-menu-title {
    margin: 0 0 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.bg-color .vp-restaurant-menu-title, .bg-color .vp-restaurant-menu-category-title, .bg-color .vp-restaurant-menu-category-label, .bg-color .vp-restaurant-menu-price {
    color: #754340;
}

.bg-color .vp-restaurant-menu-description {
    color: #75434094;
}

.vp-restaurant-menu-description {
    max-width: 560px;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.6;
    color: rgba(255,255,255,0.82);
}

.vp-restaurant-menu-description p {
    margin: 0;
}

.vp-restaurant-menu-price {
    flex-shrink: 0;
    min-width: 70px;
    text-align: right;
    font-size: 17px;
    line-height: 1.4;
    color: rgba(255,255,255,0.95);
    white-space: nowrap;
    font-family: 'Jost';
}

.white{
    color: #fff;
}

.vp-restaurant-menu-image-wrap {
    position: relative;
    display: flex;
    justify-content: end;
}

.vp-restaurant-menu-image {
    position: relative;
    width: 80%;
    aspect-ratio: 9 / 16;
    height: 620px;
    overflow: hidden;
    filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.18));
    border-top-left-radius: 220px;
    border-top-right-radius: 220px;
}

.vp-restaurant-menu-category.is-reversed .vp-restaurant-menu-image {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 220px;
    border-bottom-right-radius: 220px;
}

.vp-restaurant-menu-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vp-restaurant-menu-image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.14);
}

.vp-restaurant-menu-image-placeholder span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255,255,255,0.55);
}

.vp-restaurant-menu-empty {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.6;
    color: rgba(255,255,255,0.82);
}


/* ============================================================
   RESPONSIVE MENU RISTORANTE
============================================================ */

@media (max-width: 1060px) {

    .vp-restaurant-menu-section {
        padding: 60px 16px;
    }

    .vp-restaurant-menu-image-wrap, .vp-restaurant-menu-category.is-reversed .vp-restaurant-menu-image-wrap {
        justify-content: center;
    }

    .vp-restaurant-menu-category,
    .vp-restaurant-menu-category.is-reversed {
        grid-template-columns: 1fr;
        gap: 45px;
        padding: 70px 0;
    }

    .vp-restaurant-menu-category.is-reversed .vp-restaurant-menu-content,
    .vp-restaurant-menu-category.is-reversed .vp-restaurant-menu-image-wrap {
        order: initial;
    }

    .vp-restaurant-menu-category-head {
        margin-bottom: 20px;
    }

    .vp-restaurant-menu-category-title {
        font-size: 24px;
    }

    .vp-restaurant-menu-category-text {
        font-size: 16px;
    }

    .vp-restaurant-menu-item {
        gap: 20px;
        padding: 22px 0;
    }

    .vp-restaurant-menu-title {
        font-size: 16px;
    }

    .vp-restaurant-menu-description {
        font-size: 16px;
    }

    .vp-restaurant-menu-price {
        font-size: 16px;
    }

    .vp-restaurant-menu-image,
    .vp-restaurant-menu-category.is-reversed .vp-restaurant-menu-image {
        height: 520px;
        border-top-left-radius: 140px;
        border-top-right-radius: 140px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
}

@media (max-width: 640px) {

    .vp-restaurant-menu-category {
        padding: 60px 0;
    }

    .vp-restaurant-menu-item {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .vp-restaurant-menu-price {
        text-align: left;
    }

    .vp-restaurant-menu-image,
    .vp-restaurant-menu-category.is-reversed .vp-restaurant-menu-image {
        height: 420px;
        border-top-left-radius: 110px;
        border-top-right-radius: 110px;
    }
}

/* ============================================================
   CONTATTI
============================================================ */

.vp-contact-section {
    position: relative;
    padding: 160px 40px;
    color: #fff;
    overflow: hidden;
}

.vp-contact-container {
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.8fr) minmax(0, 0.8fr);
    gap: 90px;
    align-items: start;
}

.vp-contact-col {
    position: relative;
}

.vp-contact-eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #754340;
}

.vp-contact-title {
    margin: 0 0 28px;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    font-size: 36px;
    line-height: 1.13em;
    letter-spacing: .15em;
}

.vp-contact-small-title {
    margin: 0 0 40px;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    font-size: 22px;
    line-height: 1.25em;
    letter-spacing: .15em;
}

.vp-contact-info {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.vp-contact-info-row {
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255,255,255,0.18);
}

.vp-contact-info-row span {
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #fff;
}

.vp-contact-info-row p {
    margin: 0;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.6;
    color: rgba(255,255,255,0.82);
}

.vp-contact-info-row a {
    color: rgba(255,255,255,0.82);
    text-decoration: none;
    transition: color 0.3s ease;
}

.vp-contact-info-row a:hover {
    color: #fff;
    opacity: 1;
}

/* Contact Form 7 */

.vp-contact-form .wpcf7-form {
    display: grid;
    gap: 28px;
}

.vp-contact-form .vp-form-row {
    margin: 0;
}

.vp-contact-form input,
.vp-contact-form textarea {
    width: 100%;
    padding: 0 0 16px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,0.45);
    border-radius: 0;
    outline: none;
    box-shadow: none;
    color: #fff;
    font-family: inherit;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.6;
    transition: border-color 0.3s ease;
}

.vp-contact-form textarea {
    height: 130px;
    resize: vertical;
}

.vp-contact-form input::placeholder,
.vp-contact-form textarea::placeholder {
    color: rgba(255,255,255,0.65);
    opacity: 1;
}

.vp-contact-form input:focus,
.vp-contact-form textarea:focus {
    border-bottom-color: #754340;
}

.vp-contact-form .wpcf7-submit {
    width: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 18px;
    padding: 15px 34px;
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    transition: background 0.3s ease, color 0.3s ease;
}

.vp-contact-form .wpcf7-submit:hover {
    background: #fff;
    color: #111;
}

.vp-contact-form .wpcf7-not-valid-tip {
    margin-top: 8px;
    font-size: 13px;
    color: #754340;
}

.vp-contact-form .wpcf7-response-output {
    margin: 22px 0 0;
    padding: 16px 18px;
    border-color: rgba(255,255,255,0.25);
    color: rgba(255,255,255,0.82);
    font-weight: 300;
}

/* ============================================================
   RESPONSIVE CONTATTI
============================================================ */

@media (max-width: 1060px) {

    .vp-contact-section {
        padding: 60px 16px;
    }

    .vp-contact-container {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .vp-contact-title {
        margin-bottom: 28px;
        font-size: 24px;
    }

    .vp-contact-small-title {
        margin-bottom: 28px;
        font-size: 20px;
    }

    .vp-contact-info-row p,
    .vp-contact-form input,
    .vp-contact-form textarea {
        font-size: 16px;
    }

    .vp-contact-form .wpcf7-form {
        display: grid;
        gap: 14px;
    }
}

/* ============================================================
   CONTATTI - MAPPA / STREET VIEW
============================================================ */

.vp-contact-map-section {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.vp-contact-map-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    margin: 0;
    padding: 0;
}

.vp-contact-map-col {
    position: relative;
    width: 100%;
    height: 620px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.vp-contact-map-col iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    padding: 0;
    filter: grayscale(15%);
}

@media (max-width: 1060px) {

    .vp-contact-map-grid {
        grid-template-columns: 1fr;
    }

    .vp-contact-map-col {
        height: 420px;
    }
}

/* ============================================================
   PAGINA IL RISTORANTE
============================================================ */

.vp-restaurant-label {
    display: inline-block;
    margin-bottom: 18px;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #754340;
}

.vp-restaurant-booking .header-btn{
    color: #754340;
    border: 1px solid #754340;
}

.vp-restaurant-booking .header-btn::before {
    border-top: 1px solid #75434094;
    border-left: 1px solid #75434094;
}

.vp-restaurant-booking .header-btn::after {
    border-right: 1px solid #75434094;
    border-bottom: 1px solid #75434094;
}

.bg-color .vp-restaurant-label, .bg-color .vp-restaurant-story-content h2 {
    color: #754340;
}

.bg-color .vp-restaurant-story-content p {
    color: #75434094;
}

/* Intro editoriale */

.vp-restaurant-intro {
    position: relative;
    padding: 180px 40px;
    color: #fff;
    overflow: hidden;
}

.vp-restaurant-intro-inner {
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.vp-restaurant-intro h2 {
    max-width: 980px;
    text-transform: uppercase;
    font-weight: 300;
    color: #754340;
    font-size: 36px;
    line-height: 1.13em;
    letter-spacing: .15em;
    margin: 0 0 28px;
}

.vp-restaurant-intro p {
    margin: 0 auto;
    max-width: 760px;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.7;
    color: #75434094;
}

/* Story 2 colonne */

.vp-restaurant-story {
    position: relative;
    padding: 180px 40px;
    color: #fff;
    overflow: hidden;
}

.vp-restaurant-story-inner {
    max-width: 1450px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 0.75fr);
    gap: 120px;
    align-items: center;
}

.vp-restaurant-story-inner-reverse {
    max-width: 1450px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 0.85fr);
    gap: 120px;
    align-items: center;
}

.vp-restaurant-story-content {
    max-width: 620px;
}

.vp-restaurant-story-content h2 {
    margin: 0 0 34px;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    font-size: 36px;
    line-height: 1.13em;
    letter-spacing: .15em;
}

.vp-restaurant-story-content p {
    margin: 0 0 26px;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255,255,255,0.82);
}

.vp-restaurant-story-content p:last-child {
    margin-bottom: 0;
}

.vp-restaurant-story-image {
    position: relative;
    height: 600px;
    overflow: hidden;
    border-top-left-radius: 230px;
    border-bottom-right-radius: 230px;
    filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.18));
}

.vp-restaurant-story-image.is-reversed {
    position: relative;
    height: 600px;
    overflow: hidden;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 230px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 230px;
    filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.18));
}


.vp-restaurant-story-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Valori cucina */

.vp-restaurant-values {
    position: relative;
    padding: 180px 40px;
    color: #fff;
    overflow: hidden;
}

.vp-restaurant-values-inner {
    max-width: 1500px;
    margin: 0 auto;
}

.vp-restaurant-values-head {
    max-width: 760px;
    margin-bottom: 80px;
}

.vp-restaurant-values-head h2 {
    margin: 0;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    font-size: 36px;
    line-height: 1.13em;
    letter-spacing: .15em;
}

.vp-restaurant-values-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid rgba(255,255,255,0.22);
    border-bottom: 1px solid rgba(255,255,255,0.22);
}

.vp-restaurant-value {
    padding: 46px 44px 50px;
    border-right: 1px solid rgba(255,255,255,0.22);
}

.vp-restaurant-value:last-child {
    border-right: 0;
}

.vp-restaurant-value span {
    display: block;
    margin-bottom: 34px;
    font-size: 13px;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.12em;
}

.vp-restaurant-value h3 {
    margin: 0 0 18px;
    font-weight: 300;
    font-size: 22px;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #fff;
}

.vp-restaurant-value p {
    margin: 0;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.65;
    color: rgba(255,255,255,0.78);
}

/* Full image */

.vp-restaurant-feature {
    position: relative;
    height: 760px;
    overflow: hidden;
    color: #fff;
}

.vp-restaurant-feature-image,
.vp-restaurant-feature-image img {
    width: 100%;
    height: 100%;
    object-position: 0 -50px;
}

.vp-restaurant-feature-image img {
    display: block;
    object-fit: cover;
}

.vp-restaurant-feature-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.28);
    z-index: 1;
}

.vp-restaurant-feature-content {
    position: absolute;
    left: 40px;
    bottom: 70px;
    z-index: 2;
    max-width: 820px;
}

.vp-restaurant-feature-content h2 {
    margin: 0 0 24px;
    font-weight: 300;
    font-size: clamp(38px, 5.5vw, 86px);
    line-height: 1.05;
    letter-spacing: 0.04em;
    color: #fff;
}

.vp-restaurant-feature-content p {
    margin: 0;
    max-width: 620px;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255,255,255,0.84);
}

/* Booking */

.vp-restaurant-booking {
    position: relative;
    padding: 120px 40px;
    color: #754340;
    background: #fff;
}

.vp-restaurant-booking-inner {
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 0.9fr) auto;
    gap: 70px;
    align-items: center;
    border-top: 1px solid #75434050;
    border-bottom: 1px solid #75434050;
    padding: 54px 0;
}

.vp-restaurant-booking h2 {
    margin: 0;
    text-transform: uppercase;
    font-weight: 300;
    color: #754340;
    font-size: 30px;
    line-height: 1.13em;
    letter-spacing: .15em;
}

.vp-restaurant-booking p {
    margin: 0;
    max-width: 580px;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.65;
    color: #75434094;
}

.is-reversed .vp-restaurant-menu-item{
    border-bottom: 1px solid #7543403a;
}

/* Responsive */

@media (max-width: 1060px) {

    .vp-restaurant-intro {
        padding: 80px 16px 60px;
    }

    .vp-restaurant-intro h2 {
        font-size: 34px;
    }

    .vp-restaurant-intro p {
        font-size: 16px;
    }

    .vp-restaurant-feature-image,
    .vp-restaurant-feature-image img {
        object-position: -190px 0;
    }

    .vp-restaurant-story {
        padding: 60px 16px 80px;
    }

    .vp-restaurant-story-inner {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .vp-restaurant-story-inner-reverse {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .vp-restaurant-story-content h2,
    .vp-restaurant-values-head h2,
    .vp-restaurant-booking h2 {
        font-size: 24px;
    }

    .vp-restaurant-story-content p {
        font-size: 16px;
    }

    .vp-restaurant-story-image, .vp-restaurant-story-image.is-reversed {
        height: 520px;
        border-top-left-radius: 150px;
        border-top-right-radius: 150px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .vp-restaurant-values {
        padding: 70px 16px;
    }

    .vp-restaurant-values-head {
        margin-bottom: 45px;
    }

    .vp-restaurant-values-grid {
        grid-template-columns: 1fr;
    }

    .vp-restaurant-value {
        padding: 34px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,0.22);
    }

    .vp-restaurant-value:last-child {
        border-bottom: 0;
    }

    .vp-restaurant-value span {
        margin-bottom: 22px;
    }

    .vp-restaurant-value h3 {
        font-size: 18px;
    }

    .vp-restaurant-value p {
        font-size: 16px;
    }

    .vp-restaurant-feature {
        height: 620px;
    }

    .vp-restaurant-feature-content {
        left: 16px;
        right: 16px;
        bottom: 44px;
    }

    .vp-restaurant-feature-content h2 {
        font-size: 36px;
    }

    .vp-restaurant-feature-content p {
        font-size: 16px;
    }

    .vp-restaurant-booking {
        padding: 70px 16px;
    }

    .vp-restaurant-booking-inner {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 40px 0;
        border: 0px;
    }

    .vp-restaurant-booking p {
        font-size: 16px;
    }
}

.experience-image {
    overflow: hidden;
}

/* forme desktop */
.experience-image.img-left-far img {
    border-bottom-left-radius: 120px;
}

.experience-image.img-left img {
    border-top-right-radius: 60px;
}

.experience-image.img-right img {
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
}

/* mobile normali */
@media (max-width: 1060px) {
    .experience-image img {
        border-radius: 0;
    }
}

/* ============================================================
   POPUP CUSTOM
============================================================ */

html.vp-popup-open,
html.vp-popup-open body {
    overflow: hidden;
}

.vp-site-popup {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.vp-site-popup[aria-hidden="false"] {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.vp-site-popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(17, 17, 17, 0.62);
    backdrop-filter: blur(6px);
}

.vp-site-popup-box {
    position: relative;
    z-index: 2;
    width: min(1040px, 100%);
    max-height: calc(100vh - 48px);
    background: #FFFFF0;
    color: #754340;
    overflow: hidden;
    filter: drop-shadow(0 24px 60px rgba(0, 0, 0, 0.25));
    transform: translateY(24px) scale(0.98);
    transition: transform 0.35s ease;
}

.vp-site-popup[aria-hidden="false"] .vp-site-popup-box {
    transform: translateY(0) scale(1);
}

.vp-site-popup-box.has-image {
    display: grid;
    grid-template-columns: 0.9fr 1fr;
}

.vp-site-popup-box.no-image {
    max-width: 620px;
}

.vp-site-popup-image {
    position: relative;
    min-height: 520px;
    overflow: hidden;
}

.vp-site-popup-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.vp-site-popup-content {
    position: relative;
    padding: 70px 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vp-site-popup-eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #754340;
}

.vp-site-popup-title {
    margin: 0 0 24px;
    text-transform: uppercase;
    font-weight: 300;
    color: #754340;
    font-size: 32px;
    line-height: 1.16em;
    letter-spacing: .15em;
}

.vp-site-popup-text, .vp-site-popup-text a {
    margin: 0;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.6;
    color: #75434094;
}

.vp-site-popup-text p {
    margin: 0 0 18px;
}

.vp-site-popup-text p:last-child {
    margin-bottom: 0;
}

.vp-site-popup-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    margin-top: 30px;
    padding: 14px 28px;
    border: 1px solid #754340;
    color: #754340;
    text-decoration: none;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: background 0.35s ease, color 0.35s ease;
}

.vp-site-popup-btn:hover {
    background: #754340;
    color: #fff;
}

.vp-site-popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 5;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(117, 67, 64, 0.35);
    border-radius: 50%;
    background: #FFFFF0;
    cursor: pointer;
}

.vp-site-popup-close span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 1px;
    background: #754340;
    transform-origin: center;
}

.vp-site-popup-close span:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
}

.vp-site-popup-close span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 860px) {
    .vp-site-popup {
        padding: 16px;
    }

    .vp-site-popup-box.has-image {
        grid-template-columns: 1fr;
    }

    .vp-site-popup-image {
        min-height: 260px;
        max-height: 340px;
    }

    .vp-site-popup-content {
        padding: 48px 28px 40px;
    }

    .vp-site-popup-title {
        font-size: 24px;
    }

    .vp-site-popup-text {
        font-size: 16px;
    }
}

/* ============================================================
   EVENTI BACKEND - DENTRO LA SEZIONE EVENTI
============================================================ */

.vp-events-heading-program {
    margin-top: 150px;
}

.vp-events-backend-grid {
    margin-top: 0;
}

.vp-events-backend-card .vp-events-image {
    margin-bottom: 28px;
}

.vp-events-backend-card .vp-events-card-text {
    margin: 0;
}

.vp-events-backend-card .vp-events-card-text p {
    margin: 0;
}

.vp-events-backend-card .vp-events-card-text p + p {
    margin-top: 16px;
}

.vp-events-pdf-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 26px;
    padding: 14px 28px;
    border: 1px solid #754340;
    color: #754340;
    text-decoration: none;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: background 0.35s ease, color 0.35s ease;
}

.vp-events-pdf-link:hover {
    background: #754340;
    color: #fff;
}

.vp-events-empty {
    margin: 0 auto;
    max-width: 620px;
    text-align: center;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.6;
    color: #75434094;
}

/* Se vuoi alternare la forma centrale anche negli eventi backend */
.vp-events-backend-grid .vp-events-card:nth-child(2) .vp-events-image {
    border-top-left-radius: 220px;
    border-top-right-radius: 220px;
}

.vp-events-date {
    margin: 0 0 16px;
    font-family: 'Jost', sans-serif;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #754340;
}

.vp-events-backend-card .vp-events-date {
    color: #754340;
}

/* Responsive */
@media (max-width: 1060px) {
    .vp-events-heading-program {
        margin-top: 90px;
    }

    .vp-events-backend-grid .vp-events-card:nth-child(2) .vp-events-image {
        border-top-left-radius: 120px;
        border-top-right-radius: 120px;
    }

    .vp-events-pdf-link {
        margin-top: 22px;
    }
}