/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */

/* ==========================================================================
   TAILWIND — reset e utility generate automaticamente (non modificare a mano)
   ========================================================================== */

@layer properties {
    @supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))) {
        *, :before, :after, ::backdrop {
            --tw-rotate-x: initial;
            --tw-rotate-y: initial;
            --tw-rotate-z: initial;
            --tw-skew-x: initial;
            --tw-skew-y: initial
        }
    }
}

@layer theme {
    :root, :host {
        --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
        --spacing: .25rem;
        --default-font-family: var(--font-sans);
        --default-mono-font-family: var(--font-mono)
    }
}

@layer base {
    *, :after, :before, ::backdrop {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    ::file-selector-button {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    html, :host {
        -webkit-text-size-adjust: 100%;
        tab-size: 4;
        line-height: 1.5;
        font-family: var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
        font-feature-settings: var(--default-font-feature-settings,normal);
        font-variation-settings: var(--default-font-variation-settings,normal);
        -webkit-tap-highlight-color: transparent
    }

    hr {
        height: 0;
        color: inherit;
        border-top-width: 1px
    }

    abbr:where([title]) {
        -webkit-text-decoration: underline dotted;
        text-decoration: underline dotted
    }

    h1, h2, h3, h4, h5, h6 {
        font-size: inherit;
        font-weight: inherit
    }

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

    b, strong {
        font-weight: bolder
    }

    code, kbd, samp, pre {
        font-family: var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
        font-feature-settings: var(--default-mono-font-feature-settings,normal);
        font-variation-settings: var(--default-mono-font-variation-settings,normal);
        font-size: 1em
    }

    small {
        font-size: 80%
    }

    sub, sup {
        vertical-align: baseline;
        font-size: 75%;
        line-height: 0;
        position: relative
    }

    sub {
        bottom: -.25em
    }

    sup {
        top: -.5em
    }

    table {
        text-indent: 0;
        border-color: inherit;
        border-collapse: collapse
    }

    :-moz-focusring {
        outline: auto
    }

    progress {
        vertical-align: baseline
    }

    summary {
        display: list-item
    }

    ol, ul, menu {
        list-style: none
    }

    img, svg, video, canvas, audio, iframe, embed, object {
        vertical-align: middle;
        display: block
    }

    img, video {
        max-width: 100%;
        height: auto
    }

    button, input, select, optgroup, textarea {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    ::file-selector-button {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    :where(select:is([multiple],[size])) optgroup {
        font-weight: bolder
    }

        :where(select:is([multiple],[size])) optgroup option {
            padding-inline-start: 20px
        }

    ::file-selector-button {
        margin-inline-end: 4px
    }

    ::placeholder {
        opacity: 1
    }

    @supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px) {
        ::placeholder {
            color: currentColor
        }

        @supports (color:color-mix(in lab, red, red)) {
            ::placeholder {
                color: color-mix(in oklab, currentcolor 50%, transparent)
            }
        }
    }

    textarea {
        resize: vertical
    }

    ::-webkit-search-decoration {
        -webkit-appearance: none
    }

    ::-webkit-date-and-time-value {
        min-height: 1lh;
        text-align: inherit
    }

    ::-webkit-datetime-edit {
        display: inline-flex
    }

    ::-webkit-datetime-edit-fields-wrapper {
        padding: 0
    }

    ::-webkit-datetime-edit {
        padding-block: 0
    }

    ::-webkit-datetime-edit-year-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-month-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-day-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-hour-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-minute-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-second-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-millisecond-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-meridiem-field {
        padding-block: 0
    }

    ::-webkit-calendar-picker-indicator {
        line-height: 1
    }

    :-moz-ui-invalid {
        box-shadow: none
    }

    button, input:where([type=button],[type=reset],[type=submit]) {
        appearance: button
    }

    ::file-selector-button {
        appearance: button
    }

    ::-webkit-inner-spin-button {
        height: auto
    }

    ::-webkit-outer-spin-button {
        height: auto
    }

    [hidden]:where(:not([hidden=until-found])) {
        display: none !important
    }
}

@layer components;

@layer utilities {
    .visible {
        visibility: visible
    }

    .relative {
        position: relative
    }

    .start {
        inset-inline-start: var(--spacing)
    }

    .container {
        width: 100%
    }

    @media (width>=40rem) {
        .container {
            max-width: 40rem
        }
    }

    @media (width>=48rem) {
        .container {
            max-width: 48rem
        }
    }

    @media (width>=64rem) {
        .container {
            max-width: 64rem
        }
    }

    @media (width>=80rem) {
        .container {
            max-width: 80rem
        }
    }

    @media (width>=96rem) {
        .container {
            max-width: 96rem
        }
    }

    .table {
        display: table
    }

    .transform {
        transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)
    }

    .resize {
        resize: both
    }

    .delay-1 {
        transition-delay: 1ms
    }
}

@property --tw-rotate-x {
    syntax: "*";
    inherits: false
}

@property --tw-rotate-y {
    syntax: "*";
    inherits: false
}

@property --tw-rotate-z {
    syntax: "*";
    inherits: false
}

@property --tw-skew-x {
    syntax: "*";
    inherits: false
}

@property --tw-skew-y {
    syntax: "*";
    inherits: false
}

/* ==========================================================================
   VARIABILI GLOBALI (CSS CUSTOM PROPERTIES)
   ========================================================================== */

:root {
    --ink: #082f2b;
    --green: #0b5b48;
    --deep: #063d36;
    --teal: #17a99d;
    --lime: #a8d93e;
    --cream: #f4f4ea;
    --paper: #fbfbf6;
    --line: #d9dfd1;
    --muted: #61706b;
    --ozon: #042468;
    --concept: #3C9BD3;
}

/* ==========================================================================
   RESET DI BASE
   ========================================================================== */

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    background: var(--paper);
    color: var(--ink);
    margin: 0;
    font-family: Arial,Helvetica,sans-serif;
    overflow-x: hidden;
}

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

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

.font-bold {
    font-weight: bold;
}

    .ozon {
        color: var(--ozon);
    }

    .concept {
        color: var(--concept);
    }

/* ==========================================================================
   LAYOUT & CONTENITORI
   ========================================================================== */
.container {
    width: min(1180px,100% - 48px);
    margin-inline: auto;
}

.section {
    padding: 120px 0;
}

.products-preview {
    padding-top: 150px;
    padding-bottom: 155px;
    position: relative;
}

    .products-preview:before {
        content: "";
        z-index: -1;
        background: radial-gradient(circle at 85% 15%,#e6f0dc80,#0000 32%),linear-gradient(#fbfcf7,#f7faf4 55%,#fbfbf6);
        width: 110vw;
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%);
    }
/* ==========================================================================
   PRELOADER
   ========================================================================== */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: clip-path 2s cubic-bezier(.6,0,.4,1), visibility 2s;
    clip-path: circle(150% at 50% 50%);
}

    #preloader.hidden {
        clip-path: circle(0% at 50% 50%);
        visibility: hidden;
    }

.preloader-logo {
    width: 300px;
    height: auto;
    transition: transform 2.5s cubic-bezier(.6,0,.4,1), opacity 2.5s;
    transform: scale(1) rotate(0deg);
    opacity: 1;
}

#preloader.hidden .preloader-logo {
    transform: scale(0) rotate(720deg);
    opacity: 0;
}


/* ==========================================================================
   HEADER & NAVIGAZIONE
   ========================================================================== */

.site-header {
    z-index: 30;
    color: #fff;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    pointer-events: none;
    background: 0 0;
    border: 0;
    height: auto;
    padding: 0 16px;
    position: fixed;
    top: 16px;
    left: 0;
    right: 0;
}

    .site-header .logo {
        width: 150px;
        height: 80px;
        padding: 7px 10px;
        display: block;
        overflow: hidden;
        background: #fff;
    }

        .site-header .logo img {
            object-fit: contain;
            width: 100%;
            height: 100%;
        }

