.elementor-506 .elementor-element.elementor-element-4cf3dcf{--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-506 .elementor-element.elementor-element-6015a56 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-506 .elementor-element.elementor-element-f82475a{--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;}.elementor-506 .elementor-element.elementor-element-208734f{--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-6015a56 *//* ═══════════════════════════════════════════════════════════════
   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-cbe7f6f *//* ==========================================
   PAGINA FILIERA & VISION - CSS
   ========================================== */

/* === VARIABILI === */
.filiera-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;
    --font-display: 'Cormorant Garamond', Georgia, serif;
    --font-body: 'Montserrat', -apple-system, sans-serif;
}

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

/* === HERO SECTION === */
.filiera-hero {
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    border-radius: 0 0 12px 12px;
}

.filiera-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(45, 42, 38, 0.6) 0%,
        rgba(45, 42, 38, 0.4) 50%,
        rgba(45, 42, 38, 0.7) 100%
    );
    border-radius: 0 0 12px 12px;
}

.filiera-hero__content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 2rem;
    max-width: 900px;
}

.filiera-hero__tag {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--color-accent);
    margin-bottom: 1.5rem;
    padding: 0.5rem 1.5rem;
    border: 1px solid var(--color-accent);
    border-radius: 2rem;
}

.filiera-hero__title {
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 400;
    color: var(--color-white) !important;
    line-height: 1.1;
    margin: 0 0 1.5rem;
}

.filiera-hero__title span {
    display: block;
    font-style: italic;
    color: var(--color-accent);
}

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

.filiera-hero__scroll {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: var(--color-white);
    opacity: 0.7;
    animation: bounce 2s infinite;
}

.filiera-hero__scroll span {
    font-family: var(--font-body);
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
    40% { transform: translateX(-50%) translateY(-8px); }
    60% { transform: translateX(-50%) translateY(-4px); }
}

/* === INTRO SECTION === */
.filiera-intro {
    padding: 6rem 1.5rem;
    background-color: var(--color-white);
}

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

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

.filiera-intro__title {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 500;
    color: var(--color-text);
    margin: 0 0 1.5rem;
}

.filiera-intro__text {
    font-family: var(--font-body);
    font-size: 1.125rem;
    line-height: 1.8;
    color: var(--color-text-light);
    margin: 0 0 2rem;
}

.filiera-intro__highlight {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-style: italic;
    color: var(--color-primary);
    margin: 0;
    padding: 1.5rem;
    background-color: var(--color-cream);
    border-left: 4px solid var(--color-accent);
}

/* === ALLEVAMENTO SECTION === */
.filiera-allevamento {
    padding: 6rem 1.5rem;
    background-color: var(--color-cream);
}

.filiera-allevamento__container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

/* VIDEO QUADRATO */
.filiera-allevamento__video {
    position: relative;
}

.filiera-allevamento__video video {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.filiera-allevamento__video-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, var(--color-accent) 0%, var(--color-accent-light) 100%);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--color-text);
    box-shadow: 0 10px 30px rgba(212, 168, 83, 0.4);
}

.filiera-allevamento__video-badge span {
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.filiera-allevamento__video-badge small {
    font-family: var(--font-body);
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: center;
}

.filiera-allevamento__tag {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--color-accent);
    margin-bottom: 1rem;
}

.filiera-allevamento__title {
    font-family: var(--font-display);
    font-size: clamp(2rem, 3.5vw, 2.75rem);
    font-weight: 500;
    color: var(--color-text);
    margin: 0 0 1.5rem;
}

.filiera-allevamento__text {
    font-family: var(--font-body);
    font-size: 1rem;
    line-height: 1.8;
    color: var(--color-text-light);
    margin: 0 0 2rem;
}

