:root{--vc-primary:#0e2a20;--vc-secondary:#173b2c;--vc-accent:#c7ab54;--vc-light:#f4f1e8;--ink:#10231a;--muted:#68736d;--white:#fff;--line:#dfe5df;--soft:#f8f9f5;--shadow:0 18px 55px rgba(7,28,20,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#eef2eb;line-height:1.55}body.cookie-lock{overflow:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea,select{font:inherit}.site-shell{background:#fff;width:100%;max-width:none;margin:0;overflow:hidden}.topline{padding:8px 5vw;background:#0b2119;color:#d9e3dc;text-align:center;font-size:12px;letter-spacing:.025em}.site-header{height:92px;margin:0 3.5vw;transform:translateY(18px);position:relative;z-index:40;border-radius:20px;background:#fff;box-shadow:0 18px 45px rgba(9,30,21,.14);display:flex;align-items:center;justify-content:space-between;padding:0 28px}.brand{display:flex;align-items:center;gap:11px;font-weight:900;letter-spacing:.03em}.brand img{width:58px;height:58px;object-fit:contain}.brand span{font-size:15px}.brand small{display:block;color:#917a2e;font-size:9px;letter-spacing:.24em;margin-top:2px}.nav{display:flex;align-items:center;gap:25px}.nav a{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.03em;position:relative}.nav a:not(.navcta):after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:var(--vc-accent);transition:.2s}.nav a:hover:after{right:0}.navcta{background:var(--vc-primary);color:#fff;padding:12px 18px;border-radius:999px}.hamb{display:none;border:0;background:#f1f3ef;width:46px;height:46px;border-radius:50%;place-items:center;padding:12px;cursor:pointer}.hamb span{display:block;height:2px;background:var(--vc-primary);margin:4px 0;width:20px}
.home-hero{min-height:700px;margin-top:-48px;padding:115px 3.5vw 0;background:var(--vc-primary);position:relative}.hero-grid{min-height:620px;border-radius:0 0 26px 26px;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;background:linear-gradient(110deg,#0f2c21,#14382a 50%,#e8ead2 50%,#f0ead7)}.hero-visual{position:relative;overflow:hidden;background:#0d2b20}.hero-visual img{width:100%;height:100%;object-fit:cover;opacity:.92}.hero-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,34,25,.05),rgba(10,34,25,.38))}.hero-copy{padding:110px 7vw 74px;display:flex;flex-direction:column;justify-content:center;position:relative}.hero-copy:after{content:"";position:absolute;width:180px;height:180px;border:1px solid rgba(14,42,32,.12);border-radius:50%;right:4vw;bottom:55px;box-shadow:0 0 0 28px rgba(199,171,84,.06),0 0 0 58px rgba(14,42,32,.03)}.eyebrow{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(14,42,32,.22);border-radius:999px;padding:5px 11px;font-size:11px;font-weight:800;color:#55705e;width:max-content}.eyebrow:before{content:"✦";color:var(--vc-accent)}.hero-copy h1{font-size:clamp(48px,5.6vw,82px);line-height:.96;letter-spacing:-.055em;margin:18px 0 20px;max-width:760px}.hero-copy h1 em{font-style:normal;color:#3e8b63}.hero-copy p{max-width:650px;color:#52635a;font-size:17px}.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:13px 20px;font-size:13px;font-weight:800;border:1px solid transparent;cursor:pointer}.btn.primary{background:var(--vc-primary);color:#fff}.btn.accent{background:var(--vc-accent);color:#14251c}.btn.outline{border-color:#9daf9f;color:var(--vc-primary);background:transparent}.btn:hover{transform:translateY(-1px)}
.section{padding:90px 5vw}.section.light{background:#fbfcf9}.section.dark{background:var(--vc-primary);color:#fff}.section-head{text-align:center;max-width:820px;margin:0 auto 48px}.section-head .eyebrow{margin:auto}.section-head h2{font-size:clamp(34px,4vw,58px);line-height:1.05;letter-spacing:-.04em;margin:15px 0}.section-head p{color:#6a756e;margin:0}.section.dark .section-head p{color:#b6c7bd}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.service-card{background:#fff;border:1px solid #edf0eb;border-radius:24px;padding:18px;box-shadow:0 8px 25px rgba(8,33,24,.04);transition:.22s;min-width:0}.service-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.service-card img{width:100%;aspect-ratio:1.35;object-fit:cover;border-radius:18px;margin-top:18px}.service-card .num{width:42px;height:42px;border-radius:50%;background:#eef3ec;display:grid;place-items:center;font-weight:900;color:var(--vc-primary)}.service-card h3{font-size:21px;line-height:1.1;margin:16px 0 7px}.service-card p{font-size:13px;color:#68736d;margin:0 0 10px}
.about-grid{max-width:1180px;margin:auto;display:grid;grid-template-columns:.95fr 1.05fr;gap:58px;align-items:center}.about-copy h2,.why-copy h2{font-size:clamp(38px,4vw,60px);line-height:1.06;letter-spacing:-.045em;margin:17px 0}.about-copy p,.why-copy p{color:#66716b;font-size:16px}.about-art{display:grid;gap:18px}.about-art img{border-radius:24px;box-shadow:var(--shadow)}.stats-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#d9e1d9;border-radius:20px;overflow:hidden}.stat-box{background:var(--vc-primary);color:#fff;padding:25px}.stat-box b{display:block;font-size:34px;color:#d5c372}.stat-box span{font-size:12px;color:#dce6df}.mini-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:36px}.mini-card{border-radius:20px;padding:23px;background:linear-gradient(135deg,#e8f4dd,#f5edd7);min-height:150px}.mini-card b{display:block;font-size:18px;line-height:1.2;margin:18px 0 4px}.mini-card span{font-size:12px;color:#617067}.mini-icon{width:44px;height:44px;border-radius:14px;background:#fff;display:grid;place-items:center;font-size:20px}
.why-grid{max-width:1180px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.why-image{position:relative}.why-image img{border-radius:25px;width:100%;box-shadow:0 25px 70px rgba(0,0,0,.25)}.why-badge{position:absolute;left:-18px;bottom:28px;background:var(--vc-accent);color:#14251c;border-radius:20px;padding:18px 22px;font-weight:900;box-shadow:0 15px 35px rgba(0,0,0,.18)}.why-copy p{color:#b7c7bd}.feature-list{margin-top:25px;display:grid;gap:0}.feature-row{display:grid;grid-template-columns:52px 1fr;gap:16px;padding:20px 0;border-top:1px solid rgba(255,255,255,.10)}.feature-row:first-child{border-top:0}.feature-icon{width:48px;height:48px;border-radius:50%;background:#315f47;display:grid;place-items:center;color:#e8d885;font-weight:900}.feature-row h3{font-size:18px;margin:0 0 4px}.feature-row p{margin:0;font-size:13px;color:#aabbb0}
.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:1180px;margin:auto}.project-card{background:#fff;border-radius:24px;overflow:hidden;border:1px solid #ebeee9}.project-card .project-thumb{height:210px;background:linear-gradient(145deg,#173b2c,#c7ab54);display:grid;place-items:center;overflow:hidden}.project-card .project-thumb img{width:100%;height:100%;object-fit:cover}.project-body{padding:22px}.project-meta{font-size:11px;font-weight:900;color:#967f30;letter-spacing:.05em;text-transform:uppercase}.project-card h3{font-size:22px;margin:8px 0 9px;line-height:1.15}.project-card p{font-size:13px;color:#6a746d}.project-card a.more{font-size:12px;font-weight:900;color:#244c39}
.process-wrap{max-width:1180px;margin:auto}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:44px;position:relative}.process-grid:before{content:"";position:absolute;left:15%;right:15%;top:42px;border-top:1px dashed rgba(255,255,255,.30)}.process-step{text-align:center;position:relative;z-index:1}.step-icon{width:84px;height:84px;margin:0 auto 18px;border-radius:50%;background:#173c2d;border:16px solid #123426;display:grid;place-items:center;color:#e4d277;font-size:27px;font-weight:900}.process-step h3{font-size:22px;margin:8px 0}.process-step p{color:#aabbb0;font-size:13px;max-width:290px;margin:auto}.marquee{display:flex;gap:46px;overflow:hidden;background:#c7ab54;color:#12241b;padding:16px 22px;font-weight:900;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.marquee span:before{content:"✺";margin-right:14px}
.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:1000px;margin:auto}.team-card{background:#fff;border:1px solid #e6ebe5;border-radius:25px;padding:30px;text-align:center}.team-avatar{width:110px;height:110px;border-radius:50%;margin:0 auto 18px;background:linear-gradient(135deg,#193d2e,#c7ab54);display:grid;place-items:center;color:#fff;font-size:32px;font-weight:900;box-shadow:0 12px 30px rgba(10,35,25,.14)}.team-card h3{margin:0;font-size:21px}.team-card p{margin:5px 0 0;color:#8b7426;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.partner-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;max-width:1180px;margin:34px auto 0}.partner-pill{background:#fff;border:1px solid #e6eae4;padding:17px;border-radius:16px;text-align:center;font-weight:800;font-size:13px}
.news-layout{max-width:1180px;margin:auto;display:grid;grid-template-columns:1.25fr .75fr;gap:24px}.news-feature,.news-small{background:#fff;border-radius:22px;overflow:hidden;border:1px solid #eaeee9}.news-feature .news-image{height:330px}.news-image{background:linear-gradient(135deg,#173b2c,#e8dfbd);overflow:hidden}.news-image img{width:100%;height:100%;object-fit:cover}.news-body{padding:22px}.news-body .tag{display:inline-flex;border-radius:999px;background:#e7efe7;color:#2c684b;padding:5px 9px;font-size:10px;font-weight:900;text-transform:uppercase}.news-body h3{font-size:25px;line-height:1.12;margin:10px 0}.news-body p{font-size:13px;color:#6a746d}.news-stack{display:grid;gap:14px}.news-small{display:grid;grid-template-columns:150px 1fr}.news-small .news-image{height:100%}.news-small .news-body{padding:16px}.news-small h3{font-size:17px;margin:7px 0}.news-small p{display:none}
.footer-cta{background:linear-gradient(135deg,#0d2c20,#1b4b37);color:#fff;padding:70px 8vw;display:flex;justify-content:space-between;align-items:center;gap:30px}.footer-cta h2{font-size:clamp(34px,4vw,56px);line-height:1.03;margin:12px 0;max-width:900px}.footer-cta .eyebrow{color:#e4d379;border-color:rgba(255,255,255,.22)}.footer{background:#112d22;color:#dce5de;padding:55px 6vw;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:34px;border-top:1px solid rgba(255,255,255,.08)}.footer h3{margin:0 0 8px;font-size:18px}.footer b{color:#fff}.footer p{font-size:13px;line-height:1.9}.footer .muted{color:#93a69a}.footer-brand{display:flex;gap:15px}.footer-brand img{width:86px;height:86px;object-fit:contain;background:#fff;border-radius:18px;padding:5px}.link-button{padding:0;border:0;background:none;color:inherit;cursor:pointer}.footer-bottom{background:#0b2119;color:#8fa397;padding:16px 6vw;font-size:11px;display:flex;justify-content:space-between;gap:15px}
.pagehero{padding:120px 6vw 78px;background:linear-gradient(145deg,#0c251b,#204b37);color:#fff}.pagehero .eyebrow{color:#e3d277;border-color:rgba(255,255,255,.2)}.pagehero h1{font-size:clamp(44px,6vw,76px);line-height:1;letter-spacing:-.045em;margin:14px 0}.pagehero p{max-width:780px;color:#c6d4ca;font-size:17px}.content-wrap{max-width:1120px;margin:auto;padding:75px 24px}.content-wrap .lead{font-size:20px;line-height:1.7;color:#506058}.prose{font-size:17px;color:#4f5d55;line-height:1.85}.prose p{margin:0 0 18px}.filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:35px}.filters a{background:#f4f5f1;border:1px solid #e1e6df;border-radius:999px;padding:8px 13px;font-size:12px;font-weight:800}.timeline{display:grid;gap:18px}.timeline article{display:grid;grid-template-columns:90px 1fr;gap:20px}.tl-year{font-size:24px;font-weight:900;color:#a18936}.tl-card{background:#fff;border:1px solid #e6eae5;border-radius:20px;padding:22px}.tl-card h2{margin:6px 0;font-size:24px}.form{margin-top:28px}.form-grid-public{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form input,.form textarea,.form select{width:100%;border:1px solid #d9e0d9;border-radius:12px;padding:13px;background:#fff;outline:none}.form input:focus,.form textarea:focus{border-color:#6d8f7b;box-shadow:0 0 0 3px rgba(37,84,61,.08)}.form .full{grid-column:1/-1}.form button{border:0;background:var(--vc-primary);color:#fff;padding:13px 19px;border-radius:999px;font-weight:800;cursor:pointer}.privacy-check{display:flex;gap:8px;align-items:flex-start;margin:14px 0;font-size:12px;color:#68736d}.privacy-check input{width:auto;margin-top:3px}.privacy-check a{text-decoration:underline}.recaptcha-wrap{margin:15px 0}.notice{padding:14px 16px;background:#eef7ef;border:1px solid #cfe4d3;color:#2d6544;border-radius:12px;margin:15px 0}
.legal-grid{display:grid;grid-template-columns:280px 1fr;gap:35px}.legal-nav{position:sticky;top:30px;height:max-content;background:#f7f8f4;border:1px solid #e6eae4;border-radius:18px;padding:18px}.legal-nav a{display:block;padding:9px 8px;font-size:13px}.legal-copy h2{font-size:28px;margin-top:38px}.legal-copy h3{font-size:19px}.legal-copy p,.legal-copy li{color:#55635b;line-height:1.75}
.cookie-backdrop{position:fixed;inset:0;background:rgba(12,18,15,.72);backdrop-filter:blur(8px);z-index:9998}.cookie-center{position:fixed;z-index:9999;left:50%;top:50%;transform:translate(-50%,-50%);width:min(1120px,calc(100vw - 32px));max-height:min(850px,calc(100vh - 32px));background:#fff;border-radius:30px;box-shadow:0 35px 100px rgba(0,0,0,.33);display:grid;grid-template-rows:auto 1fr auto;overflow:hidden}.cookie-top{padding:24px 28px 5px;display:flex;align-items:center;justify-content:space-between;gap:18px}.cookie-back{width:52px;height:52px;border-radius:16px;border:1px solid #dbe3dc;background:#fff;font-size:26px;color:var(--vc-primary);cursor:pointer}.cookie-policy-link{background:#eef2ef;color:#304155;border-radius:16px;padding:16px 22px;font-weight:800;font-size:14px}.cookie-scroll{padding:18px 30px 22px;overflow:auto}.cookie-kicker{color:#3e8b63;font-size:14px}.cookie-center h2{font-size:clamp(32px,4.1vw,54px);line-height:1.05;margin:9px 0 14px;color:var(--vc-primary);max-width:850px}.cookie-intro{font-size:17px;color:#46566c;max-width:900px}.cookie-actions{display:flex;justify-content:flex-end;gap:12px;margin:18px 0}.cookie-btn{border:1px solid #dbe1dc;border-radius:999px;padding:12px 20px;font-weight:900;background:#fff;cursor:pointer}.cookie-btn.gold{background:var(--vc-primary);color:#fff;border-color:var(--vc-primary)}.cookie-list{display:grid;gap:13px}.cookie-row{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;border:1px solid #e2e7e1;border-radius:22px;padding:20px}.cookie-row h3{margin:0 0 5px;font-size:18px;color:var(--vc-primary)}.cookie-row p{margin:0;color:#647389;font-size:14px;max-width:750px}.switch{display:flex;align-items:center;gap:9px;cursor:pointer}.switch input{display:none}.switch span{width:57px;height:34px;background:#cfd7d0;border-radius:999px;position:relative;transition:.2s}.switch span:after{content:"";position:absolute;width:26px;height:26px;left:4px;top:4px;border-radius:50%;background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.16);transition:.2s}.switch input:checked+span{background:#3e8b63}.switch input:checked+span:after{transform:translateX(23px)}.switch b{font-size:13px;color:#405069}.cookie-footer{border-top:1px solid #e7ebe6;padding:20px 30px;display:flex;justify-content:flex-end;background:#fff}.cookie-save{border:0;background:var(--vc-primary);color:#fff;border-radius:999px;padding:11px 18px;font-weight:900;font-size:15px;cursor:pointer}.cookie-fab{position:fixed;z-index:9000;left:18px;bottom:18px;width:48px;height:48px;border:0;border-radius:50%;background:var(--vc-primary);color:#fff;box-shadow:0 10px 30px rgba(0,0,0,.25);cursor:pointer;display:none}
@media(max-width:1120px){.nav{gap:16px}.nav a{font-size:11px}.service-grid{grid-template-columns:1fr 1fr}.project-grid{grid-template-columns:1fr 1fr}.partner-strip{grid-template-columns:1fr 1fr}.footer{grid-template-columns:1.5fr 1fr 1fr}.footer>div:last-child{grid-column:2}.hero-copy{padding-left:5vw;padding-right:5vw}}
@media(max-width:980px){.site-header{height:82px;margin:0 18px;padding:0 18px}.hamb{display:grid}.nav{display:none;position:absolute;top:92px;left:0;right:0;background:#fff;border-radius:18px;padding:20px;box-shadow:0 20px 50px rgba(10,30,22,.18);flex-direction:column;align-items:stretch;gap:4px}.nav.open{display:flex}.nav a{padding:11px 9px}.navcta{text-align:center;margin-top:4px}.home-hero{padding-left:18px;padding-right:18px}.hero-grid{grid-template-columns:1fr}.hero-visual{min-height:430px}.hero-copy{padding:60px 36px}.about-grid,.why-grid,.news-layout{grid-template-columns:1fr}.why-image{max-width:700px;margin:auto}.mini-cards{grid-template-columns:1fr 1fr 1fr}.team-grid{grid-template-columns:1fr 1fr 1fr}.footer{grid-template-columns:1fr 1fr}.footer>div:last-child{grid-column:auto}.cookie-center{width:min(900px,calc(100vw - 24px))}.cookie-row{grid-template-columns:1fr}.switch{justify-content:flex-end}}
@media(max-width:720px){.topline{font-size:10px}.brand span{display:none}.brand img{width:50px;height:50px}.home-hero{padding-top:100px}.hero-visual{min-height:320px}.hero-copy{padding:48px 22px}.hero-copy h1{font-size:48px}.section{padding:65px 20px}.service-grid,.project-grid,.team-grid,.partner-strip,.mini-cards{grid-template-columns:1fr}.stats-strip{grid-template-columns:1fr}.process-grid{grid-template-columns:1fr;gap:24px}.process-grid:before{display:none}.marquee{font-size:12px;gap:24px}.news-small{grid-template-columns:110px 1fr}.footer-cta{padding:55px 22px;display:block}.footer-cta .btn{margin-top:16px}.footer{grid-template-columns:1fr;padding:45px 22px}.footer-bottom{padding:16px 22px;display:block}.pagehero{padding:110px 22px 58px}.content-wrap{padding:55px 18px}.timeline article{grid-template-columns:1fr;gap:5px}.form-grid-public{grid-template-columns:1fr}.form .full{grid-column:auto}.legal-grid{grid-template-columns:1fr}.legal-nav{position:static}.cookie-center{max-height:calc(100vh - 14px);width:calc(100vw - 14px);border-radius:22px}.cookie-top{padding:16px 18px 2px}.cookie-back{width:44px;height:44px}.cookie-policy-link{padding:11px 13px;font-size:11px}.cookie-scroll{padding:13px 18px 16px}.cookie-center h2{font-size:32px}.cookie-intro{font-size:14px}.cookie-actions{justify-content:stretch}.cookie-btn{flex:1;padding:11px 9px;font-size:12px}.cookie-row{padding:16px}.cookie-footer{padding:15px 18px}.switch{justify-content:flex-start}.cookie-fab{width:44px;height:44px}.why-badge{left:12px}.footer-brand{align-items:flex-start}}

/* v4 - focus Caccuri */
.vision-band{background:linear-gradient(135deg,var(--vc-primary),#071a13);color:#fff;padding-top:84px;padding-bottom:84px}.vision-grid{max-width:1320px;margin:auto;display:grid;grid-template-columns:1.02fr .98fr;gap:70px;align-items:center}.vision-copy h2{font-size:clamp(38px,5vw,68px);line-height:1.02;margin:18px 0}.vision-copy p{color:#cbd8d0;font-size:17px;max-width:680px}.vision-points{display:flex;flex-wrap:wrap;gap:9px;margin:24px 0 30px}.vision-points span{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.06);padding:9px 13px;border-radius:999px;font-size:12px;font-weight:800}.vision-art{position:relative;background:#f5f1e6;border-radius:28px;overflow:hidden;min-height:440px;display:grid;place-items:center}.vision-art img{width:100%;height:100%;min-height:440px;object-fit:cover}.vision-stamp{position:absolute;left:24px;bottom:24px;background:var(--vc-accent);color:#182019;border-radius:18px;padding:15px 19px;font-size:12px;text-transform:uppercase;letter-spacing:.08em;box-shadow:0 12px 35px rgba(0,0,0,.22)}.vision-stamp b{font-size:17px;letter-spacing:0;text-transform:none}@media(max-width:980px){.vision-grid{grid-template-columns:1fr}.vision-art{min-height:360px}.vision-art img{min-height:360px}}@media(max-width:720px){.vision-band{padding:58px 20px}.vision-copy h2{font-size:42px}.vision-art,.vision-art img{min-height:290px}}


/* v4.1 — FIX GDPR + layout ultrawide + home canonica */
.cookie-center[hidden],.cookie-backdrop[hidden]{display:none!important}
.cookie-back{color:var(--vc-primary)}
.cookie-policy-link{background:#eef5f0;color:var(--vc-primary);border:1px solid #d9e7dd}
.cookie-kicker{font-weight:800}
.cookie-center h2,.cookie-row h3{color:var(--vc-primary)}
.cookie-btn.light:hover,.cookie-back:hover,.cookie-policy-link:hover{border-color:#90af9b;background:#f5faf6}
.cookie-btn.gold:hover,.cookie-save:hover{background:var(--vc-secondary)}
.cookie-save{min-width:150px;box-shadow:0 8px 22px rgba(14,42,32,.16)}
.switch input:checked+span{box-shadow:0 0 0 3px rgba(62,139,99,.10)}

/* Il sito occupa realmente tutta la viewport, anche con monitor 21:9 / 32:9 o zoom ridotto. */
html,body{width:100%;max-width:none;overflow-x:hidden}
.site-shell{width:100%;max-width:none;margin:0}

@media (min-width:1440px){
  .site-header{margin-left:2vw;margin-right:2vw;padding-left:34px;padding-right:34px}
  .home-hero{padding-left:2vw;padding-right:2vw}
  .section{padding-left:4vw;padding-right:4vw}
  .about-grid,.why-grid,.project-grid,.process-wrap,.news-layout,.partner-strip,.vision-grid{max-width:1480px}
  .team-grid{max-width:1260px}
  .content-wrap{max-width:1360px}
  .section-head{max-width:980px}
  .project-card .project-thumb{height:250px}
}
@media (min-width:1800px){
  .site-header{margin-left:1.5vw;margin-right:1.5vw}
  .home-hero{padding-left:1.5vw;padding-right:1.5vw}
  .section{padding-left:3vw;padding-right:3vw}
  .about-grid,.why-grid,.project-grid,.process-wrap,.news-layout,.partner-strip,.vision-grid{max-width:1680px}
  .team-grid{max-width:1440px}
  .content-wrap{max-width:1540px}
  .hero-grid{min-height:700px}
  .hero-copy{padding-left:5.5vw;padding-right:5.5vw}
  .service-grid{gap:24px}
  .project-grid{gap:24px}
  .project-card .project-thumb{height:285px}
  .news-feature .news-image{height:390px}
}
@media (min-width:2400px){
  .site-header{margin-left:1.25vw;margin-right:1.25vw}
  .home-hero{padding-left:1.25vw;padding-right:1.25vw}
  .section{padding-left:2.5vw;padding-right:2.5vw}
  .about-grid,.why-grid,.project-grid,.process-wrap,.news-layout,.partner-strip,.vision-grid{max-width:1960px}
  .team-grid{max-width:1680px}
  .content-wrap{max-width:1760px}
  .section-head{max-width:1120px}
  .hero-grid{min-height:760px}
  .hero-copy h1{max-width:930px}
  .hero-copy p{max-width:820px;font-size:19px}
  .service-card h3{font-size:24px}
  .service-card p{font-size:14px}
}

/* v4.3 — mobile refinement, off-canvas menu, GDPR fab, decorative leaves */
body.nav-lock{overflow:hidden}
.site-header{overflow:visible}
.nav-overlay{display:none}
.mobile-nav-head,.nav-close{display:none}

.news-stack{align-self:start;grid-auto-rows:min-content}
.news-small{align-items:stretch;min-height:152px}
.news-small .news-body{display:flex;flex-direction:column;justify-content:center}

.cookie-fab{display:grid;place-items:center;font-size:11px;font-weight:900;letter-spacing:.06em;line-height:1;background:#0e2a20}
.cookie-fab span{display:block;transform:translateY(1px)}

.home-hero,.section.dark,.footer-cta,.footer{position:relative;isolation:isolate}
.home-hero:before,.section.dark:before,.footer-cta:before,.footer:after{content:"";position:absolute;pointer-events:none;background-repeat:no-repeat;background-size:contain;opacity:.95;z-index:0}
.home-hero:before{width:210px;height:185px;left:3vw;top:62px;background-image:url('/assets/img/deco-frond.svg')}
.section.dark:before{width:170px;height:170px;right:5vw;top:38px;background-image:url('/assets/img/deco-leaf.svg')}
.footer-cta:before{width:150px;height:150px;right:14vw;top:22px;background-image:url('/assets/img/deco-leaf.svg')}
.footer:after{width:220px;height:180px;right:2vw;top:12px;background-image:url('/assets/img/deco-frond.svg');opacity:.7}
.home-hero > *, .section.dark > *, .footer-cta > *, .footer > *{position:relative;z-index:1}

.hero-copy h1,.vision-copy h2,.section-head h2,.about-copy h2{ text-wrap:balance }
.why-badge{backdrop-filter:blur(8px)}

@media (max-width:980px){
  .nav-overlay{position:fixed;inset:0;background:rgba(5,18,13,.46);backdrop-filter:blur(2px);z-index:69}
  .nav-overlay.show{display:block}
  .nav{display:flex;position:fixed;top:0;right:0;bottom:0;left:auto;width:min(360px,90vw);max-width:360px;height:100dvh;background:#fff;border-radius:24px 0 0 24px;padding:18px 18px 26px;box-shadow:-20px 0 60px rgba(4,16,12,.25);flex-direction:column;align-items:stretch;gap:6px;transform:translateX(108%);transition:transform .28s ease;z-index:70;overflow:auto}
  .nav.open{display:flex;transform:translateX(0)}
  .mobile-nav-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px 2px 16px;margin-bottom:10px;border-bottom:1px solid #edf2ee}
  .mobile-nav-brand{display:flex;align-items:center;gap:10px}
  .mobile-nav-brand img{width:46px;height:46px;object-fit:contain}
  .mobile-nav-brand b{display:block;font-size:15px;line-height:1.1;color:var(--vc-primary)}
  .mobile-nav-brand span{display:block;font-size:10px;letter-spacing:.16em;font-weight:900;color:#a48a39;margin-top:2px;text-transform:uppercase}
  .nav-close{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;border:1px solid #dce7de;background:#f5f8f5;color:var(--vc-primary);font-size:28px;line-height:1;cursor:pointer}
  .nav a{padding:13px 12px;border-radius:14px}
  .nav a:hover,.nav a:focus-visible{background:#f3f7f4}
  .nav a:not(.navcta):after{display:none}
  .navcta{margin-top:10px;text-align:center}
  .hero-grid{grid-template-columns:1fr;background:linear-gradient(180deg,#0f2c21 0%,#123327 52%,#ece8d5 52%,#f4f0e5 100%)}
  .hero-visual{min-height:360px}
  .hero-copy{padding:44px 28px 42px}
  .hero-copy h1{font-size:clamp(42px,8vw,60px);line-height:.95;max-width:100%}
  .hero-copy p{font-size:15px;max-width:100%}
  .home-hero:before{width:145px;height:128px;left:14px;top:96px;opacity:.88}
  .section.dark:before,.footer:after{opacity:.45}
}

@media (max-width:720px){
  .topline{padding:8px 14px;font-size:10px;line-height:1.45}
  .site-header{height:78px;margin:0 14px;padding:0 14px;border-radius:18px;transform:translateY(14px)}
  .brand img{width:48px;height:48px}
  .hamb{width:52px;height:52px;background:#eff4ef}
  .home-hero{padding:92px 14px 0}
  .hero-visual{min-height:286px}
  .hero-copy{padding:34px 18px 32px}
  .hero-copy h1{font-size:clamp(34px,11vw,46px);letter-spacing:-.045em}
  .hero-actions{gap:8px}
  .btn{width:100%}
  .hero-actions .btn{width:100%}
  .section{padding:54px 16px}
  .section-head h2,.about-copy h2,.vision-copy h2{font-size:clamp(30px,9vw,42px);line-height:1.02}
  .about-copy p,.vision-copy p,.news-body p,.project-body p,.feature-row p{font-size:14px}
  .mini-cards{grid-template-columns:1fr;gap:12px}
  .news-layout{gap:16px}
  .news-feature .news-image{height:235px}
  .news-small{grid-template-columns:96px 1fr;min-height:unset}
  .news-small h3{font-size:16px;line-height:1.15}
  .cookie-fab{left:14px;bottom:14px;width:52px;height:52px;border-radius:18px}
  .vision-band{padding-left:16px;padding-right:16px}
  .home-hero:before{width:118px;height:105px;left:10px;top:104px}
}

/* v4.4 motion + marquee upgrade */
.hero-visual{position:relative}
.hero-visual img{position:relative;z-index:1}
.hero-orbit{position:absolute;left:6%;top:19%;width:39%;aspect-ratio:1/1;border:2px solid rgba(78,209,107,.32);border-radius:50%;z-index:3;animation:orbitSpin 18s linear infinite}
.hero-orbit-dot{position:absolute;width:16px;height:16px;border-radius:50%;background:#4ed16b;box-shadow:0 0 0 6px rgba(78,209,107,.12)}
.hero-orbit-dot.d1{left:-7px;top:48%}.hero-orbit-dot.d2{right:7%;top:0}.hero-orbit-dot.d3{right:0;bottom:16%}
.hero-leaf,.hero-frond{position:absolute;background-repeat:no-repeat;background-size:contain;background-position:center;pointer-events:none;z-index:3}
.hero-leaf{background-image:url('/assets/img/deco-leaf.svg');width:130px;height:130px;animation:floatLeaf 6.5s ease-in-out infinite}
.hero-leaf-a{left:2%;top:28%;filter:blur(.4px)}
.hero-leaf-b{right:10%;bottom:10%;width:120px;height:120px;animation-delay:-2.2s}
.hero-frond{background-image:url('/assets/img/deco-frond.svg');width:245px;height:205px;right:3%;top:4%;animation:floatFrond 8.5s ease-in-out infinite}

.marquee{overflow:hidden;background:#49c777;color:#fff;padding:18px 0;position:relative}
.marquee:before,.marquee:after{content:"";position:absolute;top:0;bottom:0;width:70px;z-index:2;pointer-events:none}
.marquee:before{left:0;background:linear-gradient(90deg,#49c777,rgba(73,199,119,0))}
.marquee:after{right:0;background:linear-gradient(-90deg,#49c777,rgba(73,199,119,0))}
.marquee-track{display:flex;align-items:center;gap:56px;white-space:nowrap;width:max-content;min-width:200%;animation:marqueeLoop 26s linear infinite}
.marquee span{display:inline-flex;align-items:center;font-size:18px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}
.marquee span:before{content:"✺";margin-right:14px;color:#eff9e8}

.section.dark:before,.footer-cta:before,.footer:after,.home-hero:before{animation:floatFrond 9s ease-in-out infinite}
.section.dark .deco-leaf,.footer-cta .deco-leaf{animation:floatLeaf 7s ease-in-out infinite}

@keyframes orbitSpin{from{transform:rotate(0)}to{transform:rotate(360deg)}}
@keyframes floatLeaf{0%,100%{transform:translate3d(0,0,0) rotate(0deg)}50%{transform:translate3d(0,-10px,0) rotate(4deg)}}
@keyframes floatFrond{0%,100%{transform:translate3d(0,0,0)}50%{transform:translate3d(0,12px,0)}}
@keyframes marqueeLoop{from{transform:translateX(0)}to{transform:translateX(-50%)}}

@media (prefers-reduced-motion: reduce){
  .hero-orbit,.hero-leaf,.hero-frond,.marquee-track,.section.dark:before,.footer-cta:before,.footer:after,.home-hero:before{animation:none !important}
}

@media(max-width:980px){
  .hero-orbit{left:7%;top:16%;width:46%}
  .hero-frond{width:185px;height:155px;right:2%;top:4%}
  .hero-leaf{width:90px;height:90px}
  .marquee span{font-size:16px}
  .marquee-track{gap:34px}
}
@media(max-width:720px){
  .hero-orbit{left:4%;top:12%;width:52%;border-width:1px}
  .hero-orbit-dot{width:12px;height:12px;box-shadow:0 0 0 4px rgba(78,209,107,.12)}
  .hero-frond{width:120px;height:110px;right:1%;top:4%}
  .hero-leaf-a{left:1%;top:35%;width:68px;height:68px}
  .hero-leaf-b{right:8%;bottom:7%;width:70px;height:70px}
  .marquee{padding:14px 0}
  .marquee-track{gap:22px;min-width:260%}
  .marquee span{font-size:13px}
}

/* v4.5 fidelity update: original PNG hero + footer + VAT */
.home-hero:before{display:none !important}
.hero-grid{background:linear-gradient(110deg,#08251b 0 49.5%,#e9e8d0 49.5% 100%)}
.hero-visual{background:
  radial-gradient(circle at 8% 28%, rgba(126,214,58,.65), rgba(126,214,58,0) 10%),
  linear-gradient(90deg,#062118,#0d3224 65%,#103627)}
.hero-visual img{position:absolute;left:50%;bottom:4%;transform:translateX(-50%);width:min(68%,560px);height:auto;object-fit:contain;opacity:1;z-index:2;filter:drop-shadow(0 20px 26px rgba(0,0,0,.22))}
.hero-visual:after{background:linear-gradient(90deg,rgba(10,34,25,.04),rgba(10,34,25,.2))}
.hero-orbit{left:6%;top:22%;width:38%;aspect-ratio:1/1;border:2px solid rgba(92,192,123,.3);animation:none}
.hero-orbit-dot{width:17px;height:17px;box-shadow:0 0 0 7px rgba(78,209,107,.10)}
.hero-orbit-dot.d1{left:18%;top:7%}
.hero-orbit-dot.d2{right:-2%;top:26%}
.hero-orbit-dot.d3{left:42%;bottom:-1%}
.hero-leaf,.hero-frond{z-index:3;filter:drop-shadow(0 10px 24px rgba(0,0,0,.18))}
.hero-leaf{background-image:url('/assets/img/leaf-original.png');width:108px;height:102px;animation:floatLeaf 7.5s ease-in-out infinite}
.hero-leaf-a{left:3.4%;top:36%;transform:rotate(-10deg)}
.hero-leaf-b{right:11%;bottom:4%;width:112px;height:106px;transform:rotate(8deg)}
.hero-frond{background-image:url('/assets/img/palm-original.png');width:172px;height:218px;left:auto;right:11%;top:6%;animation:floatFrond 9s ease-in-out infinite}

.footer-cta:before,.footer:after{content:none !important}
.footer-cta{background:
  radial-gradient(circle at 28% 40%, rgba(115,205,157,.28), rgba(115,205,157,0) 18%),
  radial-gradient(circle at 74% 26%, rgba(58,157,120,.26), rgba(58,157,120,0) 14%),
  linear-gradient(135deg,#06241a,#0c3225 52%,#07281d);padding:72px 5.2vw 6px;display:block;position:relative;overflow:hidden}
.footer-cta:after{content:"";position:absolute;inset:0;background-image:url('/assets/img/leaf-original.png');background-repeat:no-repeat;background-size:92px auto;background-position:54% 20%;pointer-events:none;opacity:.96}
.footer-cta-copy{position:relative;z-index:2;max-width:700px;padding-left:min(24vw,28%)}
.footer-cta-copy .btn{margin-top:18px;background:#54d47f;color:#fff}
.footer-cta-copy h2{max-width:650px;font-size:clamp(34px,3.8vw,58px);line-height:1.02;margin:12px 0 10px}
.footer-cta-copy p{max-width:530px;color:#dde8e0}
.footer-cta-badge{position:absolute;right:18%;top:54px;width:112px;height:112px;border-radius:50%;display:grid;place-items:center;background:#57d67f;color:#fff;font-size:11px;font-weight:800;text-align:center;padding:18px;border:10px solid rgba(255,255,255,.07);z-index:2}
.footer{background:#06271d;padding:0 8px 8px;display:block;position:relative}
.footer:before{content:"";position:absolute;right:11%;top:6px;width:180px;height:200px;background:url('/assets/img/palm-original.png') center/contain no-repeat;opacity:.98;pointer-events:none;z-index:2}
.footer-card{position:relative;background:rgba(9,43,32,.9);border-top:4px solid #54d47f;border-radius:24px;padding:44px 3.6vw 18px;overflow:hidden;min-height:260px}
.footer-card:after{content:"";position:absolute;left:17%;bottom:48px;width:96px;height:96px;background:url('/assets/img/leaf-original.png') center/contain no-repeat;filter:blur(.5px);opacity:.95}
.footer-grid{display:grid;grid-template-columns:1.3fr .9fr .9fr 1fr;gap:42px;position:relative;z-index:3}
.footer-col h4{margin:0 0 18px;color:#fff;font-size:19px}
.footer-col p,.footer-col li,.footer-col a,.footer-summary{color:#dbe7df;font-size:14px;line-height:1.9}
.footer-col ul{list-style:none;padding:0;margin:0}
.footer-col li+li{margin-top:4px}
.footer-col a{display:flex;align-items:center;justify-content:space-between;gap:12px}
.footer-col a:after{content:'→';opacity:.9}
.footer-col-brand h3{margin:0 0 10px;font-size:18px;color:#fff}
.footer-brand-head{display:flex;gap:16px;align-items:flex-start}
.footer-brand-head img{width:42px;height:42px;object-fit:contain}
.footer-brand-head p{margin:0;color:#dbe7df;font-size:13px}
.footer-summary{max-width:300px;margin:14px 0 18px}
.footer-socials{display:flex;gap:10px}
.footer-socials a{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.08);color:#fff;font-size:11px;font-weight:800}
.footer-contact-label{color:#7fb68e !important;text-transform:uppercase;font-size:12px !important;letter-spacing:.04em;margin:0}
.link-button{color:#fff;text-decoration:underline;text-underline-offset:3px}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;align-items:center;border-top:1px solid rgba(255,255,255,.08);margin-top:28px;padding-top:18px;background:none;color:#dbe7df;font-size:12px;position:relative;z-index:3}
.footer-bottom-links{display:flex;gap:26px;flex-wrap:wrap}
.footer-bottom-links a{color:#fff;font-size:12px}

@media(max-width:1180px){
  .footer-grid{grid-template-columns:1.2fr 1fr 1fr}
  .footer-col:last-child{grid-column:1/-1}
  .footer-cta-copy{padding-left:8vw}
}
@media(max-width:980px){
  .hero-visual img{width:min(74%,520px)}
  .hero-orbit{left:7%;top:16%;width:45%}
  .hero-frond{right:7%;top:4%;width:148px;height:186px}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-col:last-child{grid-column:auto}
  .footer-cta-copy{padding-left:0;max-width:100%}
  .footer-cta-badge{right:10%;top:40px}
}
@media(max-width:720px){
  .hero-grid{grid-template-columns:1fr;background:linear-gradient(180deg,#08251b 0 46%,#ece8d3 46%)}
  .hero-visual{min-height:360px}
  .hero-visual img{width:min(70%,380px);bottom:5%}
  .hero-orbit{left:6%;top:18%;width:54%}
  .hero-orbit-dot{width:13px;height:13px;box-shadow:0 0 0 5px rgba(78,209,107,.10)}
  .hero-leaf-a{left:5%;top:36%;width:74px;height:72px}
  .hero-leaf-b{right:4%;bottom:6%;width:76px;height:74px}
  .hero-frond{right:2%;top:5%;width:112px;height:140px}
  .footer-cta{padding:58px 20px 0}
  .footer-cta-copy h2{font-size:38px}
  .footer-cta-badge{position:static;margin:18px 0 0 auto;width:96px;height:96px;font-size:10px}
  .footer{padding:0 0 8px}
  .footer-card{border-radius:20px;padding:36px 22px 18px}
  .footer:before{right:4%;top:8px;width:110px;height:124px;opacity:.85}
  .footer-grid{grid-template-columns:1fr;gap:24px}
  .footer-bottom{display:block}
  .footer-bottom-links{margin-top:12px;gap:16px}
}

/* v4.5 — asset originali utente + footer fedele alla reference */
/* Rimuove le decorazioni vettoriali costruite in precedenza. */
.home-hero:before,.section.dark:before,.footer-cta:before,.footer:after{display:none!important}
.hero-copy:after{display:none!important}
.hero-leaf,.hero-frond{display:none!important}

.hero-visual{background:#08281d;isolation:isolate;min-height:620px}
.hero-visual:after{display:none!important}
.hero-hand-photo{position:absolute!important;z-index:4!important;left:50%;bottom:-2px;transform:translateX(-50%);width:min(74%,620px)!important;height:auto!important;max-height:94%!important;object-fit:contain!important;opacity:1!important;filter:drop-shadow(0 28px 28px rgba(0,0,0,.16))}
.hero-orbit{left:7%;top:18%;width:58%;max-width:470px;aspect-ratio:1;border:2px solid rgba(61,193,115,.42);z-index:2}
.hero-orbit-dot{background:#49c777;box-shadow:0 0 0 7px rgba(73,199,119,.12)}
.hero-palm-original,.hero-leaf-original{position:absolute;z-index:3;pointer-events:none;object-fit:contain;will-change:transform}
.hero-palm-original{width:210px;right:2%;top:4%;animation:originalPalmFloat 8s ease-in-out infinite}
.hero-leaf-original{width:105px;animation:originalLeafFloat 6.8s ease-in-out infinite}
.hero-leaf-one{left:4%;top:27%;filter:blur(1.8px);opacity:.92}
.hero-leaf-two{right:11%;bottom:7%;width:92px;animation-delay:-2.5s}

@keyframes originalPalmFloat{0%,100%{transform:translate3d(0,0,0) rotate(0deg)}50%{transform:translate3d(0,10px,0) rotate(1.4deg)}}
@keyframes originalLeafFloat{0%,100%{transform:translate3d(0,0,0) rotate(-2deg)}50%{transform:translate3d(0,-12px,0) rotate(3deg)}}

/* Footer ricostruito sulla struttura mostrata nella demo Econet, con contenuti VC. */
.footer-zone{background:#06271d;color:#fff;position:relative;overflow:hidden;padding:0 14px 16px}
.footer-cta-econet{min-height:350px;position:relative;background:radial-gradient(circle at 24% 48%,rgba(60,156,106,.54),transparent 28%),radial-gradient(circle at 78% 28%,rgba(29,113,78,.38),transparent 22%),linear-gradient(135deg,#073126,#04281e);display:grid;grid-template-columns:minmax(0,720px) 1fr;align-items:center;padding:62px max(7vw,54px) 70px;border-radius:0;color:#fff;overflow:hidden}
.footer-cta-econet:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 62% 52%,rgba(255,255,255,.035),transparent 17%),radial-gradient(circle at 15% 15%,rgba(255,255,255,.025),transparent 15%);pointer-events:none}
.footer-cta-copy{position:relative;z-index:2}
.footer-cta-copy .eyebrow{color:#64dd8b;border-color:#2b9b61}
.footer-cta-copy h2{font-size:clamp(34px,4.5vw,64px);line-height:1.02;letter-spacing:-.045em;max-width:760px;margin:16px 0}
.footer-cta-copy p{color:#b7c8bf;max-width:680px;margin:0 0 23px}
.footer-cta-btn{background:#45c979!important;color:#fff!important;width:max-content!important}
.footer-cta-leaf{position:absolute;width:145px;height:auto;left:52%;top:26px;z-index:2;animation:originalLeafFloat 7s ease-in-out infinite}
.footer-roundel{position:absolute;right:27%;top:122px;width:114px;height:114px;border-radius:50%;background:#49c777;display:grid;place-items:center;z-index:2;box-shadow:0 14px 30px rgba(0,0,0,.16);animation:orbitSpin 18s linear infinite}
.footer-roundel:before{content:"ECOLOGY · COMMUNITY · CULTURE · ";position:absolute;inset:8px;border:1px dashed rgba(255,255,255,.65);border-radius:50%;font-size:8px;color:#fff;letter-spacing:.08em;padding:16px;text-align:center}
.footer-roundel span{font-weight:900;font-size:24px;position:relative;z-index:2}
.footer-econet{position:relative;background:#12382c;border-radius:26px;border-top:5px solid #49c777;max-width:none;margin:0;overflow:hidden;padding:66px max(7vw,54px) 0}
.footer-palm{position:absolute;right:14%;top:-8px;width:220px;height:auto;opacity:.9;animation:originalPalmFloat 9s ease-in-out infinite;pointer-events:none}
.footer-main-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.35fr .8fr .8fr 1fr;gap:62px;max-width:1260px;margin:0 auto 50px}
.footer-brand-line{display:flex;align-items:center;gap:12px}
.footer-brand-line img{width:54px;height:54px;object-fit:contain;background:#fff;border-radius:14px;padding:4px}
.footer-brand-line h3{font-size:18px;margin:0}.footer-brand-line small{color:#8fc7a7;font-weight:900;letter-spacing:.16em}
.footer-brand-col p{color:#a9bdb2;font-size:13px;line-height:1.75;max-width:320px}
.footer-socials{display:flex;gap:8px;margin-top:18px}.footer-socials a{width:34px;height:34px;border-radius:50%;background:#25483c;display:grid;place-items:center;font-size:12px;font-weight:900}
.footer-col,.footer-contact{display:flex;flex-direction:column;gap:0}.footer-col>b,.footer-contact>b{font-size:15px;margin:0 0 16px;color:#fff}.footer-col>a{display:flex;justify-content:space-between;gap:16px;padding:9px 0;border-bottom:1px solid rgba(255,255,255,.1);font-size:12px;color:#d9e5df}.footer-col>a span{color:#7fe29e}.footer-contact .muted{font-size:11px;color:#7f9a8d}.footer-contact p{font-size:12px;color:#e2ebe6;margin:5px 0 17px;line-height:1.55}
.footer-econet-bottom{position:relative;z-index:2;border-top:1px solid rgba(255,255,255,.1);max-width:1260px;margin:auto;padding:19px 0 24px;display:flex;justify-content:space-between;gap:25px;color:#9fb2a8;font-size:11px}.footer-econet-bottom>div{display:flex;gap:24px;align-items:center}.footer-econet-bottom .link-button{font-size:11px;color:#9fb2a8}

@media(max-width:980px){
 .hero-hand-photo{width:min(68%,520px)!important;max-height:89%!important}.hero-palm-original{width:160px}.hero-orbit{left:5%;top:20%;width:54%}
 .footer-cta-econet{grid-template-columns:1fr;min-height:330px;padding:55px 36px}.footer-cta-leaf{left:auto;right:22%;top:20px;width:110px}.footer-roundel{right:8%;top:90px;width:94px;height:94px}.footer-main-grid{grid-template-columns:1fr 1fr;gap:38px}.footer-palm{right:2%;width:170px}
}
@media(max-width:720px){
 .hero-visual{min-height:330px}.hero-hand-photo{width:min(74%,390px)!important;max-height:94%!important}.hero-orbit{left:5%;top:16%;width:56%;max-width:220px}.hero-palm-original{width:105px;right:1%;top:3%}.hero-leaf-one{width:64px;left:1%;top:26%}.hero-leaf-two{width:62px;right:8%;bottom:6%}
 .footer-zone{padding:0 7px 7px}.footer-cta-econet{padding:48px 22px 66px;border-radius:0;min-height:380px}.footer-cta-copy h2{font-size:38px}.footer-cta-leaf{width:88px;right:12%;top:24px}.footer-roundel{width:78px;height:78px;right:10%;top:150px}.footer-roundel:before{display:none}.footer-econet{border-radius:20px;padding:50px 22px 0}.footer-main-grid{grid-template-columns:1fr;gap:30px;margin-bottom:34px}.footer-palm{width:115px;right:-8px;top:0;opacity:.75}.footer-econet-bottom{display:block;padding:17px 0 22px}.footer-econet-bottom>div{margin-top:12px;gap:14px;flex-wrap:wrap}
}

@media (prefers-reduced-motion: reduce){.hero-palm-original,.hero-leaf-original,.footer-cta-leaf,.footer-palm,.footer-roundel{animation:none!important}}