.nav-wrap {
    pointer-events: auto;
    -webkit-backdrop-filter: blur(22px) saturate(135%);
    backdrop-filter: blur(22px) saturate(135%);
    background: linear-gradient(120deg, #073f38e8 0%, #0a5a4be0 62%, #176f5bd9 100%);
    border: 1px solid #ffffff94;
    border-radius: 25px;
    width: min(1240px, 100%);
    height: 72px;
    padding: 7px 9px 7px 0px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 18px 55px #03251f46, inset 0 1px #ffffff24;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    display: flex;
}

.desktop-nav {
    align-items: center;
    gap: 4px;
    display: flex;
    background: #ffffff0c;
    border: 1px solid #ffffff1f;
    border-radius: 17px;
    padding: 5px;
    box-shadow: inset 0 1px #ffffff12;
}

    .desktop-nav a {
        font-size: 16px;
        position: relative;
        border-radius: 12px;
        align-items: center;
        padding: 8px 32px;
        font-weight: 600;
        transition: background .25s, color .25s, transform .25s, box-shadow .25s;
    }

        .desktop-nav a:after {
            content: "";
            background: var(--lime);
            height: 1px;
            transition: all .3s;
            position: absolute;
            bottom: -8px;
            left: 0;
            right: 100%;
            display: none;
        }

        .desktop-nav a:hover:after {
            right: 0;
        }

.nav-cta {
    border: 0;
    border-radius: 100px;
    padding: 13px 15px 13px 18px;
    font-size: 16px;
    color: var(--deep);
    background: linear-gradient(135deg,#c7e66f,#94d54e);
    align-items: center;
    gap: 13px;
    font-weight: 700;
    transition: transform .25s,box-shadow .25s;
    display: flex;
    box-shadow: 0 9px 22px #8fcb4f38,inset 0 1px #ffffff8a;
}

    .nav-cta span {
        margin-left: 10px;
    }

.mobile-menu {
    display: none;
}

.desktop-nav a, .nav-cta {
    font-size: 15px;
}

.nav-glow {
    z-index: -1;
    filter: blur(28px);
    pointer-events: none;
    background: #a8d93e2e;
    border-radius: 50%;
    width: 210px;
    height: 70px;
    position: absolute;
    top: -12px;
    right: 60px;
}

.desktop-nav a:hover {
    color: var(--deep);
    background: linear-gradient(135deg,#fff,#edf6df);
    transform: translateY(-1px);
    box-shadow: 0 7px 18px #001d182c;
}

    .desktop-nav a:hover span {
        color: #4c7a32;
        opacity: 1;
    }

.nav-cta .nav-cta-text {
    margin: 0;
}

.nav-cta b {
    color: #fff;
    background: #0a594b;
    border-radius: 50%;
    place-items: center;
    width: 28px;
    height: 28px;
    font-size: 15px;
    transition: transform .3s;
    display: grid;
}

.nav-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 13px 28px #8fcb4f52;
}

    .nav-cta:hover b {
        transform: rotate(45deg);
    }


/* ==========================================================================
   HERO (SEZIONE INIZIALE)
   ========================================================================== */

.hero {
    color: #fff;
    background: radial-gradient(circle at 12% 80%,#117761 0,#0000 35%),linear-gradient(120deg,#043d35,#075749 55%,#0a6655);
    height: 100vh;
    min-height: 780px;
    max-height: 940px;
    position: relative;
    overflow: hidden;
    --hero-fade: 0;
}

    .hero:after {
        content: "";
        pointer-events: none;
        background: linear-gradient(90deg,#0000 0 49.9%,#ffffff12 50%,#0000 50.1%);
        position: absolute;
        inset: 0;
    }

.hero-noise {
    opacity: .16;
    background-image: radial-gradient(#fff .6px,#0000 .7px);
    background-size: 8px 8px;
    position: absolute;
    inset: 0;
}

.orb {
    filter: blur(1px);
    border-radius: 50%;
    position: absolute;
  
}

.hero .orb-a {
    width: 420px;
    height: 420px;
    top: 220px;
    left: -220px;
    box-shadow: inset 0 0 100px #31c99b26;
}

.hero .orb-b {
    width: 650px;
    height: 650px;
    top: -220px;
    right: -300px;
    border: 3px dotted #ffffff18;
    animation: spin 40s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}


.hero-grid {
    z-index: 2;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 70px;
    height: 100%;
    padding-top: 70px;
    display: grid;
    position: relative;
    transform: translate3d(0,var(--hero-shift,0px),0);
}

.hero-copy {
    padding-top: 40px;
}

.eyebrow {
    letter-spacing: .17em;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    display: block;
}

    .eyebrow.light {
        color: #d9f0e7;
    }

    .eyebrow i {
        background: var(--lime);
        border-radius: 50%;
        width: 7px;
        height: 7px;
        margin-right: 9px;
        display: inline-block;
        box-shadow: 0 0 0 5px #a8d93e18;
    }

.hero h1, .page-hero h1, .product-detail-hero h1 {
    letter-spacing: -.055em;
    margin: 28px 0;
    font-size: clamp(58px,6vw,92px);
    line-height: .98;
}

    .hero h1 em, .intro h2 em, .section-head h2 em, .catalog-intro h2 em, .brochure-copy h2 em, .contact-lead h2 em {
        color: var(--lime);
        font-family: Georgia,serif;
        font-weight: 400;
    }

.hero-copy > p {
    color: #d2e4de;
    max-width: 590px;
    font-size: 18px;
    line-height: 1.7;
}

.hero-actions {
    align-items: center;
    gap: 32px;
    margin-top: 38px;
    display: flex;
}

.button {
    border-radius: 50px;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
    padding: 17px 22px;
    font-weight: 700;
    transition: all .4s;
    display: inline-flex;
}

    .button span {
        font-size: 18px;
        transition: transform .4s ease;
    }

    .button:hover span {
        transform: rotate(45deg);
    }

.button-light {
    position: relative;
    color: var(--deep);
    background: #fff;
    overflow: hidden;
    z-index: 0;
    transition: transform .4s ease, box-shadow .4s ease, color .35s ease;
}
    .button-light:hover{
        color: var(--lime);
    }
.button-green {
    position: relative;
    border: 0;
    color: var(--deep);
    overflow: hidden;
    z-index: 0;
    background: linear-gradient(135deg, #c7e66f, #94d54e);
    transition: transform .4s ease, box-shadow .4s ease, color .35s ease;
}

    .button-green:hover {
        color: var(--cream);
    }

.button-light:hover ,
.button-green:hover {
    transform: translateY(-5px);
    box-shadow: 0px 0px 8px 2px #94d54e80;
}


.text-link {
    position: relative;
    border-bottom: 1px solid #fff5;
    padding: 13px 0;
    font-size: 13px;
    display: inline-flex;
    font-weight: 700;
    background-image: linear-gradient(90deg, var(--lime) 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: 100% 0;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    transition: background-position .8s ease, border-bottom .8s ease;
}

    .text-link:hover {
        background-position: 0% 0;
        border-bottom: 1px solid var(--lime);
    }

    .text-link span {
        font-size: 18px;
        margin-left: 12px;
        display: inline-block;
    }

.hero-proof {
    gap: 36px;
    margin-top: 58px;
    display: flex;
}

    .hero-proof div {
        border-left: 1px solid #ffffff38;
        flex-direction: column;
        padding-left: 14px;
        display: flex;
    }

    .hero-proof strong {
        font-size: 21px;
    }

    .hero-proof span {
        text-transform: uppercase;
        letter-spacing: .1em;
        color: #bcd2ca;
        margin-top: 5px;
        font-size: 10px;
    }

.hero-visual {
    justify-content: center;
    align-items: center;
    height: 650px;
    display: flex;
    position: relative;
}

.leaf-frame {
    border-radius: 230px 230px 25px 25px;
    width: 78%;
    height: 76%;
    animation: 6s ease-in-out infinite float;
    overflow: hidden;
    box-shadow: 0 40px 100px #001b1570;
}

    .leaf-frame img {
        object-fit: cover;
        object-position: center 35%;
        width: 100%;
        height: 100%;
    }

.float-card {
    color: var(--ink);
    background: #f9fff9;
    border-radius: 16px;
    align-items: center;
    gap: 14px;
    padding: 18px 24px;
    animation: 5s ease-in-out infinite reverse float;
    display: flex;
    position: absolute;
    bottom: 18%;
    left: 0;
    box-shadow: 0 20px 50px #001b1555;
}

    .float-card small, .float-card strong {
        display: block;
    }

    .float-card small {
        text-transform: uppercase;
        letter-spacing: .13em;
        color: var(--muted);
        margin-bottom: 3px;
        font-size: 9px;
    }

.pulse {
    background: var(--lime);
    border-radius: 50%;
    width: 12px;
    height: 12px;
    box-shadow: 0 0 0 7px #a8d93e33;
}

.scroll-cue {
    letter-spacing: .2em;
    align-items: center;
    gap: 13px;
    font-size: 10px;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
}

    .scroll-cue span {
        background: #fff;
        width: 1px;
        height: 10px;
        display: block;
        position: relative;
        animation: scrollCueMove 2.5s ease-in-out infinite;
    }

        .scroll-cue span:after {
            content: "";
            border-bottom: 1px solid #fff;
            border-right: 1px solid #fff;
            width: 8px;
            height: 8px;
            position: absolute;
            bottom: -3px;
            right: -3px;
            transform: rotate(45deg);
        }

@keyframes scrollCueMove {
    0% {
        height: 10px;
        opacity: .5;
    }

    50% {
        height: 35px;
        opacity: 1;
    }

    100% {
        height: 10px;
        opacity: .5;
    }
}

.reveal {
    animation: .8s both reveal;
}

.delay-1 {
    animation-delay: .15s;
}

.page-hero .orb-a {
    border-color: #0b5b4852;
    width: 500px;
    height: 500px;
    top: -250px;
    right: -170px;
}

.brochure-copy .button {
    width: max-content;
    display: flex;
}

.leaf-frame img, .brochure-cover img {
    will-change: transform;
    transform: scale(1.18) translate3d(0,var(--parallax-y,0px),0);
    transition: transform 80ms linear;
    animation: none !important;
}

.hero:before {
    content: "";
    z-index: 8;
    pointer-events: none;
    background: linear-gradient(180deg,var(--paper),#f6f8f1);
    opacity: var(--hero-fade);
    will-change: opacity;
    position: absolute;
    inset: 0;
}

.hero-grid, .hero-noise, .hero > .orb, .hero > .scroll-cue, .hero:after {
    opacity: calc(1 - var(--hero-fade));
    will-change: opacity,transform;
}

.button, .text-link, .line-link {
    font-size: 16px;
}

.footer-lead .eyebrow {
    color: #bad5cc;
}

    .footer-lead .eyebrow i {
        background: var(--lime);
        border-radius: 50%;
        width: 7px;
        height: 7px;
        margin-right: 9px;
        display: inline-block;
        box-shadow: 0 0 0 5px #a8d93e18;
    }

.switcher-head .eyebrow {
    color: #668177;
}

/* Enhancement progressivo per browser moderni */
@supports (animation-timeline:view()) {
    .leaf-frame img, .brochure-cover img {
        animation: linear both organic-parallax;
        animation-timeline: view();
        animation-range: entry exit 0%;
    }

    @keyframes organic-parallax {
        0% {
            transform: scale(1.15)translateY(-7%)
        }

        to {
            transform: scale(1.15)translateY(7%)
        }
    }
}


/* ==========================================================================
   INTRO & TESTATE DI SEZIONE
   ========================================================================== */

.section-label {
    letter-spacing: .2em;
    color: #759080;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 700;
    display: block;
}

.intro-grid {
    grid-template-columns: 1.05fr .95fr;
    gap: 120px;
    display: grid;
}

.intro h2, .section-head h2, .catalog-intro h2, .brochure-copy h2, .contact-lead h2 {
    letter-spacing: -.045em;
    margin: 0;
    font-size: clamp(43px,4.7vw,68px);
    line-height: 1.04;
}

.intro-grid > div p {
    color: var(--muted);
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 1.8;
}

.line-link {
    position: relative;
    border-bottom: 1px solid var(--ink);
    gap: 30px;
    margin-top: 0px;
    padding: 13px 0 5px;
    font-weight: 700;
    display: inline-flex;
    background-image: linear-gradient(90deg, var(--lime) 50%, var(--green) 50%);
    background-size: 200% 100%;
    background-position: 100% 0;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    transition: background-position .8s ease, border-bottom .2s ease;
}

    .line-link:hover {
        background-position: 0% 0;
        border-bottom: 1px solid var(--lime);
    }

    .line-link span {
        display: inline-block;
        font-size: 18px;
        transition: transform .35s cubic-bezier(.34, 1.56, .64, 1);
        /* background: none; */
        /* background-clip: inherit; */
        /* -webkit-background-clip: inherit; */
        /* color: var(--green); */
        /* transition: transform .35s cubic-bezier(.34, 1.56, .64, 1), color .8s ease; */
        /* transform: rotateZ(45deg); */
        /* will-change: transform; */
        /* backface-visibility: hidden; */
        /* isolation: isolate; */
    }

    .line-link:hover span {
        transform: rotateZ(0deg) translate(2px, -2px);
    }

.section-head {
    justify-content: space-between;
    align-items: end;
    margin-bottom: 70px;
    display: flex;
}

    .section-head > p {
        max-width: 420px;
        color: var(--muted);
        font-size: 18px;
        line-height: 1.8;
    }

#prodotti .section-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

/* ==========================================================================
   FEATURES / VANTAGGI
   ========================================================================== */

.features-grid {
    border-top: 0;
    grid-template-columns: repeat(3,1fr);
    display: grid;
    gap: 18px;
}

    .features-grid article {
        border-right: 1px solid var(--line);
        padding: 35px 40px 20px 0;
        position: relative;
    }

        .features-grid article + article {
            padding-left: 40px;
        }

        .features-grid article > span {
            color: var(--green);
            font-size: 10px;
            width: 34px;
            height: 34px;
            background: #fff;
            border-radius: 50%;
            justify-content: center;
            align-items: center;
            font-weight: 700;
            display: inline-flex;
            box-shadow: 0 7px 20px #173e2520;
        }

.feature-icon {
    color: var(--teal);
    margin: 40px 0 55px;
    font-size: 52px;
}

.features-grid h3 {
    margin: 0 0 18px;
    font-size: 25px;
    margin-bottom: 12px;
}

.features-grid p {
    color: var(--muted);
    max-width: 100%;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 0;
}

.features-grid p, .catalog-card p, .mixing li span, .product-row p {
    font-size: 18px;
}

.features-grid article, .features-grid article + article {
    background: linear-gradient(145deg,#fbfcf6 0%,#edf3e7 100%);
    border: 1px solid #cad8cc;
    border-radius: 28px;
    min-height: 430px;
    padding: 25px 25px 30px;
    transition: transform .35s,box-shadow .35s,border-color .35s;
    overflow: hidden;
}

    .features-grid article:hover {
        border-color: #aac9b4;
        transform: translateY(-7px);
        box-shadow: 0 24px 55px #123f2920;
    }

.feature-visual {
    color: #087f70;
    background: radial-gradient(circle at 75% 20%,#fff9 0 11%,#0000 12%),linear-gradient(135deg,#dff2df,#c9e9df);
    border-radius: 22px;
    place-items: center;
    height: 205px;
    margin: 18px 0 27px;
    display: grid;
    position: relative;
    overflow: hidden;
}

    .feature-visual.resilience {
        color: #397943;
        background: radial-gradient(circle at 22% 80%,#fff8 0 13%,#0000 14%),linear-gradient(135deg,#e8f2cc,#cfe5b2);
    }

    .feature-visual.efficiency {
        color: #54751b;
        background: radial-gradient(circle at 80% 75%,#fff8 0 14%,#0000 15%),linear-gradient(135deg,#e5efbd,#d4e8a1);
    }

    .feature-visual i {
        opacity: .16;
        border: 1px solid;
        border-radius: 50%;
        width: 245px;
        height: 245px;
        position: absolute;
        transform: translate(64px,-60px);
    }

        .feature-visual i:after {
            content: "";
            border: 1px dashed;
            border-radius: 50%;
            position: absolute;
            inset: 28px;
        }

    .feature-visual svg {
        fill: none;
        stroke: currentColor;
        stroke-width: 3px;
        stroke-linecap: round;
        stroke-linejoin: round;
        z-index: 1;
        filter: drop-shadow(0 10px 14px #16452d1c);
        width: 150px;
        height: 150px;
        transition: transform .55s cubic-bezier(.2,.8,.2,1);
        position: relative;
    }

    .feature-visual .feature-dash {
        stroke-dasharray: 4 9;
        transform-origin: 50%;
        animation: 18s linear infinite featureOrbit;
    }

    .feature-visual .feature-soft-line {
        opacity: .5;
        stroke-dasharray: 5 7;
    }

.features-grid article:hover .feature-visual svg {
    transform: scale(1.06)rotate(-2deg);
}

/* ==========================================================================
   VETRINA PRODOTTI (MARQUEE, ELENCO, SWITCHER)
   ========================================================================== */

.product-marquee {
    background: linear-gradient(110deg,#f4f8ed,#eaf2df 48%,#f7faf2);
    justify-content: center;
    align-items: center;
    height: clamp(430px,49vw,720px);
    margin: 30px 0 65px calc(50% - 50vw);
    display: flex;
    overflow: hidden;
    border-radius: 0;
    width: 100vw;
}

    .product-marquee img {
        object-fit: contain;
        width: 100%;
        height: 100%;
        transition: transform 80ms linear;
        object-position: center;
        transform: scale(1.08) translate3d(0,var(--parallax-y,0px),0) !important;
        will-change: transform;
    }

    .product-marquee:hover img {
        transform: scale(1.04);
    }

.product-list {
    border-top: 1px solid var(--line);
}

.product-row {
    border-bottom: 1px solid var(--line);
    grid-template-columns: 60px 1.4fr 1fr 40px;
    align-items: center;
    padding: 24px 0;
    transition: all .25s;
    display: grid;
}

    .product-row:hover {
        /* background: #f5f7f0;*/
        transform: translateX(10px);
    }

    .product-row > span, .product-row small {
        letter-spacing: .13em;
        color: #81918a;
        text-transform: uppercase;
        font-size: 10px;
        transition: color .25s;
    }

    .product-row h3 {
        margin: 5px 0;
        font-size: 26px;
        transition: color .25s;
    }

    .product-row p {
        color: var(--muted);
        font-size: 16px;
        line-height: 1.5;
    }

    .product-row b {
        text-align: right;
        font-size: 20px;
        transition: transform .25s;
    }

    .product-row:hover b {
        transform: rotate(45deg);
    }

.product-switcher {
    background: linear-gradient(145deg,#edf3e4 0%,#f8faf3 58%,#e8f0df 100%);
    padding: 105px 0 115px;
}

.switcher-head {
    grid-template-columns: 1.25fr .75fr;
    align-items: end;
    gap: 80px;
    margin-bottom: 48px;
    display: grid;
}

    .switcher-head h2 {
        letter-spacing: -.045em;
        max-width: 760px;
        margin: 16px 0 0;
        font-size: clamp(42px,4.6vw,64px);
        line-height: 1.02;
    }

    .switcher-head > p {
        max-width: 420px;
        color: var(--muted);
        margin: 0;
        font-size: 17px;
        line-height: 1.7;
    }

.product-switch-grid {
    grid-template-columns: repeat(5,1fr);
    gap: 12px;
    display: grid;
}

.product-switch-card {
    background: #fcfdf8;
    border: 1px solid #cbd8ca;
    border-radius: 23px;
    flex-direction: column;
    min-width: 0;
    min-height: 260px;
    padding: 22px;
    transition: transform .3s,box-shadow .3s,border-color .3s;
    display: flex;
    position: relative;
    overflow: hidden;
}

    .product-switch-card:before {
        content: "";
        background: var(--accent);
        height: 5px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    .product-switch-card:after {
        content: "";
        border: 1px solid var(--accent);
        width: 145px;
        height: 145px;
        position: absolute;
        top: -78px;
        right: -82px;
        border-radius: 50%;
        transition: transform .5s;
    }

    .product-switch-card:hover {
        border-color: var(--accent);
        transform: translateY(-7px);
        box-shadow: 0 20px 42px #183f2d1c;
    }

        .product-switch-card:hover:after {
            transform: scale(1.18)rotate(35deg);
        }

.switch-num {
    color: #7b9188;
    letter-spacing: .1em;
    font-size: 10px;
    font-weight: 700;
}

.product-switch-card small {
    color: #71877e;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-top: auto;
    font-size: 9px;
    line-height: 1.4;
    display: block;
}

.product-switch-card h3 {
    letter-spacing: -.025em;
    margin: 10px 0px 0;
    font-size: clamp(20px, 1.65vw, 24px);
    max-width: 160px;
    line-height: 1.08;
}

.product-switch-card > b {
    width: 24px;
    height: 24px;
    color: var(--green);
    background: #e7eee2;
    border-radius: 50%;
    place-items: center;
    font-size: 18px;
    transition: transform .3s, background .3s, color .3s;
    display: grid;
    position: absolute;
    bottom: 20px;
    right: 5px;
}

.product-switch-card:hover > b {
    background: var(--green);
    color: #fff;
    transform: rotate(45deg);
}

.product-switch-card.is-current {
    color: #fff;
    border-color: var(--green);
    background: radial-gradient(circle at 100% 0%,var(--accent),transparent 42%),linear-gradient(145deg,#073f37,#0a5b4c);
    box-shadow: 0 22px 48px #103c2e2a;
}

    .product-switch-card.is-current:after {
        border-color: #ffffff35;
    }

    .product-switch-card.is-current .switch-num, .product-switch-card.is-current small {
        color: #c4d8d0;
    }

    .product-switch-card.is-current strong {
        color: #dff2bd;
        letter-spacing: .1em;
        text-transform: uppercase;
        align-items: center;
        gap: 8px;
        margin-top: 18px;
        font-size: 10px;
        display: flex;
    }

        .product-switch-card.is-current strong i {
            background: var(--lime);
            border-radius: 50%;
            width: 7px;
            height: 7px;
            box-shadow: 0 0 0 5px #a8d93e1e;
        }

/* ==========================================================================
   SEZIONE "CROPS" / STORYTELLING
   ========================================================================== */

.crops {
    color: #fff;
    background: linear-gradient(135deg,#174b42,#2a6055 55%,#3d7166);
    min-height: 640px;
    position: relative;
    overflow: hidden;
}

.crop-image {
    opacity: .94;
    background: linear-gradient(90deg,#062f2bea 0%,#062f2bcc 45%,#062f2b66),url(/assets/vineyard.webp) 50%/cover;
    transition: transform 80ms linear;
    position: absolute;
    inset: -85px 0;
    background-image: linear-gradient(100deg,#073d36dc 0%,#0b4d43b0 48%,#164f4282 100%),url(/assets/crops-clean-v1.webp);
    background-position: 50% 62%;
    background-size: cover;
    background-attachment: scroll !important;
    transform: translate3d(0,var(--parallax-y,0px),0) scale(1.06);
    will-change: transform;
}

.crops:hover .crop-image {
    transform: scale(1.05);
}

.crops-content {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 100px;
    min-height: 400px;
    display: grid;
    position: relative;
    z-index: 5;
    padding-top: 34px;
}

.crops h2 {
    letter-spacing: -.05em;
    margin: 24px 0;
    font-size: clamp(48px,5vw,72px);
    line-height: 1;
}

.crops p {
    color: #c7d8d3;
    max-width: 480px;
    line-height: 1.7;
}

.crop-tags {
    flex-wrap: wrap;
    gap: 10px;
    display: flex;
}

    .crop-tags span {
        -webkit-backdrop-filter: blur(4px);
        backdrop-filter: blur(4px);
        background: #ffffff0b;
        border: 1px solid #ffffff50;
        border-radius: 100px;
        padding: 12px 17px;
        font-size: 16px;
    }

.crops p, .cta-band p, .detail-copy > p, .brochure-copy > p, .contact-lead > p {
    font-size: 18px;
}

.crops:before {
    background: linear-gradient(90deg,#c9e078 0%,#8bca76 46%,#47a987 100%);
    box-shadow: 0 10px 26px #123e3438;
}

.crops:after {
    content: "";
    z-index: 4;
    pointer-events: none;
    filter: drop-shadow(0 13px #9dce73)drop-shadow(0 23px #3f9d7f);
    background: #f8faf4;
    border-radius: 0 0 50% 50%/0 0 100% 100%;
    width: 120%;
    height: 92px;
    position: absolute;
    top: -1px;
    left: -10%;
}

/* ==========================================================================
   CTA BAND
   ========================================================================== */

.cta-band {
    background: linear-gradient(125deg,#dbe9ad 0%,#edf3cf 52%,#d6e5a2 100%);
    padding: 100px 0;
}

    .cta-band > .container {
        grid-template-columns: 1.1fr .9fr;
        align-items: end;
        gap: 120px;
        display: grid;
    }

    .cta-band h2 {
        letter-spacing: -.05em;
        margin: 24px 0 0;
        font-size: clamp(48px,5vw,72px);
        line-height: 1;
    }

    .cta-band p {
        max-width: 420px;
        font-size: 18px;
        line-height: 1.7;
    }

.button-dark {
    background: var(--ink);
    color: #fff;
    margin-top: 20px;
}

.cta-band:before {
    background: linear-gradient(90deg,#174f45 0%,#2f7665 52%,#65a987 100%);
    box-shadow: 0 10px 26px #123e3435;
}

.cta-band:after {
    background: linear-gradient(90deg,#b3d75c 0%,#79c482 50%,#3ba487 100%);
    box-shadow: 0 10px 24px #2b705626;
}

/* ==========================================================================
   PAGINA CATALOGO & CARD PRODOTTO
   ========================================================================== */

.page-hero {
    background: radial-gradient(circle at 85% 15%,#dcebd285,#0000 35%),linear-gradient(135deg,#f1f5ea,#fafbf6 55%,#eef5e9);
    padding: 190px 0 100px;
    position: relative;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.1) 100%);
    z-index: 1;
    pointer-events: none;
}
.page-hero .container {
    position: relative;
    z-index: 2;
}

    .page-hero h1 {
        color: var(--ink);
        /* max-width: 900px; */
        margin: 25px 0;
        font-size: clamp(58px, 7vw, 94px);
    }

    .page-hero p {
        color: var(--ink);
        max-width: 650px;
        font-size: 18px;
        line-height: 1.6;
    }

    .page-hero + .section {
        padding-top: 100px;
    }

.catalog-intro {
    justify-content: space-between;
    align-items: start;
    margin-bottom: 70px;
    display: flex;
}

.catalog-grid {
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    display: grid;
}

.catalog-card {
    border: 1px solid var(--line);
    background: #fff;
    min-height: 410px; 
    padding: 30px;
    border-radius: 5px;
    transition: transform .4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .4s cubic-bezier(0.16, 1, 0.3, 1), border-color .4s ease;
    position: relative;
    overflow: hidden;
}

    .catalog-card::after {
        content: "";
        position: absolute;
        bottom: 70px;
        right: 0px;
        width: 220px;
        height: 220px;
        background-image: var(--bg-image);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        transform: translateY(300px);
        opacity: 0;
        pointer-events: none;
        z-index: 2;
        filter: drop-shadow(-12px 12px 4px rgba(0, 0, 0, 0.2));
        transition: transform .6s cubic-bezier(0.16, 1, 0.3, 1), opacity .4s ease;
    }
    .catalog-card:nth-child(3) {
        grid-column: span 2;
    }

    .catalog-card:hover {
        border-color: var(--accent);
        transform: translateY(-7px);
        box-shadow: 0 25px 50px #12392e14;
    }

        .catalog-card:hover::after {
            transform: translateY(50px);
            opacity: 1;
        }

.card-num {
    /*    color: #789087;
    font-size: 10px;*/
}

.card-orbit {
    border: 1px solid var(--accent);
    width: 210px;
    height: 210px;
    position: absolute;
    border-radius: 50%;
    transition: all .5s;
    top: -55px;
    right: -50px;
}

    .card-orbit span {
        background: var(--accent);
        border-radius: 50%;
        width: 22px;
        height: 22px;
        position: absolute;
        bottom: 3px;
        left: 40px;
    }

.catalog-card:hover .card-orbit {
    transform: rotate(75deg)scale(1.08);
}

.catalog-card small {
    text-transform: uppercase;
    letter-spacing: .2em;
    color: #789087;
    margin-top: 90px;
    font-size: 10px;
    display: block;
}

.catalog-card h3 {
    margin: 10px 0;
    font-size: 34px;
}

.catalog-card p {
    max-width: 400px;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.5;
}

.card-link {
    justify-content: left;
    gap: 20px;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    position: absolute;
    bottom: 30px;
}
/* Enhancement progressivo per browser moderni */
@supports (color:color-mix(in lab, red, red)) {
    .card-orbit {
        border: 1px solid color-mix(in srgb,var(--accent),transparent 65%);
    }

    .product-detail-hero {
        background: radial-gradient(circle at 75% 40%,color-mix(in srgb,var(--accent),transparent 80%),transparent 33%),linear-gradient(135deg,#164c43,#2b6559 58%,#3d7769);
    }

    .product-switch-card:after {
        border: 1px solid color-mix(in srgb,var(--accent),transparent 48%);
    }

    .product-switch-card.is-current {
        background: radial-gradient(circle at 100% 0%,color-mix(in srgb,var(--accent),transparent 48%),transparent 42%),linear-gradient(145deg,#073f37,#0a5b4c);
    }
}
@media(max-width : 599px) {
    .catalog-card::after {
        display : none;
    }
}

/* ==========================================================================
   SEZIONE "MIXING" / PROCEDIMENTO
   ========================================================================== */

.mixing {
    background: linear-gradient(135deg,#174d44,#285e54 62%,#3d7265);
    color: #fff;
    padding: 110px 0;
}

.mixing-grid {
    grid-template-columns: 1fr 1fr;
    gap: 120px;
    display: grid;
}

.mixing h2 {
    letter-spacing: -.045em;
    font-size: 54px;
    line-height: 1.04;
}

.mixing ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mixing li {
    border-bottom: 1px solid #ffffff2a;
    grid-template-columns: 55px 1fr;
    padding: 22px 0;
    display: grid;
}

    .mixing li b {
        color: var(--lime);
        font-size: 11px;
    }

    .mixing li span {
        color: #d0dfda;
        font-size: 14px;
        line-height: 1.55;
    }

.mixing:before {
    background: linear-gradient(90deg,#c2dc6d 0%,#78c184 48%,#32927c 100%);
    box-shadow: 0 10px 24px #123e3438;
}

.mixing:after {
    background: linear-gradient(90deg,#2e7b68 0%,#64ad7e 50%,#a8cf68 100%);
}

/* ==========================================================================
   SCHEDA PRODOTTO — HERO DI DETTAGLIO
   ========================================================================== */

.product-detail-hero {
    background: radial-gradient(circle at 75% 40%,var(--accent),transparent 33%),linear-gradient(135deg,#164c43,#2b6559 58%,#3d7769);
    min-height: 700px;
    padding: 175px 0 90px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.detail-grid {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 80px;
    display: grid;
}

.back-link {
    color: #bfd2cc;
    margin-bottom: 80px;
    font-size: 14px;
    display: block;
    letter-spacing: 1px;
    transition: color .25s;
}

    .back-link span {
        display: inline-block;
        transition: transform .25s;
    }

    .back-link:hover span {
        transform: translateX(-10px);
    }

    .back-link:hover {
        color: var(--lime);
    }

.product-detail-hero h1 {
    max-width: 650px;
    font-size: clamp(62px,7vw,100px);
}

.product-detail-hero p {
    color: #d2e3de;
    max-width: 560px;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 28px;
}

.molecule {
    border: 1px solid #ffffff25;
    border-radius: 50%;
    width: 450px;
    height: 450px;
    margin: auto;
    animation: 18s linear infinite spin;
    position: relative;
}

    .molecule:before, .molecule:after {
        content: "";
        border: 1px solid #ffffff20;
        border-radius: 50%;
        position: absolute;
        inset: 55px;
    }

    .molecule:after {
        background: #ffffff0b;
        inset: 120px;
    }

    .molecule span, .molecule i, .molecule b, .molecule em {
        background: var(--accent);
        width: 24px;
        height: 24px;
        box-shadow: 0 0 30px var(--accent);
        border-radius: 50%;
        position: absolute;
    }

    .molecule span {
        top: 30px;
        left: 120px;
    }

    .molecule i {
        top: 210px;
        right: 15px;
    }

    .molecule b {
        bottom: 30px;
        left: 110px;
    }

    .molecule em {
        width: 12px;
        height: 12px;
        top: 250px;
        left: 60px;
    }

    .molecule strong {
        place-items: center;
        font-size: 25px;
        animation: 18s linear infinite reverse spin;
        display: grid;
        position: absolute;
        inset: 0;
    }

/* ==========================================================================
   SCHEDA PRODOTTO — CONTENUTO (#PRODOTTI)
   ========================================================================== */

.hero-prodotti {
    background-image: url(../images/hero_prodotti.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100svh;
    padding: 120px 0px;
}

.wrap {
    max-width: min(1180px, 100% - 48px);
    margin: 0 auto;
    padding: 0 24px 64px;
}

#descrizione, #composizione, #tecnologia, #funzione, #impiego, #caratteristiche, #applicazione, #precauzioni, #normativa {
    scroll-margin-top: 300px;
}

#prodotti .toc {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 28px auto 40px;
    padding: 0 24px;
    position: relative;
    z-index: 2;
}

    #prodotti .toc a {
        background: #ffffff;
        border: 1px solid #dbe9dd;
        box-shadow: 0 2px 10px rgba(23,57,32,0.07);
        color: #215c34;
        text-decoration: none;
        font-size: 13px;
        font-weight: 600;
        padding: 9px 15px;
        border-radius: 10px;
        transition: background .15s ease;
    }

        #prodotti .toc a:hover {
            background: #e7f3e9;
        }

#prodotti section.card {
    background: #ffffff;
    border: 1px solid #dbe9dd;
    border-radius: 16px;
    padding: 30px 32px;
    margin-bottom: 22px;
    box-shadow: 0 2px 10px rgba(23,57,32,0.07);
}

#prodotti .section-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #e7f3e9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    #prodotti .section-icon svg {
        width: 20px;
        height: 20px;
        stroke: #215c34;
    }

#prodotti h2 {
    font-size: 20px;
    margin: 0;
    color: #173920;
    font-weight: 800;
}

    #prodotti h2 .en {
        display: block;
        font-size: 12.5px;
        font-weight: 500;
        font-style: italic;
        color: #4d5c52;
        letter-spacing: .01em;
        margin-top: 8px;
    }

#prodotti p {
    margin: 0 0 12px;
    color: #082f2b;
}

    #prodotti p.lead {
        font-size: 15.5px;
    }

    #prodotti p.en-text {
        color: #4d5c52;
        font-style: italic;
        font-size: 14px;
        border-left: 2px solid #dbe9dd;
        padding-left: 12px;
        margin-top: 10px;
    }

#prodotti .two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

#prodotti ul.feature-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

    #prodotti ul.feature-list li {
        display: flex;
        gap: 10px;
        align-items: flex-start;
        background: #f4faf5;
        border: 1px solid #dbe9dd;
        border-radius: 10px;
        padding: 12px 14px;
        font-size: 14.5px;
    }

        #prodotti ul.feature-list li svg {
            width: 16px;
            height: 16px;
            stroke: #2d7a45;
            flex-shrink: 0;
            margin-top: 2px;
        }

#prodotti .composition-box {
    background: #f4faf5;
    border: 1px solid #dbe9dd;
    border-radius: 12px;
    padding: 18px 20px;
    font-size: 14.5px;
}

    #prodotti .composition-box strong {
        color: #215c34;
    }

#prodotti .chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

#prodotti .chip {
    background: #ffffff;
    border: 1px solid #4a9d5f;
    color: #215c34;
    font-size: 12.5px;
    font-weight: 600;
    padding: 5px 11px;
    border-radius: 999px;
}

#prodotti .callout {
    display: flex;
    gap: 14px;
    align-items: center;
    background: linear-gradient(135deg,#e7f3e9,#ffffff);
    border: 1px solid #4a9d5f;
    border-radius: 12px;
    padding: 16px 18px;
    margin-top: 6px;
}

    #prodotti .callout .num {
        font-size: 26px;
        font-weight: 800;
        color: #215c34;
    }

#prodotti .callout-text {
    font-size: 13.5px;
    color: #4d5c52;
}

#prodotti section.warning-card {
    background: #fff8ec;
    border: 1px solid #f0dcae;
}

#prodotti .warning-card .section-icon {
    background: #fdeecb;
}

    #prodotti .warning-card .section-icon svg {
        stroke: #9a6a12;
    }

#prodotti .warning-list {
    margin: 0;
    padding-left: 20px;
}

    #prodotti .warning-list li {
        margin-bottom: 6px;
        font-size: 14.5px;
    }

#prodotti table.reg-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

    #prodotti table.reg-table td {
        padding: 9px 4px;
        border-bottom: 1px solid #dbe9dd;
        vertical-align: top;
    }

        #prodotti table.reg-table td:first-child {
            color: #4d5c52;
            width: 230px;
            font-weight: 600;
        }

#prodotti p.footer-note {
    text-align: center;
    font-size: 12px;
    color: #4d5c52;
    margin-top: 26px;
}

/* ==========================================================================
   PROSSIMO PRODOTTO
   ========================================================================== */

.next-product {
    background: linear-gradient(120deg,#f4f6eb,#eaf1df 60%,#f9faf4);
    padding: 70px 0;
}

    .next-product > .container > span {
        text-transform: uppercase;
        letter-spacing: .14em;
        color: #758a82;
        font-size: 10px;
    }

    .next-product a {
        justify-content: space-between;
        align-items: center;
        display: flex;
    }

    .next-product h2 {
        margin: 20px 0 0;
        font-size: 55px;
    }

    .next-product b {
        font-size: 18px;
    }

    .next-product:before {
        background: linear-gradient(90deg,#8dcb78 0%,#53b28c 52%,#237865 100%);
        box-shadow: 0 10px 24px #1e655027;
    }

/* ==========================================================================
   BROCHURE
   ========================================================================== */

.brochure-section {
    grid-template-columns: .85fr 1.15fr;
    align-items: center;
    gap: 130px;
    display: grid;
}
.hero-brochure {
    background-image: url(../images/hero_brochure.png);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100svh;
    padding: 120px 0px;
}


.brochure-cover {
    border-radius: 6px;
    height: 650px;
    position: relative;
    overflow: hidden;
    box-shadow: 25px 30px 70px #17352d28;
}

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

    .brochure-cover span {
        background: #fff;
        border-radius: 100px;
        padding: 10px 14px;
        font-size: 10px;
        position: absolute;
        top: 18px;
        right: 18px;
    }

.brochure-copy > p {
    color: var(--muted);
    margin: 30px 0;
    font-size: 16px;
    line-height: 1.8;
}

.brochure-copy ul {
    margin: 30px 0;
    padding: 0;
    list-style: none;
}

.brochure-copy li {
    border-bottom: 1px solid var(--line);
    padding: 12px 0;
    font-size: 13px;
}

    .brochure-copy li:before {
        content: "✓";
        color: var(--teal);
        margin-right: 12px;
    }

.brochure-copy > small {
    color: #84928d;
    margin-top: 12px;
    display: block;
}

/* ==========================================================================
   CONTATTI
   ========================================================================== */

.contact-section {
    grid-template-columns: .8fr 1.2fr;
    gap: 120px;
    display: grid;
}

.contact-lead > p {
    color: var(--muted);
    line-height: 1.8;
}

.contact-cards {
    grid-template-columns: 1fr 1fr;
    display: grid;
}

    .contact-cards > a, .contact-cards > div {
        border: 1px solid var(--line);
        flex-direction: column;
        justify-content: space-between;
        min-height: 230px;
        padding: 28px;
        transition: all .25s;
        display: flex;
    }

        .contact-cards > a:hover {
            background: var(--green);
            color: #fff;
        }

    .contact-cards small {
        letter-spacing: .15em;
        text-transform: uppercase;
        color: #758a82;
        font-size: 9px;
    }
    .contact-cards:hover small {
        color: #fff;
    }

    .contact-cards strong {
        font-size: 24px;
        line-height: 1.4;
    }

.contact-banner {
    color: #fff;
    background: url(/assets/olive.webp) 50%/cover;
    padding: 80px 0;
    position: relative;
    background-image: linear-gradient(105deg,#28564fd6,#52756ea8),url(/assets/olive.webp);
    background-position: center calc(50% + var(--parallax-y,0px));
    background-size: cover;
    background-attachment: scroll !important;
    will-change: background-position;
    transition: background-position 80ms linear;
}

    .contact-banner:before {
        content: "";
        background: #053f38dd;
        position: absolute;
        inset: 0;
        display: none;
    }

    .contact-banner > .container {
        justify-content: space-between;
        align-items: end;
        display: flex;
        position: relative;
    }

    .contact-banner h2 {
        margin: 12px 0 0;
        font-size: 45px;
    }

    .contact-banner > div > a {
        color: var(--ink);
        background: #fff;
        border-radius: 100px;
        padding: 17px 22px;
        font-size: 13px;
    }

    .contact-banner a span {
        margin-left: 30px;
    }

.contact-cards span {
    font-size: 13px;
}

.contact-banner:after {
    background: linear-gradient(90deg,#b6d85f 0%,#6ebd87 48%,#277c68 100%);
    box-shadow: 0 10px 24px #1e655032;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */

.footer {
    color: #d6e3df;
    background: radial-gradient(circle at 88% 8%,#1b756149 0,#0000 31%),radial-gradient(circle at 4% 82%,#81b54b1f 0,#0000 28%),linear-gradient(145deg,#021e1b 0%,#063b34 60%,#082c29 100%);
    padding: 150px 0 26px;
    isolation: isolate;
    position: relative;
    overflow: hidden;
}

.footer-main {
    grid-template-columns: 1.55fr .7fr 1fr;
    gap: 90px;
    padding: 62px 0 58px;
    display: grid;
    align-items: center;
}

.footer .logo {
    display: block;
    border-radius: 17px;
    width: 300px;
    height: inherit;
    padding: 8px 11px;
    background: #fff;
}

    .footer .logo img {
        object-fit: contain;
        width: 100%;
        height: 100%;
    }

.footer-main > div:first-child p {
    color: #a9bdb7;
    max-width: 370px;
    margin-top: 22px;
    font-size: 18px;
    line-height: 1.7;
}

.footer h3 {
    color: #8da69f;
    margin-bottom: 20px;
    font-size: 12px;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.footer-main > div:not(:first-child) {
    flex-direction: column;
    gap: 15px;
    font-size: 15px;
    display: flex;
}

.footer-bottom {
    border-color: #ffffff20;
    padding-top: 24px;
    letter-spacing: .08em;
    text-transform: uppercase;
    border-top: 1px solid #ffffff18;
    justify-content: center;
    display: flex;
}

.footer:before {
    content: "";
    z-index: 2;
    background: var(--paper);
    border-radius: 0 0 50% 50%/0 0 100% 100%;
    width: 116%;
    height: 105px;
    position: absolute;
    top: -55px;
    left: -8%;
    box-shadow: 0 14px #a8d26a,0 25px #3d9b7f;
}

.footer-ambient {
    z-index: -1;
    pointer-events: none;
    position: absolute;
    inset: 0;
    overflow: hidden;
}

    .footer-ambient i, .footer-ambient b {
        border: 1px solid #a7d66d25;
        border-radius: 50%;
        display: block;
        position: absolute;
    }

    .footer-ambient i {
        width: 520px;
        height: 520px;
        top: 65px;
        right: -190px;
        box-shadow: inset 0 0 90px #63a76b13;
    }

    .footer-ambient b {
        border-style: dashed;
        width: 260px;
        height: 260px;
        animation: 28s linear infinite footerOrbit;
        top: 195px;
        right: -60px;
    }

.footer-lead {
    grid-template-columns: 1.4fr .6fr;
    align-items: end;
    gap: 80px;
    padding-bottom: 72px;
    display: grid;
}

    .footer-lead h2 {
        letter-spacing: -.055em;
        color: #fff;
        margin: 25px 0 0;
        font-size: clamp(52px,6vw,82px);
        line-height: .98;
    }

        .footer-lead h2 em {
            color: var(--lime);
            font-family: Georgia,serif;
            font-weight: 400;
        }

.footer-brochure {
    width: min(100%,315px);
    color: var(--deep);
    background: linear-gradient(135deg,#f9fff3,#dff0b8);
    border-radius: 22px;
    justify-content: space-between;
    justify-self: end;
    align-items: center;
    gap: 35px;
    padding: 14px 14px 14px 23px;
    transition: transform .3s,box-shadow .3s;
    display: flex;
    box-shadow: 0 22px 50px #00171356,inset 0 1px #fff;
}

    .footer-brochure span {
        font-size: 17px;
        font-weight: 700;
    }

    .footer-brochure small {
        color: #5d7367;
        letter-spacing: .14em;
        text-transform: uppercase;
        margin-bottom: 5px;
        font-size: 9px;
        font-weight: 700;
        display: block;
    }

    .footer-brochure > b {
        background: var(--green);
        color: #fff;
        border-radius: 16px;
        flex: 0 0 49px;
        place-items: center;
        height: 49px;
        font-size: 20px;
        transition: transform .35s;
        display: grid;
    }

    .footer-brochure:hover {
        transform: translateY(-5px);
        box-shadow: 0 28px 60px #00171370;
    }

        .footer-brochure:hover > b {
            transform: rotate(45deg);
        }

.footer-rule {
    background: linear-gradient(90deg,#fff3,#0000);
    height: 1px;
}

.footer-main > div:not(:first-child) a {
    width: max-content;
    transition: color .25s,transform .25s;
    position: relative;
    font-size: 16px;
}

    .footer-main > div:not(:first-child) a:after {
        content: "";
        background: var(--lime);
        height: 1px;
        transition: right .25s;
        position: absolute;
        bottom: -4px;
        left: 0;
        right: 100%;
    }

    .footer-main > div:not(:first-child) a:hover {
        color: #dff3a4;
        transform: translate(4px);
    }

        .footer-main > div:not(:first-child) a:hover:after {
            right: 0;
        }

.footer-bottom a {
    border: 1px solid #ffffff21;
    border-radius: 100px;
    width: 300px;
    color: #ccc;
    padding: 10px;
    transition: background .25s, color .25s;
}

    .footer-bottom a strong {
        color: #c5e77d;
    }

    .footer-bottom a:hover {
        color: #fff;
        background: #ffffff0d;
    }


@media(max-width:991px) {
    .footer .logo {
        margin: 0 auto;
    }

    .footer-main > div:first-child p {
        margin: 10px auto;
        text-align: center;
    }

    .footer-main > div:not(:first-child) {
        align-items: center;
    }

    .footer-bottom a {
        margin: 0 auto;
    }
}
/* ==========================================================================
   DECORAZIONI TRA SEZIONI (CURVE SEPARATRICI)
   ========================================================================== */

.technology, .crops, .cta-band, .mixing, .next-product, .contact-banner, .page-hero, .product-detail-hero {
    isolation: isolate;
    position: relative;
}

.technology {
    background: linear-gradient(135deg,#f8f9f2 0%,#edf4e7 52%,#f7faf1 100%);
}

    .technology:before, .crops:before, .cta-band:before, .mixing:before, .next-product:before, .contact-banner:after {
        content: "";
        z-index: -1;
        background: inherit;
        border-radius: 50% 50% 0 0/100% 100% 0 0;
        width: 110%;
        height: 76px;
        position: absolute;
        top: -46px;
        left: -5%;
    }

    .technology:after, .cta-band:after, .mixing:after {
        content: "";
        z-index: -1;
        background: inherit;
        border-radius: 0 0 50% 50%/0 0 100% 100%;
        width: 108%;
        height: 70px;
        position: absolute;
        bottom: -35px;
        left: -4%;
    }

    .technology:before {
        background: linear-gradient(90deg,#b7d85f 0%,#77c59e 48%,#48a98e 100%);
        box-shadow: 0 10px 28px #1b6c5624;
    }

    .technology:after {
        background: linear-gradient(90deg,#48a98e 0%,#8dcc91 52%,#c5df73 100%);
        box-shadow: 0 12px 24px #286f5920;
    }

/* ==========================================================================
   ANIMAZIONI (@keyframes)
   ========================================================================== */

@keyframes reveal {
    0% {
        opacity: 0;
        transform: translateY(25px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes float {
    50% {
        transform: translateY(-14px)
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

@keyframes featureOrbit {
    to {
        transform: rotate(360deg)
    }
}

@keyframes footerOrbit {
    to {
        transform: rotate(360deg)
    }
}

/* ==========================================================================
   RESPONSIVE — MEDIA QUERY (dalla piu' larga alla piu' stretta)
   ========================================================================== */

/* Tablet grandi — griglia switcher prodotti a 3 colonne */
@media (width<=1050px) {
    .product-switch-grid {
        grid-template-columns: repeat(3,1fr);
    }

    .product-switch-card {
        min-height: 235px;
    }
}


/* Tablet — menu mobile, griglie a 1 colonna, header compatto */
@media (width<=900px) {
    .container {
        width: min(100% - 34px,720px);
    }

    .desktop-nav, .nav-cta {
        display: none;
    }

    .mobile-menu {
        display: block;
        position: relative;
    }

        .mobile-menu summary {
            border: 1px solid #ffffff42;
            border-radius: 50%;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 5px;
            width: 46px;
            height: 46px;
            list-style: none;
            display: flex;
            cursor: pointer;
            background: #a8d93e2f;
            transition: background .25s,transform .25s;
            box-shadow: 0 6px 18px #001d182e;
        }

            .mobile-menu summary span {
                background: #fff;
                width: 18px;
                height: 1px;
                transition: transform .25s,opacity .25s;
            }

        .mobile-menu nav {
            color: #fff;
            -webkit-backdrop-filter: blur(22px);
            backdrop-filter: blur(22px);
            background: linear-gradient(145deg, #073f38f7, #0a5c4cf5);
            border: 1px solid #ffffff2b;
            border-radius: 21px;
            gap: 5px;
            width: min(330px, 100vw - 20px);
            padding: 12px;
            flex-direction: column;
            display: flex;
            position: absolute;
            top: 54px;
            right: 0;
            box-shadow: 0 24px 55px #001d185c;
        }

    .hero {
        height: auto;
        max-height: none;
    }

    .hero-grid {
        grid-template-columns: 1fr;
        padding-top: 150px;
        padding-bottom: 100px;
    }

    .hero-visual {
        height: 480px;
    }

    .leaf-frame {
        width: 70%;
    }

    .intro-grid, .crops-content, .cta-band > .container, .mixing-grid, .detail-grid, .detail-body, .brochure-section, .contact-section {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .section-head {
        display: block;
    }

        .section-head > p {
            margin-top: 25px;
        }

    .product-marquee {
        height: 56vw;
        min-height: 340px;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

        .features-grid article, .features-grid article + article {
            border-right: 0;
            border-bottom: 1px solid var(--line);
            padding: 24px;
            border: 1px solid #cad8cc;
            min-height: 0;
        }

    .feature-icon {
        margin: 25px 0;
    }

    .catalog-grid {
        grid-template-columns: 1fr;
    }

    .catalog-card:nth-child(3) {
        grid-column: auto;
    }

    .molecule {
        width: 340px;
        height: 340px;
    }

    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 45px;
    }

        .footer-main > div:first-child {
            grid-column: span 2;
        }

    .technology:before, .crops:before, .cta-band:before, .mixing:before, .next-product:before, .contact-banner:after {
        height: 50px;
        top: -30px;
    }

    .technology:after, .cta-band:after, .mixing:after {
        height: 45px;
        bottom: -25px;
    }

    .crop-image, .contact-banner {
        background-attachment: scroll;
    }

    .products-preview {
        padding-top: 115px;
        padding-bottom: 115px;
    }

    .crop-image {
        inset: -65px 0;
        background-image: linear-gradient(110deg,#073d36e8 0%,#0b4d43c7 58%,#164f429b 100%);
        background-position: 50% 58%;
    }

    .feature-visual {
        height: 190px;
        margin: 18px 0 24px;
    }

    .crops:after {
        filter: drop-shadow(0 10px #9dce73)drop-shadow(0 18px #3f9d7f);
        height: 68px;
    }

    .crops-content {
        padding-top: 28px;
    }

    .site-header {
        padding: 0 10px;
        top: 10px;
    }

    .nav-wrap {
        border-radius: 21px;
        height: 64px;
        padding: 6px 7px 6px 9px;
        overflow: visible;
    }

    .site-header .logo {
        border-radius: 15px;
        width: 139px;
        height: 50px;
    }



    .mobile-menu[open] summary span:first-child {
        transform: translateY(6px)rotate(45deg);
    }

    .mobile-menu[open] summary span:nth-child(2) {
        opacity: 0;
    }

    .mobile-menu[open] summary span:nth-child(3) {
        transform: translateY(-6px)rotate(-45deg);
    }

    .mobile-menu nav > a {
        border-radius: 12px;
        align-items: center;
        gap: 13px;
        padding: 13px 14px;
        font-size: 16px;
        font-weight: 600;
        transition: background .2s,transform .2s;
        display: flex;
    }

        /*  .mobile-menu nav > a > span {
            color: var(--green);
            font-size: 16px;
        }*/

        .mobile-menu nav > a:hover {
            background: #ffffff14;
            transform: translate(4px);
        }

    .mobile-menu nav .mobile-nav-cta {
        color: var(--deep);
        background: linear-gradient(135deg,#c7e66f,#94d54e);
        justify-content: space-between;
        margin-top: 7px;
    }

    .mobile-nav-cta b {
        font-size: 19px;
    }

    .footer {
        padding-top: 125px;
    }

    .footer-lead {
        grid-template-columns: 1fr;
        gap: 38px;
        padding-bottom: 55px;
    }

    .footer-brochure {
        justify-self: start;
    }

    .footer-brand {
        grid-column: span 2;
    }
}


/* Tablet — wrapper scheda prodotto senza padding laterale */
@media (max-width:991px) {
    .wrap {
        padding: 0px;
    }
}


/* Mobile grandi — switcher prodotti impilato */
@media (width<=700px) {
    .product-switcher {
        padding: 80px 0 90px;
    }

    .switcher-head {
        grid-template-columns: 1fr;
        gap: 22px;
        margin-bottom: 34px;
    }

        .switcher-head h2 {
            font-size: 43px;
        }

        .switcher-head > p {
            font-size: 16px;
        }

    .product-switch-grid {
        grid-template-columns: 1fr;
    }

    .product-switch-card {
        min-height: 185px;
        padding: 21px;
    }

        .product-switch-card h3 {
            font-size: 27px;
        }
}


/* Mobile — colonne scheda prodotto impilate */
@media (max-width:680px) {
    #prodotti .two-col {
        grid-template-columns: 1fr;
    }
}


/* Mobile — tipografia, spaziature e componenti ridotti */
@media (width<=600px) {
    .section {
        padding: 80px 0;
    }

    .site-header {
        height: 72px;
        padding: 0 7px;
        top: 7px;
    }

    .logo {
        width: 135px;
    }

    .hero-grid {
        gap: 20px;
        padding-top: 125px;
    }

    .hero h1 {
        font-size: 56px;
    }

    .hero-copy > p {
        font-size: 18px;
    }

    .hero-actions {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .hero-proof {
        gap: 14px;
    }

        .hero-proof div {
            padding-left: 9px;
        }

        .hero-proof span {
            font-size: 8px;
        }

    .hero-visual {
        height: 390px;
    }

    .leaf-frame {
        width: 86%;
        height: 88%;
    }

    .float-card {
        bottom: 10%;
        left: 5%;
    }

    .scroll-cue {
        display: none;
    }

    .section-label {
        margin-bottom: 30px;
    }

    .intro h2, .section-head h2, .catalog-intro h2, .brochure-copy h2, .contact-lead h2 {
        font-size: 46px;
    }

    .hero-prodotti {
        padding: 90px 0px !important;
    }

    .product-row {
        grid-template-columns: 35px 1fr 25px;
    }

        .product-row p {
            display: none;
        }

    .product-marquee {
        height: 68vw;
        min-height: 300px;
        overflow: hidden;
    }

        .product-marquee img {
            height: 310px;
            object-fit: contain;
            transform: scale(1.035) translate3d(0,var(--parallax-y,0px),0) !important;
        }

    .crops {
        min-height: 760px;
    }

    .crop-tags {
        margin-top: 10px;
    }

    .cta-band {
        padding: 75px 0;
    }

        .cta-band h2 {
            font-size: 46px;
        }

    .footer-main {
        grid-template-columns: 1fr;
        gap: 35px;
        padding: 48px 0 42px;
    }

        .footer-main > div:first-child {
            grid-column: auto;
        }

    .footer-bottom {
        display: block;
    }

        .footer-bottom span {
            margin-top: 9px;
            display: block;
        }

    .page-hero {
        padding: 145px 0 75px;
    }

        .page-hero h1 {
            font-size: 53px;
        }

        .page-hero p {
            font-size: 16px;
        }

    .catalog-intro {
        display: block;
    }

    .catalog-card {
        min-height: 380px;
    }

    .mixing h2 {
        font-size: 43px;
    }

    .product-detail-hero {
        padding-top: 130px;
    }

    .back-link {
        margin-bottom: 45px;
    }

    .product-detail-hero h1 {
        font-size: 56px;
    }

    .molecule {
        width: 280px;
        height: 280px;
    }

    .detail-copy h2 {
        font-size: 42px;
    }

    .next-product h2 {
        font-size: 38px;
    }

    .brochure-cover {
        height: 500px;
    }

    .contact-cards {
        grid-template-columns: 1fr;
    }

    .contact-banner > .container {
        display: block;
    }

    .contact-banner > div > a {
        margin-top: 30px;
        display: inline-flex;
    }

    .contact-banner h2 {
        font-size: 38px;
    }

    body {
        font-size: 16px;
    }

    .intro-grid > div p, .section-head > p, .crops p, .cta-band p, .detail-copy > p, .brochure-copy > p, .contact-lead > p {
        font-size: 17px;
    }

    .catalog-card small {
        margin-top: 60px;
    }

    .catalog-card h3 {
        line-height: .9;
    }

    .features-grid p, .catalog-card p, .mixing li span {
        font-size: 18px;
    }

    .product-row h3 {
        font-size: 23px;
    }

    .crop-tags span {
        font-size: 13px;
    }

    .features-grid article, .features-grid article + article {
        border-radius: 22px;
        padding: 20px;
    }

    .feature-visual {
        height: 165px;
    }

        .feature-visual svg {
            width: 126px;
            height: 126px;
        }

    .features-grid h3 {
        font-size: 24px;
    }

    .technology:before, .crops:before, .cta-band:before, .mixing:before, .next-product:before, .contact-banner:after {
        box-shadow: 0 7px 18px #1e655025;
    }

    .crops:after {
        filter: drop-shadow(0 8px #9dce73)drop-shadow(0 14px #3f9d7f);
        width: 136%;
        height: 48px;
        left: -18%;
    }

    .crops-content {
        padding-top: 24px;
    }

    .nav-wrap {
        border-radius: 19px;
        height: 60px;
    }

    .site-header .logo {
        width: 132px;
        height: 47px;
    }

    .mobile-menu summary {
        width: 43px;
        height: 43px;
    }

    .mobile-menu nav {
        top: 54px;
    }

    .footer {
        padding-top: 110px;
    }

        .footer:before {
            height: 76px;
            top: -38px;
        }

    .footer-lead h2 {
        font-size: 48px;
    }

    .footer-brochure {
        width: 100%;
    }

    .footer-brand {
        grid-column: auto;
    }

    .footer-bottom a {
        margin-top: 14px;
        display: inline-flex;
    }

    .footer-ambient i {
        width: 360px;
        height: 360px;
        right: -200px;
    }

    .footer-ambient b {
        display: none;
    }
}


/* Utenti che preferiscono ridurre le animazioni */
@media (prefers-reduced-motion:reduce) {
    * {
        scroll-behavior: auto !important;
        transition: none !important;
        animation: none !important;
    }

    .feature-visual .feature-dash {
        animation: none;
    }

    .features-grid article, .feature-visual svg {
        transition: none;
    }

    .hero:before {
        display: none;
    }

    .hero-grid, .hero-noise, .hero > .orb, .hero > .scroll-cue, .hero:after {
        opacity: 1 !important;
        transform: none !important;
    }

    .leaf-frame img, .brochure-cover img, .crop-image {
        transform: none !important;
    }

    .contact-banner {
        background-position: 50% !important;
    }

    .product-marquee img {
        transform: none !important;
    }

    .footer-ambient b {
        animation: none;
    }
}
