/*
Theme Name: Astra Child
Template: astra
Version: 1.0
*/

/* ========== CSS CUSTOM PROPERTIES ========== */
:root {
    --gold:    #C8A96E;
    --dark:    #1C1714;
    --cream:   #f9f6f0;
    --bordeaux:#8B1A1A;
    --text:    #3D3D3D;
    --border:  #ede8e0;
}

/* ========== BASE ========== */
html { scroll-behavior: smooth; }
body {
    background-color: var(--cream) !important;
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;
    line-height: 1.75;
    color: var(--text);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
::selection {
    background: var(--gold);
    color: #fff;
}
img { max-width: 100%; height: auto; }

/* ========== HEADER & MENU ========== */
.site-header { background-color: #ffffff !important; }
.site-title a { color: #1A1A1A !important; }
.site-title a:hover { color: #C8A96E !important; }
.main-header-menu .menu-item a { color: #1A1A1A !important; }
.main-header-menu .menu-item a:hover,
.main-header-menu .current-menu-item a { color: #C8A96E !important; }

/* Rimuovi box/bordo Astra su item attivo */
/* Reset focus browser default su tutti i link nav */
.villa-nav a:focus,
.villa-nav a:focus-visible,
.villa-nav a.menu-link:focus,
.villa-nav a.menu-link:focus-visible,
.menu-link:focus,
.menu-link:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

/* Voce attiva — solo colore */
.villa-nav li.current-menu-item > a,
.villa-nav li.current_page_item > a,
.villa-nav li.current-menu-ancestor > a,
.villa-menu li.current-menu-item > a,
.villa-menu li.current_page_item > a {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    background: none !important;
    text-decoration: none !important;
}

/* Astra override */
.ast-builder-menu .current-menu-item > a,
.main-header-menu .current-menu-item > a {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

/* ========== FOOTER ========== */
.site-footer .ast-footer-copyright { display: none !important; }

/* ========== NASCONDI TITOLO PAGINA ========== */
.ast-hero-title,
.entry-title { display: none !important; }

/* ========== HERO SLIDER ========== */
.hero-slider { position: relative; width: 100%; height: 100vh; overflow: hidden; }
@media (max-width: 768px) { .hero-slider { height: 75vh; } }
.hero-slide { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; opacity: 0; transition: opacity 1.5s ease-in-out; filter: brightness(1.0); }
.hero-slide.active { opacity: 1; }
/* Gradiente top — rende il menu sempre leggibile su qualsiasi foto */
.hero-slider::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 180px;
    background: linear-gradient(to bottom, rgba(0,0,0,0.45) 0%, transparent 100%);
    z-index: 3;
    pointer-events: none;
}
.hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; z-index: 2; }
.hero-content { text-align: center; color: #fff; padding: 0 20px; }
.hero-label { font-family: 'Raleway', sans-serif; font-size: 0.75rem; letter-spacing: 5px; text-transform: uppercase; color: #C8A96E; display: block; margin-bottom: 20px; }
/* text-shadow su sfondi foto — rinforzo per slide chiare */
.hero-content .hero-label,
.page-hero-content .hero-label,
.cta-inner .hero-label {
    text-shadow: 0 1px 8px rgba(0,0,0,0.85), 0 0 20px rgba(0,0,0,0.5);
}
/* Nell'hero homepage il label è bianco — l'oro sparisce su cieli chiari */
.hero-content .hero-label { color: rgba(255,255,255,0.9); }
.hero-content h1 {
    font-family: 'Playfair Display', serif;
    font-size: 5rem;
    color: #fff;
    margin: 0 0 25px 0;
    font-weight: 400;
    text-shadow: 0 2px 30px rgba(0,0,0,0.55), 0 1px 8px rgba(0,0,0,0.4);
}
.hero-divider { width: 50px; height: 1px; background: #C8A96E; margin: 0 auto 25px auto; }
.hero-content p { font-family: 'Raleway', sans-serif; font-size: 1rem; letter-spacing: 4px; text-transform: uppercase; margin-bottom: 40px; opacity: 0.9; text-shadow: 0 1px 8px rgba(0,0,0,0.8); }
.hero-btn { display: inline-block; border: 1px solid #fff; color: #fff !important; padding: 15px 45px; font-family: 'Raleway', sans-serif; font-size: 0.75rem; letter-spacing: 3px; text-transform: uppercase; text-decoration: none !important; transition: background 0.35s ease, color 0.35s ease, border-color 0.35s ease; }
.hero-btn:hover { background: #8B1A1A; border-color: #8B1A1A; color: #fff !important; }

/* ========== INTRO ========== */
.intro-section { text-align: center; padding: 90px 8%; background: #fff; }
.intro-section h2 { font-family: 'Playfair Display', serif; font-size: 2.2rem; margin-bottom: 25px; color: #1A1A1A; }
.intro-section p { font-size: 1.1rem; color: #3D3D3D; line-height: 1.9; max-width: 780px; margin-left: auto; margin-right: auto; }

/* ========== FEATURES ========== */
.features-section { display: flex; gap: 20px; padding: 60px 5%; background: #f9f6f0; }
.feature-box { flex: 1; text-align: center; padding: 50px 40px; background: #fff; }
.feature-line { width: 40px; height: 1px; background: #C8A96E; margin: 0 auto 30px auto; }
.feature-box h3 { font-family: 'Playfair Display', serif; font-size: 1.1rem; margin-bottom: 15px; color: #1A1A1A; letter-spacing: 2px; text-transform: uppercase; }
.feature-box p { color: #3D3D3D; line-height: 1.8; font-size: 0.95rem; }

/* ========== SPLIT SECTION ========== */
.split-section { display: flex; min-height: 550px; }
.split-image { flex: 1; overflow: hidden; }
.split-image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s; }
.split-image:hover img { transform: scale(1.03); }
.split-text { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: 80px 8%; background: #fff; }
.split-label { font-family: 'Raleway', sans-serif; font-size: 0.75rem; letter-spacing: 4px; text-transform: uppercase; color: #C8A96E; margin-bottom: 20px; display: block; }
.split-text h2 { font-family: 'Playfair Display', serif; font-size: 2rem; color: #1A1A1A; margin-bottom: 25px; line-height: 1.4; }
.split-text p { font-size: 1rem; color: #3D3D3D; line-height: 1.9; margin-bottom: 35px; }
.split-btn { display: inline-block; border: 1px solid #8B1A1A; color: #8B1A1A !important; padding: 13px 35px; font-family: 'Raleway', sans-serif; font-size: 0.8rem; letter-spacing: 3px; text-transform: uppercase; text-decoration: none !important; transition: background 0.35s ease, color 0.35s ease, border-color 0.35s ease; }
.split-btn:hover { background: #8B1A1A; color: #fff !important; }

/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
  .hero-content h1 { font-size: 2.8rem; }
  .intro-section { padding: 60px 6%; }
  .features-section { flex-direction: column; gap: 0; }
  .feature-box { margin: 0 0 2px 0; }
  .split-section { flex-direction: column; min-height: unset; }
  .split-image { height: 260px; }
  .split-text { padding: 30px 6%; }
}

/* ================================================================
   HEADER CUSTOM — split nav: sinistra | logo | destra
   ================================================================ */

/* Quando l'admin bar è visibile, abbassa l'header di 32px */
.admin-bar .villa-header {
    top: 32px;
}
@media screen and (max-width: 782px) {
    .admin-bar .villa-header {
        top: 46px;
    }
}

/* Reset body padding (Astra aggiunge padding-top per il suo header) */
body,
.ast-desktop,
.ast-header-break-point body {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.villa-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 28px 5%;
    background: transparent;
    transition: background 0.4s ease, padding 0.4s ease, box-shadow 0.4s ease;
    box-sizing: border-box;
}

/* Stato scroll (aggiunto da JS) o pagine interne */
.villa-header.scrolled,
.villa-header.is-inner {
    background: #ffffff;
    padding: 16px 5%;
    box-shadow: 0 1px 0 rgba(200, 169, 110, 0.25), 0 2px 30px rgba(0, 0, 0, 0.06);
}

/* Hover → bianco su desktop */
.villa-header:hover {
    background: #ffffff;
    box-shadow: 0 1px 0 rgba(200, 169, 110, 0.25), 0 2px 30px rgba(0, 0, 0, 0.06);
}
.villa-header:hover .villa-menu li a { color: #1A1A1A; text-shadow: none; }
.villa-header:hover .villa-menu li a:hover { color: #8B1A1A !important; }
.villa-header:hover .villa-mobile-toggle span { background: #1A1A1A; }
.villa-header:hover .villa-site-name { color: #1A1A1A; text-shadow: none; }
.villa-header:hover .villa-theme-logo { filter: none; max-height: 52px; }

.villa-header-inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    overflow: visible;
}

/* ── Logo — colonna centrale del grid ── */
.villa-logo {
    text-align: center;
    justify-self: center;
    padding: 0 20px;
    flex-shrink: 0;
}

.villa-logo a { text-decoration: none; }

/* Logo immagine */
.villa-logo img,
.villa-logo .custom-logo {
    max-height: 70px;
    width: auto;
    display: block;
    transition: max-height 0.4s ease;
}

.villa-header.scrolled .villa-logo img,
.villa-header.scrolled .villa-logo .custom-logo,
.villa-header.is-inner .villa-logo img,
.villa-header.is-inner .villa-logo .custom-logo {
    max-height: 48px;
}

/* Logo da file tema (images/logo.png) */
.villa-theme-logo {
    max-height: 70px;
    width: auto;
    display: block;
    transition: max-height 0.4s ease, filter 0.4s ease;
}

.villa-header.scrolled .villa-theme-logo,
.villa-header.is-inner .villa-theme-logo {
    max-height: 48px;
}

/* Nel footer il logo viene reso bianco con filter */
.villa-footer-logo .villa-theme-logo {
    max-height: 60px;
    filter: brightness(0) invert(1);
    opacity: 0.85;
    transition: opacity 0.3s;
}
.villa-footer-logo:hover .villa-theme-logo { opacity: 1; }

/* Logo testo */
.villa-site-name {
    font-family: 'Playfair Display', serif;
    font-size: 0.8rem;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #ffffff;
    white-space: nowrap;
    transition: color 0.4s ease, text-shadow 0.4s ease;
    text-shadow: 0 1px 6px rgba(0,0,0,0.6), 0 0 20px rgba(0,0,0,0.35);
}

.villa-header.scrolled .villa-site-name,
.villa-header.is-inner .villa-site-name {
    color: #1A1A1A;
    text-shadow: none;
}

/* ── Navigazione ── */
.villa-nav { display: flex; min-width: 0; overflow: visible; padding: 6px 0; }

.villa-nav-left {
    justify-content: flex-end;
}

/* Wrapper destra: nav + lang switcher in riga */
.villa-nav-right-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
    overflow: hidden;
}

.villa-nav-right {
    display: flex;
    justify-content: flex-start;
    flex-shrink: 0;
}

.villa-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 28px;
}

.villa-menu li a {
    font-family: 'Raleway', sans-serif;
    font-size: 0.68rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.92);
    transition: color 0.3s ease, text-shadow 0.3s ease;
    white-space: nowrap;
    text-shadow: 0 1px 8px rgba(0,0,0,0.7), 0 0 20px rgba(0,0,0,0.4);
}

.villa-header.scrolled .villa-menu li a,
.villa-header.is-inner .villa-menu li a {
    color: #1A1A1A;
    text-shadow: none;
}

.villa-menu li a:hover,
.villa-menu li.current-menu-item > a {
    color: #8B1A1A !important;
}

/* ── Hamburger ── */
.villa-mobile-toggle {
    display: none;
    justify-self: end;
    flex-direction: column;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    z-index: 10001;
}

.villa-mobile-toggle span {
    display: block;
    width: 26px;
    height: 1px;
    background: #ffffff;
    transition: all 0.35s ease;
}

.villa-header.scrolled .villa-mobile-toggle span,
.villa-header.is-inner .villa-mobile-toggle span {
    background: #1A1A1A;
}

.villa-mobile-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.villa-mobile-toggle.active span:nth-child(2) { opacity: 0; }
.villa-mobile-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.villa-mobile-toggle.active { opacity: 0; pointer-events: none; }

/* ── Menu Mobile Fullscreen ── */
.villa-mobile-menu {
    position: fixed;
    top: 56px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: #1A1A1A;
    z-index: 9998;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.villa-mobile-menu.open {
    opacity: 1;
    visibility: visible;
}

.villa-mobile-close {
    position: absolute;
    top: 20px;
    right: 24px;
    background: none;
    border: none;
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
    line-height: 1;
    opacity: 1;
    z-index: 100000;
    display: block !important;
}

.villa-mobile-list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.villa-mobile-list li { margin: 14px 0; }

.villa-mobile-list li a {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 3px;
    transition: color 0.3s;
}

.villa-mobile-list li a:hover { color: #8B1A1A; }

/* ── Responsive Header ── */
@media (max-width: 1280px) {
    .villa-header-inner {
        grid-template-columns: 1fr auto 1fr;
    }
    .villa-nav,
    .villa-nav-right-wrap { display: none; }
    .villa-mobile-toggle {
        display: flex;
        grid-column: 3;
        justify-self: end;
    }
    .villa-logo { padding: 0; }
    /* Navbar sempre bianca su mobile — compatta */
    .villa-header {
        background: #ffffff !important;
        padding: 8px 5% !important;
        box-shadow: 0 1px 0 rgba(200,169,110,0.25), 0 2px 20px rgba(0,0,0,0.06);
    }
    .villa-theme-logo { filter: none !important; max-height: 38px !important; }
    .villa-mobile-toggle span { background: #1A1A1A; }
    .villa-site-name { color: #1A1A1A !important; text-shadow: none !important; }
}

/* ================================================================
   HERO — DOTS NAVIGATION
   ================================================================ */
.hero-dots {
    position: absolute;
    bottom: 68px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 14px;
    z-index: 10;
}

/* ================================================================
   HERO SCROLL ARROW
   ================================================================ */
.hero-scroll-arrow {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    text-decoration: none;
    animation: heroArrowBounce 2.2s ease-in-out infinite;
}
.hero-scroll-arrow svg { display: block; }
@keyframes heroArrowBounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50%       { transform: translateX(-50%) translateY(8px); }
}

.hero-dot {
    width: 28px;
    height: 1px;
    background: rgba(255,255,255,0.4);
    cursor: pointer;
    transition: background 0.4s, width 0.4s;
    border: none;
    outline: none;
    /* tap target invisibile */
    padding: 8px 0;
    margin: -8px 0;
    box-sizing: content-box;
    background-clip: content-box;
}

.hero-dot.active {
    width: 48px;
    background: #C8A96E;
    background-clip: content-box;
}

/* ================================================================
   SPLIT REVERSE (immagine a destra)
   ================================================================ */
.split-reverse {
    flex-direction: row-reverse;
}

.split-compact {
    min-height: 380px;
}
.split-compact .split-text {
    padding: 50px 8%;
}

/* ================================================================
   CTA FINALE
   ================================================================ */
.cta-section {
    background: #1C1714;
    text-align: center;
    padding: 110px 20px;
}

/* Variante con foto di sfondo */
.cta-section.cta-photo {
    background-size: cover;
    background-position: center;
    position: relative;
}

.cta-section.cta-photo::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(18, 14, 10, 0.62);
}

.cta-inner {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.cta-section .hero-label {
    color: #C8A96E;
}

.cta-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 400;
}

.cta-section p {
    font-family: 'Raleway', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
    margin-bottom: 40px;
}

/* ================================================================
   RESPONSIVE — SPLIT REVERSE MOBILE
   ================================================================ */
@media (max-width: 768px) {
    .split-reverse {
        flex-direction: column-reverse;
    }
}

/* ================================================================
   PAGE HERO (pagine interne)
   ================================================================ */
.page-hero {
    position: relative;
    height: 60vh;
    min-height: 400px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.page-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
}

.page-hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
}

.page-hero-content .hero-label { color: #C8A96E; }

.page-hero-content h1 {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    font-weight: 400;
    color: #fff;
    margin: 15px 0 0 0;
}

/* ================================================================
   ROOMS GRID
   ================================================================ */
.rooms-section {
    padding: 80px 5%;
    background: #f9f6f0;
}

.rooms-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
    max-width: 1300px;
    margin: 0 auto;
}

.room-card {
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

.room-card:first-child {
    grid-column: span 2;
}

.room-card-img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.room-card:first-child .room-card-img {
    height: 560px;
}

.room-card:hover .room-card-img {
    transform: scale(1.04);
}

.room-card-body {
    padding: 35px 40px;
    background: #fff;
}

.room-card-body .split-label { margin-bottom: 10px; }

.room-card-body h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    color: #1A1A1A;
    margin-bottom: 12px;
    font-weight: 400;
}

.room-card-body p {
    color: #3D3D3D;
    line-height: 1.8;
    font-size: 0.95rem;
    margin-bottom: 20px;
}

.room-features {
    list-style: none;
    margin: 0 0 25px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 25px;
}

.room-features li {
    font-family: 'Raleway', sans-serif;
    font-size: 0.7rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #C8A96E;
}

.room-features li::before {
    content: '— ';
}

/* ================================================================
   GALLERY GRID
   ================================================================ */
.gallery-section {
    padding: 20px 5% 80px;
    background: #fff;
}

.gallery-grid {
    columns: 3;
    column-gap: 4px;
    max-width: 1400px;
    margin: 0 auto;
}

.gallery-grid img {
    width: 100%;
    display: block;
    margin-bottom: 4px;
    transition: opacity 0.3s;
    cursor: pointer;
}

.gallery-grid img:hover { opacity: 0.85; }

/* ================================================================
   CONTACT PAGE
   ================================================================ */

/* Info section — griglia dettagli */
.contact-details-section {
    background: #fff;
    padding: 80px 5% 70px;
    border-bottom: 1px solid #ede8e0;
}

.contact-details-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.contact-details-header {
    text-align: center;
    margin-bottom: 65px;
}

.contact-details-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: #1A1A1A;
    font-weight: 400;
    margin: 12px 0 0;
}

.contact-details-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 60px;
}

.contact-details-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-details-label {
    font-family: 'Raleway', sans-serif;
    font-size: 0.62rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(0,0,0,0.38);
    display: block;
}

.contact-details-item a,
.contact-details-item p {
    font-family: 'Raleway', sans-serif;
    font-size: 0.9rem;
    color: #1A1A1A;
    text-decoration: none;
    line-height: 1.7;
    margin: 0;
}

.contact-details-item a:hover { color: #C8A96E; }

.contact-details-sub {
    font-size: 0.72rem !important;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #C8A96E !important;
}

/* Contatti + mappa affiancati */
.contact-info-map-wrap {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 60px;
    align-items: start;
}

.contact-details-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 50px;
}

.contact-map-side {
    position: sticky;
    top: 100px;
    border-radius: 4px;
    overflow: hidden;
    height: 420px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.10);
}

.contact-map-side iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    filter: grayscale(15%) contrast(1.05);
}

@media (max-width: 1024px) {
    .contact-info-map-wrap {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .contact-map-side {
        position: static;
        height: 340px;
    }
}

@media (max-width: 600px) {
    .contact-details-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .contact-details-section { padding: 55px 8% 50px; }
    .contact-map-side { height: 280px; }
}

/* ================================================================
   PAGE SECTION TITLE
   ================================================================ */
.section-title {
    text-align: center;
    padding: 40px 20px 10px;
    background: #fff;
}

.section-title h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: #1A1A1A;
    font-weight: 400;
    margin-bottom: 15px;
}

.section-title p {
    font-size: 1rem;
    color: #3D3D3D;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.8;
}

/* ================================================================
   RESPONSIVE PAGINE INTERNE
   ================================================================ */
@media (max-width: 768px) {
    .page-hero-content h1 { font-size: 2.2rem; }

    /* Camere — colonna singola */
    .rooms-grid {
        grid-template-columns: 1fr;
        gap: 2px;
    }
    .room-card:first-child { grid-column: span 1; }
    .room-card-img { height: 260px; min-height: 260px; display: block; }
    .room-card:first-child .room-card-img { height: 280px; min-height: 280px; }
    .room-card-body { padding: 24px 20px 28px; }
    .room-card-body .split-label { margin-bottom: 6px; }
    .room-card-body h3 { font-size: 1.3rem; margin-bottom: 16px; }
    .room-card-body p { display: none; }
    .room-features { display: none; }
    .room-card-body .split-btn { padding: 12px 22px; font-size: 0.65rem; }

    .gallery-grid { columns: 2; }
    .contact-map-fullwidth { height: 350px; }
}

/* ================================================================
   NASCONDI FOOTER NATIVO DI ASTRA
   (usiamo il nostro footer.php custom)
   ================================================================ */
.site-footer,
#colophon,
.ast-footer-copyright,
.footer-widget-area {
    display: none !important;
}

/* Assicura che #page non abbia padding-top aggiunti da Astra JS */
#page,
.site,
.hfeed {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* ================================================================
   FOOTER CUSTOM
   ================================================================ */
.villa-footer {
    background: #1C1714;
    color: rgba(255,255,255,0.65);
    font-family: 'Raleway', sans-serif;
}

.villa-footer-top {
    height: 1px;
    background: linear-gradient(to right, transparent, #C8A96E, transparent);
}

.villa-footer-inner {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
    gap: 60px;
    max-width: 1300px;
    margin: 0 auto;
    padding: 45px 5% 40px;
}

/* Brand */
.villa-footer-brand { }

.villa-footer-logo img,
.villa-footer-logo .custom-logo {
    max-height: 65px;
    width: auto;
    filter: brightness(0) invert(1);
    opacity: 0.85;
    transition: opacity 0.3s;
}

.villa-footer-logo:hover img,
.villa-footer-logo:hover .custom-logo { opacity: 1; }

.villa-footer-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #fff;
}

.villa-footer-tagline {
    font-size: 0.65rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
    margin: 12px 0 20px;
}

.villa-footer-divider {
    width: 30px;
    height: 1px;
    background: #C8A96E;
    margin-bottom: 15px;
}

.villa-footer-rating {
    font-size: 0.7rem;
    letter-spacing: 2px;
    color: #C8A96E;
    text-transform: uppercase;
}

/* Heading colonne */
.villa-footer-heading {
    font-family: 'Raleway', sans-serif;
    font-size: 0.7rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.45);
    margin-bottom: 22px;
    font-weight: 500;
}

/* Nav links */
.villa-footer-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.villa-footer-nav li { margin-bottom: 10px; }

.villa-footer-nav li a {
    font-size: 0.92rem;
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    transition: color 0.3s;
    letter-spacing: 0.5px;
}

.villa-footer-nav li a:hover { color: #C8A96E; }

/* Contact list */
.villa-footer-contact {
    list-style: none;
    margin: 0;
    padding: 0;
}

.villa-footer-contact li {
    margin-bottom: 18px;
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255,255,255,0.6);
}

.villa-footer-contact li span {
    display: block;
    font-size: 0.65rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
    margin-bottom: 4px;
}

.villa-footer-contact a {
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    transition: color 0.3s;
}

.villa-footer-contact a:hover { color: #C8A96E; }

/* Footer bottom */
.villa-footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.07);
    padding: 22px 5%;
}

.villa-footer-bottom-inner {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.villa-footer-copy {
    font-size: 0.78rem;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.35);
    margin: 0;
}

.villa-footer-social {
    display: flex;
    gap: 25px;
}

.villa-footer-social a {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 0.7rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
    text-decoration: none;
    transition: color 0.3s;
}

.villa-footer-social a:hover { color: #C8A96E; }

.villa-footer-legal {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}

.villa-footer-legal a {
    font-size: 0.72rem;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.3);
    text-decoration: none;
    transition: color 0.3s;
}

.villa-footer-legal a:hover { color: rgba(255,255,255,0.5); }

/* ================================================================
   COOKIE BANNER
   ================================================================ */
.villa-cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    background: #1C1714;
    border-top: 1px solid rgba(200,169,110,0.25);
    transform: translateY(100%);
    transition: transform 0.5s cubic-bezier(0.4,0,0.2,1);
    pointer-events: none;
}

.villa-cookie-banner.villa-cookie-visible {
    transform: translateY(0);
    pointer-events: auto;
}

.villa-cookie-banner.villa-cookie-hidden {
    transform: translateY(100%);
    pointer-events: none;
}

.villa-cookie-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.villa-cookie-text {
    font-family: 'Raleway', sans-serif;
    font-size: 0.72rem;
    color: rgba(255,255,255,0.65);
    line-height: 1.5;
    margin: 0;
}

.villa-cookie-text a {
    color: #C8A96E;
    text-decoration: none;
}

.villa-cookie-text a:hover { text-decoration: underline; }

.villa-cookie-actions {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

.villa-cookie-btn {
    font-family: 'Raleway', sans-serif;
    font-size: 0.62rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 7px 16px;
    border: 1px solid rgba(200,169,110,0.5);
    cursor: pointer;
    transition: all 0.25s;
    white-space: nowrap;
}

.villa-cookie-btn--secondary {
    background: transparent;
    color: rgba(255,255,255,0.5);
}

.villa-cookie-btn--secondary:hover {
    border-color: rgba(255,255,255,0.4);
    color: rgba(255,255,255,0.8);
}

.villa-cookie-btn--primary {
    background: #C8A96E;
    color: #1C1714;
    border-color: #C8A96E;
}

.villa-cookie-btn--primary:hover {
    background: #b8955a;
    border-color: #b8955a;
}

@media (max-width: 700px) {
    .villa-cookie-inner {
        flex-direction: column;
        padding: 20px 24px;
        gap: 16px;
        align-items: flex-start;
    }
    .villa-cookie-actions { width: 100%; }
    .villa-cookie-btn { flex: 1; text-align: center; }
}

/* ================================================================
   SEZIONE PERCHÉ SCEGLIERCI — icone SVG
   ================================================================ */
.why-section {
    background: #f9f6f0;
    padding: 90px 5%;
}

.why-inner {
    max-width: 1300px;
    margin: 0 auto;
}

.why-header {
    text-align: center;
    margin-bottom: 65px;
}

.why-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: #1A1A1A;
    font-weight: 400;
    margin: 12px 0 0 0;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 60px;
}

.why-item {
    text-align: center;
}

.why-icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 22px;
}

.why-icon svg {
    width: 100%;
    height: 100%;
}

.why-item h4 {
    font-family: 'Raleway', sans-serif;
    font-size: 0.7rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #1A1A1A;
    margin-bottom: 12px;
    font-weight: 600;
}

.why-item p {
    font-family: 'Raleway', sans-serif;
    font-size: 0.88rem;
    color: #3D3D3D;
    line-height: 1.8;
}

@media (max-width: 900px) {
    .why-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
}

@media (max-width: 600px) {
    .why-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }
}

/* ================================================================
   STATS STRIP
   ================================================================ */
.stats-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9f6f0;
    padding: 35px 5%;
    gap: 0;
}

.stat-item {
    flex: 1;
    text-align: center;
    padding: 0 20px;
}

.stat-num {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 2.4rem;
    color: #C8A96E;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 8px;
}

.stat-label {
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 0.62rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(0,0,0,0.4);
}

.stat-sep {
    width: 1px;
    height: 45px;
    background: rgba(200,169,110,0.2);
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .stats-strip { flex-wrap: wrap; gap: 25px; padding: 40px 8%; }
    .stat-sep { display: none; }
    .stat-item { flex: 0 0 40%; }
}

/* ================================================================
   GALLERY TEASER — 4 foto in griglia homepage
   ================================================================ */
.gallery-teaser {
    background: #f9f6f0;
}

.gallery-teaser-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 44vh);
    gap: 3px;
}

.gallery-teaser-item {
    position: relative;
    overflow: hidden;
    display: block;
}

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

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

.gallery-teaser-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0);
    display: flex;
    align-items: flex-end;
    padding: 30px 35px;
    transition: background 0.4s ease;
}

.gallery-teaser-item:hover .gallery-teaser-overlay {
    background: rgba(0,0,0,0.38);
}

.gallery-teaser-overlay span {
    font-family: 'Raleway', sans-serif;
    font-size: 0.65rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: transparent;
    transition: color 0.4s ease;
    border-bottom: 1px solid transparent;
    padding-bottom: 3px;
}

.gallery-teaser-item:hover .gallery-teaser-overlay span {
    color: #C8A96E;
    border-bottom-color: rgba(200,169,110,0.4);
}

.gallery-teaser-cta {
    background: #f9f6f0;
    text-align: center;
    padding: 45px 20px;
}

/* gallery-teaser usa split-btn standard bordeaux */


/* ================================================================
   RECENSIONI OSPITI
   ================================================================ */
.reviews-section {
    background: #fff;
    padding: 90px 5%;
}

.reviews-inner {
    max-width: 1300px;
    margin: 0 auto;
}

.reviews-header {
    text-align: center;
    margin-bottom: 60px;
}

.reviews-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: #1A1A1A;
    font-weight: 400;
    margin: 12px 0 0 0;
}

.reviews-header h2 .stars {
    color: #C8A96E;
}

.reviews-stars-row {
    font-size: 1.2rem;
    color: #C8A96E;
    letter-spacing: 4px;
    margin-bottom: 10px;
}

.reviews-subtitle {
    font-family: 'Raleway', sans-serif;
    font-size: 0.72rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(0,0,0,0.35);
    margin: 0;
}

/* Platform badges */
.platform-badges {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin: 0 auto 55px;
    max-width: 700px;
    border: 1px solid rgba(200,169,110,0.15);
}

.platform-badge {
    flex: 1;
    text-align: center;
    padding: 22px 15px;
}

.platform-divider {
    width: 1px;
    height: 55px;
    background: rgba(200,169,110,0.15);
    flex-shrink: 0;
}

.platform-score {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 1.9rem;
    color: #C8A96E;
    line-height: 1;
    margin-bottom: 6px;
    font-weight: 400;
}

.platform-label {
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 0.62rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(0,0,0,0.6);
    margin-bottom: 3px;
}

.platform-sub {
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 0.58rem;
    letter-spacing: 1px;
    color: rgba(0,0,0,0.3);
    text-transform: uppercase;
}

@media (max-width: 600px) {
    .platform-badges { flex-wrap: wrap; }
    .platform-badge { flex: 0 0 50%; }
    .platform-divider { display: none; }
}

.reviews-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 50px;
    justify-content: center;
}

.review-card {
    flex: 0 0 calc(33.333% - 17px);
    background: #f9f6f0;
    border: 1px solid rgba(200,169,110,0.2);
    padding: 40px 35px 30px;
    position: relative;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.review-card:hover {
    border-color: rgba(200,169,110,0.55);
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
}

.review-quote {
    font-family: 'Playfair Display', serif;
    font-size: 4rem;
    line-height: 1;
    color: #C8A96E;
    opacity: 0.4;
    margin-bottom: 15px;
    font-style: italic;
}

.review-text {
    font-family: 'Raleway', sans-serif;
    font-size: 0.92rem;
    color: #3D3D3D;
    line-height: 1.85;
    margin-bottom: 25px;
    font-style: italic;
}

.review-author {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 15px;
}

.review-name {
    font-family: 'Raleway', sans-serif;
    font-size: 0.78rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #1A1A1A;
    font-weight: 600;
}

.review-origin {
    font-family: 'Raleway', sans-serif;
    font-size: 0.68rem;
    letter-spacing: 1px;
    color: rgba(0,0,0,0.35);
}

.review-stars {
    font-size: 0.75rem;
    color: #C8A96E;
    letter-spacing: 3px;
}

.reviews-cta {
    text-align: center;
}

.reviews-cta .split-btn {
    font-size: 0.72rem;
}
/* reviews-cta usa split-btn standard bordeaux */

@media (max-width: 900px) {
    .reviews-grid { gap: 20px; }
    .review-card { flex: 0 0 100%; }
}

/* ================================================================
   PAGE GENERICHE (Privacy Policy, Cookie Policy, ecc.)
   ================================================================ */
.page-hero-light {
    background: #e8e2d9 !important;
    min-height: 260px;
    border-bottom: 1px solid #d6cfc4;
}

.page-hero-light::after {
    display: none;
}

.page-hero-light .page-hero-content {
    padding: 70px 20px;
}

.page-hero-light .hero-label {
    color: #7a5c1e;
    text-shadow: none;
    letter-spacing: 6px;
}

.page-hero-light h1 {
    color: #1C1714;
    font-size: 3.2rem;
    font-weight: 400;
}

.generic-page-content {
    max-width: 860px;
    margin: 0 auto;
    padding: 60px 5% 80px;
}

.generic-page-body {
    font-family: 'Raleway', sans-serif;
    font-size: 0.95rem;
    color: #3D3D3D;
    line-height: 1.9;
}

.generic-page-body h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: #1A1A1A;
    font-weight: 400;
    margin: 45px 0 15px;
}

.generic-page-body h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #C8A96E;
    margin: 30px 0 10px;
}

.generic-page-body p {
    margin-bottom: 18px;
}

.generic-page-body a {
    color: #C8A96E;
    text-decoration: none;
    border-bottom: 1px solid rgba(200,169,110,0.3);
}

.generic-page-body a:hover {
    border-bottom-color: #C8A96E;
}

.generic-page-body ul,
.generic-page-body ol {
    margin: 0 0 18px 20px;
}

.generic-page-body li {
    margin-bottom: 6px;
}

/* ================================================================
   LEGAL PAGES — Privacy Policy & Cookie Policy
   ================================================================ */
.page-hero--short { min-height: 220px !important; }

.legal-section {
    background: #fff;
    padding: 80px 5% 100px;
}

.legal-inner {
    max-width: 780px;
    margin: 0 auto;
    font-family: 'Raleway', sans-serif;
    color: #2a2a2a;
    line-height: 1.8;
}

.legal-updated {
    font-size: 0.75rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(0,0,0,0.35);
    margin-bottom: 50px;
}

.legal-inner h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    font-weight: 400;
    color: #1A1A1A;
    margin: 50px 0 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ede8e0;
}

.legal-inner p,
.legal-inner ul,
.legal-inner li {
    font-size: 0.88rem;
    color: #3a3a3a;
    margin-bottom: 12px;
}

.legal-inner ul {
    padding-left: 20px;
}

.legal-inner a {
    color: #C8A96E;
    text-decoration: none;
}

.legal-inner a:hover { text-decoration: underline; }

.legal-inner strong { color: #1A1A1A; font-weight: 600; }

.legal-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0 30px;
    font-size: 0.82rem;
}

.legal-table th {
    background: #f5f1eb;
    font-family: 'Raleway', sans-serif;
    font-size: 0.65rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #8a7560;
    padding: 12px 14px;
    text-align: left;
}

.legal-table td {
    padding: 11px 14px;
    border-bottom: 1px solid #ede8e0;
    vertical-align: top;
    line-height: 1.5;
}

.legal-table code {
    font-size: 0.78rem;
    background: #f5f1eb;
    padding: 2px 6px;
    border-radius: 2px;
    font-family: monospace;
    color: #5a4a3a;
}

@media (max-width: 600px) {
    .legal-table { font-size: 0.75rem; }
    .legal-table th, .legal-table td { padding: 8px 10px; }
}

/* ================================================================
   BOOKING FORM — richiesta prenotazione
   ================================================================ */
.booking-section {
    background: #f9f6f0;
    padding: 90px 5%;
}

.booking-inner {
    max-width: 820px;
    margin: 0 auto;
}

.booking-header {
    text-align: center;
    margin-bottom: 55px;
}

.booking-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: #1A1A1A;
    font-weight: 400;
    margin: 12px 0 0 0;
}

/* Messaggi feedback */
.booking-notice {
    font-family: 'Raleway', sans-serif;
    font-size: 0.85rem;
    letter-spacing: 1px;
    padding: 18px 25px;
    margin-bottom: 40px;
    border-left: 3px solid;
}

.booking-success {
    background: rgba(200,169,110,0.08);
    border-color: #C8A96E;
    color: #1A1A1A;
}

.booking-error {
    background: rgba(200,60,60,0.06);
    border-color: #c03c3c;
    color: #5a1a1a;
}

.booking-error a { color: #C8A96E; }

/* Form layout */
.booking-form {
    background: #ffffff;
    padding: 55px 60px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.06);
}

.bf-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 40px;
}

.bf-field {
    margin-bottom: 35px;
    position: relative;
}

.bf-full {
    grid-column: span 2;
}

.bf-field label {
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 0.62rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(0,0,0,0.4);
    margin-bottom: 10px;
}

.bf-field label span {
    color: #C8A96E;
}

.bf-field input[type="text"],
.bf-field input[type="email"],
.bf-field input[type="tel"],
.bf-field input[type="date"],
.bf-field select,
.bf-field textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding: 10px 0;
    font-family: 'Raleway', sans-serif;
    font-size: 0.95rem;
    color: #1A1A1A;
    outline: none;
    transition: border-color 0.3s;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0;
}

.bf-field input:focus,
.bf-field select:focus,
.bf-field textarea:focus {
    border-bottom-color: #C8A96E;
}

.bf-field input::placeholder,
.bf-field textarea::placeholder {
    color: rgba(0,0,0,0.2);
    font-size: 0.88rem;
}

.bf-field select {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23C8A96E' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 4px center;
    padding-right: 24px;
}

.bf-field textarea {
    resize: vertical;
    min-height: 100px;
    line-height: 1.7;
}

/* GDPR */
.bf-gdpr {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 40px;
}

.bf-gdpr input[type="checkbox"] {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    accent-color: #C8A96E;
    cursor: pointer;
}

.bf-gdpr label {
    font-family: 'Raleway', sans-serif;
    font-size: 0.75rem;
    color: rgba(0,0,0,0.45);
    line-height: 1.7;
    cursor: pointer;
}

.bf-gdpr a {
    color: #C8A96E;
    text-decoration: none;
}

/* Submit */
.bf-submit {
    text-align: center;
}

.booking-submit {
    display: inline-block;
    background: #1C1714;
    color: #fff;
    border: none;
    padding: 18px 55px;
    font-family: 'Raleway', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
}

.booking-submit:hover {
    background: #8B1A1A;
    color: #fff;
}

.bf-note-small {
    font-family: 'Raleway', sans-serif;
    font-size: 0.65rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(0,0,0,0.25);
    margin: 18px 0 0 0;
}

/* Responsive form */
@media (max-width: 768px) {
    .booking-form { padding: 35px 25px; }
    .bf-row { grid-template-columns: 1fr; gap: 0; }
    .bf-full { grid-column: span 1; }
}

/* ================================================================
   WHATSAPP FLOATING BUTTON
   ================================================================ */
.villa-wa-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 54px;
    height: 54px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(37,211,102,0.35);
    z-index: 9990;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.villa-wa-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 28px rgba(37,211,102,0.5);
    color: #fff;
}

@media (max-width: 768px) {
    .villa-wa-float { bottom: 24px; right: 20px; width: 48px; height: 48px; }
}

/* ================================================================
   STICKY MOBILE BOOKING BAR
   ================================================================ */
.villa-sticky-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #1A1A1A;
    border-top: 1px solid rgba(200,169,110,0.25);
    z-index: 9989;
    padding: 12px 20px;
    transform: translateY(100%);
    transition: transform 0.4s ease;
    display: none;
}

.villa-sticky-bar.visible {
    transform: translateY(0);
}

.villa-sticky-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 500px;
    margin: 0 auto;
    gap: 15px;
}

