.elementor-2216 .elementor-element.elementor-element-30d0779{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-97721cf *//* ============================================================
   VINICOLI 2026 — Poster Style
   Namespace: .vn-wrap
   Flat design · saturated colors · graphic composition
   ============================================================ */

/* ===== FONT (non usare @import qui: blocca il parsing CSS). I <link> sono in index.html. =====
   Se incolli solo questo file senza il blocco HTML iniziale, ripristina:
   @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&family=Inter:wght@400;500;600;700&display=swap');
   ───────────────────────────────────────────────────────────────────────────────────── */

/* ===== TOKENS ===== */
.vn-wrap {
    --vn-yellow: #F4B400;
    --vn-red:    #E53935;
    --vn-teal:   #0F7C82;
    --vn-cream:  #F6E3B4;
    --vn-black:  #1A1A1A;
  
    /* alias di compatibilità per JS / struttura esistente */
    --vn-wine:        var(--vn-red);
    --vn-wine-light:  #c62828;
    --vn-gold:        var(--vn-teal);
    --vn-gold-light:  #1a9aa2;
    --vn-bg:          var(--vn-yellow);
    --vn-bg-2:        #f0ac00;
    --vn-surface:     var(--vn-cream);
    --vn-surface-2:   #eedda0;
    --vn-border:      var(--vn-red);
    --vn-border-wine: var(--vn-red);
    --vn-text:        var(--vn-black);
    --vn-muted:       var(--vn-teal);
    --vn-r-sm:        0px;
    --vn-r:           0px;
    --vn-r-lg:        0px;
    --vn-ease:        cubic-bezier(0.4, 0, 0.2, 1);
    --vn-dur:         0.2s;
    --vn-max:         1100px;
  }
  
  /* ===== RESET ===== */
  .vn-wrap *,
  .vn-wrap *::before,
  .vn-wrap *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
  .vn-wrap {
    background: var(--vn-yellow);
    color: var(--vn-black);
    overflow-x: hidden;
    -webkit-tap-highlight-color: transparent;
    line-height: 1.5;
    font-family: 'Inter', sans-serif;
    padding-bottom: calc(24px + env(safe-area-inset-bottom, 0px));
  }
  
  .vn-wrap a {
    color: inherit;
    text-decoration: none;
  }
  
  .vn-wrap ul {
    list-style: none;
  }
  
  .vn-wrap img,
  .vn-wrap svg {
    display: block;
  }
  
  /* ===== LAYOUT ===== */
  .vn-container {
    max-width: var(--vn-max);
    margin: 0 auto;
    padding: 0 24px;
  }
  
  .vn-section {
    padding: 80px 0;
    border-top: 3px solid var(--vn-black);
    position: relative;
  }
  
  .vn-section__title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(32px, 5vw, 64px);
    font-weight: 900;
    color: var(--vn-red);
    letter-spacing: -0.03em;
    line-height: 1.0;
    text-align: center;
    margin-bottom: 16px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 18px;
  }
  
  .vn-section__title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 4px;
    background: var(--vn-teal);
    transition: width 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
  }
  
  .vn-section__title.vn-title-visible::after {
    width: 60px;
  }
  
  @media (scripting: none) {
    .vn-section__title::after {
      width: 60px;
    }
  }
  
  .vn-section__sub {
    font-size: 15px;
    color: var(--vn-teal);
    text-align: center;
    margin-bottom: 56px;
    letter-spacing: 0.06em;
    font-weight: 700;
    text-transform: uppercase;
  }
  
  /* ===== HERO ===== */
  .vn-hero {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
    background: var(--vn-yellow);
    padding: 80px 0;
  }
  
  /* Forma decorativa sinistra */
  .vn-hero::before {
    content: '';
    position: absolute;
    width: 220px;
    height: 340px;
    background: var(--vn-teal);
    top: 8%;
    left: -60px;
    border-radius: 50% 50% 40% 40%;
    z-index: 0;
    opacity: 0.85;
    animation: vnFloat 6s ease-in-out infinite alternate;
  }
  
  /* Cerchio decorativo destra */
  .vn-hero::after {
    content: '';
    position: absolute;
    width: 180px;
    height: 180px;
    border: 16px solid var(--vn-red);
    border-radius: 50%;
    bottom: 12%;
    right: 5%;
    z-index: 0;
    animation: vnFloat 8s ease-in-out 1s infinite alternate-reverse;
  }
  
  @keyframes vnFloat {
    from { transform: translateY(0) rotate(0deg); }
    to   { transform: translateY(-18px) rotate(3deg); }
  }
  
  @keyframes vnFlip {
    from { transform: translateY(-8px); opacity: 0; }
    to   { transform: translateY(0); opacity: 1; }
  }
  
  .vn-flip {
    animation: vnFlip 0.22s cubic-bezier(0.4, 0, 0.2, 1) both;
  }
  
  .vn-hero__bg {
    display: none;
  }
  
  .vn-hero__particles {
    display: none;
  }
  
  .vn-hero__content {
    position: relative;
    z-index: 1;
    text-align: left;
    padding: 0 24px;
    max-width: var(--vn-max);
    width: 100%;
    margin: 0 auto;
  }
  
  .vn-tag {
    display: inline-block;
    background: var(--vn-black);
    color: var(--vn-yellow);
    padding: 6px 16px;
    border-radius: 0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 28px;
    border: none;
    opacity: 0;
    transform: translateY(20px);
    animation: vnHeroLineIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.05s forwards;
  }
  
  .vn-hero__title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(64px, 11vw, 140px);
    font-weight: 900;
    line-height: 0.92;
    letter-spacing: -0.03em;
    margin-bottom: 32px;
  }
  
  .vn-hero__line {
    display: block;
    color: var(--vn-red) !important;
    opacity: 0;
    transform: translateY(40px);
    animation: vnHeroLineIn 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }
  
  .vn-hero__line:nth-child(1) { animation-delay: 0.15s; }
  .vn-hero__line:nth-child(2) { animation-delay: 0.35s; }
  .vn-hero__line:nth-child(3) { animation-delay: 0.55s; }
  
  @keyframes vnHeroLineIn {
    from { opacity: 0; transform: translateY(40px); filter: blur(8px); }
    to   { opacity: 1; transform: translateY(0);    filter: blur(0); }
  }
  
  .vn-hero__sub {
    font-size: clamp(14px, 1.8vw, 18px);
    color: var(--vn-teal);
    margin-bottom: 48px;
    letter-spacing: 0.06em;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(20px);
    animation: vnHeroLineIn 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.7s forwards;
  }
  
  /* Countdown */
  .vn-countdown {
    display: inline-flex;
    align-items: center;
    gap: 0;
    margin-bottom: 48px;
    border: 3px solid var(--vn-black);
    opacity: 0;
    transform: translateY(20px);
    animation: vnHeroLineIn 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.85s forwards;
  }
  
  .vn-countdown__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--vn-black);
    border: none;
    border-radius: 0;
    padding: 16px 24px 12px;
    min-width: 80px;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  
  .vn-countdown__num {
    font-family: 'Playfair Display', serif;
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 900;
    color: var(--vn-yellow);
    line-height: 1;
    letter-spacing: -0.02em;
    font-variant-numeric: tabular-nums;
  }
  
  .vn-countdown__label {
    font-size: 9px;
    color: rgba(246, 227, 180, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-top: 6px;
    font-weight: 700;
  }
  
  .vn-countdown__sep {
    font-size: 28px;
    font-weight: 900;
    color: var(--vn-yellow);
    line-height: 1;
    background: var(--vn-black);
    padding: 16px 4px 12px;
    margin-bottom: 0;
    animation: vnBlink 1.4s step-start infinite;
  }
  
  @keyframes vnBlink {
    0%, 100% { opacity: 1; }
    50%       { opacity: 0.3; }
  }
  
  .vn-hero__cta {
    opacity: 0;
    transform: translateY(20px);
    animation: vnHeroLineIn 0.9s cubic-bezier(0.16, 1, 0.3, 1) 1s forwards;
  }
  
  /* Scroll indicator */
  .vn-hero__scroll {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    opacity: 0;
    animation: vnHeroLineIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) 1.4s forwards;
  }
  
  .vn-hero__scroll span {
    display: block;
    width: 28px;
    height: 44px;
    border: 3px solid var(--vn-black);
    border-radius: 14px;
    position: relative;
  }
  
  .vn-hero__scroll span::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 50%;
    width: 4px;
    height: 8px;
    background: var(--vn-red);
    border-radius: 2px;
    transform: translateX(-50%);
    animation: vnScrollDot 1.6s ease-in-out infinite;
  }
  
  @keyframes vnScrollDot {
    0%, 100% { opacity: 1; transform: translateX(-50%) translateY(0); }
    50%      { opacity: 0.3; transform: translateX(-50%) translateY(12px); }
  }
  
  /* ===== BUTTONS ===== */
  .vn-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 32px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    border: 3px solid var(--vn-black);
    transition: transform var(--vn-dur) var(--vn-ease),
                background var(--vn-dur) var(--vn-ease);
    touch-action: manipulation;
    position: relative;
    min-height: 52px;
    white-space: nowrap;
    box-shadow: 4px 4px 0 var(--vn-black);
  }
  
  .vn-btn:active {
    transform: translate(2px, 2px);
    box-shadow: 2px 2px 0 var(--vn-black);
  }
  
  .vn-btn--primary {
    background: var(--vn-red);
    color: white;
    box-shadow: 4px 4px 0 var(--vn-black);
  }
  
  .vn-btn--primary:hover,
  .vn-btn--primary:focus-visible {
    background: #c62828;
    transform: translateY(-2px);
    color: white;
    box-shadow: 6px 6px 0 var(--vn-black);
  }
  
  .vn-btn--gold {
    background: var(--vn-teal);
    color: white;
    border-color: var(--vn-black);
    box-shadow: 4px 4px 0 var(--vn-black);
  }
  
  .vn-btn--gold:hover,
  .vn-btn--gold:focus-visible {
    background: #0a5f64;
    transform: translateY(-2px);
    color: white;
    box-shadow: 6px 6px 0 var(--vn-black);
  }
  
  .vn-btn--outline {
    background: transparent;
    color: var(--vn-black);
    border: 3px solid var(--vn-black);
    box-shadow: 4px 4px 0 var(--vn-black);
  }
  
  .vn-btn--outline:hover,
  .vn-btn--outline:focus-visible {
    background: var(--vn-black);
    color: var(--vn-yellow);
    transform: translateY(-2px);
    box-shadow: 6px 6px 0 rgba(0,0,0,0.3);
  }
  
  .vn-btn--ghost {
    background: transparent;
    color: var(--vn-black);
    border: 3px solid var(--vn-black);
    box-shadow: 4px 4px 0 rgba(0,0,0,0.2);
  }
  
  .vn-btn--ghost:hover,
  .vn-btn--ghost:focus-visible {
    background: var(--vn-black);
    color: var(--vn-yellow);
    transform: translateY(-2px);
  }
  
  .vn-btn--booking {
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
    letter-spacing: 0.08em;
  }
  
  .vn-btn--booking:hover,
  .vn-btn--booking:focus-visible {
    transform: translateY(-3px) scale(1.01);
  }
  
  .vn-btn--full {
    width: 100%;
  }
  
  .vn-btn--compact {
    padding: 10px 18px;
    min-height: 44px;
    font-size: 11px;
    letter-spacing: 0.08em;
    box-shadow: 3px 3px 0 var(--vn-black);
    white-space: normal;
    text-align: center;
    line-height: 1.25;
    max-width: 100%;
  }
  
  .vn-btn--compact:active {
    box-shadow: 1px 1px 0 var(--vn-black);
  }
  
  .vn-btn--disabled {
    opacity: 0.72;
    filter: grayscale(0.2);
    pointer-events: none;
    cursor: not-allowed;
    box-shadow: 2px 2px 0 var(--vn-black);
  }
  
  .vn-card--gold .vn-btn--gold.vn-btn--disabled {
    opacity: 0.9;
    filter: none;
    background: rgba(0, 55, 60, 0.92);
    color: var(--vn-yellow);
    border-color: var(--vn-black);
  }
  
  .vn-btn:focus-visible {
    outline: 3px solid var(--vn-teal);
    outline-offset: 2px;
  }
  
  /* ===== LINK ARROW ===== */
  .vn-link-arrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--vn-teal);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: gap var(--vn-dur) var(--vn-ease);
    margin-top: 8px;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  
  .vn-link-arrow:hover {
    gap: 10px;
    color: var(--vn-black);
  }
  
  /* ===== INTRO ===== */
  .vn-intro {
    background: var(--vn-cream);
    border-top: 3px solid var(--vn-black);
    border-bottom: 3px solid var(--vn-black);
    position: relative;
  }
  
  /* Barra decorativa verticale */
  .vn-intro::before {
    content: '';
    position: absolute;
    width: 8px;
    top: 0;
    bottom: 0;
    left: 0;
    background: var(--vn-red);
  }
  
  .vn-intro__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: center;
  }
  
  .vn-intro__text h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(24px, 3vw, 40px);
    font-weight: 900;
    color: var(--vn-black);
    margin-bottom: 20px;
    letter-spacing: -0.02em;
    line-height: 1.1;
  }
  
  .vn-intro__text p {
    font-size: 16px;
    line-height: 1.7;
    color: var(--vn-teal);
    margin-bottom: 16px;
    font-weight: 500;
  }
  
  .vn-intro__text strong {
    color: var(--vn-black);
    font-weight: 700;
  }
  
  /* ===== SETTIMANA ===== */
  .vn-settimana--hidden {
    display: none !important;
  }
  
  .vn-settimana {
    background: linear-gradient(165deg, #fffefb 0%, var(--vn-cream) 42%, #e8dcc4 100%);
    border-top: 3px solid var(--vn-black);
    border-bottom: 3px solid var(--vn-black);
    position: relative;
  }
  
  .vn-settimana::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 12% 20%, rgba(198, 40, 40, 0.06) 0%, transparent 45%),
      radial-gradient(circle at 88% 70%, rgba(0, 105, 112, 0.07) 0%, transparent 42%);
    pointer-events: none;
  }
  
  .vn-settimana .vn-container {
    position: relative;
    z-index: 1;
  }
  
  .vn-settimana .vn-section__title {
    color: var(--vn-red);
  }
  
  .vn-section__sub--settimana {
    margin-bottom: 14px;
  }
  
  .vn-settimana .vn-section__sub {
    color: var(--vn-teal);
  }
  
  .vn-settimana__lead {
    max-width: 640px;
    margin: 0 auto 22px;
    text-align: center;
    font-size: 16px;
    line-height: 1.7;
    color: var(--vn-black);
    font-weight: 500;
  }
  
  .vn-settimana__lead a {
    color: var(--vn-red);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  
  .vn-settimana__toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 10px 12px;
    margin-bottom: 36px;
  }
  
  .vn-settimana__program {
    display: grid;
    gap: 22px;
    max-width: 820px;
    margin: 0 auto;
  }
  
  .vn-settimana__day {
    background: #fffdf8;
    border: 3px solid var(--vn-black);
    box-shadow: 8px 8px 0 var(--vn-black);
    overflow: hidden;
    transition: transform var(--vn-dur) var(--vn-ease),
      box-shadow var(--vn-dur) var(--vn-ease);
  }
  
  .vn-settimana__day:hover {
    transform: translateY(-3px);
    box-shadow: 11px 11px 0 var(--vn-black);
  }
  
  .vn-settimana__day-inner {
    display: flex;
    flex-direction: column;
    min-height: 100%;
  }
  
  .vn-settimana__day-inner::before {
    content: '';
    display: block;
    height: 6px;
    background: linear-gradient(90deg, var(--vn-red) 0%, var(--vn-teal) 55%, var(--vn-yellow) 100%);
  }
  
  .vn-settimana__day-header {
    padding: 20px 22px 0;
  }
  
  .vn-settimana__day-badges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 10px;
    margin-bottom: 12px;
  }
  
  .vn-settimana__date {
    display: inline-flex;
    align-items: center;
    background: var(--vn-black);
    color: var(--vn-yellow);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 7px 12px;
    border: 2px solid var(--vn-black);
  }
  
  .vn-settimana__chip {
    display: inline-flex;
    align-items: center;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 6px 11px;
    border: 2px solid var(--vn-black);
    background: var(--vn-cream);
    color: var(--vn-black);
  }
  
  .vn-settimana__chip--online {
    background: #dbeae8;
    color: var(--vn-teal);
  }
  
  .vn-settimana__chip--locale {
    background: #f5e6a8;
    color: var(--vn-black);
  }
  
  .vn-settimana__chip--soon {
    background: #ffe8a8;
    color: var(--vn-black);
  }
  
  .vn-settimana__chip--extra {
    background: white;
    font-size: 9px;
    letter-spacing: 0.06em;
  }
  
  .vn-settimana__day h3 {
    font-family: 'Playfair Display', serif;
    color: var(--vn-black);
    font-size: clamp(18px, 2.4vw, 24px);
    margin: 0;
    line-height: 1.2;
    font-weight: 900;
  }
  
  .vn-settimana__day-meta {
    margin: 10px 22px 0;
    font-size: 13px;
    font-weight: 700;
    color: var(--vn-teal);
    line-height: 1.45;
  }
  
  .vn-settimana__day-content {
    padding: 12px 22px 4px;
    flex: 1;
  }
  
  .vn-settimana__day-content p {
    color: var(--vn-black);
    font-size: 15px;
    line-height: 1.68;
    margin: 0 0 12px;
    font-weight: 500;
  }
  
  .vn-settimana__day-content p:last-child {
    margin-bottom: 0;
  }
  
  .vn-settimana__day-content a {
    color: var(--vn-red);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
  }
  
  .vn-settimana__day-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 16px 22px 20px;
    margin-top: 8px;
    border-top: 2px dashed rgba(0, 0, 0, 0.12);
    background: linear-gradient(180deg, rgba(246, 227, 180, 0.35) 0%, rgba(255, 253, 248, 0.9) 100%);
  }
  
  .vn-settimana__day-actions .vn-btn--booking {
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.18);
  }
  
  .vn-intro__stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3px;
    background: var(--vn-black);
    border: 3px solid var(--vn-black);
  }
  
  .vn-stat {
    background: var(--vn-yellow);
    border: none;
    border-radius: 0;
    padding: 28px 20px;
    text-align: center;
    transition: background var(--vn-dur) var(--vn-ease),
                transform var(--vn-dur) var(--vn-ease);
    box-shadow: none;
  }
  
  .vn-stat:hover {
    background: var(--vn-red);
    transform: none;
    border-color: transparent;
  }
  
  .vn-stat:hover .vn-stat__num,
  .vn-stat:hover .vn-stat__label {
    color: white;
  }
  
  .vn-stat--accent {
    background: var(--vn-teal);
  }
  
  .vn-stat--accent .vn-stat__num { color: var(--vn-yellow); }
  .vn-stat--accent .vn-stat__label { color: rgba(246,227,180,0.8); }
  
  .vn-stat__num {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: clamp(40px, 5vw, 60px);
    font-weight: 900;
    color: var(--vn-red);
    line-height: 1;
    letter-spacing: -0.04em;
  }
  
  .vn-stat__label {
    display: block;
    font-size: 11px;
    color: var(--vn-black);
    margin-top: 8px;
    letter-spacing: 0.08em;
    font-weight: 700;
    text-transform: uppercase;
  }
  
  /* ===== PERCHÉ ===== */
  .vn-why {
    background: var(--vn-yellow);
    position: relative;
  }
  
  /* Striscia orizzontale decorativa */
  .vn-why::after {
    content: '';
    position: absolute;
    height: 8px;
    background: var(--vn-teal);
    left: 0;
    right: 0;
    bottom: 0;
  }
  
  .vn-why__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3px;
    background: var(--vn-black);
    border: 3px solid var(--vn-black);
  }
  
  .vn-why__card {
    background: var(--vn-yellow);
    border: none;
    border-radius: 0;
    padding: 36px 24px 32px;
    transition: background var(--vn-dur) var(--vn-ease),
                transform var(--vn-dur) var(--vn-ease);
    position: relative;
    overflow: hidden;
    box-shadow: none;
  }
  
  .vn-why__card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: var(--vn-red);
    opacity: 1;
    transition: none;
  }
  
  .vn-why__card:hover {
    background: var(--vn-red);
    transform: none;
    box-shadow: none;
    border-color: transparent;
  }
  
  .vn-why__card:hover .vn-why__icon { color: white; }
  .vn-why__card:hover h3 { color: white; }
  .vn-why__card:hover p  { color: rgba(255,255,255,0.85); }
  
  .vn-why__icon {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
    color: var(--vn-teal);
    transition: color var(--vn-dur) var(--vn-ease);
  }
  
  .vn-why__card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 900;
    color: var(--vn-black);
    margin-bottom: 10px;
    line-height: 1.2;
  }
  
  .vn-why__card p {
    font-size: 14px;
    color: var(--vn-teal);
    line-height: 1.6;
    font-weight: 500;
  }
  
  /* ===== PERCORSO ===== */
  .vn-percorso {
    background: var(--vn-cream);
    border-top: 3px solid var(--vn-black);
    border-bottom: 3px solid var(--vn-black);
    position: relative;
  }
  
  /* Forma semicircolare decorativa */
  .vn-percorso::after {
    content: '';
    position: absolute;
    width: 160px;
    height: 80px;
    background: var(--vn-red);
    top: 0;
    right: 10%;
    border-radius: 0 0 80px 80px;
  }
  
  .vn-percorso__timeline {
    position: relative;
    max-width: 680px;
    margin: 0 auto;
  }
  
  .vn-percorso__timeline::before {
    content: '';
    position: absolute;
    left: 19px;
    top: 20px;
    bottom: 20px;
    width: 2px;
    background: var(--vn-black);
    opacity: 1;
  }
  
  .vn-percorso__narrative {
    max-width: 720px;
    margin: 0 auto 40px;
  }
  
  .vn-percorso__narrative h3 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(22px, 3.2vw, 34px);
    margin: 0 0 16px;
    color: var(--vn-black);
    line-height: 1.15;
  }
  
  .vn-percorso__narrative p {
    font-size: 16px;
    line-height: 1.78;
    color: var(--vn-black);
    margin: 0 0 14px;
    font-weight: 500;
  }
  
  .vn-percorso__narrative p:last-child {
    margin-bottom: 0;
  }

  /* ===== MAPPA DEL PERCORSO ===== */
  .vn-percorso__mappa {
    max-width: 820px;
    margin: 0 auto 56px;
    text-align: center;
  }

  .vn-percorso__mappa-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(22px, 3.2vw, 34px);
    font-weight: 900;
    color: var(--vn-red);
    text-transform: uppercase;
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin: 0 0 10px;
  }

  .vn-percorso__mappa-sub {
    font-size: 13px;
    color: var(--vn-teal);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    margin: 0 0 22px;
  }

  .vn-percorso__mappa-frame {
    display: block;
    border: 3px solid var(--vn-black);
    background: #faf8f3;
    box-shadow: 6px 6px 0 var(--vn-black);
    overflow: hidden;
    transition: transform var(--vn-dur) var(--vn-ease),
                box-shadow var(--vn-dur) var(--vn-ease);
  }

  .vn-percorso__mappa-frame:hover,
  .vn-percorso__mappa-frame:focus-visible {
    transform: translate(-2px, -2px);
    box-shadow: 10px 10px 0 var(--vn-black);
    outline: none;
  }

  .vn-percorso__mappa-img {
    width: 100%;
    height: auto;
    display: block;
  }

  .vn-percorso__mappa-actions {
    margin-top: 22px;
    display: flex;
    justify-content: center;
  }

  .vn-percorso__mappa-btn-icon {
    flex-shrink: 0;
  }

  /* ===== TOAST HINT (iOS: salva con tap lungo) ===== */
  .vn-mappa-hint {
    position: fixed;
    left: 50%;
    bottom: calc(24px + env(safe-area-inset-bottom, 0px));
    transform: translate(-50%, 20px);
    max-width: calc(100vw - 32px);
    padding: 14px 20px;
    background: var(--vn-black);
    color: var(--vn-yellow);
    border: 3px solid var(--vn-black);
    box-shadow: 4px 4px 0 var(--vn-red);
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.4;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
    z-index: 9999;
    pointer-events: none;
  }

  .vn-mappa-hint.is-visible {
    opacity: 1;
    transform: translate(-50%, 0);
  }

  @media (max-width: 600px) {
    .vn-percorso__mappa {
      margin-bottom: 44px;
    }
    .vn-percorso__mappa-frame {
      box-shadow: 4px 4px 0 var(--vn-black);
    }
    .vn-percorso__mappa-frame:hover,
    .vn-percorso__mappa-frame:focus-visible {
      box-shadow: 6px 6px 0 var(--vn-black);
    }
    .vn-percorso__mappa-btn {
      width: 100%;
      max-width: 320px;
    }
  }

  .vn-tappa__addr {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--vn-black);
    opacity: 0.78;
    margin-top: 8px;
    line-height: 1.35;
  }
  
  .vn-tappa {
    display: flex;
    gap: 28px;
    align-items: flex-start;
    margin-bottom: 4px;
    position: relative;
    padding: 16px 16px 16px 0;
    border-radius: 0;
    transition: background var(--vn-dur) var(--vn-ease);
    cursor: default;
  }
  
  .vn-tappa:hover {
    background: var(--vn-yellow);
  }
  
  .vn-tappa--last {
    margin-bottom: 0;
  }
  
  .vn-tappa__dot {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 0;
    background: var(--vn-red);
    border: 3px solid var(--vn-black);
    position: relative;
    z-index: 1;
    box-shadow: 3px 3px 0 var(--vn-black);
    transition: transform var(--vn-dur) var(--vn-ease);
    flex-shrink: 0;
  }
  
  .vn-tappa__dot::after {
    content: '';
    position: absolute;
    inset: 6px;
    border-radius: 0;
    background: white;
    transition: none;
  }
  
  .vn-tappa:hover .vn-tappa__dot {
    transform: scale(1.1);
    box-shadow: 4px 4px 0 var(--vn-black);
  }
  
  .vn-tappa__dot--gold {
    background: var(--vn-teal);
    border-color: var(--vn-black);
    box-shadow: 3px 3px 0 var(--vn-black);
  }
  
  .vn-tappa__dot--gold::after {
    background: white;
  }
  
  .vn-tappa__content {
    padding: 8px 0;
    flex: 1;
  }
  
  .vn-tappa__num {
    display: block;
    font-size: 10px;
    font-weight: 800;
    color: var(--vn-red);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 4px;
    transition: color var(--vn-dur) var(--vn-ease);
  }
  
  .vn-tappa__brand {
    display: inline-block;
    background: #fffaf0;
    border: 2px solid var(--vn-black);
    color: var(--vn-black);
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.02em;
    padding: 4px 10px;
    margin-bottom: 8px;
  }
  
  .vn-tappa:hover .vn-tappa__num {
    color: var(--vn-teal);
  }
  
  .vn-tappa__num--gold {
    color: var(--vn-teal) !important;
  }
  
  .vn-tappa__text {
    font-size: 16px;
    color: var(--vn-black);
    line-height: 1.5;
    font-weight: 500;
    transition: color var(--vn-dur) var(--vn-ease);
  }
  
  .vn-tappa:hover .vn-tappa__text {
    color: var(--vn-teal);
  }
  
  /* ===== TESSERE ===== */
  .vn-tessere {
    background: var(--vn-yellow);
  }
  
  .vn-tessere .vn-section__sub a {
    color: var(--vn-red);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  
  .vn-tessere__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    max-width: 880px;
    margin: 0 auto;
  }
  
  .vn-card {
    background: var(--vn-cream);
    border-radius: 0;
    padding: 44px 36px 40px;
    border: 3px solid var(--vn-black);
    position: relative;
    overflow: hidden;
    box-shadow: 6px 6px 0 var(--vn-black);
    transition: transform var(--vn-dur) var(--vn-ease),
                box-shadow var(--vn-dur) var(--vn-ease);
  }
  
  .vn-card:hover {
    transform: translateY(-4px);
    box-shadow: 10px 10px 0 var(--vn-black);
  }
  
  .vn-card.vn-card--comingsoon:hover {
    transform: none;
    box-shadow: 6px 6px 0 var(--vn-black);
  }
  
  .vn-card--gold {
    background: var(--vn-teal);
    border-color: var(--vn-black);
    box-shadow: 6px 6px 0 var(--vn-black);
  }
  
  .vn-card--gold:hover {
    box-shadow: 10px 10px 0 var(--vn-black);
  }
  
  .vn-card--gold.vn-card--comingsoon:hover {
    box-shadow: 6px 6px 0 var(--vn-black);
  }
  
  .vn-card--comingsoon {
    opacity: 0.92;
  }
  
  .vn-card__price-tag {
    display: block;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--vn-red);
    margin: -6px 0 14px;
  }
  
  .vn-card__glow {
    display: none;
  }
  
  .vn-card__ribbon {
    position: absolute;
    top: 24px;
    right: -38px;
    background: var(--vn-yellow);
    color: var(--vn-black);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 5px 44px;
    transform: rotate(45deg);
    width: 168px;
    text-align: center;
    border-top: 2px solid var(--vn-black);
    border-bottom: 2px solid var(--vn-black);
  }
  
  .vn-card__badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: var(--vn-red);
    color: white;
    border: none;
    padding: 4px 12px;
    border-radius: 0;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 16px;
  }
  
  .vn-card--gold .vn-card__badge {
    background: var(--vn-yellow);
    color: var(--vn-black);
  }
  
  .vn-card__badge--gold {
    background: var(--vn-yellow);
    color: var(--vn-black);
    border-color: transparent;
  }
  
  .vn-card__title {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    font-weight: 900;
    color: var(--vn-black);
    margin-bottom: 10px;
    letter-spacing: -0.02em;
    line-height: 1.1;
  }
  
  .vn-card--gold .vn-card__title {
    color: var(--vn-yellow);
  }
  
  .vn-card__desc {
    font-size: 15px;
    color: var(--vn-teal);
    line-height: 1.6;
    margin-bottom: 28px;
    font-weight: 500;
  }
  
  .vn-card--gold .vn-card__desc {
    color: rgba(246, 227, 180, 0.85);
  }
  
  .vn-card--gold .vn-card__price-tag {
    color: var(--vn-yellow);
  }

  .vn-card__price-old {
    font-size: 11px;
    font-weight: 600;
    opacity: 0.7;
    text-decoration: line-through;
  }
  
  .vn-card__list {
    margin-bottom: 32px;
  }
  
  .vn-card__list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    font-size: 15px;
    color: var(--vn-black);
    line-height: 1.5;
    font-weight: 500;
  }
  
  .vn-card--gold .vn-card__list li {
    color: var(--vn-cream);
    border-bottom-color: rgba(246, 227, 180, 0.2);
  }
  
  .vn-card__list li:last-child {
    border-bottom: none;
  }
  
  .vn-card__list-base {
    color: var(--vn-black) !important;
    font-weight: 700;
  }
  
  .vn-card--gold .vn-card__list-base {
    color: var(--vn-yellow) !important;
  }
  
  .vn-check-icon {
    width: 16px;
    height: 16px;
    min-width: 16px;
    color: var(--vn-red);
    margin-top: 2px;
  }
  
  .vn-check-icon--gold {
    color: var(--vn-yellow);
  }
  
  /* ===== TRIPLE A ===== */
  .vn-triplea {
    background: var(--vn-black);
    border-top: 3px solid var(--vn-black);
    border-bottom: 3px solid var(--vn-black);
    position: relative;
  }
  
  /* Cerchio decorativo */
  .vn-triplea::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    border: 40px solid var(--vn-red);
    border-radius: 50%;
    top: -100px;
    right: -80px;
    opacity: 0.25;
  }
  
  .vn-triplea__inner {
    display: block;
    align-items: center;
    max-width: 980px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 8px 0 4px;
  }
  
  .vn-triplea__monogram {
    display: flex;
    flex-shrink: 0;
  }
  
  .vn-triplea__monogram span {
    font-family: 'Playfair Display', serif;
    font-size: clamp(72px, 8vw, 110px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.08em;
    color: var(--vn-yellow);
    -webkit-text-stroke: none;
    text-shadow: none;
  }
  
  .vn-triplea__text {
    flex: 1;
  }
  
  .vn-triplea__label {
    font-size: 12px;
    font-weight: 800;
    color: var(--vn-teal);
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  
  .vn-triplea__text h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(30px, 4vw, 52px);
    font-weight: 900;
    color: var(--vn-black);
    margin-bottom: 10px;
    letter-spacing: -0.025em;
  }
  
  .vn-triplea__manifesto {
    font-size: 14px;
    color: var(--vn-red);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 18px;
    font-weight: 700;
  }
  
  .vn-triplea__text p {
    font-size: 18px;
    color: var(--vn-black);
    line-height: 1.75;
    font-weight: 500;
  }
  
  .vn-sponsor__manifesto {
    max-width: 920px;
    margin: 36px auto 0;
    padding: 32px 34px;
    background: rgba(255, 255, 255, 0.92);
    border: 3px solid var(--vn-black);
    box-shadow: 8px 8px 0 var(--vn-black);
  }
  
  .vn-sponsor__manifesto h3 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(22px, 3vw, 30px);
    margin: 0 0 14px;
    color: var(--vn-black);
  }
  
  .vn-sponsor__manifesto p {
    font-size: 16px;
    color: var(--vn-black);
    line-height: 1.8;
    font-weight: 500;
    margin: 0 0 14px;
  }
  
  .vn-sponsor__manifesto p:last-child {
    margin-bottom: 0;
  }
  
  /* ===== STREET FOOD ===== */
  .vn-streetfood {
    background: var(--vn-red);
    border-top: 3px solid var(--vn-black);
    border-bottom: 3px solid var(--vn-black);
  }
  
  .vn-streetfood .vn-section__title {
    color: var(--vn-yellow);
  }
  
  .vn-streetfood .vn-section__sub {
    color: rgba(255,255,255,0.85);
  }
  
  .vn-sf__card {
    max-width: 680px;
    margin: 0 auto;
    background: var(--vn-yellow);
    border: 3px solid var(--vn-black);
    border-radius: 0;
    padding: 48px 44px;
    text-align: center;
    box-shadow: 6px 6px 0 var(--vn-black);
  }
  
  .vn-sf__icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 20px;
    color: var(--vn-teal);
  }
  
  .vn-sf__card p {
    font-size: 16px;
    color: var(--vn-black);
    line-height: 1.8;
    margin-bottom: 14px;
    font-weight: 500;
  }
  
  .vn-sf__coming {
    font-size: 13px !important;
    color: var(--vn-teal) !important;
    font-weight: 800 !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0 !important;
  }
  
  .vn-sf__intro {
    max-width: 820px;
    margin: 0 auto 8px;
    text-align: center;
    color: rgba(255, 255, 255, 0.92);
    font-size: 16px;
    line-height: 1.75;
    font-weight: 500;
  }
  
  .vn-sf__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    max-width: 1000px;
    margin: 24px auto 0;
  }
  
  .vn-sf__card--detail {
    margin: 0;
    max-width: none;
    text-align: left;
    padding: 26px 24px;
    box-shadow: 5px 5px 0 var(--vn-black);
  }
  
  .vn-sf__card--detail .vn-sf__head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 12px;
  }
  
  .vn-sf__card--detail .vn-sf__head img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    border: 2px solid var(--vn-black);
    background: white;
    padding: 4px;
    flex-shrink: 0;
  }
  
  .vn-sf__card--detail h3 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    margin: 0;
    color: var(--vn-black);
    line-height: 1.15;
  }
  
  .vn-sf__card--detail .vn-sf__pitch {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--vn-teal);
    margin-bottom: 8px;
  }
  
  .vn-sf__card--detail p {
    text-align: left;
    margin-bottom: 10px;
  }
  
  .vn-sf__card--detail .vn-sf__addr {
    font-size: 14px;
    font-weight: 700;
    margin: 12px 0 0;
    color: var(--vn-black);
  }
  
  /* Partner street food: stesso look (Viganotti + .vn-sf__pitch--soon sul sottotitolo) */
  .vn-sf__card--soon {
    background: #fff8e8;
    border-style: dashed;
    opacity: 0.98;
  }
  
  .vn-sf__pitch--soon {
    color: var(--vn-red) !important;
    margin-bottom: 6px !important;
  }
  
  .vn-sf__card--cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(145deg, #fffef8 0%, var(--vn-yellow) 100%);
    border: 3px solid var(--vn-black);
    border-style: solid;
    box-shadow: 6px 6px 0 var(--vn-black);
  }
  
  .vn-sf__cta-kicker {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--vn-teal);
    margin-bottom: 8px;
  }
  
  .vn-sf__cta-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(20px, 2.5vw, 26px);
    font-weight: 900;
    color: var(--vn-black);
    line-height: 1.15;
    margin: 0 0 10px;
  }
  
  .vn-sf__cta-text {
    font-size: 15px;
    line-height: 1.55;
    color: var(--vn-black);
    font-weight: 500;
    margin: 0 0 16px;
    flex: 1;
  }
  
  .vn-sf__cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .vn-sf__cta-actions .vn-btn {
    box-shadow: 3px 3px 0 var(--vn-black);
  }
  
  /* ===== FLOATING ACQUISTA (sticky) ===== */
  .vn-fab {
    position: fixed;
    z-index: 9998;
    right: max(16px, env(safe-area-inset-right, 0px));
    bottom: max(36px, calc(20px + env(safe-area-inset-bottom, 0px)));
    left: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 0 24px;
    background: var(--vn-red);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    border: 3px solid var(--vn-black);
    border-radius: 999px;
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.35);
    transition: transform var(--vn-dur) var(--vn-ease),
      box-shadow var(--vn-dur) var(--vn-ease),
      background var(--vn-dur) var(--vn-ease);
  }
  
  .vn-fab:hover,
  .vn-fab:focus-visible {
    background: #b71c1c;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.4);
  }
  
  .vn-fab:focus-visible {
    outline: 3px solid var(--vn-yellow);
    outline-offset: 3px;
  }
  
  .vn-fab:active {
    transform: translateY(0);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  }
  
  .vn-fab__icon {
    flex-shrink: 0;
  }
  
  /* ===== ORGANIZZATORE ===== */
  .vn-organizzatore {
    background: var(--vn-cream);
    border-top: 3px solid var(--vn-black);
    border-bottom: 3px solid var(--vn-black);
  }
  
  .vn-booking + .vn-organizzatore--after-booking {
    border-top: none;
  }
  
  .vn-organizzatore .vn-section__title {
    margin-bottom: 28px;
  }
  
  .vn-organizzatore__inner {
    max-width: 820px;
    margin: 0 auto;
  }
  
  .vn-organizzatore__inner > p {
    font-size: 16px;
    line-height: 1.82;
    color: var(--vn-black);
    margin: 0 0 16px;
    font-weight: 500;
  }
  
  .vn-organizzatore__inner > p:last-child {
    margin-bottom: 0;
  }
  
  .vn-organizzatore__tagline {
    font-family: 'Playfair Display', serif;
    font-size: clamp(20px, 2.8vw, 26px);
    font-weight: 900;
    margin-top: 8px !important;
    color: var(--vn-red);
  }
  
  /* ===== TAPPA CARDS (con immagine) ===== */
  .vn-tappa__card {
    display: flex;
    gap: 20px;
    align-items: center;
    background: var(--vn-yellow);
    border: 3px solid var(--vn-black);
    padding: 12px;
    box-shadow: 4px 4px 0 var(--vn-black);
    transition: transform var(--vn-dur) var(--vn-ease),
                box-shadow var(--vn-dur) var(--vn-ease);
    flex: 1;
  }
  
  .vn-tappa:hover .vn-tappa__card {
    transform: translateY(-2px);
    box-shadow: 6px 6px 0 var(--vn-black);
  }
  
  .vn-tappa__img {
    width: 140px;
    aspect-ratio: 4 / 5;
    height: auto;
    object-fit: cover;
    border: 2px solid var(--vn-black);
    flex-shrink: 0;
  }
  
  .vn-tappa__visual {
    width: 140px;
    flex-shrink: 0;
    aspect-ratio: 4 / 5;
    border: 3px solid var(--vn-black);
    background: #faf8f3;
    box-shadow: 3px 3px 0 var(--vn-black);
    overflow: hidden;
  }
  
  .vn-tappa__visual-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  .vn-tappa__visual--finale {
    background: var(--vn-black);
    padding: 8px;
    box-sizing: border-box;
  }
  
  .vn-tappa__visual--finale .vn-tappa__visual-img {
    object-fit: contain;
  }
  
  .vn-tappa__locale {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 900;
    color: var(--vn-black);
    line-height: 1.2;
    margin-bottom: 4px;
  }
  
  .vn-tappa__vino {
    font-size: 14px;
    color: var(--vn-teal);
    font-weight: 600;
    line-height: 1.4;
  }
  
  .vn-tappa__vino em {
    font-style: italic;
    color: var(--vn-red);
  }
  
  /* ===== PRODUTTORI ===== */
  .vn-produttori {
    background: var(--vn-yellow);
  }
  
  .vn-produttori__grid {
    display: flex;
    flex-direction: column;
    gap: 26px;
    max-width: 1080px;
    margin: 0 auto;
  }
  
  .vn-produttore {
    border: 3px solid var(--vn-black);
    background: #fff6d9;
    box-shadow: 8px 8px 0 var(--vn-black);
    overflow: hidden;
    position: relative;
    display: grid;
    grid-template-columns: minmax(420px, 500px) 1fr;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  }
  
  .vn-produttore:hover {
    transform: translateY(-4px);
    box-shadow: 12px 12px 0 var(--vn-black);
  }
  
  .vn-produttore__visual {
    position: relative;
    overflow: hidden;
    border-right: 3px solid var(--vn-black);
    background: #111;
    display: grid;
    grid-template-columns: minmax(128px, 150px) minmax(250px, 350px);
    grid-template-rows: minmax(340px, auto);
    align-items: stretch;
  }
  
  .vn-produttore__photo {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    height: 100%;
    min-height: 340px;
    object-fit: contain;
    object-position: center center;
    background: #1a1a1a;
    filter: saturate(1.04) contrast(1.04);
    transition: transform 0.8s var(--vn-ease), filter 0.8s var(--vn-ease);
  }
  
  .vn-produttore__bottle-wrap {
    grid-column: 1;
    grid-row: 1;
    background: #fff;
    border-right: 3px solid var(--vn-black);
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 8px;
  }
  
  .vn-produttore__bottle {
    width: 100%;
    height: 100%;
    max-height: 300px;
    object-fit: contain;
    filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.22));
  }
  
  .vn-produttore__copy {
    padding: 20px 22px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  
  .vn-produttore h3 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(28px, 3vw, 38px);
    color: var(--vn-black);
    line-height: 1.05;
  }
  
  .vn-produttore__title {
    font-size: 16px;
    font-weight: 800;
    color: var(--vn-red);
    letter-spacing: 0.02em;
  }
  
  .vn-produttore__subtitle {
    font-size: 14px;
    font-weight: 700;
    color: var(--vn-teal);
    text-transform: uppercase;
    letter-spacing: 0.06em;
  }
  
  .vn-produttore__info {
    font-size: 15px;
    color: var(--vn-black);
    line-height: 1.7;
    margin-top: 4px;
  }
  
  .vn-produttore__scheda {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 2px dashed rgba(0, 0, 0, 0.18);
  }
  
  .vn-produttore__wine {
    font-size: 15px;
    line-height: 1.68;
    margin: 0 0 12px;
    color: var(--vn-black);
    font-weight: 500;
  }
  
  .vn-produttore__quando {
    font-size: 15px;
    line-height: 1.68;
    margin: 0;
    color: var(--vn-teal);
    font-weight: 500;
  }
  
  .vn-produttore__quando strong {
    color: var(--vn-red);
  }
  
  .vn-produttore.vn-reveal.is-visible .vn-produttore__photo {
    transform: scale(1.03);
    filter: saturate(1.1) contrast(1.08);
  }
  
  /* ===== LOGHI GRID ===== */
  .vn-loghi-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 880px;
    margin: 0 auto;
  }
  
  .vn-streetfood .vn-loghi-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  
  .vn-loghi-grid--sponsor {
    grid-template-columns: repeat(2, 1fr);
    max-width: 560px;
    margin-bottom: 56px;
  }
  
  .vn-logo-item {
    background: white;
    border: 3px solid var(--vn-black);
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    box-shadow: 4px 4px 0 var(--vn-black);
    transition: transform var(--vn-dur) var(--vn-ease),
                box-shadow var(--vn-dur) var(--vn-ease);
  }
  
  .vn-logo-item:hover {
    transform: translateY(-3px);
    box-shadow: 6px 6px 0 var(--vn-black);
  }
  
  .vn-logo-item img {
    width: 100%;
    height: 100px;
    object-fit: contain;
  }
  
  .vn-logo-item__name {
    font-size: 12px;
    font-weight: 700;
    color: var(--vn-black);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-align: center;
  }
  
  /* ===== SPONSOR SECTION ===== */
  .vn-sponsor {
    background: linear-gradient(180deg, #f8e7ba 0%, #f3dda4 100%);
    border-top: 3px solid var(--vn-black);
    border-bottom: 3px solid var(--vn-black);
  }
  
  .vn-sponsor .vn-section__title {
    color: var(--vn-black);
  }
  
  .vn-sponsor .vn-section__sub {
    color: var(--vn-teal);
    margin-bottom: 34px;
  }
  
  .vn-sponsor .vn-loghi-grid--sponsor {
    gap: 28px;
    margin-bottom: 44px;
  }
  
  .vn-sponsor .vn-logo-item {
    min-height: 220px;
    background: #fffdf4;
    box-shadow: 6px 6px 0 var(--vn-black);
  }
  
  .vn-sponsor .vn-logo-item img {
    height: 128px;
  }
  
  .vn-sponsor .vn-triplea__inner {
    background: #fffaf0;
    border: 3px solid var(--vn-black);
    box-shadow: 8px 8px 0 var(--vn-black);
    padding: 32px 34px;
  }
  
  .vn-sponsor .vn-triplea__text h2 {
    margin-bottom: 12px;
  }
  
  .vn-sponsor .vn-triplea__text p {
    max-width: 72ch;
  }
  
  /* ===== PARTNER ===== */
.vn-partner {
  background: var(--vn-yellow);
  border-top: 3px solid var(--vn-black);
  border-bottom: 3px solid var(--vn-black);
}

.vn-partner__band {
  max-width: 900px;
  margin: 0 auto;
}

.vn-partner__track {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3px;
}

.vn-partner__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 3px solid var(--vn-black);
  padding: 24px 32px;
  min-width: 180px;
  min-height: 120px;
  flex: 1 1 200px;
  max-width: 280px;
  box-shadow: 4px 4px 0 var(--vn-black);
}