.filiera-allevamento__features {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.filiera-feature {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background-color: var(--color-white);
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.filiera-feature:hover {
    transform: translateX(8px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.filiera-feature__icon {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-cream);
    border-radius: 50%;
    color: var(--color-primary);
}

.filiera-feature__text {
    display: flex;
    flex-direction: column;
}

.filiera-feature__text strong {
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-text);
}

.filiera-feature__text span {
    font-family: var(--font-body);
    font-size: 0.875rem;
    color: var(--color-text-light);
}

/* === LABORATORIO SECTION === */
.filiera-laboratorio {
    padding: 6rem 1.5rem;
    background-color: var(--color-primary);
    color: var(--color-white);
}

.filiera-laboratorio__container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.filiera-laboratorio__tag {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--color-accent);
    margin-bottom: 1rem;
}

.filiera-laboratorio__title {
    font-family: var(--font-display);
    font-size: clamp(2rem, 3.5vw, 2.75rem);
    font-weight: 500;
    color: var(--color-white) !important;
    margin: 0 0 1.5rem;
}

.filiera-laboratorio__text {
    font-family: var(--font-body);
    font-size: 1rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 2rem;
}

.filiera-laboratorio__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.filiera-laboratorio__item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    transition: background-color 0.3s ease;
}

.filiera-laboratorio__item:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

.filiera-laboratorio__item-icon {
    font-size: 1.5rem;
}

.filiera-laboratorio__item-text {
    font-family: var(--font-body);
    font-size: 0.9rem;
    color: var(--color-white);
}

.filiera-laboratorio__gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 1rem;
}

.filiera-laboratorio__gallery-item {
    border-radius: 8px;
    overflow: hidden;
}

.filiera-laboratorio__gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.filiera-laboratorio__gallery-item:hover img {
    transform: scale(1.05);
}

.filiera-laboratorio__gallery-item--large {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}

/* === PROCESSO / TIMELINE === */
.filiera-processo {
    padding: 6rem 1.5rem;
    background-color: var(--color-white);
}

.filiera-processo__container {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.filiera-processo__title {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 500;
    color: var(--color-text);
    margin: 0 0 0.5rem;
}

.filiera-processo__subtitle {
    font-family: var(--font-body);
    font-size: 1.125rem;
    color: var(--color-text-light);
    margin: 0 0 4rem;
}

.filiera-processo__timeline {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    position: relative;
}

.filiera-processo__timeline::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: linear-gradient(90deg, 
        var(--color-cream) 0%,
        var(--color-accent) 50%,
        var(--color-cream) 100%
    );
}

.filiera-processo__step {
    position: relative;
    text-align: center;
}

.filiera-processo__step-number {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--color-white);
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
    border-radius: 50%;
    box-shadow: 0 8px 24px rgba(92, 107, 74, 0.3);
    position: relative;
    z-index: 2;
}

.filiera-processo__step-content h3 {
    font-family: var(--font-display);
    font-size: 1.375rem;
    font-weight: 600;
    color: var(--color-text);
    margin: 0 0 0.5rem;
}

.filiera-processo__step-content p {
    font-family: var(--font-body);
    font-size: 0.9rem;
    color: var(--color-text-light);
    margin: 0;
    line-height: 1.6;
}

/* === RESORT SECTION === */
.filiera-resort {
    position: relative;
    padding: 8rem 1.5rem;
    min-height: 70vh;
    display: flex;
    align-items: center;
    border-radius: 12px;
    overflow: hidden;
    margin: 0 0 3rem 0;
}

.filiera-resort__background {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.filiera-resort__background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.filiera-resort__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(45, 42, 38, 0.85) 0%,
        rgba(45, 42, 38, 0.7) 50%,
        rgba(92, 107, 74, 0.6) 100%
    );
}

.filiera-resort__container {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.filiera-resort__badge {
    display: inline-block;
    margin-bottom: 2rem;
}

.filiera-resort__badge span {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--color-text);
    background-color: var(--color-accent);
    padding: 0.5rem 1.5rem;
    border-radius: 2rem;
}

