:root{--green: #77b99d;--green-dark: #40745d;--ink: #1f2724;--muted: #66726d;--line: #dfe8e4;--soft: #f3f8f6;--white: #ffffff;--dark: #111816;--max: 1160px;font-family:Inter,Arial,Helvetica,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--white);font-size:16px;line-height:1.65}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}p{margin:0 0 1rem}h1,h2,h3{margin:0;line-height:1.15;letter-spacing:0}h1{font-size:clamp(1.55rem,2.4vw,2.35rem)}main{overflow:hidden}.site-header{position:sticky;top:0;z-index:20;min-height:118px;background:#fffffffa;border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;width:min(1220px,calc(100% - 2rem));min-height:118px;margin:0 auto}.brand img{width:clamp(190px,22vw,260px);height:auto}.main-nav{display:flex;align-items:center;justify-content:flex-end;gap:2.1rem;margin-right:clamp(2.5rem,5vw,4.5rem)}.nav-item{position:relative}.nav-link{display:inline-flex;align-items:center;gap:.45rem;min-height:56px}.main-nav a{color:var(--green);font-weight:800;font-size:1.03rem;letter-spacing:0;text-transform:uppercase}.main-nav a:hover,.main-nav a.active{color:var(--ink)}.dropdown-arrow{width:0;height:0;margin-top:.15rem;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid currentColor}.dropdown-menu{position:absolute;top:100%;left:0;z-index:30;display:grid;min-width:230px;padding:.45rem 0;background:var(--white);border:1px solid rgba(31,39,36,.08);box-shadow:0 16px 34px #1f272429;opacity:0;pointer-events:none;transform:translateY(8px);transition:opacity .16s ease,transform .16s ease}.has-dropdown:hover .dropdown-menu,.has-dropdown:focus-within .dropdown-menu{opacity:1;pointer-events:auto;transform:translateY(0)}.dropdown-menu a{display:block;padding:.78rem 1rem;color:var(--green);font-size:.9rem;line-height:1.2}.dropdown-menu a:hover,.dropdown-menu a.active{color:var(--ink);background:var(--soft)}.menu-toggle{display:none;width:46px;height:42px;padding:0;background:transparent;border:1px solid var(--line);border-radius:4px}.menu-toggle span:not(.sr-only){display:block;width:22px;height:2px;margin:5px auto;background:var(--green-dark)}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.header-call,.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.72rem 1.05rem;border-radius:4px;font-weight:800;line-height:1.1}.header-call,.button.primary{background:var(--green);color:var(--dark)}.home-slider{position:relative;width:100%;height:clamp(320px,36vw,600px);overflow:hidden;background:var(--dark)}.home-slider__track,.home-slider__slide{position:absolute;inset:0}.home-slider__slide{opacity:0;transition:opacity .9s ease}.home-slider__slide.is-active{opacity:1;z-index:1}.home-slider img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block}.home-slider__caption{position:absolute;left:50%;bottom:70px;z-index:3;width:min(720px,62vw);padding:14px 24px;color:var(--white);text-align:center;background:#5a5a5ac7;transform:translate(-50%)}.home-slider__caption strong{display:block;font-size:clamp(1.8rem,3vw,2.8rem);font-weight:800;line-height:1.05;text-transform:uppercase}.home-slider__caption span{display:block;margin-top:4px;font-size:clamp(1rem,1.4vw,1.35rem);line-height:1.2}.button.ghost{color:var(--white);border:1px solid rgba(255,255,255,.72)}.button.light{background:var(--white);color:var(--green-dark)}.hero{position:relative;min-height:clamp(540px,82vh,760px);display:grid;align-items:center;isolation:isolate}.hero-media,.hero-media img,.hero-overlay{position:absolute;inset:0}.hero-media img{width:100%;height:100%;object-fit:cover;opacity:0;animation:heroFade 18s infinite}.hero-media img:nth-child(2){animation-delay:6s}.hero-media img:nth-child(3){animation-delay:12s}.hero-overlay{z-index:1;background:linear-gradient(90deg,#0d1613d1,#0d16137a,#0d161324)}.hero-content{position:relative;z-index:2;width:min(var(--max),calc(100% - 2rem));margin:0 auto;color:var(--white)}.hero-content h1{max-width:800px;font-size:clamp(1.9rem,3.2vw,3rem)}.hero-content p:not(.eyebrow){max-width:670px;margin-top:1.1rem;color:#ffffffe6;font-size:clamp(1.08rem,2vw,1.35rem)}.hero-actions,.cta-actions,.button-row{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.4rem}.eyebrow{margin-bottom:.75rem;color:var(--green);font-weight:900;text-transform:uppercase;font-size:.78rem}@keyframes heroFade{0%,30%{opacity:1}36%,to{opacity:0}}.home-info-band{width:100%;background:var(--green);color:var(--white)}.home-info-inner{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));width:min(1200px,100%);margin:0 auto}.home-info-item{display:flex;align-items:center;gap:1rem;min-height:126px;padding:1.75rem 1.35rem;border-right:1px solid rgba(255,255,255,.42)}.home-info-item:last-child{border-right:0}.home-info-icon{flex:0 0 auto;width:48px;height:48px}.home-info-icon svg{width:100%;height:100%;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.home-info-text h2{margin-bottom:.28rem;color:var(--white);font-size:1.08rem;font-weight:900}.home-info-text p{display:grid;gap:.12rem;margin:0;color:#fffffff2;font-size:.92rem;line-height:1.4}.home-info-text a{color:var(--white);font-weight:800}.home-info-text a:hover{text-decoration:underline}.home-intro-section{padding:clamp(3.2rem,7vw,5.8rem) 1rem;background:var(--white)}.home-intro-container{width:min(1200px,100%);margin:0 auto}.home-intro-header{margin-bottom:clamp(2rem,5vw,3.4rem);text-align:center}.home-intro-header h2{color:#273a4a;font-size:clamp(1.35rem,2vw,1.75rem);font-weight:900}.title-divider{display:flex;align-items:center;justify-content:center;gap:.9rem;width:min(360px,86%);margin:1rem auto 0;color:var(--green)}.title-divider span{flex:1;height:1px;background:#77b99d8c}.title-divider svg{width:58px;height:28px;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.home-intro-grid{display:grid;grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr);gap:clamp(2.2rem,5vw,4.8rem);align-items:center}.home-intro-copy h3{color:#263746;font-size:clamp(1.5rem,2.2vw,1.9rem);font-weight:900;letter-spacing:.02em}.intro-lead{margin:.8rem 0 1.3rem;color:var(--green-dark);font-size:clamp(.95rem,1.3vw,1.1rem);font-weight:900;line-height:1.35}.home-intro-copy p:not(.intro-lead){color:#505f68;font-size:1rem;line-height:1.75;text-align:left}.reveal-on-scroll{opacity:0;transition:opacity .8s ease,transform .8s ease}.reveal-on-scroll,.reveal-from-right{transform:translate(150px)}.reveal-from-right{opacity:0;transition:opacity 1.5s ease,transform 1.5s cubic-bezier(.2,.8,.2,1)}.reveal-from-left{transform:translate(-50px)}.reveal-zoom-down{opacity:0;transform:translateY(-120px) scale(.45);transition:opacity 1.5s ease,transform 1.5s cubic-bezier(.2,.8,.2,1)}.reveal-on-scroll.is-visible,.reveal-from-right.is-visible{opacity:1;transform:translate(0)}.reveal-zoom-down.is-visible{opacity:1;transform:translateY(0) scale(1)}.reveal-from-bottom{opacity:0;transform:translateY(60px);transition:opacity 1s ease .18s,transform 1s cubic-bezier(.16,1,.3,1) .18s;will-change:opacity,transform}.reveal-from-bottom.is-visible{opacity:1;transform:translateY(0)}.intro-visual{position:relative;width:min(100%,520px);margin-left:auto}.intro-visual__image{display:block;width:100%;height:auto;object-fit:cover}.intro-visual__badge{position:absolute;top:50%;left:-115px;z-index:2;width:clamp(130px,13vw,185px);height:auto;filter:drop-shadow(0 14px 18px rgba(31,39,36,.24))}.intro-visual__badge.reveal-zoom-down{transform:translateY(-120px) scale(.45)}.intro-visual__badge.reveal-zoom-down.is-visible{opacity:1;transform:translateY(-50%) scale(1)}.home-services-section{background:var(--white)}.home-services-header{padding:0 1rem 2.3rem;text-align:center}.home-services-header h2{color:#273a4a;font-size:clamp(1.35rem,2vw,1.75rem);font-weight:900}.home-services-band{width:100%;padding:clamp(3.8rem,7vw,5rem) 1rem;background:var(--green)}.home-services-container{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.85fr);gap:clamp(2rem,5vw,4rem);align-items:center;width:min(1200px,100%);margin:0 auto}.home-services-list ul{display:grid;gap:1rem;margin:0;padding:0;list-style:none}.home-services-list li{display:flex;align-items:center;gap:.78rem;color:var(--white);font-size:clamp(.95rem,1.5vw,1.1rem);font-weight:900;line-height:1.28;text-transform:uppercase}.service-check{display:inline-grid;place-items:center;flex:0 0 auto;width:29px;height:29px;color:var(--white);background:#e31319;border-radius:999px}.service-check svg{width:18px;height:18px;stroke:currentColor;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.services-cta{display:inline-flex;align-items:center;gap:.6rem;min-height:48px;margin-top:2rem;padding:.78rem 1.35rem;color:var(--white);background:#f00000;border-radius:999px;font-size:.95rem;font-weight:900}.services-cta:hover{background:#c90000}.services-cta svg{width:34px;height:18px;stroke:currentColor;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}.home-services-image{display:flex;justify-content:center}.home-services-image img{width:min(100%,520px);height:auto;object-fit:contain;filter:drop-shadow(0 18px 28px rgba(31,39,36,.18))}.section{padding:clamp(3.5rem,8vw,6.5rem) 1rem}.section.soft{background:var(--soft)}.section.dark{background:var(--dark);color:var(--white)}.container{width:min(var(--max),100%);margin:0 auto}.section-heading{max-width:780px;margin-bottom:2rem}.section-heading.center{margin-inline:auto;text-align:center}.section-heading h2{font-size:clamp(1.55rem,2.6vw,2.35rem)}.section-heading p{margin-top:.8rem;color:var(--muted);font-size:1.08rem}.dark .section-heading p{color:#ffffffc7}.grid{display:grid;gap:1.2rem}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.service-card{background:#fff;border:1px solid var(--line);border-radius:8px;overflow:hidden;box-shadow:0 18px 42px #172b2414}.service-card a{display:flex;flex-direction:column;height:100%}.service-card__media{display:flex;align-items:center;justify-content:center;height:260px;padding:22px;overflow:hidden;background:#fff;border-bottom:1px solid rgba(0,0,0,.08)}.service-card__media--text{min-height:260px;padding:28px;color:var(--white);background:#3f7d63}.service-card__media--text span,.service-card__placeholder-logo{display:flex;align-items:center;justify-content:center;place-items:center;width:92px;height:92px;color:#fff;border:2px solid rgba(255,255,255,.65);border-radius:50%;font-size:.85rem;font-weight:800;text-transform:uppercase}.service-card img{width:100%;aspect-ratio:4 / 3;object-fit:cover;object-position:center}.service-card__media img{width:100%;height:100%;aspect-ratio:auto;object-fit:contain;object-position:center;display:block}.service-card__body,.service-card-body{flex:1;padding:22px 24px 26px}.service-card__body h2,.service-card__body h3,.service-card-body h2,.service-card-body h3{margin-bottom:.75rem;font-size:1.05rem;line-height:1.25}.service-card__body p,.service-card-body p{margin:0;color:var(--muted);font-size:.95rem;line-height:1.65}.service-card.reveal-card{opacity:0;transform:translateY(70px);transition:opacity 1.4s ease var(--delay, 0ms),transform 1.4s cubic-bezier(.16,1,.3,1) var(--delay, 0ms);will-change:opacity,transform}.service-card.reveal-card.is-visible{opacity:1;transform:translateY(0)}.services-page .section-heading{margin-bottom:clamp(2rem,4vw,3rem)}.services-page .section-heading h2{color:#273a4a}.services-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.services-grid .service-card h2{font-size:1.04rem;line-height:1.25}.page-hero{position:relative;min-height:360px;display:grid;align-items:end;padding:6.5rem 1rem 4.4rem;background:var(--soft)}.page-hero.has-image{color:var(--white);min-height:450px}.page-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.page-hero.has-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#0c1411cc,#0c141147)}.page-hero-content{position:relative;z-index:1;width:min(var(--max),100%);margin:0 auto}.page-hero-eyebrow{margin:0 0 .85rem;color:var(--green);font-size:clamp(.92rem,1.25vw,1.08rem);font-weight:800;letter-spacing:.04em;line-height:1.2;text-transform:uppercase}.page-hero h1{max-width:860px;font-size:clamp(2.25rem,4vw,3.8rem)}.page-hero-content>p:not(.page-hero-eyebrow){max-width:720px;margin-top:1.05rem;font-size:clamp(1.05rem,1.35vw,1.22rem)}.split{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2rem,5vw,4rem);align-items:center}.split>img{width:100%;border-radius:8px;aspect-ratio:4 / 3;object-fit:cover}.split-media{width:100%;height:clamp(320px,34vw,430px);max-height:430px;overflow:hidden;border-radius:8px}.split-media__image{display:block;width:100%;height:100%;min-height:320px;object-fit:cover;object-position:center}.revisioni-media{width:100%;height:clamp(300px,32vw,420px);max-height:420px;overflow:hidden;border-radius:8px}.revisioni-media__image{display:block;width:100%;height:100%;object-fit:cover;object-position:left center}.content h2{margin-bottom:1rem;font-size:clamp(1.8rem,3vw,2.6rem)}.content h3{margin:1.4rem 0 .5rem;color:var(--green-dark)}.content ul{padding-left:1.2rem}.feature-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1.5rem}.feature-list article,.info-box,.legal-box{padding:1.25rem;background:var(--white);border:1px solid var(--line);border-radius:8px}.contributi-page{padding:5rem 1.5rem;background:#f4faf7}.contributi-page__inner{max-width:1220px;margin:0 auto}.contributi-page h1{margin-bottom:2rem;color:#273a4a;font-size:clamp(2rem,3vw,2.5rem);text-align:center}.contributi-page p{color:#4f5e58;font-size:1rem;line-height:1.75}.contributi-page a{color:var(--green-dark);font-weight:900;text-decoration:underline;text-underline-offset:3px}.contributi-summary{margin:2rem 0;padding:1rem 1.25rem;background:var(--white);border-left:4px solid #78bea3;box-shadow:0 12px 28px #0000000d}.contributi-summary p{margin-bottom:.35rem}.contributi-summary p:last-child{margin-bottom:0}.contributi-threshold{margin-top:1.5rem;padding:.9rem 1rem;color:var(--ink);background:#78bea31f;border:1px solid rgba(120,190,163,.28);border-radius:8px;font-weight:700}.contributi-table-wrap{margin-top:2.5rem;overflow-x:auto;background:var(--white);border-radius:10px;box-shadow:0 16px 40px #00000014}.contributi-table{width:100%;min-width:1100px;border-collapse:collapse;font-size:.9rem}.contributi-table th{padding:.85rem;color:var(--white);background:#3f7d63;font-weight:800;text-align:left}.contributi-table td{padding:.85rem;border-bottom:1px solid rgba(0,0,0,.08);vertical-align:top}.contributi-table tbody tr:nth-child(2n){background:#78bea314}.contributi-table .amount{white-space:nowrap;font-weight:700}.contributi-table .measure{min-width:320px}.feature-list h3,.info-box h2{font-size:1.12rem;margin-bottom:.5rem}.gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem}.gallery img{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:8px}.history-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.history-gallery__item{margin:0}.history-gallery__trigger{display:block;width:100%;padding:0;color:inherit;text-align:left;background:transparent;border:0}.history-gallery__item img{display:block;width:100%;aspect-ratio:4 / 3;height:auto;object-fit:cover;border-radius:8px;box-shadow:0 18px 34px #172b241a}.history-gallery__item figcaption{margin-top:.55rem;color:var(--green-dark);font-size:.9rem;font-weight:800;line-height:1.35}@media(min-width:768px){.history-gallery__trigger{cursor:zoom-in}.history-gallery__trigger:focus-visible{outline:3px solid var(--green);outline-offset:4px;border-radius:8px}.history-gallery__trigger img{transition:transform .18s ease,box-shadow .18s ease}.history-gallery__trigger:hover img,.history-gallery__trigger:focus-visible img{transform:translateY(-2px);box-shadow:0 22px 42px #172b2429}}.history-lightbox[hidden]{display:none}.history-lightbox{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:clamp(1rem,3vw,2.5rem);background:#0a100ee0}.history-lightbox__figure{display:grid;justify-items:center;gap:.85rem;width:min(100%,1120px);margin:0}.history-lightbox__figure img{width:auto;max-width:min(100%,1120px);max-height:min(78vh,760px);object-fit:contain;border-radius:8px;box-shadow:0 28px 80px #0000006b}.history-lightbox__figure figcaption{color:var(--white);font-size:.98rem;font-weight:800;line-height:1.35;text-align:center}.history-lightbox__close,.history-lightbox__arrow{position:fixed;display:inline-grid;place-items:center;width:48px;height:48px;padding:0;color:var(--white);background:#ffffff24;border:1px solid rgba(255,255,255,.36);border-radius:999px;cursor:pointer;transition:background .16s ease,transform .16s ease}.history-lightbox__close:hover,.history-lightbox__arrow:hover,.history-lightbox__close:focus-visible,.history-lightbox__arrow:focus-visible{background:var(--green);color:var(--dark);outline:0;transform:scale(1.04)}.history-lightbox__close{top:22px;right:22px;font-size:2rem;line-height:1}.history-lightbox__arrow{top:50%;font-size:3rem;line-height:1;transform:translateY(-50%)}.history-lightbox__arrow:hover,.history-lightbox__arrow:focus-visible{transform:translateY(-50%) scale(1.04)}.history-lightbox__arrow--prev{left:22px}.history-lightbox__arrow--next{right:22px}body.history-lightbox-open{overflow:hidden}.reveal-history-image{opacity:0;transform:translateY(70px);transition:opacity 1.4s ease var(--delay, 0ms),transform 1.4s cubic-bezier(.16,1,.3,1) var(--delay, 0ms)}.reveal-history-image.is-visible{opacity:1;transform:translateY(0)}.attrezzature-page h2{font-size:clamp(1.55rem,2.2vw,2rem)}.attrezzature-intro{max-width:740px}.attrezzature-intro p:not(.eyebrow){font-size:clamp(1.05rem,1.4vw,1.12rem)}.equipment-list{display:flex;flex-wrap:wrap;justify-content:center;gap:28px}.equipment-card{display:flex;flex:0 1 calc((100% - 56px) / 3);flex-direction:column;min-width:0;overflow:hidden;background:var(--white);border:1px solid var(--line);border-radius:8px;box-shadow:0 18px 42px #172b2414}.equipment-card:nth-child(2n) .equipment-card__media{order:0}.equipment-card__media{display:flex;align-items:center;justify-content:center;height:260px;padding:22px;background:var(--white);overflow:hidden;border-bottom:1px solid rgba(0,0,0,.08)}.equipment-card__media img{width:100%;height:100%;object-fit:contain;object-position:center}.equipment-card__body{display:grid;flex:1;align-content:start;padding:22px 24px 26px}.equipment-card h3{color:var(--ink);font-size:1.04rem;line-height:1.25}.equipment-card p{margin:.75rem 0 0;color:var(--muted);font-size:.95rem;line-height:1.65}.equipment-card.reveal-equipment{opacity:0;transform:translateY(80px);transition:opacity 1.5s ease var(--delay, 0ms),transform 1.5s cubic-bezier(.16,1,.3,1) var(--delay, 0ms)}.equipment-card.reveal-equipment.is-visible{opacity:1;transform:translateY(0)}.autofficina-content{max-width:880px;margin:0 auto;padding:5rem 1.5rem}.autofficina-content h2{margin-bottom:1rem;font-size:clamp(1.7rem,2.4vw,2.2rem);line-height:1.25}.autofficina-content .section-subtitle{margin-bottom:1.5rem;color:#3f7d63;font-size:1.1rem;font-weight:700}.autofficina-content p{margin-bottom:1rem;color:#4f5e58;font-size:1rem;line-height:1.75}.carrozzeria-page .section-heading h2,.carrozzeria-page .content h2{font-size:clamp(1.45rem,2.2vw,2rem);line-height:1.25}.carrozzeria-page .section-heading p,.carrozzeria-page .section-subtitle{font-size:clamp(1rem,1.2vw,1.1rem)}.carrozzeria-page .carrozzeria-split .content h2,.carrozzeria-page .section:not(.carrozzeria-main) .section-heading h2{font-size:clamp(1.4rem,2vw,1.75rem)}.carrozzeria-intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.86fr);gap:clamp(2rem,5vw,4.8rem);align-items:center}.carrozzeria-intro .section-heading{margin-bottom:1.45rem}.carrozzeria-intro__carousel{min-width:0}.carrozzeria-text{max-width:980px;margin:0 auto}.carrozzeria-intro .carrozzeria-text{margin:0}.carrozzeria-text p,.carrozzeria-text li{color:#4f5e58;font-size:1rem;line-height:1.75}.single-image-carousel{position:relative;width:min(100%,520px);margin-left:auto;overflow:hidden;border-radius:8px;background:var(--soft);box-shadow:0 18px 42px #172b241f}.single-image-carousel__slides{position:relative;aspect-ratio:4 / 3;min-height:360px}.single-image-carousel__slide{position:absolute;inset:0;margin:0;opacity:0;transition:opacity .65s ease}.single-image-carousel__slide.is-active{opacity:1;z-index:1}.single-image-carousel__slide img{width:100%;height:100%;object-fit:cover;display:block}.single-image-carousel__arrow{position:absolute;top:50%;z-index:4;display:grid;place-items:center;width:42px;height:42px;padding:0;color:var(--white);background:#12211ed9;border:0;border-radius:50%;cursor:pointer;font-size:2rem;line-height:1;transform:translateY(-50%);transition:background .16s ease,opacity .16s ease}.single-image-carousel__arrow:hover,.single-image-carousel__arrow:focus-visible{background:#12211efa}.single-image-carousel__arrow--prev{left:12px}.single-image-carousel__arrow--next{right:12px}.single-image-carousel__dots{position:absolute;right:0;bottom:14px;left:0;z-index:5;display:flex;justify-content:center;gap:.45rem}.single-image-carousel__dot{width:10px;height:10px;padding:0;background:#ffffff9e;border:0;border-radius:50%;cursor:pointer}.single-image-carousel__dot.is-active{background:var(--white)}.carrozzeria-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.7fr);gap:clamp(2rem,5vw,4rem);align-items:center}.carrozzeria-split>img{width:100%;max-height:560px;object-fit:cover;border-radius:8px;box-shadow:0 18px 42px #172b241f}.section-subtitle{margin:.65rem 0 1rem;color:var(--green-dark);font-weight:900;font-size:1.08rem}.before-after-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem;margin-top:2rem}.before-after-grid figure{margin:0}.before-after-grid figcaption{margin-bottom:.55rem;color:var(--green-dark);font-weight:900;text-align:center;text-transform:uppercase}.before-after-grid img{width:100%;height:360px;object-fit:cover;border-radius:8px}.riparazione-grandine-page h2{font-size:clamp(1.55rem,2.2vw,2rem)}.hail-content{max-width:860px;margin:0 auto}.hail-content h2{margin-bottom:1rem;color:#273a4a}.hail-content p{color:#4f5e58;font-size:clamp(1rem,1.2vw,1.08rem);line-height:1.78}.hail-before-after{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;margin-top:2.5rem}.hail-before-after__card{margin:0;overflow:hidden;background:var(--white);border:1px solid rgba(31,39,36,.08);border-radius:8px;box-shadow:0 18px 40px #00000014}.hail-before-after__label{padding:.85rem 1rem;color:var(--white);background:var(--green);font-weight:800;text-align:center;text-transform:uppercase}.hail-before-after__card img{display:block;width:100%;height:520px;object-fit:cover;object-position:center}.reveal-before-after{opacity:0;transform:translateY(70px);transition:opacity 1.5s ease var(--delay, 0ms),transform 1.5s cubic-bezier(.16,1,.3,1) var(--delay, 0ms);will-change:opacity,transform}.reveal-before-after.is-visible{opacity:1;transform:translateY(0)}.cta-section{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;width:min(var(--max),calc(100% - 2rem));margin:clamp(3rem,7vw,5rem) auto;padding:clamp(1.5rem,4vw,2.5rem);background:var(--green-dark);color:var(--white);border-radius:8px}.cta-section p{color:#ffffffdb}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:1.2rem;align-items:stretch}.contact-legal-link{color:var(--green-dark);font-weight:800;text-decoration:underline;text-underline-offset:3px}.contact-qrcode{display:grid;gap:.65rem;justify-items:start;margin:1.4rem 0 .4rem}.contact-qrcode__title{margin:0;color:var(--green-dark);font-weight:900}.contact-qrcode img{width:min(100%,210px);height:auto;border-radius:8px}.map-link{display:grid;min-height:320px;place-items:center;padding:2rem;color:var(--white);text-align:center;background:linear-gradient(#14201cbd,#14201cbd),var(--green-dark);border-radius:8px}.contact-map{width:100%;min-height:100%;overflow:hidden;background:#f3f3f3;border-radius:8px;box-shadow:0 14px 35px #00000014}.contact-map iframe{display:block;width:100%;height:100%;min-height:360px;border:0}.full-map{width:100%;margin:0;padding:0}.map-consent{display:grid;width:100%;min-height:430px;background:linear-gradient(135deg,var(--green-dark),var(--dark))}.map-consent iframe{display:block;width:100%;height:430px;border:0}.map-consent-placeholder{display:grid;place-items:center;align-content:center;gap:.9rem;min-height:430px;padding:2rem 1rem;color:var(--white);text-align:center}.map-consent-placeholder[hidden]{display:none}.map-consent-placeholder h2{font-size:clamp(1.45rem,2.4vw,2.2rem)}.map-consent-placeholder p{max-width:520px;margin:0;color:#ffffffdb}.full-map iframe{display:block;width:100%;height:430px;border:0}.redirect-page{display:grid;min-height:60vh;place-items:center;padding:2rem;text-align:center}.site-footer{padding:3rem 1rem 1rem;color:#ffffffd6;background:var(--dark)}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr .9fr .9fr;gap:1.5rem;width:min(var(--max),100%);margin:0 auto}.footer-logo{width:150px;height:auto;margin-bottom:1rem;background:var(--white);padding:.35rem;border-radius:4px}.footer-company p{margin-bottom:.55rem;font-size:.92rem;line-height:1.45}.footer-company p:last-child{margin-bottom:0}.site-footer h2{margin-bottom:.75rem;color:var(--white);font-size:1rem}.site-footer ul{list-style:none;margin:0;padding:0}.site-footer li+li{margin-top:.35rem}.site-footer a{color:var(--white)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:min(var(--max),100%);margin:2rem auto 0;padding-top:1rem;border-top:1px solid rgba(255,255,255,.12);font-size:.82rem}.footer-credit{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.footer-powered{display:inline-flex;align-items:center;min-height:28px;padding:.25rem .7rem;color:#ffffffe6;text-decoration:none;background:#eea9321f;border:1px solid rgba(238,169,50,.38);border-radius:999px;font-size:.78rem;line-height:1;transition:background .16s ease,border-color .16s ease,color .16s ease}.footer-powered strong{margin-left:.22rem;font-weight:800}.footer-powered:hover{color:var(--white);background:#eea93238;border-color:#eea932ad}.footer-legal{display:flex;align-items:center;gap:.95rem;flex-wrap:wrap;justify-content:flex-end;margin-left:auto}.footer-legal a,.cookie-preferences{color:inherit;font:inherit;opacity:.85;text-decoration:none;background:none;border:0;padding:0;cursor:pointer}.footer-legal a:hover,.cookie-preferences:hover{opacity:1;text-decoration:underline}.cookie-banner{position:fixed;right:1rem;bottom:1rem;z-index:1000;display:flex;align-items:flex-start;gap:1rem;max-width:720px;padding:1rem;color:var(--white);background:var(--dark);border:1px solid rgba(255,255,255,.18);border-radius:8px;box-shadow:0 20px 60px #00000047}.cookie-banner[hidden]{display:none}.cookie-banner p{margin:0;font-size:.92rem}.cookie-banner a{color:var(--white);font-weight:900;text-decoration:underline;text-underline-offset:3px}.cookie-banner-content{display:grid;gap:.65rem}.cookie-preferences-panel{padding:.75rem;color:#ffffffe0;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:6px}.cookie-preferences-panel[hidden]{display:none}.cookie-actions{display:flex;flex:0 0 auto;flex-wrap:wrap;gap:.5rem;justify-content:flex-end}.cookie-button{min-height:38px;padding:.55rem .9rem;border-radius:4px;font-weight:800;cursor:pointer}.cookie-button.primary{background:var(--green);color:var(--dark);border:1px solid var(--green)}.cookie-button.secondary{color:var(--white);background:transparent;border:1px solid rgba(255,255,255,.72)}.cookie-button.ghost{color:var(--white);background:#ffffff1a;border:1px solid rgba(255,255,255,.22)}.cookie-button:hover,.map-consent-placeholder .button:hover{filter:brightness(1.06)}@media(max-width:980px){.site-header{min-height:auto}.header-inner{position:relative;min-height:92px}.brand img{width:190px}.menu-toggle{display:block}.main-nav{position:absolute;top:100%;right:0;left:0;display:none;align-items:stretch;flex-direction:column;gap:0;padding:.75rem 0;margin-right:0;background:var(--white);border-top:1px solid var(--line);box-shadow:0 18px 36px #1f272421}.main-nav.is-open{display:flex}.nav-item{padding:.2rem 0}.nav-link,.main-nav>.nav-link{min-height:auto;padding:.75rem 1rem .35rem;color:var(--ink);font-size:.95rem}.dropdown-arrow{display:none}.dropdown-menu{position:static;min-width:0;padding:0 0 .35rem;border:0;box-shadow:none;opacity:1;pointer-events:auto;transform:none}.dropdown-menu a{padding:.55rem 1rem .55rem 1.9rem;font-size:.84rem}.grid.three,.grid.four,.feature-list,.footer-grid,.history-gallery,.home-info-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.home-info-item:nth-child(2n){border-right:0}.home-info-item:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.42)}.split,.contact-grid,.carrozzeria-intro,.carrozzeria-split,.home-intro-grid,.home-services-container,.equipment-card{grid-template-columns:1fr}.equipment-card:nth-child(2n) .equipment-card__media{order:0}.single-image-carousel{width:min(100%,520px);margin-right:auto;margin-left:0}.home-services-image{justify-content:flex-start}.split-media,.revisioni-media{height:clamp(260px,52vw,360px);max-height:360px}}@media(max-width:1024px){.services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.equipment-card{flex-basis:calc((100% - 28px)/2)}}@media(max-width:768px){.page-hero{min-height:280px;padding:4.4rem 1rem 2.2rem}.page-hero.has-image{min-height:clamp(260px,64vw,320px)}.page-hero img{width:100%;height:100%;object-fit:cover;object-position:center center}.page-hero-content{width:min(var(--max),calc(100vw - 2rem));min-width:0}.page-hero.has-image:after{background:linear-gradient(90deg,#0c1411c7,#0c141157)}.page-hero h1{font-size:clamp(2rem,10vw,2.8rem)}.page-hero-content>p:not(.page-hero-eyebrow){width:100%;max-width:min(100%,21rem);margin-top:.75rem;font-size:1rem;line-height:1.35;overflow-wrap:break-word}.contributi-page{padding:3rem 1rem}.contributi-page__inner{max-width:100%}.contributi-table{font-size:.85rem}.contact-map iframe{min-height:320px}.hail-before-after{grid-template-columns:1fr}.hail-before-after__card img{height:auto}.service-card__media,.service-card__media--text,.equipment-card__media{height:230px;min-height:230px;padding:18px}.service-card__body,.service-card-body,.equipment-card__body{padding:20px}.home-slider__caption{width:90%;bottom:28px;padding:12px 16px}.home-slider__caption strong{font-size:1.45rem}.home-slider__caption span{font-size:.95rem}.full-map iframe,.map-consent,.map-consent iframe,.map-consent-placeholder{height:340px;min-height:340px}.split-media,.revisioni-media{height:clamp(240px,62vw,320px);max-height:320px}}@media(max-width:480px){.page-hero{padding:3.6rem 1rem 1.8rem}.page-hero.has-image{min-height:260px}.page-hero-eyebrow{margin-bottom:.55rem;font-size:.82rem}.page-hero h1{font-size:clamp(1.85rem,11vw,2.35rem)}.page-hero-content>p:not(.page-hero-eyebrow){font-size:.95rem}.service-card__media,.service-card__media--text,.equipment-card__media{height:210px;min-height:210px;padding:16px}}@media(max-width:640px){.site-header{position:sticky}.header-inner{width:min(100% - 1.5rem,1220px);min-height:82px}.brand img{width:168px}.hero{min-height:620px}.grid.three,.grid.four,.grid.two,.services-grid,.feature-list,.footer-grid,.home-info-inner,.before-after-grid,.gallery,.history-gallery{grid-template-columns:1fr}.equipment-card{flex-basis:100%}.before-after-grid img{height:260px}.single-image-carousel__slides{min-height:280px}.single-image-carousel__arrow--prev{left:8px}.single-image-carousel__arrow--next{right:8px}.home-info-item,.home-info-item:nth-child(2n),.home-info-item:nth-child(-n+2){min-height:auto;padding:1.35rem 1rem;border-right:0;border-bottom:1px solid rgba(255,255,255,.36)}.home-info-item:last-child{border-bottom:0}.home-intro-section{padding:2.8rem 1rem}.home-intro-copy h3,.home-intro-copy p{text-align:left}.intro-visual{width:min(100%,420px);margin-right:auto}.intro-visual__badge{left:8px;top:50%;width:125px}.home-services-header{padding-bottom:1.8rem}.home-services-band{padding:2.8rem 1rem}.home-services-list li{align-items:flex-start;gap:.7rem}.service-check{width:27px;height:27px;margin-top:.05rem}.services-cta{width:100%;justify-content:center;text-align:center}.home-services-image{justify-content:center}.cta-section,.cookie-banner{flex-direction:column;align-items:stretch}.footer-bottom{flex-direction:column;align-items:flex-start}.footer-legal{justify-content:flex-start;margin-left:0}.cookie-banner{left:1rem}.cookie-actions{justify-content:stretch}.cookie-button{flex:1 1 100%}}@media(prefers-reduced-motion:reduce){.reveal-on-scroll,.reveal-from-right,.reveal-zoom-down,.reveal-from-bottom,.reveal-history-image,.reveal-equipment,.reveal-before-after,.reveal-card{opacity:1;transform:none;transition:none}.single-image-carousel__slide{transition:none}.intro-visual__badge,.intro-visual__badge.reveal-zoom-down,.intro-visual__badge.reveal-zoom-down.is-visible{transform:translateY(-50%)}}
