@import "https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;600;700&family=Inter:wght@400;500;600&display=swap";:root{--navy:#1b3f7a;--blue:#2a8fc4;--green:#6bbf2a;--bg:#edf4f8;--white:#fff;--text:#1a1a2e;--text-soft:#5a6070;--border:#dde3ed;--radius:10px;--shadow:0 2px 16px #1b3f7a14;--transition:.2s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif;font-size:16px;line-height:1.6}img{max-width:100%;display:block}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}ul{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.loader{background:var(--blue);z-index:9999;flex-direction:column;justify-content:center;align-items:center;animation:.6s 1.6s forwards loaderFadeOut;display:flex;position:fixed;inset:0}.loader--hidden{display:none}.loader__logo{filter:brightness(0)invert();z-index:1;width:80px;position:relative}.loader__spinner{border:3px solid #fff3;border-top-color:var(--white);border-radius:50%;width:200px;height:200px;animation:1s linear infinite spin;position:absolute}@keyframes spin{to{transform:rotate(360deg)}}@keyframes loaderFadeOut{to{opacity:0;pointer-events:none}}.container{max-width:1250px;margin:0 auto;padding:0 24px}.section{padding:80px 0}.navbar{background:var(--bg);border-bottom:1px solid var(--navy);z-index:100;transition:background var(--transition), box-shadow var(--transition), padding .5s cubic-bezier(.4, 0, .2, 1);padding:10px 0;position:fixed;top:0;left:0;right:0}.navbar--scrolled{background:var(--bg);padding:4px 0;box-shadow:0 1px 12px #235cb91a}.navbar__inner{justify-content:space-between;align-items:center;max-width:1250px;margin:0 auto;padding:0 24px;display:flex;position:relative}.navbar__brand{z-index:2;align-items:center;display:flex}.navbar__logo-icon{width:auto;height:120px;transition:height .5s cubic-bezier(.4,0,.2,1)}.navbar--scrolled .navbar__logo-icon{height:90px}.navbar__logo-text{width:auto;height:38px;transition:left .5s cubic-bezier(.4,0,.2,1),height .5s cubic-bezier(.4,0,.2,1);position:absolute;top:50%;left:208px;transform:translateY(-50%)}.navbar--scrolled .navbar__logo-text{height:24px;left:30%;transform:translate(-50%,-50%)}.navbar__links{align-items:center;gap:15px;display:flex}.navbar__links button{color:var(--text);transition:color var(--transition), background var(--transition);border-radius:6px;padding:8px 14px;font-size:15px;font-weight:500}.navbar__links button:hover{color:var(--blue);background:#2a8fc412}.navbar__links .nav-cta{background:var(--navy);border-radius:6px;padding:8px 20px;color:var(--white)!important}.navbar__links .nav-cta:hover{background:var(--blue);color:var(--white)!important}.navbar__burger{flex-direction:column;gap:5px;padding:4px;display:none}.navbar__burger span{background:var(--text);width:24px;height:2px;transition:background var(--transition);border-radius:2px;display:block}.hero{background:var(--white);flex-direction:column;min-height:100dvh;padding-top:85px;display:flex}.hero__inner{flex:1;grid-template-columns:1fr 1fr;align-content:center;align-items:center;gap:48px;padding-top:65px;padding-bottom:60px;display:grid}.hero__eyebrow{letter-spacing:.09em;text-transform:uppercase;color:var(--blue);margin-bottom:20px;font-size:12px;font-weight:600}.hero__title{color:var(--navy);margin-bottom:20px;font-family:Barlow Condensed,sans-serif;font-size:clamp(40px,5vw,64px);font-weight:700;line-height:1.05}.hero__title--accent{color:var(--blue);display:inline-block;position:relative}.hero__title--accent:after{content:"";background:var(--green);border-radius:2px;width:100%;height:3px;position:absolute;bottom:2px;left:0}.hero__sub{color:var(--text-soft);max-width:460px;margin-bottom:32px;font-size:16px;line-height:1.7}.hero__actions{flex-wrap:wrap;gap:14px;margin-bottom:40px;display:flex}.hero__stats-bar{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--bg);border-radius:12px;margin-top:-25px;padding:20px 0;display:flex}.hero__stats{grid-template-columns:repeat(4,1fr);gap:0;display:grid}.hero__stat{border-right:1px solid var(--border);align-items:flex-start;gap:12px;padding:0 32px;display:flex}.hero__stat:first-child{padding-left:0}.hero__stat:last-child{border-right:none}.hero__stat-icon{flex-shrink:0;margin-top:2px;font-size:20px}.hero__stat strong{color:var(--navy);font-size:13px;font-weight:700;line-height:1.3;display:block}.hero__stat span{color:var(--text-soft);font-size:12px}.hero__visual{display:flex}.hero__photo-main{width:100%;margin-top:40px;position:relative}.hero__img-placeholder{background:var(--bg);border:2px dashed var(--border);width:100%;height:360px;color:var(--text-soft);text-align:center;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:16px;font-size:13px;display:flex}.hero__img-placeholder span{font-size:32px}.hero__img-placeholder--small{height:190px;font-size:12px}.hero__img{object-fit:cover;border-radius:14px;width:100%;height:360px;display:block}.hero__img--small{height:190px}.hero__card{border-radius:12px;align-items:flex-start;gap:10px;width:220px;padding:16px;display:flex;position:absolute;box-shadow:0 8px 24px #1b3f7a29}.hero__card--light{background:var(--white);border:1px solid var(--border);top:-24px;right:-24px}.hero__card--dark{background:var(--navy);bottom:-24px;left:-24px}.hero__card-icon{flex-shrink:0;font-size:20px}.hero__card strong{margin-bottom:4px;font-size:13px;font-weight:700;display:block}.hero__card p{font-size:11px;line-height:1.5}.hero__card--light strong{color:var(--navy)}.hero__card--light p{color:var(--text-soft)}.hero__card--dark strong{color:var(--white)}.hero__card--dark p{color:#ffffffb3}.btn{transition:all var(--transition);cursor:pointer;border:2px solid #0000;border-radius:8px;justify-content:center;align-items:center;padding:13px 28px;font-family:Inter,sans-serif;font-size:15px;font-weight:600;display:inline-flex}.btn--primary{background:var(--navy);color:var(--white);border-color:var(--navy)}.btn--primary:hover{background:var(--blue);border-color:var(--blue)}.btn--ghost{color:var(--navy);border-color:var(--navy);background:0 0}.btn--ghost:hover{background:var(--navy);color:var(--white)}.btn--full{width:100%}.btn:disabled{opacity:.6;cursor:not-allowed}.section__header{text-align:center;margin-bottom:52px}.section__label{letter-spacing:.12em;text-transform:uppercase;color:var(--green);margin-bottom:10px;font-size:12px;font-weight:700;display:block}.section__title{color:var(--navy);margin-bottom:14px;font-family:Barlow Condensed,sans-serif;font-size:clamp(30px,4vw,44px);font-weight:700}.section__sub{color:var(--text-soft);max-width:560px;margin:0 auto;font-size:16px;line-height:1.7}.servizi{background:var(--white)}.services-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.service-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);transition:box-shadow var(--transition), border-color var(--transition);padding:28px 24px}.service-card:hover{box-shadow:var(--shadow);border-color:var(--blue)}.service-card__icon{margin-bottom:14px;font-size:32px;display:block}.service-card__title{color:var(--navy);margin-bottom:8px;font-family:Barlow Condensed,sans-serif;font-size:20px;font-weight:700}.service-card__desc{color:var(--text-soft);font-size:14px;line-height:1.6}.chi-siamo{background:var(--bg)}.chi-siamo__grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.chi-siamo__text .section__label{text-align:left}.chi-siamo__text .section__title{text-align:left;font-size:clamp(26px,3.5vw,38px)}.chi-siamo__text p{color:var(--text-soft);margin-bottom:16px;font-size:15px;line-height:1.75}.chi-siamo__list{flex-direction:column;gap:10px;margin-top:20px;display:flex}.chi-siamo__list li{color:var(--text);font-size:14px;font-weight:500}.chi-siamo__img-placeholder{background:var(--white);border:2px dashed var(--border);border-radius:var(--radius);height:340px;color:var(--text-soft);flex-direction:column;justify-content:center;align-items:center;gap:12px;font-size:14px;display:flex}.chi-siamo__img-placeholder span{font-size:40px}.chi-siamo__img{object-fit:cover;border-radius:var(--radius);width:100%;height:340px;display:block}.contatti{background:var(--white)}.contact-wrap{grid-template-columns:1fr 320px;align-items:start;gap:48px;display:grid}.contact-form{flex-direction:column;gap:18px;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:18px;display:grid}.form-group{flex-direction:column;gap:6px;display:flex}.form-group label{color:var(--text);font-size:13px;font-weight:600}.form-group input,.form-group select,.form-group textarea{color:var(--text);background:var(--bg);border:1.5px solid var(--border);transition:border-color var(--transition);resize:vertical;border-radius:8px;outline:none;padding:11px 14px;font-family:Inter,sans-serif;font-size:15px}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--blue)}.form-group input::placeholder,.form-group textarea::placeholder{color:#aab0be}.form-privacy{color:var(--text-soft);font-size:12px}.form-error{color:#b91c1c;margin-top:4px;font-size:12px;font-weight:500;display:block}.form-group input[aria-invalid=true],.form-group textarea[aria-invalid=true]{border-color:#b91c1c}.form-group--checkbox{margin-top:4px}.form-checkbox-label{cursor:pointer;color:var(--text-soft);align-items:flex-start;gap:10px;font-size:13px;line-height:1.5;display:flex}.form-checkbox-label input[type=checkbox]{width:16px;height:16px;accent-color:var(--navy);cursor:pointer;flex-shrink:0;margin-top:2px}.form-feedback{border-radius:8px;padding:12px 16px;font-size:14px;font-weight:500}.form-feedback--ok{color:#3a7a0d;background:#edf7e3}.form-feedback--err{color:#b91c1c;background:#fdeaea}.contact-info{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:28px 24px}.contact-info h3{color:var(--navy);margin-bottom:18px;font-family:Barlow Condensed,sans-serif;font-size:22px;font-weight:700}.contact-info ul{flex-direction:column;gap:12px;display:flex}.contact-info li{color:var(--text-soft);align-items:center;gap:8px;font-size:14px;display:flex}.contact-info li a{color:var(--blue);font-weight:500}.contact-hours{border-top:1px solid var(--border);margin-top:24px;padding-top:20px}.contact-hours h4{color:var(--text);text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px;font-size:13px;font-weight:700}.contact-hours p{color:var(--text-soft);font-size:14px;line-height:1.7}.progetti{background:var(--bg)}.project-placeholder{background:var(--white);border:2px dashed var(--border);border-radius:var(--radius);width:100%;height:100%;color:var(--text-soft);flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:320px;font-size:14px;display:flex}.project-placeholder span{font-size:36px}.project-tag{letter-spacing:.1em;text-transform:uppercase;color:var(--white);background:var(--blue);border-radius:4px;margin-bottom:12px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-block}.project-title{color:var(--navy);margin-bottom:6px;font-family:Barlow Condensed,sans-serif;font-size:28px;font-weight:700;line-height:1.2}.project-kw{color:var(--blue);margin-bottom:20px;font-family:Barlow Condensed,sans-serif;font-size:40px;font-weight:700;line-height:1}.project-details{flex-direction:column;gap:8px;margin-bottom:28px;display:flex}.project-details li{color:var(--text-soft);font-size:15px}.project-gallery{width:100%;height:100%;position:relative;overflow:hidden}.project-gallery__track{width:100%;height:100%;transition:transform .4s;display:flex}.project-gallery__slide{flex:0 0 100%;height:100%}.project-gallery__slide img{object-fit:cover;width:100%;height:100%;display:block}.project-gallery__nav{width:36px;height:36px;color:var(--navy);cursor:pointer;box-shadow:var(--shadow);background:#ffffffd9;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:20px;line-height:1;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.project-gallery__nav:hover{background:var(--white)}.project-gallery__nav--prev{left:12px}.project-gallery__nav--next{right:12px}.project-gallery__dots{background:#00000040;border-radius:20px;gap:8px;padding:6px 10px;display:flex;position:absolute;bottom:14px;left:50%;transform:translate(-50%)}.project-gallery__dot{cursor:pointer;background:#fff9;border:none;border-radius:50%;width:8px;height:8px;padding:0}.project-gallery__dot--active{background:var(--white)}.project-hero{background:var(--white);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:14px;grid-template-columns:1fr 1fr;align-items:center;gap:48px;margin-bottom:64px;display:grid;overflow:hidden}.project-hero__img{height:420px}.project-hero__img .project-placeholder{border:none;border-right:2px dashed var(--border);border-radius:0;height:100%}.project-hero__info{padding:40px 40px 40px 0}.project-hero--reverse{direction:rtl}.project-hero--reverse>*{direction:ltr}.project-hero--reverse .project-hero__info{padding:40px 0 40px 40px}.project-hero--reverse .project-hero__img .project-placeholder{border-right:none;border-left:2px dashed var(--border)}.footer{background:var(--navy);padding:40px 0}.footer__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;display:flex}.footer__brand{align-items:center;gap:20px;display:flex}.footer__logo{filter:brightness(0)invert();opacity:.92;width:auto;height:110px}.footer__copy{color:#ffffff8c;max-width:340px;font-size:13px}.footer__links{flex-direction:column;align-items:flex-end;gap:10px;display:flex}.footer__nav{gap:4px;display:flex}.footer__nav button{color:#ffffffb3;transition:color var(--transition);border-radius:4px;padding:6px 12px;font-size:13px}.footer__nav button:hover{color:var(--white)}.footer__legal{gap:16px;display:flex}.footer__legal a{color:#ffffff73;transition:color var(--transition);font-size:12px}.footer__legal a:hover{color:var(--white);text-decoration:none}.footer__credits{text-align:center;border-top:1px solid #ffffff1a;margin-top:28px;padding-top:20px}.footer__credits a{color:#fff6;transition:color var(--transition);font-size:12px}.footer__credits a:hover{color:var(--white);text-decoration:none}@media (width<=900px){.hero{min-height:auto}.hero__inner{grid-template-columns:1fr;gap:24px}.hero__photo-main{margin-top:0}.hero__card{display:none}.hero__stats{grid-template-columns:repeat(2,1fr);gap:16px}.hero__stat{border-right:none;padding:0}.hero__stat:last-child{padding-left:0}.hero__strip-inner{justify-content:flex-start;gap:20px}.services-grid{grid-template-columns:repeat(2,1fr)}.chi-siamo__grid,.contact-wrap{grid-template-columns:1fr}}@media (width<=1024px){.navbar__brand{padding:0 10px}.navbar__logo-icon{height:70px!important}.navbar__logo-text,.navbar--scrolled .navbar__logo-text{margin-left:10px;height:20px!important;position:static!important;transform:none!important}.navbar__burger{display:flex}.navbar__links{background:var(--white);border-top:1px solid var(--border);flex-direction:column;padding:16px;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 8px 24px #0000001a}.navbar__links--open{display:flex}.navbar__links button{text-align:left;width:100%}}@media (width<=680px){.navbar{background:var(--white);padding:10px 0;box-shadow:0 1px 8px #1b3f7a14}.navbar__logo-icon{height:54px!important}.navbar__logo-text,.navbar--scrolled .navbar__logo-text{margin-left:8px;height:16px!important}.hero{padding-top:58px}.hero__inner{padding-top:28px;padding-bottom:28px}.hero__eyebrow{margin-bottom:12px;font-size:11px}.hero__stats{grid-template-columns:repeat(2,1fr)}.hero__strip-item span:last-child{display:none}.services-grid,.form-row,.project-hero{grid-template-columns:1fr}.project-hero__img{height:260px}.project-hero__img .project-placeholder{border-right:none;border-bottom:2px dashed var(--border)}.project-hero__info{padding:24px}.footer__inner{text-align:center;flex-direction:column}.footer__brand{flex-direction:column;gap:12px}.footer__links{align-items:center}}.navbar__logo-btn{cursor:pointer;background:0 0;border:none;align-items:center;padding:0;display:flex}
