.with-wood {
    position: relative;
    overflow: hidden;
}

.with-wood::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        repeating-linear-gradient(120deg, rgba(255, 255, 255, 0.035) 0px, rgba(255, 255, 255, 0.035) 3px, rgba(0, 0, 0, 0.05) 3px, rgba(0, 0, 0, 0.05) 11px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.07));
    opacity: 0.25;
    mix-blend-mode: soft-light;
    pointer-events: none;
    z-index: 0;
}

.with-wood > * {
    position: relative;
    z-index: 1;
}
:root {
    --vino-nero: #2a1a14; /* tono botte più chiaro */
    --vino-prugna: #54291f;
    --vino-bordeaux: #a34c38;
    --vino-ambra: #d4af37;
    --vino-rosa: #f4d4c5;
    --vino-panna: #f8f3ee;
    --vino-grigio: #8a8480;
    --shadow-soft: 0 15px 45px rgba(0, 0, 0, 0.45);
    --shadow-card: 0 20px 60px rgba(0, 0, 0, 0.55);
    --font-primary: 'Playfair Display', serif;
    --font-secondary: 'Space Grotesk', sans-serif;
    /* Variabili legacy utilizzate dallo script */
    --google-blue: #3b82f6;
    --google-green: #22c55e;
    --google-yellow: #facc15;
    --google-red: #ef4444;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-secondary);
    background: radial-gradient(circle at 20% 20%, rgba(163, 76, 56, 0.18), rgba(42, 26, 20, 0.95));
    color: var(--vino-panna);
    line-height: 1.7;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

section {
    padding: 5rem 0;
    position: relative;
}

.py-6 {
    padding: 5rem 0;
}

.section-tag {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.85rem;
    color: var(--vino-ambra);
    margin-bottom: 0.75rem;
}

.section-title {
    font-family: var(--font-primary);
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 1rem;
    color: var(--vino-panna);
}

.lead {
    color: var(--vino-rosa);
    font-size: 1.05rem;
}

/* LEGAL PAGES */
.legal-hero {
    padding-top: 8rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(27, 17, 13, 0.92), rgba(58, 33, 24, 0.88));
}

.legal-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 0;
}

.legal-hero > .container {
    position: relative;
    z-index: 1;
}

.legal-hero .section-title {
    margin-bottom: 1.25rem;
}

.legal-hero .lead {
    color: rgba(248, 243, 238, 0.9);
}

.legal-content {
    background: rgba(17, 10, 8, 0.65);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.legal-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 2.25rem;
    box-shadow: var(--shadow-soft);
}

.legal-card + .legal-card {
    margin-top: 1.75rem;
}

.legal-card h2 {
    font-family: var(--font-primary);
    font-size: 1.6rem;
    margin-bottom: 1rem;
    color: var(--vino-rosa);
}

.legal-card p,
.legal-card li {
    color: rgba(248, 243, 238, 0.85);
}

.legal-card ul {
    padding-left: 1.2rem;
    margin-bottom: 0;
}

.legal-card ul li {
    margin-bottom: 0.4rem;
}

.legal-card a {
    color: var(--vino-ambra);
    text-decoration: underline;
}

.legal-contact-box {
    margin-top: 1rem;
    padding: 1.5rem;
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 767.98px) {
    .legal-card {
        padding: 1.5rem;
    }
}

/* NAVBAR */
.navbar {
    padding: 1rem 0;
    background: rgba(38, 23, 19, 0.92); /* dark wood espresso */
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
}