.villa-sticky-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.villa-sticky-price {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    color: #ffffff;
    font-weight: 400;
}

.villa-sticky-stars {
    font-family: 'Raleway', sans-serif;
    font-size: 0.6rem;
    letter-spacing: 2px;
    color: rgba(255,255,255,0.4);
    text-transform: uppercase;
}

.villa-sticky-btn {
    display: inline-block;
    background: #C8A96E;
    color: #1A1A1A !important;
    padding: 12px 28px;
    font-family: 'Raleway', sans-serif;
    font-size: 0.7rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-decoration: none !important;
    white-space: nowrap;
    transition: background 0.3s;
    flex-shrink: 0;
}

.villa-sticky-btn:hover {
    background: #b8945a;
    color: #1A1A1A !important;
}

@media (max-width: 768px) {
    .villa-sticky-bar { display: block; }
}

/* ================================================================
   SCROLL ANIMATIONS
   ================================================================ */
.villa-anim {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.villa-anim.villa-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ================================================================
   LIGHTBOX GALLERIA
   ================================================================ */
#villa-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.93);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

#villa-lightbox.open {
    opacity: 1;
    visibility: visible;
}

#villa-lightbox img {
    max-width: 90vw;
    max-height: 88vh;
    object-fit: contain;
    display: block;
}

