@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&family=Manrope:wght@400;500;600;700&display=swap');
:root{--bg:#2a3133;--yellow:#f9d611;--text:#f1f3ef;--muted:#c4cbca;--line:#566062;--panel:#333d40}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Manrope,Arial,sans-serif;line-height:1.7}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{touch-action:manipulation}a:focus-visible,button:focus-visible{outline:3px solid white;outline-offset:5px}img{max-width:100%;display:block}h1,h2{font-family:'Amatic SC','Arial Narrow',sans-serif;color:var(--yellow);font-weight:700;line-height:1.1}h1{font-size:clamp(46px,5.1vw,72px);margin:15px 0 25px}h2{font-size:44px;margin:0 0 26px}h3{font-size:21px;color:var(--yellow);line-height:1.3;margin:17px 0 12px}p{margin:0 0 20px}.wrap{width:min(1180px,90%);margin:auto}.notice{background:#1c2426;text-align:center;padding:6px 15px;font-size:12px;color:#c9d1d0}.notice button{color:var(--yellow);background:none;border:0;text-decoration:underline;cursor:pointer;margin-left:12px}.header{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:20px 0;border-bottom:1px solid #ffffff14}.logo{width:180px;height:92px;object-fit:contain}.nav{display:flex;align-items:center;gap:26px;font-size:14px}.nav a{padding:8px 0}.nav a[aria-current=page]{color:var(--yellow);border-bottom:1px solid var(--yellow)}.menu-button{display:none;background:none;border:1px solid var(--line);color:white;padding:9px 15px}.hero{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center;padding:55px 0 32px}.hero p{max-width:500px;font-size:18px;color:var(--muted)}.hero-photo{width:100%;height:370px;object-fit:cover}.eyebrow{font-size:12px!important;letter-spacing:2px;text-transform:uppercase;color:var(--muted)}.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.button{background:var(--yellow);color:#20282a;display:inline-flex;align-items:center;gap:24px;padding:12px 21px;border:1px solid var(--yellow);border-radius:4px;font-weight:700;font-size:14px;cursor:pointer}.button.secondary{background:none;color:var(--yellow)}.quote{font-family:'Amatic SC',sans-serif;color:var(--yellow);font-size:31px;text-align:center;padding:26px 0 35px;margin:0}.section{padding:46px 0;border-top:1px solid var(--line)}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.service-card img{width:100%;height:235px;object-fit:cover}.service-card p{font-size:15px;color:var(--muted)}.text-link{display:inline-block;color:var(--yellow);border-bottom:1px solid var(--yellow);font-size:14px;padding-bottom:3px}.team-intro{display:grid;grid-template-columns:1fr 1.8fr;gap:70px;align-items:center}.team-intro img{width:270px;margin:auto}.team-intro p{color:var(--muted);max-width:630px}.columns{display:grid;grid-template-columns:1fr 1fr;gap:60px}.review{border-left:1px solid var(--line);padding-left:35px}.review blockquote{font-size:20px;margin:0 0 18px}.small{font-size:13px;color:var(--muted)}footer{border-top:1px solid var(--line);padding:28px 0 36px;font-size:13px;color:var(--muted);margin-top:30px}.footer-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:25px}footer strong{color:var(--yellow)}.page-head{padding:45px 0 30px;max-width:850px}.page-head p{font-size:18px;color:var(--muted)}.breadcrumb{font-size:13px;color:var(--muted)}.detail-photo{height:380px;object-fit:cover;width:100%}.detail-body{padding:35px 0}.detail-body ul{padding-left:20px;color:var(--muted)}.detail-body li{margin-bottom:10px}.callout{background:var(--panel);padding:30px}.placeholder{background:var(--panel);min-height:240px;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:35px;text-align:center;border:1px dashed #6a7476}.placeholder img{width:220px;margin-bottom:20px}.team-profiles{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.team-profiles .placeholder{min-height:210px}.tag{font-size:12px;background:#202829;color:#d1d8d5;padding:5px 10px;display:inline-block;margin-bottom:18px}.zones{display:grid;grid-template-columns:repeat(3,1fr);gap:0 30px;list-style:none;padding:0}.zones li{padding:11px 0;border-bottom:1px solid #ffffff20}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:18px}.field input,.field textarea,.field select{width:100%;color:white;background:#242d2f;border:1px solid #748082;border-radius:3px;padding:11px}.field textarea{min-height:110px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}.form-grid .full{grid-column:1/-1}.success{color:var(--yellow);margin-top:20px}details{padding:15px 0;border-bottom:1px solid var(--line)}summary{cursor:pointer;color:var(--yellow)}details p{margin-top:15px;color:var(--muted)}.note-panel{position:fixed;right:20px;top:65px;width:min(400px,calc(100vw - 40px));background:#f0f1ed;color:#242c2e;padding:25px;box-shadow:0 15px 60px #0008;border-radius:5px;z-index:20;max-height:85vh;overflow:auto}.note-panel[hidden]{display:none}.note-panel h2{font-family:Manrope,Arial,sans-serif;font-size:21px;color:#242c2e;margin-bottom:12px}.note-panel textarea{width:100%;height:200px;padding:12px;font-size:15px;border:1px solid #a6afaf}.note-panel .small{color:#4c595a}.note-panel button{margin-top:10px}.note-close{float:right;background:transparent;border:0;font-size:22px;cursor:pointer}.mobile-top{display:none}body :target{scroll-margin-top:25px}
@media(max-width:800px){.header{gap:15px}.logo{width:145px;height:74px}.menu-button{display:block}.nav{display:none;position:absolute;top:150px;left:5%;right:5%;padding:20px;background:#1d2729;z-index:10;flex-direction:column;align-items:stretch;gap:8px}.nav.open{display:flex}.hero{grid-template-columns:1fr;gap:25px;padding-top:30px}.hero-photo{height:330px}.service-grid{gap:18px}.service-card img{height:180px}.team-intro{gap:30px;grid-template-columns:1fr 2fr}.team-intro img{width:180px}.columns{gap:30px}.zones{grid-template-columns:1fr 1fr}.team-profiles{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.note-panel{top:30px}}@media(max-width:540px){.hero-photo{height:260px}.service-grid,.columns,.team-intro,.team-profiles,.footer-grid,.form-grid{grid-template-columns:1fr}.service-card img{height:235px}.service-grid{gap:35px}.team-intro img{width:220px}.review{border-left:0;padding:0}.zones{grid-template-columns:1fr}.quote{font-size:26px}.notice{font-size:10px}h2{font-size:38px}.detail-photo{height:250px}.section{padding:35px 0}}

/* Revisione tipografica: identità affidata al logo, titoli lineari. */
h1,h2{font-family:Manrope,Arial,sans-serif;font-weight:600;letter-spacing:-1.2px;color:var(--text);line-height:1.18}h1{font-size:clamp(34px,3.5vw,49px);margin:18px 0 26px}h2{font-size:clamp(27px,2.5vw,35px);margin-bottom:26px}h3{font-family:Manrope,Arial,sans-serif;font-weight:600;font-size:21px;letter-spacing:-.3px}.hero{gap:60px;padding-top:55px;padding-bottom:55px}.hero h1{max-width:590px}.hero .eyebrow{color:var(--yellow);font-size:11px;letter-spacing:2px}.hero p{font-size:16px;line-height:1.8}.hero-photo{height:410px}.quote{font-family:Manrope,Arial,sans-serif;font-size:20px}.hero .actions{margin-top:26px}@media(max-width:800px){.hero{gap:30px}.hero h1{max-width:650px}.hero-photo{height:320px}}@media(max-width:540px){h1{font-size:34px;letter-spacing:-.8px}h2{font-size:28px}.hero-photo{height:250px}}

/* La frase istituzionale è una firma distinta dai titoli editoriali. */
.brand-statement{padding:42px 20px 38px;text-align:center;border-bottom:1px solid var(--line)}
.brand-statement h1{font-family:'Amatic SC','Arial Narrow',sans-serif;color:var(--yellow);font-size:clamp(42px,4.4vw,62px);font-weight:700;line-height:1.2;letter-spacing:.5px;margin:0 auto;max-width:1050px;text-wrap:balance}
.hero-intro{padding-top:38px;padding-bottom:40px;grid-template-columns:.85fr 1.15fr}
.hero-intro h2{font-size:clamp(28px,2.8vw,38px);line-height:1.25;margin:14px 0 20px}
.hero-intro .hero-photo{height:310px}
@media(max-width:800px){.brand-statement{padding:32px 0}.hero-intro{grid-template-columns:1fr}.hero-intro .hero-photo{height:300px}}
@media(max-width:540px){.brand-statement h1{font-size:39px;line-height:1.23}.statement-break{display:none}.hero-intro{padding-top:28px}.hero-intro .hero-photo{height:240px}}

/* Apertura: allineamenti e un solo invito all'azione. */
.brand-statement{padding:34px 20px 32px}
.brand-statement h1{font-size:clamp(42px,4vw,56px)}
.hero-intro{gap:64px;padding-top:40px;padding-bottom:40px}
.hero-intro h2{margin-top:0;margin-bottom:22px}
.hero-intro p{max-width:450px;margin-bottom:0}
.hero-intro .actions{margin-top:26px}
@media(max-width:800px){.hero-intro{gap:28px}.hero-intro p{max-width:600px}.brand-statement{padding:30px 0}}
@media(max-width:540px){.brand-statement h1{font-size:39px}.hero-intro{padding-top:30px;padding-bottom:30px}}

#service-map{height:590px;width:100%;background:#e9e8df;z-index:0;border:1px solid #566062}.map-caption{padding:18px 0 25px;display:flex;gap:30px;align-items:baseline}.map-caption span{white-space:nowrap;font-size:14px;font-weight:600}.map-caption i{display:inline-block;width:12px;height:12px;background:var(--yellow);border-radius:50%;margin-right:8px}.map-caption p{font-size:13px;color:var(--muted);margin:0;max-width:650px}.leaflet-container{font-family:Manrope,Arial,sans-serif}.leaflet-popup-content{color:#2a3133}.leaflet-control-attribution a{color:#245477}.leaflet-tooltip{color:#2a3133;font-weight:600}@media(max-width:600px){#service-map{height:470px}.map-caption{display:block}.map-caption p{margin-top:10px}}

#service-map{height:740px}.municipal-label{display:flex;align-items:center;justify-content:center;text-align:center;pointer-events:none}.municipal-label span{font:600 12px/1.15 Manrope,Arial,sans-serif;color:#303b3a;text-shadow:0 1px 2px #fff,1px 0 2px #fff,-1px 0 2px #fff;max-width:100px}.partial-label span{color:#68777b;font-size:11px}.hamlet-label{background:#fffde9;border:1px solid #998723;box-shadow:none;font-size:11px}.map-caption i{border-radius:2px;background:#f9d61155;border:1px solid #af9722}@media(max-width:600px){#service-map{height:650px}.municipal-label span{font-size:10px;max-width:78px}}

#service-map{background:#f1f3ef}.municipal-label span{font-size:11px;text-shadow:0 1px 2px #fff;max-width:86px}

.municipal-label span{text-shadow:0 0 3px #fff,0 0 3px #fff,1px 1px 2px #fff}.map-caption i{background:#f9d61122}

/* Il motto aziendale: due righe, con respiro e virgolette. */
.brand-statement{padding:45px 0 43px}
.brand-statement h1{max-width:none;font-size:clamp(43px,4.8vw,64px);line-height:1.25;letter-spacing:.3px}
.motto-line{display:block}
@media(min-width:801px){.motto-line{white-space:nowrap}}
@media(max-width:800px){.brand-statement h1{font-size:clamp(34px,4.8vw,43px)}.brand-statement{padding:32px 0}.motto-line{display:inline}.motto-line+.motto-line:before{content:' '}}

.environment-panel{background:#edf0e7;color:#2a3133;display:grid;grid-template-columns:1fr 1fr;gap:55px;padding:42px;margin:0 0 42px;border-top:4px solid var(--yellow)}.environment-panel h2{color:#2a3133;font-size:32px;line-height:1.25;margin:0}.environment-panel .eyebrow{color:#55634f;font-size:10px;margin-bottom:16px}.environment-panel p{font-size:16px}.environment-panel .text-link{color:#2a3133;border-color:#78834d;font-weight:600}.equipment-brands{display:flex;gap:45px;flex-wrap:wrap;font-size:24px;font-weight:600;padding:14px 0 30px}@media(max-width:800px){.environment-panel{grid-template-columns:1fr;gap:24px;padding:28px}.environment-panel h2{font-size:28px}}

/* v13: home essenziale, identità e persone nella stessa presentazione. */
.home-about{display:grid;grid-template-columns:1.35fr 1fr;gap:64px;align-items:center}
.home-about .eyebrow{color:var(--yellow);margin-bottom:12px}.home-about h2{margin-bottom:18px}
.home-about p{color:var(--muted)}.home-values{border-left:2px solid var(--yellow);padding-left:30px}.home-values h3{margin-top:0}
.home-reviews h2{text-align:center}.home-reviews pre{white-space:normal;margin:0;font-family:inherit}.home-reviews .review-snapshot{text-align:center;margin:24px 0 0;font-size:12px}
.header{position:relative}.nav a,.text-link{min-height:44px;align-content:center}.nav{gap:22px}
@media(max-width:800px){.home-about{grid-template-columns:1fr;gap:24px}.home-values{padding-left:20px}.nav{top:100%;left:0;right:0}.home-about .text-link{line-height:1.6}}
@media(max-width:540px){body[data-page=index] .service-card{display:grid;grid-template-columns:1fr;gap:0}body[data-page=index] .service-card>a:first-child{display:grid;grid-template-columns:110px 1fr;align-items:center;gap:18px}body[data-page=index] .service-card img{height:88px}body[data-page=index] .service-card h3{margin:0;font-size:19px}body[data-page=index] .service-card p{margin:10px 0 4px}body[data-page=index] .service-card>.text-link{justify-self:start}body[data-page=index] .service-grid{gap:24px}.home-reviews{padding-left:0;padding-right:0}.brand-statement h1{font-size:34px}.home-about{gap:20px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

.rating-summary{text-align:center}.rating-summary>strong{font-size:22px}.rating-summary p{font-size:14px;margin:0 0 8px}.rating-summary img{margin:auto}.review-stars{color:#f5c344;font-size:26px;letter-spacing:1px;line-height:1.3;margin:10px 0}.review-controls{display:flex;justify-content:flex-end;gap:10px;margin:12px 0}.review-controls button{background:none;border:1px solid #b6a774;border-radius:50%;width:44px;height:44px;color:var(--text);cursor:pointer}.review-track{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;padding:0 0 12px;scrollbar-width:thin}.customer-review{flex:0 0 calc((100% - 40px)/3);min-width:0;background:#222;border:2px solid #b6a774;border-radius:24px;padding:24px;scroll-snap-align:start}.customer-review blockquote{margin:0 0 18px;font-size:15px;line-height:1.65;max-height:160px;overflow:auto}.customer-review .small{font-size:12px}.customer-review .review-stars{font-size:21px}.home-reviews{min-width:0}@media(max-width:1000px){.customer-review{flex-basis:calc((100% - 20px)/2)}}@media(max-width:600px){.customer-review{flex-basis:100%;padding:22px}.review-track{gap:14px}}

/* Zone: invito al contatto accanto alla presentazione, prima della mappa. */
.zone-intro{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:64px;align-items:center}.zone-intro .page-head{max-width:none}.zone-intro-action{padding-top:35px}.zone-intro-action .button{white-space:nowrap}
@media(max-width:800px){.zone-intro{grid-template-columns:1fr;gap:0}.zone-intro .page-head{padding-bottom:4px}.zone-intro-action{padding:0 0 32px}}

/* Pulsante centrato sui paragrafi, escludendo titolo e breadcrumb. */
.zone-intro{display:block}.zone-intro .page-head{max-width:none;padding-bottom:40px}.zone-intro-row{display:grid;grid-template-columns:minmax(0,1fr) 270px;gap:64px;align-items:center}.zone-description p:last-child{margin-bottom:0}.zone-intro-action{padding:0;display:flex;justify-content:center;align-items:center}
@media(max-width:800px){.zone-intro-row{grid-template-columns:1fr;gap:26px}.zone-intro-action{justify-content:flex-start}.zone-intro .page-head{padding-bottom:32px}}

/* Prodotti v16: gerarchia editoriale, fascia chiara e colonne proporzionate. */
.products-intro{padding:38px 0 46px}.products-intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;margin-top:18px}.products-intro h1{margin:0;font-size:clamp(36px,4vw,52px);line-height:1.12}.products-intro-grid>p{font-size:18px;line-height:1.75;color:var(--muted);max-width:490px;margin:0}
.products-feature{display:block;padding:44px 46px;margin-bottom:0}.products-feature-top{display:grid;grid-template-columns:1fr 1.12fr;gap:58px;align-items:center}.products-feature h2{font-size:clamp(26px,2.4vw,33px);line-height:1.28;letter-spacing:-.8px}.products-feature .eyebrow{letter-spacing:1.5px;margin-bottom:18px}.products-feature .brand-choice h3{font-size:clamp(29px,3vw,40px);letter-spacing:-1px;color:#2a3133;line-height:1.15;margin:0 0 19px}.brand-choice h3 span{display:block;font-size:13px;letter-spacing:2.3px;text-transform:uppercase;margin-top:10px;font-weight:500}.products-feature p{line-height:1.75}.brand-choice p{margin:0}.choice-context{border-top:1px solid #c7cdbf;margin-top:32px;padding-top:25px}.choice-context p{max-width:850px;margin:0;font-size:16px}.choice-reasons{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px;margin:28px 0 18px}.choice-reasons h3{color:#2a3133;font-size:18px;line-height:1.4;margin:0 0 12px}.choice-reasons p{font-size:15px;margin:0;color:#465044}.products-feature .source-link{font-size:12px;line-height:1.6}
.products-editorial{display:grid;grid-template-columns:1fr 1.35fr;gap:70px}.products-page>.section{padding:48px 0}.products-feature+.section{border-top:0}.products-editorial .eyebrow{color:var(--yellow);font-size:10px!important;letter-spacing:1.6px;margin-bottom:14px}.products-editorial h2{font-size:clamp(27px,2.5vw,34px);line-height:1.25;margin:0}.products-copy{min-width:0;max-width:630px}.products-copy p{color:var(--muted);font-size:16px;line-height:1.8}.products-copy p:last-child{margin-bottom:0}.products-copy .products-takeaway{color:var(--text);border-left:2px solid var(--yellow);padding-left:20px;margin:24px 0}.products-copy details{font-size:14px}.products-copy details p{font-size:14px}.products-equipment .equipment-brands{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;text-align:center;font-size:28px;padding:30px 0 0;margin-top:25px;border-top:1px solid var(--line);letter-spacing:-.5px}.products-contact{display:flex;justify-content:space-between;align-items:center;gap:40px}.products-contact h2{font-size:30px;margin-bottom:12px}.products-contact p{color:var(--muted);margin:0}.products-contact .button{flex-shrink:0}
@media(max-width:800px){.products-intro-grid{gap:28px}.products-intro-grid>p{font-size:16px}.products-feature{padding:30px}.products-feature-top{grid-template-columns:1fr;gap:30px}.products-feature .brand-choice{border-top:1px solid #c7cdbf;padding-top:26px}.choice-reasons{grid-template-columns:1fr;gap:22px}.choice-reasons h3{margin-bottom:6px}.products-editorial{grid-template-columns:1fr;gap:24px}.products-editorial h2 br{display:none}.products-contact{flex-direction:column;align-items:flex-start;gap:24px}}
@media(max-width:540px){.products-intro{padding:28px 0 32px}.products-intro-grid{grid-template-columns:1fr;gap:22px}.products-intro h1 br{display:none}.products-feature{padding:26px 22px}.products-feature h2 br{display:none}.products-feature h2{font-size:27px}.products-feature .brand-choice h3{font-size:30px}.products-page>.section{padding:34px 0}.products-equipment .equipment-brands{font-size:20px;gap:10px;padding-top:22px}.products-contact h2{font-size:28px}}

/* v17: racconto in una colonna, immagine laterale e marchi originali. */
.biodegradability-section{display:grid;grid-template-columns:1.1fr 1fr;gap:64px;align-items:center}.bio-text{min-width:0}.bio-text h2{max-width:490px;margin-bottom:24px;font-size:clamp(28px,2.6vw,36px);line-height:1.2}.bio-text p:not(.eyebrow){color:var(--muted);font-size:16px;line-height:1.85;margin-bottom:18px}.bio-text p:last-child{margin-bottom:0}.products-page .eyebrow{font-size:10px!important;letter-spacing:1.6px}.bio-text .eyebrow,.tools-heading .eyebrow{color:var(--yellow);margin-bottom:14px}.bio-visual{margin:0;align-self:stretch;min-height:350px}.bio-visual img{width:100%;height:100%;max-height:490px;object-fit:cover;object-position:center;border-radius:3px}.tools-heading{max-width:830px;margin-bottom:30px}.tools-heading h2{margin-bottom:22px}.tools-heading p:not(.eyebrow){color:var(--muted);line-height:1.8;font-size:16px}.tools-heading p:last-child{margin-bottom:0}.manufacturer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.manufacturer-card{display:flex;flex-direction:column;border:1px solid var(--line);background:#30393b;min-width:0}.manufacturer-logo{height:138px;background:#fff;display:flex;align-items:center;justify-content:center;padding:24px 30px}.manufacturer-logo img{width:100%;max-width:215px;max-height:82px;object-fit:contain}.manufacturer-copy{display:flex;flex-direction:column;flex:1;padding:25px}.manufacturer-copy h3{font-size:19px;color:var(--text);line-height:1.4;margin:0 0 15px}.manufacturer-copy p{font-size:15px;line-height:1.8;color:var(--muted);margin-bottom:20px}.manufacturer-copy .text-link{align-self:flex-start;margin-top:auto}
@media(max-width:900px){.biodegradability-section{gap:32px}.manufacturer-grid{gap:16px}.manufacturer-copy{padding:20px}.manufacturer-logo{padding:22px;height:120px}}
@media(max-width:700px){.biodegradability-section{grid-template-columns:1fr;gap:26px}.bio-visual{min-height:0}.bio-visual img{height:300px}.manufacturer-grid{grid-template-columns:1fr;gap:24px}.manufacturer-logo{height:118px}.manufacturer-logo img{max-width:200px;max-height:76px}.manufacturer-copy{padding:24px}.manufacturer-copy p{font-size:16px}.tools-heading{margin-bottom:26px}}

/* v18: apertura comune alle pagine interne, premessa e microfibre. */
.products-feature .choice-premise{margin:22px 0 0;color:#465044;font-size:16px;line-height:1.75}.microfiber-note{border-left:2px solid var(--yellow);padding:4px 0 4px 24px;margin:0 0 34px;max-width:900px}.microfiber-note h3{color:var(--text);font-size:22px;margin:0 0 14px}.microfiber-note p{font-size:16px;line-height:1.8;color:var(--muted);margin-bottom:14px}.microfiber-note p:last-child{margin-bottom:0}@media(max-width:540px){.microfiber-note{padding-left:18px}.microfiber-note h3{font-size:21px}}

/* v19: righe condivise per titoli, paragrafi e collegamenti affiancati. */
.products-feature-top{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;column-gap:48px;row-gap:20px}
.products-feature-top>div,.products-feature-top>.brand-choice{display:contents}
.products-feature-top .eyebrow{grid-column:1/-1;grid-row:1;margin:0}
.products-feature-top h2{grid-column:1;grid-row:2;margin:0}
.products-feature-top .brand-choice h3{grid-column:2;grid-row:2;margin:0;font-size:clamp(28px,2.7vw,36px)}
.products-feature-top .choice-premise{grid-column:1;grid-row:3;margin:0}
.products-feature-top .brand-choice>p{grid-column:2;grid-row:3;margin:0}
.choice-reasons{grid-template-rows:auto auto;row-gap:12px}
.choice-reasons>article{display:grid;grid-template-rows:subgrid;grid-row:span 2;row-gap:12px}
.choice-reasons h3{margin:0}
.manufacturer-grid{grid-template-rows:auto auto 1fr auto;row-gap:0}
.manufacturer-card{display:grid;grid-template-rows:subgrid;grid-row:span 4;row-gap:0}
.manufacturer-copy{display:contents}
.manufacturer-copy h3{margin:24px 24px 14px}
.manufacturer-copy p{margin:0 24px 20px}
.manufacturer-copy .text-link{justify-self:start;align-self:end;margin:0 24px 24px}
.bio-text h2,.tools-heading h2,.products-contact h2{font-size:clamp(28px,2.6vw,36px);line-height:1.25;letter-spacing:-.8px}
.bio-text h2,.tools-heading h2{margin-bottom:24px}
.bio-text p:not(.eyebrow),.tools-heading p:not(.eyebrow),.microfiber-note p{line-height:1.8}
.microfiber-note{border-left:0;border-top:1px solid var(--line);padding:26px 0 0;max-width:830px}
@media(max-width:800px){.products-feature-top{display:block}.products-feature-top>div,.products-feature-top>.brand-choice{display:block}.products-feature-top .eyebrow{margin-bottom:14px}.products-feature-top .choice-premise{margin-top:20px}.products-feature-top .brand-choice{border-top:1px solid #c7cdbf;margin-top:26px;padding-top:26px}.products-feature-top .brand-choice h3{margin-bottom:20px}.choice-reasons{display:block}.choice-reasons>article{display:block;margin-bottom:22px}.choice-reasons h3{margin-bottom:8px}}
@media(max-width:700px){.manufacturer-grid{display:grid;grid-template-rows:none;gap:24px}.manufacturer-card{display:flex;grid-row:auto}.manufacturer-copy{display:flex;padding:24px}.manufacturer-copy h3{margin:0 0 14px}.manufacturer-copy p{margin:0 0 20px}.manufacturer-copy .text-link{margin:0}.microfiber-note{padding:24px 0 0}}

/* v20: un unico filo di lettura, marchio accanto al testo sotto la riga. */
.choice-story h2{font-size:clamp(27px,2.55vw,32px);line-height:1.3;margin:0 0 24px;text-wrap:balance}.choice-story>p:not(.eyebrow){max-width:940px;margin:0 0 18px;font-size:16px;line-height:1.8}.choice-story>p:last-child{margin-bottom:0}.choice-brand-context{display:grid;grid-template-columns:240px minmax(0,1fr);gap:40px;align-items:center;padding-top:30px;margin-top:30px}.wm-logo{display:block;padding:8px 0}.wm-logo img{width:230px;max-width:100%;height:auto}.choice-brand-context p{margin:0;line-height:1.8}.products-feature .choice-reasons{margin-top:32px}
@media(max-width:700px){.choice-brand-context{grid-template-columns:1fr;gap:18px;padding-top:24px;margin-top:24px}.wm-logo img{width:210px}.choice-story h2{text-wrap:initial}.choice-story>p:not(.eyebrow){line-height:1.75}}

/* v22: gli strumenti e la microfibra occupano la griglia completa. */
.tools-heading{max-width:none}.microfiber-note{max-width:none;width:100%;padding-top:30px;margin-bottom:36px}.microfiber-note h3{font-size:clamp(24px,2.3vw,30px);line-height:1.3;margin-bottom:20px;letter-spacing:-.5px}.microfiber-note .microfiber-intro{margin-bottom:26px}.microfiber-properties{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:auto 1fr;column-gap:32px;row-gap:12px;margin-bottom:26px}.microfiber-properties>div{display:grid;grid-template-rows:subgrid;grid-row:span 2;row-gap:12px}.microfiber-properties h4{font-size:17px;font-weight:600;line-height:1.45;margin:0;color:var(--yellow)}.microfiber-properties p{font-size:15px;line-height:1.8;margin:0}.microfiber-note .microfiber-investment{border-top:1px solid var(--line);padding-top:22px;margin:0;color:var(--text)}
@media(max-width:700px){.microfiber-properties{display:block}.microfiber-properties>div{display:block;margin-bottom:22px}.microfiber-properties h4{margin-bottom:8px}.microfiber-properties p{font-size:16px}.microfiber-note{padding-top:26px}.microfiber-note h3{font-size:25px}}

/* v23: presentazione degli strumenti in apertura con cinque marchi. */
.products-opening{max-width:none;padding-bottom:40px}.products-opening>p{font-size:17px;line-height:1.8;margin-bottom:20px}.products-opening strong{color:var(--text);font-weight:700}.intro-brand-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:20px;margin-top:28px}.intro-brand-list>a{display:flex;flex-direction:column;gap:10px;min-width:0}.intro-brand-logo{display:flex;align-items:center;justify-content:center;height:104px;background:#fff;padding:18px}.intro-brand-logo img{width:auto;max-width:100%;max-height:68px;object-fit:contain}.intro-brand-caption{font-size:12px;color:var(--muted);text-align:center;line-height:1.5}.intro-brand-list a:hover .intro-brand-caption{color:var(--yellow)}.products-page .tools-section>.microfiber-note{border-top:0;padding-top:0}
@media(max-width:800px){.intro-brand-list{gap:12px}.intro-brand-logo{height:90px;padding:12px}.intro-brand-caption{font-size:11px}}
@media(max-width:600px){.products-opening>p{font-size:16px}.intro-brand-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 14px}.intro-brand-list>a:last-child{grid-column:1/-1;width:calc((100% - 14px)/2);justify-self:center}.intro-brand-caption{font-size:12px}.intro-brand-logo{height:96px;padding:16px}}

/* v24: sei marchi in apertura e chiusura essenziale dedicata alla microfibra. */
.products-opening{padding-bottom:68px}
.intro-brand-list{grid-template-columns:repeat(6,minmax(0,1fr));gap:16px}
.intro-brand-logo{padding:14px}
.microfiber-brand-close{display:flex;align-items:center;justify-content:space-between;gap:28px;border-top:1px solid var(--line);padding-top:26px;margin-top:28px}
.microfiber-brand-logo{display:flex;align-items:center;justify-content:center;background:#fff;padding:18px 24px;width:220px;min-height:94px;flex-shrink:0}
.microfiber-brand-logo img{width:170px;max-width:100%;max-height:64px;object-fit:contain}
.microfiber-brand-close .text-link{font-size:14px;line-height:1.6}
.tools-section .microfiber-note{margin-bottom:0}
@media(max-width:800px){.intro-brand-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px 16px}.products-opening{padding-bottom:54px}}
@media(max-width:600px){.intro-brand-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 14px}.intro-brand-list>a:last-child{grid-column:auto;width:auto;justify-self:stretch}.microfiber-brand-close{flex-direction:column;align-items:flex-start;gap:20px}.products-opening{padding-bottom:48px}}

/* v25: approfondimento sui materiali prima della detergenza e contatti completi. */
.products-opening{padding-bottom:42px}
.products-page>.microfiber-discovery{padding:38px 0 60px}
.microfiber-discovery>.eyebrow{color:var(--yellow);margin-bottom:16px}
.microfiber-discovery h2{font-size:clamp(27px,2.7vw,36px);line-height:1.25;letter-spacing:-.6px;margin-bottom:20px}
.microfiber-hook{font-size:18px;line-height:1.8;color:var(--muted);max-width:950px;margin-bottom:30px}
.fiber-comparison{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:26px}
.fiber-comparison article{display:grid;grid-template-rows:subgrid;grid-row:span 3;row-gap:14px;background:#303a3d;padding:24px;min-width:0;border-top:2px solid #687376}
.fiber-comparison .fiber-highlight{background:#394244;border-top-color:var(--yellow)}
.fiber-label{font-size:12px;letter-spacing:1.2px;text-transform:uppercase;color:var(--muted)}
.fiber-highlight .fiber-label{color:var(--yellow)}
.fiber-comparison h3{font-size:19px;line-height:1.45;color:var(--text);margin:0}
.fiber-comparison p{font-size:15px;line-height:1.8;color:var(--muted);margin:0}
.fiber-choice{margin:0;color:var(--muted);font-size:16px;line-height:1.8}
.products-contact{justify-content:center;gap:44px}
.products-contact>div{max-width:560px}
.site-footer{padding:42px 0 0}
.site-footer .footer-grid{display:grid;grid-template-columns:1.2fr 1fr .95fr;gap:42px}
.site-footer .footer-identity>strong{display:block;font-size:18px;line-height:1.5;color:var(--text);margin-bottom:16px}
.site-footer p{font-size:14px;line-height:1.8;margin:0 0 17px;color:var(--muted)}
.site-footer h2{font-family:Manrope,Arial,sans-serif;font-size:15px;line-height:1.5;color:var(--text);margin:0 0 18px;letter-spacing:0}
.site-footer a{font-size:14px;line-height:1.8}
.site-footer .footer-phone{display:block;font-size:17px;color:var(--text)}
.site-footer .footer-area-link{color:var(--yellow)}
.site-footer .footer-preview-note{border-top:1px solid var(--line);margin:28px 0 0;padding:18px 0;font-size:11px}
@media(max-width:800px){.products-contact{align-items:flex-start;gap:24px}.site-footer .footer-grid{grid-template-columns:1fr 1fr;gap:32px}.footer-identity{grid-column:1/-1}.footer-identity p{max-width:620px}}
@media(max-width:700px){.fiber-comparison{grid-template-columns:1fr;gap:16px}.fiber-comparison article{display:block;grid-row:auto;padding:22px}.fiber-comparison h3{margin:10px 0 12px}.microfiber-hook{font-size:17px}.products-page>.microfiber-discovery{padding:30px 0 44px}}
@media(max-width:480px){.site-footer .footer-grid{grid-template-columns:1fr;gap:28px}.footer-identity{grid-column:auto}.site-footer .footer-grid>div+div{padding-top:24px;border-top:1px solid var(--line)}}

/* v26: riferimenti amministrativi e fiscali. */
.site-footer .footer-vat{font-size:12px;margin-top:-7px;margin-bottom:16px}
.admin-hours{display:block;font-size:12px;margin:5px 0}
.admin-email{display:block;overflow-wrap:anywhere}
.site-footer .admin-email{font-size:13px}

/* v27: footer compatto con tre gruppi di informazioni. */
.site-footer{padding-top:28px}
.site-footer .footer-grid{gap:30px}
.site-footer .footer-identity>strong{font-size:15px;margin-bottom:9px}
.site-footer .footer-vat{margin:0 0 12px;font-size:12px}
.site-footer h2{margin-bottom:10px}
.site-footer p{font-size:13px;line-height:1.65;margin-bottom:12px}
.site-footer .footer-phone{font-size:15px;line-height:1.7}
.site-footer a{font-size:13px}
.site-footer .admin-hours{margin:3px 0}
.site-footer .footer-grid p:last-child{margin-bottom:0}
.site-footer .footer-preview-note{margin-top:20px;padding:12px 0;font-size:11px}
@media(max-width:480px){.site-footer .footer-grid{gap:20px}.site-footer .footer-grid>div+div{padding-top:18px}}

/* v28: fascia contatti più sottile, con caratteri invariati. */
.site-footer{padding-top:18px;margin-top:24px}
.site-footer .footer-grid{gap:24px}
.site-footer .footer-identity>strong{margin-bottom:4px;line-height:1.35}
.site-footer .footer-vat{margin-bottom:6px;line-height:1.4}
.site-footer h2{margin-bottom:5px;line-height:1.35}
.site-footer p{line-height:1.45;margin-bottom:7px}
.site-footer a,.site-footer .footer-phone{line-height:1.5}
.site-footer .admin-hours{margin:2px 0;line-height:1.45}
.site-footer .footer-preview-note{margin-top:12px;padding:7px 0;font-size:10px}
@media(max-width:800px){.site-footer .footer-grid{gap:18px}}
@media(max-width:480px){.site-footer{margin-top:18px;padding-top:16px}.site-footer .footer-grid{gap:12px}.site-footer .footer-grid>div+div{padding-top:12px}}

/* v29: gerarchia uniforme e righe di contatto allineate. */
.site-footer .footer-grid{grid-template-columns:1.15fr 1fr .95fr;column-gap:36px;align-items:start}
.site-footer .footer-identity>strong,.site-footer h2,.site-footer .footer-grid>div:last-child strong{font-size:14px;font-weight:700;line-height:20px;color:var(--text)}
.site-footer .footer-identity>strong,.site-footer h2{margin:0 0 8px}
.site-footer .footer-grid p,.site-footer .footer-grid a,.site-footer .footer-phone,.site-footer .admin-hours{font-size:13px;line-height:20px}
.site-footer .admin-hours{margin:0}
.site-footer .footer-grid>div:last-child strong{display:inline-block;margin-bottom:2px}
.site-footer .footer-grid>div:last-child p{margin-bottom:8px}
.site-footer .footer-grid>div:last-child p:last-child{margin-bottom:0}
.footer-bottom{display:flex;justify-content:space-between;gap:12px;border-top:1px solid var(--line);margin-top:14px;padding:9px 0;color:var(--muted);font-size:11px;line-height:1.5}
.footer-bottom>span:last-child{font-size:10px;text-align:right}
@media(max-width:800px){.site-footer .footer-grid{grid-template-columns:1fr 1fr;gap:20px 28px}.site-footer .footer-identity{grid-column:auto}.site-footer .footer-grid>div:last-child{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:28px}.site-footer .footer-grid>div:last-child p{margin:0}}
@media(max-width:480px){.site-footer .footer-grid{grid-template-columns:1fr;gap:14px}.site-footer .footer-grid>div:last-child{grid-template-columns:1fr 1fr;gap:18px}.site-footer .footer-grid>div+div{padding-top:14px}.footer-bottom{display:block;margin-top:14px}.footer-bottom>span{display:block}.footer-bottom>span:last-child{text-align:left;margin-top:3px}}

/* v30: ragione sociale sopra la griglia, sedi e contatti distinti. */
.site-footer .footer-company{display:block;font-size:15px;line-height:1.4;color:var(--text);margin:0 0 14px}
.site-footer .footer-grid{grid-template-columns:1.15fr 1fr 1fr;gap:36px}
.site-footer .footer-addresses strong{display:inline-block;color:var(--yellow);font-size:14px;line-height:20px;margin-bottom:8px}
.site-footer .footer-addresses p{margin-bottom:10px}
.site-footer .footer-addresses p:last-child{margin-bottom:0}
.site-footer .footer-addresses p+p strong{margin-bottom:2px}
.site-footer .footer-grid>div:last-child{display:block;grid-column:auto}
.site-footer .footer-grid>div:last-child p{margin:0}
@media(max-width:800px){.site-footer .footer-grid{grid-template-columns:1fr 1fr;gap:20px 28px}.site-footer .footer-addresses{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:28px}.site-footer .footer-addresses p{margin:0}.site-footer .footer-addresses p+p strong{margin-bottom:8px}}
@media(max-width:480px){.site-footer .footer-company{margin-bottom:14px}.site-footer .footer-grid{grid-template-columns:1fr;gap:14px}.site-footer .footer-addresses{gap:18px}.site-footer .footer-grid>div:last-child{display:block;grid-column:auto}.site-footer .footer-addresses strong{margin-bottom:4px}.site-footer .footer-addresses p+p strong{margin-bottom:4px}}

/* v31: evidenza alla ragione sociale, titoli secondari neutri. */
.site-footer .footer-company{color:var(--yellow)}
.site-footer .footer-addresses strong,.site-footer h2{color:var(--text)}

/* v32: quattro colonne per una fascia più bassa e piena. */
.site-footer .footer-grid{grid-template-columns:.85fr 1fr .9fr 1.25fr;gap:24px}
.site-footer .footer-grid>div{min-width:0}
.site-footer .footer-company{margin-bottom:12px}
.site-footer .footer-grid>div:last-child{display:block;grid-column:auto}
@media(max-width:1000px){.site-footer .footer-grid{grid-template-columns:1fr 1fr;gap:20px 32px}}
@media(max-width:480px){.site-footer .footer-grid{grid-template-columns:1fr 1fr;gap:16px 18px}.site-footer .footer-grid>div+div{padding-top:0;border-top:0}.site-footer .footer-grid>div:nth-child(n+3){grid-column:1/-1;padding-top:12px;border-top:1px solid var(--line)}}

/* v33: amministrazione accanto all’ufficio, contatto diretto in chiusura. */
.site-footer .footer-grid{grid-template-columns:.85fr 1fr 1.25fr .9fr}
@media(max-width:1000px){.site-footer .footer-grid{grid-template-columns:1fr 1fr}}

/* v34: etichette dei contatti e distanza ridotta dai recapiti. */
.site-footer .footer-grid h2{margin-bottom:3px}

/* v37: introduzione alla microfibra allineata alla griglia sottostante. */
.microfiber-discovery .microfiber-hook{max-width:none;width:100%;text-wrap:pretty}

/* Zone v41: copertura, elenco, mappa e contatto conclusivo. */
.zones-page .zones-opening{max-width:none;padding-bottom:24px}
.zones-opening>p{font-size:17px;line-height:1.8;max-width:none}
.zones-opening>p:last-child{margin-bottom:0}
.zones-directory{padding:8px 0 32px}
.zones-directory h2{font-size:22px;line-height:1.4;margin:0 0 14px}
.zones-directory .zones{margin:0;column-gap:32px}
.zones-directory .zones li{font-size:14px;padding:8px 0}
.outside-coverage{border-left:3px solid var(--yellow);background:var(--panel);padding:24px 28px;margin:28px 0 0}
.outside-coverage h2{font-size:21px;line-height:1.4;margin:0 0 10px}
.outside-coverage p{font-size:15px;line-height:1.8;color:var(--muted);margin:0}
.zone-closing{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:48px;align-items:center;padding:38px 0 24px}
.zone-closing h2{font-size:clamp(25px,2.5vw,32px);line-height:1.3;margin:0 0 14px}
.zone-closing p{font-size:16px;line-height:1.8;color:var(--muted);margin:0}
.zone-closing .button{white-space:nowrap}
@media(max-width:800px){.zone-closing{grid-template-columns:1fr;gap:22px}.zone-closing .button{justify-self:start}.zones-opening>p{font-size:16px}}
@media(max-width:540px){.zones-directory .zones{grid-template-columns:1fr 1fr;gap:0 18px}.zones-directory .zones li{font-size:13px}.outside-coverage{padding:20px}.outside-coverage h2{font-size:20px}.zone-closing{padding-top:30px}}

/* Zone v45: elenco più compatto, quattro colonne su desktop. */
@media(min-width:1001px){.zones-directory .zones{grid-template-columns:repeat(4,minmax(0,1fr));column-gap:24px}}
.zones-directory .zones li{padding:5px 0;line-height:1.5}
.zones-directory{padding-bottom:24px}
@media(min-width:541px) and (max-width:1000px){.zones-directory .zones{grid-template-columns:repeat(3,minmax(0,1fr));column-gap:20px}}

/* v47: contatti concreti, accenti gialli selettivi e colonne allineate. */
.brand-emphasis{color:var(--yellow);font-weight:700}
.contacts-opening{max-width:none;padding-bottom:32px}
.contacts-opening>p{font-size:17px;line-height:1.8}
.contacts-opening>p:last-child{margin-bottom:0}
.contacts-columns{align-items:start}
.contacts-columns h2{font-size:clamp(24px,2.3vw,30px);line-height:1.3;margin-bottom:20px}
.contacts-details{padding-top:30px}
.contacts-details>p>strong{color:var(--text)}
.contact-form-intro{font-size:15px;line-height:1.75;color:var(--muted)}
.contacts-page textarea::placeholder{color:#b7bfbe;opacity:1}
@media(max-width:700px){.contacts-opening>p{font-size:16px}.contacts-details{padding-top:0}.contacts-page .callout{padding:24px}.contacts-opening{padding-bottom:30px}}

/* Contatti v49: recapiti essenziali e modulo principale più ampio. */
.contacts-page .contacts-columns{grid-template-columns:minmax(220px,.7fr) minmax(0,1.3fr);gap:48px;align-items:start}
.contacts-page .contacts-details{padding-top:33px}
.contacts-page .contacts-columns h2{color:var(--yellow)}
.contacts-page .contacts-columns>.callout{border-top:3px solid var(--yellow);padding:30px}
.contacts-page .contact-person{font-size:18px;color:var(--text);margin-bottom:24px}
.contacts-page .contacts-details>p>strong{font-size:13px;font-weight:500;color:var(--muted)}
.contacts-page .contact-direct-link{font-size:18px;overflow-wrap:anywhere}
.contacts-page .contact-direct-link:hover{text-decoration:underline;text-underline-offset:4px}
@media(max-width:800px){.contacts-page .contacts-columns{grid-template-columns:1fr;gap:26px}.contacts-page .contacts-details{padding-top:0}.contacts-page .contacts-details p:last-child{margin-bottom:0}}
@media(max-width:540px){.contacts-page .contacts-columns>.callout{padding:24px 20px}}

/* Contatti v50: recapito diretto compatto e modulo senza linea decorativa. */
.contacts-page .contacts-columns{grid-template-columns:minmax(210px,.6fr) minmax(0,1.4fr);gap:32px}
.contacts-page .contacts-columns>.callout{border-top:0}
.contacts-page .contacts-details{padding-top:30px}
.contacts-page .contacts-details h2{margin-bottom:14px}
.contacts-page .contact-person{margin-bottom:12px;font-size:17px}
.contacts-page .contacts-details>p{margin-bottom:12px;line-height:1.5}
.contacts-page .contact-direct-link{font-size:17px;line-height:1.5}
@media(max-width:800px){.contacts-page .contacts-columns{grid-template-columns:1fr;gap:24px}.contacts-page .contacts-details{padding-top:0}}

/* Contatti v52: separazione tra modulo e riferimenti aziendali. */
body[data-page="contatti"] .site-footer{margin-top:64px}
@media(max-width:800px){body[data-page="contatti"] .site-footer{margin-top:44px}}

/* v53: nome e telefono del referente evidenziati nel footer. */
.site-footer .footer-direct .footer-person,.site-footer .footer-direct .footer-phone{color:var(--yellow)}

/* v54: prova logo originale accanto alla ragione sociale. */
.site-footer .footer-brand{display:flex;align-items:center;gap:22px;margin-bottom:16px}
.site-footer .footer-brand .footer-company{margin:0}
.site-footer .footer-logo{display:block;flex:0 0 112px}
.site-footer .footer-logo img{display:block;width:112px;height:58px;object-fit:contain}
@media(max-width:540px){.site-footer .footer-brand{flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:16px}.site-footer .footer-logo{flex-basis:auto}.site-footer .footer-logo img{width:100px;height:52px}}

/* v55: ragione sociale su due righe, logo accanto ai riferimenti. */
.site-footer .footer-company-stacked{margin:0 0 16px;font-size:16px;line-height:1.45}
.site-footer .footer-company-stacked span{display:block;font-size:13px;font-weight:500}
.site-footer .footer-content{display:grid;grid-template-columns:112px minmax(0,1fr);gap:28px;align-items:start}
.site-footer .footer-content>.footer-logo{margin-top:10px}
.site-footer .footer-content .footer-grid{grid-template-columns:.85fr 1fr 1.25fr .9fr;gap:20px}
@media(max-width:1150px){.site-footer .footer-content .footer-grid{grid-template-columns:1fr 1fr;gap:18px 24px}}
@media(max-width:600px){.site-footer .footer-content{grid-template-columns:1fr;gap:18px}.site-footer .footer-content>.footer-logo{margin:0}.site-footer .footer-content .footer-grid{gap:16px 18px}}

/* v56: identità aziendale in una colonna, riferimenti centrati al suo fianco. */
.site-footer .footer-content{grid-template-columns:156px minmax(0,1fr);gap:28px;align-items:center}
.site-footer .footer-identity-block .footer-company{margin-bottom:12px}
.site-footer .footer-identity-block .footer-logo{width:112px}
@media(max-width:1150px){.site-footer .footer-content{grid-template-columns:156px minmax(0,1fr);gap:24px}}
@media(max-width:600px){.site-footer .footer-content{grid-template-columns:1fr;gap:20px}.site-footer .footer-identity-block{display:flex;align-items:center;justify-content:space-between;gap:18px}.site-footer .footer-identity-block .footer-company{margin:0}.site-footer .footer-identity-block .footer-logo{width:100px;flex:0 0 100px}}

/* v57: ragione sociale su una riga, logo e recapiti sulla stessa fascia. */
.site-footer .footer-company-single{margin:0 0 14px;font-size:15px;line-height:1.4}
.site-footer .footer-content{grid-template-columns:112px minmax(0,1fr);gap:28px;align-items:center}
.site-footer .footer-content>.footer-logo{margin:0}
@media(max-width:600px){.site-footer .footer-content{grid-template-columns:1fr;gap:18px}.site-footer .footer-company-single{font-size:14px}}

/* v58: distanze uniformi tra logo e colonne dei riferimenti. */
.site-footer .footer-content{column-gap:20px}
.site-footer .footer-content .footer-grid{column-gap:20px}
@media(min-width:1151px){.site-footer .footer-content .footer-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:1150px){.site-footer .footer-content .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* v59: identità raggruppata e spazi tra blocchi basati sul contenuto. */
.site-footer .footer-content{display:flex;align-items:center;gap:40px;justify-content:flex-start}
.site-footer .footer-identity-group{flex:0 0 auto}
.site-footer .footer-identity-group .footer-company{font-size:14px;white-space:nowrap;margin:0 0 12px}
.site-footer .footer-identity-group .footer-logo{width:112px}
.site-footer .footer-content .footer-grid{display:flex;flex:0 1 auto;gap:28px;align-items:flex-start}
.site-footer .footer-content .footer-grid>div{flex:0 0 auto;padding:0;border:0}
.site-footer .footer-content .footer-grid h2{font-size:13px}
@media(max-width:1199px){.site-footer .footer-content{display:grid;grid-template-columns:1fr;gap:22px}.site-footer .footer-identity-group{display:flex;align-items:center;gap:20px}.site-footer .footer-identity-group .footer-company{margin:0}.site-footer .footer-content .footer-grid{justify-content:space-between;gap:24px}}
@media(max-width:700px){.site-footer .footer-content .footer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.site-footer .footer-identity-group{flex-direction:column;align-items:flex-start;gap:12px}.site-footer .footer-identity-group .footer-company{white-space:normal}.site-footer .footer-content .footer-grid>div{min-width:0}.site-footer .footer-content .footer-grid>div:nth-child(n+3){grid-column:1/-1;padding-top:14px;border-top:1px solid var(--line)}}

/* v60: ragione sociale in due righe e blocco identitario raccolto. */
.site-footer .footer-company-detail{display:block;font-size:13px;line-height:1.5}
.site-footer .footer-content{gap:28px}
.site-footer .footer-identity-group{width:max-content}
.site-footer .footer-identity-group .footer-company{white-space:normal;margin-bottom:10px}
@media(max-width:1199px) and (min-width:701px){.site-footer .footer-content{display:flex;align-items:center;gap:28px}.site-footer .footer-identity-group{display:block;flex:0 0 auto}.site-footer .footer-content .footer-grid{display:grid;grid-template-columns:repeat(2,max-content);gap:18px 28px;justify-content:start}}
@media(max-width:700px){.site-footer .footer-content{display:grid;grid-template-columns:1fr;gap:20px}}

/* v61: titoli dei recapiti allineati alla prima riga della ragione sociale. */
.site-footer .footer-content{align-items:flex-start}
.site-footer .footer-content .footer-grid h2{line-height:19.6px;margin-top:0}

/* v62: distanze orizzontali del footer aumentate del 50% su desktop e tablet. */
@media(min-width:701px){.site-footer .footer-content,.site-footer .footer-content .footer-grid{column-gap:42px}}

/* v63: servizi e approfondimenti in un’unica pagina. */
.services-opening{max-width:none;padding-bottom:32px}
.services-opening h1{max-width:1000px;text-wrap:balance}
.services-opening>p{font-size:17px;line-height:1.8}
.services-opening>p:last-child{margin-bottom:0}
.services-overview{margin-bottom:56px;gap:28px}
.services-overview .service-card{display:flex;flex-direction:column;min-width:0}
.services-overview .service-card img{height:205px;width:100%;object-fit:cover}
.services-overview .service-card h2{font-family:Manrope,Arial,sans-serif;font-size:23px;line-height:1.3;color:var(--yellow);margin:20px 0 12px;letter-spacing:-.4px}
.services-overview .service-card p{margin:0 0 18px;line-height:1.7}
.services-overview .text-link{align-self:flex-start;margin-top:auto}
.service-detail{display:grid;grid-template-columns:1.12fr 1fr;gap:52px;align-items:start;padding:48px 0;border-top:1px solid var(--line);scroll-margin-top:28px}
.service-detail-copy{min-width:0}
.service-detail-copy .eyebrow{color:var(--yellow);font-size:11px!important;letter-spacing:1.6px;margin:0 0 14px}
.service-detail h2,.services-closing h2{font-size:clamp(26px,2.5vw,34px);line-height:1.25;letter-spacing:-.6px;margin:0 0 22px;text-wrap:balance}
.service-detail-copy>p:not(.eyebrow){font-size:16px;line-height:1.8;color:var(--muted);margin:0 0 18px}
.service-detail-copy>p:last-child{margin-bottom:0}
.service-detail-photo{width:100%;height:100%;min-height:300px;max-height:440px;object-fit:cover;object-position:center}
.service-detail-reverse{grid-template-columns:1fr 1.12fr}
.service-detail-reverse .service-detail-copy{grid-column:2;grid-row:1}
.service-detail-reverse .service-detail-photo{grid-column:1;grid-row:1}
.services-closing{display:flex;align-items:center;gap:44px;padding:40px 0 28px;border-top:1px solid var(--line)}
.services-closing>div{flex:1;min-width:0}
.services-closing h2{font-size:28px;margin-bottom:14px}
.services-closing p{margin:0;color:var(--muted);max-width:760px}
.services-closing .button{flex-shrink:0}
@media(max-width:900px){.service-detail{gap:30px}.services-overview{gap:20px}.services-overview .service-card img{height:175px}}
@media(max-width:700px){.services-opening>p{font-size:16px}.services-overview{grid-template-columns:1fr;gap:30px;margin-bottom:38px}.services-overview .service-card img{height:220px}.service-detail,.service-detail-reverse{grid-template-columns:1fr;gap:24px;padding:34px 0}.service-detail-reverse .service-detail-copy,.service-detail-reverse .service-detail-photo{grid-column:auto;grid-row:auto}.service-detail-photo{height:250px;min-height:0;max-height:none}.services-closing{flex-direction:column;align-items:flex-start;gap:24px;padding-top:32px}.service-detail h2,.services-closing h2{text-wrap:initial}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

/* v64: servizi selezionabili, titoli leggibili e chiusura centrata. */
.services-page .service-detail[hidden]{display:none}
.services-page .service-toggle,.services-page .service-close{font:inherit;font-size:14px;background:none;border:0;border-bottom:1px solid var(--yellow);padding:0 0 5px;color:var(--yellow);cursor:pointer;text-align:left}
.services-page .service-toggle-symbol{margin-left:12px}
.services-page .service-toggle[aria-expanded="true"]{color:var(--text);border-color:var(--text)}
.services-page .service-name{font-size:clamp(28px,2.7vw,36px);line-height:1.25;color:var(--yellow);margin:0 0 18px;letter-spacing:-.5px;text-wrap:initial}
.services-page .service-lead{font-size:clamp(21px,2vw,26px);font-weight:600;line-height:1.45;letter-spacing:-.3px;color:var(--text);margin:0 0 22px}
.services-page .service-close{margin-top:24px}
.services-page .services-closing{flex-direction:column;text-align:center;gap:24px;padding:42px 0 32px}
.services-page .services-closing>div{max-width:740px}
.services-page .services-closing .button{align-self:center}
@media(max-width:700px){.services-page .services-closing{align-items:center;padding-top:32px}.services-page .service-name{font-size:29px}.services-page .service-lead{font-size:22px}}

/* v65: descrizioni su due righe e invito finale raccolto al centro. */
.services-overview .service-card>p{max-width:32ch;min-height:3.4em;text-wrap:balance}
.services-page .services-closing{flex-direction:row;justify-content:center;align-items:center;text-align:left;gap:40px}
.services-page .services-closing>div{flex:0 1 550px;max-width:550px}
.services-page .services-closing .button{align-self:center}
@media(max-width:700px){.services-page .services-closing{flex-direction:column;align-items:flex-start;gap:24px}.services-page .services-closing>div{flex:auto;max-width:100%}.services-page .services-closing .button{align-self:flex-start}}

/* v67: conclusione sulla qualità, senza titolo o riquadro. */
.services-page .services-quality{max-width:980px;margin:0 auto;padding:6px 0 28px;text-align:left}
.services-page .services-quality p{margin:0;font-size:17px;line-height:1.8;color:var(--muted)}
.services-page .services-quality+.services-closing{border-top:0;padding-top:8px}
@media(max-width:700px){.services-page .services-quality{padding:0 0 26px}.services-page .services-quality p{font-size:16px}}

/* v68: separazione discreta prima della conclusione sulla qualità. */
.services-page .services-quality{border-top:1px solid var(--line);padding-top:32px}
@media(max-width:700px){.services-page .services-quality{padding-top:26px}}

/* v69: conclusione sulla qualità allineata alla larghezza delle sezioni. */
.services-page .services-quality{max-width:none;width:100%}

/* v70: scala tipografica comune; motto, titoli pagina, schede e footer conservati. */
:root{--section-title-size:clamp(26px,2.5vw,32px);--reading-leading:1.7}
main>.section>h2,.home-about h2,body[data-page="squadra"] main>.columns h2,
.products-page .microfiber-discovery h2,.products-page .bio-text h2,
.products-page .choice-story h2,.products-page .products-contact h2,
.services-page .service-name{font-size:var(--section-title-size);line-height:1.3}
.hero-intro h2{font-size:clamp(28px,2.5vw,32px)}
.services-page .service-lead{font-size:22px;line-height:1.45}
.products-page .microfiber-hook{font-size:17px;line-height:var(--reading-leading)}
.products-page .eyebrow{font-size:12px!important}
body[data-page="squadra"] .page-head>p{font-size:17px;line-height:var(--reading-leading)}
.services-opening>p,.zones-opening>p,.contacts-opening>p,.products-opening>p,
.services-page .services-quality p,.service-detail-copy>p:not(.eyebrow),
.products-page .fiber-choice,.products-page .fiber-comparison p,
.products-page .choice-story>p:not(.eyebrow),.products-page .choice-brand-context p,
.products-page .choice-reasons p,.products-page .bio-text p:not(.eyebrow),
.outside-coverage p,.zone-closing p{line-height:var(--reading-leading)}
@media(max-width:700px){
.services-page .service-lead{font-size:20px}
.products-page .microfiber-hook,body[data-page="squadra"] .page-head>p{font-size:16px}
.services-page .service-name{font-size:28px}
}

/* v71: titoli di sezione più contenuti, gerarchia principale invariata. */
:root{--section-title-size:clamp(23px,2.1vw,27px)}
.hero-intro h2{font-size:clamp(24px,2.1vw,27px)}
.services-page .service-name{font-size:clamp(24px,2.1vw,27px)}
.services-page .service-lead{font-size:21px}
.services-page .services-closing h2,.zone-closing h2,
.contacts-page .contacts-columns h2{font-size:clamp(23px,2vw,26px);line-height:1.3}
@media(max-width:700px){.services-page .service-lead{font-size:20px}}

/* v72: titoli iniziali delle pagine interne proporzionati al testo. */
.page-head h1{font-size:34px;line-height:1.25;letter-spacing:-.7px}
@media(max-width:700px){.page-head h1{font-size:28px;letter-spacing:-.5px}}

/* v73: Home coerente con servizi, organizzazione e inviti al contatto approvati. */
.home-about{grid-template-columns:1fr 1fr;align-items:start;gap:48px}
.home-about>div{display:flex;flex-direction:column;min-width:0;height:100%}
.home-about h2{font-size:var(--section-title-size);line-height:1.3;margin:0 0 18px}
.home-about p{line-height:1.7;margin-bottom:18px}
.home-about .text-link{align-self:flex-start;margin-top:auto}
body[data-page="index"] .service-card>p{max-width:32ch;min-height:3.4em;text-wrap:balance}
.home-reviews .rating-summary{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px 18px}
.home-reviews .rating-summary>strong{font-size:20px}
.home-reviews .rating-summary .review-stars,.home-reviews .rating-summary p,.home-reviews .rating-summary img{margin:0}
.home-reviews h2{margin-bottom:20px}
.home-reviews .review-controls{margin:12px 0}
.home-google-link{text-align:center;margin-top:16px}
.home-reviews .review-snapshot{margin-top:12px}
.home-closing{display:flex;justify-content:center;align-items:center;gap:40px}
.home-closing>div{flex:0 1 550px;max-width:550px}
.home-closing h2{font-size:clamp(23px,2vw,26px);line-height:1.3;margin:0 0 14px}
.home-closing p{margin:0;color:var(--muted);line-height:1.7}
.home-closing .button{flex-shrink:0}
@media(max-width:800px){.home-about{grid-template-columns:1fr;gap:28px}}
@media(max-width:700px){.home-closing{flex-direction:column;align-items:flex-start;gap:24px}.home-closing>div{flex:auto;max-width:100%}}
@media(max-width:540px){.home-reviews .rating-summary{display:grid;grid-template-columns:auto auto;gap:6px 16px}.home-reviews .rating-summary p{grid-column:1/-1;grid-row:2}.home-reviews .rating-summary img{grid-column:1/-1;justify-self:center;margin-top:4px}}

/* v74: navigazione persistente, presentazioni con immagini e recensioni compatte. */
.header{position:sticky;top:0;z-index:1100;background:var(--bg);padding:10px 0;box-shadow:0 5px 12px #00000012}
.header .logo{width:145px;height:74px}
html{scroll-padding-top:110px}
body :target,.service-detail{scroll-margin-top:16px}
.home-feature{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);align-items:center;gap:48px;padding:34px 0}
.home-feature-copy h2{font-size:var(--section-title-size);line-height:1.3;margin:0 0 18px}
.home-feature-copy p{font-size:16px;line-height:1.7;color:var(--muted);margin:0 0 14px}
.home-feature-image{display:flex;align-items:center;justify-content:center;height:220px;overflow:hidden}
.home-feature-image img{width:100%;height:100%;object-fit:cover}
.home-brand-image{background:#202829;border-left:4px solid var(--yellow)}
.home-brand-image img{width:64%;height:74%;object-fit:contain}
.home-feature-reverse{grid-template-columns:minmax(0,1fr) minmax(0,1.2fr)}
.home-feature-reverse .home-feature-copy{grid-column:2;grid-row:1}
.home-feature-reverse .home-feature-image{grid-column:1;grid-row:1}
.home-reviews .review-track{gap:16px;align-items:flex-start}
.home-reviews .customer-review{flex:0 0 calc((100% - 48px)/4);padding:16px;border-radius:18px}
.home-reviews .customer-review>strong{display:block;font-size:14px;line-height:1.4;overflow-wrap:anywhere}
.home-reviews .customer-review .review-stars{font-size:18px;line-height:1.3;margin:8px 0}
.home-reviews .customer-review blockquote{font-size:14px;line-height:1.6;max-height:112px;margin:0 0 12px;overflow:auto}
.home-reviews .customer-review .small{font-size:12px;line-height:1.5}
.home-reviews{padding-top:32px;padding-bottom:32px}
@media(min-width:1400px){.home-reviews .customer-review{flex-basis:calc((100% - 64px)/5)}}
@media(max-width:1000px){.home-reviews .customer-review{flex-basis:calc((100% - 32px)/3)}}
@media(max-width:800px){.header .logo{width:125px;height:64px}.home-feature,.home-feature-reverse{gap:28px;grid-template-columns:1fr 1fr}.home-reviews .customer-review{flex-basis:calc((100% - 16px)/2)}html{scroll-padding-top:98px}}
@media(max-width:600px){.home-feature,.home-feature-reverse{grid-template-columns:1fr;gap:22px;padding:28px 0}.home-feature-reverse .home-feature-copy,.home-feature-reverse .home-feature-image{grid-column:auto;grid-row:auto}.home-feature-image{height:180px}.home-reviews .customer-review{flex-basis:86%}.home-reviews .review-track{gap:14px}}

/* v75: recensioni uniformi, origine del nome e chiusura essenziale. */
.home-reviews .review-track{align-items:stretch}
.home-reviews .customer-review{display:flex;flex-direction:column;height:220px}
.home-reviews .customer-review>strong{flex:0 0 auto;min-height:39.2px}
.home-reviews .customer-review .review-stars{flex:0 0 auto;margin:5px 0}
.home-reviews .customer-review blockquote{flex:1;min-height:0;max-height:none;margin:0 0 8px;overflow:auto;scrollbar-width:thin}
.home-reviews .customer-review>.small{flex:0 0 auto}
.home-name-story{background:#edf0e7;color:#2a3133;padding:26px 30px;border-radius:3px}
.home-name-story h3{font-size:28px;line-height:1.2;color:#2a3133;margin:0 0 5px;letter-spacing:-.5px}
.home-name-story .name-meaning{font-size:14px;margin:0 0 18px;color:#465044}
.home-name-story p{font-size:15px;line-height:1.7;margin:0 0 12px}
.home-name-story p:last-child{margin-bottom:0}
.home-closing p{font-size:20px;line-height:1.6;color:var(--text)}
@media(max-width:600px){.home-name-story{padding:24px}.home-closing p{font-size:18px}}

/* v76: logo e racconto del nome sullo stesso sfondo della pagina. */
.home-name-story{background:transparent;color:var(--muted);padding:0;border:0;border-radius:0}
.home-name-story .home-story-logo{width:160px;height:84px;object-fit:contain;margin:0 0 20px}
.home-name-story h3{font-size:23px;line-height:1.3;color:var(--text);margin:0 0 18px;letter-spacing:-.4px}
.home-name-story p{font-size:16px;line-height:1.7;margin:0 0 16px}
.home-name-story p:last-child{margin-bottom:0}
@media(max-width:600px){.home-name-story{padding:8px 0 0}.home-name-story h3{font-size:22px}.home-name-story .home-story-logo{width:145px;height:76px;margin-bottom:18px}}

/* v77: racconto del nome integrato in Chi siamo, logo laterale. */
.home-about-story{grid-template-columns:minmax(0,1.45fr) minmax(0,1fr)}
.home-about-story .home-feature-copy h3{font-size:21px;line-height:1.4;color:var(--text);margin:0 0 18px;letter-spacing:-.3px}
.home-about-logo{display:flex;align-items:center;justify-content:center;min-width:0}
.home-about-logo img{width:320px;max-width:90%;height:auto}
@media(max-width:600px){.home-about-story{grid-template-columns:1fr}.home-about-logo{padding:6px 0 10px}.home-about-logo img{width:250px;max-width:80%}.home-about-story .home-feature-copy h3{font-size:20px}}

/* v78: identità a sinistra, colonne coerenti con Come lavoriamo. */
.home-about-story{grid-template-columns:minmax(0,1fr) minmax(0,1.2fr)}
.home-about-story .home-feature-copy{grid-column:2;grid-row:1}
.home-about-brand{grid-column:1;grid-row:1;display:flex;flex-direction:column;align-items:center;gap:14px;min-width:0}
.home-about-brand .home-about-logo{width:100%}
.home-about-brand>.text-link{align-self:center;text-align:center}
@media(max-width:600px){.home-about-story{grid-template-columns:1fr}.home-about-story .home-feature-copy,.home-about-brand{grid-column:auto;grid-row:auto}.home-about-brand{gap:8px}.home-about-brand .home-about-logo{padding-bottom:0}}

/* Modulo pubblicazione: stato, privacy e campo antispam. */
.form-trap{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}
.privacy-ack{display:flex;align-items:flex-start;gap:10px;font-size:14px;line-height:1.6;margin:6px 0 22px}.privacy-ack input{margin-top:5px;flex-shrink:0}.privacy-ack a{text-decoration:underline;text-underline-offset:3px}.button:disabled{opacity:.65;cursor:wait}.form-error{color:var(--text)}