.vn-partner__logo img {
  height: 110px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

/* ===== FIX BORDO TAPPA 07 ===== */
.vn-tappa__visual,
.vn-tappa__visual--finale {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  background: transparent !important;
  padding: 0 !important;
}

/* ===== FAQ ===== */
  .vn-faq {
    background: var(--vn-cream);
    border-top: 3px solid var(--vn-black);
  }
  
  .vn-faq__list {
    max-width: 700px;
    margin: 0 auto;
  }
  
  .vn-faq__item {
    border-bottom: 2px solid var(--vn-black);
  }
  
  .vn-faq__item:first-child {
    border-top: 2px solid var(--vn-black);
  }
  
  .vn-faq__q {
    width: 100%;
    background: none;
    border: none;
    color: var(--vn-black);
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    padding: 22px 48px 22px 0;
    cursor: pointer;
    position: relative;
    transition: color var(--vn-dur) var(--vn-ease);
    touch-action: manipulation;
    min-height: 44px;
    line-height: 1.4;
    font-family: 'Inter', sans-serif;
  }
  
  .vn-faq__q:hover,
  .vn-faq__q:focus-visible {
    color: var(--vn-teal);
    outline: none;
  }
  
  .vn-faq__icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    color: var(--vn-red);
    transition: transform var(--vn-dur) var(--vn-ease),
                color var(--vn-dur) var(--vn-ease);
  }
  
  .vn-faq__q[aria-expanded="true"] .vn-faq__icon {
    transform: translateY(-50%) rotate(180deg);
    color: var(--vn-teal);
  }
  
  .vn-faq__q[aria-expanded="true"] {
    color: var(--vn-teal);
  }
  
  .vn-faq__a {
    font-size: 15px;
    color: var(--vn-teal);
    line-height: 1.75;
    overflow: hidden;
    max-height: 0;
    font-weight: 500;
    transition: max-height 0.4s var(--vn-ease),
                padding 0.4s var(--vn-ease);
  }
  
  .vn-faq__a.is-open {
    max-height: 2000px;
    padding-bottom: 22px;
  }
  
  .vn-faq__a a {
    color: var(--vn-red);
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 700;
  }
  
  .vn-faq__a a:hover {
    color: var(--vn-teal);
  }
  
  /* ===== CTA FINALE ===== */
  .vn-cta-final {
    position: relative;
    padding: 100px 0;
    text-align: center;
    overflow: hidden;
    background: var(--vn-teal);
    border-top: 3px solid var(--vn-black);
  }
  
  /* Rettangolo decorativo */
  .vn-cta-final::before {
    content: '';
    position: absolute;
    width: 140px;
    height: 220px;
    background: var(--vn-yellow);
    bottom: -30px;
    left: 5%;
    border-radius: 0;
    opacity: 0.4;
    transform: rotate(-10deg);
  }
  
  .vn-cta-final::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    border: 14px solid var(--vn-red);
    border-radius: 50%;
    top: 20px;
    right: 8%;
    opacity: 0.5;
  }
  
  .vn-cta-final__bg {
    display: none;
  }
  
  .vn-cta-final__inner {
    position: relative;
    z-index: 1;
  }
  
  .vn-cta-final__label {
    font-size: 10px;
    font-weight: 800;
    color: var(--vn-yellow);
    letter-spacing: 0.25em;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  
  .vn-cta-final__inner h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(36px, 6vw, 72px);
    font-weight: 900;
    color: white;
    letter-spacing: -0.03em;
    line-height: 1.05;
    margin-bottom: 16px;
  }
  
  .vn-cta-final__inner > p {
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    margin-bottom: 48px;
    letter-spacing: 0.06em;
    font-weight: 600;
    text-transform: uppercase;
  }
  
  .vn-cta-final__btns {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
  }
  
  .vn-cta-final .vn-btn--primary {
    background: var(--vn-yellow);
    color: var(--vn-black);
    border-color: var(--vn-black);
    box-shadow: 4px 4px 0 var(--vn-black);
  }
  
  .vn-cta-final .vn-btn--primary:hover {
    background: white;
    color: var(--vn-black);
  }
  
  .vn-cta-final .vn-btn--ghost {
    background: transparent;
    color: white;
    border-color: white;
    box-shadow: 4px 4px 0 rgba(0,0,0,0.2);
  }
  
  .vn-cta-final .vn-btn--ghost:hover {
    background: white;
    color: var(--vn-teal);
  }
  
  /* ===== BOOKING AMELIA ===== */
  .vn-booking {
    background: linear-gradient(165deg, var(--vn-teal) 0%, #0b555a 55%, #083f42 100%);
    border-top: 3px solid var(--vn-black);
    border-bottom: 3px solid var(--vn-black);
    min-height: 78vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
  }
  
  .vn-booking .vn-section__title {
    color: var(--vn-yellow);
  }
  
  .vn-booking__box {
    max-width: 860px;
    margin: 0 auto;
    padding: 36px;
    background: white;
    border: 3px solid var(--vn-black);
    box-shadow: 12px 12px 0 var(--vn-black);
  }
  
  .vn-booking .vn-section__sub {
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 26px;
  }
  
  .vn-booking__box-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.05;
    color: var(--vn-black);
    margin-bottom: 16px;
  }
  
  .vn-booking__amelia {
    color: var(--vn-black);
  }
  
  .vn-booking__amelia .am-amelia-container,
  .vn-booking__amelia .am-fs__wrapper {
    max-width: 100%;
  }
  
  .vn-booking__box > * {
    max-width: 100%;
  }
  
  /* ===== FOOTER ===== */
  .vn-footer {
    background: var(--vn-black);
    border-top: 3px solid var(--vn-black);
    padding: 44px 0 calc(32px + 72px + env(safe-area-inset-bottom, 0px));
  }
  
  .vn-footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 28px;
    margin-bottom: 24px;
  }
  
  .vn-footer__brand {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  
  .vn-footer__logo {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 900;
    color: var(--vn-yellow);
    letter-spacing: 0.1em;
  }
  
  .vn-footer__edition {
    font-size: 10px;
    color: rgba(255,255,255,0.4);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 600;
  }
  
  .vn-footer__contact {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
  
  .vn-footer__contact a {
    color: rgba(255,255,255,0.6);
    font-size: 14px;
    font-weight: 500;
    transition: color var(--vn-dur) var(--vn-ease);
  }
  
  .vn-footer__contact a:hover {
    color: var(--vn-yellow);
  }
  
  .vn-footer__sponsor {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
  }
  
  .vn-footer__sponsor span {
    font-size: 10px;
    color: rgba(255,255,255,0.4);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 600;
  }
  
  .vn-footer__sponsor strong {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    color: var(--vn-yellow);
    font-weight: 900;
  }
  
  .vn-footer__copy {
    font-size: 11px;
    color: rgba(255,255,255,0.2);
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.08);
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }
  
  /* ===== REVEAL ANIMATION (cinematic) ===== */
  .vn-reveal {
    opacity: 0;
    transform: translateY(44px) scale(0.965);
    filter: blur(10px);
    transition: opacity 1.1s cubic-bezier(0.16, 1, 0.3, 1),
                transform 1.1s cubic-bezier(0.16, 1, 0.3, 1),
                filter 1.1s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity, transform, filter;
  }
  
  .vn-reveal.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
  
  /* Variant: slide from left */
  .vn-reveal--left {
    transform: translateX(-60px) scale(0.965);
  }
  .vn-reveal--left.is-visible {
    transform: translateX(0) scale(1);
  }
  
  /* Variant: slide from right */
  .vn-reveal--right {
    transform: translateX(60px) scale(0.965);
  }
  .vn-reveal--right.is-visible {
    transform: translateX(0) scale(1);
  }
  
  /* ===== KEYFRAMES (solo per compatibilità JS) ===== */
  @keyframes vnFadeUp {
    from { opacity: 0; transform: translateY(16px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  
  @keyframes vnFadeDown {
    from { opacity: 0; transform: translateY(-12px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  
  /* ===== RESPONSIVE ===== */
  @media (max-width: 960px) {
    .vn-sf__grid {
      grid-template-columns: 1fr;
    }
    .vn-why__grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .vn-intro__grid {
      grid-template-columns: 1fr;
      gap: 44px;
    }
    .vn-triplea__inner {
      flex-direction: column;
      gap: 24px;
      text-align: center;
    }
    .vn-triplea__monogram {
      justify-content: center;
    }
    .vn-produttori__grid {
      gap: 22px;
    }
    .vn-produttore {
      grid-template-columns: minmax(320px, 380px) 1fr;
    }
    .vn-produttore__visual {
      grid-template-columns: minmax(100px, 120px) minmax(200px, 1fr);
      grid-template-rows: minmax(300px, auto);
    }
    .vn-produttore__photo {
      min-height: 300px;
      object-fit: contain;
      object-position: center center;
      background: #1a1a1a;
    }
    .vn-produttore__bottle {
      max-height: 210px;
    }
  }
  
  @media (max-width: 700px) {
    .vn-section {
      padding: 56px 0;
    }
    .vn-settimana__toolbar {
      flex-direction: column;
      align-items: stretch;
    }
    .vn-settimana__toolbar .vn-btn--compact {
      width: 100%;
      justify-content: center;
    }
    .vn-settimana__day {
      box-shadow: 5px 5px 0 var(--vn-black);
    }
    .vn-settimana__day:hover {
      transform: none;
      box-shadow: 5px 5px 0 var(--vn-black);
    }
    .vn-settimana__day-actions {
      flex-direction: column;
    }
    .vn-settimana__day-actions .vn-btn--compact {
      width: 100%;
      justify-content: center;
    }
    .vn-why__grid {
      grid-template-columns: 1fr;
      gap: 3px;
    }
    .vn-tessere__grid {
      grid-template-columns: 1fr;
    }
    .vn-partner__track {
      gap: 3px;
    }
    .vn-partner__logo {
      flex: 1 1 140px;
      min-width: 140px;
      max-width: 100%;
      padding: 18px 20px;
      min-height: 90px;
      box-shadow: 3px 3px 0 var(--vn-black);
    }
    .vn-partner__logo img {
      max-height: 50px;
    }
    .vn-card {
      padding: 32px 24px 28px;
      box-shadow: 4px 4px 0 var(--vn-black);
    }
    .vn-countdown {
      gap: 0;
    }
    .vn-countdown__item {
      min-width: 60px;
      padding: 12px 14px 10px;
    }
    .vn-countdown__sep {
      display: none;
    }
    .vn-footer__inner {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
    .vn-footer__sponsor {
      align-items: center;
    }
    .vn-intro__stats {
      grid-template-columns: 1fr 1fr;
    }
    .vn-sf__card {
      padding: 32px 20px;
      box-shadow: 4px 4px 0 var(--vn-black);
    }
    .vn-fab {
      left: max(12px, env(safe-area-inset-left, 0px));
      right: max(12px, env(safe-area-inset-right, 0px));
      width: auto;
      min-height: 52px;
      padding: 0 22px;
      font-size: 12px;
      letter-spacing: 0.1em;
      justify-content: center;
    }
    .vn-sf__cta-actions {
      flex-direction: column;
    }
    .vn-sf__cta-actions .vn-btn--compact {
      width: 100%;
      justify-content: center;
    }
    .vn-cta-final {
      padding: 72px 0;
    }
    .vn-booking__box {
      padding: 18px;
      box-shadow: 4px 4px 0 var(--vn-black);
    }
    .vn-booking {
      min-height: 66vh;
    }
    .vn-booking__box-title {
      margin-bottom: 12px;
    }
    .vn-booking__amelia {
      margin-top: 4px;
    }
    .vn-hero::before {
      width: 120px;
      height: 200px;
      left: -30px;
    }
    .vn-hero::after {
      width: 100px;
      height: 100px;
      border-width: 10px;
      right: 2%;
      bottom: 6%;
    }
    .vn-percorso::after {
      display: none;
    }
    .vn-tappa__card {
      flex-direction: column;
      gap: 12px;
    }
    .vn-tappa__img {
      width: 100%;
      max-width: 320px;
      aspect-ratio: 4 / 5;
      height: auto;
      margin: 0 auto;
    }
    .vn-tappa__visual {
      width: 100%;
      max-width: 320px;
      margin: 0 auto;
      aspect-ratio: 4 / 5;
      height: auto;
    }
    .vn-loghi-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
    }
    .vn-streetfood .vn-loghi-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .vn-loghi-grid--sponsor {
      grid-template-columns: repeat(2, 1fr);
    }
    .vn-produttore {
      grid-template-columns: 1fr;
    }
    .vn-produttore__visual {
      border-right: none;
      border-bottom: 3px solid var(--vn-black);
      grid-template-columns: 110px 1fr;
      grid-template-rows: minmax(280px, auto);
    }
    .vn-produttore__photo {
      height: 280px;
      min-height: 280px;
      object-fit: contain;
      object-position: center center;
      background: #1a1a1a;
    }
    .vn-produttore__bottle-wrap {
      min-height: 100%;
      border-right: 3px solid var(--vn-black);
    }
    .vn-tappa__dot,
    .vn-percorso__timeline::before {
      display: none;
    }
    .vn-tappa {
      gap: 0;
      padding-left: 0;
    }
  }
  
  @media (max-width: 420px) {
    .vn-hero__title {
      font-size: 52px;
    }
    .vn-cta-final__btns {
      flex-direction: column;
      align-items: center;
    }
    .vn-btn--full {
      width: 100%;
    }
    .vn-hero__content {
      text-align: left;
    }
    .vn-streetfood .vn-loghi-grid {
      grid-template-columns: 1fr;
    }
  }
  
  /* ===== REDUCED MOTION ===== */
  @media (prefers-reduced-motion: reduce) {
    .vn-hero__bg,
    .vn-countdown__sep,
    .vn-hero::before,
    .vn-hero::after,
    .vn-hero__scroll span::before {
      animation: none !important;
    }
    .vn-reveal,
    .vn-reveal--left,
    .vn-reveal--right,
    .vn-hero__line,
    .vn-tag,
    .vn-hero__sub,
    .vn-countdown,
    .vn-hero__cta,
    .vn-hero__scroll {
      opacity: 1 !important;
      transform: none !important;
      transition: none !important;
      animation: none !important;
      filter: none !important;
    }
    .vn-btn,
    .vn-why__card,
    .vn-stat,
    .vn-tappa__dot,
    .vn-card,
    .vn-produttore,
    .vn-settimana__day {
      transition: none !important;
    }
    .vn-settimana__day:hover {
      transform: none !important;
    }
    .vn-fab {
      transition: none !important;
    }
    .vn-fab:hover,
    .vn-fab:focus-visible {
      transform: none !important;
    }
  }/* End custom CSS */