.navbar.scrolled {
    padding: 0.6rem 0;
    background: rgba(34, 21, 17, 0.96);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.navbar-brand img {
    height: 48px;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-link {
    font-weight: 500;
    color: var(--vino-panna) !important;
    margin: 0 0.35rem;
    position: relative;
    padding: 0.5rem 0.75rem !important;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--vino-ambra);
    transition: width 0.3s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 100%;
}

.navbar-cta {
    display: flex;
    gap: 0.75rem;
    margin-top: 1rem;
    flex-wrap: wrap;
}

@media (min-width: 992px) {
    .navbar-cta {
        margin-top: 0;
        margin-left: 1rem;
    }
}

.menu-link {
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: var(--vino-ambra);
}

.menu-link.accent {
    color: var(--vino-rosa);
    border-bottom: 1px solid rgba(244, 212, 197, 0.4);
    padding-bottom: 0.25rem;
    display: inline-block;
}

.btn {
    border-radius: 999px;
    padding: 0.9rem 2rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.btn-primary {
    background: linear-gradient(120deg, var(--vino-ambra), #f6c46a);
    border: none;
    color: var(--vino-nero);
    box-shadow: 0 12px 25px rgba(212, 175, 55, 0.25);
}

.menu-link-trigger:not(.btn) {
    cursor: pointer;
    border: none;
    background: none;
    padding: 0;
}

.btn-primary:hover {
    background: linear-gradient(120deg, #f6c46a, var(--vino-ambra));
}

.btn-outline-light {
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: var(--vino-panna);
}

.btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.15);
    color: var(--vino-panna);
}

/* HERO */
.hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    background: radial-gradient(circle at 30% 20%, rgba(163, 76, 56, 0.32), rgba(58, 34, 26, 0.78)),
                url('gallery/Happy-hour-006.jpeg') center/cover fixed;
    color: var(--vino-panna);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(30, 18, 13, 0.36);
}

.hero-section .container {
    position: relative;
    z-index: 1;
}

.hero-eyebrow {
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 0.85rem;
    color: var(--vino-rosa);
}

.hero-title {
    font-family: var(--font-primary);
    font-size: clamp(2.5rem, 5vw, 4rem);
    margin: 1rem 0;
    text-shadow: 0 15px 35px rgba(0, 0, 0, 0.55), 0 4px 12px rgba(0, 0, 0, 0.4);
}

.hero-subtitle {
    color: var(--vino-panna);
    max-width: 700px;
    margin: 0 auto 2rem;
    text-shadow: 0 8px 20px rgba(0, 0, 0, 0.45), 0 1px 4px rgba(0, 0, 0, 0.35);
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.btn-virtual-tour {
    border-radius: 999px;
    padding: 0.85rem 1.8rem;
    letter-spacing: 0.5px;
    font-weight: 600;
    border: 2px solid var(--vino-ambra);
    background: rgba(212, 175, 55, 0.15);
    color: var(--vino-ambra);
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    transition: all 0.3s ease;
}

.btn-virtual-tour:hover,
.btn-virtual-tour:focus-visible {
    background: rgba(212, 175, 55, 0.22);
    color: var(--vino-ambra);
}

@media (max-width: 575px) {
    .btn-video-play {
        width: 100%;
        justify-content: center;
    }
    .btn-virtual-tour {
        width: 100%;
        justify-content: center;
    }
}

.hero-details {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    font-size: 0.95rem;
    color: var(--vino-rosa);
}

.hero-details i {
    color: var(--vino-ambra);
    margin-right: 0.4rem;
}

.scroll-indicator {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    border: none;
    background: rgba(244, 212, 197, 0.12);
    color: var(--vino-ambra);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.scroll-indicator:hover {
    background: rgba(244, 212, 197, 0.25);
    transform: translateX(-50%) translateY(3px);
}

.btn-video-play {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: rgba(212, 175, 55, 0.15);
    border: 2px solid var(--vino-ambra);
    color: var(--vino-ambra);
    padding: 0.9rem 2rem;
    border-radius: 999px;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.btn-video-play i {
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

.btn-video-play:hover {
    background: rgba(212, 175, 55, 0.2);
    transform: translateY(-1px);
    box-shadow: 0 6px 15px rgba(212, 175, 55, 0.25);
}

.btn-video-play:hover i {
    transform: scale(1.08);
}

/* CHI SIAMO */
#chi-siamo {
    background: linear-gradient(135deg, rgba(74, 38, 28, 0.82), rgba(33, 19, 15, 0.96));
}

.about-highlights {
    list-style: none;
    margin-top: 1.5rem;
}

.about-highlights li {
    margin-bottom: 0.8rem;
    color: var(--vino-rosa);
}

.about-highlights i {
    color: var(--vino-ambra);
    margin-right: 0.5rem;
}

.about-card {
    background: rgba(33, 19, 15, 0.78);
    border: 1px solid rgba(244, 212, 197, 0.12);
    padding: 2.5rem;
    border-radius: 24px;
    box-shadow: var(--shadow-soft);
}

.about-data {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 2rem;
}

.about-metric {
    text-align: center;
    padding: 1rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
}

.about-metric i {
    font-size: 2rem;
    color: var(--vino-ambra);
    margin-bottom: 0.2rem;
}

.data-label {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.75rem;
    color: var(--vino-grigio);
    display: block;
}

.metric-value {
    font-size: 1.8rem;
    color: var(--vino-ambra);
    font-family: var(--font-primary);
    display: block;
}

/* SERVIZI */
#servizi {
    background: #331c14;
}

.service-card {
    background: rgba(58, 34, 26, 0.78);
    border: 1px solid rgba(244, 212, 197, 0.08);
    border-radius: 20px;
    padding: 3rem 2.2rem 2.75rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.35s ease, border-color 0.35s ease;
    box-shadow: var(--shadow-soft);
}

.service-card:hover {
    transform: translateY(-8px);
    border-color: rgba(244, 212, 197, 0.35);
}

.service-card-link {
    cursor: pointer;
}

.service-card-link::after {
    content: 'Apri menu digitale';
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: auto;
    padding-top: 1.5rem;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--vino-ambra);
}

.service-card-video {
    cursor: pointer;
}

.service-card-video::after {
    content: 'Guarda il video';
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: auto;
    padding-top: 1.5rem;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--vino-ambra);
}

.service-icon {
    width: 70px;
    height: 70px;
    border-radius: 16px;
    background: rgba(212, 175, 55, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--vino-ambra);
    font-size: 1.7rem;
    margin-bottom: 1.5rem;
}

.service-card ul {
    list-style: none;
    margin-top: 1rem;
    padding-left: 0;
    margin-bottom: 0;
    color: var(--vino-rosa);
    font-size: 0.82rem;
}

.service-card li {
    margin-bottom: 0.4rem;
    display: flex;
    align-items: flex-start;
    gap: 0.4rem;
}

.service-card li i {
    color: var(--vino-ambra);
    font-size: 0.85rem;
    margin-top: 0.2rem;
}

/* GALLERY */
#gallery {
    background: linear-gradient(145deg, rgba(58, 34, 26, 0.9), rgba(83, 40, 30, 0.85));
}