.lightbox-close {
    position: absolute;
    top: 25px;
    right: 35px;
    background: none;
    border: none;
    color: rgba(255,255,255,0.6);
    font-size: 1.4rem;
    cursor: pointer;
    transition: color 0.3s;
}

.lightbox-close:hover { color: #C8A96E; }

.lightbox-prev,
.lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: 1px solid rgba(255,255,255,0.2);
    color: rgba(255,255,255,0.6);
    font-size: 1.2rem;
    width: 48px;
    height: 48px;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-prev { left: 30px; }
.lightbox-next { right: 30px; }

.lightbox-prev:hover,
.lightbox-next:hover {
    border-color: #C8A96E;
    color: #C8A96E;
}

/* ================================================================
   RESPONSIVE FOOTER
   ================================================================ */
@media (max-width: 900px) {
    .villa-footer-inner {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
}

@media (max-width: 600px) {
    .villa-footer-inner {
        grid-template-columns: 1fr;
        gap: 35px;
        padding: 50px 8% 40px;
    }
    .villa-footer-bottom-inner {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
}

/* ══════════════════════════════════════
   FAQ PAGE
══════════════════════════════════════ */
.faq-section {
    padding: 80px 5% 100px;
    background: #fff;
    max-width: 860px;
    margin: 0 auto;
}
.faq-inner { width: 100%; }
.faq-group { margin-bottom: 60px; }
.faq-group-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    color: #C8A96E;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e8e0d5;
}
.faq-item {
    border-bottom: 1px solid #f0ebe4;
}
.faq-question {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 22px 0;
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #1C1714;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    transition: color 0.2s;
}
.faq-question:hover { color: #C8A96E; }
.faq-question[aria-expanded="true"] { color: #C8A96E; }
.faq-question:focus,
.faq-question:active,
.faq-question:focus-visible {
    background: transparent !important;
    background-color: transparent !important;
    outline: none;
    box-shadow: none;
}
.faq-icon {
    font-size: 1.4rem;
    font-weight: 300;
    color: #C8A96E;
    flex-shrink: 0;
    transition: transform 0.3s ease;
    line-height: 1;
}
.faq-question[aria-expanded="true"] .faq-icon {
    transform: rotate(45deg);
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0;
}
.faq-answer.open {
    max-height: 300px;
    padding-bottom: 20px;
}
.faq-answer p {
    font-family: 'Raleway', sans-serif;
    font-size: 0.93rem;
    color: #4a3f35;
    line-height: 1.8;
    margin: 0;
}
.faq-answer a {
    color: #C8A96E;
    text-decoration: underline;
}
@media (max-width: 768px) {
    .faq-section { padding: 50px 6% 70px; }
    .faq-question { font-size: 0.92rem; }
}

/* ══════════════════════════════════════
   COMPLIANZ — Cookie Banner Font Style
   (colori gestiti dal pannello Complianz)
══════════════════════════════════════ */

.cmplz-cookiebanner {
    font-family: 'Raleway', sans-serif !important;
    border-radius: 0 !important;
}
.cmplz-cookiebanner .cmplz-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 1.1rem !important;
    letter-spacing: 0.05em !important;
}
.cmplz-cookiebanner .cmplz-body,
.cmplz-cookiebanner p {
    font-size: 0.88rem !important;
    line-height: 1.6 !important;
}
.cmplz-cookiebanner .cmplz-accept,
.cmplz-cookiebanner .cmplz-btn-accept,
.cmplz-cookiebanner .cmplz-deny,
.cmplz-cookiebanner .cmplz-btn-deny,
.cmplz-cookiebanner .cmplz-view-preferences {
    border-radius: 0 !important;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    font-size: 0.78rem !important;
}

/* ================================================================
   TRANSLATEPRESS — Language Switcher mobile fix
   ================================================================ */

/* Floating switcher */
.trp-floating-ls {
    bottom: 15px !important;
    right: 15px !important;
    transform: scale(0.85) !important;
    transform-origin: bottom right !important;
}

/* Switcher nel menu/header */
.trp-language-switcher,
.trp-language-switcher-container {
    font-size: 0.75rem !important;
}

@media (max-width: 768px) {
    .trp-floating-ls {
        bottom: 10px !important;
        right: 10px !important;
        transform: scale(0.75) !important;
    }

    /* Se il switcher è nel menu mobile */
    .trp-language-switcher {
        font-size: 0.7rem !important;
        padding: 4px 8px !important;
    }

    .trp-language-switcher select,
    .trp-language-switcher-container select {
        font-size: 0.7rem !important;
        padding: 4px 6px !important;
        width: auto !important;
        max-width: 120px !important;
    }

    /* Lista dropdown lingua */
    .trp-language-switcher ul {
        min-width: 120px !important;
    }
}

/* ── Bottone CONTATTI nel menu destra ── */
.villa-nav-right .villa-menu li:last-child a {
    border: 1px solid rgba(255,255,255,0.7);
    padding: 8px 20px;
    letter-spacing: 2px;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.villa-nav-right .villa-menu li:last-child a:hover {
    background: rgba(255,255,255,0.15);
    color: #ffffff !important;
    border-color: #ffffff;
}
.villa-header.scrolled .villa-nav-right .villa-menu li:last-child a,
.villa-header.is-inner .villa-nav-right .villa-menu li:last-child a,
.villa-header:hover .villa-nav-right .villa-menu li:last-child a {
    border-color: #8B1A1A;
    color: #8B1A1A !important;
}
.villa-header.scrolled .villa-nav-right .villa-menu li:last-child a:hover,
.villa-header.is-inner .villa-nav-right .villa-menu li:last-child a:hover,
.villa-header:hover .villa-nav-right .villa-menu li:last-child a:hover {
    background: #8B1A1A;
    color: #ffffff !important;
    border-color: #8B1A1A;
}

/* ── TranslatePress — Nascondi floating switcher ── */
.trp-language-switcher.trp-floating-switcher,
#trp-floater-ls,
#trp-floatbox-container {
    display: none !important;
}

/* ── Language Switcher nel Header — stile luxury minimal ── */
.villa-lang {
    margin-left: 24px;
    flex-shrink: 0;
    position: relative;
    /* Separatore verticale prima del switcher */
    padding-left: 24px;
}
.villa-lang::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 12px;
    width: 1px;
    background: rgba(255,255,255,0.35);
    transition: background 0.3s;
}
.villa-header.scrolled .villa-lang::before,
.villa-header.is-inner .villa-lang::before,
.villa-header:hover .villa-lang::before {
    background: rgba(28,23,20,0.2);
}

/* Reset completo del widget TranslatePress */
.villa-lang .trp-shortcode-switcher__wrapper,
.villa-lang .trp-shortcode-switcher {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    overflow: visible !important;
    display: inline-flex !important;
    align-items: center !important;
}

/* Tutti gli item: stesso stile voce di menu */
.villa-lang .trp-language-item {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    text-decoration: none !important;
    transition: color 0.2s !important;
    min-height: unset !important;
}
.villa-lang .trp-language-item:hover {
    background: transparent !important;
}

/* Nascondi bandiera e freccia */
.villa-lang .trp-flag-image,
.villa-lang .trp-shortcode-arrow,
.villa-lang .trp-ls-arrow {
    display: none !important;
}

/* Testo: solo codice lingua (IT / EN) */
.villa-lang .trp-language-item-name {
    font-family: 'Raleway', sans-serif !important;
    font-size: 0.68rem !important;
    letter-spacing: 2.5px !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    color: rgba(255,255,255,0.85) !important;
    transition: color 0.2s !important;
}
.villa-lang .trp-language-item:hover .trp-language-item-name {
    color: #C8A96E !important;
}

/* Header scrolled / pagine interne */
.villa-header.scrolled .villa-lang .trp-language-item-name,
.villa-header.is-inner .villa-lang .trp-language-item-name,
.villa-header:hover .villa-lang .trp-language-item-name {
    color: #1A1A1A !important;
}
.villa-header.scrolled .villa-lang .trp-language-item:hover .trp-language-item-name,
.villa-header.is-inner .villa-lang .trp-language-item:hover .trp-language-item-name,
.villa-header:hover .villa-lang .trp-language-item:hover .trp-language-item-name {
    color: #C8A96E !important;
}

/* Inner del switcher: layout orizzontale */
.villa-lang .trp-language-switcher-inner {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 0 !important;
}

/* Dropdown list: layout orizzontale con separatore · */
.villa-lang .trp-switcher-dropdown-list {
    display: inline-flex !important;
    flex-direction: row !important;
    max-height: none !important;
    overflow: visible !important;
    position: static !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}
.villa-lang .trp-switcher-dropdown-list .trp-language-item::before {
    content: '·';
    display: inline-block;
    margin: 0 8px;
    color: rgba(255,255,255,0.4);
    font-size: 0.8rem;
    line-height: 1;
}
.villa-header.scrolled .villa-lang .trp-switcher-dropdown-list .trp-language-item::before,
.villa-header.is-inner .villa-lang .trp-switcher-dropdown-list .trp-language-item::before,
.villa-header:hover .villa-lang .trp-switcher-dropdown-list .trp-language-item::before {
    color: rgba(28,23,20,0.3);
}

/* Mobile: nascosto */
@media (max-width: 1024px) {
    .villa-lang { display: none; }
}

/* ── Carosello Recensioni ── */
/* ── Reviews Section completa ── */
.reviews-section {
    padding: 90px 5%;
    background: #fff;
    text-align: center;
}
.reviews-header { margin-bottom: 14px; }
.reviews-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    color: #1C1714;
    margin: 8px 0 0;
}
.reviews-stars-row .stars {
    color: #C8A96E;
    font-size: 1.1rem;
    letter-spacing: 4px;
}
.reviews-subtitle {
    font-size: 0.78rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #9a8a7a;
    margin-top: 8px;
}

/* Carosello */
.reviews-carousel {
    position: relative;
    max-width: 860px;
    margin: 55px auto 0;
    overflow: hidden;
}
.reviews-track {
    display: flex;
    transition: transform 0.7s cubic-bezier(0.4,0,0.2,1);
}
.review-slide {
    min-width: 100%;
    padding: 10px 80px 40px;
    text-align: center;
    box-sizing: border-box;
}
.review-quote-icon {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    color: #C8A96E;
    line-height: 1;
    margin-bottom: 12px;
    display: block;
    opacity: 0.6;
}
.review-slide .review-text {
    font-family: 'Playfair Display', serif;
    font-size: 1.15rem;
    line-height: 1.9;
    color: #2e2620;
    font-style: italic;
    margin-bottom: 32px;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}
.review-slide .review-stars {
    color: #C8A96E;
    font-size: 0.9rem;
    letter-spacing: 5px;
    margin-bottom: 20px;
}
.review-slide .review-author {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
}
.review-slide .review-name {
    font-weight: 600;
    font-size: 0.8rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #1C1714;
}
.review-slide .review-origin {
    font-size: 0.75rem;
    color: #C8A96E;
    letter-spacing: 1px;
}

/* Navigazione elegante — linee laterali */
.rc-prev, .rc-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #9a8a7a;
    cursor: pointer;
    font-size: 0.7rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: color 0.3s ease;
    padding: 10px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.rc-prev { left: -10px; }
.rc-next { right: -10px; }
.rc-prev::before {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: currentColor;
    transition: width 0.3s ease;
}
.rc-next::after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: currentColor;
    transition: width 0.3s ease;
}
.rc-prev:hover, .rc-next:hover { color: #C8A96E; }
.rc-prev:hover::before, .rc-next:hover::after { width: 60px; }

/* Dots — trattini */
.rc-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 36px;
}
.rc-dot {
    width: 24px;
    height: 1px;
    background: #d4cdc6;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease, width 0.3s ease;
    padding: 0;
    border-radius: 0;
}
.rc-dot.active {
    background: #C8A96E;
    width: 40px;
}
@media (max-width: 768px) {
    .review-slide { padding: 10px 20px 30px; }
    .review-slide .review-text { font-size: 0.95rem; }
    .rc-prev, .rc-next { display: none; }
}