.filiera-resort__title {
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 400;
    color: var(--color-white) !important;
    line-height: 1.2;
    margin: 0 0 1.5rem;
}

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

.filiera-resort__highlight {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-style: italic;
    color: var(--color-accent);
    margin: 0 0 3rem;
}

.filiera-resort__features {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.filiera-resort__feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    color: var(--color-white);
}

.filiera-resort__feature svg {
    opacity: 0.9;
}

.filiera-resort__feature span {
    font-family: var(--font-body);
    font-size: 0.9rem;
    font-weight: 500;
}

/* === CTA FINALE === */
.filiera-cta {
    padding: 5rem 1.5rem;
    background: linear-gradient(135deg, var(--color-cream) 0%, var(--color-cream-dark) 100%);
}

.filiera-cta__container {
    max-width: 800px;
    margin: 0 auto;
}

.filiera-cta__content {
    text-align: center;
    padding: 4rem;
    background-color: var(--color-white);
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.filiera-cta__title {
    font-family: var(--font-display);
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 500;
    color: var(--color-text);
    margin: 0 0 1rem;
}

.filiera-cta__text {
    font-family: var(--font-body);
    font-size: 1.125rem;
    color: var(--color-text-light);
    margin: 0 0 2rem;
}

.filiera-cta__buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.filiera-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    font-family: var(--font-body);
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.filiera-cta__btn--primary {
    background-color: #25D366;
    color: var(--color-white) !important;
}

.filiera-cta__btn--primary:hover {
    background-color: #1DA851;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.3);
}

.filiera-cta__btn--secondary {
    background-color: #D4A853;
    color: var(--color-white) !important;
}

.filiera-cta__btn--secondary:hover {
    background-color: var(--color-primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(92, 107, 74, 0.3);
}

/* === RESPONSIVE === */
@media (max-width: 1024px) {
    .filiera-allevamento__container,
    .filiera-laboratorio__container {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .filiera-allevamento__video {
        order: -1;
    }

    .filiera-laboratorio__gallery {
        order: -1;
    }

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

    .filiera-processo__timeline::before {
        display: none;
    }
}

@media (max-width: 768px) {
    .filiera-hero {
        min-height: 60vh;
        border-radius: 0 0 12px 12px;
    }

    .filiera-intro,
    .filiera-allevamento,
    .filiera-laboratorio,
    .filiera-processo,
    .filiera-cta {
        padding: 4rem 1rem;
    }

    .filiera-allevamento__video video {
        aspect-ratio: 1 / 1;
    }

    .filiera-allevamento__video-badge {
        width: 100px;
        height: 100px;
        bottom: -15px;
        right: -10px;
    }

    .filiera-allevamento__video-badge span {
        font-size: 1.5rem;
    }

    .filiera-laboratorio__list {
        grid-template-columns: 1fr;
    }

    .filiera-laboratorio__gallery {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto auto;
    }

    .filiera-laboratorio__gallery-item--large {
        grid-column: 1 / 3;
        grid-row: 1;
    }

    .filiera-processo__timeline {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .filiera-processo__step-number {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }

    .filiera-resort {
        min-height: auto;
        padding: 5rem 1rem;
        border-radius: 12px;
        margin-bottom: 2rem;
    }

    .filiera-resort__features {
        gap: 2rem;
    }

    .filiera-cta__content {
        padding: 2.5rem 1.5rem;
    }

    .filiera-cta__buttons {
        flex-direction: column;
    }

    .filiera-cta__btn {
        width: 100%;
        justify-content: center;
    }
}

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

    .filiera-intro__highlight {
        font-size: 1.25rem;
        padding: 1rem;
    }

    .filiera-feature {
        padding: 0.75rem;
    }

    .filiera-feature__icon {
        width: 48px;
        height: 48px;
    }

    .filiera-resort__features {
        flex-direction: column;
        gap: 1.5rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a13a0c2 *//* ═══════════════════════════════════════════════════════════════
   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 */