.gallery-grid {
    column-count: 3;
    column-gap: 1rem;
}

.gallery-item {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    border: none;
    padding: 0;
    background: none;
    cursor: pointer;
    border-radius: 18px;
    overflow: hidden;
    break-inside: avoid;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.gallery-item img {
    width: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-item:hover img {
    transform: scale(1.08);
}

.gallery-item:focus-visible {
    outline: 2px solid var(--vino-ambra);
    outline-offset: 4px;
}

@media (max-width: 991px) {
    .gallery-grid {
        column-count: 2;
    }
}

@media (max-width: 575px) {
    .gallery-grid {
        column-count: 3;
        column-gap: 0.65rem;
    }
}

.gallery-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(5, 3, 3, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 2000;
    padding: 1.5rem;
}

.gallery-lightbox.is-open {
    opacity: 1;
    pointer-events: auto;
}

.lightbox-content {
    max-width: min(900px, 90vw);
    max-height: 80vh;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow-card);
}

.lightbox-content img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: rgba(0, 0, 0, 0.6);
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, 0.6);
    color: var(--vino-panna);
    font-size: 1.4rem;
    cursor: pointer;
}

.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, 0.55);
    color: var(--vino-panna);
    cursor: pointer;
}

.lightbox-nav.prev {
    left: 30px;
}

.lightbox-nav.next {
    right: 30px;
}