/* ================================================================
   HERO — ENTRANCE ANIMATION (page load)
   ================================================================ */
@keyframes heroFadeUp {
    from { opacity: 0; transform: translateY(22px); }
    to   { opacity: 1; transform: translateY(0); }
}
/* Opacity-only reveal — avoids conflicting with translateX(-50%) del freccia */
@keyframes heroFadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.hero-content .hero-label  { animation: heroFadeUp 0.9s ease both; animation-delay: 0.3s; }
.hero-content h1           { animation: heroFadeUp 0.9s ease both; animation-delay: 0.5s; }
.hero-content .hero-divider{ animation: heroFadeUp 0.9s ease both; animation-delay: 0.65s; }
.hero-content p            { animation: heroFadeUp 0.9s ease both; animation-delay: 0.8s; }
.hero-content .hero-btn    { animation: heroFadeUp 0.9s ease both; animation-delay: 0.95s; }
/* Arrow: fade-in via opacity, then bounce via transform — no conflict */
.hero-scroll-arrow         { animation: heroFadeIn 0.9s ease both 1.1s, heroArrowBounce 2.2s ease-in-out infinite 2.1s; }

/* ================================================================
   MOBILE OVERHAUL — layout, proporzioni, spaziature
   ================================================================ */

/* ── Page Hero (pagine interne) ── */
@media (max-width: 768px) {
    .page-hero {
        height: 44vh;
        min-height: 240px;
    }
    .page-hero-content h1 {
        font-size: 1.9rem;
    }
}

