.elementor-709 .elementor-element.elementor-element-15c4160{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-709 .elementor-element.elementor-element-b7509e0 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-709 .elementor-element.elementor-element-2aabe4e{--display:flex;--background-transition:0.3s;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-709 .elementor-element.elementor-element-82c4a9a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-b7509e0 *//* ═══════════════════════════════════════════════════════════════
   STARINIERI - HEADER CSS
   ═══════════════════════════════════════════════════════════════ */

/* === HEADER BASE === */
.sr-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: transparent;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.sr-header.is-scrolled {
    background-color: rgba(250, 247, 242, 0.98);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(44, 44, 44, 0.08);
}

.sr-header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    padding: 1.25rem 2rem;
    transition: padding 0.3s ease;
}

.sr-header.is-scrolled .sr-header__container {
    padding: 0.875rem 2rem;
}

/* === LOGO === */
.sr-header__logo {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.sr-header__logo:hover {
    transform: scale(1.02);
}

.sr-header__logo-text {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.75rem;
    font-weight: 600;
    color: #FFFFFF;
    letter-spacing: 0.05em;
    line-height: 1;
    transition: color 0.3s ease;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.sr-header__logo-tagline {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.625rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: rgba(255,255,255,0.85);
    margin-top: 0.25rem;
}

.sr-header.is-scrolled .sr-header__logo-text {
    color: #5C6B4A;
    text-shadow: none;
}

.sr-header.is-scrolled .sr-header__logo-tagline {
    color: #8B7355;
}

/* === NAVIGAZIONE === */
.sr-header__nav {
    display: flex;
    align-items: center;
}

.sr-header__menu {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sr-header__menu-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8125rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #FFFFFF !important;
    text-decoration: none;
    position: relative;
    padding: 0.5rem 0;
    transition: color 0.3s ease;
    text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

.sr-header.is-scrolled .sr-header__menu-link {
    color: #4A4A4A !important;
    text-shadow: none;
}

.sr-header__menu-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #D4A853;
    transition: width 0.3s ease;
}

.sr-header__menu-link:hover::after,
.sr-header__menu-link.is-active::after {
    width: 100%;
}

.sr-header__menu-link:hover {
    color: #D4A853 !important;
}

/* === CTA BUTTON === */
.sr-header__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 1.75rem;
    background-color: #FFFFFF;
    color: #2C2C2C;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.sr-header__cta:hover {
    background-color: #D4A853;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(212, 168, 83, 0.4);
    color: #2C2C2C;
}

.sr-header__cta-icon {
    width: 16px;
    height: 16px;
}

/* === HAMBURGER (nascosto su desktop) === */
.sr-header__hamburger {
    display: none !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    width: 48px !important;
    height: 48px !important;
    background-color: #D4A853 !important;
    border: none !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    padding: 0 !important;
    z-index: 99999 !important;
    position: relative !important;
}

.sr-header__hamburger-line {
    display: block !important;
    width: 22px !important;
    height: 3px !important;
    background-color: #2C2C2C !important;
    margin: 3px 0 !important;
    border-radius: 2px !important;
    transition: all 0.3s ease;
}

.sr-header__hamburger.is-active {
    background-color: transparent !important;
}

.sr-header__hamburger.is-active .sr-header__hamburger-line {
    background-color: #FFFFFF !important;
}

.sr-header__hamburger.is-active .sr-header__hamburger-line:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.sr-header__hamburger.is-active .sr-header__hamburger-line:nth-child(2) {
    opacity: 0;
}

.sr-header__hamburger.is-active .sr-header__hamburger-line:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

/* === MOBILE MENU === */
.sr-header__mobile-menu {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background-color: #5C6B4A !important;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: 99998 !important;
}

.sr-header__mobile-menu.is-open {
    opacity: 1;
    visibility: visible;
}

.sr-header__mobile-nav {
    text-align: center;
}

.sr-header__mobile-list {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
}

.sr-header__mobile-list li {
    margin: 1.5rem 0;
}

.sr-header__mobile-link {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 2rem;
    font-weight: 500;
    color: #FFFFFF !important;
    text-decoration: none;
}

.sr-header__mobile-link:hover {
    color: #D4A853 !important;
}

.sr-header__mobile-cta {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: #D4A853 !important;
    color: #FFFFFF !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none;
    border-radius: 4px;
}

.sr-header__mobile-cta:hover {
    background-color: #B8923F !important;
}

/* === BODY STATE === */
body.menu-open {
    overflow: hidden;
}

/* === RESPONSIVE TABLET === */
@media (max-width: 1024px) {
    .sr-header__menu {
        gap: 1.5rem;
    }
    
    .sr-header__cta span {
        display: none;
    }
    
    .sr-header__cta {
        padding: 0.75rem;
    }
}

/* === RESPONSIVE MOBILE === */
@media (max-width: 768px) {
    .sr-header__container {
        padding: 1rem 1.25rem;
    }
    
    .sr-header__nav,
    .sr-header__cta {
        display: none;
    }
    
    .sr-header__hamburger {
        display: flex !important;
    }
    
    .sr-header__logo-text {
        font-size: 1.5rem;
    }
}

/* === ACCESSIBILITÀ: Riduzione movimento === */
@media (prefers-reduced-motion: reduce) {
    .sr-header,
    .sr-header__container,
    .sr-header__logo,
    .sr-header__menu-link,
    .sr-header__menu-link::after,
    .sr-header__cta,
    .sr-header__mobile-menu,
    .sr-header__hamburger-line {
        transition: none !important;
    }
}

/* === ACCESSIBILITÀ: Focus tastiera === */
.sr-header__menu-link:focus-visible,
.sr-header__logo:focus-visible {
    outline: 2px solid #D4A853;
    outline-offset: 4px;
}

.sr-header__cta:focus-visible {
    outline: 2px solid #5C6B4A;
    outline-offset: 4px;
}

.sr-header__hamburger:focus-visible {
    outline: 2px solid #FFFFFF;
    outline-offset: 3px;
}

.sr-header__mobile-link:focus-visible,
.sr-header__mobile-cta:focus-visible {
    outline: 2px solid #D4A853;
    outline-offset: 4px;
}

/* === Safe area (notch / island) === */
.sr-header__container {
    padding-top: max(1.25rem, env(safe-area-inset-top));
}

.sr-header.is-scrolled .sr-header__container {
    padding-top: max(0.875rem, env(safe-area-inset-top));
}

@media (max-width: 768px) {
    .sr-header__container {
        padding-top: max(1rem, env(safe-area-inset-top));
    }
}

/* === Stampa === */
@media print {
    .sr-header {
        position: relative;
        background-color: #FAF7F2;
        box-shadow: none;
    }
    .sr-header__logo-text { color: #2C2C2C; text-shadow: none; }
    .sr-header__logo-tagline { color: #666; }
    .sr-header__menu-link { color: #2C2C2C !important; text-shadow: none; }
    .sr-header__hamburger,
    .sr-header__mobile-menu { display: none !important; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cd0137b *//* ==========================================
   PAGINA CONTATTI - CSS
   Inserire questo codice nella sezione CSS del widget HTML di Elementor
   ========================================== */

/* === VARIABILI (se non già presenti da global.css) === */
.contatti-page {
    --color-primary: #5C6B4A;
    --color-primary-dark: #4A5A3A;
    --color-accent: #D4A853;
    --color-accent-light: #E8C97D;
    --color-cream: #FAF7F2;
    --color-cream-dark: #F0EBE0;
    --color-text: #2D2A26;
    --color-text-light: #6B6560;
    --color-white: #FFFFFF;
    --color-whatsapp: #25D366;
    --color-instagram: #E4405F;
    --color-facebook: #1877F2;
    --font-display: 'Cormorant Garamond', Georgia, serif;
    --font-body: 'Montserrat', -apple-system, sans-serif;
}

/* === PAGE WRAPPER === */
.contatti-page {
    background-color: var(--color-cream);
    overflow-x: hidden;
}

/* === HERO SECTION === */
.contatti-hero {
    position: relative;
    height: 50vh;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('https://www.bilixi.com/wp-content/uploads/2026/02/486263185_3598955356916223_2628611576925492785_n.jpg') center center / cover no-repeat;
}

.contatti-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(45, 42, 38, 0.5) 0%,
        rgba(45, 42, 38, 0.7) 100%
    );
}

.contatti-hero__content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 2rem;
}

.contatti-hero__title {
    font-family: var(--font-display);
    font-size: clamp(3rem, 8vw, 5rem);
    font-weight: 400;
    color: var(--color-white) !important;
    margin: 0 0 1rem;
}

.contatti-hero__subtitle {
    font-family: var(--font-body);
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    font-weight: 300;
}

/* === MAIN CONTENT === */
.contatti-main {
    padding: 5rem 1.5rem;
    background-color: var(--color-white);
}

.contatti-main__container {
    max-width: 1200px;
    margin: 0 auto;
}

/* === INFO CARDS === */
.contatti-info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 4rem;
}

.contatti-card {
    background-color: var(--color-cream);
    padding: 2.5rem 2rem;
    border-radius: 12px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contatti-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.contatti-card__icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
    border-radius: 50%;
    color: var(--color-white);
}

.contatti-card__title {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--color-text);
    margin: 0 0 1rem;
}

.contatti-card__text {
    font-family: var(--font-body);
    font-size: 1rem;
    line-height: 1.7;
    color: var(--color-text-light);
    margin: 0 0 0.75rem;
}

.contatti-card__text a {
    color: var(--color-primary);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.contatti-card__text a:hover {
    color: var(--color-accent);
}

.contatti-card__link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--font-body);
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--color-accent);
    text-decoration: none;
    margin-top: 0.5rem;
    transition: gap 0.3s ease;
}