/* VIDEO LIGHTBOX */
.video-lightbox {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.video-lightbox.is-open {
    opacity: 1;
    visibility: visible;
}

.video-lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(8px);
}

.video-lightbox-content {
    position: relative;
    max-width: min(90vw, 1200px);
    max-height: 90vh;
    width: 100%;
    z-index: 10;
    padding: 2rem;
}

.video-lightbox-content video {
    width: 100%;
    height: auto;
    max-height: 90vh;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);
    background: #000;
}

.video-lightbox-close {
    position: absolute;
    top: -2rem;
    right: -2rem;
    background: var(--vino-bordeaux);
    color: var(--vino-panna);
    border: none;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    font-size: 1.3rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
    transition: background 0.3s ease, transform 0.3s ease;
}

.video-lightbox-close:hover {
    background: var(--vino-ambra);
    transform: scale(1.1);
}

.menu-lightbox {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 2050;
}

.menu-lightbox.is-open {
    opacity: 1;
    pointer-events: auto;
}

.menu-lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(5, 3, 2, 0.85);
    backdrop-filter: blur(6px);
}

.menu-lightbox-content {
    position: relative;
    width: min(1000px, 95vw);
    height: min(650px, 85vh);
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(244, 212, 197, 0.15);
    box-shadow: var(--shadow-card);
    background: rgba(15, 10, 10, 0.96);
    z-index: 1;
    display: flex;
    flex-direction: column;
}

.menu-lightbox iframe {
    width: 100%;
    height: 100%;
    border: none;
    background: #000;
    flex: 1 1 auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
}

.menu-lightbox-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, 0.6);
    color: var(--vino-panna);
    font-size: 1.2rem;
    cursor: pointer;
    z-index: 2;
}

@media (max-width: 768px) {
    .video-lightbox-content {
        padding: 1rem;
    }
    
    .video-lightbox-close {
        top: 0.5rem;
        right: 0.5rem;
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
    }

    .menu-lightbox {
        align-items: stretch;
    }

    .menu-lightbox-content {
        width: 100vw;
        height: 100vh;
        border-radius: 0;
    }
}

/* DOVE SIAMO */
#dove-siamo {
    background: #2f1b14;
}

.location-details {
    margin: 2rem 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.location-details .label {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.75rem;
    color: var(--vino-grigio);
}

.map-wrapper {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--shadow-card);
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
}

.map-wrapper iframe {
    width: 100%;
    min-height: 420px;
    border: 0;
    filter: grayscale(0.1) brightness(0.95);
}

.map-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(42, 26, 20, 0.55), rgba(58, 34, 26, 0.38));
    pointer-events: none;
    z-index: 1;
    mix-blend-mode: multiply;
}

/* CONTATTI */
#contatti {
    background: linear-gradient(145deg, rgba(74, 38, 28, 0.95), rgba(33, 19, 15, 0.95));
}

.contact-card,
.contact-form-card {
    background: rgba(58, 34, 26, 0.78);
    border: 1px solid rgba(244, 212, 197, 0.12);
    border-radius: 24px;
    padding: 2.5rem;
    box-shadow: var(--shadow-soft);
    height: 100%;
}

.contact-method {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(244, 212, 197, 0.08);
}

.contact-method i {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: rgba(244, 212, 197, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--vino-ambra);
}

.contact-method:last-child {
    border-bottom: none;
}

.form-control,
.form-select {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(244, 212, 197, 0.15);
    color: var(--vino-panna);
    border-radius: 14px;
    padding: 0.85rem 1rem;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--vino-ambra);
    background: rgba(255, 255, 255, 0.08);
    color: var(--vino-panna);
    box-shadow: none;
}

.form-label {
    color: var(--vino-rosa);
    font-size: 0.95rem;
}

.form-check-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    color: var(--vino-rosa);
    font-size: 0.9rem;
}

.form-check-input {
    margin-top: 0.3rem;
}

/* FOOTER */
footer {
    background: #1b110c;
    color: var(--vino-panna);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 5rem;
}

footer .small {
    color: var(--vino-grigio);
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--vino-rosa);
}