/* ── Intro section ── */
@media (max-width: 768px) {
    .intro-section {
        padding: 52px 6%;
    }
    .intro-section h2 {
        font-size: 1.5rem;
        line-height: 1.4;
    }
    .intro-section p {
        font-size: 1rem;
    }
}

/* ── Feature boxes ── */
@media (max-width: 768px) {
    .features-section {
        gap: 3px;
        padding: 3px 0;
    }
    .feature-box {
        padding: 36px 28px;
        margin: 0;
    }
    .feature-box:hover {
        transform: none;
        box-shadow: none;
    }
}

/* ── Split sections — testo e separatori ── */
@media (max-width: 768px) {
    .split-text h2 {
        font-size: 1.5rem;
        margin-bottom: 16px;
    }
    .split-text p {
        margin-bottom: 22px;
        font-size: 0.95rem;
    }
    /* Separatore sottile tra sezioni consecutive — evita che si fondano */
    .split-section + .split-section {
        border-top: 1px solid #ede8e0;
    }
}

/* ── Gallery teaser (homepage 2×2) ── */
@media (max-width: 768px) {
    .gallery-teaser-grid {
        grid-template-rows: repeat(2, 44vw);
    }
}

/* ── Section headers ── */
@media (max-width: 768px) {
    .section-header,
    .section-title {
        padding: 48px 6% 14px;
    }
    .section-header h2,
    .section-title h2 {
        font-size: 1.5rem;
    }
}