.contatti-card__link:hover {
    gap: 0.75rem;
}

.contatti-card__orari {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.contatti-card__orario {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    background-color: var(--color-white);
    border-radius: 6px;
}

.contatti-card__giorno {
    font-family: var(--font-body);
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--color-text);
}

.contatti-card__ore {
    font-family: var(--font-body);
    font-size: 0.9rem;
    color: var(--color-primary);
    font-weight: 600;
}

.contatti-card__chiuso {
    font-family: var(--font-body);
    font-size: 0.9rem;
    color: var(--color-text-light);
    font-style: italic;
}

.contatti-card__note {
    font-family: var(--font-body);
    font-size: 0.8rem;
    color: var(--color-accent);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0;
}

/* === MAPPA === */
.contatti-mappa {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.contatti-mappa__wrapper {
    height: 450px;
    background-color: var(--color-cream-dark);
}

.contatti-mappa__wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.contatti-mappa__info {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.5rem;
    background-color: var(--color-primary);
    color: var(--color-white);
}

.contatti-mappa__info svg {
    flex-shrink: 0;
    opacity: 0.8;
}

.contatti-mappa__info span {
    font-family: var(--font-body);
    font-size: 0.9rem;
}

/* === SOCIAL SECTION === */
.contatti-social {
    padding: 5rem 1.5rem;
    background-color: var(--color-cream);
}

.contatti-social__container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.contatti-social__title {
    font-family: var(--font-display);
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 500;
    color: var(--color-text);
    margin: 0 0 0.5rem;
}

.contatti-social__text {
    font-family: var(--font-body);
    font-size: 1.125rem;
    color: var(--color-text-light);
    margin: 0 0 2.5rem;
}

.contatti-social__links {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.contatti-social__link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-white);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contatti-social__link:hover {
    transform: translateY(-4px);
}

.contatti-social__link--instagram {
    background: #4A5A3A;
    color: #FFFFFF !important;
}

.contatti-social__link--instagram:hover {
    box-shadow: 0 8px 24px rgba(225, 48, 108, 0.4);
}

.contatti-social__link--facebook {
    background-color: #D4A853;
    color: #FFFFFF !important;
}

.contatti-social__link--facebook:hover {
    box-shadow: 0 8px 24px rgba(24, 119, 242, 0.4);
}

/* === CTA FINALE === */
.contatti-cta {
    position: relative;
    padding: 6rem 1.5rem;
    overflow: hidden;
}

.contatti-cta__background {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
}

.contatti-cta__pattern {
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.contatti-cta__container {
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.contatti-cta__icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    color: var(--color-white);
}

.contatti-cta__title {
    font-family: var(--font-display);
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 500;
    color: var(--color-white) !important;
    margin: 0 0 1rem;
}

.contatti-cta__text {
    font-family: var(--font-body);
    font-size: 1.125rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 2.5rem;
}

.contatti-cta__box {
    background-color: var(--color-white);
    border-radius: 16px;
    padding: 2.5rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    margin-bottom: 2rem;
}

.contatti-cta__info {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.contatti-cta__info-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--font-body);
    font-size: 0.9rem;
    color: var(--color-text-light);
}

.contatti-cta__info-item svg {
    color: var(--color-primary);
    flex-shrink: 0;
}

.contatti-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    width: 100%;
    padding: 1.25rem 2rem;
    background-color: #49CA3E;
    color: var(--color-white) !important;
    font-family: var(--font-body);
    font-size: 1.125rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.contatti-cta__btn:hover {
    background-color: #1DA851;
    transform: scale(1.02);
    box-shadow: 0 8px 30px rgba(37, 211, 102, 0.4);
}

.contatti-cta__alternative {
    font-family: var(--font-body);
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.contatti-cta__alternative a {
    color: var(--color-accent);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.contatti-cta__alternative a:hover {
    color: var(--color-accent-light);
}

/* === RESPONSIVE === */
@media (max-width: 1024px) {
    .contatti-info {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 768px) {
    .contatti-hero {
        height: 40vh;
        min-height: 300px;
    }

    .contatti-main {
        padding: 3rem 1rem;
    }

    .contatti-mappa__wrapper {
        height: 350px;
    }

    .contatti-social {
        padding: 4rem 1rem;
    }

    .contatti-social__links {
        flex-direction: column;
        align-items: center;
    }

    .contatti-social__link {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }

    .contatti-cta {
        padding: 4rem 1rem;
    }

    .contatti-cta__box {
        padding: 2rem 1.5rem;
    }

    .contatti-cta__info {
        flex-direction: column;
        gap: 1rem;
    }
}

@media (max-width: 480px) {
    .contatti-hero__title {
        font-size: 2.5rem;
    }

    .contatti-card {
        padding: 2rem 1.5rem;
    }

    .contatti-card__icon {
        width: 60px;
        height: 60px;
    }

    .contatti-mappa__wrapper {
        height: 300px;
    }

    .contatti-mappa__info {
        flex-direction: column;
        text-align: center;
        padding: 1rem;
    }

    .contatti-cta__icon {
        width: 70px;
        height: 70px;
    }

    .contatti-cta__btn {
        font-size: 1rem;
        padding: 1rem 1.5rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-085d479 *//* ═══════════════════════════════════════════════════════════════
   STARINIERI - FOOTER CSS
   Inserire questo CSS nell'elemento HTML di Elementor (sezione CSS)
   ═══════════════════════════════════════════════════════════════ */

.sr-footer {
    position: relative;
    background-color: #3D4A32;
    color: #FFFFFF;
}

/* === PATTERN DECORATIVO === */
.sr-footer__pattern {
    position: absolute;
    top: -39px;
    left: 0;
    right: 0;
    height: 40px;
    color: #3D4A32;
    overflow: hidden;
}

.sr-footer__pattern svg {
    width: 100%;
    height: 100%;
}

/* === MAIN FOOTER === */
.sr-footer__main {
    padding: 5rem 0 3rem;
}

.sr-footer__container {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 3rem;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* === BRAND COLUMN === */
.sr-footer__brand {
    padding-right: 2rem;
}

.sr-footer__logo {
    display: inline-flex;
    flex-direction: column;
    text-decoration: none;
    margin-bottom: 1.5rem;
}

.sr-footer__logo-text {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 2rem;
    font-weight: 600;
    color: #FFFFFF;
    letter-spacing: 0.05em;
    line-height: 1;
}

.sr-footer__logo-tagline {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.625rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: #D4A853;
    margin-top: 0.375rem;
}

.sr-footer__description {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 1.5rem;
}

/* === SOCIAL LINKS === */
.sr-footer__social {
    display: flex;
    gap: 0.75rem;
}

.sr-footer__social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #FFFFFF !important;
    transition: all 0.3s ease;
}

.sr-footer__social-link:hover {
    background-color: #D4A853;
    color: #2C2C2C;
    transform: translateY(-3px);
}

.sr-footer__social-link svg {
    width: 20px;
    height: 20px;
}

/* === COLUMNS === */
.sr-footer__column {
    padding-top: 0.5rem;
}

.sr-footer__title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #FFFFFF !important;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.75rem;
}

.sr-footer__title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #D4A853;
}

/* === CONTACT LIST === */
.sr-footer__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sr-footer__item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1rem;
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.5;
}

.sr-footer__item a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    transition: color 0.3s ease;
}

.sr-footer__item a:hover {
    color: #D4A853;
}

.sr-footer__icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-top: 0.125rem;
    color: #D4A853;
}

/* === HOURS === */
.sr-footer__hours-note {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8125rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #D4A853;
    margin-bottom: 1rem;
}

.sr-footer__hours-table {
    width: 100%;
    font-size: 0.9375rem;
    border-collapse: collapse;
}

.sr-footer__hours-table tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sr-footer__hours-table tr:last-child {
    border-bottom: none;
}

.sr-footer__hours-table td {
    padding: 0.5rem 0;
    color: rgba(255, 255, 255, 0.75);
}

.sr-footer__hours-table td:last-child {
    text-align: right;
}

.sr-footer__hours-table td.closed {
    color: rgba(255, 255, 255, 0.4);
    font-style: italic;
}

/* === NAV LINKS === */
.sr-footer__nav {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
}

.sr-footer__nav li {
    margin-bottom: 0.625rem;
}

.sr-footer__nav a {
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 0;
}

.sr-footer__nav a:hover {
    color: #D4A853;
    padding-left: 0.5rem;
}

/* === FOOTER CTA === */
.sr-footer__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    background-color: #49CA3E !important;
    color: #FFFFFF !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8125rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.sr-footer__cta:hover {
    background-color: #20BD5A;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
    color: #FFFFFF;
}