/* COOKIE BANNER */
.cookie-banner {
    position: fixed;
    left: 50%;
    bottom: 30px;
    transform: translate(-50%, 150%);
    width: min(600px, 94%);
    background: rgba(58, 34, 26, 0.92);
    border: 1px solid rgba(244, 212, 197, 0.2);
    border-radius: 22px;
    padding: 1.75rem;
    box-shadow: 0 35px 60px rgba(0, 0, 0, 0.55);
    z-index: 9999;
    transition: transform 0.35s ease;
}

.cookie-banner.show {
    transform: translate(-50%, 0);
}

.cookie-banner__content h3 {
    color: var(--vino-ambra);
    margin-bottom: 0.5rem;
}

.cookie-banner__content p {
    color: var(--vino-rosa);
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.cookie-banner__content a {
    color: var(--vino-ambra);
    text-decoration: underline;
}

.cookie-banner__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.cookie-preferences {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 1rem;
}

.cookie-preferences.open {
    display: flex;
}

.cookie-preferences__content {
    background: rgba(58, 34, 26, 0.94);
    border: 1px solid rgba(244, 212, 197, 0.2);
    border-radius: 24px;
    padding: 2rem;
    max-width: 600px;
    width: 100%;
    color: var(--vino-rosa);
    position: relative;
}

.cookie-preferences__close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    color: var(--vino-panna);
    font-size: 1.2rem;
    cursor: pointer;
}

.cookie-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.cookie-preferences__actions {
    margin-top: 1rem;
    text-align: right;
}

.cookie-preferences-trigger {
    position: fixed;
    bottom: 15px;
    left: 15px;
    border: 1px solid rgba(244, 212, 197, 0.3);
    background: rgba(58, 34, 26, 0.9);
    color: var(--vino-rosa);
    padding: 0.4rem 1rem;
    border-radius: 999px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
}

.cookie-preferences-trigger.visible {
    opacity: 1;
    pointer-events: auto;
}

/* Scroll-to-top & notifiche */
.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    color: var(--vino-nero);
    background: var(--vino-ambra);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: var(--shadow-soft);
    transform: translateY(100px);
    transition: all 0.3s ease;
    z-index: 1500;
}

.scroll-to-top.show {
    transform: translateY(0);
}

.notification {
    position: fixed;
    top: 20px;
    right: 20px;
    background: var(--vino-panna);
    color: var(--vino-nero);
    border-radius: 16px;
    padding: 1rem 1.4rem;
    box-shadow: var(--shadow-soft);
    transform: translateX(120%);
    transition: transform 0.35s ease;
    z-index: 2000;
}

.notification.show {
    transform: translateX(0);
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .navbar {
        background: rgba(34, 21, 17, 0.95);
    }

    .hero-section {
        background-attachment: scroll;
    }

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

@media (max-width: 767px) {
    .hero-buttons {
        flex-direction: column;
    }

    .about-data {
        grid-template-columns: 1fr;
    }

    .service-card,
    .contact-card,
    .contact-form-card {
        padding: 2rem 1.5rem;
    }

    .cookie-toggle {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 575px) {
    .hero-title {
        font-size: 1.8rem;
        line-height: 1.2;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .hero-details {
        gap: 0.75rem;
        font-size: 0.8rem;
    }

    .hero-details i {
        font-size: 0.95rem;
        margin-right: 0.25rem;
    }

    .hero-buttons {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0.6rem;
    }
    
    .btn-video-play,
    .btn-virtual-tour {
        padding: 0.6rem 1.2rem;
        font-size: 0.82rem;
        width: calc(50% - 0.3rem);
        margin: 0;
    }

    .scroll-to-top {
        bottom: 15px;
        right: 15px;
    }

    .cookie-banner {
        padding: 1.25rem;
    }
}

/* Made by footer */
.made-by {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: var(--vino-rosa);
    margin-top: 1rem;
}

.made-by a {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--vino-ambra);
    text-decoration: none;
    transition: color 0.3s ease;
}

.made-by a:hover {
    color: var(--vino-rosa);
}

.made-by-logo {
    height: 18px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