/* ── Why section ── */
@media (max-width: 768px) {
    .why-section {
        padding: 58px 5%;
    }
    .why-header {
        margin-bottom: 44px;
    }
    .why-header h2 {
        font-size: 1.5rem;
    }
    .why-item p {
        font-size: 0.85rem;
    }
}

/* ── Reviews section ── */
@media (max-width: 768px) {
    .reviews-section {
        padding: 58px 5%;
    }
    .reviews-header {
        margin-bottom: 36px;
    }
    .reviews-header h2 {
        font-size: 1.6rem;
    }
    .reviews-carousel {
        margin-top: 36px;
    }
}

/* ── Stats strip ── */
@media (max-width: 480px) {
    .stat-item { flex: 0 0 45%; }
    .stat-num { font-size: 1.9rem; }
}

/* ── Footer mobile ── */
@media (max-width: 900px) {
    .villa-footer-inner {
        grid-template-columns: 1fr 1fr;
        gap: 44px 40px;
        padding: 55px 6% 50px;
    }
}
@media (max-width: 580px) {
    .villa-footer-inner {
        grid-template-columns: 1fr;
        gap: 36px;
        padding: 48px 6% 42px;
    }
    .villa-footer-bottom-inner {
        flex-direction: column;
        gap: 14px;
        align-items: center;
        text-align: center;
    }
    .villa-footer-social {
        justify-content: center;
    }
    .villa-footer-legal {
        justify-content: center;
    }
    .villa-footer-copy {
        text-align: center;
    }
}

/* ── CTA section ── */
@media (max-width: 768px) {
    .cta-section {
        padding: 72px 6%;
    }
}

/* ================================================================
   ACCESSIBILITY — prefers-reduced-motion
   ================================================================ */
@media (prefers-reduced-motion: reduce) {
    .villa-anim,
    .villa-anim.villa-visible {
        opacity: 1;
        transform: none;
        transition: none;
    }
    .hero-slide { transition: none; }
    .hero-scroll-arrow { animation: none; opacity: 1; }
    .hero-content .hero-label,
    .hero-content h1,
    .hero-content .hero-divider,
    .hero-content p,
    .hero-content .hero-btn { animation: none; opacity: 1; transform: none; }
    .split-image img,
    .feature-box,
    .exp-card,
    .gallery-teaser-item img { transition: none; }
}