.sr-footer__cta svg {
    width: 18px;
    height: 18px;
}

/* === BOTTOM BAR === */
.sr-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.5rem 0;
}

.sr-footer__bottom .sr-footer__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-template-columns: 1fr;
}

.sr-footer__copyright,
.sr-footer__legal {
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
}

.sr-footer__legal a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: color 0.3s ease;
}

.sr-footer__legal a:hover {
    color: #D4A853;
}

/* === RESPONSIVE === */
@media (max-width: 1024px) {
    .sr-footer__container {
        grid-template-columns: 1fr 1fr;
        gap: 2.5rem;
    }
    
    .sr-footer__brand {
        grid-column: span 2;
        padding-right: 0;
        text-align: center;
    }
    
    .sr-footer__social {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    /* === ORARI MOBILE MIGLIORATI === */
.sr-footer__hours-table {
    max-width: 100%;
    width: 100%;
}

.sr-footer__hours-table tr {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.sr-footer__hours-table tr:last-child {
    border-bottom: none;
    padding-top: 0;
}

.sr-footer__hours-table td {
    padding: 0.25rem 0;
    text-align: center !important;
}

.sr-footer__hours-table td:first-child {
    font-weight: 600;
    color: #FFFFFF;
    font-size: 0.9375rem;
}

.sr-footer__hours-table td:last-child {
    text-align: center !important;
    color: #D4A853;
    font-size: 1rem;
}

.sr-footer__hours-table td.closed {
    color: rgba(255, 255, 255, 0.5);
}

.sr-footer__hours-table td:empty {
    display: none;
}
    .sr-footer__main {
        padding: 4rem 0 2.5rem;
    }
    
    .sr-footer__container {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 0 1.25rem;
        text-align: center;
    }
    
    .sr-footer__brand {
        grid-column: span 1;
    }
    
    .sr-footer__title::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .sr-footer__item {
        justify-content: center;
    }
    
    .sr-footer__hours-note {
        justify-content: center;
    }
    
    .sr-footer__hours-table {
        max-width: 250px;
        margin: 0 auto;
    }
    
    .sr-footer__bottom .sr-footer__container {
        flex-direction: column;
        gap: 0.75rem;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .sr-footer__main {
        padding: 3rem 0 2rem;
    }
    
    .sr-footer__logo-text {
        font-size: 1.75rem;
    }
    
    .sr-footer__cta {
        width: 100%;
        justify-content: center;
    }
}

/* === ACCESSIBILITÀ: Riduzione movimento === */
@media (prefers-reduced-motion: reduce) {
    .sr-footer__social-link,
    .sr-footer__item a,
    .sr-footer__nav a,
    .sr-footer__cta,
    .sr-footer__legal a {
        transition: none !important;
    }
    .sr-footer__social-link:hover,
    .sr-footer__cta:hover {
        transform: none;
    }
}

/* === ACCESSIBILITÀ: Focus tastiera === */
.sr-footer__logo:focus-visible,
.sr-footer__social-link:focus-visible {
    outline: 2px solid #D4A853;
    outline-offset: 4px;
}

.sr-footer__nav a:focus-visible,
.sr-footer__item a:focus-visible,
.sr-footer__legal a:focus-visible {
    outline: 2px solid #D4A853;
    outline-offset: 2px;
}

.sr-footer__cta:focus-visible {
    outline: 2px solid #FFFFFF;
    outline-offset: 4px;
}

/* === Safe area (home indicator / notch) === */
.sr-footer__bottom {
    padding-bottom: max(1.5rem, env(safe-area-inset-bottom));
}

@media (max-width: 768px) {
    .sr-footer__main {
        padding-bottom: max(2.5rem, env(safe-area-inset-bottom));
    }
}

@media (max-width: 480px) {
    .sr-footer__main {
        padding-bottom: max(2rem, env(safe-area-inset-bottom));
    }
}

/* === Stampa === */
@media print {
    .sr-footer__pattern {
        display: none;
    }
    .sr-footer__social-link:hover,
    .sr-footer__cta:hover {
        transform: none;
    }
    .sr-footer a {
        color: #3D4A32;
    }
}/* End custom CSS */